/*
Theme Name: TS Yapla
*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap');



/* Start Custom Fonts CSS */

@font-face {
  font-family: 'Migra';
  src: url('https://terroiretsaveurs.com/wp-content/uploads/2022/03/Migra-Extrabold.ttf') format('truetype');
}

/* End Custom Fonts CSS */

@font-face {
    font-family: 'Original Sans Four';
    src: url('https://terroiretsaveurs.com/wp-content/uploads/2022/03/Original-Sans-Four.ttf') format('truetype');
    /*src: url('https://cdn.ca.yapla.com/company/CPYlFBKFKU4nbGwsYs52KvXR/website/10209/assets/css/OriginalSansFour.otf') format('opentype');*/
}

@font-face {
    font-family: 'Original Sans Four Italic';
    src: url('https://cdn.ca.yapla.com/company/CPYlFBKFKU4nbGwsYs52KvXR/website/10209/assets/css/OriginalSansFourItalic.otf') format('opentype');
    font-style: italic;
}

@font-face {
    font-family: 'Original Sans Three Italic';
    src: url('https://cdn.ca.yapla.com/company/CPYlFBKFKU4nbGwsYs52KvXR/website/10209/assets/css/OriginalSansThreeItalic.otf') format('opentype');
    font-style: italic;
}

@font-face {
    font-family: 'Original Sans Three';
    src: url('https://cdn.ca.yapla.com/company/CPYlFBKFKU4nbGwsYs52KvXR/website/10209/assets/css/OriginalSansThree.otf') format('opentype');
    
}

/* BASE TEMPLATE MEMBER ====================================================================== */
.hero_page{display: none;}
.intro_experience{display: none;}
.intro_experience_img{display: none;}
.d-none{display: none;}
/*.view-directory-list .p3_menu{position: relative; background: #BACD94 !important;}*/
.view-directory-list .intro_experience{display: block;}
.view-directory-list .intro_experience_img{display: block;}
.view-directory-list .hero_page{display: block;}
.breadcrumb_member{display: none;}
.view-directory-list .breadcrumb_member{display: block;}
.full_height{ height: 100vh; position: relative;}
.directory-member-detail-wrapper{ overflow: hidden;}
.p3_menu{
  position: absolute;
  z-index: 3;
  width: 100%;
  background-color: transparent !important;
}

.p3_menu.z3{
  position: absolute;
  z-index: 4;
  width: 100%;
  background-color: transparent !important;
}

.p3_menu.z3.sticky{
  position: fixed;
  background-color: #BACD94 !important;
  padding-bottom: 5px;
  transition: 0.5s;
}

.p3_menu.z3.fixed{
  position: fixed;
}



/* ===========================================================================================
=== MENU =====================================================================================
=========================================================================================== */

.p3_menu .container-fluid {
    max-width: 1300px;
    min-height: 75px;
    position: relative;
}

.p3_menu .menu .menu_container .menu_col .btn_menu.collapsed .menu{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.p3_menu .menu .menu_container .menu_col .btn_menu.collapsed .fermer{
    display: none;
    align-items: center;
    cursor: pointer;
}

.p3_menu .menu .menu_container .menu_col .btn_menu .menu{
    display: none;
}

.p3_menu .menu .menu_container .menu_col .btn_menu .fermer{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.p3_menu .menu .menu_container .menu_col .btn_menu svg{
    width: auto;
    height: 70px;
}

.p3_menu .menu .menu_container .menu_col .btn_menu_txt{
    display: inline-block;
    padding-left: 14px;
    color: #FFFFFF;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p3_menu .menu .menu_container .menu_col .btn_menu_txt{
    display: none;
  }
}

.p3_menu #menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #073323;
    z-index: 99999;
    height: 100vh;
}

.p3_menu .menu_container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
    max-width: 1300px;
    min-height: 75px;
    justify-content: space-between;
}

.p3_menu .menu_container_nav {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    justify-content: space-between;
    overflow: auto;
    width: 100%;
}

@media screen and (min-width: 768px) {
  .p3_menu .menu_container_nav{
    display: flex;
  }
}

