/* START hero */
.hero{
    display: flex;
    align-items: center;
    min-height: 60vh;
    height: auto;
}

.hero video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* END hero */


/* START bandeauImgRonde */
.bandeauImgRonde .uniformSpacing{
    display: flex;
    flex-direction: column;
    gap: 5em;
}

.bandeauImgRonde .uniformSpacing .bandeau{
    display: flex;
    margin: 3em 0;
}

.bandeauImgRonde .uniformSpacing .bandeau .containerText{
    width: 90%;
    padding: 3em 5em;
}

.bandeauImgRonde .uniformSpacing .bandeau .containerText .introText{
    width: 70%;
}

.bandeauImgRonde .uniformSpacing .bandeau .imgContainer{
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    height: 130%;
    transform: translate(0, -50%);
    max-width: 40%;
}

.bandeauImgRonde .uniformSpacing .bandeau .imgContainer img{
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 100%;
}

@media screen and (max-width: 1700px) {
    .bandeauImgRonde .uniformSpacing .bandeau .imgContainer{
        width: 30%;
        height: 110%;
        display: flex;
        align-items: center;
    }

    .bandeauImgRonde .uniformSpacing .bandeau .imgContainer img{
        height: auto;
        width: 100%;
    }



}

@media screen and (max-width: 900px) {

    .bandeauImgRonde .uniformSpacing{
        gap: 2.5em;
    }

    .bandeauImgRonde .uniformSpacing .bandeau{
        flex-direction: column;
        margin-top: 0;
    }
    .bandeauImgRonde .uniformSpacing .bandeau .containerText,
    .bandeauImgRonde .uniformSpacing .bandeau .containerText .introText,
    .bandeauImgRonde .uniformSpacing .bandeau .imgContainer{
        width: 100%;
    }

    .bandeauImgRonde .uniformSpacing .bandeau .containerText {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .bandeauImgRonde .uniformSpacing .bandeau .imgContainer{
        background-color: var(--basicBlack);
        border-bottom-right-radius: var(--basicRadius);
        border-bottom-left-radius: var(--basicRadius);
        justify-content: center;
        position: initial;
        transform: translateY(-1px);
        height: auto;
        max-width: initial;
        padding-bottom: 2em;
    }

    .bandeauImgRonde .uniformSpacing .bandeau .imgContainer img{
        width: 70%;
    }
}

@media screen and (max-width: 500px) {
    .bandeauImgRonde .uniformSpacing .bandeau .containerText{
        padding: 2em 1.5em;
    }
}




/* END bandeauImgRonde */

/* START imgText */

.imgText.listCardsImg {
    padding-top: 0;
}
.imgText .uniformSpacing{
    display: flex;
    gap: 2.5em;
}

.imgText .uniformSpacing > div{
    width: 50%;
}

.imgText .uniformSpacing .typeLunnettes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em;
    grid-auto-rows: min-content;
    align-items: start;
}

.imgText .uniformSpacing .typeLunnettes .wrapperVideo {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    width: 100%;
}

.imgText .uniformSpacing .typeLunnettes .wrapperVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.imgText .uniformSpacing .containerImg img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}


.imgText .uniformSpacing .containerImg.doubleImg{
    height: auto;
    aspect-ratio: 4/3;
    position: relative;
}
.imgText .uniformSpacing .containerImg.doubleImg img{
    width: 55%;
    height: 90%;
    position: relative;
    z-index: 1;
}

.imgText .uniformSpacing .containerImg.doubleImg img:last-child{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}


.imgText .uniformSpacing .containerImg.bgBorder{
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    aspect-ratio: 1 / 1;
}
.imgText .uniformSpacing .containerImg.bgBorder img{
    width: 85%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    z-index: 3;
}
.imgText .uniformSpacing .containerImg.bgBorder .background{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-bottom-right-radius: 10000px;
    background: transparent linear-gradient(180deg, #BF953F 0%, #F1E7A9 51%, #B38728 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
    border-top-right-radius: 10000px;
}

.imgText .uniformSpacing .containerImg.bgBorder .border{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 92.5%;
    border: 2px dashed #C8A64A;
    z-index: 1;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1200px) {
    .imgText .uniformSpacing {
        flex-direction: column;
    }

    .imgText .uniformSpacing > div {
        width: 100%;
    }

}

/* END imgText */

/* START contactBandeau */

.contactBandeau.bigSpacing{
    width: 100%;
}

.contactBandeau .uniformSpacing{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    padding: 3.5em 2.5em;
    width: 100%;
}

.contactBandeau .uniformSpacing > *{
    position: relative;
    z-index: 1;
}

.contactBandeau .uniformSpacing > img{
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    border-radius: var(--basicRadius);
    height: 100%;
    width: auto;
    max-width: 100%;
}

.contactBandeau .uniformSpacing .containerBtnText{
    display: flex;
    gap: 1.5em;
}

.contactBandeau .uniformSpacing .containerBtnText .containerText{
    width: 100%;
}

.contactBandeau .uniformSpacing .containerBtnText .iconeText{
    display: flex;
    align-items: center;
    gap: .5em;
}

.contactBandeau .uniformSpacing .containerBtnText .mainLink{
    min-width: fit-content;
}

.contactBandeau .uniformSpacing .containerBtnText .mainLink a{
    padding: .5em 1.5em;
}

.contactBandeau .uniformSpacing .containerBtnText .iconeText svg{
    width: 1em;
    height: auto;
}

@media screen and (max-width: 900px) {
    .contactBandeau .uniformSpacing .containerBtnText{
        flex-direction: column;
        align-items: flex-end;
    }
}


/* END contactBandeau */
