@charset "UTF-8";
#mainHeader {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    z-index: 100;
}
#ContentPage {
    padding: 0;
}
.ContentPagePart .main_photo{
    margin: 0 -12px;
    padding: 0;
}
.ContentPagePart .videos {
    margin: 0 -12px;
    padding: 32px;
    background-color: rgba(0,69,107,0.5);
}
.ContentPagePart .Text .videos {
    margin: 0 -24px;
    padding: 24px;
}
.ContentPagePart {
    position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 1%, rgba(255,255,255,0.6) 10%, rgba(255,255,255,0.6) 90%, rgba(255,255,255,0) 99%);
    padding: 0 0 32px 0;
    margin: 0 0 0;
    border-top: 2px solid rgb(0,69,107);
    background-repeat: no-repeat !important;
    background-origin: center top !important;
    background-size: cover !important;
    font-size: 1.2em;
}
.ContentPagePart .number {
    font-size: 2em;
    padding: 1.2em 0.6em;
    background-color: rgb(0,69,107);
    display: inline-block ;
    color: #EEE;
    position: relative;
}
.ContentPagePart .number small {
    font-size: 12px;
    background-color: rgba(0,0,0,0.2);
    color: rgb(255,255,255,0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;;
}
.number_absolute {
    position: absolute !important;
    top: 0px;
    left: 10px;
}
.ContentPagePart .container-xxl{
    position: relative;
}
.ContentPagePart .Text {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    background-color: rgb(255,255,255);
}
.ContentPagePart .ImageCollection {
    position: relative;
}
.ContentPagePart .ImageCollection a{
    position: relative;
}
.ContentPagePart p {
    margin: 0 0 1em 0;
    padding: 0;
}
.ContentPagePart li {
    margin: 0.5em 0;
    padding: 0;
}
.ContentPagePart ul {
    margin: 1em;
    padding: 0;
    list-style-type: square;
}
.ContentPagePart h3 {
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    margin: 1.5em 0 0.2em 0;
    padding: 0;
    color: rgb(0,69,107);
}
.ContentPagePart h4 {
    font-size: 1.5em;
    margin: 1.2em 0 0.5em 0;
    padding: 0;
    color: #111;
}
.ContentPagePart h5 {
    font-size: 1.2em;
    margin: 1em 0 0.2em 0;
    padding: 0;
    color: #333;
}
.legende {
    clear:both;
    padding:0px;
    margin:8px 0 0 0;
    color:#666;
    font-style:italic;
    list-style-position:inside;
    font-size:0.8em;
}
.legende li {
	padding:6px 12px !important;
	margin:1px !important;
	background-color: rgba(255,255,255,0.8);
}
.photoset-row {
	margin-bottom: 15px;
}
#cboxTitle {
	padding:8px;
	top:auto !important;
	bottom:0;
	background-color: rgba(0,0,0,0.8);
}

section.annexe {
}
section.annexe .container {
    background-color: rgba(119, 122, 178, 0.1);
}
section.annexe .texte, section.annexe .photo {
}
.videos {
	background-color: rgba(0,0,0,0.2);
	padding: 1px;
}
.videos .embed-responsive {
	margin: 15px;
}
.auteur {
    margin-top: 24px;
}
.auteur big {
    display: block
}

.ContentPageDossier {
}
.ContentPageDossier ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ContentPageDossier li {
    padding: 0;
    background: rgba(0,0,0,0.1);
    margin: 5px 0;
    border-radius: 16px;
}
.ContentPageDossier li:hover {
    background: rgba(0,69,107,0.2);
    cursor: pointer;
}
.ContentPageDossier li.actif:hover {
    background: rgba(0,0,0,0.1);
    cursor: pointer;
}
.ContentPageDossier span {
    background: rgba(0,69,107);
    color: white;
    display: inline-block;
    padding: 8px 16px;
    margin:0;
    border-radius: 16px 0 0 16px
}
.ContentPageDossier span::first-letter {
    font-size: 2em;
}
.ContentPageDossier .actif span {
    background-color: rgb(30,30,30);
}

.ContentPageDossier a {
    color: rgb(0,69,107);
    text-decoration: none;
    padding: 0 0 0 1rem;
    display: inline-block;
    width: calc(100% - 4.8rem);
    font-size: 1.5em;
}
.ContentPageDossier .actif a {
    color: rgb(30,30,30);
    text-decoration: none;
}
.ContentPageDossier a:hover {
    color: #111
}
.ContentPageDossier .actif a:hover {
    color: rgb(30,30,30);
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
    .ContentPagePart.top-right .texte {
        margin-top: -64px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}