.p3_menu .menu_container_bottom {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid white;
}

@media screen and (max-width: 768px) {
  .p3_menu .menu_container_bottom {
    display: block;
  }
}

.p3_menu .menu_container .menu_col{
    position: relative;
    display: flex;
    align-items: center;
}

.p3_menu .zone_logo{
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%);
}

.p3_menu .menu .menu_container .menu_col .link{
    color: #FFFFFF;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 20px;
}

@media screen and (max-width: 992px) {

  .p3_menu .menu .menu_container .menu_col.espace_membre{
    display: none;
  }
}

.p3_menu .zone-html{
    width: 100%;
    padding-right: 100px !important;
}

.p3_menu .zone-header{
    width: 80px;
    height: 84px;
    display: flex;
    align-items: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.p3_menu .zone-header a{
    color: #FFFFFF;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.p3_menu #menu .bg{
    display: none;
    position: absolute;
    width: 40%;
    height: 100%;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    right: 0;
}

@media screen and (min-width: 768px) {
    .p3_menu #menu .bg{ display: block; }
}

.p3_menu .menu_zone{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1300px;
    justify-content: space-between;
    height: 100%;
    padding-top: 100px;
}

.p3_menu .menu_zone .menu_zone_left{
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
}

@media screen and (min-width: 768px) {
  .p3_menu .menu_zone .menu_zone_left{
    width: 70%;
  }
}

.p3_menu .list_link{
    list-style-type: none;
    padding: 0;
}

@media screen and (min-width: 992px) {

  .p3_menu .list_link.espace_mobile{
    display: none;
  }
}

.p3_menu .list_link li a{
    font-family: 'Original Sans Four';
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    display: block;
}

@media screen and (max-width: 768px) {
  .p3_menu .list_link li a{
    font-size: 24px;
    line-height: 28px;
    padding: 5px 15px;
  }
}

.p3_menu .list_link li a:hover{
  color: #FBEBCD;
  text-decoration: none;
}

.p3_menu .list_link li a.lien{
    color: #FFFFFF;
    font-family: Work Sans;
    font-size: 30px;
    font-weight: 700;
    text-transform: initial;
}

.p3_menu .menu_social{
    list-style-type: none;
    padding: 5px 0 0;
    display: flex;
}

.p3_menu .menu_social li{
    margin-right: 10px;
}

.p3_menu .menu_social li a svg{
    width: 40px;
    height: 40px;
}

/* menu colapse ============================================================================ */

.collapse_menu .collapse_title a{
  display: flex;
  align-items: center;
  justify-content: space-between;
    font-family: 'Original Sans Four';
  font-size: 30px;
  text-transform: uppercase;
  padding: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .collapse_menu .collapse_title a{
    font-size: 24px;
    line-height: 28px;
    padding: 5px 15px;
  }
}

.collapse_menu .collapse_title a.titre_1{
  color: #ffffff;
}

.collapse_menu .collapse_title a.titre_2{
  color: #ffffff;
}

.collapse_menu .collapse_title a.titre_3{
  color: #ffffff;
}

.collapse_menu .collapse_title a:hover{
  text-decoration: none;
  color: #FBEBCD;
}

.collapse_menu .collapse_title a:focus{
  text-decoration: none;
  outline: none;
}

.collapse_menu .collapse_title a i{
  transform: rotate(180deg);
  margin: 0 20px;
}

.collapse_menu .collapse_title a.collapsed i{
  transform: rotate(0deg);
}

.collapse_menu .collapse{
  padding: 15px;
}

.collapse_menu .collapse ul{
  list-style-type: none;
  padding: 0;
}

.collapse_menu .collapse ul li a{
  color: #FFFFFF;
  font-family: 'Migra';
  font-size: 30px;
  font-weight: 800;
  line-height: 45px;
}

@media screen and (max-width: 768px) {
  .collapse_menu .collapse ul li a{
    font-size: 18px;
    line-height: 20px;
  }
}

.collapse_menu .collapse ul li a:hover{
  color: #FBEBCD;
  text-decoration: none;
}



/* ==============================================================================================
== SINGLE MEMBER ================================================================================
============================================================================================== */

.hero{
  min-height: auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 130px 0 113px;
  position: relative;

}

@media screen and (min-width: 768px) {
  .hero{
    min-height: 600px;
  }
}

.hero .img{
  height: 100%;
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero .place_img{
  height: 100%;
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.hero .overlay{
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.45);
  position: absolute;
  top:0;
  left: 0;

}

.hero .back{
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

.hero .back a{
  font-family: Work Sans;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.hero_cat ul{
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;

}

.hero_cat ul li{
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    margin: 5px 10px;
    background: #BACD94;
    border-radius: 15px;
    line-height: 30px;
    font-family: Work Sans;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.hero h1{
    font-family: 'Original Sans Four';
  font-size: 48px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #fbebcd;
  margin: 21px 0px;
  letter-spacing: 1px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .hero h1{
    font-size: 36px;
    line-height: 40px;
  }
}

.hero .endroit{
  font-family: Work Sans;
  font-weight: bold;
  font-size: 12px;
  line-height: 140.62%;
  text-transform: capitalize;
  color: #FBEBCD;
  align-items: center;
  justify-content: center;
  display: flex;
}

.hero .endroit svg{
  margin-right: 10px;
}

.content_member{
  max-width: 1300px;
  margin: auto;
}

.content_member .pb_cm{
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}


/* ACCORDEON ================================================================================= */

.collapse_blk .collapse_title a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.collapse_blk .collapse_title a h2{
    font-family: 'Original Sans Four';
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #151522;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .collapse_blk .collapse_title a h2{
    font-size: 24px;
    line-height: 28px;
  }
}

.collapse_blk .collapse_title a:hover{
  text-decoration: none;
}

.collapse_blk .collapse_title a:focus{
  text-decoration: none;
  outline: none;
}

.collapse_blk .collapse_title a:hover h2{
  color: #BACD94;
}

.collapse_blk .collapse_title a svg{
  margin: 0 20px;
}

.collapse_blk .collapse_title a.collapsed svg{
  transform: rotate(180deg);
}

.collapse_blk .collapse{
  padding: 25px 0 30px;

}

.collapse_blk .collapse p{
  font-family: Work Sans;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;

}

.collapse_blk .collapse .item_liste h3{
    font-family: 'Original Sans Four';
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #BACD94;
  letter-spacing: 1px;
}

.collapse_blk .collapse .item_liste ul{
  list-style-type: none;
  padding: 0;
}

.collapse_blk .collapse .item_liste ul li{
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}


/* CAROUSEL ================================================================================= */

.carousel{
  max-height: initial !important;
  padding-top: 50px;
}

.carousel .carousel-inner .item{
  max-height: initial !important;
  height: auto;
}

.carousel .carousel-inner .item .img{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
}

.carousel .carousel-inner .item .img img{
  width: 50px;
  height: auto;
  opacity: 0;
}

.carousel .carousel_nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.carousel .carousel-control.left{
  margin-left: 0 !important;
  background: none;
  z-index: 11;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  min-width: 0;
  width: auto;
  margin-bottom: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.carousel .carousel-control.right{
  margin-left: 0 !important;
  background: none;
  z-index: 11;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  min-width: 0;
  width: auto;
  margin-bottom: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

.carousel .carousel-control {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: initial;
    width: auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
}

.carousel .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    background: #EC5F0F;
}

.carousel-indicators li {
    border: 0;
    background: #E4E4E4;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 1px;
    text-indent: -999px;
    border-radius: 8px;
    cursor: pointer;
}

/* SIDEBAR =================================================================================== */

.sidebar_member{
  position: relative;
}

.sidebar_member .bg_elipse{
  position: absolute;
  top: -48px;
  left: -48px;

}

.sidebar_member .region{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.sidebar_member h3{
    font-family: 'Original Sans Four';
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-transform: initial;
  letter-spacing: 1px;
  font-weight: 400;
}

.sidebar_member h4{
  font-family: Work Sans;
  line-height: 34px;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
  padding-left: 10px;
}

.sidebar_member .services{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.sidebar_member .services #etoile img{
  height: 30px !important;
  width: auto;
}

.sidebar_member .services ul{
  list-style-type: none;
  padding: 0;
}

.sidebar_member .services ul li{
  font-family: 'Work Sans';
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #BACD94;
}


.sidebar_member .contact_member{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}

.sidebar_member .contact_member #logo img{
  padding: 30px 0;
  max-width: 300px;
}

.sidebar_member .contact_member h3{
  font-size: 24px;
  line-height: 22px;
  color: #151522;
    font-family: 'Original Sans Four';
  letter-spacing: 1px;
}

.sidebar_member .contact_member p{
  font-family: Work Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #433936;
}

.sidebar_member .social{
  padding: 50px 0;
  list-style-type: none;
  padding: 0;
  display: flex;
}

.sidebar_member .social li a{
  margin-right: 35px;
  display: inline-block;
}

.sidebar_member .social li a .circle{
  position: relative;
  width: 41px;
  height: 41px;
  border: 1px solid black;
  border-radius: 50%;
  padding: 5px;
}

.sidebar_member .social li:lastchild a{
  margin-right: 0;
}

.sidebar_member .reservation{
    
}

.sidebar_member .reservation a{
  display: inline-flex;
  align-items: center;
  padding: 20px 0;
}

.sidebar_member .reservation a span{
  line-height: 42px;
  display: inline-block;
  font-family: 'Work Sans';
  font-weight: 800;
  font-size: 18px;
  color: #000000;
}

.sidebar_member .reservation a span.icon{
  height: 42px;
  width: 42px;
  display: inline-block;
  border-radius: 21px;
  background: #EC5F0F;
  margin-left: 10px;
  position: relative;
}

.sidebar_member .reservation a span.icon_over{
  height: 41px;
  width: 41px;
  display: inline-block;
  border-radius: 21px;
  margin-left: 10px;
  background: #fff;
  position: relative;
  border: 1px solid #EC5F0F;
  display: none;
}

.sidebar_member .reservation a span svg{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.sidebar_member .reservation a:hover{
  text-decoration: none;
}

.sidebar_member .reservation a:hover span{
  color: #EC5F0F;
  text-decoration: none;
}

.sidebar_member .reservation a:hover span.icon{
  display: none;
}

.sidebar_member .reservation a:hover span.icon_over{
  display: inline-block;
}

.sidebar_member .share{
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sidebar_member .share ul{
  list-style-type: none;
  padding: 0;
  display: flex;
}

.sidebar_member .share ul li a{
  margin-right: 35px;
}

.sidebar_member .share ul li:lastchild a{
  margin-right: 0;
}


/* SUGGESTION =================================================================================== */

#suggestions{
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#suggestions h2{
    font-family: 'Original Sans Four';
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #151522;
  letter-spacing: 1px;
}

#suggestions .item_liste a{
  line-height: 42px;
  display: block;
  font-family: 'Work Sans';
  font-weight: 800;
  font-size: 18px;
  color: #000000;
}

#suggestions .item_liste a:hover{
  color: #EC5F0F;
  text-decoration: none;
}

/* ==========================================================================================
== card member ==============================================================================
========================================================================================== */

#directory-organization.active{
  display: flex;
  flex-wrap: wrap;
}
  
.card_member{
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.card_member:hover{
  background: #FFFFFF;
  box-shadow: 0px 16px 24px rgba(50, 50, 71, 0.08);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  text-decoration: none;
}

.card_member:focus{
  outline:  none;
  text-decoration:  none;
}

.card_member .place_img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top: 4px solid white;
    position: absolute;
    top: 0;
    left: 0;
}

.card_member .image{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: relative;
    border-top: 4px solid white;
}

.card_member .image svg{
    display : none;
}

.card_member.PREMIUM .image{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border: 4px solid #EC5F0F;
    position: relative;
}

.card_member.PREMIUM .image svg{
    display : block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.card_member .content{
    padding: 24px;
}

.card_member .cat ul{
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.card_member .cat ul li{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    background: #BACD94;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    font-family: Work Sans;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
}

.card_member.PREMIUM .cat ul li{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    background: #EC5F0F;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    font-family: Work Sans;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
}

.card_member h2{
  font-family: Work Sans;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  padding-top: 10px;
}

.card_member p{
  font-family: Work Sans;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.card_member p:before{
  content:'...';
  position: absolute;
  background: #fff;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  text-align: center; 
}

.card_member .city{
  display: flex;
  align-items: center;
}

.card_member .city span{
  font-family: Work Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
}

.card_member .city svg{
  margin-right: 8px; 
}

/* ==========================================================================================
== HERO PAGE ================================================================================
========================================================================================== */

.breadcrumb{
  font-family: Work Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 0;
  margin: 0;
}

.breadcrumb a{
  font-family: Work Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.breadcrumb a:hover{
  text-decoration: underline;
}

.hero_page{
  padding: 130px 0 30px; 
}

.container-grid {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumb_experience{
  position: absolute;
  width: 100%;
}

.hero_experience{
  padding: 130px 0 30px; 
}

.txt_hero{
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.txt_hero .info{
  font-family: 'Migra';
  /*font-family: Work Sans;*/
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  color: #FBEBCD;
  margin-bottom: 30px;
}

.txt_hero h1{
    font-family: 'Original Sans Four';
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  color: #fbebcd;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: 400;

}

@media screen and (max-width: 768px) {
  .txt_hero h1{
    font-size: 36px;
    line-height: 40px;
  }
}

.txt_hero p{
  font-family: 'Work Sans';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FBEBCD;
}

.img_hero{
  position: relative;
  overflow: hidden;
  margin-left: 50px;
}

@media screen and (max-width: 1199px) {
  .img_hero{
    margin-left: 0;
  }
}

.img_hero .photo{
  object-fit: cover;
  vertical-align: middle;
  width: 100% !important;
  border-radius: 100% 100% 0% 0%;
}


/* ==========================================================================================
== INTRODUTION ==============================================================================
========================================================================================== */

.intro_experience{
  padding: 50px 0; 
}

.intro_experience h2{
    color: #000000;
    font-family: 'Original Sans Four';
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .intro_experience h2{
    font-size: 32px;
    line-height: 36px;
  }
}

.intro_experience p{
    color: #000000;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.intro_experience p.intro{
    color: #000000;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    font-weight: 700;
}

.intro_experience_img {
  padding: 0 0 50px;
  background: linear-gradient(0deg, rgba(186,205,148,1) 0%, rgba(186,205,148,1) 50%, rgba(255,255,255,1) 50%);
}

.intro_experience_img img.principal{
  width: 100% !important;
}


/* ==========================================================================================
== ESPACE MEMBER ============================================================================
========================================================================================== */

.intro_member{
  padding: 0 0 50px; 
}

.intro_member h1{
    color: #073323;
    font-family: 'Original Sans Four';
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.intro_member p{
    color: #FBEBCD;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.space_member{
  padding: 50px 0; 
}

.nav-progress>li.disabled::before {
    content: counter(count-steps);
    display: inline-block;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #EE9E12;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
}

.nav-progress>li.disabled::after {
    content: '';
    display: block;
    border-bottom: 4px solid #EE9E12;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1;
}

.nav-progress > li.disabled.active:before {
    color: #ffffff;
    background-color: #EC5F0F;
    position: relative;
    z-index: 2;
}

.nav-progress > li.disabled.active:after {
    border-bottom: 4px solid #EC5F0F;
    z-index: 1;
}

.nav-progress > li.disabled.active ~ li:before {
    color: #EC5F0F;
    background-color: white;
    border: 1px solid #EC5F0F;
    position: relative;
    z-index: 2;
}

.nav-progress > li.disabled.active ~ li:after {
    border-bottom: 4px solid #EC5F0F;
    z-index: 1;
}

#registration-member h1{
    font-family: 'Original Sans Four';
    text-transform: uppercase;
}

#registration-member .btn-primary{
    background: #EC5F0F;
    border-color: #EC5F0F;
    border-radius: 22px;
    padding: 0 20px;
    line-height: 42px;
}

#registration-member .btn-primary:hover{
    background: #EE9E12;
    border-color: #EE9E12;
}

#login_content_box h1{
    font-family: 'Original Sans Four';
    text-transform: uppercase;
}

#login_content_box .btn-primary{
    background: #EC5F0F;
    border-color: #EC5F0F;
    border-radius: 22px;
    padding: 0 20px;
    line-height: 42px;
}

#login_content_box .btn-primary:hover{
    background: #EE9E12;
    border-color: #EE9E12;
}

#login_content_box .btn-default{
    line-height: 44px;
    border-radius: 22px;
    padding: 0 20px;
    margin-left: 15px;
}

#login_content_box .btn-default:hover{
    background: #EE9E12;
    border-color: #EE9E12;
}

#login_content_box .form-control {
    border-radius: 22px;
    padding: 6px 20px;
}

/* ==========================================================================================
== SEARCH ===================================================================================
========================================================================================== */

.view-directory-list .zone_search {
  padding: 0 15px;
}

.view-directory-list .zone_search .js-directory-search-box{
  padding: 0 15px;
  background: #BACD94;
}

.zone_search .search-form{
  margin: auto;
  max-width: 1300px;
}

@media screen and (min-width: 768px) {
  .zone_search .search-form{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
}

.zone_search .chosen-action__wrapper {
    padding: 10px 10px;
}

.zone_search .chosen-action__wrapper a{
    color: #fff;
    text-decoration: underline;
}

.zone_search .chosen-action__wrapper a:hover{
    color: #EE9E12;
}

.zone_search #section-footer-search{
  margin: auto;
  max-width: 1300px;
  padding: 15px 25px;
}

.zone_search #section-footer-search a#search_simple{
  display: none;
}

