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

#main_nav .login-btn{
    background: #fff !important;
    border:1px solid #4377C4 !important;
    color: #4377C4 !important;
    margin:0 10px 0 60px !important;
}
#main_nav .publier_offre{
    color: #fff !important;
}

.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: 300px;
  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: 1600px !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;
  }


}

body #home_text_wrapper .container #home_text{
    max-width: 800px !important;
    margin:0 ;
}
body #home_text_wrapper{
    margin-top: -26%;
}
#home_text{
    background-color: rgba(0, 135, 245, 0.3) ;
    padding:20px 30px;
    border-radius: 5px;
}
#home_text h1{
    color: #fff;
    font-size: 3.7em;
    line-height: 1.1em;
    border: 0;
}
#home_text h1 test{
    color:rgb(0, 54, 98);
}
#home_text p{
    color: #fff !important;
    font-size: 1.6em;
}
#home_text .Btn{
    margin-right:10px !important;
    text-transform: none;
    font-weight: 400;
}
#home_text #home_txt_link_search{
    background:rgb(0, 54, 98) !important;
    color:#fff !important;
    border:2px solid rgb(0, 54, 98);
}
#home_text #home_txt_link_recrute{
    background-color: rgba(0, 135, 245, 0.3) ;
    color:#fff !important;
    border:2px solid #fff;
}
#home_text .home_text_imput{
    font-family:Arial, FontAwesome;
    padding:13px 12px;
    border:0;
    width: 38%;
}
#home_text .home_text_imput:focus{outline: none;}
#home_text #input_keyword{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#home_text #home_txt_sbt{
    background: #BBD4F9;
    color: #fff;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0 !important;
    padding: 15px 20px 16px !important;
    text-transform: none;
}
#home_text form p{
    font-size: 1.3em;
}
#home_text_wrapper .counter{
    display: inline-block;
    margin-top:10px;
}
#home_text_wrapper .img_compteur{
    width: 70px;
    margin-top: -22px;
    margin-right: 10px
}
#home_compteur_wrapper{
    max-width: 1300px;
    margin:30px auto 0;
    background: #F0F6FF;
    border-radius:30px;
    padding:40px 0 0 0;
}
#counter_section{
    padding: 0 10%;
}
.titre_compteur_cat{
    color:#759BD5;
    width: 100%;
    text-align: left;
    /*margin-top: 15px;*/
    font-size: 1.4em;
}
@media (min-width: 1300px) {
    #home_cat_wrapper{
        padding-right:50px;
    }
    #home_offre_wrapper{
        padding-left:50px;
    }
}
.home_cat{
    border:1px solid #759BD5;
    border-radius: 15px;
    padding: 5px;
    min-height: 250px;
}
.home_cat img{
    margin-bottom: 20px;
}
.home_cat h3{
    font-weight:400;
    color: #003662;
    font-size: 20px;
}
.home_offre{
    border:1px solid #759BD5;
    border-radius: 15px;
    padding: 5px;
}
.home_offre h3{
    color:#2878D8 !important;
}
.home_offre img{
    width: 100% !important;
    height: auto !important;
}
.home_offre p{
    font-size: 1em;
    color: #6D6E70 !important;
    margin:1px 0 4px;
}


footer #emp{
    font-size: 20px;
    font-weight: bold;
}
footer p{
    color:#fff;
    font-size:16px;
}
#foot_border{
    border-right:2px solid #4B85D0;
}
#footer_wrapper .table{display: table !important;}
#footer_wrapper .table-row{display: table-row !important;}
#footer_wrapper .table-cell{
    display: table-cell !important;
    vertical-align: center;
    width: 25%
}
#footer_wrapper .footer_ql_wrapper{
    margin:20px 20px 0;
}

#trademark{
    background: #FBF6F3;
}
#trademark, #trademark a{
    color:#000 !important;
}
.footer_ql_wrapper img{
    width: 25%;
    max-width:96px;
    margin-right: 18px;
    float: left;
    top: -14px;
    position: relative;
}
.footer_ql_wrapper p{
    margin-top:15px;
}
.img_foot{
    width: 100%;
    max-width: 135px;
}

@media (max-width: 1300px) {
    .home_cat_link{
        width:50% !important;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991px) {
  .navigation .navbar .nav-item .nav-link {
    width:100%;
    }
    #main_nav .login-btn, #main_nav .publier_offre {
        margin:10px auto !important;
    }


}