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

.commun-bloc_header > p{
width : 960px;
display: inline-block;
margin-left : auto;
margin-right : auto;
}

.block-mention-grey {
    width: 100%;
    background: #FCFCFC;
	border-top : 1px solid #C8CDD7;
	border-bottom : 1px solid #C8CDD7;
}

.block-mention-txt {
padding: 0 0 128px;
}
.block-mention-txt p {
margin: 20px 0 0;
}
.thetable {
	margin-top: 40px;
}
table {
	width: 960px;
	border-collapse: collapse;
}
table, tr, th, td {
	border: 1px solid #F0467D;
}
td {
	padding: 10px;
}
th {
	text-align: center;
	background-color: #F0467D;
	color: #fff;
}
td {
	text-align: left;
	font-size: 14px;
}
.th-width1 {
	width: 150px;
}
.th-width2 {
	width: 150px;
}
.th-width3 {
	width: 170px;
}
.th-width4 {
	width: 390px;
}
.th-width5 {
	width: 150px;
}
.mention-url a {
	color: #3769E1;
	text-decoration: none;
}
.mention-url a:hover {
	text-decoration: underline;
}
.mention-url a:visited {
	text-decoration: none;
}
/*.matomo {
	width: 100%;
	text-align: center;
}
.matomo button {
	width: 200px;
	display: inline-block;
	margin-top: 15px;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #F0467D;
	border: 1px solid #F0467D;
	text-decoration: none;
	margin: 20px 5px 5px 5px;
	font-size: 17px;
	cursor: pointer;
}
.matomo button:hover {
	background-color: transparent;
	color: #F0467D;
}*/


@media only screen and (max-width : 959px) {

	.commun-bloc_header > p{
width : 100%;
display: inline-block;
margin-left : auto;
margin-right : auto;
}
	
.thetable {
	margin-top: 40px;
}
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
}
table, tr, th, td {
	border: 1px solid #F0467D;
}
td {
	padding: 10px;
}
th {
	text-align: center;
	background-color: #F0467D;
	color: #fff;
}
td {
	text-align: left;
	font-size: 10px;
}
.th-width1 {
	width: 15%;
}
.th-width2 {
	width: 15%;
}
.th-width3 {
	width: 15%;
}
.th-width4 {
	width: 40%;
}
.th-width5 {
	width: 15%;
}
.mention-url a {
	color: #3769E1;
	text-decoration: none;
}
.mention-url a:hover {
	text-decoration: underline;
}
.mention-url a:visited {
	text-decoration: none;
}
/*.matomo {
	width: 100%;
	text-align: center;
}
.matomo button {
	width: 200px;
	display: inline-block;
	margin-top: 15px;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #F0467D;
	border: 1px solid #F0467D;
	text-decoration: none;
	margin: 20px 5px 5px 5px;
	font-size: 17px;
}
.matomo button:hover {
	background-color: transparent;
	color: #F0467D;
}*/


}