/* ============================================================
   customStyle.css — legacy styles (progressively replaced by
   design-system.css and navbar.css)
   ============================================================ */
/* Override legacy blue accent */
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  
}
body{
  
  background-color: var(--white);
   outline: none; 
   font-family: 'Inter', 'Nunito Sans', "Lato", sans-serif;
   font-weight: 400;
   font-style: normal;
  
}

#top-nav-default-page{
  width:100%;
  height:80px;
  border-radius: 0 0 60px 0;
  background-color: var(--primary);
}
#top-nav-default-page-recruteur{
  padding-top:10px;
  width:100%;
  font-size:14px;
}
#container-main-home{
  width:100%;
  margin-top:100px;
}
#container-main{
  margin-top:100px;
  width:100%;
}
main{
  min-height:100vh;
}
.main-ul{
  padding:5px 15px;
}
.m-top-150{
  margin-top:150px;
}
.main-sidebar-left{
  width:100%;
  max-width: 350px;
  padding:20px;
  background-color: #fff;
 
}
.main-sidebar-right{
   width:100%;
   max-width: 300px;
   
}
.main-center{
  padding:20px;
  min-width: 100%; 
  max-width: 100%;
  overflow-x:hidden;
  margin-top:20px;
 

}
h1,h2,h3{
  font-family: "Dosis", serif;
}
label.checkContract{
  /* text-transform: lowercase; */
  font-size:1.1rem;
  
}

.checkForContract{
  width:100%;
  max-width: 260px;
  padding:2px;
  
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}

#checkboxContracts{
   width:100%;
   max-width: 160px;
   display: inline-block;
  padding:2px;
}
.box-filter{
  border-radius:10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin:7px 0px;
  padding:10px;
  background-color: #fff;
}
.main-footer{
 width:100%;

 border-radius: 0 0 50px 50px;
}

/* ========================================
   RESPONSIVE DESIGN IMPROVEMENTS
   ======================================== */

/* Desktop First - Large screens (1200px and above) */
@media (min-width: 1200px) {
  .main-sidebar-left {
    width: 350px;
  }
  .main-sidebar-right {
    width: 300px;
  }
  .main-center {
    min-width: 700px;
  }
}

/* Tablets and Medium screens (768px to 1199px) */
@media (max-width: 1199px) {
  .main-center {
    min-width: 100%;
    padding: 15px;
  }
  
  .main-sidebar-left,
  .main-sidebar-right {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .btn-navigation-2btn {
    flex-direction: column;
  }
  
  .btn-navigation-2btn li {
    margin-bottom: 10px;
  }
}

/* Mobile devices (767px and below) */
@media (max-width: 767px) {
  #top-nav-default-page {
    height: auto;
    min-height: 60px;
    border-radius: 0 0 30px 0;
    padding: 10px 0;
  }
  
  #container-main-home,
  #container-main {
    margin-top: 80px;
  }
  
  .main-ul {
    padding: 5px;
  }
  
  .main-ul li {
    padding: 10px 15px;
  }
  
  .main-center {
    padding: 10px;
    margin-top: 10px;
  }
  
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  .btn-deposer-offre {
    width: 100%;
    margin: 5px 0;
  }
  
  .checkForContract {
    width: 100%;
  }
  
  #checkboxContracts {
    width: 100%;
  }
  
  /* Navigation mobile improvements */
  .navbar-brand img {
    max-width: 180px;
    height: auto;
  }
  
  .offcanvas-body {
    padding: 15px;
    height: 100vh;
    z-index:99999;
  }
  
  /* Form improvements for mobile */
  .form-control,
  .form-select {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  /* Table responsive */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Card adjustments */
  .card {
    margin-bottom: 15px;
  }
  
  .card-body {
    padding: 15px;
  }
}

