
.breadcrumb {
    background: rgba(239, 238, 236, 1);
    margin: 0;
    padding: 24px 0 0 0;
}

.hero-slider img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
}

.section--header {
    margin: 0;
}

.section--header .hero-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(239, 238, 236, 1);
}

.section--header .section__header {
    width: 50%;
    padding: 250px 50px 330px 0;
}

.section--header .section__title {
    text-align: left;
    font-family: "Libre Bodoni", serif;
    font-size: clamp(22px, 4vw, 45px);
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.section--header .section__title::after {
    display: none;
}

.section--header .section__introduction {
    text-align: left;
}

@media (max-width: 1080px){
    .section--header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background:rgba(239, 238, 236, 1);
    }
    .section--header .hero-slider {
        position: relative;
        top:initial;
        left:initial;
        height: 450px;
    }
    .section--header .section__header {
        width: 100%;
        padding: 50px 0;

    }
}

/* Section steps */
.section--steps {
    margin: 0;
    padding: 34px 0 100px 0;
}

.section--steps .section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section--steps .section__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.section--steps .section__background::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(39, 47, 79, 0.8);
}

.section--steps .section__title {
    font-size: clamp(18px, 2.8vw, 32px);
    line-height: 1.3;
    color: var(--color-white);
    text-transform: initial;
    margin: 0;
    padding: 0;
}
.section--steps .section__description {
    max-width: 1180px;
    font-size: clamp(18px, 2.8vw, 32px);
    line-height: 1.3;
    color: var(--color-white);
    text-transform: initial;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 11px auto;
}

.section--steps .section__title::after {
    display: none;
}

.section--steps .grid--steps {

}

.section--steps .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section--steps .row[data-position="right"] {
    flex-direction: row-reverse;
}

.section--steps .row .col {
    width: calc((100% - 80px) / 2);
    padding: 25px 31Px 0 31Px;
}

.section--steps .row:not(:last-child) .col {
    margin-bottom: 100px;
}

.section--steps .row .col--middle {
    width: 80px;
}
.section--steps .row .col--middle span {
    position: absolute;
    top:0;
    left:0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 300;
    color:var(--color-white);
    font-size: clamp(32px, 2.5vw, 40px);
}
.section--steps .row .col--middle::before {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: calc(50% - (80px / 2));
    background: rgba(106, 197, 209, 1);
    z-index: 100;
}

.section--steps .row .col--middle::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    background: rgba(255, 255, 255, 1);
    z-index: 10;
}

.section--steps .row .col__title {
    font-size: clamp(18px, 2.8vw, 32px);
    line-height: 1.3;
    color: var(--color-white);
    text-align: right;
}

.section--steps .row .col__text {
    color: var(--color-white);
    margin: 16px 0 0 0;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
    text-align: right;
}

.section--steps .row[data-position="right"] .col__title {
        text-align: left;
}
.section--steps .row[data-position="right"] .col__text {
        text-align: left;
}
@media (max-width: 1080px) {
    .section--steps .row[data-position="left"] {
        flex-direction: row-reverse;
    }

    .section--steps .row[data-position="right"] {
        flex-direction: row-reverse;
    }

    .section--steps .row .col--middle {
        width: 50px;
    }
    .section--steps .row .col--empty {
        display: none;
    }

    .section--steps .row .col {
        width: calc(100% - 50px);
    }
    .section--steps .row .col--middle span{
        width: 50px;
        height: 50px;
    }
    .section--steps .row .col--middle::before {
        width: 50px;
        height: 50px;
        left: calc(50% - (50px / 2));

    }
    .section--steps .row .col__title {
        text-align: left;
    }
    .section--steps .row .col__text {
        text-align: left;
    }
    .section--steps .row .col__text br {
        display: none;
    }
}



/* Section services */
.section--services {
    overflow: hidden;
    margin: 40px 0 80px 0;
}

.section--services .container {
    display: flex;
    justify-content: space-between;
}

