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

.Textes_entete_BDC {
	margin : 20% auto 0 auto;
	}
	
.Textes_CGV_BDC, .Textes_entete_BDC {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
	
.icone_BDC {
	max-width : 80px;
	margin : 15px 25px 30px 25px;
	padding: 5px; 
	height : auto;
	border-radius: 50%;
	background-color : #36C;
	}
	
.icone_BDC:hover {
	background-color : #69F;
	}
	
.CGV {
	max-width: 800px;
	height: 50%;
	text-align: justify;
	margin: 20px auto 10% auto;
	overflow: auto;
	border: 1px solid #000;
	padding: 2%;
	background-color : #FFF;
	}
	
	.titre_CGV {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
	
	.titrechapitre_CGV {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	}
	
/*Affichage selon device*/
@media screen and (max-width: 580px)
{

.Textes_entete_BDC {
	margin : 25% auto 0 auto;
	}
	
	.Textes_CGV_BDC, .Textes_entete_BDC {
	font-size: 12px;
	}
	
.icone_BDC {
	max-width : 50px;
	margin : 8px 15px 15px 15px;
	padding: 5px; 
	height : auto;
	border-radius: 50%;
	background-color : #36C;
	}

.CGV {
	max-width: 500px;
	height: 40%;
	font-size: 10px;
	margin: 15px 5% 10% 5%;
	}
	
	.titre_CGV {
	font-size: 12px;
	}
	
	.titrechapitre_CGV {
	font-size: 11px;
	}
		
	}