/* Small mobile devices (480px and below) */
@media (max-width: 480px) {
  #top-nav-default-page {
    border-radius: 0 0 20px 0;
  }
  
  .navbar-brand img {
    max-width: 180px;
  }
  
  .main-center {
    padding: 5px;
  }
  
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.25rem;
  }
  
  h3 {
    font-size: 1.1rem;
  }
  
  .btn {
    padding: 8px 12px;
    font-size: 14px;
  }
  
  /* Spacing adjustments */
  .mb-3 {
    margin-bottom: 15px !important;
  }
  
  .mt-5 {
    margin-top: 30px !important;
  }
  
  .pt-5 {
    padding-top: 30px !important;
  }
}

 .footer-wrapper{
  width:100%;
  padding-bottom:50px;
   /* background-color: #6226b1; */
  
} 
input:focus {
  outline: none;
  border: none;
}
nav{
  background-color: #fff; 
  width:100%;
  height:50px;
}
 #top-navigation{
     position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(135deg, #f4f5f7 0%, #dde1e6 100%);
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
  padding: 0;
  transition: all 0.3s ease;
  border-radius: 0 0 50px 50px;
  height: 70px;
    
} 

 #top-navigation ul li a{
 
    color:#667;
    font-size:12px;
    text-transform: uppercase;
} 