.section--services .section__column:nth-child(1) {
    width: 35%;
}

.section--services .section__column:nth-child(2) {
    width: 63%;
    background: rgba(241, 239, 238, 1);
}

.section--services .section__column:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(241, 239, 238, 1);
}

.section--services .section__title {
    width: 100%;
    text-align: left;
    margin: 100Px 0 0 0;
}

.section--services .section__title::after {
    left: 0;
}

.section--services .section__introduction {
    width: 100%;
    text-align: left;
}

.section--services .grid--services {
    display: flex;
    overflow-x: hidden;
    margin: 154px 0 0 0;
}

.section--services .card--service {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: calc((100% / 3) - 0px);
}

.section--services .card--service .card__icon {
    height: 140px;
    width: 100%;
}

.section--services .card--service .card__icon svg {
    max-width: 80px;
    max-height: 80px;
}

.section--services .card--service .card__title {
    width: 100%;
    text-align: left;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
}

.section--services .card--service .card__subtitle {
    width: 100%;
    text-align: left;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
    font-style: italic;
}

.section--services .card--service .card__text {
    width: 100%;
    text-align: left;
    margin-top: 17px;
    font-size: clamp(13px, 2vw, 15px);
}

.section--services .dots {
    margin: 80px 0 65px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 17px;
    padding: 0 37px;
}

.section--services .dots .dot {
    width: 18px;
    height: 18px;
    background: rgba(128, 128, 128, 1);
    border-radius: 50%;
    transition: linear .15s;
}

.section--services .dots .dot.active {
    background: var(--color-sky);
}

.section--services .dots .dot:not(.active):hover {
    cursor: pointer;
    background: var(--color-blue);
}

.section--services .section__footer {
    margin: 80px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:20px;
    padding-left:20px;
}
.section--services .btn--dots {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: var(--color-white);
    border-radius: 50%;
    border:none;
    z-index: 100;
    cursor:pointer;
    transition: linear .15s;
}
.section--services .btn--dots svg *{
    transition: linear .15s;
}
.section--services .btn--dots:hover {
    background:var(--color-blue);
}
.section--services .btn--dots:hover svg *{
    fill:var(--color-white);
}
.section--services .btn--dots svg {
    width: 60px;
}
.section--services .btn--dots.btn-dots--previous{

}
.section--services .btn--dots.btn-dots--previous svg{
    transform-origin: center center;
    transform: rotate(180deg);
}

@media (max-width: 1080px) {
    .section--services .container {
        flex-direction: column;
    }

    .section--services .section__column:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
    }

    .section--services .section__column:nth-child(2) {
        width: 100%;
        position: relative;
    }

    .section--services .section__column:nth-child(2)::before {
        left: -20vw;
        width: 140vw;
    }
}


@media (max-width: 1200px) {
    .section--services .card--service {
        width: calc((100% / 2) - 0px);
    }
}
@media (max-width: 1080px) {
    .section--services .card--service {
        width: calc((100% / 3) - 0px);
    }
}
@media (max-width: 900px) {
    .section--services .card--service {
        width: calc((100% / 2) - 0px);
    }
}

@media (max-width: 767px) {
    .section--services  .card--service {
        width: 100%;
    }
    .section--services .grid--services{
        margin:80px 0 0 0;
    }
    .section--services .section__footer {
        margin:50px 0 30px 0;
    }
}

