@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200..600&display=swap');

/*****************************/


*:focus {
	outline: none !important
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html, body {
	width: 100%;
}

body {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100vh;
    font-family: 'Outfit', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
    color: #fff;
	background-color: #1b2d49;
	overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
	vertical-align: bottom;
}
a {
    text-decoration: none;
}

sup.typo_exposants {
	vertical-align: text-top;
	font-size: .8em;
}

ul.spip li {
	list-style: disc;
	margin-left: 2em;
}

hr {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	margin: 2em 0;
	padding: 0;
	color: #fff;
	background-color: #fff;
	border: none;
}

strong {
	font-weight: 600;
}

#top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 42px;
    color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	cursor: pointer;
	opacity: .6;
	z-index: 1000;
}
#top:hover{
	opacity: 1;
}

/****************************************/

section.home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100% !important;
	min-height: 100vh !important;
	text-align: center;
	text-transform: lowercase;
}
.haut-100 {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 50%;
	min-height: 50vh;
	background-color: #1a3663;
	font-size: 5vw;
	font-weight: 200;
	animation: slideInDown;
	animation-duration: 1s;
	transition: .3s ease-in-out;
}
.haut-100 strong, header strong {
	font-weight: 400;
}
.haut-100 em, header em {
	color: #d3d3d3;
	font-style: normal;
}
a .left-50 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 50%;
	min-height: 50vh;
	background-color: #1b2d49;
	font-size: 3vw;
	font-weight: 300;
	color: #d3d3d3;
	animation: slideInLeft;
	animation-duration: 1s;
	transition: .3s ease-in-out;
}
/**/
a .right-50 {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 50%;
	min-height: 50vh;
	background-color: #2a4673;
	font-size: 3vw;
	font-weight: 300;
	color: #d3d3d3;
	animation: slideInRight;
	animation-duration: 1s;
	transition: .3s ease-in-out;
}
a:hover .left-50, a:hover .right-50 {
	background-color: #1a3663;
	color: #fff;
}

/* rubrique type ******************************************/

.wow {
	animation-delay: .5s;
}

body.rubrique-1 {
	background-color: #1b2d49;
	overflow-x: hidden;
	overflow-y: visible;
}
body.rubrique-10 {
	background-color: #2a4673;
	overflow-x: hidden;
	overflow-y: visible;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 80px;
	line-height: 80px;
	background-color: #1a3663;
	font-size: 2em;
	font-weight: 200;
	text-transform: lowercase;
	animation: slideInDown;
	animation-duration: .5s;
	transition: .3s ease-in-out;
	z-index: 10;
}
header a {
	color: #fff;
	transition: .3s ease-in-out;
}
header a:hover {
	color: #d3d3d3;
}
header em.semi {
	font-weight: 400;
}

section.theme {
	display: inline-block;
	width: 100%;
	margin: 80px 0 0;
	overflow-x: hidden;
}
section.content {
	display: inline-block;
	width: 88%;
	margin: 100px 6% 0;
	overflow-x: hidden;
	animation: fadeIn;
	animation-duration: 2.5s;
}
.logo-rub {
	animation: slideInLeft;
	animation-duration: 1s;
	transition: .3s ease-in-out;
}
.logo-rub-right {
	animation: slideInRight;
	animation-duration: 1s;
	transition: .3s ease-in-out;
}
.logo-rub:hover, .logo-rub-right:hover {
	opacity: .8;
}
.intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
	animation: slideInRight;
	animation-duration: 1s;
}
.intro-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 40px;
	animation: slideInLeft;
	animation-duration: 1s;
	text-align: right;
}
.intro h2, .intro-left h2 {
	margin: 0 0 .5em;
	font-size: 4vw;
	font-weight: 400;
	color: #d3d3d3;
}
h2 a {
	color: #d3d3d3;
	transition: .3s ease-in-out;
}
h2 a:hover {
	color: #fff;
}
.txt-theme {
	font-size: 1.5vw;
}
h3 {
	margin: 0 !important;
	font-size: 3vw;
	font-weight: 300;
	color: #d3d3d3;
}
h3 a {
	font-size: .8em;
	color: #fff;
	transition: .3s ease-in-out;
}
h3 a:hover {
	color: #d3d3d3;
}
h3 small .on {
	font-weight: 400;
	font-size: 2.5vw;
}
h3 small span a {
	font-weight: 300;
	font-size: 2vw;
	background-color: #1a3663 !important;
	color: #fff;
	padding: 4px 8px;
	transition: .3s ease-in-out;
}
h3 small span a {
	background-color: #1b2d49;
}

