:root {
	--jolivert: #31aaae;	
	--jolijaune: #f9b233;
  --jolirose: #ba72ad;
  
	--flics: #181818ee;
	
	--lien: #0C2DD5;
	--bouton: #218b4f;
}

body, html {
	height: 100%;
	margin: 0;
	font-size: 100%;
}

img
{
	max-width: 100%;
	border: 0px;
}

a
{
	color: var(--jolivert);
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.bouton_valider
{
  margin: 4px 2px;
  border: none;
  padding: 0.25rem 1.3rem;
	border-radius: 6px;
	cursor: pointer;
/* #2BB04A */
  background-color: #218b4f;
  color: #FFFFFF;
  transition: 0.3s;

  text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
/*	font-weight: bold; */
	font-size: 1rem;
}

.bouton_valider:hover
{
  background-color: #830003	;
}

fieldset
{
	border: 1px solid rgba(0,102,99,0.87);
}

legend
{
	background-color: rgba(0,102,99,0.87);
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 2px 5px;
}

#popup
{
  position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	
	display: none;
	
	background: #FFFFFF;
	color: #333333;
	border: 1px solid #333333;
	padding: 10px;
}

div#popup_fermer
{
  position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	
	padding: 5px;
	background: #333333;
	color: #FFFFFF;
	font: bold 14px verdana, sans-serif;
}

div#popup_fermer:hover
{
  background: #AAAAAA;
}

#popup p
{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

#popup input[type=text]
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	padding: 2px 5px;
	border: 2px solid rgba(249,178,51,1);
}

div#masque_sombre
{
  position: absolute;
	top: 0px;
	left: 0px;
	z-index: 80;
	
	display: none;
	transition: 0.5s;

	opacity: 0.7;
	filter: alpha(opacity=70);
	
	
	background: #FFFFFF;
}

/*** POPUP COOKIES ***/
#popup_cookies
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	border-top: solid 1px #666666;
	z-index: 20;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	background-color: #F0F0F0;
}

#popup_fermer
{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	padding: 5px;
	font-size: 16px;
	color: rgba(255,255,255,1);
}

#popup_cookies span
{
	cursor: pointer;
	font-weight: bold;
	color: #1D70B7;
}

#popup_cookies span:hover
{
	text-decoration: underline;
}

.popup_cookie_contenu
{
	margin: 0px auto;
	padding: 20px;
	position: relative;
	max-width: 1040px;
}
/*** FIN popup cookies ***/


/*** Styles du texte ***/
.contenu_texte
{
	position: relative;
	margin: 0px auto;
	padding: 0px 5px;
	max-width: 610px;
	font-family: 'Libre Baskerville', sans-serif;
}

.contenu_texte h1
{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: var(--flics);
	
	line-height: 1.2 !important;
	font-size: 1.8em !important;
}

.contenu_texte h2
{
	color: var(--flics);
	
	line-height: 1.2 !important;
	font-size: 1.6em !important;
}

.contenu_texte p, li
{
	color: var(--flics);
	
	line-height: 1.6 !important;
	letter-spacing: 0.5px !important;
	font-size: 1.05em !important;
}

input[type=text], input[type=search]
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	padding: 4px 8px;
	border: 2px solid rgba(249,178,51,1);
}

p._chapeau
{
	font-family: 'Libre Baskerville', sans-serif;
	color: var(--flics);
	line-height: 1.4 !important;
	font-size: 1em !important;
	font-weight: bold;
}

.p_moi
{
}

.pp
{
	margin: 40px 0px 0px 0px;
	height: 50px;
}


.ppimg
{
}

.ppimg img
{
	width: 50px;
	border-radius: 50%;
}

.pptexte
{
	padding: 15px 0px 5px 0px;
	border-bottom: 1px solid var(--jolijaune);
	font-family: 'Montserrat', sans-serif;
	color: var(--jolirose);
}

._gens
{
	float: left;
	margin-right: 10px;
}

._moi
{
	float: right;
	margin-left: 10px;
	text-align: right;
}


.image_texte
{
	padding: 0px 20px;
	color: var(--rust);
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}

.lien_bloc
{
	clear: both;
	position: relative;
	margin: 40px 0px 70px 0px;
	height: 70px;
	/* border-top: 1px solid var(--burntsienna); */
	/* border-bottom: 1px solid var(--jolijaune); */
	font-family: 'Roboto Condensed', sans-serif;
}