.navbar-brand{
 
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top:-20px;
  
}
.navbar-brand:hover{
  color:rgb(223, 203, 203);
  font-size: 27px;
  font-weight: 600;
}
.navbar-brand > small{
  color:rgb(72, 255, 0);
  font-size:19px;
}
.navbar-toggler{
  margin-right:40px;
}
.fa-user{
    font-size: 2em;
    color:orange;
  }

  .navbar-icons{
    margin-right:5%;
  }

  .active{
    background-color: #127eea;
    color:#82d392;
  }

  .dropdown{
    border-radius:5px;
     
  }
  .dropdown:hover{
    
    color:#1c211d;
  }
  .dropdown-menu-espace{
  
  background-color: #0b3666; 
   margin-left:-190px;
   margin-top:22px;
   border: none;
   border-radius: 10px;
   color:white;

  }

   .dropdown-menu-espace li a{
  
   transition: all .3s ease-in-out;
 
  }

  .dropdown-menu-espace li a:hover{
  
    background-color: #6fadf5; 
    border-radius: 25px;
    
 
  }
  .fa-key,.fa-user-pen,.fa-user-plus{
    padding-right:1px;
  }
  #formRegistration{
    /* background-color: rgb(223, 237, 232); */
    width:94%;
    margin:20px auto;
    padding:20px;
    border-radius:10px;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(130,255,164,0);
}

  #formRegistrationWrapper{
  width:60%;
  margin:100px auto;
 
}
#formConnexion{
  /* background-color: rgb(223, 237, 232); */
  width:450px;
  margin:15% auto;
  padding:20px;
  border-radius:10px;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(130,255,164,0);
}
.formConnexion-30{
  /* background-color: rgb(223, 237, 232); */

 margin:18px auto;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(130,255,164,0);
}
  
  #formJobPost{
    background-color: rgb(244, 244, 248);
    width:100%;
    padding:20px;
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(130,255,164,0);
  }

 #formJobPost label {
 
  margin-left: 4px;
  margin-bottom:0px;
  font-weight: 700;
}

    #formJobPost label span.facultatif{
     
      margin-left:4px;
      font-weight:700;
      color:#b89393;
   }
  #formResetPassword{
    background-color: rgb(223, 237, 232);
    width:70%;
  }
  #btnInscription{
    width:100%;
  }
  #formLogin{
    background-color: rgb(223, 237, 232);
    width:70%;
  }
  #btnConnexion{
    width:100%;
  }

  #form_filtre_gauche{
    display:none;
  }

 
  button.custom-btn-success{
    background-color: rgb(219, 211, 197);
    padding:8px 15px;
    color:#00FFFF;
    font-size:1.3rem;

  }
  button.custom-btn-success:hover{
    background-color: #82d392;
    padding:8px 15px;
    color:#454545;
    font-size:1.3rem;
    transition : all 1s;

  }

  .card-principal{
    box-shadow: inset -14px 79px 18px -91px rgba(0,0,0,0.1);
  }

  .card-principal:hover{
    background-color: #fffcf9;
  }


 .custom-card-wrapper{
  width:450px;
  display:flex;
  background-color: rgb(246, 244, 250);
  border-radius: 10px;
  margin:10px;
 }

 .custom-card-wrapper-home{
  
  background-color: #DFEDE8;
  border-radius: 10px;
  padding: 10px;
  margin:20px;
  box-shadow: rgba(240, 234, 234, 0.2) 0px 2px 8px 0px;

 }
 .custom-card-title a{
  color:#333;
  font-size:1.3rem;
  text-decoration: navy;

 }
 .box-partage_image{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e8e4ec;
  width:100%;
  height:40px;
  border-radius: 30px 30px 0 0;
  border-bottom: 1px solid #ccc;
  margin-top:5px;
 }

 .small-box-partage a{
    color:#f9f6f6;
    text-decoration: none;
    margin-right:10px;
 }
 .small-box-partage a span{
  padding:5px;
}
.small-box{
  width:49%;
  color:#f1f1f1;
  line-height:0.9;
}
.box-image{
  width:40px;
  height:40px;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.box-image img{
  width:40px;
  height:40px;
  border-radius: 50%;
}
.btn-badges{
  background-color: #dac4c4;
  padding:3px 6px;
  color:#173333;
  border-radius: 15px;
}
 .box-dashboard-inner{
 
  margin:10px;
  padding:20px;
  border:1px solid #507859;
  border-radius: 10px;
 }

 .btn-details{
  background-color:#e5e5e5;
  
  font-size:15px;
  font-weight:500;
  padding:7px 15px;
  margin:7px;
  border:none;
  border-radius:25px;
  transition:.3s;
 }
 .btn-details:hover{
  background-color:#f6f1f1;
 
 }
 .dashboard-table th,tr,td{
     font-size:15px;
     font-weight: 300;

 }
 .custom-card-section-top{
  display:flex;
  justify-content: space-evenly;
  align-items: center;
 }

 .custom-card-section-top h5{

  font-size: 15px;
  font-weight: 100;
 }
 .custom-card-section-top img{
  border-radius: 50%;
 }
 .title-soft{
  color:#c8c8c8;
  font-size:120%;
  
 }
  .title-bold{
  color:#333;
  font-weight:700;
  line-height: 0.1;
 }
 .custom-card-body{
  padding:20px;
   width:100%;
 }
.width-50{
  width:45%;
  margin:10px;
}
 .row-inside-form{
  
  margin-top:-50px; 
  margin-bottom: 60px;
  background-color: rgb(247, 246, 244);
  padding:7px 17px;
  border-radius: 100px;
  width:100%;
  height:50px;

 }

 footer{
   background-color:#efefef;
  padding:10px;
  margin:10px 0;
  color:#127eea;
  margin:0 auto; 

 }

 footer ul li{
  list-style-type: none;
  line-height: 1.7;
 }

 footer ul.navbar-nav li a{
  text-decoration: none;
  color:#507859;
  font-size:1.5rem;
 }

 footer ul.navbar-nav h3{
  color:rgb(10, 10, 10);
  font-size:15px;
  text-transform: uppercase;
  font-weight: 900; 
 }

 header a{
  color:white;
 }

 nav ul li a.nav-link {
  font-size:1.1rem;
  text-transform: capitalize;
  font-weight:500;
 }
 nav ul li a small{
  font-size:0.7rem;
  font-weight: 700;
  color:orange;
  text-align:center;
  background-color: aqua;
  padding:3px 10px;
  border:none;
  border-radius:25px;

 }
 .btn-roles label{
  width:200px;
 }

 .box-single-job{
  background-color:#fff;
  border:1px solid #ccc;
  border-radius: 15px;
  height:100%;
  
  margin:130px auto;
  padding:10px;
 }

 .extra-details{
  display:flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  width:100%;
 }
 .extra-details-singlepost{
  background: #FFF; 
  display:flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #fff;
  width:100%;
  padding:20px;
  border-radius:0 10px 10px 0;
  border-left:6px solid #d8baba;
  
 }

  .extra-details-singlepost-left{
  background: #FFF; 
  display:flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #fff;
  width:100%;
  padding:20px;
  border-radius:10px 0 0 10px;
  border-left:6px solid #d8baba;
  
 }

  .extra-details-singlepost-right{
  background: #FFF; 
  display:flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: #fff;
  width:100%;
  padding:20px;
  border-radius:0 10px 10px 0;
  border-right:6px solid #d8baba;
  
 }
 .extra-details h5{
  font-size: 15px;
  font-weight: 300;
 }

 .div-separe{
  width:30%;
  margin:30px 0 0 20%;
  height:10px;
  background-color: orange;
 }
 .btn-deposer-offre{
  background-color: #ebd5d5;
  padding:5px 20px;
  color:rgb(36, 35, 35);
  border-radius: 25px;
 }

 .btn-deposer-offre:hover{
  background-color: #f9f9f9;
  
 }

 .btn-navigations{
  max-height:50px;
  display:flex;
  margin-right:20px;
  
 }

  .btn-navigation-2btn{
  max-height:50px;
  display:flex;
  margin-right:20px;
  
 }
 
 .btn-navigations li{
  padding:0px 10px;
  list-style: none;
 }
 .nbMessages{
  background-color:violet;
  color:whitesmoke;
  padding: 5px 10px;
  height:15px;
  width:15px;
  border-radius: 100%;
 }

 .custom-btn-footer{
  background-color: white;
  border-radius: 25px;
  border:1px dashed #173333;
  text-align: center;
  width:300px;
  
 
}
.custom-btn-footer a {
  color: #333;
  text-decoration: none;
  font-size: 25px;
  line-height: 0.9;
  font-weight: 500;
  margin-top: 5px;
}



 @media only screen and (max-width: 600px) {

  nav{
 
  height:80px;
}

#navAjouterCv >div {
  width:350px;
  margin:5px;
  display:flex;
  flex-direction: column;
}

                 
  .dropdown-menu-espace{
   
   margin-left:-30px;
 
  } 
   #container-main-home{
    
     width:100%;
     margin-top:150px;
  }  

    #container-main{
    /* margin-top:150px;
    min-width:600px; */
    max-width:100%; 
  }  
   ul.nav{
    display: flex;
    flex-direction: column;
    justify-content:start;
   
  }
   .btn-navigation-2btn{
    display: flex;
    flex-direction: column;
    margin:0;
 }
  ul.navbar-nav{

   margin: 10px;
   width:100%;
   text-align:left;

  }
  li.dropdown{
    display: flex;
    flex-direction: column;
    justify-content:start;
    align-items: start;
    text-align:left;
  }
  .navbar-icons{
   margin-left:-1%;
    width:50px;
  }

  .btn-deposer-offre{
    background-color: rgb(97, 87, 68);
    width:200px;
    padding:5px 15px;
    color:white;
    border-radius: 25px;
    margin:10px;
    font-size:17px;
   }
   .nbMessages{
    background-color:violet;
    color:whitesmoke;
    padding: 5px 10px;
    height:20px;
    width:20px;
    border-radius: 100%;
   }
   .btn-messages
   {
    padding:5px 15px;
    color:rgb(253, 250, 250);
    border-radius: 25px;
    margin:10px;
    font-size:17px;
  
   }

 

   .box-dashboard-inner{
 
     display:flex;
     flex-direction: column;
     align-items: center;
     border:2px solid #507859;
   }
   .box-dashboard-inner-left{
    width:100%;
   }
  
   .box-dashboard-inner-right{
    width:100%;
   }
  
   .table-40{
    width:100%;
 
  }
   
  .box-single-job{
   padding-top:100px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   }
   .custom-p-10{
    padding:10px;
    margin:10px;
   }

   .main-sidebar-left{
     display:none;
    
    }

   .main-center{
      padding:20px;
     
     width:320px;
      overflow-x:hidden;
      margin:10px;
    }
       p.text-presantation-home{
          width:350px;
          margin:0 auto;
          padding:20px;
          font-size:1.2rem;
        }

      .main-center input{         
      width:250px;
      margin:0 auto;
      border-radius:25px;
      } 

  p > a.btn-inscription-ccm{
  
  font-size:15px;
  width:300px;
}