/* Section methode */
.section--methode {
    margin-bottom: 107px;
}
.section--methode .section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section--methode .section__header .btn-redirect{
    font-size: clamp(16px, 2vw, 32px);
    line-height: 1.3;
    font-weight: 700;
    width: 160px;
    color:var(--color-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section--methode .section__header .btn-redirect svg {
    width: 20px;
    margin: 0 0 0 10px;
}.section--methode .section__header .btn-redirect svg * {
    fill:var(--color-blue);
 }
.section--methode .section__title {
    width: calc(100% - 160px);
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: clamp(16px, 2vw, 32px);
}


.section--methode .section__title::after{
    display: none;
}
.section--methode .grid--methodes {
    width: 100%;
    max-width: 1780px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto 0 auto;
    gap: 32px 0;
}


.section--methode .grid--methodes .card--methode {
    width: calc(100% / 4 - 10px);
    padding: 0;
    color:var(--color-black);
    text-decoration: none;
}

.section--methode .grid--methodes .card__image {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    background: var(--color-sky);
    border-radius: 20px;
    overflow: hidden;
}

.section--methode .grid--methodes .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.section--methode .grid--methodes .card__title {
    width: 100%;
    text-align: left;
    font-size: clamp(16px, 2.5vw, 22px);
    line-height: 1.3;
    color: var(--color-blue);
    text-decoration: underline;
    margin: 39px 0 12px 0;
    transition: linear .15s;
}


.section--methode .grid--methodes .card__description {
    width: 100%;
    text-align: left;
    margin: 0;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
}

.section--methode .grid--methodes .btn {
    background: var(--color-blue);
    width: 100%;
    max-width: 427px;
}

.section--methode .grid--methodes .card--methode:hover .card__title{
    color:var(--color-red);
    text-decoration: underline;
}
@media (max-width: 1080px) {
    .section--methode .grid--methodes .card--methode {
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width: 750px) {
    .section--methode .grid--methodes .card--methode {
        width: 100%;
    }

    .section--methode .section__header {
        flex-direction: column;
    }
    .section--methode .section__title{
        width: 100%;
    }
    .section--methode .section__header .btn-redirect {
        width: 100%;
        justify-content: flex-end;
        margin-top:15px;
    }
    .section--methode .grid--methodes{
        margin:30px auto 0 auto;
    }
}


/** Section FAQ **/
.section--faq {
    background: rgba(241, 239, 238, 1);
    padding: 42px 0;
    margin: 150px 0 0 0;
}

.section--faq .section__subtitle {
    color: rgba(64, 102, 167, 1);
    width: 100%;
    text-align: center;
    font-size: clamp(22px, 4vw, 30px);
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.section--faq .section__title {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.section--faq .section__title::after {
    display: none;
}

.section--faq .section__description {
    width: 100%;
    text-align: center;
}

.section--faq .grid--faq {
    margin: 32px 0 0 0;
    border: 1px solid rgba(0, 0, 0, 1);
}

.section--faq .card--faq {
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.section--faq .card--faq:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.section--faq .card--faq .card__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
}

.section--faq .card--faq.active .card__header {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.section--faq .card--faq .card__icon {
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section--faq .card--faq .card__icon svg:nth-child(1) {
    display: block;
    width: 20px;
}

.section--faq .card--faq .card__icon svg:nth-child(2) {
    display: none;
    width: 20px;
}

.section--faq .card--faq.active .card__icon svg:nth-child(1) {
    display: none;
}

.section--faq .card--faq.active .card__icon svg:nth-child(2) {
    display: block;
}

.section--faq .card--faq .card__title {
    width: 100%;
    text-align: left;
    font-size: clamp(16px, 2.5vw, 25px);
    font-weight: 700;

}

.section--faq .card--faq.active .card__title {
    color: rgba(64, 102, 167, 1);
}

.section--faq .card--faq.active .card__icon svg {
    fill: rgba(64, 102, 167, 1);
}

.section--faq .card--faq .card__content {
    display: none;
    padding: 12px 32px 12px 64px;
}

.section--faq .card--faq.active .card__content {
    display: block;
}

.section--faq .card--faq .card__text {
    width: 100%;
    text-align: left;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
}


/* Section solutions */
.section--solutions {
    background: var(--color-yellow);
    margin: 0;
    padding: 110px 0 100px 0;
}

.section--solutions .section__title {
    width: 100%;
    text-align: center;
}

.section--solutions .section__description {
    width: 100%;
    text-align: center;
}

.section--solutions .grid--solutions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 32px 0 0 0;
    gap: 32px 0;
}

.section--solutions .card--solution {
    width: calc(100% / 3 - 10px);
    background: var(--color-white);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-size: clamp(22px, 4vw, 30px);
    line-height: 1.3;
    padding: 90px 0 68px 0;
}

.section--solutions .card--solution .card__title {
    width: 100%;
    text-align: center;
    color: var(--color-red);
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 33px 0;

}

.section--solutions .card--solution .card__title::after {
    content: '';
    width: 275px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - (275px / 2));
    background: rgba(128, 128, 128, 1);
}

.section--solutions .card--solution .card__text {
    width: 100%;
    max-width: 355px;
    text-align: center;
    font-size: clamp(18px, 2.5vw, 20px);
    line-height: 1.3;
    margin: 0 auto;
    padding: 46px 0 0 0;
}

.section--solutions .section__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section--solutions .section__footer .section__infos {
    width: 100%;
    max-width: 1480px;
    text-align: center;
    margin: 52px auto 54px auto;
    line-height: 1.3;
    font-size: clamp(16px, 2vw, 32px);
}

.section--solutions .section__footer .btn {
    background: var(--color-red);
    width: 100%;
    max-width: 580px;
}

.section--solutions .section__footer .btn:hover {
    background: var(--color-white)!important;
    color: var(--color-red);
}

@media (max-width: 1080px) {
    .section--solutions .card--solution {
        width: 100%;
    }
}

@media all and (max-width: 750px){
    .section--solutions .card--solution .card__title::after{
        width: 60px;
        left:calc(50% - (60px / 2));
    }
    .section--solutions .card--solution .card__text {
        padding: 46px 16px 0 16px;
    }
}
/* Section realisations */
.section--realisations {
    margin: 97px 0 0 0;
}
.section--realisations .section__content {
    width: 100%;
    max-width: 1920px;
    padding: 0 clamp(16px, 5%, 70px);
    margin: 0 auto;
}
.section--realisations .section__title {
    width: 100%;
    text-align: center;
}

.section--realisations .section__introduction {
    width: 100%;
    text-align: center;
    max-width: 1480px;
}

.section--realisations .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section--realisations .grid--realisations {
    display: flex;
    width: 100%;
    margin: 32px 0 0 0;
}

.section--realisations .card--realisation {
    flex-shrink: 0;
    padding: 0 10px;

    box-shadow: none;
    border-radius: 0;
    border: none;
}

.section--realisations .card--realisation .card__image {
    width: 100%;
    aspect-ratio: 1 / 0.8;
}

.section--realisations .card--realisation .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.section--realisations .card--realisation .card__back {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: linear .15s;
}
.section--realisations .card--realisation .card__back::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    z-index: -1;
}
.section--realisations .card--realisation .card__back .card__title {
    color:var(--color-white);
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: 1.3;
    font-weight: 700;
}

.section--realisations .card--realisation:hover .card__back {
    opacity: 1;
}
.section--realisations .slider__dots {
    text-align: center;
    margin-top: 50px;
}

.section--realisations .slider__dot {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    border: none;
    background-color: #ccc;
    cursor: pointer;
}

.section--realisations .slider__dot.active {
    background-color: var(--color-blue);
}

@media all and (max-width: 1080px){
    .section--realisations .card--realisation{
        padding: 0 5px;
    }
}

/** Block CTA - Contact **/
.cta--contact {
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 61px 5% 50px 5%;
    background: #6AC5D1;
}

.cta--contact .cta__title {
    font-size: clamp(20px, 3.5vw, 40px);
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
    font-family: "Libre Bodoni", serif;
}

.cta--contact .cta__text {
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
    margin: 9px auto 0 auto;
    text-align: center;
    max-width: 890px;
}

.cta--contact .btn {
    background: var(--color-red);
}

.cta--contact .btn:hover {
    background: var(--color-white)!important;
    color: var(--color-red);
}