.intro-rub {
	display: inline-block;
	width: 100%;
	margin: 5px 0 1.25em;
}

.contenu {
	display: inline-block;
	width: 100%;
	text-align: justify;
	font-size: .85em;
	font-weight: 300;
	margin: 1.5em 0;
}
.contenu strong, .sommaire strong {
	font-weight: 500;
}
.contenu a {
	color: #d3d3d3;
	transition: .25s ease-in-out;
}
.contenu a:hover {
	color: #fff;
}
.contenu img.spip_logo {
	float: right;
	width: 30%;
	margin: 0 0 1em 20px;
}
.contenu p {
	margin: 1em 0 0;
}
.contenu p:first-of-type {
	margin: 0 !important
}

.contenu.video strong {
	display: inline-block;
	width: 100%;
	margin-bottom: .5em;
	font-size: 22px;
	font-weight: 500;
	color: #d3d3d3;
}
.contenu.video p.ref-basse {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	margin: .5em 0 0;
}
.contenu.video p.ref-basse .titi {
	font-weight: 300;
}
.sommaire {
	display: inline-block;
	width: 100%;
	text-align: justify;
	font-size: .85em;
	font-weight: 300;
	margin: 1.5em 0 2em;
}

a .videos {
	font-size: .85em;
	color: #d3d3d3;
	padding-bottom: 6px;
	border-bottom: 1px solid #d3d3d3;
	transition: .25s ease-in-out;
}
a .galeries {
	color: #d3d3d3;
	padding-bottom: 6px;
	border-bottom: 1px solid #d3d3d3;
	transition: .25s ease-in-out;
}
a:hover .videos, a:hover .galeries {
	color: #fff;
	border-bottom: 1px solid #fff;
}
a .videos img {
	opacity: .8;
	margin-bottom: 6px;
	transition: .25s ease-in-out;
}
a:hover .videos img {
	opacity: 1;
}
a .videos p.back {
	text-align: right;
}
a .galeries h4 {
	font-size: 2vw;
	font-weight: 400;
	margin: .25em 0 0;
}
a .galeries h4 small {
	font-size: 1.4vw;
	font-weight: 300;
}
a .galeries h4 small strong {
	font-weight: 500;
}
a .galeries img {
	margin-bottom: 6px;
	transition: .25s ease-in-out;
}
a:hover .galeries img {
	opacity: .8;
}
a .pix {
	position: relative;
}
a .pix img {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #1b2d49;
	transition: .3s ease-in-out;
}
a:hover .pix img {
	background-color: #fff;
}
a .pix .legende {
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 2;
	background-color: #1b2d49;
	padding: 5px 10px;
	color: #d3d3d3;
	font-weight: 400;
	font-size: 14px;
	transition: .25s ease-in-out;
}
a:hover .pix .legende {
	background-color: #000;
	color: #fff;
	padding: 5px 14px 5px 10px;
}

video,
video source {
 max-width: 100%;
 height: auto;
}

.video-wrapper {
 width: 100%;
 max-width: 100%;
 overflow: hidden;
}

.video-wrapper video {
 display: block;
 width: 100%;
 height: auto;
}
.spip_document_video,
.spip_document_video .spip_doc_inner,
.spip_document_video .video-intrinsic-wrapper,
.spip_document_video .video-wrapper,
.spip_document_video .mejs-container,
.spip_document_video video {
 width: 100% !important;
 max-width: 100% !important;
 min-width: 0 !important;
 box-sizing: border-box;
}

.spip_document_video .video-intrinsic-wrapper {
 height: 0 !important;
 padding-bottom: 56.25% !important;
 position: relative !important;
}

