.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: 1080px;
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-forme {
position: absolute;
z-index: 2;
top: -1px;
left: -1px;
width: 30%;
height: 100%;
background-color: var(--wp--preset--color--custom-noir);
border-bottom-right-radius: 300px;
}
.banniere-intro-container {
position: relative;
z-index: 3;
width: 100%;
max-width: 900px;
height: 100%;
}
@media (max-width: 1500px) {
.banniere-intro {
min-height: 500px;
}
}
@media (max-width: 980px) {
.banniere-intro-container {
max-width: var(--wp--style--global--content-size);
}
}
@media (max-width: 768px) {
.banniere-intro {
flex-direction: column;
justify-content: space-between;
padding-top: 100px;
min-height: 0;
gap: var(--wp--preset--spacing--3);
}
.banniere-intro-img-left {
left: calc(50% + 8px);
width: calc(100% - 8px);
}
.banniere-intro-img-right {
position: relative;
top: unset;
right: unset;
display: flex;
order: 2;
width: 100%;
height: auto;
aspect-ratio: 16/9;
transform: unset;
}
.banniere-intro-img-right-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.banniere-intro-img-right-forme {
width: 100%;
height: 10px;
left: 0;
display: none;
}
.banniere-intro-container {
padding-left: 16px;
}
}