@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family : "Poppins", sans-serif ; */

/* Background Image ..................................................................................*/

/* .back-image{
    position: absolute;
    max-height: 80vh;
    min-width: 100%;
    background-repeat: no-repeat;
    background-position: center/cover;
    
} */

/* End background image ..............................................................................*/

a:hover {
    text-decoration: none;
}

.full-height {
    height: 100vh;
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
}

.flex-center {
    /* align-items: center; */
    /* display: flex; */
    /* justify-content: space-around; */
}

.position-ref {
    /* position: relative; */
}

.mon_content {
    position: relative;
    align-items: center;
    margin-top: 120px;
    /* margin-left: auto;
    margin-right: auto; */
    margin-bottom: 500px;
    width: 100vw;
}

.title {
    font-size: 84px;
}

.m-b-md {
    margin-bottom: 30px;
}

/* Share buttons */

.share-btn-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    position: fixed;
    top: 20%;
    z-index: 1000;
}

.share-btn-container a i {
    font-size: 30px;
}

.share-btn-container a {
    margin: 12px 0;
    transition: 500ms;
}

.share-btn-container a:hover {
    transform: scale(1.2);
}

.share-btn-container .fa-facebook {
    color: #1877f2;
}

/* .share-btn-container .fa-twitter {
    color: #1da1f2;
} */

.share-btn-container .fa-linkedin {
    color: #0a66c2;
}

/* .share-btn-container .fa-youtube {
    color: #ff0000;
} */

/* .share-btn-container .fa-whatsapp {
    color: #25d366;
} */

/* .share-btn-container .fa-telegram {
    color: #1da1f2;
} */

/* End share button  */

/* header .................................*/

