/******************fonts****************/ 
@font-face {
  font-family: 'Lora-Bold';
  src: url('./font/lora/Lora-Bold.ttf');
}
@font-face {
  font-family: 'Lora-Medium';
  src: url('./font/lora/Lora-Medium.ttf');
}
@font-face {
  font-family: 'Lora-Regular';
  src: url('./font/lora/Lora-Regular.ttf');
}
@font-face {
  font-family: 'Lora-SemiBold';
  src: url('./font/lora/Lora-SemiBold.ttf');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('./font/roboto/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('./font/roboto/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('./font/roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-SemiBold';
  src: url('./font/roboto/Roboto-Bold.ttf');
}
/******************************************/

.logo-blanc{
  display: none;
}
@media screen and (min-width: 1901px) {
  #latest-post .entry-thumbnail{
    width: 95%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1900px) {
  #latest-post .entry-thumbnail{
    width: 1260px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1399px) {
  #posts-grid .entry-thumbnail{
    width: 560px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200.5px) {
  #posts-grid .entry-thumbnail{
    width: 450px;
  }
  #latest-post .entry-thumbnail{
    width: 95%;
  }
}
@media screen and (min-width: 200px) and (max-width: 767.5px) {
  .logo-blanc{
    display: block;
    height: auto !important;
  }
  .logo-noir{
    display: none;
  }
  .hour{
    position: relative;
    text-align: left;
    right: inherit;
  }
  .flex-4 {
    display:flex; 
    flex-direction: column;
    margin: 0 32px;
}
    /*///////////////// footer style////////////////////// */
    footer {
        display: flex;
        width: 100%;
        padding: 24px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
    }
     footer .items{
        display: flex;
        flex-wrap: wrap !important;
        gap: 24px;
        width: 251px;
        padding-top: 24px;
     }
    .talent-menu ul {
        list-style: none !important;
        display: flex;
        flex-wrap: wrap !important;
        align-items: flex-start;
        font-family: Roboto-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        align-items: center;
        padding: 0 !important;
        margin: 0 !important;
        width: 90%;
    }

    footer .talent-menu ul li {
        border-right: 1px solid white;
        margin: 16px 0px;
        padding-left: 16px;
        padding-right: 16px;
    }
    footer .talent-menu ul li:first-child {
      padding-left: 0px;
    }
    footer .talent-menu ul li:nth-child(3) {
      padding-left: 0px;
    }
    .social-icon {
        list-style: none !important;
        display: flex;
        align-items: flex-start;
        padding-left: 0;
    }
    footer .cta-primary{
      width: auto;
    padding-left: 32px;
    padding-right: 32px;
    }

/*header resposive style*/
    header .navbar {
        padding: 16px 16px 16px 16px;
        background-color: transparent;
      }
      .logo img {
        width: 190px;
        height: 40px;
      }

      .navbar-toggler {
        color : rgb(255, 255, 255) !important;
        background-color: white;
      }

      .input-group{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width:100%;
        gap: 16px;
        padding-bottom: 40px;
        flex-direction: column;
      }
      .input-group>.form-control{

       width: 100%;
       max-width: 100%;
      }
      p{
        font-family: Roboto-Regular !important;
      }
      .flex-center-right{
        align-items: center;
        display: flex;
        justify-content: left;
        padding-bottom: 10px;
      }
      /*H1 H2 H3*/
      h1 {
      color: var(--White, #FFF);
      font-family: 'Lora-SemiBold';
      font-size: 46px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
        }

      h2 {

     color: var(--Text, #112136);
     text-align: center;
     font-family: 'Lora-SemiBold';
     font-size: 40px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
      }  
    h2.white-title{

        color: var(--White, #FFF);
        font-family: Lora;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    h3 {
      color: var(--color-text, #212448);
      font-family: Roboto-Bold !important;
      font-size: 28px !important;
      font-style: normal !important;
      font-weight: 600 !important;
      line-height: normal !important;
  }

    .search-input::placeholder{
      -webkit-line-clamp: 1;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    display: -webkit-box;
    width: 80%;
    }
.search-input::placeholder-shown{
  width: 90%;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    /* bouttons cta*/
    .cta-primary {
        width: 100%;
        display: flex;
        padding: 16px;
        justify-content: center;
        align-items: center;
        background: var(--color-interaction, #17a892);
        /* UI_Cards */
        box-shadow: 1px 1px 6px 0px rgba(17, 33, 54, 0.1);
        border: unset;
        color: var(--color-white, #fff);
        text-align: center;
        /* Exergue */
        font-family: Roboto-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
      .wpb_wrapper .cta-primary{
        width: auto !important;
      }

      /* //////////////////////////////// */
.mt-40 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .vc-bloc{
    margin:40px 16px !important;
  }
  .form-search{
    margin-top:51px !important;
  }

  .categorycadre {
    padding: 32px;
    background: var(--White, #fff);
    box-shadow: 1px 1px 6px 0px rgba(17, 33, 54, 0.1);
    min-height: 212px;
    
    margin-top: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.categorycadre h3{
  font-size: 28px;
  font-family: Roboto-Regular;
}

.blue {
  background: var(--color-interaction, #17a892);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
}
/*****page offre*******/

form.form-inline.flex.p24{
  display: grid !important;
  justify-content: normal;
  margin-left: 16px;
  margin-right: 16px;
}
form.form-inline.flex.p24 input , form.form-inline.flex.p24 select{
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 16px;
  font-family: Roboto-Regular;
}

.offretitle{
  display: flex;
  flex-direction: column !important;
}
.text .offre-legend{
  display: flex;
  flex-direction: column !important;
  gap: 8px;
}
.text .offre-emploi{
flex-wrap: nowrap;
    flex-direction: column !important;
    margin: 16px;
}
.simple-link-decoration{
  margin-left: 16px;
}
.offre-emploi{
  margin-left: 16px;
  margin-right: 16px;
}
/* Page CSS */

#site-menu li, #site-menu p {
  padding: 0 10px 32px 10px;
  margin: 0px;
  color: #000000;
  text-decoration: none;
  text-transform: none;
  list-style: none;
  display: none;
  text-align: left;
  transition: all .5s;
  font-size: 16px;
}

#site-menu p:hover {
  display: block;
  color: #5bc1e8;
  transition: all .5s;
font-weight:bold;
}

/* hides toggle handler */
.owl-item {
  margin: inherit;
}

/* menu button & animation */
.menu-button {
z-index: 100;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
outline: none;
cursor: pointer;
}

.line {
  position: relative;
  left: 25%;
  width: 50%;
  height: 3px;
  background:#fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.line:nth-child(1) {
  top: 35%;
}

.line:nth-child(2) {
  top: 45%;
}

.line:nth-child(3) {
  top: 55%;
}

/* animate background of lines */
.menu-button:hover .line::after {
  transform: translateX(0);
}

.menu-button .line::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgb(255, 255, 255);
  transform: translateX(100%);
  transition: all 0.25s ease;
}

#menu-toggle:checked + .menu-button .line::after {
  background: #17a892;
}
#menu-toggle:checked + .menu-button .line {
  background: #17a892;
}

#menu-toggle:checked + .menu-button  { 
  transform: rotate(180deg);
  transition: transform .2s ease;
}

#menu-toggle:checked + #menu-button .line:nth-child(1){
  transform: translateY(5px) rotate(45deg);/*45deg*/
}


#menu-toggle:checked + #menu-button .line:nth-child(2) {
  transform: scaleX(0);
  opacity:0;
}

#menu-toggle:checked + #menu-button .line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);/* -45deg*/
}
.offretitle .logo{
  width: 30%;
}

/* animate menu in */
#menu-toggle:checked + #menu-button + #site-menu{
  animation: menu-open 0.3s ease both;

}

#menu-toggle:checked + #menu-button + #site-menu ul > li, #site-menu p {
  display: block;
  animation: menu-txt-open .3s ease both;
}


#site-menu {
  position: absolute;
  width: 0px;
  height: 100vh;
  right:0px;
  top:0px;
  margin: 0px; 
  padding: 0px;
  background: linear-gradient(to right,#303030dc 0%,#303030d7 30%,#fff 30%,#fff 100%);
  animation: menu-closed .3s both;
 
  transition: .2s;
}

#site-menu-titles{
  position: absolute;
  top: 40%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-left: 0;
}
#site-menu-titles .talent-menu ul{
  display: grid !important;
  width: max-content !important;
}
#site-menu-titles .talent-menu ul li a{
 color: #112136;
}
@keyframes menu-open {
  100% {
      width: 100vw;
      height: 100vh;
  }
}
@keyframes menu-closed {
  0% {
     width: 100vw;
     height: 100vh;
  }
}
@keyframes menu-txt-open {
  0%, 70% {
     opacity:0;
  }
  100% {
      opacity:1;
  }
}

.page-template .line{
  background-color: #000;
}
.item-cmpany{
  width: 100%;
}
.page-template h1{
  color: #000;
}
.page-template .pt{
  padding: 40px 20px !important;
}
.bloc-height{

  width:100%;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

.offre-legend{

  font-family: Roboto-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
}
.offretitle{
  display: flex;
    flex-wrap: wrap;
}
.offre-legend label{
  padding-bottom: 5px;
  text-align: left;
}
.talent-menu ul{
  font-size: 14px;
}
header .navbar{
  padding: 0px;
}
.logo img{
  height: 45px;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
  align-items: baseline;
}

}

@media screen and (min-width: 100px) and (max-width: 282.5px) {
  footer .talent-menu ul li{
    padding-left: 12px;
    padding-right: 12px;
  }
  .talent-menu #menu-footer a{
    font-size: 14px;
  }
}