body.monopage { width: 100%; max-width: none; margin: 0; background-attachment: fixed; }
body.monopage #liens_annexes, body.monopage #espace_personnel, body.monopage #menu { display: none; }
body.monopage h1, body.monopage h2, body.monopage h3 { color: inherit; }
body.monopage h2 { font-size: 30px; margin-bottom: 10px; }
body.monopage p, body.monopage li { font-size: 16px; line-height: 21px; }

#sommaire_monopage { display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .diapo_monopage { display: block; } }
.diapo_monopage a:link, .diapo_monopage a:visited { font-weight: bold; }

#diapo_monopage_0 h1 { font-size: 44px; text-align: center; margin: 50px 0 20px; }
@media only screen and (min-width: 1400px) { #diapo_monopage_0 h1 { font-size: 55px; } }

.diapo_monopage_interieur { max-width: 1400px; width: 100%; margin-left: auto; margin-right: auto; display: flex; }

.central_monopage { flex: 1; }

.colonne2_monopage { width: 33%; padding-left: 3%; }
.colonne2_monopage img { max-width: 100%; height: auto; }

.vignette_monopage img { max-width: 100%; max-height: 80%; border: 2px solid #FFF; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33); margin-bottom: 20px; opacity: 0; -webkit-transition: all 3s ease; -moz-transition: all 3s ease; -o-transition: all 3s ease; -ms-transition: all 3s ease; transition: all 3s ease; }
@media only screen and (max-height: 1100px) { .vignette_monopage img { max-height: 900px; } }
@media only screen and (max-height: 1000px) { .vignette_monopage img { max-height: 800px; } }
@media only screen and (max-height: 900px) { .vignette_monopage img { max-height: 700px; } }
@media only screen and (max-height: 800px) { .vignette_monopage img { max-height: 600px; } }
@media only screen and (max-height: 700px) { .vignette_monopage img { max-height: 500px; } }
@media only screen and (max-height: 600px) { .vignette_monopage img { max-height: 400px; } }
@media only screen and (max-height: 500px) { .vignette_monopage img { max-height: 80%; } }

.vignette_monopage.monopage_flottant_visible img { opacity: 1; }

.diapo_modele_image_droite .vignette_monopage img { max-width: 50%; float: right; margin-left: 25px; display: inline-block; }

.diapo_modele_image_gauche .vignette_monopage img { max-width: 50%; float: left; margin-right: 25px; display: inline-block; }

.diapo_modele_liens_blancs a { color: #FFF; }

.diapo_modele_contenu_a_droite .diapo_monopage_interieur { width: 50%; margin-left: 50%; }

.diapo_modele_contenu_a_gauche .diapo_monopage_interieur { width: 50%; margin-right: 50%; }

.diapo_modele_contenu_en_bas .diapo_monopage_interieur { margin-top: 50%; }

@media only screen and (max-width: 700px) { .diapo_modele_image_droite .vignette_monopage img, .diapo_modele_image_gauche .vignette_monopage img { max-width: 100%; float: none; margin-right: auto; margin-left: auto; display: block; } }