.lien_bloc::after
{
	content: "";
	clear: both;
	display: table;
}

.lien_image
{
	float: left;
	width: 70px;
	margin: 0px;
	text-align:center;
}

.lien_droite
{
	margin-left: 80px;
}

.ligne_titre
{
	margin: 5px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
}

.ligne_texte
{
	display: none;
}

.ligne_host
{
	position: absolute;
	bottom: 2px;
	margin: 5px 0px 0px 0px;
	font-size: 1em;
	color: rgb(18,146,18,0.94);
}

.ligne_host a
{
	color: rgb(18,146,18,0.94);
}

._aws
{
	bottom: -35px;
}

._aws_titre
{
	padding-top: 15px;
}

._aws_auteur
{
	display: inline;
}

/*** FIN du texte ***/


.menu_site
{
	font-family: 'Roboto Condensed', sans-serif;
}
	
ul.ariane
{
  padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
  list-style: none;
	line-height: 1.9em;
}

ul.ariane li
{
  display: inline;
}

ul.ariane li a
{
	font-weight: normal;
}

ul.ariane li+li:before
{
  padding: 8px 2px;
  content: "\003E";
	font-weight: bold;
	color: #0C2DD5;
}

.contenu980
{
	position: relative;
	margin: 0px auto;
	max-width: 610px;
	padding: 0px 10px;
}

.contenu980::after
{
	content: "";
	clear: both;
	display: table;
}

._top
{
  max-width: 980px;
}
.ligne_propriete_titre, .ligne_propriete_libelle, .ligne_propriete_valeur
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
}

.ligne_propriete_titre
{
	padding: 10px 0px 5px 0px;
	font-weight: bold;
}

.ligne_propriete_libelle
{
	float: left;
	padding: 2px;
}

.ligne_propriete_valeur
{
	max-width: 300px;
	padding: 2px;
	text-align: right;
	border-bottom: 1px solid #CECEFE;
}

.ligne_propriete_valeur::after
{
	content: "";
	clear: both;
	display: table;
}

.comm_titre
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	color: #666666;
	line-height: 1.8;
}

.comm_texte
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(33,58,79,0.34);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
}

.sous_titre
{
	margin-top: 30px;
	color: #213A4F;
	font-family: 'Signika', sans-serif;
	font-size: 1rem;
	line-height: 1.8em;
	font-weight: bold;
}

.zone_offset
{
  margin: 40px 0px 20px 0px;
	text-align: center;
}

.zone_offset a
{
	padding: 0.2rem 0.4rem;
	margin: 0px 0.2rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	font-weight: bold;
	transition: 0.3s;
}

.zone_offset a:hover
{
	background-color: #006864;
	color: #FFFFFF;
}


.bloc_une
{
	margin: 10px -10px;
	font-family: 'Montserrat', sans-serif;
	color: var(--flics);
}