#resultatCombine{
  width:100%;
}

 .btn-roles label{
  width:130px;
  margin-left:10px;
 }

}





fieldset{
  background-color: #f1f1f1;
  padding:10px;
  border-radius: 10px;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(130,255,164,0);
}
legend{
  color: #f5f3f7;
  padding:10px;
  font-size:12px;
  text-transform: uppercase;
  background-color: #285f19;
  border-radius: 25px;
  text-align: center;
}

.cv-fieldset{
  background-color: #fff;
  padding:10px;
  border-radius: 10px;
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(130,255,164,0);
}
.cv-legend{
  color: #f5f3f7;
  padding:10px;
  font-size:12px;
  text-transform: uppercase;
  background-color: #285235;
  border-radius: 25px;
  text-align: center;
}

.filtres-gauche{
  box-shadow: 0px 10px 13px -7px #e72121, 5px 5px 15px 5px rgba(51, 207, 92, 0);
}
.main-content{

  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(130,255,164,0);

}

.home-banner{

  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(130,255,164,0);

}


 .small-box{
  background-color: #f2f6f3;
  padding:7px;
  margin:2px;
  border-radius:5px;
  width:49%;
  font-size:10px;
  line-height:0.9;
  
} 
.small-box div{
 
  margin:4px;
    
} 
.small-box span{
  font-size:10px;
} 
.small-box_label{
  color:#000;
  font-size:15px;
  margin-right:5px;
  font-weight: 500;
}
.large-box{
  background-color: #f2f6f3;
  padding:20px;
  margin:2px;
  border-radius:25px;
  width:600px;
  font-size:10px;
  line-height:1.1;
} 
.large-box-description{
  background-color: #fff;
  padding:17px;

  border-radius:25px;
  width:500px;
  font-size:15px;
  line-height:1.4;
} 
.afficheLabel{
 color:#000;
 font-size:10px;
}
.home-content-right{
  width:300px;
  height:300px;
  border: 30px solid #19365F;
  border-radius: 50%;
  padding:20px;
  margin-left:100px;
}
.home-content-right img{
  border-radius: 50%;
  transform: rotate3d(45deg);
  
}
.home-content2-right{
  width:300px;
  height:300px;
  border: 30px solid #19365F;
  border-radius: 50%;
  padding:20px;
  position:absolute;
  top:20px;
  right:50px;
  z-index:-1;
}
.home-content2-right img{
  border-radius: 50%;
  transform: rotate3d(45deg);
  
}
.home-content3-right{
  position:absolute;
  top:200px;
  right:50px;
  width:300px;
  height:300px;
  border: 30px solid #19365F;
  border-radius: 50%;
  padding:20px;
  
}
.home-content3-right img{
  border-radius: 50%;
  transform: rotate3d(45deg);
  
}


