/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500&family=Poppins:wght@300;400;500;600&family=Cinzel:wght@400&display=swap');

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


*:focus {
	outline: none !important
}
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	width: 100%;
	background: #444 url("images/bg-body.png") top left repeat-y;
	display: flex;
	flex-direction: column;
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
    color: #ddd;
	text-align: center;
	overflow-x: hidden;
	animation-duration: 1s;
}

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;
	text-transform: none !important;
}

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

#top {
	position: fixed;
	bottom: 60px;
	right: 0;
	display: none;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	background-color: #E30613;
	width: 40px;
	height: 40px;
	line-height: 35px;
	transition: .3s ease-in-out;
	z-index: 1000;
}
#top:hover {
	background-color: #222;
}

ul.spip, ol.spip {
	margin: 0 0 .5em 2em;
}
/*ul.spip li, ol.spip li {
	padding: .25em 0;
}*/

.wow {
	animation-delay: .25s;
	animation-duration: 1s;
}

/* cache-cache ***********************************************/

header h1 .resp, #menu-wrapper #hamburger-menu {
	display: none;
	visibility: hidden;
	opacity: 0;
}

/* connexion *************************************************/

.formulaire_login {
	margin: 0 !important;
}
.formulaire_login fieldset {
	background-color: #ddd;
	color: #000;
}

/* fin des généralités générales *****************************/

.logo img {
	position: fixed;
	top: 20px;
	left: 30px;
	width: 110px;
	text-align: center;
	animation-delay: .5s;
	animation-duration: .6s;
	z-index: 1000;
}
.acces {
	position: fixed;
	top: 32px;
	right: 40px;
	display: inline-block;
	animation-delay: .8s;
	animation-duration: .6s;
	z-index: 1000;
}
.acces a {
	background-color: #E30613;
	padding: 8px 16px;
	color: #fff;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 1.5em;
	border: 1px solid #222;
	transition: .3s linear;
}
.acces a:hover {
	background-color: #000;
	border: 1px solid #fff;
	color: #F7A427;
}

header {
	display: block;
	width: 100%;
	height: 60px;
	padding: 10px 0 24px;
	text-align: left;
	background-color: #222;
	position: fixed;
	top: 0;
	left: 0;
	animation-delay: .25s;
	animation-duration: 1s;
	box-shadow: 0 8px 16px #000;
	z-index: 800;
}
header h1 {
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 1.8em;
	margin: 0 0 0 170px;
	color: #F7A427;
}
header h1 small {
	font-weight: 400;
	color: #fff;
}

nav.public {
	position: fixed;
	top: 200px;
	left: 0;
	width: 170px;
	font-family: 'Barlow Condensed';
	font-size: 1.25em;
	z-index: 50;
	animation-delay: 1s;
	animation-duration: 1s;
}
nav.public a {
	display: block;
	margin: 0 0 20px;
	background-color: #222;
	color: #fff;
	padding: 10px 0;
	transition: .25s linear;
}
nav.public a:hover, nav.public a.on {
	background-color: #344597;
}
nav.public.interieur a {
	margin: 0 0 12px !important;
}

.ancre {
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}

