.dark-blue-bg {
  background: #005091;
  color: white;
}
h2,
p {
  color: #005091 !important;
}
.navigation .navbar .nav-item .nav-link {
  text-transform: none !important;
  font-weight: bold;
}

.split-button {
  position: relative;
  display: inline-block;
  border: 3px solid rgb(244, 243, 243);
  background-color: #009dfd;
  color: white;

  font-size: 14px;
  text-transform: none;
  padding: 4px 7px 4px calc(35px);
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  border-radius: 20px;
}
.split-button.darker {
  background-color: #005091;
}
.split-button.darker::before {
  color: #005091;
}

.split-button::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px; /* Left 30% */
  height: 100%;
  background: rgb(244, 243, 243);
  background: linear-gradient(45deg, #cad1d5, #f4f3f3, #cad1d5);
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009dfd;
  font-size: 25px;
  font-weight: bolder;
}

.split-button:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.split-button:focus {
  outline: none;
  box-shadow: 0 0 3px #007bff;
}
.quickl {
  /* width: 439px; */
  height: 240px;
  flex-shrink: 0;
  /*border-radius: 70px;*/
  background: #fff !important;
  border: 1px solid #e2e2e2;
} /*
.quicklink_content img {
  width: 100px;
  height: 80px;
}*/
.info {
  pointer-events: none;
  z-index: 9999 !important;
  background: url(/client_file/upload/i.svg);
  filter: invert(90%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(92%)
    contrast(92%);
  background-size: cover;
  height: 30px;
  width: 30px;
}
.i-container {
  background-image: none !important;
  background: transparent !important;
  position: absolute;
  z-index: 9999;
  right: 10%;
  right: 1%;
  top: 0%;
}
.w-20 {
  width: 20% !important;
}
.quickl:hover .info {
  filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(180deg)
    brightness(102%) contrast(106%);
}
.x {
  background: url("/client_file/upload/Vector3.svg") !important;
  background-size: auto;
  background-size: cover !important;
}
.description-categorie {
  display: none;
 /* display: flex !important;*/
  align-items: center;
  height: 100%;
}
.description-categorie.active{
display: flex ;
}
.text-blue {
  color: #005091 !important;
}

.quicklink_text .split-button {
  font-size: 16px;
  padding: 2px 25px 2px calc(55px);
}
.navigation .navbar .nav-item {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .row.px-5.mx-5 {
    padding: 0px !important;
    margin: 0px !important;
  }
  .quicklink-section {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .i-icon .i-container {
    right: 9% !important;
    padding-left: 0.5rem !important;
  }
  .quickl {
    /* width: 439px; */
    height: 260px;
  }
  .text_top h2 {
    font-size: 19px;
  }
  .quicklink_text .split-button {
    font-size: 16px;
    padding: 2px 15px 2px calc(45px);
  }
}
@media only screen and (max-width: 800px) {
  h2 {
    font-size: 19px;
  }
  .row.px-5.mx-5 {
    padding: 0px !important;
    margin: 0px !important;
  }
  #first_lv_99,
  footer img.m-3 {
    display: none !important;
  }
  .tite-emploi {
    font-size: 20px;
  }
  .dark-blue-bg,
  .quicklink-section {
    padding: 1rem !important;
  }
  .box_element.pl-0.col-md-6 {
    padding-right: 0px !important;
  }
  .i-container {
    right: 3% !important;
  }
  footer .col-md-6 {
    text-align: center !important;
  }
  .signup-form p {
    color: white !important;
  }
}
.signup-form p {
  color: white !important;
}
.dark-blue-bg {
  background: url("/client_file/upload/emploirpa_bg_bleu.png");
  /*background-size: 100% 100%;*/
  background-size: cover;
}
.dark-blue-bg .bg-blue {
  background: transparent !important;
}
.tite-emploi {
  font-size: 35px;
}
.bg-bleu-clair {
  background: #f0f8ff;
  padding-top: 6rem !important;
}
@media (min-width: 800px) {
.navigation .navbar .nav-item .nav-link:last-child
{
  padding-right:0px !Important;
}
}
@media (min-width: 2100px) {
  .container {
    max-width: 2100px !important;
  }
  .quickl {
    height: 270px;
  }
  .i-container {
    right: 5%;
  }
  .info {
    float: right;
  }
  .quicklink-section .col-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /*.quicklink_content img {
    width: 100px;
    height: 100px;
}*/
}
body.modal-open header #main_nav.opened-cookie-modal {
  display: flex !important;
}
.split-button:hover {
  color: white !important;
}
footer img {
  filter: invert(99%) sepia(3%) saturate(3371%) hue-rotate(224deg)
    brightness(123%) contrast(100%);
}
footer a {
  text-decoration: none !important;
}
.partenaire_slider .owl-item a {
  display: flex;
  justify-content: center;
}
body .back-to-top
{
  background: #303032 !Important;
  /*top:86% !Important;*/
}
.description-categorie
{
  width: 100%;
    justify-content: center;
}
body #modal_select_cat .close, body #modal_apply .close
{
padding: 0px !important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.MainFrame h3.text-center{
 margin: 5px 0 15px 0;
    color: #009DFD;
    font-weight: bolder !important;
}

.MainFrame p{
font-size: 20px;
    margin: 5px 0 10px 0px;
    line-height: 1.3em;
    text-align:center;
}

.MainFrame .Btn{
background: #007AC1 !important;
border-radius: 9px !important;
color: #FFFFFF !important;
}
#subscribe-form label , #transmettre-form label 
{
font-size: 20px;
    margin: 5px 0 10px 0px;
    line-height: 1.3em;
     
}
#subscribe-form .col-xs-5 label , #subscribe-form .col-xs-5 p ,
#transmettre-form .col-xs-5 label , #transmettre-form  .col-xs-5 p 

{
  font-weight:bolder;
}
#subscribe-form label , #transmettre-form label
{
   color: #005091 !important;
}
#entete_image_interne
{
  max-width:100vw;
}
@media only screen and (max-width: 1000px) and (min-width: 800px) {

   body .box_element.dark-blue-bg.p-5.col-md-6 ,    body .box_element.dark-blue-bg.p-5.col-md-6 .section

   {
       padding-left: 1rem !important;
    padding-right: 1rem !important;
     padding-top: 1rem !important;
    padding-bottom: 1rem !important;
   }
       body .quicklink_text_wrapper h2  , body .navigation .navbar .nav-item .nav-link , body h2 , body .prod_list_name  , body .prod_list_price
  {
       font-size:20px !important;
  }
      body h1
  {
       font-size:23px !important;
  }
  .list_prod_wrapper>div.col-md-3
  {
    margin-right: 1rem;
    margin-left: 1rem;
  }
body  .list_prod_img_link
{
  background-position: right !important;
         padding-left: 1rem !important;
      max-width: 200px;
    height: 200px;
    background-size:contain !important;
}
body .cart_prod_img
{
 width: 100px;
    height: 100px;
}
}
@media only screen and (max-width: 1500px) and (min-width: 1000px) {
      body .quicklink_text_wrapper h2  , body .navigation .navbar .nav-item .nav-link , body .prod_list_name  , body .prod_list_price
  {
       font-size:20px !important;
  }
  body .quicklink_text .split-button
  {
   padding: 4px 7px 4px calc(35px);
  }
  body .quickl
  {
   min-height:fit-content;
  }
  body .i-container
  {
   right:10%;
  }
  body .row.ll.px-5.mx-5
  {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }


}