#main-form-search{
  max-width:80%;

  margin:50px auto;
  /* height:70px; */
  border-radius: 30px;
  
}

#main-form-search .input-metier{

  border-radius: 30px 0 0 30px;
}


#main-form-search .btn-recherche{

  border-radius: 0 30px 30px 0;
}
.linehr{
  width:100%;
  height:3px;
  background-color: #f1e7e7;
}

#main-form-search-select{
  width:80%;
  margin:80px auto;
  
  /* border-radius: 10px;
  background-color: #fff; */
}
#main-form-search-select #selectMetier{
  height:50px;
 
 
  border-right: 0;
  margin-right:0px;

}


  #main-form-search-select #selectContract{
    height:50px;
    border-radius: 30px 0 0 30px ;
    border-right: 0;
    margin-right:0px;
    
  }

  #main-form-search-select #salaryMax{
    height:50px;
    border-right: 0;
    margin-right:0px;
  }

#main-form-search-select #selectCategory{
  height:50px;
  
  border-right: 0;
  margin-right:0px;
}
#main-form-search-select #selectRegion{
  height:50px;
   
  border-right: 0; 
  margin-right:0px;
}

#main-form-search-select #selectVille{
  height:50px;
   
  border-right: 0;
  margin-right:0px;
  
}
#main-form-search-select #btn-recherche{
  height:50px;
  
  border-radius: 0 30px 30px 0 ;
  
}

.selection_filter{
  margin:10px;
}

.selection_filter h5{
 color:#173333;
 font-weight: 300;
}

.selection_filter > select{
  color:#857d9a;
  font-weight: 300;
 }

.form-select{
  border-radius:0;
}

/*   Mes candidatures ***/