.zone_search #section-footer-search a{
  color: #fff;
  line-height: 44px;
  border: 1px solid #fff;
  display: inline-block;
  margin-right: 15px;
  border-radius: 22px;
  padding: 0 20px;
}

.zone_search #section-footer-search a:hover{
  color: #fff;
  border: 1px solid #EE9E12;
  background: #EE9E12;
  text-decoration: none;
}

.zone_search #section-footer-search input{
    background: #EE9E12;
    border-color: #EE9E12;
    border-radius: 22px;
    padding: 0 20px;
    line-height: 42px;
}

.zone_search #section-footer-search input:hover{
    border-color: #000;
    background: #000;
}

.zone_search .mod_directory__result_bloc{
  margin: auto;
  max-width: 1300px;
  padding-top: 50px;
}

.zone_search .mod_directory__result_bloc .tab-content{
  padding-top: 50px;
}

.zone_search .search-form.form-horizontal .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 10px;
}

.zone_search .search-form.form-horizontal .form-group > div{
  width: 100%;
  padding: 0;
}

.zone_search .search-form.form-horizontal .form-group .form-control{
  min-height: 50px;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  .zone_search .search-form.form-horizontal .form-group .form-control{
    width: 230px;
  }
}

.zone_search .chosen-container-multi .chosen-choices {
    border-radius: 25px;
    padding: 5px 25px;
}

