/* START hero */

.hero {
    height: 90vh;
}

#editor .hero {
	height: auto;
}

.hero .sliderSlide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    gap: 1em;
}

.hero .containerTextHero{
    background-color: var(--basicWhite);
    width: fit-content;
    padding: 2.5em 3em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    position: relative;
    z-index: 1;
}

.hero .horizontalScroll{
    height: 100%;
}

.hero .sliderWrapper, .hero .sliderSlide{
    height: 100%;
    width: 100%;
}

.hero .sliderSlide .bgImgSlider{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#editor .hero .sliderSlide {
    height: auto;
}

#editor .editor-tpl {
	width: 100%;
}

.hero .sliderArrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderArrows svg {
    width: .5em;
}

.sliderArrows span {
    height: fit-content;
    display: flex;
    padding: .5em;
    background-color: var(--basicWhite);
    cursor: pointer;
}

.sliderArrows > span:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 950px) {
    .hero{
        height: auto;
    }
    
    .hero .sliderSlide{
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    
    .hero .sliderSlide .bgImgSlider{
        height: 40vh;
        position: initial;
        max-height: 15em;
    }
    
    .hero .sliderArrows{
        top: 25%;
    }
}



/* END hero */

/* START listingService */

.listingService .smallUniformSpacing{
    display: flex;
    flex-direction: column;
    gap: 2.5em;
}

.listingService .containerServices{
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
}

.listingService .containerServices .service{
    width: calc((100% - 2.5em * 2) / 3);
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.listingService .containerServices .service img{
    width: 100%;
    height: 11em;
    min-height: 11em;
}

.listingService .containerServices .service .serviceText{
    display: flex;
    flex-direction: column;
    gap: .75em;
    justify-content: space-between;
    height: 100%;
}

.listingService .containerServices .service .serviceText div{
    display: flex;
    flex-direction: column;
    gap: .75em;
}

.listingService .containerServices .service .serviceText a{
    color: var(--basicBlack);
    display: flex;
    align-items: center;
    transition: ease all .3s;
}

.listingService .containerServices .service .serviceText a svg{
    margin-left: .5em;
    transition: ease all .3s;
}

.listingService .containerServices .service .serviceText a:hover svg{
    margin-left: 1em;
}
.listingService .containerServices .service .serviceText a:hover svg path{
    fill: var(--basicColor1);
}

.listingService .containerServices .service .serviceText a:hover{
    color: var(--basicColor1)
}


.listingService .containerServices .service .serviceText a svg{
    width: 1em;
}

@media screen and (max-width: 1000px) {
    .listingService .containerServices .service {
        width: calc((100% - 2.5em) / 2);
    }
}

@media screen and (max-width: 650px) {
    .listingService .containerServices .service {
        width: 100%;
    }
}


/* END listingService */

/* START bandeauTextImg */
.bandeauTextImg{
    display: flex;
    align-items: stretch;
}

.bandeauTextImg > div{
    width: 50%;
    display: flex;
    align-items: center;
}

.bandeauTextImg .imgContainerBandeauTextImg{
    height: 100%;
    flex: 1;
}

.bandeauTextImg .imgContainerBandeauTextImg img{
    height: 100%;
    width: 100%;
}

.bandeauTextImg .textContainer {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

@media screen and (max-width: 1000px) {
    .bandeauTextImg {
        flex-direction: column;
    }
    .bandeauTextImg > div, .bandeauTextImg .imgContainerBandeauTextImg {
        width: 100%;
    }
    
}

/* END bandeauTextImg */

/* START listingRealisation */
.listingRealisation .smallUniformSpacing{
    display: flex;
    flex-direction: column;
    gap: 2.5em;
}


.listingRealisation .containerRealisation{
    display: flex;
    flex-wrap: wrap;
    gap: .8em;
}

.listingRealisation .containerRealisation a{
    width: calc((100% - .8em * 2) / 3);
    aspect-ratio: 1 / 1;
}

.listingRealisation .containerRealisation a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: ease all .3s;
}

.listingRealisation .containerRealisation a:hover img {
    transform: scale(1.05);
    
}

@media screen and (max-width: 1000px) {
    .listingRealisation .containerRealisation a {
        width: calc((100% - .8em) / 2);
    }

}

@media screen and (max-width: 650px) {
    .listingRealisation .containerRealisation a {
        width: 100%;
    }
    
}

/* END listingRealisation */


/* START bandeauListing */

.bandeauListing .bandeau {
    padding-bottom: calc(var(--defaultSpacing)* 5);;
}

.bandeauListing .containerCards .uniformSpacing {
    display: flex;
    flex-direction: column;
    gap: 4.5em;
    margin-top: -10em;
}

#editor .bandeauListing .containerCards .uniformSpacing {
    margin-top: 0;
}

.bandeauListing .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bandeauListing .cards .card{
    display: flex;
    flex-direction: column;
    gap: 1.25em;
    background-color: var(--basicWhite);
    box-shadow: 0px 3px 6px #00000029;
    align-items: center;
    padding: 1.25em 1.75em;
    width: calc((100% - 5em * 2) / 3);
}

.bandeauListing .cards .card svg{
    width: 5em;
    height: 5em;
}

.bandeauListing .listingSvgTitleDesc{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bandeauListing .listingSvgTitleDesc .listingSvgTitleDesc{
    display: flex;
    gap: 1em;
    flex-direction: column;
    width: calc((100% - 5em * 2) / 3);
}

.bandeauListing .listingSvgTitleDesc .listingSvgTitleDesc div{
    display: flex;
    gap: .5em;
    align-items: center;
}

.bandeauListing .listingSvgTitleDesc .listingSvgTitleDesc svg{
    height: 1.5em;
    width: 1.5em;
}

.bandeauListing .listingSvgTitleDesc .listingSvgTitleDesc path{
    fill: var(--basicColor1);
}

@media screen and (max-width: 1200px) {
    .bandeauListing .cards .card {
        width: calc((100% - 1em* 2) / 3);
    }
    
    .bandeauListing .listingSvgTitleDesc .listingSvgTitleDesc {
        width: calc((100% - 1em* 2) / 3);
    }
}

@media screen and (max-width: 1000px) {
    .bandeauListing .cards, .bandeauListing .listingSvgTitleDesc {
        gap: 1.5em;
    }
    
    .bandeauListing .cards .card {
        width: 100%;
    }
    
    .bandeauListing .listingSvgTitleDesc .listingSvgTitleDesc {
        width: 100%;
    }
    
    .bandeauListing .listingSvgTitleDesc .listingSvgTitleDesc {gap: .5em}
}


/* END bandeauListing */
