div#mention {
	width:96%;
	margin: 15px auto;
	font-size:0.9em;
}

.font_montserrat {
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

div#mention h1{	
	margin:0 0 40px 0;
	font-size:1.3em;
	color:#272727;
}

div#mention h2{	
	margin: 25px 0 0 0;
	font-size:1.2em;
}

div#mention h4{	
	margin:30px 0 20px 0;
	color:#0079C7;
	border-bottom:1px dotted #453c17;
	width:100%;
	font-size:1.1em;
	font-style:italic;
	padding:0 0 10px 0;
}

.lien-bleu {color:#0079C7;}
.lien-bleu a {color:inherit;}
.color_gris {color:#999999;}

div#mention p.center{
	text-align:center;
}
div#mention p.bold {
	font-weight:bold;
}
div#mention p.italic {
	font-style:italic;
}
div#mention p { padding:0; margin:0 0 10px; text-align:justify;word-wrap: break-word;/* Utilisé pour éviter de dépasser la largeur*/}
div#mention p.noretrait {
	margin-left:0;
}

div#mention p.nomarginbottom {
	margin-bottom:0;
}
div#mention ul { padding:0; margin:10px 0 20px 10%; width:80%;}

div#mention p.retraitplus {
	margin:0 auto 15px auto;
	width:80%;
	text-align:left;
}

.dc_table {border-top:1px solid #666;border-left:1px solid #666;width:90%;margin:25px auto; box-sizing:border-box;}
.dc_ligne {width:100%;margin:0 auto;overflow:hidden;border-bottom:1px solid #666; box-sizing:border-box; display:flex;}
.dc_col { position:relative; float:left; padding:1% 2%; border-right:1px solid #666; box-sizing:border-box;}
.dc_col_1 { width:20%;}
.dc_col_2, .dc_col_4 { width:15%;}
.dc_col_3 { width:20%;}
.dc_col_5 { width:30%;}

.dc_hide {display:none;font-weight:400;margin:10px auto 0 auto;width:90%;}

.mention_sstitre {margin:20px 5% !important;color: #0079C7; font-size:1.1em;}



.mention_table {
    overflow-x: auto;
}
.mention_table table {
	overflow-x: auto;
	font-size:0.9em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin-block-end: 15px;
    padding: 0;
    margin: 20px 0 30px 0;
    text-align: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    table-layout: fixed;	
}
.mention_table table td {
	border: 1px solid #ddd;
	padding:5px;
}

@media screen and (max-width : 700px) {
	
	
	.dc_hide {display:block;}
	
	.dc_table {border-left:0;}
	.dc_ligne {display:table;padding:2% 2%;}
	.dc_col {border-right:0; float:none; margin:0 auto;padding:0; width:90% !important;}
	.dc_entete {display:none;}
	.dc_col_1 {color:#0079C7; font-size:1.1em; font-weight:600; width:100% !important;}
	
	div#mention p.retraitplus {	text-align:center; }
	
}