h1 {margin:0 0 25px 0;}
/*Tableau honoraires*/
.ligne{
	position:relative;
	clear:left;
	width:100%;
	max-width:800px;
	margin:0 auto;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	overflow:hidden;
	text-align:center;
	vertical-align: middle;
	font-family:'Arial', sans-serif;
}
.ligne.titre{
	border-top:1px solid #999;
	background:#CDCDCD;
}
.col1, .col2{
	position:relative;
	float:left;
	width:50%;
	padding:5px 0;
}
.col1{
	border-right:1px solid #999;
}

.mentions li{
	margin:3px 0 3px 30px;
	font-family:'Arial', sans-serif;
	color:rgb(0, 123, 165);
}
div#middle_content{
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
}

.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: 0;
    /* width: 98%; */
    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 #ebebeb;
    padding: 3px;
    margin: 0;
}

h2{
	margin:20px 0 10px 0;
}
.mentions p{
	line-height:30px;
	text-align:justify;
}
.mentions p a{
	color:#007ba5;
	text-decoration:none;
	font-weight:bold;
}



.texte_presentation {margin:25px auto;}



.coord_cadre{
	position:relative;
	width:100%;
}
.coord_sstitre{
	padding-bottom:10px;
}
.coord_info{
	min-height:60px;
	clear:left;
	padding-bottom:10px;
}
.coord_picto{
	position:relative;
	height:30px;
	float:left;
	display:table;
	width:30px;
}
.coord_picto img{
	max-width:100%;
}
.coord_texte{
	float:left;
	font-size:20px;
	width:calc(95% - 30px);
	padding-left:5%;
}
.coord_texte a{
	color:inherit;
	text-decoration:none;
}