/*
Theme Name: MyTheme
Author: SFD
Author URI: http://www.savoirfaire.digital
Description: A simple and clean Wordpress theme designed from scratch.
Version: 1.0
*/
.chiffres-cles{
    background: rgba(47, 44, 125, 0.04);
    padding-bottom: 150px;
}
.chiffres-cles .banner-content h2{
    text-align: center;
    font-size: 50px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 1px;
}
.chiffres-cles .banner-content h2 b{
    display: block;
}
.chiffres-icon-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 134px;
    place-content: center;
    max-width: 1246px;
    margin: 60px auto 0 auto;
}
.chiffres-icon-list .chiffres-icon-item {
    display: flex;
    gap: 22px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.chiffres-icon-list .chiffres-icon-content h3{
    font-size: 80px;
    line-height: 88px;
    font-weight: 300;
    letter-spacing: 0.8px;
}
.chiffres-icon-list .icon-wrap{
    flex-shrink: 0;
}
.chiffres-icon-list .texte{
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.45px;
}
.chiffres-icon-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.clients-section{
    padding-bottom: 135px;
}
.clients-section h2{
    text-align: center;
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    letter-spacing: 1px;
}
.clients-section .clients-icon-list{
    padding-top: 65px;
}
.clients-section .slick-slide{
    background-color: white;
  width: 325px;
  height: 200px;
  align-items: center;
  margin-right: 20px;
  padding: 25px;
  justify-content: center;
  display: flex;
  box-shadow: 0px 0px 20px #0000000F;
}
.clients-section .slick-track{
    padding: 15px 0;
}
.clients-section .slick-slide img{
    max-width: 165px;
}
.front-page .banner.apropos.ctm-apropos{
    padding-bottom: 30px;
}
.front-page .banner.actualites .col-list .cff-wrapper .cff-post-text span {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.24px;
  font-weight: 300;
}
.template-participants.page.type .banner.top {
  padding: 200px 0 100px 0;
  height: auto;
}
.template-participants .banner-content .ctm-row{
    display: flex;
    gap: 135px;
    margin-bottom: 58px;
    min-height: 224px;
}
.pagination{
    padding-top:60px;
    text-align: center;
}
.pagination .custom-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.pagination .custom-pagination .page-numbers{
    width: 43px;
    height: 43px;
    border-radius: 50px;
    color: #2F2C7D;
    font-size: 14px;
    letter-spacing: 0.28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.pagination .custom-pagination .page-numbers.current{
    background-color: #E42A44;
    color: #fff;
}
.pagination .custom-pagination .page-numbers.prev, .pagination .custom-pagination .page-numbers.next {
  width: 14px;
}
.pagination .custom-pagination .page-numbers.disabled{
    opacity: 0.2;
}
.pagination .custom-pagination .page-numbers.prev{
    transform: rotate(180deg);
    margin-right: 40px;
}
.pagination .custom-pagination .page-numbers.next {
    margin-left: 40px;
}
.template-participants .banner-content .ctm-row *{
    color: #fff;
}
.template-participants .banner-content .ctm-col .banner-title{
    max-width: 555px;
}
.template-participants.page.type .banner.top .titre{
    padding-right: 0;
    margin-bottom: 0;
}
.template-participants.page.type .banner.top .white-diagonal{
    top: 29%;
}
.template-participants.page.type .banner.top .titre b{
    display: block;
}
.template-participants .banner-content .banner-introduction {
    max-width: 414px;
    margin-right: 72px;
    margin-left: auto;
}
.template-participants .banner-content .banner-introduction p{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
    font-weight: 300;
}
.template-participants .banner-lien-area{
    display: flex;
    justify-content: flex-end;
    gap: 39px;
}
.template-participants .banner-lien-area a{
    padding: 18px 24px 18px 24px;
    color: #fff;
    font-weight: 300;
    background-color: rgba(223, 222, 255, 0.1);
    border-radius: 35px;
    display: flex;
    position: relative;
    align-items: center;
    gap: 10px;
    position: relative;
}
.template-participants .participants-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 20px;
  padding-top: 36px;
}
.template-participants .participant-item{
    background-color: #fff;
    position: relative;
    min-height: 450px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: 0 0 20px #0000000F;
}
.template-participants .participant-item .post-btn{
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.45px;
  color: #2F2C7D;
  background-color: rgba(116, 181, 228, 0.2);
  border-radius: 26px;
  padding: 14px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  gap: 10px;
}
.template-participants  .participant-item > a{
    position: absolute;
   inset: 0;
    width: 100%;
    height: 100%;
}
.template-participants .participant-item-content{
    padding: 26px 24px 29px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 50px;
}
.template-participants .participant-item-content .participant-item-title{
    font-size: 23px;
    line-height: 25px;
    letter-spacing: 0.34px;
    font-weight: bold;
    margin-bottom: 10px;
}
.template-participants .participant-item-content .participant-item-date p{
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.6px;
    color: #E42A44;
}
.template-participants .banner-lien-area a img{
    width: 13px;
}
.template-participants .participant-item-image img{
    width: 100%;
}
.ariane-container #nav_ariane > ul.custom-menu > li > a::after {
    margin-left: 6px;
}
.ariane-container #nav_ariane > ul.custom-menu > li > a{
    letter-spacing: 0.16px;
}
.ariane-container #nav_ariane > ul.custom-menu > li:last-child > a::after{
    display: none;
}
.wrap-text b{
    display: block;
}
.flex-contact-form .contact-form{
    max-width: 732px;
    box-shadow: 0 0 20px #0000000F;
    padding: 35px 39px 34px 33px;
}
.flex-contact-form .contact-form h4{
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.42px;
    margin-bottom: 0;
}
.flex-contact-form .contact-form .pre-form-container {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.flex-contact-form .contact-form form .container input{
    letter-spacing: 0.24px;
    font-weight: 300;
    padding-left: 0;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: none;
    height: 42px;
    line-height: 42px;
    padding-bottom: 5px;
}
.flex-contact-form .contact-form form .container input:focus, .flex-contact-form .contact-form form .container textarea:focus, .flex-contact-form .contact-form form .container textarea{
    box-shadow:none !important
}
.flex-contact-form .contact-form form .container.left{
    width: 50%;
}
.flex-contact-form .contact-form form .container textarea{
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 180px;
    letter-spacing: 0.24px;
    font-weight: 300;
    padding-top: 15px !important;
}
.flex-contact-form div.gdpr-container p.note{
    font-size: 12px;
    color: rgba(47, 44, 125, 0.6);
}
.flex-contact-form div.gdpr-container p.note a{
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
.flex-contact-form .contact-form form{
    margin-bottom: 0;
}
.flex-contact-form .contact-form div.gdpr-container{
    margin: 10px auto 20px !important;
}
@media screen and (max-width:1140px){
    .chiffres-icon-list{
        gap: 70px;
    }
    .chiffres-icon-list .texte {
        font-size: 23px;
        line-height: 30px;
        letter-spacing: 0.1px;
    }
}
@media screen and (max-width:1024px){
    .chiffres-cles {
        padding: 20px 0 70px 0;
    }
    .chiffres-icon-list {
        gap: 50px;
        grid-template-columns: 1fr;
        margin-top: 50px;
  }
  .chiffres-icon-list .texte {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0.45px;
    }
    .chiffres-cles .banner-content h2{
        padding-inline: 28px;
    }
    .template-participants.page.type .banner.top {
        padding: 150px 0 70px 0;
    }
    .template-participants .banner-content .ctm-row{
        display: grid;
        grid-template-columns: 1fr 1fr;
        min-height: 180px
    }
    .template-participants .banner-lien-area{
        gap: 22px;
    }
    .template-participants.page.type .banner.top .white-diagonal {
        top: 19%;
    }
    .template-participants .participants-area{
        grid-template-columns: 1fr 1fr;
    }
    .template-participants .banner-content .banner-introduction {
        max-width: auto;
        margin-right: 0px;
    }
}   
@media screen and (max-width:767px){
    .chiffres-cles .banner-content h2, .clients-section h2 {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0.33px;
    }
    .chiffres-icon-list {
        gap: 42px;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .chiffres-icon-list .icon-wrap img{
        width: 74px;
    }
    .chiffres-icon-list .chiffres-icon-item{
        row-gap: 16px;
        padding-bottom: 20px;
    }
    .chiffres-icon-list .chiffres-icon-content h3{
        font-size: 61px;
        line-height: 67px;
        letter-spacing: 0.61px;
    }
    .chiffres-icon-list .texte {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.3px;
    } 
    .chiffres-icon-content{
        gap: 5px;
    }
    .chiffres-cles {
        padding: 20px 0 30px 0;
    }
    .clients-section .clients-icon-list {
         padding-top: 30px;
    }
    .clients-section .slick-slide{
        width: 250px;
        height: 150px;
        margin-right: 12px;
    }
    .clients-section .slick-slide img {
         max-width: 100px; 
    }
    .clients-section {
        padding-bottom: 50px;
    }
    .template-participants.page.type .banner.top {
        padding: 150px 0 70px 0;
    }
    .template-participants .banner-content .ctm-row{
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 0;
    }
    .template-participants .banner-lien-area{
        gap: 22px;
    }
    .template-participants.page.type .banner.top .white-diagonal {
        top: 19%;
    }
    .template-participants .participants-area{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .template-participants.page.type .banner.top .titre{
        margin-bottom: 20px;
        min-height: auto;
    }
    .template-participants .banner-content .banner-introduction{
        margin-left: 0;
    }
    .template-participants .banner-lien-area {
        gap: 15px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .template-participants .banner-lien-area a {
        padding: 16px 20px 16px 20px;
        gap: 8px;
        font-size: 14px;
    }
    .template-participants .participant-item{
        min-height: auto;
    }
    .template-participants .participant-item-content {
        padding: 16px 15px 21px;
        gap: 30px;
    }
    .template-participants .participant-item-content .participant-item-title {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.2px;
        margin-bottom: 5px;
    }
    .template-participants .participant-item .post-btn{
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2px;
        padding: 12px 19px;
    }
    .pagination {
        padding-top: 30px;
    }
    .pagination .custom-pagination{
        gap: 6px;
    }
    .pagination .custom-pagination .page-numbers.prev{
        margin-right: 20px;
    }
    .pagination .custom-pagination .page-numbers.next {
        margin-left: 20px;
    }
    .flex-contact-form .contact-form {
        max-width: 100%;
        box-shadow: 0 0 20px #0000000F;
        padding: 25px;
    }
}