/* START hero */
.hero {
    display: flex;
    align-items: center;
    min-height: 60vh;
    height: auto;
}

.hero .uniformSpacing {
    width: 100%;
}

.hero .stars{
    position: absolute;
    bottom: 2.5em;
    right: 5em;
    z-index: 9;
    display: flex;
}
@media screen and (max-width: 1100px) {
    .hero .stars{
        opacity: .5;
    }
}
/* END hero */


/* START imgText */
.imgText .uniformSpacing {
    display: flex;
    gap: 1.5em;
}

.imgText .uniformSpacing > div {
    width: 50%;
}

.imgText .uniformSpacing .imgContainer img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.imgText.bigImg .uniformSpacing {
    align-items: stretch;
}

.imgText.bigImg .uniformSpacing .introText {
    width: 45%;
    padding: 1.5em;
}

.imgText.bigImg .uniformSpacing .introText > * {
    position: relative;
    z-index: 1;
}

.imgText.bigImg .uniformSpacing .introText .bgSvg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    display: flex;
}

.imgText.bigImg .uniformSpacing .introText .bgSvg svg {
    width: 100%;
    height: auto;
}

.imgText.bigImg .uniformSpacing .imgContainer {
    width: calc(55% - 1.5em);
    height: auto;
}

.imgText.bigImg .uniformSpacing .imgContainer img {
    width: 100%;
    height: 100%;
    aspect-ratio: initial;
}

.imgText .bgSvg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: auto;
    display: flex;
}

.imgText.bigImg .uniformSpacing .introText .bgSvg svg {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1000px) {
    .intro .uniformSpacing .introText,
    .imgText.bigImg .uniformSpacing,
    .imgText .uniformSpacing {
        flex-direction: column;
    }

    .intro .uniformSpacing .introText div,
    .intro .uniformSpacing .introText p,
    .imgText.bigImg .uniformSpacing .imgContainer,
    .imgText.bigImg .uniformSpacing .introText,
    .imgText .uniformSpacing > div{
        width: 100%;
    }

    .imgText.bigImg .uniformSpacing .imgContainer,
    .imgText .uniformSpacing .imgContainer{
        height: auto;
        aspect-ratio: 16/9;
    }
}

/* START sliderEquipage */

.sliderEquipage{
    padding-right: 0;
}

.sliderEquipage > .uniformSpacing{
    display: flex;
    flex-direction: column;
    gap: 3em;
    max-width: initial;
}

.sliderEquipage .horizontalScroll{
    padding-left: 2px;
}

.sliderEquipage .sliderWrapper{
    gap: 1.5em;
}

.sliderEquipage .sliderWrapper .sliderSlide{
    width: calc((100% - 1.5em * 3.5) / 4.5);
    height: auto;
    aspect-ratio: 16/9;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderEquipage .sliderWrapper .sliderSlide img {
    height: 80%;
    width: auto;
    max-width: 90%;
    padding: 1em;
    object-fit: contain;
}


.sliderEquipage .sliderWrapper{
    gap: 1em;
    width: 100%;
}

.sliderEquipage .sliderArrows{
    display: flex;
    justify-content: space-between;

    width: 100%;
}


.sliderEquipage .sliderArrows span{
    display: flex;
}

.sliderEquipage .sliderArrows span svg{
    width: 1em;
    cursor: pointer;
}

.sliderEquipage .sliderArrows .sliderLeftArrow{
    position: absolute;
    top: 50%;
    right: calc(100% + 1em);
    transform: translateY(-50%);
}

.sliderEquipage .sliderArrows .sliderRightArrow{
    position: absolute;
    top: 50%;
    left: calc(100% + 1em);
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .sliderEquipage .sliderArrows{
        display: none;
    }

    .sliderEquipage .sliderWrapper .sliderSlide{
        width: calc((100% - 1.5em * 2.5) / 2.5);
    }

}

@media screen and (max-width: 750px) {
    .sliderEquipage .sliderWrapper .sliderSlide{
        width: calc((100% - 1.5em) / 1.5);
    }
}

@media screen and (max-width: 750px) {
    .sliderEquipage > .uniformSpacing{
        gap: 1.5em;
    }

    .sliderEquipage .sliderWrapper .sliderSlide{
        width: calc(100% - 1.5em);
    }


    .sliderEquipage .sliderWrapper {
        gap: .5em;
    }
}


/* END sliderEquipage */

/* START doubleText */
.doubleText .uniformSpacing{
    display: flex;
    gap: 2.5em;
}

.doubleText .uniformSpacing .introText > *{
    position: relative;
    z-index: 1;
}

.doubleText .uniformSpacing .introText:first-child{
    width: 55%;
}

.doubleText .uniformSpacing .introText:last-child{
    width: 45%;
}

.doubleText .uniformSpacing .introText .bgSvg{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    max-height: 100%;
}

.doubleText .uniformSpacing .introText .bgSvg svg{
    width: 100%;
    height: auto;

}

.doubleText .uniformSpacing .introText.bgLightBlue{
    padding: 1.5em;
    background-color: rgb(200 221 243 / 0.2);
}

@media screen and (max-width: 1000px) {
    .doubleText .uniformSpacing{
        flex-direction: column;
    }
    .doubleText .uniformSpacing .introText:first-child,
    .doubleText .uniformSpacing .introText.bgLightBlue{
        width: 100%;
    }
}

/* END doubleText */


/* START imgTextColumn */
.imgTextColumn .uniformSpacing{
    display: flex;
    gap: 2.5em;
}

.imgTextColumn .uniformSpacing > div{
    width: 50%;
}

.imgTextColumn .uniformSpacing .introText{
    justify-content: space-between;
}

.imgTextColumn .uniformSpacing .introText img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 17;
    object-fit: cover;
}

.imgTextColumn .uniformSpacing .textWrapper{
    display: flex;
    flex-direction: column;
    gap: 5em;
}

.imgTextColumn .uniformSpacing .textWrapper .Listing{
    display: flex;
    flex-direction: column;
}

.imgTextColumn .uniformSpacing .textWrapper .Listing .element{
    border-bottom: 1px solid #C1C1C1;
    display: flex;
    flex-direction: column;
    gap: .75em;
    padding: 1em 0;
}

.imgTextColumn .uniformSpacing .textWrapper .Listing .element:first-child{
    border-top: 1px solid #C1C1C1;
}

.imgTextColumn .uniformSpacing .textWrapper .Listing .element .title{
    display: flex;
    gap: 1em;
    align-items: center;
}

.imgTextColumn .uniformSpacing .textWrapper .Listing .element .title svg{
    width: 1.75em;
    height: 1.75em;
}

.imgTextColumn .uniformSpacing .textWrapper .introText{
    padding: 1.5em;
}

.imgTextColumn .uniformSpacing .textWrapper .introText > *{
    position: relative;
    z-index: 1;
}

.imgTextColumn .uniformSpacing .textWrapper .introText.bgLightBlue {
    background-color: rgb(200 221 243 / 0.2);
    overflow: hidden;
}

.imgTextColumn .uniformSpacing .textWrapper .introText .bgSvg{
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

.imgTextColumn .uniformSpacing .textWrapper .introText .bgSvg svg{
    width: 100%;
    height: auto;
}


@media screen and (max-width: 1200px) {
    .imgTextColumn .uniformSpacing{
        flex-direction: column;
    }

    .imgTextColumn .uniformSpacing > div{
        width: 100%;
    }

    .imgTextColumn .uniformSpacing .introText img{
        aspect-ratio: 16/9;
    }
}

/* END imgTextColumn */