.wrapper-inners{
  width:98%;
  display:flex;
 
}
.wrapper-inner-left{

  width:48%;
  padding:20px;
  border-right:3px solid #ccc;
}
.wrapper-inner-right{

  width:48%;
  padding:20px;
  
}




@media only screen and (max-width: 600px) {

  #navAjouterCv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


  #main-form-search-select{
    width:100%;
    margin-top:60px;
  }
    #main-form-search-select select{
    width:100%;
    margin:5px;
    border-radius: 30px;
  }
    #main-form-search-select button{
    width:100%;
     margin:5px;
    border-radius: 30px;
  }
   #main-form-search-select #selectContract{
    
    border-radius: 30px;
    
    
  }
   #main-form-search-select #btn-recherche{
    
    border-radius: 30px;
  
    
  }
  #main-form-search{
    width:100%;
    margin:50px auto;
    padding:10px;
    
 
  }
#main-form-search input{
  width:100%;
  border-radius: 30px;
  margin:5px;
 
 }
 #main-form-search select{
  width:100%;
  border-radius: 30px;
  margin:5px;
 }

 #main-form-search .input-group{
 display:flex;
 flex-direction:column;
 justify-content: center;
 align-items: center;
 margin:10px;
 }

 #container-main-home{
  margin-top:100px;
  width:100%;
}


#container-main{
  margin-top:100px;
}

 #main-form-search .input-metier{

  border-radius: 30px;
  margin-top:-20px;
}

#main-form-search .selectRegion{

  border-radius: 30px;
}

#main-form-search .btn-recherche{

    border-radius: 30px;
    width:100%;
    margin-top:10px;
  }




#formConnexion{
  width: 100%;
  margin:4% auto;

}
#formRegistration{
    width: 100%;
    margin: 100px 20px 30px -10px;
}

.formRegistrationWrapper{
  width: 100%;
    margin: 100px 20px 30px -10px;
 
}
.wrapper-inners{
  width:98%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}
.wrapper-inner-left{

  width:100%;
  padding:20px;
  border-right:3px solid #ccc;
}
.wrapper-inner-right{

  width:100%;
  padding:20px;
  
}
.showsingle-dash-responsive{
  width:32em;
  
}

}





.dropdown-socials {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0e6e6;
  width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 7px;
  
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}


/********************/

/* Style The Dropdown Button */
.dropbtn {
  background-color: #e8e4ec;
  color: rgb(90, 84, 84);
  padding: 10px 5px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  height:30px;
  border-radius: 20px;
  margin-right:10px;
}

/*The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  /* position: absolute; */
  background-color: #e8e4ec;
  width: 150px;
  height:35px; 
  margin: 15px 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  color: black;
  /* padding:5px; */
  text-decoration: none;
  margin-top:-5px;
  margin-right:10px;
  margin-left:-40px;
  text-align: center;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: flex;
  margin-top:-40px;
  margin-left:-150px;
  display: flex;
  justify-content: space-evenly;
}


 /*Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #d3e1d4;
}

.fa-brands{
  font-size:20px;
  color:#a68686;
  font-weight:100;
  margin: 5px;
}
.fa-brands:hover{

  color:#f17edc;
  font-weight:100;
}


.table-40{
  width:47%;
  border-radius: 20px;
  margin:15px;
}


/************* NAVBAR  *************************/

/* #navbarSupportedContent{
  width:100%;
}

 #navbarSupportedContent ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
} */
/*
#navbarSupportedContent ul li{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
} */
.list-access{
 
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-access li{
  list-style: none;
}
.list-access li a{
 
 text-decoration: none;
 margin-left:20px;
 color:#000
}
#monespace span{
  /* margin-left:20%; */
  font-size:12px;
  border:1px dashed #444;
  padding:5px;
  border-radius: 25px;
}

.header-bar {
  background-color:#FFF;
  height:70px;
  width:100%;
  position:fixed;
  top:0px;
  left:0px;
  z-index:1000;
 
}
.header-bar a {
  color:#281f1f;
  text-transform: capitalize;
  padding:0 20px;
}
.header-bar nav{
  margin:-10px;
}

