
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:wght@200;400;600&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Généralités **************************************************/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
    display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	background-color: #efebe5;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
    font-weight: 400;
	color: #000;
	overflow-x: hidden;
}

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

a {
    text-decoration: none;
}

a:focus, [aria-label]:focus, img, section, div {
    outline: none;
}

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

hr {
	display: block;
	clear: both;
	height: 2px;
	width: 50%;
	margin: 3em auto 2em;
	padding: 0;
	color: #00497b;
	background-color: #00497b;
	border: none;
}

ul.spip li {
    list-style: disc;
}

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

.header {
	width: 100%;
	display: block;
	background-color: #fff;
	position: relative;
}
.header h1 {
	position: absolute;
	top: 15px;
	right: 30px;
	font-family: 'Barlow Condensed';
	font-size: 2.5vw;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 !important;
	/*width: 100%;*/
	text-align: right;
	z-index: 12;
	animation: fadeInDown;
	animation-duration: .5s;
}
.header .logo, .header .logo-mot {
	background-color: #fff;
	animation: fadeInLeft;
	animation-duration: .8s;
	display: block;
	width: 100%;
	transition: .3s ease-in-out;
}
.header .logo img {
	width: 40%;
	padding: 0 0 10px 10px;
}
.header .logo-mot img {
	width: 350px;
	margin: 0 0 0 20px;
}
.header .top-right {
	animation: fadeInRight;
	animation-duration: .8s;
	position: absolute;
	top: 80px;
	right: 30px;
	display: block;
	width: auto;
	text-align: right;
	z-index: 12;
	transition: .3s ease-in-out;
}
.header .top-right .social {
	display: inline-block;
	width: 100%;
	font-size: 2em;
	text-align: right;
	margin-bottom: 20px;
}
.header .top-right .social a {
	color: #000;
	margin-left: 5px;
	transition: .25s linear;
}
.header .top-right .social a:hover {
	color: #c89115;
}
.header .top-right .generalites {
	text-transform: uppercase;
	font-family: 'Barlow Condensed';
	font-weight: 400;
	text-align: right;
	display: inline-block;
	width: auto;
}
.header .top-right .generalites span {
	font-size: 1.2em;
}
.header .top-right .generalites strong {
	font-weight: 600;
	color: #c89115;
}
.header .top-right .generalites p {
	margin: 0;
}
.header .top-right .generalites .temp-910 {
	display: block;
	margin-top: 10px;
}
.header .top-right .generalites .temp-910 p:first-of-type {
	border-top: 1px solid #000;
	padding-top: 4px;
	margin-top: 4px;
}
.header .une-img {
	position: relative;
}
/*.header .une-img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}*/
.header .une-img .dossier {
	position: absolute;
	bottom: 30px;
	left: 40px;
	font-size: 1.2em;
	z-index: 10;
}

.header .edito {
	display: block;
	position: relative;
}

/* nouveau sommaire ************************************/
.new-sommaire {
	padding: 20px 30px 30px;
	font-size: 1em;
	text-align: left;
}
.new-sommaire h4 {
	margin: 0 0 1em;
}
.new-sommaire small {
	font-size: 1em;
}
.new-sommaire a.som {
    color: #fff;
	background-color: transparent;
	display: block;
	padding: 10px;
	margin-top: .5em;
	transition: .25s ease-in-out;
}
.new-sommaire a.som:hover, .new-sommaire a.som.on {
	background-color: #333;
}
.new-sommaire h5 {
	margin: 1.5em 0 .5em;
	font-size: .8em;
}

.themes-som {
	text-align: center;
}
.themes-som a {
	margin: 0 4px 8px;
	font-size: .85em;
	padding: 8px;
	display: inline-block;
	color: #fff;
}

/* fin sommaire *******************************************/

main {
	display: inline-block;
	width: 100%;
	animation: fadeIn;
	animation-duration: 3s;
}

h1 {
	text-align: right;
	font-size: 1.4em;
	font-weight: 500;
	margin: 2em 60px .5em 0;
}
h1 span {
	color: #fff;
	padding: 6px 12px;
}

