/************************************************************/
/*DOCTYPE css 2.1 avec recommandation //W3C//DTD XHTML 1.0 */
/*Refonte du 01/10/2020									  */
/*Style des pages CGU et CGV/(cgu.htm & cgv.htm 		 */
/********************************************************/

/***************************************************/
/* Définition des titrailles                      */
/*1***********************************************/
h4 {
	letter-spacing: 3pt;
	font-size: 24pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #d0d4de;
	margin-top: 6px;
	margin-bottom: 4px;
	text-align: center;
}

/*2***********************************************/
h5 {
	letter-spacing: 3pt;
	font-size: 16pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #d0d4de;
	margin-top: 4px;
	margin-bottom: 2px;
}

/*3***********************************************/
h6 {
	letter-spacing: 3pt;
	font-size: 14pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #d0d4de;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*4***********************************************/
h7 {
	letter-spacing: 3pt;
	font-size: 12pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #d0d4de;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 30px;
}


/**************************************************************/
/* Définition du container du corps cguv (cgu.htm & cgv.htm) */
/*1**********************************************************/
#cguv_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: -2px;
	display: grid;
	grid-template-columns: 10% 80% 10%;
	white-space: normal;
}

/******************************************************/
/* Définition du haut de corps - Coordonnées	     */
/*1**************************************************/
#accueil_coordonnees {
	position: relative;
	top: 7px;
	left: 19px;
	width: 678px;
	height: 130px;
	text-align: left;
	text-decoration: none;	
	letter-spacing: 3pt;
	font-size: 12pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal;
	color: #d0d4de;
	z-index: 2;
}
@media screen and (max-width: 480px) {
	#accueil_coordonnees {
		left: 10px;
		height: 110px;
		letter-spacing: 2pt;
		font-size: 10pt;	
	}
}

/*****************************************************/
/* Définition du corps CGU-CGV                 	    */
/*1*************************************************/
#accueil_cguv {
	display: inline-block;
	position: relative;
	top: 0px;
	width: 100%;
	text-align: justify;
	text-decoration: none;
	list-style-type: none;
	letter-spacing: 3pt;
	font-size: 12pt;	
	font-family: "Gill Sans Nova Light", "Gill Sans MT";
	font-style: normal;
	font-weight: normal; 
	color: #d0d4de;
	background: #2f2b21;
	z-index: 2;
}

/*2**************************************************/
.accueil_cguv_contenu {
	display: inline-block;
	width: 100%;
	text-align: justify;
	white-space: normal;
}


/*3**************************************************/
.fleche::before {
	border-style: solid;
	border-width: 0.05em 0.05em 0 0;
	content: '';
	display: inline-block;
	height: 0.25em;
	left: 0em;
	position: relative;
	top: 0em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.25em;
}
.fleche.haute:before {
	left: 0.005em;
	top: 0.15em;
}

/*4**************************************************/
#nav-haut {
	position: absolute;
	top: 98%;
	transform: translateY(0px);
	color: #F7AF00;
	font-size: 3em;
	height: 25px;
	width: 25px;
/*	background-color: rgba(142,132,109,0.3);*/
	background-color: rgba(248,228,188,0.3);
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,0.55) inset;
}

#nav_to_top {
	position: fixed;
	width: 25px;
	height: 25px;
	bottom: 50px;
	right: 35px;
}