@media screen and (max-width: 600px) {
   
  .header-bar {
   
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
    z-index:1000;
   
  }

  #navAjouterCv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


 

  #navbarSupportedContent{
    width:100%;
  }
  
   #navbarSupportedContent ul{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
   
  }
  .table-40{
    width:100%;
    border-radius: 20px;
    margin:15px;
  }
  #main-form-search-select {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}


#formRegistration{
   width: 100%;
    margin: 100px 20px 30px -10px;
}

.formRegistrationWrapper{
    width: 100%;
    margin: 100px 20px 30px -10px;

 
}

#monespace{
  
  margin-top:100px;
}

.box_related_post{
  
  width:100%;
  
}

}






/********************* BANNER ******************************/





@media screen and (max-width: 600px) {

  .main-banner{
     
      width:100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding:20px 0;
      margin-top:50px;
    }
  
 #formRegistration{
    width: 100%;
    margin: 100px 20px 30px -10px;
}

.formRegistrationWrapper{
    width: 100%;
    margin: 100px 20px 30px -10px;

 
}

  .main-banner h1{
 
    margin-top:10px;
    padding:10px;
    
  }
    .main-banner p{
 
    margin-top:10px;
    padding:10px;
    
  }

  .makeHeight{
    visibility: hidden;
  }
  #mainBanner{
    display:none;
  }
 

  #main-form-search .btn-recherche{

    border-radius: 30px;
    width:80%;
    margin-top:10px;
  }

  #top-navigation{
  position:fixed;
     width:100%; 
    /* padding-bottom:50px; */
    padding-bottom: 5px;
    top:0;
    left:0;
  
    z-index:999999;
  }

}
/*********************  END BANNER ******************************/


/************** FILTRES GAUCHE **********************/


button.btn-filtres-gauche{
  background-color: #53935a;
  width:100%;
  padding:10px 20px;
  border:none;
  border-radius: 20px;
  text-align: center;
  color:#1d3636;
  margin:10px 0;
  transition: all .3s ease;
}
button.btn-filtres-gauche:hover{
  background-color: #a9caad;
 color:#252b2b;
 
}
button.btn-plus-filtres{
  background-color: #b5e8bb;
  padding:10px 20px;
  border:none;
  border-radius: 20px;
  text-align: center;
  color:#1d3636;
  margin:5px;
}

@media screen and (max-width: 600px) {

#main-form-search-select > div{
  /* height:70px; */
  border-right: 0;
  margin-right:0px;
  width:100%;
}

#navAjouterCv{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box_related_post{
  
  width:100%;
  
}

}




/************** END FILTRES GAUCHE **********************/


/***********  FOOTER   **********************/

.custom-btn-footer{
  background-color: white;
  border-radius: 25px;
  border:1px dashed #173333;
 
}
.custom-btn-footer a{
  color:#333;
  text-decoration: none;
  font-size:12px;
  line-height: 0.9;
  font-weight: 500;
  margin-top:5px;
  
}


/*********** END FOOTER   **********************/


/***************** DASHBOAR **********************/

.wrapper-inner-right{
  border-left: 10px solid #ccc;
  height:100vh;
}


/*************** STRIPE PAYMENT ******************************/

 .panel-title {
            display: inline;
            font-weight: bold;
        }

        .display-table {
            display: table;
        }

        .display-tr {
            display: table-row;
        }

        .display-td {
            display: table-cell;
            vertical-align: middle;
            width: 61%;
        }
        .montant_payer{
            background-color: beige;
            margin-bottom:30px;
            font-size:18px;
            padding:5px;
        }



        /*******************************MODAL ******************************/
    .modal-container{
    position: fixed;
    top:100px;
    left:250px;
    display: flex;
    justify-content: center;
    align-items: start;
    height:600px;
    width:35vw;
    background-color: rgba(9, 3, 15, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index:9999;
}
.modal-container.show{
    pointer-events: auto;
    opacity: 1;
}
.modal{
    background-color: #fff;
    width:450px;
    max-width:100%;
    /* border-radius: 7px; */
    padding: 20px 10px;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
    text-align: left;
    z-index:9999;
 
   
}
.modal h1{
    margin:0;
    opacity:0.8;
}
.modal p{
   opacity:0.7;
}
button{
    border:none;
    border-radius: 7px;
    background-color: rgb(89, 87, 223);
    color: #fff;
    padding:10px 20px;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}
div.choixTypeContrat{

     opacity: 0;

}
div.choixTypeMetier{

     opacity: 0;

}
div.choixTypeVille{

     opacity: 0;

}
#choixTypeContrat{
    background-color: aquamarine;
    padding:8px;
}
div.btn-filtres{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
button#btnReset{
    background-color: beige;
    color:#841818;
}