.bloc_une p
{
	margin: 0px 10px 30px 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.bloc_une h2
{
	margin-left: 10px;
	margin-right: 10px;
}

.bloc_une::before
{
	content: "";
	clear: both;
	display: table;
}

.une_element
{
	margin: 0px 0px 40px 0px;
}

.une_element::after
{
	content: "";
	clear: both;
	display: table;
}

.une_image
{
	z-index: 3;
}

.une_titre
{
	margin: -36px 20px 0px 20px;
	padding: 8px;
	position: relative;
	z-index: 5;
	background-color: #FFFFFF;
	color: rgba(66,171,176,1);
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.2em;
}

.une_titre:hover
{
}

.une_texte
{
	margin: 0px 20px 5px 20px;
	padding: 0px 8px 0px 8px;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #FFFFFF;
  font-size: 1.1em;
	font-weight: normal;
	color: rgba(0,0,0,0.87);
}

.une_date
{
	margin: 0px 20px 0px 20px;
	padding: 5px 8px 3px 8px;
	background-color: #FFFFFF;
	color: rgba(186,115,173,1);
	border-top: 1px solid rgba(249,178,51,1);
	position: relative;
	z-index: 5;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
  font-size: 0.9em;
}

._item_element
{
	margin: 0px 0px 30px 0px;
}

._item_image
{
	width: 128px;
	float: left;
}

._image_ronde img
{
	border-radius: 50%;
}

._item_description
{
	float: left;
	margin-left: 138px;
}

._item_titre
{
	text-align: left;
	margin: 0px 0px 0px 138px;
	padding: 0px 10px 0px 0px;
  font-size: 1.2em;
}

._item_texte
{
	margin: 0px 0px 0px 138px;
	padding: 5px 10px 5px 0px;
  font-size: 1em;
}

._item_date
{
	margin: 6px 0px 0px 138px;
	padding-left: 0px;
  font-size: 0.8em;
	font-weight: bold;
}

.image
{
	margin: 10px -15px;
	background-color: rgba(249,178,51,0.3);
}

.image::before
{
	content: "";
	clear: both;
	display: table;
}

.image_texte
{
	padding: 5px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}


.item_lien
{
	clear: both;
	margin: 20px 0px 30px 0px;
	padding: 5px 2px 2px 5px;
	border-top: 1px solid rgba(33,58,79,0.34);
	border-bottom: 1px solid rgba(33,58,79,0.34);
	/* background-color: rgba(33,58,79,0.10); */
	font-family: 'Roboto Condensed', sans-serif;
}

.item_lien::after
{
	content: "";
	clear: both;
	display: table;
}

a.item_lien
{
	text-decoration: none;
}

.item_lien_img
{
	float: left;
	width: 70px;
	margin: 0px;
}

.item_lien_texte
{
	margin-left: 80px;
}

.item_host
{
	margin: 5px 0px 0px 0px;
	color: rgb(18,146,18,0.94);
}

.lire_aussi
{
	color: rgba(0,0,0,0.78);
}

.lire_titre
{
}

.lire_texte
{
	display: none;
	color: rgba(0,0,0,0.88);
}

.lire_signature
{
	padding: 5px 0px 0px 0px;
	font-size: 1.1em;
}

.lire_description
{
	padding: 5px 0px;
	color: rgba(0,0,0,0.68);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}

.mots_clefs
{
	margin: 20px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 2em;
}

._colonnes
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}	

@media screen and (min-width: 1000px)
{
	.image
  {
  	margin:  20px -170px;
  }
	
	.image_titre
	{
  	text-align: left;
  	margin-left: 20px;
	}
	
	.lire_texte
	{
		display: inline;
	}

	.renvoi
	{
  	margin: 0.8rem -4rem 0.8rem 16rem;
	}
	
  .contenu980 h1, ul
  {
  }
	
  .contenu980 h2
  {
		margin-top: 3em;
		margin-left: -100px;
  }

  .contenu980 h3
  {
  	margin-left: -45px;
  }

	.mots_clefs
	{
		margin: 30px -115px;
	}
	
  .bloc_une
  {
  	margin:  20px -172px;
  }
	
	.bloc_une h2
	{
		margin: 60px 10px 20px 10px;
	}
	
	.une_colonne
	{
		float: left;
		width: 450px;
	}
	
	.une_inter_colonne
	{
		float: left;
		width: 54px;
	}
	
	.une_element_430
	{
		height: 430px;
	}
	
	.une_element_1
	{
	}
	
	._une_image_1
	{
		float: left;
	}

	._une_description_1
	{
		float: left;
		max-width: 450px;
		margin: 26px 0px 0px -40px;
		position: relative;
		z-index: 2;
	}
	
	._une_titre_1
	{
		margin-top: 0px;
	}
	
	.une_texte
	{
		padding-bottom: 8px;
	}

	.menu_site
	{
		max-width: 980px;
		margin-bottom: 20px;
		padding: 5px 0px;
		color: rgba(60,60,59,1);
	}
  
	.ligne_titre
	{
		font-size: 1.2em;
	}

	.ligne_texte
	{
		display: block;
		font-size: 1.2em;
		color: var(--flics);
	}

	.lien_bloc
	{
		height: 140px;
	}
	
	.lien_image
	{
		width: 140px;
	}

	.lien_droite
	{
		height: 140px;
		margin-left: 150px;
	}

	._item_element
	{
		height: 170px;
	}

	.item_lien_img
	{
		width: 140px;
	}

	.item_lien_texte
	{
		margin-left: 150px;
		font-size: 1.05em;
	}
	
	._large
	{
		max-width: 980px;
		margin: 20px -175px;
		padding: 0px;
	}

	._colonnes
	{
		float: left;
	}	

	._aws
	{
		bottom: -15px;
	}
}