.spip_document_video .video-wrapper {
 position: absolute !important;
 inset: 0 !important;
}

.spip_document_video video {
 height: 100% !important;
 object-fit: contain;
 display: block;
}

.desc-video {
	text-align: left !important
}
.desc-video strong {
	font-size: 1.2em;
	font-weight: 500;
}

/* pagination *-***************************************************************/
.pagination {
	margin: 2em 0 1em;
}
.pagination .pagination-items {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-weight: 600;
}
.pagination .pagination-item {
	margin: 0em;
	flex-basis: 7.5%;
	display: flex;
	align-items: center;
}
.pagination .pagination_precedent_suivant .pagination-item {
	flex-basis: auto;
}
.pagination .pagination-item + .pagination-item {
	margin-left: 0.5em;
}
.pagination .pagination-item-label {
	display: block;
	flex-basis: 100%;
	background-color: #d3d3d3;
	color: #000;
	padding: .5em 5px;
	text-align: center;
	transition: .25s ease;
}
.pagination .on .pagination-item-label,
.pagination a.pagination-item-label:hover,
.pagination a.pagination-item-label:focus,
.pagination a.pagination-item-label:active {
	background-color: #fff;
	color: #000;
}
.pagination .pagination_precedent_suivant .disabled {
	visibility: hidden
}
.pagination .pagination-item.disabled {}
.pagination .pagination-item.disabled .pagination-item-label {
	color: #666;
	background-color: transparent;
	font-family: Arial, Helvetica;
	font-weight: bold;
	letter-spacing: 2px;
}

footer {
	display: table-row;
	width: 100%;
	height: 60px;
	text-align: center;
	font-size: .8em;
	font-weight: 300;
	line-height: 1.3;
	margin: 1.5em auto auto;
	background-color: #1a3663;
}
footer p {
	margin: 20px 0 0;
}
footer p:last-of-type {
	margin: 0 0 20px;
}
footer a {
	color: #d3d3d3;
	margin: 0 2px;
	transition: .25s ease-in-out;
}
footer a:hover {
	color: #fff;
}
footer small {
	font-size: 12px;
}

h5 {
	font-size: 2vw;
	font-weight: 400;
	color: #d3d3d3;
	margin: .25em 0;
	border-top: 1px solid #d3d3d3;
	padding-top: .8em;
}

.pswp__caption__center {
	width: 100%!important;
	text-align: center;
}
.pswp__caption__center strong {
	color: #d3d3d3;
}

/* du responsive sinon rien *******************************/

@media screen and (max-width: 1051px){
	
	header, h3 {
		font-size: 5vw;
	}
	
}

@media screen and (max-width: 900px){
	
	.haut-100 {
		font-size: 8vw;
	}
	a .left-50, a .right-50 {
		font-size: 5vw;
	}
	a .galeries h4 {
		font-size: 3vw;
		text-align: left;
	}
	a .galeries h4 small {
		font-size: 2vw;
		text-align: left;
	}
	.txt-theme {
		font-size: 1.8vw;
		line-height: 1.25;
	}
	h5 {
		font-size: 4vw;
	}
	
}

@media screen and (max-width: 681px){
	
	a .videos, a .galeries, a .pix {
		margin-bottom: 20px;
	}
	header {
		font-size: 6.5vw;
	}
	h3 {
		font-size: 7vw;
	}
	.intro, .intro-left {
		padding: 0 8%;
		margin-bottom: 1.5em;
	}
	.intro h2, .intro-left h2 {
		margin: 0 0 .15em;
		font-size: 6vw;
	}
	.txt-theme {
		font-size: 3.5vw;
	}
	.logo-rub, .logo-rub-right {
		width: 84%;
		margin: 0 8% 1em;
	}
	a .galeries h4 {
		font-size: 6vw;
	}
	a .galeries h4 small {
		font-size: 4vw;
	}
	.contenu img.spip_logo {
		float: none;
		width: 100%;
		margin: 0 0 1em;
	}
	h5 {
		font-size: 5vw;
	}
	
}

@media screen and (max-width: 520px){
	
	.haut-100 {
		font-size: 11vw;
	}
	
}