.zone_search .chosen-action__clear, .chosen-action__selectAll {
    padding: 0 10px 0 0;
}

.zone_search .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 34px;
}

.zone_search .form-horizontal .control-label {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    padding: 10px 5px;
    font-family: 'Work Sans';
    font-weight: 500;
}


/* =========================================================================================
== INFOLETTRE ==============================================================================
========================================================================================= */

.newsletters_blk .newsletters{
    padding: 50px 0;
}

@media (min-width: 992px){
  .newsletters_blk .newsletters .flex_desktop{
    display: flex;
    align-items: center;
  }
}

.newsletters_blk .newsletters p{
    font-family: 'Original Sans Four';
    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    max-width: 100%;
}

@media (min-width: 992px){
  .newsletters_blk .newsletters p{
    font-size: 32px;
    line-height: 48px;
    max-width: 500px;
  }
}

.newsletters_blk .newsletters form{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.newsletters_blk .newsletters form .form-group{
    width: 100%;
    /*padding: 0 15px;*/
}

@media (min-width: 1200px){
  .newsletters_blk .newsletters form .form-group{
    width: 70%;
  }
}

.newsletters_blk .newsletters form #mce-responses #mce-error-response{
    display: none !important;
}

.newsletters_blk .newsletters form #mce-responses{
    position: absolute;
    color: white;
    top: 75px;
    width: 100%;
    right: 0;
    padding: 0 15px;
}

