/*** Styles génériques ***/
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    z-index: 9999;
    height: auto!important;
}
#colorbox figure img{width:100%;}
#cboxOverlay {
    height: 100%!important;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    overflow: visible;
    position: relative;
    height: auto!important;
}
#cboxLoadedContent {
    overflow: auto;
    margin-bottom: 5px;
}
#cboxLoadedContent iframe {
    border: 0 none;
    display: block;
    min-height: 100%;
    width: 100%;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
#cboxOverlay {
    background: none repeat scroll 0 0 #5d5d5d;
}
#cboxContent {
    background: none repeat scroll 0 0 #FFFFFF;
}
#cboxLoadingOverlay {
    /*background: url("../images/interface/loading_background.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
}
#cboxLoadingGraphic {
    /*background: url("../images/interface/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);*/
}
#cboxTitle {
    bottom: -25px;
    color: #7C7C7C;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    bottom: -25px;
    color: #7C7C7C;
    font-weight: bold;
    left: 58px;
    position: absolute;
}
#cboxPrevious, #cboxNext, #cboxSlideshow {
    /*background: url("../images/interface/controls.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    bottom: -29px;
    height: 46px;
    position: absolute;
    text-indent: -9999px;
    width: 46px;
}
#cboxClose {
    border: none;
    background: url("../images/interface/close.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    top: 10px;
    height: 25px;
    position: absolute;
    text-indent: -9999px;
    width: 25px;
}
#cboxPrevious {
    background-position: -102px -50px;
    left: -54px;
    top: 250px;
}
#cboxPrevious.hover {
    background-position: -102px 0;
}
#cboxNext {
    background-position: -150px -50px;
    right: -54px;
    top: 250px;
}
#cboxNext.hover {
    background-position: -150px 0;
}
#cboxClose {
    background-position: 0 0;
    right: 20px;
}
#cboxClose.hover {
    background-position: -214px -65px;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
    background-position: -150px 0;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
    background-position: -125px 0;
}
.titre_actu a:hover{
    text-decoration: underline;
}


/* Lightbox */
#cboxLoadedContent .print {
    display: none;
}

/* Popup */
.fancybox-slide {
    display: flex;
    justify-content: center;
}