/* START hero */
.hero {
    background-position: bottom;
    height: 80vh;
}

/* END hero */

/* START subHero */
.subHero {
}

.subHero .uniformSpacing {
    display: flex;
}

.subHero .uniformSpacing .contact {
    display: flex;
    flex-direction: column;
    gap: .5em;
}

.subHero .uniformSpacing .contact > div {
    display: flex;
    gap: .5em;
}

.subHero .uniformSpacing .contact > div svg {
    width: .75em;
    height: .75em;
}

/* END subHero */


/* START listServices  */
.listServices .uniformSpacing {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
}


.listServices .containerImgText .imgText {
    display: flex;
    gap: 2.5em;
    align-items: center;
}

.listServices .containerImgText .imgText:nth-child(even) {
    flex-direction: row-reverse;
}

.listServices .containerImgText .imgText img {
    width: 50%;
    height: auto;
    aspect-ratio: 3/2;
}

.listServices .containerImgText .imgText .introText {
    width: 50%;
    height: auto;
}

.listServices .containerImgText .imgText .containerLink{
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.listServices .containerSvg {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
}

.listServices .containerSvg {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.listServices .containerSvg .chemin svg {
    height: 100%;
    width: auto;
}

.listServices .containerSvg .chemin svg path {
    fill: var(--basicColor2);
}

/* END listServices  */

/* START imgText */
.imgText .uniformSpacing {
    display: flex;
    gap: 2.5em;
    align-items: center;
}

.imgText .uniformSpacing .introText{
    width: 50%;
}

.imgText .uniformSpacing img {
    width: 50%;
    height: auto;
    aspect-ratio: 3/2;
}

/* END imgText */

/* START bandeauImg */

.bandeauImg  > img {
    position: absolute;
    bottom: 0;
    right: 4em;
    height: 70%;
    width: auto;
}

.bandeauImg .introText {
    padding: 2em 0;
    width: 70%;
}
/* END bandeauImg */

/* START bigImgText */
.bigImgText .uniformSpacing{
    display: flex;
    align-items: center;
    gap: 8em;
}

.bigImgText .uniformSpacing > img,
.bigImgText .uniformSpacing > .editor-img{
    width: 50%;
    height: auto;
}

.bigImgText .uniformSpacing > .editor-img img{
    width: 100%
}

.bigImgText .uniformSpacing .introText{
    width: 50%;
}

.bigImgText .uniformSpacing .introText img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* END bigImgText */