@media (min-width: 1200px){
  .newsletters_blk .newsletters form #mce-responses{
    width: 70%;
    right: 70px;
  }
}

.newsletters_blk .newsletters form .icon{
    position: relative;
}

.newsletters_blk .newsletters form .icon svg{
    position: absolute;
    top: -17px;
    left: 10px;
    width: 89px;
    height: auto;
}

.newsletters_blk .newsletters form input[type="email"] {
    background: #FFFFFF;
    border: 1px solid rgba(228, 228, 228, 0.6);
    border-radius: 30px;
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    padding: 19px;
    width: 100%;
}

.newsletters_blk .newsletters form .button{
    min-width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    position: relative;
    margin-left: 24px;
    opacity: 0;
    top: -4px;
}


.newsletters_blk .newsletters #mc_embed_signup form div.mce_inline_error {
    background-color: transparent;
    color: #EC5F0F;
    position: absolute;
}


/* =========================================================================================
== FOOTER ==================================================================================
========================================================================================= */

.p3_footer .footer_container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1300px;
    padding: 10px 0;

}

.p3_footer .footer_container .footer_col{
    display: block;
}

@media screen and (min-width: 768px) {
  .p3_footer .footer_container .footer_col{
    display: flex;
  }
}

.p3_footer .footer_container .footer_col .footer_wrap_1{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 33%;
    padding: 10px;
}