.accueil {
	display: inline-block;
	width: auto;
	margin: 80px 40px 20px 170px;
}
.cycle-slideshow {
	animation-delay: 2s;
}
.cycle-slideshow, .cycle-slideshow img {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.motdupresident.wow {
	animation-delay: 2s;
	animation-duration: 2s;
}

.motdupresident {
	display: inline-block;
	margin: 40px 0;
	background-color: #ddd;
	color: #000;
	text-align: justify;
	padding: 30px;
	border-radius: 20px;
	font-size: .9em;
	line-height: 1.3;
	transition: .3s ease-in-out;
}
.motdupresident:hover, .contacts:hover, .valeurs:hover {
	background-color: #fff;
}
.motdupresident img.spip_logo, .valeurs img.spip_logo {
	float: right;
	width: 22%;
	margin: 0 0 0 30px;
}
.motdupresident h1, .valeurs h1, .contacts h1 {
	margin: 0 0 .5em;
	color: #344597;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 1.8em;
	text-align: left;
}
.motdupresident h2, .valeurs h2, .contacts h2 {
	margin: 1em 0 .5em;
	color: #344597;
	font-weight: 600;
	font-size: 1.15em;
	text-align: left;
}
.motdupresident p, .historique p, .valeurs p, .contacts p {
	margin: .5em 0 0;
}

.historique.wow, .valeurs.wow, .contacts.wow {
	animation-delay: .5s;
	animation-duration: 1.5s;
}
.historique {
	display: inline-block;
	margin: 40px 0;
	background-color: #222;
	color: #fff;
	text-align: justify;
	padding: 30px;
	border-radius: 20px;
	font-size: .85em;
	line-height: 1.3;
	transition: .3s ease-in-out;
}
.historique:hover {
	background-color: #000;
}
.historique img.spip_logo {
	float: left;
	width: 30%;
	margin: 0 30px 1em 0;
}
.historique h1, .pave-menu h1 {
	margin: 0 0 .5em;
	color: #F7A427;
	font-family: 'Barlow Condensed';
	font-weight: 500;
	font-size: 1.8em;
	text-align: left;
}
.historique h2 {
	margin: 1em 0 .5em;
	color: #ddd;
	font-weight: 600;
	font-size: 1.15em;
	text-align: left;
}

.valeurs {
	display: inline-block;
	margin: 40px 0;
	background-color: #ccc;
	color: #000;
	text-align: justify;
	padding: 30px;
	border-radius: 20px;
	font-size: .9em;
	line-height: 1.3;
	transition: .3s ease-in-out;
}

.contacts {
	display: inline-block;
	margin: 10px 0 40px;
	max-width: 100%;
	background-color: #eee;
	color: #000;
	text-align: justify;
	padding: 30px;
	border-radius: 20px;
	font-size: .9em;
	line-height: 1.3;
	transition: .3s ease-in-out;
}
.contacts a {
	color: #344597;
	font-weight: 500;
	font-size: 1.15em;
	transition: .25s linear;
}
.contacts a:hover {
	color: #000;
}

.connexion {
	display: inline-block;
	margin: 10px 0 40px;
	max-width: 100%;
	background-color: #222;
	color: #fff;
	text-align: justify;
	padding: 0 30px;
	border-radius: 20px;
	font-size: .9em;
	line-height: 1.3;
	transition: .3s ease-in-out;
}
.connexion a {
	color: #F7A427;
	font-weight: 500;
	font-size: 1.15em;
	transition: .25s linear;
}
.connexion a:hover {
	color: #fff;
}

/* intérieur *****************************/

.accueil-int {
	display: inline-block;
	width: auto;
	margin: 150px 40px 20px 200px;
	padding-bottom: 40px;
}
a .nav-pave {
	background-color: #ccc;
	color: #000;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: .3s linear;
}
a:hover .nav-pave, a.on .nav-pave {
	background-color: #fff;
}

.acces-ok {
	position: fixed;
	top: 32px;
	right: 40px;
	text-align: right;
	font-size: .9em;
	font-weight: 500;
	color: #fff;
	line-height: 1.25;
	display: inline-block;
	animation-delay: .8s;
	animation-duration: .6s;
	z-index: 1000;
}
.acces-ok span {
	font-weight: 300;
	color: #ddd;
}

h2.titre-rub {
	margin: 0 0 1em;
	text-align: left;
	font: 500 2em 'Barlow Condensed';
	color: #F7A427;
}
h2.titre-rub strong {
	font-weight: 500;
	color: #fff;
}
a .plus {
	float: right;
	margin: 0 !important;
	font-size: 1em;
	color: #fff;
	transition: .25s linear;
}
a:hover .plus {
	color: #F7A427;
}
a .auteur {
	/*background-color: #ccc;*/
	color: #000;
	/*padding: 20px;
	border-radius: 4px;*/
	text-align: center;
	transition: .3s ease-in-out;
}
a .auteur img {
	width: 70%;
	margin: 10px 15% 0;
	border-radius: 50%;
}
a .auteur p {
	margin: 0;
	font-weight: 400;
	font-size: 1.1em;
	font-family: 'Barlow Condensed';
	background-color: #fff;
	padding: 8px;
	border-radius: 4px;
}
a .auteur p strong {
	font-weight: 500;
}
a:hover .auteur {
	background-color: #fff;
}
a .auteur .type {
	display: inline-block;
	margin: 5px 0 0;
	font-family: 'Poppins';
	color: #000;
	background-color: #F7A427;
	padding: 5px 10px;
	font-size: .85em;
}

.fiche {
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
	font-weight: 300;
	text-align: left;
	color: #fff;
}
.fiche .logo_fiche-auteur {
	float: right;
	width: 25%;
	margin: 0 0 20px 30px;
}
.fiche .logo_fiche-auteur img {
	width: 100%;
}
.fiche strong {
	font-weight: 500;
}
.fiche a {
	color: #F7A427;
	transtion: .25s linear;
}
.fiche a:hover {
	color: #fff;
}

h3.titre-rub {
	margin: 0 !important;
	text-align: left;
	font: 400 2em 'Barlow Condensed';
	color: #fff;
}
h3.titre-rub span {
	color: #F7A427;
}
h3.titre-rub strong {
	font-weight: 500;
}
h3.titre-rub a {
	color: #ccc;
	transition: .25s linear;
}
h3.titre-rub a:hover {
	color: #fff;
}
h3.titre-rub small {
	font-size: .8em;
}

a .pdfs {
	background-color: #fff;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	color: #000;
	font-size: .9em;
	transition: .25s ease-in-out;
}
a .pdfs img {
	float: none !important;
	display: inline-block;
	width: 30%;
	margin: 0 auto 8px !important;
}
a:hover .pdfs {
	background-color: #ddd;
}

.pave-menu {
	display: inline-block;
	margin: 10px 0 40px;
	background-color: #222;
	color: #fff;
	text-align: justify;
	padding: 30px;
	border-radius: 20px;
	font-size: .85em;
	line-height: 1.3;
	transition: .3s ease-in-out;
}
.pave-menu:hover {
	background-color: #000;
}

/* pagination *-***************************************************************/
.pagination {
	margin-top: 2em;
}
.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: #ccc;
	color: #000;
	padding: .5em 5px;
	text-align: center;
	transition: .3s 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: #F7A427;
	color: #000;
}
.pagination .pagination_precedent_suivant .disabled {
	visibility: hidden
}
.pagination .pagination-item.disabled {}
.pagination .pagination-item.disabled .pagination-item-label {
	color: #ccc;
	background-color: transparent;
	font-family: Arial, Helvetica;
	font-weight: bold;
	letter-spacing: 2px;
}

