/*
SOMMAIRE
01 - Accueil


*/



/* 01 - Accueil */

.contactUs {
    margin-top: 100px;
    box-shadow: 0 1px 6px rgba(0,0,0,16%);
    padding: 10rem 0;
    border-radius: 10px;
    background: var(--white);
}
.contactUs-text {
    font-size: 2.4rem;
    line-height: 120%;
    /* width: 40%; */
    color: var(--black);
}
@media (min-width:1024px){
    .contactUs-text {
        font-size: 3.2rem;
    }
}
.contactUs-text strong b {
    color: var(--color-primary);
}
.formulaire-contact {
    position: fixed;
    z-index: 9999;
    height: 100%;
    background: var(--white);
    box-shadow: -2px 0 6px rgba(0,0,0,8%);
    transition: .8s;
    
}
@media (min-width:992px){

    .formulaire-contact {
        top: 0;
        right: 0;
        z-index: 9999;
        height: 100%;
        background: var(--white);
        box-shadow: -2px 0 6px rgba(0,0,0,8%);
        transition: .8s;
        
    }
}
@media (max-width:991px){

    .page-template .formulaire-contact,.page-template-default .formulaire-contact{
        position: fixed;
        height: 60px;
    }

}
.page-template.show .formulaire-contact,
.page-template-default.show .formulaire-contact,
.formulaire-contact.show {
    transition: 1s;
}
.show-contact{

    display: block;
    cursor: pointer;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width:992px){
    .show-contact{
        width: 60px;
    }
}

.formulaire-contact_form .gform_wrapper{
    max-width: 800px;
}
.formulaire-contact_form{
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
}

@media (max-width:991px){
    .formulaire-contact_form{
        height: 70vh;
    }

}
.formulaire-contact .col-md-2 {
    position: relative;
    display: flex;
    justify-content: center;
}
.formulaire-contact .col-md-2 img {
    object-fit: none;
    height: auto;
    width: auto;
}
.cover img.arrow{
    margin-top: auto;
    margin-bottom: auto;
}
.cover img.arrow,
.cover img.picto-form{
    width: 40px;
    object-fit: initial;
    font-family: none;
    height: 40px;
}


@media (min-width:1024px){
    .picto-form {
        margin-top: 20px;
    }
    .formulaire-contact .col-md-2 .picto-form {
        margin: 25px auto auto 14px;
        position: fixed;
        top: 25px;
        left: 0;
    }
    .formulaire-contact .col-md-2 .arrow {
        position: fixed;
        top: 50%;
        left: 28px;
        transition: left .5s;
    }
}
@media (max-width:992px){
    footer#footer{
        padding-bottom: 70px;
    }
    .onScroll + .formulaire-contact .show-contact{
        bottom: 0;
    }

    .formulaire-contact .gform_wrapper form{
        padding-bottom: 60px;
    }

    #wrapper {
        max-width: 100vw;
        overflow: hidden;
    }
    .show-contact{
        z-index: 1000;
        height: 60px;
        position: fixed;
        width: 100vw;
        bottom: 0;
        left: 0;
        transition: 0.2s ease-in-out;
        right: 0;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .formulaire-contact{
        width: 100vw;

    }
    .formulaire-contact .arrow {
        display: none;
    }

    .formulaire-contact .picto-form{
        position: relative;
    }




}

.formulaire-contact h2 {
    margin-top: 97px;
}

.expertise--content ul {
    margin: 23px 0;
}
.expertise--content ul li::before {
    left: -15px!important;
}
@media (min-width:992px){

    .expertise--content ul li::before {
        left: -25px!important;
    }
}
.expertise--content ul li {
    padding-left: 0;
    margin-bottom: 14px;
}
.expertise--number .stat{
    font-size: 60px;
    font-family: 'ml';
    color: var(--color-primary);
}
.progress-container {
    display: block;
    width: 100%;
    max-width: 184px;
    height: 4px;
    background: #000000;
    margin-top: 16px;
}
.progress-container span {
    background: var(--color-primary);
    display: block;
    height: 100%;
}
.expertise-list-item {
    padding-right: 10%;
}
.expertise-title {
    margin-bottom: 36px;
}
.expertise--content {
    min-height: 204px;
}
.expertise--title {
    margin-top: 30px;
    font-size: 2.4rem;
    font-family: 'mb';
    line-height: 100%;
}
.expertise--title strong {
    color: var(--color-primary);
}

