
/* ------------------------------- SECTION BLOCS 2 ------------------------------- */

.templateProduit .sectionBlocs2{
    padding-top: 140px;
}

.templateProduit .sectionBlocs2 .bloc .btn{
    border: none;
    background-color: var(--secondary);
    color: #fff
}

@media (min-width: 993px){
    .templateProduit .sectionBlocs2 .bloc .btn:hover{
        background-color: var(--primary);
    }
}

@media (max-width: 992px){
    .templateProduit .sectionBlocs2{
        padding-top: 90px;
    }
}

/* ------------------------------- RÉFÉRENCES ------------------------------- */

.templateProduit .sectionReferences{
    padding-bottom: 150px;
}

.templateProduit .sectionReferences h2{
    font-size: 43px;
    line-height: 50px;
    color: var(--primary);
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.templateProduit .sectionReferences .slider{
    position: relative;
}

.templateProduit .sectionReferences .swiper-button-next,
.templateProduit .sectionReferences .swiper-button-prev{
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--primary);
    background-color: #fff;
}

.templateProduit .sectionReferences .swiper-button-next{
    right: 50px;
    transform: translateX(100%);
}

.templateProduit .sectionReferences .swiper-button-prev{
    left: 50px;
    transform: translateX(-100%);
}

.templateProduit .sectionReferences .swiper-button-next::after,
.templateProduit .sectionReferences .swiper-button-prev::after{
    content: "";
    width: 28px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.templateProduit .sectionReferences .swiper-button-next::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='18.61' viewBox='0 0 28.078 18.61'%3E%3Cpath id='Tracé_71' data-name='Tracé 71' d='M3.657,8.614l24.38-.081.041,1.869-24.015.041,6.7,6.7L9.305,18.61,0,9.346V9.305L1.463,7.842,9.305,0l1.463,1.5Z' transform='translate(28.078 18.61) rotate(-180)' fill='%2323346a' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.templateProduit .sectionReferences .swiper-button-prev::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='18.61' viewBox='0 0 28.078 18.61'%3E%3Cpath id='Tracé_71' data-name='Tracé 71' d='M3.657,8.614l24.38-.081.041,1.869-24.015.041,6.7,6.7L9.305,18.61,0,9.346V9.305L1.463,7.842,9.305,0l1.463,1.5Z' fill='%2323346a' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.templateProduit .sectionReferences .swiper-wrapper{
    align-items: center;
}

.templateProduit .sectionReferences .swiper-slide{
    height: 100%;
}

.templateProduit .sectionReferences .swiper-slide a{
    display: block;
}

.templateProduit .sectionReferences .swiper-slide img{
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1;
}

@media (min-width: 1701px){
    .templateProduit .sectionReferences .slider{
        max-width: 1650px !important;
    }
}

@media (max-width: 1500px){
    .templateProduit .sectionReferences h2{
        font-size: 38px;
        line-height: 40px;
    }
}

@media (max-width: 1300px){
    .templateProduit .sectionReferences .swiper-button-next,
    .templateProduit .sectionReferences .swiper-button-prev{
        top: initial;
        bottom: -30px;
    }
    .templateProduit .sectionReferences .swiper-button-next{
        right: calc(50% - 35px);
        transform: translate(100%, 100%);
    }
    .templateProduit .sectionReferences .swiper-button-prev{
        left: calc(50% - 35px);
        transform: translate(-100%, 100%);
    }
    .templateProduit .sectionReferences .slider{
        padding-inline: 0px;
    }
}

@media (min-width: 993px){
    .templateProduit .sectionReferences .swiper-button-next:hover,
    .templateProduit .sectionReferences .swiper-button-prev:hover{
        background-color: var(--primary);
    }
    .templateProduit .sectionReferences .swiper-button-next:hover::after{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='18.61' viewBox='0 0 28.078 18.61'%3E%3Cpath id='Tracé_71' data-name='Tracé 71' d='M3.657,8.614l24.38-.081.041,1.869-24.015.041,6.7,6.7L9.305,18.61,0,9.346V9.305L1.463,7.842,9.305,0l1.463,1.5Z' transform='translate(28.078 18.61) rotate(-180)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    }
    .templateProduit .sectionReferences .swiper-button-prev:hover::after{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='18.61' viewBox='0 0 28.078 18.61'%3E%3Cpath id='Tracé_71' data-name='Tracé 71' d='M3.657,8.614l24.38-.081.041,1.869-24.015.041,6.7,6.7L9.305,18.61,0,9.346V9.305L1.463,7.842,9.305,0l1.463,1.5Z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    }
}

@media (max-width: 992px){
    .templateProduit .sectionReferences{
        padding-bottom: 200px;
    }
    .templateProduit .sectionReferences h2{
        font-size: 30px;
        line-height: 35px;
    }
}


/* -------------------------------- SECTION 5 -------------------------------- */

.templateProduit .section5{
    padding-block: 0px 110px;
}

.templateProduit .section5 figure{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1560px;
}

.templateProduit .section5 figure img{
    border-radius: 24px;
    aspect-ratio: 760/790;
    height: 100%;
}

.templateProduit .section5 figure figcaption{
    background-color: var(--primary);
    border-radius: 0px 24px 24px 0px;
    padding: 70px 80px;
    margin-block: 40px;
}

.templateProduit .section5 figure figcaption .titre{
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.templateProduit .section5 figure figcaption .paragraphe,
.templateProduit .section5 figure figcaption .paragraphe *{
    color: #fff;
}

.templateProduit .section5 figure figcaption .btn{
    margin-top: 24px;
}

@media (min-width: 993px) {
    .templateProduit .section5 figure figcaption .btn:hover{
        border-color: #fff;
    }
}

@media (max-width: 1600px) {
    .templateProduit .section5 figure{
        max-width: 1380px;
    }
}

@media (max-width: 1500px) {
    .templateProduit .section5 figure figcaption .titre{
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 1300px) {
    .templateProduit .section5 figure figcaption .titre{
        font-size: 38px;
        line-height: 45px;
    }
    .templateProduit .section5 figure figcaption{
        padding: 60px;
    }
}

@media (max-width: 992px) {
    .templateProduit .section5{
        padding-block: 0px 80px;
    }
    .templateProduit .section5 figure{
        grid-template-columns: 1fr;
    }
    .templateProduit .section5 figure figcaption .titre{
        font-size: 38px;
        line-height: 45px;
    }
    .templateProduit .section5 figure figcaption{
        padding: 50px 32px 35px 32px;
        margin-block: -24px 0px;
        border-radius: 12px;
    }
    .templateProduit .section5 figure img{
        border-radius: 12px;
    }
    .templateProduit .section5 figure figcaption .titre{
        font-size: 30px;
        line-height: 35px;
        word-break: break-word;
    }
}