.section--header {

}

.section--header .section__title {
    margin: 0;
    padding: 0;
}

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

.section--header .section__introduction {
}

.section--header .section__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section--header .section__column {
    width: calc(50% - 35px);
}

.section--header .section__image {
    width: 100%;
}

.section--header .section__image img {
    max-width: 100%;
    max-height:100%;
    display: block;
    object-fit: contain;
}

.section--header .section__subtitle {
    font-size: clamp(18px, 2.8vw, 32px);
    line-height: 1.3;
    color: var(--color-blue);
    font-weight: 700;
    margin: 0 0 42px 0;
}

.section--header .section__description {
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
}

@media (max-width: 1080px) {
    .section--header .section__column {
        width: 100%;
    }
}


/* Section steps */
.section--steps {
    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;
}

.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% - 25px) / 2);
    padding: 25px 31Px 0 31Px;
}

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

.section--steps .row .col--middle {
    width: 25px;
}

.section--steps .row .col--middle::before {
    content: '';
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: calc(50% - (25px / 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);
}

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

@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--empty {
        display: none;
    }

    .section--steps .row .col {
        width: calc(100% - 25px);
    }
}

/* Section Team */
.section--teams {
    position: relative;
    overflow: hidden;
}


.section--teams .grid--teams {
    display: flex;
    justify-content: space-between;
}

.section--teams::before{
    content: '';
    width: 100%;
    height: 700px;
    position: absolute;
    bottom:-225px;
    left:0;
    background: rgba(106, 197, 209, 1);
    background: linear-gradient(0deg, rgba(106, 197, 209, 0) 0%, rgba(106, 197, 209, 1) 40%,rgba(106, 197, 209, 1) 60%, rgba(106, 197, 209, 0) 100%);
}
.section--teams .card--values {
    flex-shrink: 0;
    max-width: 440px;
    padding: 0 20px;
}
.section--teams .card--values .card__content{
    height: 100%;
    padding: 0 30px 67px 30px;
}
.section--teams .card--values .card__content::before{
    content:'';
    width: 100%;
    height: calc(100% - 125px);
    position: absolute;
    bottom:0;
    left:0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background:var(--color-white);
    border-radius: 20px;

}
.section--teams .card--values .card__icon {
    width: 250px;
    aspect-ratio: 1 /1 ;
    border-radius: 50%;
    background:var(--color-sky);
    margin: 0 auto 54px auto;
    overflow: hidden;
}
.section--teams .card--values .card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section--teams .card--values .card__title {
    width: 100%;
    text-align: center;
    font-size: clamp(18px, 3vw, 35px);
    line-height: 1.3;
    color:var(--color-blue);
}

.section--teams .card--values .card__subtitle {
    width: 100%;
    text-align: center;
    font-family: "Libre Bodoni", serif;
    font-size: clamp(16px, 2.5vw, 25px);
    color:var(--color-blue);
    font-style: italic;
    line-height: 1.3;
}

.section--teams .card--values .card__text {
    width: 100%;
    text-align: center;
    font-size: clamp(14px, 2vw, 20px);
    margin: 28px 0 0 0;
    line-height: 1.3;
}

.section--teams .section__controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 50px 0;
}
.section--teams .section__controls .btn--slider {
    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--teams .section__controls .slider__prev svg {
    transform-origin: center center;
    transform: rotate(180deg);
}
.section--teams .section__controls .btn--slider svg * {
    fill:var(--color-blue);
}
.section--teams .section__controls .btn--slider:hover {
    background: var(--color-blue);
}
.section--teams .section__controls .btn--slider:hover svg * {
    fill:var(--color-white);
}
@media (max-width: 1080px){
    .section--teams .grid--teams {
        gap:50px 0;
    }
    .section--teams .card--values {
        width: 100%;
        max-width: 100%;
    }
}
/* Section Nos valeurs */
.section--values .grid--values {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section--values .card--values {
    width: calc(100% / 4 - 10px);
}

.section--values .card--values .card__title {
    width: 100%;
    text-align: center;
    margin: 16px 0 0 0;
    font-size: clamp(18px, 2.8vw, 32px);
    line-height: 1.3;
    font-weight: 700;
    color: var(--color-blue);
}

.section--values .card--values .card__text {
    width: 100%;
    text-align: center;
    margin: 38px 0 0 0;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
    font-weight: 400;
}

@media (max-width: 1080px) {
    .section--values .card--values {
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width: 500px) {
    .section--values .card--values {
        width: 100%;
    }
}

/** Block CTA - Contact **/
.cta--contact {
    width: 100%;
    margin: 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;
    text-align: center;
    margin: 9px 0 0 0;
}

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

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

/** Section GPS **/
.section--gps {
    margin: 125px 0 50px 0;
}

.section--gps .map {
    width: 100%;
    height: 400px;
}

.section--gps .section__title {
    margin: 0;
    padding: 0;
    font-size: clamp(18px, 2.8vw, 32px);
    line-height: 1.3;
    text-transform: initial;
}

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

.section--gps .section__introduction {
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
    width: 100%;
    max-width: 930px;
    margin: 0 auto 16px auto;
}

.section--gps .section__infos {
    width: 100%;
    text-align: center;
    margin: 16px 0 0 0;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.3;
}