.textImage {
    background: var(--black);
    /* max-height: 344px;
    height: 344px; */
    /* overflow: hidden; */
    margin-bottom: 84px;
    margin-top: 100px;
}
.textImage .col-md-8 .d-flex {
    padding-right: 10%;
}
.textImage .text {
    flex: 1 0 280px;
    max-width: 280px;
    margin-right: 58px;
}

.textImage .textImage-logo img{
    max-width: 60%;
}
.textImage .textImage-logo{
    /* flex:1 0 auto; */
    min-width: 50%
}
@media (max-width:992px){
    .textImage {
        padding-bottom: 30px;
    }
    .textImage h2{
        font-size: 2.5rem;
    }
    .textImage .textImage-logo{
        max-width: 60%;
    }
    .textImage .text {
        padding: 10px;
    }
}
.textImage .text h2{
    color: var(--white); 
}
.textImage .text h2::after {
    background: var(--color-primary);
}
.image-container {
    height: 150px!important;
}
.slide-logo-container  {
    margin-top: 60px;
}
.slide-logo-title {
    margin-top: 200px;
}
.slide-logo-title h2 {
    max-width: 226px;
}
.image-container > a {
    display: flex;
    justify-content: center;
    /* width: 80%; */
    height: 100%;
    align-items: center;
}

@media (min-width:1024px){
    .image-container > a {
        display: flex;
        justify-content: center;
        border-right: 5px dotted #CBCBCB;
        /* width: 80%; */
        height: 100%;
        align-items: center;
    }
    
}
.nos-clients {
    margin: 8rem 0 0 0;
}

.temoignage-item .cover {
    height: 184px;
}
.temoignage-item {
    padding: 40px 0;
}
.temoignage-item:not(:last-child) {
    border-bottom: 5px dotted #CBCBCB;
}
.temoignage-item:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0;
}
.temoignage-item h3 {
    font-family: 'mb';
}
.temoignage-item .author {
    font-family: 'rb';
    font-size: 1.6rem;
}
.slide-logo {
    margin-bottom: 28px;
}


.apropos .textLeft h2 em{
    font-style: normal;
    color: #283350;
}
.apropos .textLeft h2 {
    margin-bottom: 3rem;
}
.apropos .textRight h3 {
    color:  #283350;
    font-family: 'mb';
}
.apropos .textRight h3 strong {
    color: var(--color-primary);
}
.apropos .textRight p strong {
    color: #283350;
    font-size: 1.6rem;
}
.gform_wrapper .gform_footer {
    margin-left: 17px!important;
}
@media screen and (max-width: 992px), (max-device-width: 992px){ 
    .expertise--content {
        min-height: auto;
    }
    .contacUs-container {
        flex-direction: column;
        align-items: center;
    }
    .contactUs-text {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .contacUs-container img {
        margin-bottom: 20px;
    }
    .textImage {
        max-height: initial;
        height: auto;
    }
    .textImage .col-md-8 {
        padding: 50px 0;
    }
}


@media (max-width:991px){
    /* #js-show-formContact{
        display: none;
    } */
    .formulaire-contact h2{
        margin: 0 !important;
    }
    .formulaire-contact .formulaire-contact_form{
        padding-bottom: 230px;
    }
    body .gform_wrapper ul li.gfield {
        margin: 0 !important;
        padding: 0 !important;
    }
    .gform_wrapper .gform_footer{
        padding:0 !important;
        margin:0 !important;
        margin-left:0 !important;
    }
    .formulaire-contact {
        padding:0 30px;
        top: auto;
        width: 100%;
        bottom:calc(-100% - 60px);
    }

    .page-template.show .formulaire-contact .formulaire-contact_form,
    .page-template-default.show .formulaire-contact .formulaire-contact_form,
    .formulaire-contact.show .formulaire-contact_form{
        padding: 15px;
    }
    .page-template.show .formulaire-contact,.page-template-default.show .formulaire-contact,
    .formulaire-contact.show {
        bottom:0;
        height: 70vh;
        overflow:hidden;
    }
}
@media (min-width:992px){
    .formulaire-contact {
        width: 80%;

        transform: translateX(calc(100% - 64px));
    }
    .page-template.show .formulaire-contact,
    .page-template-default.show .formulaire-contact,
    .formulaire-contact.show {
        transform: translateX(0);
    }
    
}
