@charset "utf-8";
/*
Tags: flexible-width, valid HTML5, valid XHTML,
*/

body {
	margin: 0px;
	/* pour éviter les marges */
}

a:link {
	color: #000000;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.sheet {
	/*background:none;*/
	background: #ffd8e3;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	/*padding: 0px;
	margin: 0 auto 0;
	position: relative;
	cursor: auto;
	width: 900px;
	min-width: 700px;
	max-width: 1200px;
	width:85%;*/
	min-width: 50%;
	z-index: auto !important;
	/*min-height: 400px;*/
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	/*background:none;*/
	/*background:#42A5BB;*/
	background: #FFFFFF;
	/*position:fixed;*/
	z-index: 100;
	width: 100%;
	/*box-shadow: 8px 8px 12px 0px #656565;
	-moz-box-shadow: 0px 8px 12px 0px #656565;
	-webkit-box-shadow: 0px 8px 12px 0px #656565;
	-o-box-shadow: 0px 8px &épx 0px #656565;
	/*position:relative;
	height:60px;*/
}

.logo {
	background-image: url(images/leprixmarcopolovenise.png);
	background-repeat: no-repeat;
	background-size: 601px 150px;
	width: 601px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.shadow {
	background: url(images/end-shadow.png) no-repeat;
	background-position-y: -3px;
	background-position-x: center;
	background-size: 95% 20px;
	height: 10px;
	border-top: 1px solid rgba(191, 191, 188, 0.08);
	margin-top: 20px;
}

.fb {
	float: right;
	margin-top: -5px;
}


/* Menu */
.nav a {
	display: block;
	padding: .5em;
	color: blue;
	background: white;
	text-decoration: none;
}

.nav a:focus,
.nav a:hover {
	color: black;
	text-decoration: underline;
}

.nav-item {
	position: relative;
	/* Crée un contexte de positionnement pour les sous-listes */
	z-index: 99;
}

.sub-nav {
	display: none;
	/* Masque la sous-liste */
	position: absolute;
	/* Evite que la dimension du conteneur ne change quand la sous-liste est affichée */
	left: 0;
	/* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur */
	top: 2.2em;
	/* FIX IE7 : pour que le sous-menu s’aligne avec son conteneur, on le positionne explicitement en bas du conteneur */
	/*white-space: nowrap; /* Pour que le texte ne revienne pas à la ligne */
	margin-top: -2px;
	/* Pour que le sous-menu recouvre son parent, facilitant le passage de la souris de l’un à l’autre */
	background: #ffd8e3;
	border: solid 5px #FFFFFF;
}

.nav-item:hover .sub-nav {
	display: block;
	/* Affiche cette sous-liste au survol de son conteneur */
}

/**/

#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	height: 45px;
	padding-top: 10px;
	/* background: #000000; */
	clear: both;
	color: #000000;
	/*background: url(images/end-shadow.png) no-repeat;
    background-position-y: 60px;*/
	width: 1000px;
	margin: auto;
	/*background-position-x: center;
    background-size: 900px 20px;*/
}


#navigation li {
	display: inline;
	margin-right: 1px;
	color: #000000;
	/*background: #c00 ;
  color:#BFBFBC;*/
}

#navigation li a {
	padding: 10px 0px;
	margin: 0px 15px;
	/*background: #c00 ;
  color: #fff ;*/
	color: #000000;
	/*border: 1px solid #600 ;*/
	font: 1em "Trebuchet MS", Arial, sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}

#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active {
	/*background: #900 ;*/
	color: #bfbfbc;
	text-decoration: none;
	border-bottom: 3px solid #ffd8e3;
}

/* End Menu */

.page {
	/*background:none;
	background:#D3B30A;
	position:relative;
	height:430px;*/
	min-height: 350px;
	margin: 0px auto;
	width: 85%;
}

.footer {
	background-color: #ffd8e3;
	padding: 5px;
	margin-top: 30px;
}

.slide {
	/*background:none;*/
	background: #A7A7A7;
	position: relative;
	width: 700px;
	height: 355px;
	margin: 0px auto;

}

.text {
	/*background:none;*/
	background: #FFFDBB;
	position: relative;
	width: 820px;
	height: 75px;
	margin: auto;
	text-align: center;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.text p {
	line-height: 5px;
}

.text-page {
	position: relative;
	margin: 15px auto;
	text-align: center;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-size: 14px;
}

.text-footer {
	position: relative;
	margin: 5px auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 5px;
}

.ombre {
	background: url(images/shadow.png) no-repeat;
	height: 30px;
	width: 700px;
}


/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
	/*width: 320px;
	height: 480px;*/
	width: 35px;
	height: 35px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front,
.back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.flip-container:hover .flipper,
.flip-container.hover .flipper,
.flip-container.flip .flipper {
	transform: rotateY(180deg);
}


.H0 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 36px;
	text-align: center;
	padding-bottom: 20px;
}

.citation {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	width: 750px;
	font-weight: bold;
	text-align: center;
	margin: auto;
}

.pageN1 {
	padding: 15px 0px;
	background: #FFD8E3;
}

.pageN2 {
	min-height: 350px;
	margin: 0px auto;
	width: 85%;
	padding: 30px 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
}

.Niveau1 {
	min-width: 930px;
}

.Niveau2 {
	margin: auto;
	min-width: 930px;
	width: 930px;
}

.font1 {
	width: 200px;
	height: 300px;
	margin: 10px auto;
}

.font2 {
	width: 200px;
	height: 260px;
	margin-right: 10px;
	display: inline-block;
	margin: 10px auto;
}

.font3 {
	width: 200px;
	height: 260px;
	display: inline-block;
	margin: 10px auto;
}

.font4 {
	width: 200px;
	display: inline-block;
}

.Titre {
	height: 20px;
	background: #FFD8E3;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px;
	margin: 15px 0px;
	padding-bottom: 10px;
}

.H1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 20px;
	text-align: center;
	margin: 1em;
}

.sheet-RDV {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lignedate {
	font-size: 18px;
	background-image: url(images/circle.png);
	background-position: center;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	padding: 4px 0px;
	width: 450px;
	margin: auto;
	font-weight: bold;
}

.ligne {
	min-width: 10px;
	background-image: url(images/line.png);
	background-size: 5px 5px;
	background-position: center;
	background-repeat: repeat-y;
}

.boxRDV {
	border-radius: 30px;
	border: solid 5px #ffd8e3;
	margin: 0px 15px;
	width: 700px;
	display: flex;
	flex-direction: column;
	padding-bottom: 1em;
	align-items: center;
}

.grid-livre {
	display: grid;
	grid-gap: 10px;
	width: 750px;
}

.flex-livre {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 270px;
	margin: 5px;
	align-items: center;
	margin: auto;
}

.flex-livre img {
	height: 100px;
}

.text-livre {
	margin: auto;
	text-align: center;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}