@media screen and (max-width: 1024px) {
  .p3_footer .footer_container .footer_col .footer_wrap_1{
    display: none;
  }
}

.p3_footer .footer_container .footer_col .footer_wrap_2{
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;

}

@media screen and (min-width: 1023px) {
  .p3_footer .footer_container .footer_col .footer_wrap_2{
    width: 33%;
  }
}

.p3_footer footer p.h4{
    color: #14181A;
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 700;
    text-transform: initial;
    margin-bottom: 20px;
}

.p3_footer footer p{
    color: #666666;
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.p3_footer footer p.nav_titre{
    color: #14181A;
    font-family: Work Sans;
    font-size: 14px;
    font-weight: 700;
}

.p3_footer .footer_container .footer_col .footer_wrap_txt{
    padding: 10px;
    width: 33%;
}

@media screen and (max-width: 1024px) {
  .p3_footer .footer_container .footer_col .footer_wrap_txt{
    display: none;
  }
}

.p3_footer .footer_container .footer_col .footer_wrap_nav{
    padding: 10px;
    width: 100%;
    text-align: center;
}


@media screen and (min-width: 768px) {
  .p3_footer .footer_container .footer_col .footer_wrap_nav{
    width: 25%;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .p3_footer .footer_container .footer_col .footer_wrap_nav{
    width: 16%;
  }
}

.p3_footer .footer_container .footer_col .footer_wrap_contact{
    padding: 10px;
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 768px) {
  .p3_footer .footer_container .footer_col .footer_wrap_contact{
    width: 25%;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .p3_footer .footer_container .footer_col .footer_wrap_contact{
    width: 16%;
  }
}

.p3_footer .footer_container .footer_col .footer_wrap_nav ul{
    list-style-type: none;
    padding: 0;
    padding-top: 15px;
}

.p3_footer .footer_container .footer_col .footer_wrap_nav ul li a{
    color: #666666;
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.liste_contact{
    list-style-type: none;
    padding: 0;
    padding-top: 15px;
}

.liste_contact li a{
    color: #666666;
    font-family: Work Sans;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.p3_footer .footer_container .footer_center{
    padding: 25px 0;
    border-top: 1px solid #666666;
    text-align: center;
}

