.banniere-intro {
position: relative;
background-color: var(--wp--preset--color--custom-noir);
width: 100vw;
max-width: 100%!important;
min-height: 630px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.banniere-intro-img-left {
position: absolute;
z-index: 2;
top: 32px;
left: 50%;
width: 100%;
max-width: var(--wp--style--global--wide-size);
height: 100%;
transform: translateX(-50%);
}
.banniere-intro-img-left-img {
width: auto;
max-width: 40%;
height: auto;
}
.banniere-intro-img-right {
position: absolute;
z-index: 1;
top: 50%;
right: 0;
width: 58%;
height: 100%;
transform: translateY(-50%);
}
.banniere-intro-img-right-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.banniere-intro-img-right::before {
content: '';
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--wp--preset--color--custom-noir);
opacity: 0.2;
}
.banniere-intro-img-right-forme {
position: absolute;
z-index: 2;
top: 0;
left: -1px;
width: auto;
height: 100%;
}
.banniere-intro-container {
position: relative;
z-index: 3;
width: 100%;
max-width: 900px;
height: 100%;
}
@media (max-width: 980px) {
.banniere-intro-container {
max-width: var(--wp--style--global--content-size);
}
}
@media (max-width: 768px) {
.banniere-intro {
min-height: 60vh;
}
}