.bleu{
    color: #1167ff;
}
.orange{
    color: #EC6607;
}
/*BANNER*/
.banner{
    margin-bottom: 50px;
}
.banner__background{
    background-image: url('/assets/img/dispositif-autosphere/desktop.jpg');
    background-position: 0 0;
    opacity: 0.5;
}
.banner .title{
    font-size: 54px;
    line-height: 56px;
    margin-bottom: 45px;
}
.banner .subtitle{
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px;
}
.banner .subtitle .strong{
    font-size: 35px;
}
.banner .answer{
    font-size: 16px;
    background: #1167ff;
    padding: 10px 30px;
    margin: 0 auto;
    border: none;
    font-weight: 200;
    border-radius: 0;
    text-shadow: none;
}
.banner .answer a{
    color: white;
}
/*PROJECT*/
.project{
    display: flex;
}
.project .description{
    padding-right: 15%;
}
.project .contact{
    flex: 0 0 280px;
}
.project .title{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 34px;
}
.project .subtitle{
    font-size: 16px;
    line-height: 22px;
}
#sidebar-reprise{
    margin: 0;
    box-shadow: 0 3px 6px #F2F2F2;
    background: #F8F9FB;
}
#contact-sidebar .contact-numero-sidebar .medium{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: -4px;
}
#contact-sidebar .contactez-nous-sidebar{
    max-width: 100px;
}
#contact-sidebar .contact-numero-sidebar .horaire-contact{
    line-height: 14px;
}
.global-sidebar .new-contactez-nous-numero p{
    margin: 0;
}
#contact-sidebar .contact-rappel-sidebar a.contact-icon-tel{
    margin-top: 15px;
}
#contact-sidebar .contact-rappel-sidebar a.contact-icon-email{
    background: #1167ff;
}
.whatsapp{
    text-align: center;
    padding: 0 25px 20px;
}
.whatsapp__title{
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
}
.whatsapp__modal{
    color: white;
    display: flex;
    align-items: center;
    background: #696969;
    padding: 5px 15px;
    margin-top: 10px;
    justify-content: center;
    cursor: pointer;
}
.whatsapp__modal svg{
    margin-right: 10px;
}
.whatsapp__showmore{
    font-size: 16px;
    line-height: 20px;
    color: #696969;
    margin-top: 10px;
    cursor: pointer;
    display: block;
}
.whatsapp-desc{
    padding: 80px 0 105px;
}
.whatsapp-desc__wrapper{
    background: #F8F9FB
}
.whatsapp-desc__wrapper .content{
    display: flex;
    text-align: center;
}
.whatsapp-desc__content{
    margin: 30px 50px 30px 0;
    font-size: 16px;
}
.whatsapp-desc__title{
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}
.whatsapp-desc__description{
    margin-top: 40px;
    text-align: left;
}
.whatsapp-desc__modal{
    margin-top: 40px;
    display: inline-flex;
    background: transparent linear-gradient(0deg, #20B038 0%, #60D66A 100%) 0% 0% no-repeat padding-box;
    padding: 5px 15px;
    color: white;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
}
.whatsapp-desc__modal svg{
    margin-right: 10px;
}
.whatsapp-desc__picture{
    margin-top: -80px;
    width: 240px;
    min-width: 240px;
}
.whatsapp-desc__picture img{
    width: 100%;
}
/*PERMISSIONS*/
.permissions{
    margin: 85px 0;
    background: #F8F9FB;
    padding: 65px 0;
}
.permissions__title{
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
}
.permissions__steps{
    margin-top: 60px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.permission svg{
    width: 210px;
    height: 210px;
}
.permission__title{
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
/*VIDEO*/
.video{
    display: flex;
    position: relative;
    margin-bottom: 50px;
}
.video .quote{
    background: #1167ff;
    padding: 90px 45px 40px;
    position: relative;
    font-size: 33px;
    line-height: 35px;
    color: white;
    flex: 0;
    font-weight: 700;
    min-width: 260px;
    z-index: -1;
}
.video .quote svg{
    position: absolute;
    top: 0;
    height: 60px;
    left: 30px;
}
.video .title{
    max-width: 190px;
    display: block;
}
.video .block{
    flex: 1 0;
    font-size: 0px;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: calc(100% - 280px);
    margin-left: 280px;
}
.video .block_video{
    flex: 1;
    margin: 0 15px;
    font-size: 24px;
    line-height: 26px;
    height: 250px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    max-width: 500px;
}
.video .play{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-weight: 700;
}
.video .overlay{
    background: #272323;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.video img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 68%;
    top: 0;
    left: 0;
}
.video .block_video:first-child{
    margin-left: 0;
}
.video .block_video:last-child{
    margin-right: 0;
}
.video .block_video svg{
    margin-top: 20px;
    width: 110px;
}
/*MOBILISATION*/
.mobilisation{
    padding: 40px 30px;
    text-align: center;
    background: #F8F9FB;
    margin-bottom: 50px;
}
.mobilisation .title{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 700;
}
.mobilisation .subtitle{
    margin-bottom: 10px;
    color: #1167ff;
    font-size: 18px;
    line-height: 24px;
}
.mobilisation .slick{
    margin-bottom: 30px;
}
.mobilisation .slick img{
    margin: 0 15px;
}
.mobilisation svg{
    min-width: 35px;
    min-height: 20px;
    max-width: 35px;
    max-height: 20px;
    padding-right: 15px;
    box-sizing: content-box;
}
.mobilisation svg path{
    fill: #1167ff;
}
.mobilisation ul{
    list-style: none;
    margin: 0;
}
.mobilisation ul li{
    display: inline-block;
}
/*FAQ*/
.faq{
    text-align: center;
}
.faq > .title{
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 30px;
    font-weight: 700;
}
.faq ul{
    text-align: left;
    list-style: none;
}
.faq .faq-item:first-child {
    border-top: 1px solid #eee;
}
.faq .faq-item {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 20px 0px 0px 0px;
    font-size: 16px;
}
.faq #mesures{
    display: flex;
    margin: 25px 0;
    justify-content: space-around;
    font-weight: 700;
}
.faq #mesures svg{
    vertical-align: middle;
    margin-right: 5px;
}
.faq #mesures li{
    display: flex;
    align-items: center;
}
.faq-item.active .wrapped-content{
    padding: 0 48px 40px;
    margin-top: -10px;
}
.faq .subtitle{
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.faq .subtitle--second{
    margin-top: 15px;
}
.faq .dots{
    list-style: initial;
}
.faq .dots--spacing{
    margin-top: 5px;
}
.faq .reprise{
    background: #F2F2F2;
    color: #1167ff;
    padding: 20px 25px;
    margin: 20px 0px;
    display: flex;
    align-items: center;
}
.faq .reprise svg{
    width: 65px;
    margin-right: 20px;
}
.excluweb__howitworks{
    margin: 90px 0 100px;
}
.excluweb__howitworks .excluweb-sous-titre{
    text-transform: initial;
}

/*RESPONSIVE*/
@media (max-width: 1199px){
    .project .description {
        padding-right: 12%;
    }
}

@media (max-width: 1002px){
    .project .description {
        padding-right: 8%;
    }
    .video .quote{
        padding: 80px 30px 30px;
        min-width: 280px;
        font-size: 29px;
    }
    .video .quote svg {
        height: 50px;
        left: 8px;
    }
    .video .block {
        width: calc(100% - 240px);
        margin-left: 240px;
    }
    .video .block_video{
        height: 220px;
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) and (min-width: 580px) {
    #contact-sidebar .contact-rappel-sidebar {
        margin: 0 auto;
        max-width: 180px;
    }
    #contact-sidebar .contact-rappel-sidebar a.contact-icon-tel,
    #contact-sidebar .contact-rappel-sidebar a.contact-icon-email {
        display: block;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px){
    .whatsapp-desc{
        padding-top: 0;
    }
    .whatsapp-desc__content{
        padding: 20px 15px;
        margin: 0;
    }
    .whatsapp-desc__title{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .whatsapp-desc__description{
        margin-top: 0;
        display: flex;
        align-items: flex-start;
        font-size: 18px;
        line-height: 22px;
        direction: rtl;
    }
    .whatsapp-desc__picture{
        margin-top: 0;
    }
    .whatsapp-desc__picture img{
        object-fit: contain;
    }
    .whatsapp-desc__wrapper .content{
        display: block;
    }
    .whatsapp-desc__text{
        flex: 1 0 170px;
    }
    .whatsapp-desc__modal{
        display: flex;
        max-width: 250px;
        margin: 20px auto 0;
    }
    /*BANNIERE*/
    .banner{
        margin-bottom: 20px;
    }
    .banner__content{
        padding: 0px 10px;
    }
    .banner .title{
        font-size: 35px;
        margin-bottom: 15px;
        line-height: 38px;
    }
    .banner .subtitle{
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .banner .subtitle .strong {
        font-size: 28px;
        display: block;
        margin-bottom: 10px;
    }
    .banner .answer{
        font-size: 14px;
    }
    .banner__background{
        background-image: url('/assets/img/dispositif-autosphere/desktop.jpg');
        background-position: 8% 0;
    }
    /*PROJECT*/
    .project{
        display: block;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .project .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .project .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .project .description{
        padding: 0;
    }
    .contact{
        box-shadow: 0px 3px 6px #D4D4D4;
    }
    #contact-sidebar .contactez-nous-sidebar{
        display: none;
    }

    /*VIDEO*/
    .video{
        display: block;
        margin-bottom: 20px;
    }
    .video .quote{
        font-size: 26px;
        line-height: 32px;
        padding: 80px 20px 60px;
    }
    .video .title{
        max-width: 100%;
    }
    .video .play{
        font-size: 23px;
        text-align: center;
    }
    .video .block{
        position: relative;
        width: 100%;
        margin: -40px 0 0;
    }
    .video .slick-track{
        max-width: 500px;
        padding: 0 10px 40px;
    }
    .video .block_video{
        max-width: calc(100% - 20px);
    }
    .video .quote svg{
        left: -3px;
    }
    .video .slick-dots li button::before{
        font-size: 10px;
    }
    .video .slick-dots li.slick-active button:before{
        color: #1167ff;
        font-size: 16px;
    }
    .video .slick-list.draggable{
        padding: 0px;
        width: 100%;
    }

    /*MOBILISATION*/
    .mobilisation{
        padding: 20px;
        margin-bottom: 20px;
    }
    .mobilisation .title{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .mobilisation .subtitle{
        font-size: 16px;
        line-height: 19px;
    }
    .mobilisation .slick {
        margin-bottom: 20px;
    }
    .mobilisation .slick img{
        margin: 0 30px 0px 0px;
    }
    .mobilisation .slick-dots li{
        margin: 0 3px;
    }
    .mobilisation .slick-list.draggable{
        padding: 0px 20px 40px 0px;
    }
    .mobilisation .slick-dots li button::before{
        font-size: 10px;
    }
    .mobilisation .slick-dots li.slick-active button:before{
        color: #1167ff;
        font-size: 16px;
    }

    /*FAQ*/
    .faq {
        padding: 0 20px;
    }
    .faq > .title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .faq > ul{
        margin: 0;
    }
    .faq-item.active .wrapped-content{
        padding: 0;
        margin-top: 0px;
    }
    .faq #mesures{
        flex-wrap: wrap;
        font-size: 0;
    }
    .faq #mesures li{
        font-size: 13px;
        max-width: 50%;
        min-width: 50%;
    }
    .faq #mesures li:nth-child(-n+2){
        margin-bottom: 15px;
    }
    .faq #mesures svg{
        width: 55px;
        height: 55px;
    }
    .faq .reprise{
        display: block;
    }
    .excluweb__howitworks {
        margin: 30px 15px;
    }
    .permissions__steps{
        flex-direction: column;
        margin-top: 30px;
    }
    .permissions{
        margin: 50px 0;
        padding: 25px 0;
    }
    .permission{
        margin-bottom: 25px;
    }
    .permission__title {
        margin-top: 10px;
    }
}