header {
    width: 100vw;
    top: 65px;
    padding: 0 70px;
    background-size: cover;
    position: absolute;
    display: block;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.break_maquee .breaking p {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1cc20a;
    text-align: left;
    align-items: center;
    justify-content: center;
    margin: auto;
    user-select: none;
}

header .break_maquee {
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    background-color: rgba(77, 229, 50, 0.4);
}

header .break_maquee .offre_maquee {
    width: 84%;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

header .break_maquee .offre_maquee a {
    color: #2d2d32;
}

header .break_maquee .offre_maquee ul {
    display: flex;
    /* position: relative;
    width: max-content;
    animation: my-animation 24s linear infinite; */
}

header .break_maquee .offre_maquee ul li {
    margin: 0 25px;
}

header .break_maquee .offre_maquee ul li a:hover {
    color: #ed3c57;
    font-weight: 600;
}

header .barre {
    position: relative;
    border: solid 1.5px black;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
}

.navbar {
    position: absolute;
    padding-top: 2px;
    top: 0;
    margin-top: 0;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    border-radius: 0;
    box-sizing: border-box;
    z-index: 1;
    background-color: whitesmoke;
}

.navbar a {
    color: #2d2d32;
}

.navbar .logo-acc {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    cursor: pointer;
}

.sb__footer-links_div .logo-acc {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    cursor: pointer;
}

.navbar .nav-links ul {
    display: flex;
    font-weight: 600;
}

.navbar .nav-links ul li {
    margin: 0 25px;
}

.navbar .nav-links ul li.con a {
    color: blue;
}

.navbar .nav-links ul li.con a:hover {
    color: green;
    font-size: 1rem;
}

.navbar .nav-links ul li a:hover {
    color: #ed3c57;
    font-size: 1rem;
}

.navbar .menu-hamburger {
    display: none;
    position: absolute;
    top: 50px;
    right: 30px;
    width: 35px;
}




/* End header */

/* Media queries */

/* End media query */

/* end share button */


/* //style pour le footer............................................................ */

.section__padding {
    padding: 2.5rem 3rem;
}

footer{
    position: relative;
    bottom: 0;
    user-select: none;
}

.footerP {
    background-color: #2d2d32;
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 1;
}

.footerP a {
    font-weight: 400;
}

.sb__footer {
    display: flex;
    flex-direction: column;

    a {
        color: rgb(175, 175, 179);
        text-decoration: none;
    }

    hr {
        color: white !important;
        width: 100%;
    }
}

.sb__footer-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
}

.sb__footer-links_div {
    width: 150px;
    margin: 0.5rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: white;
}

.socialmedia {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 32px;
    margin-left: -30px;
    width: 100%;
}

.socialmedia a i {
    font-size: 32px;
}

.socialmedia a {
    margin: 0 12px;
    transition: 500ms;
}

.socialmedia a:hover {
    transform: scale(1.2);
}

.socialmedia .fa-facebook {
    color: #1877f2;
    cursor: pointer;
}

/* .socialmedia .fa-twitter {
    color: #1da1f2;
    cursor: pointer;
} */

.socialmedia .fa-linkedin {
    color: #0a66c2;
    cursor: pointer;
}

/* .socialmedia .fa-youtube {
    color: #ff0000;
    cursor: pointer;
} */

/* .socialmedia .fa-whatsapp {
    color: #25d366;
    cursor: pointer;
} */

/* .socialmedia .fa-telegram {
    color: #1da1f2;
    cursor: pointer;
} */

.sb__footer-links_div h4 {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 0.9rem;
    color: white;
}

.sb__footer-links_div p {
    font-size: 14px;
    line-height: 15px;
    margin: 0.5rem 0;
    cursor: pointer;
}

.sb__footer-below {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.2rem;
}

.sb__footer-below-links {
    display: flex;
    flex-direction: row;
}

.sb__footer-below-links p {
    font-size: 14px;
    line-height: 15px;
    margin-left: 2rem;
    color: white;
    font-weight: 600;
}

.sb__footer-copyright p {
    font-size: 14px;
    line-height: 15px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}


/* CSS pour le corps du document HTML ...................................................... */

.facebook {
    width: 25%;
    height: 60px;
    left: 40%;
    position: absolute;
    margin-top: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid 2px #1877f2;
    border-radius: 30px;
    box-shadow: 3px 3px 7px 3px #1877f2;
    background-color: rgba(24, 119, 242, 0.5);
    z-index: 100;
}

.facebook:hover {
    height: 70px;
    box-shadow: 3px 3px 7px 3px #1cc20a;
    background-color: rgba(77, 229, 50, 0.5);
}

/* .facebook .fa-facebook {
    color: #1877f2;
    cursor: pointer;
    font-size: 1.5rem;
    padding-right: 2px;
} */

.facebook .tel1 {
    font-size: 1rem;
    font-weight: 800;
    margin:auto 0;
    color: whitesmoke;
}

.msg {
  font-family : 'Lora', sans-serif;
  color: #f2f2f2;
  font-size: 24px;
  font-weight: 600;
  /* padding: 8px 12px; */
  left: 0;
  position: absolute;
  top: 80%;
  width: 100%;
  justify-content: center;
  text-align: center;
  text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

/* Slide information css ...........................................................*/

.cont_accueil{
    /* margin-top: 18%; */
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    height: 500px;
    position: relative;
    margin: auto;
    /* margin-top: 42vh; */
    cursor: pointer;
    top: 50px;
  }
  
  /* Masquer les images par défaut */
  .mySlides {
    display: none;
  }

  .mySlides .myslides1 {
    display: block;
    box-sizing: border-box;
    width: 60%;
  }

  .mySlides .myslides1 .myslider_flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    top: 346px;
  }

  .mySlides .myslides2 {
    display: flex;
    flex-direction: column;
    width: 40%;
    padding-left: 2px;
  }

   /* Pour les slides dividés en deux en colonnes */
   .mySlides .myslides2 .myslider_flex1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    top:128px;
  }

  .mySlides .myslides2 .sous_myslides1 {
    position: relative;
    display: block;
    padding-bottom: 1px;
  }

  .mySlides .myslides2 .sous_myslides2 {
    position: relative;
    display: block;
    padding-top: 1px;
  }
  
  /* Boutons suivant et précédent */
  .slideshow-container .prev, .slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: orange;
    background-color: rgba(37, 211, 102, 0.6);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Positionnez le "bouton suivant" à droite */
  .slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  /* Positionnez le "bouton précédant" à gauche */
  .slideshow-container .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* Au survol, ajoutez une couleur de fond noire avec un peu de transparence */
  .slideshow-container .prev:hover, .slideshow-container .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Titre text */
  .mySlides .myslides1 .text {
    font-family : "Poppins", sans-serif ;
    color: #f2f2f2;
    font-size: 34px;
    font-weight: 800;
    padding: 8px 12px;
    position: absolute;
    bottom: 24px;
    width: 65%;
    text-align: left;
    line-height: 40px;
  }

  /* Titre text pour les slides divisés en deux en colonne */
  .myslides2 .text {
    font-family : "Poppins", sans-serif ;
    color: #f2f2f2;
    font-size: 28px;
    font-weight: 500;
    padding: 6px 10px;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: left;
    line-height: 32px;
  }
  
  /* Texte numérique (1/4 etc) */
  .myslides1 .myslider_flex .numbertext {
    font-family : "Poppins", sans-serif ;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

.myslides1 .myslider_flex .numbertext1 {
    font-family : "Poppins", sans-serif ;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    margin-left: 160px;
    position: absolute;
    top: 0;
  }

/* Text numérique pour les sous sliders (ceux divisés en deux en colonne) */
  .myslides2 .myslider_flex1 .numbertext {
    font-family : "Poppins", sans-serif ;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 10px;
    position: absolute;
    top: 0;
  }

.myslides2 .myslider_flex1 .numbertext1 {
    font-family : "Poppins", sans-serif ;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 10px;
    margin-left: 120px;
    position: absolute;
    top: 0;
  }
  
  /* Les points/puces/indicateurs*/
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .anty .active, .dot:hover {
    background-color: rgba(224, 152, 8, 0.8);
  }
  
  /* Animation en fondu */
  .fadee {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  /* Adapter le dimenssionement de mes images */
  .slide-img {
    min-width: 100%;
    height: 500px;
  }

  .sous_slide-img {
    min-width: 100%;
    height: 249px;
  }
  

/* End slide .......................................................................*/

/* Diaporama header .................................................................*/

.mySlides_d {display: none;}
.mySlides_d img {
    /* position: absolute; */
    max-height: 580px;
    min-width: 100%;
    background-repeat: no-repeat;
    background-position: center/cover;
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container1 {
    width: 100vw;
    top: 116px;
    left: 0;
    right: 0;
  position: relative;
  margin: auto;
  padding: 0 70px;

}

/* Titre du texte */
.slideshow-container1 .mySlides_d .text1 {
  font-family : 'Lora', sans-serif;
  color: #f2f2f2;
  font-size: 20px;
  padding: 4px 12px;
  /* position: absolute; */
  top: 549px;
  width: 100%;
  background-color: rgba(224, 152, 8, 1);
  text-align: center;
  text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

/* Les points(dots)/puces/indicateurs */
/* .dot1 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
} */

/* .active1 {
  background-color: #717171;
} */

/* animation de fondu */
.fadee1 {
  animation-name: fadee1;
  animation-duration: 1.5s;
}

@keyframes fadee1 {
  from {opacity: .4} 
  to {opacity: 1}
}

/* End Diaporama */


.div1 {
    width: 38%;
    height: 5%;
    margin-left: 12px;
    padding: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: solid 2px black;
    background-color: #2d2d32;
}

.div1 .div1p {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    margin: auto;
}

.cont_acc {
    margin-top: 0.4px;
    margin-left: 12px;
    border: solid 1px black;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #2d2d32;
    color: white;
}

.div2 {
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    padding: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.div2 .sous_div2 {
    margin: 0;
    margin-left: 12%;
 }

 .div2 .flex-body {
    width: 100%;
    height: 60vh;
    display: flex;
    flex-direction: column;
 }

.div2 .flex-body2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: auto;
    margin-bottom: 1rem;
}

.div2 .sous2_div2 {
    width: 50%;
    margin: 4px;
}

.sous2_div2 select {
    height: 10vh;
    color: black;
    font-weight: bold;
}

.input_search {
    font-weight: bold;
    color: black;
}

.offre {
    margin-top: 3%;
    width: 20%;
    height: 40px;
    border: solid 1px orange;
    background-color: rgba(224, 152, 8, 0.8);
    box-shadow: 5px 4px 12px rgba(224, 152, 8, 0.8);
    border-top-right-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: auto;
    left: 0;
}

.offre .offreP {
    font-size: 1.2rem;
    font-weight: bold;
    margin: auto;
    margin-top: 9px;
    color: black;
}

.div2 .btn-recherche {
    width: 100%;
    height: 50px;
    justify-content: center;
    text-align: center;
    background-color: #1877f2;
    border: solid 1px rgb(24, 119, 242);
    border-radius: 8px;
    color: whitesmoke;
    padding: auto;
    font-size: 23px;
    font-weight: 500;
}

.div2 .btn-recherche:hover {
    background-color: rgb(10, 102, 194);
}
/* .cont_cc1 {
    
} */

.scroll-table {
    height: 60%;
    overflow-y: scroll;
}

.scroll-table .tbl_style {
    max-height: 100%;
    font-size: 1.2rem;
    color: black;
    align-items: center;
    border: style 1px rgba(128, 128, 128, 0.5);
}

.scroll-table .tbl_style tbody {
    font-family : "Poppins", sans-serif ;
    font-weight: 400;
}

.scroll-table .tbl_style tbody a {
    color: black;
    text-decoration: none;
}
 
.scroll-table .tbl_style tbody tr:hover {
    background-color: rgba(77, 229, 50, 0.5);
    cursor: pointer;
}

.scroll-table .tbl_style tbody tr td{
    text-align: left;
}

/* login pour candidats et recruteurs .........................................................*/

.talent-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.talent-container .cont_log {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin-top: 5%;
    border-radius: 8px;
    background-color: rgba(224, 152, 8, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.talent-container .msg_talent {
    position: relative;
    border-top: solid 12px rgba(224, 152, 8, 0.8);
    max-height: 460px;
    max-width: 370px;
    margin-top: 5%;
    right: 5%;
    padding: 10px;
    background-image: url('/img/1200-1600/etudiant.webp');
    background-size: cover;
}

/* Animation en fondu pour le message des talents */
.fade_talent {
    animation-name: fadet;
    animation-duration: 3s;
  }
  
  @keyframes fadet {
    from {height: 0}
    to {height: 460px}
  }

  .talent-container p i {
    animation-name: fadet2;
    animation-duration: 6s;
  }

  @keyframes fadet2 {
    from {opacity: 0}
    to {opacity: 1}
  }

.talent-container h2 {
    font-weight: 800;
    color: #fff;
    margin-bottom: 50px;
    
}

.talent-container p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
}

.talent-container .msg_recruteur {
    position: relative;
    border-top: solid 12px rgba(224, 152, 8, 0.8);
    max-height: 460px;
    max-width: 370px;
    margin-top: 5%;
    right: 5%;
    padding: 10px;
    background-image: url('/img/400-249/gestion_equipe.webp');
    background-size: auto;
    background-repeat: no-repeat;
}

.talent-container .msg_recruteur h2,
.talent-container .msg_recruteur p {
    color: #000;
}

.cont_log .form {
    padding: 30px;
}

.cont_log .form .title {
    position: relative;
    font-size: 27px;
    font-weight: 600;
}

.cont_log .form .title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
    background-color: #25d366;
    border-radius: 25px;
}

.form .input-field {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 30px;
}

.input-field input {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 0 35px;
    font-size: 16px;
    border: none;
    outline: none;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid transparent;
    transition: all 0.2s ease;
}

.input-field input:is(:focus, :valid) {
    border-bottom-color: #25d366;
}

.input-field i {
    position: absolute;
    top: 50%;
    padding: 0 4px;
    transform: translateY(-50%);
    font-size: 23px;
}

.input-field i:hover {
    cursor: pointer;
}

/* .input-field input:is(:focus, :valid) {
    border-bottom-color: #25d366;
} */

.input-field input:is(:focus, :valid) ~ i {
    color: #25d366;
}

.input-field i.icon {
    left: 0;
}

.input-field i.showHidePw {
    right: 0;
}

.form .checkbox-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.form .checkbox-content {
    display: flex;
    align-items: center;
}

.checkbox-content input {
    margin: 0 8px 2px 4px;
    accent-color: #25d366;
}

.forms .form .text {
    color: #333;
    font-size: 14;
}

.forms .form a.text {
    text-decoration: none;
    color: #1cc20a;
    font-weight: 400;
}

.forms .form a:hover {
    text-decoration: underline;
}

.forms .form .button {
    margin-top: 35px;
}

.form .button input {
    border: none;
    color: white;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 6px;
    background-color: #25d366;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input:hover {
    background-color: #1cc20a;
}

.form .login-signup {
    margin-top: 30px;
    text-align: center;
}

/* End login .................................................................................. */

/* Fil d'actualite............................................................................. */

.fil_actualite {
    width: 100%;
    height: 100vh;
    right: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    display: block;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    scroll-behavior: smooth;
    padding: 2px;
    user-select: none;
}

.fil_actualite::-webkit-scrollbar {
    display: none;
}

.fil_actualite .actualite {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 1.4rem;
    margin-left: 0;
    text-align: left;
    background-color: white;
    /* clear: both; */
}

.fil_actualite .fil5 {
    height: 855px;
}

.fil_actualite .actualite .title {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: black;
    margin-left: 0;
    margin-right: 2rem;
    margin-bottom: 6px;
}

.fil_actualite img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.fil_actualite a {
    text-decoration: none;
    cursor: pointer;
}

.fil_actualite a img {
    border: 0;
}

.fil_actualite .actualite .tiret {
    position: absolute;
    border-bottom: solid 5px #25d366;
    border-radius:25px ;
    width: 14%; 
    justify-content: right;
    right: 2px;
}

.fil_actualite .fil1 {
    position: relative;
}

.fil_actualite .fil2 {
    position: relative;
}

.fil_actualite .fil3 {
    position: relative;
}

.fil_actualite .fil4 {
    position: relative;
}

.fil_actualite .fil5 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.fil5 .sous_fil5 {
    box-sizing: border-box;
    width: 100%;
    height: 24vh;
    padding: 4px;
    display: flex;
    flex-direction: row;
}

.fil5 .sous_fil5 .img_fil5 {
    box-sizing: border-box;
    max-width: 125px;
    max-height: 24vh;
    overflow: hidden;
    border-radius: 10px;
}

.fil5 .sous_fil5 .img_fil5 .fil5_img {
    min-width: 100%;
    max-height: 100%;
    border-radius: 10px;
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}

.fil5 .sous_fil5 .img_fil5 .fil5_img:hover {
    /* L'image est grossie de 25% */
 /*-webkit-transform:scale(1.25) translate(30px); Safari et Chrome */
-webkit-transform:scale(1.25); /* Safari et Chrome */
-moz-transform:scale(1.25); /* Firefox */
-ms-transform:scale(1.25); /* Internet Explorer 9 */
-o-transform:scale(1.25); /* Opera */
transform:scale(1.25);
}

.fil5 .sous_fil5 .recut_espace {
    width: 65%;
    max-height: 15vh;
    box-sizing: border-box;
    padding-left: 15px;
}

.fil5 .sous_fil5 .recut_espace .jobs {
    width: 60px;
    height: 27px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: auto;
    margin-left: 9px;
    margin-bottom: 7px;
    border: solid 1px transparent;
    border-radius: 3px;
    box-shadow: 4px 6px 4px rgba(0,0,0,0.1);
}

.fil5 .sous_fil5 .recut_espace .jobs:hover {
    color: red;
}

.fil5 .sous_fil5 .recut_espace .recrutement {
    margin-bottom: 15px;
}

.fil5 .sous_fil5 .recut_espace .date_recrut {
    font-family : "Poppins", sans-serif ;
    font-size: 15px;
}

.fil5 .sous_fil5 .recut_espace .date_recrut a {
    font-weight: 300;
    color: rgba(0,0,0,0.95);
}


/* End fil...................................................................................... */

/* Button pour remonter vers le haut du document */

#back-to-top {
    display: inline-block;
    position: fixed;
    right: 40px;
    width: 40px;
    height: 40px;
    padding: auto;
    bottom: 10px;
    background-color: rgba(245, 141, 5, 0.8);
    color: black;
    align-items: center;
    font-size: 35px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5000;
}

#back-to-top i {
    margin: 1px 2px;
}

#back-to-top i:hover {
    color: #25d366;
}

/* end button */

/* Formulaire d'inscription candidat ............................................................. */

.cont_register {
    position: relative;
    margin-top: 12%;
    min-height: 850px;
    max-width: 900px;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
    background-color: rgba(224, 152, 8, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.cont_register .header_r {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #333;
}

.cont_register .header_r::before {
    content: '';
    position: absolute;
    left: 44.2%;
    bottom: -2px;
    height: 3px;
    width: 27px;
    background-color: #25d366;
    border-radius: 25px;
}

.cont_register form {
    position:relative;
    /* code de secours */
    display: flex;
    flex-direction: column;
    /* end */
    margin-top: 16px;
    min-height: 740px;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}

.cont_register form .forme {
    /* position: absolute; ......................A decommenter*/
    border-radius: 8px;
    background-color: #fff;
    transition: 0.3s ease;
}

/* .cont_register form .second {.....................................A decommenter
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
} */

form.secActive .second {
    opacity: 1;
    pointer-events: auto; 
    transform: translateX(0);
}

form.secActive .first {
    opacity: 0;
    pointer-events: none; 
    transform: translateX(-100%);
}

.cont_register form .title {
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
    color: #333;
}

.cont_register .fields_r {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

form .fields_r .input-field_r {
    display: flex;
    width: calc(100% / 3 - 15px);
    flex-direction: column;
    margin: 4px 0;
}

.input-field_r label {
    font-size: 12px;
    font-weight: 600;
    color: #2e2e2e;
}

.input-field_r input {
    outline: none;
    font-size: 14;
    font-weight: 400;
    height: 42px;
    margin: 8px 0;
    color: #333;
    border-radius: 5px;
    border: solid 1px #aaa;
    padding: 0 15px;
}

.input-field_r textarea {
    outline: none;
    font-size: 14;
    font-weight: 400;
    margin: 8px 0;
    color: rgb(51, 51, 51);
    border-radius: 5px;
    border: solid 1px #aaa;
    padding: 4px 10px;
}

.input-field_r select {
    outline: none !important;
    font-size: 14 !important;
    font-weight: 400 !important;
    height: 42px !important;
    margin: 8px 0 !important;
    color: rgb(51, 51, 51) !important;
    border-radius: 5px !important;
    border: solid 1px #aaa !important;
    padding: 0 10px !important;
}

.input-field_r .select2 {
    outline: none !important;
    font-size: 14 !important;
    font-weight: 400 !important;
    font-family: 'Raleway', sans-serif !important;
    height: 42px !important;
    margin: 8px 0 !important;
    color: rgb(51, 51, 51) !important;
    border-radius: 5px !important;
    border: solid 1px #aaa !important;
    padding: 5px 10px !important;
}

/* Styling the dropdown items */
.select2-container .select2-results__option {
    font-size: 14 !important;
    font-weight: 400 !important;
    color: #000; 
}

/* Styling the dropdown items on hover */
/* .select2-container .select2-results__option--highlighted {
    background-color: #e9ecef; 
    color: #212529; 
} */

/* Styling the search input in the dropdown */
.select2-container .select2-search--dropdown .select2-search__field {
    font-size: 14 !important;
    font-weight: 400 !important;
    color: #000; 
}

.select2-container .select2-dropdown::-webkit-scrollbar {
    display: none !important;
}

.cont_register .input-field_r .retouch button {
    background-color: transparent;
    height: 42px;
    width: calc(63vw / 3 - 15px);
    border: none;
    outline: none;
    border-radius: 5px;
}

.input-field_r input:is(:focus, :valid) {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
}

.input-field_r input[type="date"] {
    color: #707070;
}

.input-field_r input[type="date"]:valid {
    color: #333;
}
/* , .backBtn */
.cont_register form .buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;
    margin: 25px 0;
    background-color: #25d366;
    transition: all 0.3s linear;
    cursor: pointer;
}
/* .cont_register form .backBtn */
.cont_register form button
 {
    font-size: 14px;
    font-weight: 400px;
    margin-left: 10px;
}

.cont_register form button:hover {
    background-color: rgba(17, 103, 3, 0.8);
}
/* ,
.cont_register form .backBtn */
.cont_register form button i {
    margin: 0 6px;
}

/* .cont_register form .backBtn i {
    transform: rotate(180deg);
} */

/* upload photo et cv dropzone */

.dropzone {
    border: 2px dashed #D5D5D5;
    min-height: 360px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.03);
    padding: 10px 5px;
  }

  .dropzone.dropzone-mini {
    min-height: 150px;
  }

  .dropzone.dropzone-mini {
    background: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    left: auto;
    top: auto;
    width: 100%;
    float: left;
    height: 120px;
  }
  .dropzone.dropzone-mini:after {
    content: "\f0ee";
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 88px;
    top: 26px;
    left: 50%;
    margin: 0px 0px 0px -40px;
    line-height: 80px;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .dropzone.dropzone-mini:hover:after {
    opacity: 1;
    filter: alpha(opacity = 100);
  }

  .cont_register form .buttons {
    display: flex;
    align-items: center;
  }

  .cont_register form .button, .backBtn {
    margin-right: 14px;
  }

/* end dropzone */


/* Fin formulaire d'inscription candidat................................................................. */

/* Formulaire d'inscription recruteur ........................................................... */



/* Fin formulaire d'inscription ................................................................ */

/* Page à propos .................................................................................. */

.cont_apropos {
    align-items: center;
}

.cont_apropos .apropos {
    margin-top: 100px;
    margin-left: 14px;
    margin-right: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.cont_apropos .apropos .sous_apropos {
    width: 100%;
    margin-right: 2px;
    display: flex;
    flex-direction: column;                           
}

.cont_apropos .apropos .sous_apropos .description {
    display: flex;
    flex-direction: column;
}

.cont_apropos .apropos .sous_apropos .description .img {
    position: absolute;
    height: auto;
    min-width: 100%;
    background-repeat: no-repeat;
    background-position: center/cover;
    vertical-align: middle;
}

.cont_apropos .apropos .sous_apropos .description .paragraphe {
    text-align: left;
    margin: 0 8px;
    font-family : 'Lora', sans-serif;
    font-size: 20;
    font-weight: 400;
    color: #2e2e2e;
}

.cont_apropos .apropos .sous_apropos .description h2 {
    color: #f58d05cc; 
    font-weight: 600; 
    font-family : 'Lora', sans-serif;
    margin-left: 8px;
}

.cont_apropos .apropos .sous_apropos .description,
.cont_apropos .apropos .sous_apropos .commentaire {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    padding: 4px;
    margin-bottom: 7px; 
}

.cont_apropos .apropos .sous_apropos .description .title {
    width: 98%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.cont_apropos .apropos .sous_apropos .description .title p {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0.7px;
    color: #1a1818;
}

.cont_apropos .apropos .sous_apropos .commentaire .title_c {
    width: 100%;
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cont_apropos .apropos .sous_apropos .commentaire .title_c p {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.75);
}

.cont_apropos .apropos .sous_apropos .commentaire .title_c .tiret {
    width: 45%;
    border-top: solid 2px red;
}

.cont_apropos .apropos .sous_apropos .commentaire .title_c p.title_c1 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}

.cont_apropos .apropos .sous_apropos .commentaire h2 {
    color: #f58d05cc; 
    font-weight: 600; 
    font-family : 'Lora', sans-serif;
    margin-left: 8px;
}

.cont_apropos .fil_apropos {
    height: 1390px;
}

/* .cont_apropos .apropos .sous_apropos .commentaire .btn-commentaire {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
    border: solid 0.2px whitesmoke;
    height:45px;
    padding: auto;
    justify-content: center;
    color: whitesmoke;
    background-color: #1cc20a;
    font-size: 20px;
    font-weight: 400;
} */

.cont_apropos .apropos .sous_apropos .commentaire .btn-commentaire:hover{
    background-color: #0f5507;
}

.fil_actualite_apropos {
    width: 100%;
    height: 100%;
    right: 0;
    margin-right: 5px;
    background-color: white;
    box-sizing: border-box;
    display: block;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    scroll-behavior: smooth;
    padding: 4px;
    user-select: none;
}

.fil_actualite_apropos::-webkit-scrollbar {
    display: none;
}

.fil_actualite_apropos .actualite {
    width: 320px;
    height: 360px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.4rem;
    margin-left: 2px;
    text-align: left;
    background-color: white;
    /* clear: both; */
}

.fil_actualite_apropos .actualite .title {
    position: relative;
    font-size: 27px;
    font-weight: 600;
    color: black;
    margin-left: 0;
    margin-right: 1.8rem;
    margin-bottom: 6px;
}

.fil_actualite_apropos .actualite .img_actualite {
    width: 100%;
    height: 332px;
    padding-top: 4px;
    box-sizing: border-box;
    position: relative;
}

.fil_actualite_apropos .img_actualite img {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
}

.fil_actualite_apropos a {
    text-decoration: none;
    cursor: pointer;
}

.fil_actualite_apropos a img {
    border: 0;
}

.fil_actualite_apropos .actualite .tiret {
    position: absolute;
    border-bottom: solid 5px #25d366;
    border-radius:25px ;
    width: 15%; 
    justify-content: right;
    right: 2px;
}

.fil_actualite_apropos .fil1 {
    position: relative;
}

.fil_actualite_apropos .fil2 {
    position: relative;
}

.fil_actualite_apropos .fil3 {
    position: relative;
}

.fil_actualite_apropos .fil4 {
    position: relative;
}

.fil_actualite_apropos .fil5 {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.fil_actualite_apropos .fil5 .sous_fil5 {
    box-sizing: border-box;
    width: 100%;
    height: 18vh;
    padding: 8px;
    display: flex;
    flex-direction: row;
}

.fil_actualite_apropos .fil5 .sous_fil5 .img_fil5 {
    box-sizing: border-box;
    max-width: 125px;
    min-width: 125px;
    max-height: auto;
    overflow: hidden;
    border-radius: 10px;
}

.fil_actualite_apropos .fil5 .sous_fil5 .img_fil5 .fil5_img {
    min-width: 100%;
    max-height: 100%;
    border-radius: 10px;
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}

.fil_actualite_apropos .fil5 .sous_fil5 .img_fil5 .fil5_img:hover {
    /* L'image est grossie de 25% */
 /*-webkit-transform:scale(1.25) translate(30px); Safari et Chrome */
-webkit-transform:scale(1.25); /* Safari et Chrome */
-moz-transform:scale(1.25); /* Firefox */
-ms-transform:scale(1.25); /* Internet Explorer 9 */
-o-transform:scale(1.25); /* Opera */
transform:scale(1.25);
}

.fil_actualite_apropos .fil5 .sous_fil5 .recut_espace {
    width: 65%;
    max-height: 15vh;
    box-sizing: border-box;
    padding-left: 15px;
}

.fil_actualite_apropos .fil5 .sous_fil5 .recut_espace .jobs {
    width: 60px;
    height: 27px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: auto;
    margin-left: 9px;
    margin-bottom: 7px;
    border: solid 1px transparent;
    border-radius: 3px;
    box-shadow: 4px 6px 4px rgba(0,0,0,0.1);
}

.fil_actualite_apropos .fil5 .sous_fil5 .recut_espace .jobs:hover {
    color: red;
}

.fil_actualite_apropos .fil5 .sous_fil5 .recut_espace .recrutement {
    margin-bottom: 15px;
}

.fil_actualite_apropos .fil5 .sous_fil5 .recut_espace .date_recrut {
    font-family : "Poppins", sans-serif ;
    font-size: 15px;
}

.fil_actualite_apropos .fil5 .sous_fil5 .recut_espace .date_recrut a {
    font-weight: 300;
    color: rgba(0,0,0,0.95);
}

/* End */

/* Formulaire de contact .......................................................................*/

.contact_us {
    position: relative;
    min-height: 100vh;
    padding: 0 100px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('/img/1200-1600/digital.webp');
    background-size: cover;
}

.contact_us .content_us {
    max-width: 800px;
    margin-top: 0;
    top: 0;
    border-radius: 10px;
    background-color: rgba(21, 20, 20, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.75);
    text-align: center;
}

.contact_us .content_us h2 {
    font-size: 36px;
    font-weight: 800;
    color: #000;
}

.contact_us .content_us p {
    font-weight: 600;
    color: #000;
}

.container.cont_contact {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.cont_contact .contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.cont_contact .contactInfo .box {
    position: relative;
    padding: 20px 0;
    align-items: center;
    display: flex;
}

.cont_contact .contactInfo .box .icon {
    min-width: 60px;
    height: 60px;
    background-color: rgba(224, 152, 8, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.cont_contact .contactInfo .box .icon i {
    color: #25d366;
}

.cont_contact .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;

}

.cont_contact .contactInfo .box .text h3 {
    font-weight: 600;
    color: #25d366;
}

.cont_contact .contactInfo .box .text p {
    margin-top: 0;
    font-weight: 600;
    color: black;
}

.contactForm {
    width: 40%;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 2px 5px 10px rgba(0,0,0,0.9);
    background-color: #fff;
}

.contactForm h2 {
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contactForm .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span {
    color: #f58d05;
    font-size: 12px;
    font-weight: 300;
    transform: translateY(-20px);
}

.contactForm .inputBox input[type="submit"] {
    width: 100px;
    background-color: #25d366;
    color: #fff;
    border-radius: 6px;
    border-bottom: 0;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    font-weight: 200;
}

.contactForm .inputBox input[type="submit"]:hover {
    background-color: rgba(17, 103, 3, 0.8);
}

/* End formulaire dcontact */

/* Page d'offres..................................................... */

.style_offre .intitule_offre {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
}

.style_offre .intitule_offre_titre {
    font-size: 30px;
    font-weight: 600;
    text-align: justify;
    line-height: 24px;
    color: #1cc20a;
}

/* .style_offre h3 {
    
} */

/* Page loader styles */
.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1); /* Semi-transparent background */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* Ensure it's on top of everything */
}

.loader {
    border: 10px solid #f58d05; /* Light grey */
    border-top: 10px solid #25d366; /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite; /* Spin animation */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* End loader styles ......................................... */

/* Template profil css ..............................................*/


.form-control:focus {
    box-shadow: none;
    border-color: #BA68C8;
}

.profile-button {
    background: rgb(99, 39, 120);
    box-shadow: none;
    border: none;
}

.profile-button:hover {
    background: #682773
}

.profile-button:focus {
    background: #682773;
    box-shadow: none
}

.profile-button:active {
    background: #682773;
    box-shadow: none
}

.back:hover {
    color: #682773;
    cursor: pointer
}

.rounded .labels {
    font-size: 11px;
}

.add-experience:hover {
    background: #BA68C8;
    color: #fff;
    cursor: pointer;
    border: solid 1px #BA68C8
}

/* end template.............................................................. */

/* Style pour le chat dans à propos */
/* .chat-container {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
} */

.chat-box {
    height: 400px;
    overflow-y: auto;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.chat-box::-webkit-scrollbar {
    display: none;
}

.chat-box .message {
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 12px 10px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #e9e9eb;
}

.chat-box .message.user {
    margin-left: 0;
    background-color: #25d366;
    color: white;
    text-align: right;
}

#chat-form {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#chat-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
}

#chat-form button {
    padding: 10px 20px;
    border: none;
    background-color: #25d366;
    color: white;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

#chat-form button:hover {
    background-color: #04471d;
}
/* End css */

/* Style pour les avis */

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-right: 50%;
    width: auto;
}
.rating input {
    display: none;
}
.rating label {
    font-size: 2em;
    color: #ffd700;
    cursor: pointer;
}
.rating input:checked ~ label { /* Tous les éléments avant l'element coche prennent cette couleur */
    color: #ffc700; /* couleur or */
}
.rating input:checked ~ label ~ label { /* Tous les éléments après l'element coche prennent cette couleur */
    color: #ddd; /* couleur grise */
}
.rating input:hover ~ label { /* Tous les éléments avant l'element survole prennent cette couleur */
    color: #ffc700;
}
.rating input:hover ~ label ~ label { /* Tous les éléments après l'element survole prennent cette couleur */
    color: #ddd;
}
.filled {
    color: #ffc700;
}

/* End style avis */

/* Style bouton postuler offre */

.postul {
    width: 25%;
    height: 60px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid 2px #1877f2;
    border-radius: 30px;
    box-shadow: 3px 3px 7px 3px #1877f2;
    background-color: rgba(24, 119, 242, 0.5);
    z-index: 100;
    cursor: pointer;
}

.postul .tel1 {
    font-size: 1.2rem;
    font-weight: 600;
    margin:auto 0;
    color: whitesmoke;
}

.postul:hover {
    box-shadow: 3px 3px 7px 3px #1cc20a;
    background-color: rgba(77, 229, 50, 0.5);
}

/* end style */

/* Fin footer */



/* Sur les écrans plus petits, réduisez la taille du texte slide dynamic*/
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }

  @media screen and (max-width: 400px) {
    .sb__footer-heading h1 {
        font-size: 27px;
        line-height: 38px;
    }

    .mySlides_d img {
        /* position: absolute; */
        max-width: 400px;
    }
}

@media screen and (max-width: 550px) {
    .cont_register .input-field_r .retouch button {
        width: calc(260vw / 3 - 15px);
    }

    form .fields_r .input-field_r {
        width: 100%;
    }

    .content {
        padding: 8px 32px;
    }

    .navbar .menu-hamburger {
        top: 15px;
        right: 30px;
        width: 35px;
    }

    .break_maquee .breaking p {
        font-size: 0.9rem;
    }

    header {
        max-width: 550px;
        top: 65px;
        padding: 0;
        z-index: 1;
    }
    
    header .break_maquee .offre_maquee {
        font-size: 0.8rem;
    }

    .share-btn-container {
        transform: unset;
        /* */
        top: unset;
        left: 0;
        bottom: 0;
        width: 100%;
        flex-direction: row;
        box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.3);
        justify-content: center;
    }

    .share-btn-container a {
        margin: 0 32px;
    }

    .sb__footer-heading h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .sb__footer-links div {
        margin: 1rem 0;
    }

    .sb__footer-btn p {
        font-size: 14px;
        line-height: 20px;
    }

    .sb__footer-below {
        flex-direction: column;
        justify-content: left;
    }

    .sb__footer-below-links {
        flex-direction: column;
    }

    .sb__footer-below-links p {
        margin-left: 0rem;
        margin-top: 1rem;
    }

    .mySlides .myslides1 .text {
        font-size: 18px;
        font-weight: 800;
        padding: 1px 12px;
        bottom: 24px;
        width: 65%;
        line-height: 16px;
      }
    
      .myslides2 .text {
        font-size: 11px;
        font-weight: 500;
        padding: 1px 10px;
        bottom: 20px;
        width: 100%;
        line-height: 11px;
      }
      
      .mySlides .myslides1 .myslider_flex {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        top: 140px;
      }

      .myslides1 .myslider_flex .numbertext {
        font-size: 12px;
        font-weight: 600;
        padding: 1px 12px;
        top: 0;
      }
    
    .myslides1 .myslider_flex .numbertext1 {
        font-size: 12px;
        font-weight: 600;
        padding: 0 12px;
        top: 0;
      }

      .mySlides .myslides2 .myslider_flex1 {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        top: 55px;
      }
    
      .myslides2 .myslider_flex1 .numbertext {
        font-size: 10px;
        font-weight: 400;
        padding: 1px 10px;
        top: 0;
      }
    
    .myslides2 .myslider_flex1 .numbertext1 {
        font-size: 10px;
        font-weight: 400;
        padding: 0 10px;
        top: 0;
      }

      .slide-img {
        height: 300px;
      }
    
      .sous_slide-img {
        height: 149px;
      }

      .slideshow-container {
        height: 300px;
      }

    .mySlides_d img {
        /* position: absolute; */
        max-height: 580px;
        max-width: 550px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        vertical-align: middle;
    }
    
    /* Slideshow container */
    .slideshow-container1 {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
      position: relative;
      margin: auto;
    padding: 0;
    }
    
    /* Titre du texte */
    .slideshow-container1 .mySlides_d .text1 {
      font-size: 14px;
      padding: 4px 12px;
      margin-top: 0;
      z-index: 10;
    }

    .msg {
        font-size: 16px;
        font-weight: 600;
        margin-top: -30px;
        z-index: 100;
      }

    .facebook {
        width: 25%;
        height: 60px;
        top: 100px;
        z-index: 10;
    }
}

  /* media query inscription */

@media (max-width: 750px) {
    .cont_register form {
        overflow-y: scroll;
        align-items: center;
        padding-left: 12px;
    }

    .cont_register form::-webkit-scrollbar{
        display: none;
    }

    form .fields_r .input-field_r {
        width: calc(100% / 2 - 15px);
        margin-right: 12px;
    }
}

@media screen and (max-width: 850px) {
    .sb__footer-heading h1 {
        font-size: 44px;
        line-height: 50px;
    }
}

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

    .cont_accueil { 
        margin-bottom: 50px;
    }

    .cont_acc {
        margin-bottom: 50px;
    }

    .cont_cc1 {
        margin-bottom: 400px;
    }

    .facebook {
        width: 50%;
        height: 60px;
        justify-content: center;
    }
    
    .facebook:hover {
        height: 75px;
    }
    
    .facebook .fa-facebook {
        font-size: 1.8rem;
        margin-left: 15px;
    }
    
    .facebook .tel1 {
        font-size: 1rem;
    }

    .offre {
        width: 35%;
        height: 44px;
    }
    
    .offre .offreP {
        font-size: 1.2rem;
        font-weight: bold;
        margin: auto;
        margin-top: 9px;
        color: black;
    }

    .navbar {
        padding: 0;
    }

    .navbar .logo {
        position: absolute;
        top: 40px;
        left: 30px;
    }

    .navbar .menu-hamburger {
        display: block;
        z-index: 2000;
        background-color: black;
    }

    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.299);
        backdrop-filter: blur(8px);
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
        z-index: 1000;

    }

    .nav-links.mobile-menu {
        margin-left: 0;
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .navbar .nav-links ul li {
        margin: 25px 0;
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) {
    .contact_us {
        padding: 50px;
    }

    .cont_contact {
        flex-direction: column;
    }

    .cont_contact .contactInfo {
        margin-bottom: 40px;
    }

    .cont_contact .contactInfo,
    .cont_contact .contactForm
     {
        width: 100%;
    }

    .cont_register .input-field_r .retouch button {
        width: calc(130vw / 3 - 15px);
    }
}



/* End */