.sommaire {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.edito {
	background-color: #eaf6fe;
	padding: 30px 40px;
}
.edito article {
	font-size: .85em;
	text-align: justify;
}
.edito a {
	color: #054C7D;
	font-weight: 500;
	transition: .25s ease-in-out;
}
.edito a:hover {
	color: #000;
}

.une {
	display: block;
	padding: 30px 40px;
}
.une article {
	text-align: justify;
}
.une p span {
	font-size: 1.4em;
	font-weight: 500;
}

h2 {
	font-size: 1.6em;
	font-weight: 600;
	margin: 0 0 1em;
	text-align: left;
}
h2.mot-h2 span.deco {
	display: inline-block;
	/*width: 20px;
	height: 20px;*/
	padding: 4px 8px;
	margin: 0 10px 0 0;
	color: #fff;
}
h2 span, h2.mot-h2 span.sstitre {
	font-size: .8em;
	font-weight: 400;
	line-height: 1.25;
	text-align: left !important;
}
h2.mot-h2 {
	margin: 0 !important;
	text-align: left;
}

article {
	display: inline-block;
	width: 100%;
	margin-top: 1em;
}
figure.spip_doc_inner {
	padding: 0;
	margin: 0;
}
.spip_document_right, .logo-article-right {
	float: right;
	width: 35%;
	margin: 0 0 0 20px;
}
.spip_document_left, .logo-article {
	float: left;
	width: 35%;
	margin: 0 20px 0 0;
}
.spip_document_center {
	width: 100%;
	margin: 1em 0;
	text-align: center;
}
.spip_document_center img {
	width: 50%;
}

.article h2.spip, .article-mot h2.spip {
	font-size: 1.2em;
	font-weight: 500;
	margin: 0 0 .5em;
}

a.theme {
	display: inline-block;
	margin: 0 10px 10px 0;
	background-color: transparent;
	padding: 2px 6px;
	color: #fff;
	transition: .25s linear;
}
a:hover.theme {
	background-color: #054C7D;
}

.article-mot {
	display: inline-block;
	padding: 30px 60px;
	text-align: justify;
}
.article-mot p {
	margin: 0 0 1em;
}
.article-mot a, .une article a {
	font-weight: 500;
	color: #054C7D;
	transition: .25s linear;
}
.article-mot a:hover, .une article a:hover {
	color: #000;
}
.rappel {
	background-color: #eaf6fe;
	display: inline-block;
	width: 80%;
	padding: 30px 10%;
	text-align: center;
}

.chapeau {
	display: inline-block;
	width: 100%;
	margin: 0 0 1em;
	font-size: 1.2em;
	font-weight: 500;
}
.complement {
	display: block;
	font-size: .85em;
	padding: 20px;
	background-color: #eaf6fe;
	margin: 1em 0 0 !important;
}
.source {
	margin: 1.5em 0 0 !important;
	text-align: right;
	font-style: italic;
	font-size: 14px;
}

footer {
	display: table-row;
	width: 95%;
	font-size: .85em;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 auto auto;
	background-color: #fff;
	padding: 10px 5% 10px 0;
}
footer img {
	padding-left: 20px;
	float: left;
	margin: 0 20px 0 0;
	width: 200px;
}
footer p {
	margin: 20px 0 0;
}
footer p:last-of-type {
	margin: 0 0 20px;
}
footer a {
	color: #054C7D;
	transition: .25s ease-in-out;
}
footer a:hover {
	color: #000;
}
.rezo {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.rezo a {
	font-size: 2em;
	color: #054C7D;
	margin: 0 5px;
	transition: .25s linear;
}
.rezo a:hover {
	color: #000;
}

.journaux {
	text-align: center;
	background-color: #fff;
	padding: 20px;
	transition: .25s ease-in-out;
}
.journaux:hover {
	background-color: transparent;
}
.journaux h5 {
	font-weight: 500;
	margin: 10px 0 0;
}

.formulaire_newsletter_subscribe p.boutons input.submit, .formulaire_newsletter_unsubscribe p.boutons input.submit {
	cursor: pointer;
	background-color: #054C7D;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	padding: 6px 12px;
	border-radius: 3px;
	border: none;
	display: inline-block;
	margin-top: .5em;
}
formulaire_newsletter_subscribe p.boutons input.submit:hover, .formulaire_newsletter_unsubscribe p.boutons input.submit:hover {
	background-color: #000;
}

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

@media screen and (max-width: 1100px){
	
	header .top-right {
		top: 10px;
	}
	
	header .top-right .social {
		margin-bottom: 10px;
	}
	.temp-910 {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	
}

@media screen and (max-width: 930px){
	
	.accordion {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.sommaire {
		display: block;
		visibility: visible;
		opacity: 1;
		background-color: #fff;
		padding: 0 40px 30px;
	}
	.sommaire h2 {
		font-size: 1.2em;
		margin: 0 0 .25em;
		color: #044B7D;
	}
	.sommaire p {
		font-size: 1em;
		padding: 5px 0;
		margin: 0 !important;
		border-bottom: 1px solid #044B7D;
	}
	.sommaire p a span {
		display: inline-block;
		color: #fff;
		transition: .25s linear;
	}
	.sommaire p a:hover span {
		background-color: #044B7D;
		color: #fff;
	}
	.sommaire p a {
		color: #000;
		transition: .25s linear;
	}
	.sommaire p a :hover {
		color: #044B7D;
	}
	
}

@media screen and (max-width: 780px){
	
	header .logo img, header .logo-mot img {
		width: 200px;
		transition: .25s ease-in-out;
	}
	
	header h1 {
		top: 10px;
		right: 30px;
		width: auto;
		font-size: 1.2em;
		text-align: right;
	}
	header .top-right .social {
		margin: 34px 0 5px;
	}
	header .top-right .generalites span {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	
}

@media screen and (max-width: 520px){
	
	.header h1 {
		top: 5px;
		right: 20px;
		font-size: 1.1em;
	}
	.header .top-right {
		top: 25px;
		right: 20px;
	}
	.header .top-right .social {
		margin: 24px 0 5px;
	}
	footer {
		width: 90%;
		font-size: .8em;
		padding: 10px 5%;
	}
	footer img {
		padding-left: 0;
		width: 100px;
	}
	.rezo {
		text-align: center;
		display: block;
	}
	
	article .logo-article, article .logo-article-right, article .logo-article-right, .spip_document_right, .spip_document_left, .spip_document_center {
		float: none;
		width: 100%;
		display: inline-block;
		margin: 0 0 .5em 0;
		padding: 0 !important
	}
	h2 {
		line-height: 1.2 !important
	}
	.article-mot {
		padding: 30px;
	}
	.edito img {
		margin-bottom: 1em;
	}
	.spip_document_center img {
		width: 100%;
	}
	
}

