@charset "UTF-8";
/* CSS MAIL */
body {
	color:#000;
}
p {
  margin: 11px 0px 3px 0;
}
a {
	text-decoration: none;
}
hr {
	display: block;
height: 2px;
background: #F2F2F2;
border: 0px;
margin: 20px 0;
}
h1,
h2 {
	font-family: Helvetica, Arial, "sans-serif";
}
.texte ul,
.texte ol {
  margin:15px 20px;
  padding:0px;
}
.text-align-center {
    text-align: center;
}
.texte ul li,
.texte ol li {
  list-style-type:disc;
  position:relative;
  margin:10px 0px;
}
.texte ul li::before {
  display: none;
}
.noir {
	color:#000;
}
.gris-clair {
	color:#A8ACB8;
}
.gris {
	color:#7F88A4;
}
.gris-fonce {
	color:#515970;
}
.orange {
	color:#F09429;
}
.bleu {
	color:#3AC6EF;
}
.bleu-fonce {
	color:#0066A9;
}
.vert {
	color:#2DCCAC;
}
.rose {
	color:#d0276f;
}
.violet {
	color:#7C256F;
}
.bleu-moyen {
	color:#42B4DC;
}
.rouge {
	color:#E86669;
}
.bouton {
	display: inline-block;
	position: relative;
	padding:5px 20px;
	margin:10px 10px;
	background-color:#FFF;
	color:#768393;
	border:2px solid #EAEDF3;
	border-radius: 4px;
}
.icl {
	display: inline-block;
	position: relative;
	padding:5px 20px 5px 42px;
	margin:10px 10px;
	border:2px solid #EAEDF3;
	border-radius: 4px;
	background-image:url("../images/icons/fleche.png");
	background-position:5px center;
	background-repeat: no-repeat ;
	background-size:32px auto; 
	color:#768393;
}
.icDoc {
	background-image:url("../images/icons/doc_txt.png");
}
.icPdf {
	background-image:url("../images/icons/doc_pdf.png");
}
.icWord {
	  background-image:url("../images/icons/doc_word.png");
}
.itWeb {
	background-image:url("../images/icons/ic_web.png") ;
}
.submit {
	display: inline-block;
  color:#FFF !important;
  border:0px;
  padding:7px 22px;
  margin:10px 0px;
  text-align:center;
  text-decoration:none;
  background-color:#EC662C;
  border-radius:5px;
  cursor:pointer;
  width:auto;
  font-weight: 700;
}
/* ckeditor */
.tableau,
.tableau2 {
	border-collapse:collapse;
	border:0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	color:#191919;
	width:100%;
}
.tableau {
	border-top:1px solid #015093;
}
.tableau2 {
	border-left:1px solid #015093;
}
.tableau td,
.tableau th,
.tableau2 td,
.tableau2 th {
	border: 0px;
	padding:10px 20px;
	width: 13%;
}
.tableau td,
.tableau2 td {
	background-color: #EEF3F9;
}
.tableau th,
.tableau2 th{
	font-weight: 600;
	text-align: left;
}
.tableau th[scope=row],
.tableau2 th[scope=col]{
	background-color: #015093;
	color:#FFF;
	font-size: 14px;
}
.tableau th[scope=col],
.tableau2 th[scope=row]{
	color:#212851;
	text-transform: uppercase;
}
.tableau th[scope=col]{
	padding-top:30px;
	padding-bottom:20px;
}
.tableau2 th.text-align-center,
.tableau th.text-align-center {
	text-align: center;
}
.tableau thead th[scope=row]{
	background-color:transparent;
}
.tableau tr {
	border-bottom:3px solid #FFF;
}
.tableau2 tr th[scope=col],
.tableau2 tr td {
	border-left:3px solid #FFF;
}
.boxMesForm .views-field-view-webform-submission,
.tableau .views-field-locked,
.tableau .views-field-sticky {
	width:5%;
}
@media all and (max-width:989px) {
	.tableau, 
	.tableau2 {
		overflow-x: auto;
		display: block;
		margin: 25px 0px;
		width: auto;
		height: inherit;
	}
}
.phrase {
	font-style: italic;
	color:#F09328;
	font-size:1.2em;
}
.attention {
	border:2px dotted red;
}
.bt_edit {
	background: rgba(0,0,0,0.13) url('../images/icons/edit_blc.svg') no-repeat center;
	background-size:80%;
	position: absolute;
	height: 25px;
	width:25px;
	left: 0px;
	top:0px;
	border-radius:30px;
}
.bt_edit.edit_media {
	background-color: rgba(0,0,150,0.13);
	background-image: url('../images/icons/admin_blc.svg');
	left:auto;
	border-radius: 2px;
	z-index: 200;
}
.bt_edit:hover {
	background-color: rgba(0,0,0,0.4);
}
/* fin ckeditor */
@media all and (max-width:639px) {
	.font_base {
		font-size: 17px !important;
	}
	.news_inside2,
	.news_inside2 > tr,
	.news_inside2 > td.td2 {
		display: block;
		width:100%;
		padding:0px;
	}
}
/* CSS MAIL */