.pix-bandeau-fixe {
    height: 38px;
}

#bandeau_fullwidth {
    max-width: 1920px;
    margin: auto;
    position: relative;
    z-index: 0;
    margin-top:-160px;
}
#bandeau_photos_fullwidth {width:100%;max-width: 1920px;height: 850px;}



#bandeau_fullwidth img {margin-left: 0px !important;margin-top: 0px !important;}



@media (max-width:450px) {
    #bandeau_photos_fullwidth img {
        margin-left: 0px !important;
        margin-left: -webkit-calc(50% - 200px * (1920 / 900 / 2)) !important;
        margin-left: calc(50% - 200px * (1920 / 900 / 2)) !important;
        margin-top: 0px !important;
        height:200px;
        max-width: initial;
    }
    #bandeau_photos_fullwidth {
        height:200px !important;        
    }
}


.rsDefault .rsGCaption {
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    padding:0 !important;
    z-index: 10000;
    pointer-events: none !important;
}

.rsGCaption {

}

.rsDefault .rsArrowIcn {
    background-color: rgba(0, 0, 0, 0.25);
}

.rsDefault .rsArrowIcn:hover {
    background-color: rgb(0, 0, 0,0.85);
}

.pix-bandeau-fullwidth-encart {
    display: block;
    position: absolute;
    top: auto !important;
    width: 100%;
    bottom: 0px;
    left: 0px !important;
    text-align: center;
    transform: translate(0px,0px) !important;
}


.pix-bandeau-fullwidth-encart .pix-bandeau-texte {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding: 0px 30px 100px 30px;
    padding-bottom:4%;
    text-align: center;
}

.pix-bandeau-fullwidth-encart h3 {
    font-family: avory-i-latin, sans-serif;
    font-size:clamp(26px, 4.66vw,70px);
    font-weight: 800;   
    color: #fff;
    text-transform:uppercase;
        margin: 0;
    padding: 0;
    text-shadow: 4px 4px 12px rgba(0,0,0,1);
    line-height: 1.1;
}

.pix-bandeau-fullwidth-encart h3 span.dl {
    font-family: avory-i-latin, sans-serif;
    display: block;
    font-size:calc(clamp(26px, 4.66vw,70px) * 55 / 70);
    font-weight: 600;   
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 4px 12px rgba(0,0,0,1);
    line-height: 1.1;
    margin-top:0px;
}




@media (max-width:1300px) {
    .pix-bandeau-fixe {
     height: 32px;
    }
}

@media (max-width:1200px) {
    .pix-bandeau-fixe {
     height: 28px;
    }
}

@media (max-width:1100px) {
    .pix-bandeau-fixe {
     height: 19px;
    }
}

@media (max-width:1000px) {
    .pix-bandeau-fixe {
     height: 15px;
    }
}