/* Bandeaux */

.bandeau .container{
        display: flex;
}
.bandeau .container.img-padding {
        gap: 80px;
}
.bandeau .container,
.bandeau .container.image_right{
        flex-direction: row;
}
.bandeau .container.image_left{
        flex-direction: row-reverse;
}
.bandeau .container.img-padding {
        padding: 20px 0;
}
.bandeau .container.img-padding .container-inner{
        padding: 0;
}
.bandeau .container.img-full-height .container-inner{
        padding-right: 80px;
        padding-left: 80px;
}
.bandeau .container.image_right .container-inner {
        padding-left: 0;
}
.bandeau .container.image_left .container-inner {
        padding-right: 0;
}
.bandeau .container.img-padding .container-inner {
        /*padding-bottom:0;*/
}
.bandeau .container.img-padding + .container.img-padding .container-inner {
        padding-top:0;
}
.bandeau.simple .container.img-full-height .container-inner,
.bandeau.simple .container.img-full-height .img-container{
        width: 50%;
        position:relative;
}
.bandeau .container.img-full-height .img-container img{
        width: 50vw;
        height: 100%;
        object-fit: cover;
        max-width: none;
        position: absolute;
}
.bandeau .container.img-padding .img-container{
        position: relative;
        display: flex;
        align-items: center;
        max-width:500px;
}

.bandeau .container.image_left .img-container img{
        right:0;
}


.bandeau .container .container-inner .texte-bandeau{
        padding: 30px 0;
}