/* formulaire ****************************/
.formulaire_spip {
	display: block;
	width: 100%;
	margin-top: 1em;
	font-size: 1.2em;
}
.formulaire_spip.formulaire_login {
	margin-top: 0;
	font-size: 1em;
}
.formulaire_spip label {
	display: block;
	width: 100%;
	margin: .8em 0 5px;
	font-weight: 400;
	color: #fff;
}
.formulaire_spip .obligatoire label {
	font-weight: 600;
}
.formulaire_spip.formulaire_login label {
	font-weight: 400;
	font-family: 'Poppins';
}
.formulaire_spip input, .formulaire_spip textarea {
	display: block;
	width: 94%;
	padding: 15px 3%;
	border-radius: 6px;
	border: 0;
	font: 400 1em Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ccc;
	transition: .3s linear;
}
.formulaire_spip .obligatoire input {
	background-color: #CDA938;
}
.formulaire_spip.formulaire_login input {
	background-color: #bbb;
}
.formulaire_spip input:focus, .formulaire_spip fieldset input.field:focus, .formulaire_spip textarea:focus {
	background-color: #fff;
}
.formulaire_spip fieldset {
	display: inline-block;
	margin-top: 1em;
	background-color: #222;
	padding: 5%;
	width: 90%;
	border: 0;
}
.formulaire_spip.formulaire_login fieldset {
	display: inline-block;
	/*margin-top: 1em;*/
	background-color: #222;
	padding: 5%;
	width: 90%;
	border-radius: 6px;
	border: 0;
}
.formulaire_spip.formulaire_login fieldset legend {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.formulaire_spip fieldset legend, .formulaire_spip fieldset.editer legend {
	font-weight: 400;
	color: #fff;
	background-color: #70570E;
	padding: 10px 20px 0;
	border-radius: 6px 6px 0 0;
}
.formulaire_spip fieldset.editer {
	padding: 0 0 15px 20px;
	margin: 0 !important;
}
.formulaire_spip fieldset .choix {
	display: inline-block;
	width: 24%;
	margin: 0 !important;
	padding: 0;
	text-align: left;
	transition: .25s linear;
}
.formulaire_spip.formulaire_login fieldset .choix {
	display: inline-block;
	width: 100%;
	margin: 0 !important;
	padding: 0;
	text-align: left;
	transition: .25s linear;
}
.formulaire_spip fieldset .choix input.checkbox {
	float: left;
	width: 50px;
	margin: .9em 5px 0 0;
}
.formulaire_spip fieldset .choix label {
	font-weight: 400;
	font-size: .85em;
	color: #fff;
	transition: .25s linear;
}
.formulaire_spip fieldset .choix:hover label {
	color: #F7A427;
}
.formulaire_spip.formulaire_login p.details {
	margin-top: .8em;
	text-align: right;
	font-weight: 400;
	font-family: 'Poppins';
	font-size: .9em;
}
p.explication {
	margin: .25em 0 0;
	font-size: .8em;
}
p.boutons {
	margin: 1em 0 2em;
}
button {
	cursor: pointer;
	background-color: #70570E;
	padding: 10px 20px;
	border-radius: 6px;
	border: 0;
	color: #fff;
	font: 600 1.2em 'Poppins';
	text-transform: uppercase;
	transition: .3s linear;
}
button:hover {
	background-color: #000;
}
.formulaire_spip.formulaire_login p.boutons {
	margin: 0 !important;
}
.formulaire_spip.formulaire_login p.boutons input.submit {
	float: right;
	width: auto;
	background-color: #e30613;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 16px;
	margin: 0 20px 30px 0;
	border-radius: 6px;
	transition: .3s linear;
	cursor: pointer;
}
.formulaire_spip.formulaire_login p.boutons input.submit:hover {
	background-color: #000;
}
.formulaire_spip.formulaire_login .erreur_message {
	display: inline-block;
	width: 100%;
	margin: .8em 0;
	font-size: 1.1em;
	color: #F7A427;
}
.reponse_formulaire_erreur {
	margin: 1em 20px 0 30px;
	font-size: 1.1em;
	font-weight: 600;
	color: #F7A427;
}

.message_retour_defaut {
	font-weight: 600;
	color: #E20613;
}
.spip-admin-float {
	z-index: 10000;
}


@media (max-width: 950px){
	
	header {
		height: 80px;
	}
	header h1 {
		margin-top: 20px;
		font-size: 1.6em;
	}
	.acces {
		top: 20px;
	}
	.acces a {
		padding: 5px 12px;
	}
	.acces-ok {
		top: 10px;
	}
	.accueil {
		margin: 100px 40px 20px 170px;
	}
	
}

@media (max-width: 650px){
	
	body {
		background-color: #444;
		background-image: none;
	}
	
	.logo img {
		top: 20px;
		left: 20px;
		width: 90px;
	}
	.acces {
		right: 20px;
	}
	header h1 {
		margin: 0 0 0 130px;
	}
	header h1 .normal, nav.public, .acces, .acces-ok {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	header h1 .resp {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	#menu-wrapper #hamburger-menu {
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.accueil {
		margin: 100px 30px 20px 30px;
	}
	.accueil-int {
		margin: 160px 30px 20px 30px;
	}
	
}

@media (max-width: 580px){
	
	header h1 {
		font-size: 1.4em;
	}
	.motdupresident img.spip_logo, .valeurs img.spip_logo, .historique img.spip_logo {
		float: none!important;
		width: 60%;
		margin: 0 20% .5em;
	}
	
}
