@charset "utf-8";
/* CSS Document */

html { 
  margin: 5px;
  padding:0;
  background-color: #f4e7db; 
}

body {
 margin: 5px; padding: 0; font-family: Poppins, Arial, Helvetica, sans-serif; font-size: 1em;
 overflow:hidden;
 overflow-x: hidden;
 overflow-y: auto;
 overflow : -moz-scrollbars-vertical;
 }/*

/* Taille normale des titres sur un ordinateur */
p  {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
table {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 0px;
}
table td {
	padding: 5px;
	}
table th {
	padding: 5px;
	font-weight: bold;
	}

h1 {
	font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1,5em;
	font-weight: bold;
	font-variant:small-caps;
	margin: 0 0 5 0;
	color: #E94189;
}
h2 {
	font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1,3em;
	font-weight: bold;
	margin: 0 0 5 0;
	color: #E94189;
}
h3 {
	font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1,2em;
	font-weight: bold;
	margin: 0 0 5 0;
	padding: 3px;
	color: #FFF;
	background-color: #E94189;
}
h4 {
	font-family: Poppins, Arial, Helvetica, sans-serif;
font-size: 1,1em;
	font-weight: bold;
	margin: 0 0 5 0;
	padding: 3px;
	color: #000000;
}
ul  {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
li  {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#partenaires ul {
	font-family: Poppins, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#partenaires li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.right {
	text-align: right;
}
.gris {
	color: #585858;
}
.rose {
	color: #E94189;
}
.blanc {
	color: #FFF;
}

a:link, a:visited {
	color: #E94189;
}
a:active, a:hover {
	color: #585858;
}
img {border: none;
}
form ul {
list-style-type:none
}

.flottantDroite {
	float:right; margin-left:10px;
	}
.flottantGauche {
	float:left; margin-right:10px;
	}
.annuleFloat {	
	clear:both;
	}
	
.hidden {display:none }

.center {
	text-align: center;
}
.detail { margin: 0px;}
.margin {
	margin : 0px;
	margin-top: 12px;
	margin-bottom: 12px;
}
#message {
	margin: 8px;
	color: red;
	text-align: center;
	font-weight: bold;
}

/************************************ DECOUPE  *****************************************/
div#bloc3 {font-family: Poppins, Arial, Helvetica, sans-serif; width: 975px; padding: 5px; margin-left:auto; margin-right:auto; display:block; background-color: #fff; min-height: 500px;}
div#maincontent {width: 960px; margin:0; padding: 3px; display:inline-block; float:left;}
div#menu {width: 960px; margin:0; padding: 0px; display:inline-block!important; float:left;}
div#maincontent2 {width: 99%; margin:0; padding: 8px; display:inline-block; float:center;}
div#colonneright {width: 269px; margin:5px 0 0 0; padding: 0px; display:inline-block; float: right;}

div#bloc3 img {padding-right: 8px;}

/************************************ COLONNE DROITE ************************************/
/****************************************************************************************/

.crose {width:120px; height:50px; font-size: 1em; color: #FFF; text-align: left; float: left; padding: 5px; margin: 2px; background-color: #E94189}

#colonneright a:link, #colonneright a:visited {
	color: #FFF;
}
#colonneright a:active, #colonneright a:hover {
	color: #ccc;
}

.cadre {width: 75%; font-size: 1em; color: #E94189; text-align: left; padding: 5px; vertical-align:top; margin: 5px; border-color: #E94189; border: 1px solid; border-radius: 0 20px;}


@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	
	/* passer body (et tous les éléments de largeur fixe) en largeur automatique */

	body {
		width: auto;
		margin: 0;
		padding: 0;
	}
	
	/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		max-width: 100%;
	}
	
	/* conserver le ratio des images */

	img {
		height: auto;
	}
	
	/* gestion des mots longs */

	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* césure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage à la ligne forcé */
	}
	
	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
	}
	
	/* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

	.div#maincontent,
	.div#colonneright {
		float: none;
		width: auto;
	}
	
	/* masquer/afficher les éléments  */

	.u-mobile {          display: block;          display: revert !important; /* affichage des éléments */        }        .u-no-mobile {          display: none !important; /* masquage des éléments */        }
	
	/* Un message personnalisé */

	body:before {
		content: "Version mobile du site";
		display: block;
		text-align: center;
		font-style: italic;
		color: #777;
	}
}
@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}