.optionColour{
  color:#127eea;
}
.btn-post-envoyer{
  background-color: #127eea;
  color:#00FFFF;
  text-align: center;
  padding:5px;
  width:100%;
  margin:15px 0;
}

#resultatCombine{
  margin-top:-70px;
  width:1300px;
}

.btn-inscription-ccm{
  color:#f8f2f2;
  background-color: #164d4d;
  padding:7px 10px;
}

 


        .container-checkout{
          margin-top:100px;
          padding:50px;
        }
        #payment-form{

            
            margin:5%;
            padding:20px;
            border-radius: 10px;
            background-color: #b2b3c1;
            color:#333838;
            box-shadow: 0px 10px 13px -7px #999ab9, 5px 5px 15px 5px rgba(120, 106, 143, 0);

        }
        .info-perso-payement{
         
            margin:5%;
            padding:20px;
            border-radius: 10px;
            background-color: #e5e5eb;
            color:#333838;
        }
        .titre-formule{
          background-color: #127eea;
          padding:5px 15px;
          width:60%;
          margin:0 auto;
        }
         .montant-formule{
          font-size:1.5rem;
        }
        .prix-formule{
          display: block;
          font-size:1.9rem;
          margin-top:5px;
          color:#1d3636;
          font-weight: 900;
        }


        p.text-presantation-home{
          width:80%;
          margin:0 auto;
          padding:20px;
          font-size:1.2rem;
        }

        .pr-30{
          padding-right: 30px;
        }


  .showsingle-dash-responsive{
  width:55em;
  
  margin:100px auto;
}


.legend_cv{
  color: #302d34;
  padding: 10px;
  font-size: 11px;
  font-weight:900;
  text-transform: uppercase;
  background-color: #c0c6cd;
  text-align: center;
}

#main-home-row{

  margin-left:40px;

}


 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  #main-home-row{

  margin-left:0px;

}
.box_related_post{
  
  width:100%;
  
}

}

/*

 Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {}

 Medium devices (landscape tablets, 768px and up) */


/* @media only screen and (min-width: 768px) {





} */

/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {}
*/
/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {} 
/* #card_resultat_recherche{
   width:48%; 
  background-color: #127eea;
}

@media screen and (max-width: 700px) {

  #card_resultat_recherche{
  width:98%;
  height:32rem;
  background-color: #127eea;
}
#top-nav-default-page{
  width:100%;
}
} */


 .step {
    display: none;
  }
  .step.active {
   display: block;
  }
  .step-button-container {
    display: flex;
    justify-content: end;
    gap: 10px; /* space between buttons */
  }
  .step-button {
    width: auto;
    font-size: 0.875rem; /* smaller text */
    padding: 5px 15px; /* smaller padding */
   }
  .error{
    color: red;
  }


  .box_ajouter_formation{
    background-color: #f1f3f5;
    padding:10px;
  }
  .box_ajouter_experience{
    background-color: #f1f3f5;
    padding:10px;
  }
   .box_ajouter_competence{
    background-color: #f1f3f5;
    padding:10px;
  }



  .active{
    background-color: #f1f3f5;
    color: #49275f;
    padding: 20px;
    border-radius: 1px;
}

#signupForm input::placeholder{
  color:#ccc;
  font-weight: 300;
}
#signupForm label{
  color:#222;
  font-weight: 300;
}

.info_contacts{
  
  background-color: #00FFFF;
  border-radius: 5px;
}

.box_related_post{
  margin:5px;
  width:48%;
  padding:10px;
}
  

@media only screen and (max-width: 600px) {

  .box_related_post{
  margin:5px;
  width:100%;
  padding:10px;
}

}

.formConnextion-30{
  margin-top:-30px;
}