@charset "UTF-8";
/* CSS Document */
/* color : #00223A */
html {
  /*font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-family: 'Roboto', sans-serif;*/
	font-family: 'arial', sans-serif;
  font-size: 16px; /* 3 */
  -ms-text-size-adjust: 100%;     /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
	
}
body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	color:#444;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
.zone.zoneAutres input[type="submit"]{
	background-color: #FFCC19!important;
}
.para:after,
.clearfix:after,
.header:after,
.navi:after,
.main:after,
.text:after,
.contenu:after,
.footer:after {
	display:block;
	content:"";
	height:0px;
	visibility: hidden;
	clear:both;
}
.itInfo h3,
.sousTitre,
.sTitre {
	text-transform: uppercase;
}
.jourTitre,
.titlePage .couleur,
.pageSuivante a,
.itInfo h3,
.siteDate,
.siteSlogan,
.icOpen.withTextDeplier,
.retour,
.bouton,
.submit,
input[type="submit"],
input[type="button"],
.numberListe,
.bMenuNav .act,
.siteName,
h1, h2,h3,h4,h5 {
	 font-family: 'arial', sans-serif;
}
.jourTitre,
.titlePage .couleur,
.pageSuivante a,
.titre
h1, h2, h3, h4, h5 {
	font-weight: 600;
	padding:0px;
	line-height: 1.1em;
}
.chapo,
.texte {
	line-height: 1.4em;
}
.jourTitre,
.siteSlogan,
.siteDate,
.titre,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5,
.intro,
.item .chapo {
	color:#000;
}
.titlePage .couleur,
.pageSuivante a,
.h1,
h1 {
	margin:70px 0 55px 0;
	font-size:2.375em;
	line-height: 1.2em;
	text-align: center;
}
h2 {
	margin:60px 0 45px 0;
	font-size:1.750em;
}
h3 {
	margin:42px 0 35px 0;
	font-size:1.5em;
}
.jourTitre,
h4 {
	margin:32px 0 27px 0;
	font-size:1.313em;
}
h5 {
	margin:25px 0 22px 0;
	font-size:1.21em;
}
.sousTitre,
.sTitre,
.couleur {
	color:#00223A;
}
/* GENERAL */
hr {
	display: block;
	height:7px;
	background: #F2F2F2;
	border:0px;
	margin:65px 0;
}
.ligneHr hr {
	margin:0px;
}
.sideL {
	float:left;
	width:20%;
}
.sideR {
	float:right;
	width:20%;
}
.withSideL .art {
	float:right;
	width:70%;
}
p {
	margin:25px 0px;
}

.box,
.margTB,
.intro,
.msg {
	margin:65px 0px;
}
.box {
	position:relative;
}
.attention {
	border:1px solid gray;
	padding:15px;
}
.indic {
	font-size:0.9em;
	color:#666;
}
h2 .indic {
	font-size:0.7em;
}
.tXS {
	font-size:0.8em;
}
.tS {
	font-size:0.9em;
}
.tL {
	font-size:1.2em;
}
.tXL {
	font-size:1.4em;
}
.tXXL {
	font-size:1.7em;
}
.nowrap {
	word-break:keep-all;
}
.flex {
	display: flex;
	position: relative;
}
.fCenter {
	align-content: center;
}
.fBetween {
	justify-content: space-between;
}
.fAround {
	justify-content: space-around;
}
.fw1 .item {
	width:100%;
}
.vueN2 .item,
.fw2 .item {
	width:50%;
}
.vueN3 .item,
.fw3 .item {
	width:33.4%;
}
.fw4 .item {
	width:25%;
}
.fw5 .item {
	width:20%;
}
.fBetween.fw2 .item {
	width:48%;
}
.fWrap {
	flex-wrap: wrap;
}
.table {
	display: table;
	border-collapse: collapse;
}
.row {
	display: table-row;
}
.w100 {
	width:100%;
}
.th {
	display:table-cell;
}
.td {
	display: table-cell;
	vertical-align: top;
}
.td50 {
	width:50%;
}
.padL {
	padding-left:45px;
}
.padR {
	padding-right:45px;
}
/* FIN GENERAL */
/* article */
.art .f_field-introduction {
	font-size:1.2em;
	font-weight:600;
}
div[role='contentinfo'],
.msg {
	padding:15px 19px;
	border:1px solid #9ACDDC;
	box-shadow:2px 2px 4px rgba(0,0,0,0.25);
        background: #FFF;
        margin:31px auto;
        text-align: left;
        position: relative;
        background-color: #D9F4F7;
        color:#1D5561;
        border-radius:4px;
	transition: 0.2s;
	font-size:14px;
	max-width: 800px;
}
.msgSuccess {
	border-color:#97DF95;
        background-color:#E1FFE1;
        color:#1C6648;
}
.msgWarning {
	border-color:#FFB17D;
        background-color:#FFE8D9;
        color:#CF5836;
}
.msgError {
	border-color:#F57670;
        background-color:#FFE1E1;
        color:#BA3425;
}
.msgInfo {
	border-color:#DEE0EF;
    background-color:#F2F3F9;
    margin:31px 0px;
	color:#000;
	font-size: 1.15em;
}
.close {
    display: block;
    width:12px;
    height:12px;
	background-size:100% auto;
    position: absolute;
    right:7px;
    top:3px;
	text-align: center;
	transition: 0.2s;
	font-size: 15px;
	font-family: arial, helvetica;
	color:rgba(0,0,0,0.6);
}
.close:before {
	content: "\2612";
}
.close:hover {
	color:rgba(0,0,0,1);
    cursor:pointer;
}
.close:hover:after {
    color:#000;
}
.msg.wAnim {
	animation-name: hideMsg;
	animation-duration: 1s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
	transition-timing-function:ease-in;
	position:fixed;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:200px;
	z-index: 300;
}
@keyframes hideMsg {
  	0%   { opacity: 1; }
	100% {opacity: 0;}
}
/* FIN article */
.exempleScrollbar {
	scrollbar-width: 10px;
	scrollbar-color:#A0BAD3; 
}
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background:none;
}
::-webkit-scrollbar-button {
	color:#015093;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background:#A0BAD3;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#015093;
}
/* UL LI */
ul,
ol {
	margin:20px 0px;
	padding:0px;
}
ul li {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
.cke_editable ul,
ul.text,
ol.text,
.text ul,
.text ol {
  margin:20px 20px;
  padding:0px;
}
.cke_editable ul li,
ul.text li,
ol.text li,
.text ul li,
.text ol li {
  list-style-type:none;
  position:relative;
  margin:8px 0px 8px 21px;
}
/*popup*/
#messageInscription .close:before{display: none;}
#messageInscription{
	display: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	backdrop-filter: blur(1.5px);
    margin-top: -665px;
    /* position: relative; */
    z-index: 26;
}

.overlay2 {
    width: 100%;
    height: 1020px;
    opacity: 1;
    position: absolute;
	z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popup {
    margin: 0px auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    width: 66%;
    position: relative;
    /*transition: all 5sease-in-out;*/
    text-align: center;
    border: 1px solid #015093;
	filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.3));
}

.popup h2 {
	position: relative!important;
    top: 0!important;
    margin: 0!important;
    padding: 0!important;
    color: #015093!important;
    font-weight: 400;
    margin-bottom: 15px;
}
.popup .close {

position: absolute;
top: 10px;
right: 30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
}
.popup .close:hover {
color: #015093;
}
.popup .content {
max-height: 30%;
overflow: auto;
margin-top: 10px;
}

@media screen and (max-width: 700px){
.box{
width: 70%;
}
.popup{
width: 70%;
}
}
/* fin popup*/
.cke_editable ul li:before,
ul.bullet li:before,
.text ul li:before {
	display:block;
	content:"";
	position:absolute;
	height:12px;
	width:12px;
	border-radius:0px;
	background-color:#F9CB46;
	margin:8px 0px 0px -25px;
	padding:0px;
}
.text ol,
ol.text {
    counter-reset: item;
}
.text ol li,
ol.text li {
	display:block;
	list-style-type:none;
	padding:0px;
	margin:1.2em 20px;
	position:relative;
}
.text ol > li:before,
ol.text > li:before {
	display:block;
	position:absolute;
	left:-36px;
	top:-1px;
	padding:0px 0px 0px 13px;
    content: counter(item); 
	counter-increment: item;
	font-weight:700;
	color:#00223A;
	font-size:1.3em;
}
/* FIN UL LI */
.sansMarg {
	margin:0px;
}
.obli {
	font-weight: 600;
	margin:15px 0px;
}
/* COULEURS */

.cbBlanc {
	border-color:white;
}
.cbNoir {
	border-color:black;
}
.cbGris {
	border-color:#808D9B;
}
.cbBleu {
	border-color:#00223A;
}
.cbRouge {
	border-color:#E5562C;
}
.cbOrange {
	border-color:#EB870D;
}
.cbVert {
	border-color:#AAC100;
}
.cBlanc {
	color:white;
}
.noir,
.cNoir {
	color:black;
}
.cGris {
	color:#808D9B;
}
.couleur,
.cBleu {
	color:#00223A;
}
.cRouge {
	color:#E5562C;
}
.cOrange {
	color:#EB870D;
}
.cvert {
	color:#AAC100;
}

/* FIN COULEURS */
/* ckeditor */
.avecTableau table,
.avecTableau2 table,
.tableau,
.tableau2 {
	border-collapse:collapse;
	border:0px;
	font-family: Helvetica, Arial, "sans-serif";
	color:191919;
	margin:35px auto;
}
.avecTableau table,
.avecTableau2 table {
	margin:15px auto 45px auto;
	font-size: 14px;
}
.avecTableau table {
	border-top:1px solid #485EA9;
}
.avecTableau2 table,
.tableau2 {
	border-left:1px solid #485EA9;
}
.avecTableau2 table td,
.avecTableau2 table th,
.avecTableau table td,
.avecTableau table th,
.tableau td,
.tableau th,
.tableau2 td,
.tableau2 th {
	border: 0px;
	padding:10px 20px;
}
.avecTableau table td
{
	border-right:1px solid #B4D8D8;
}
.avecTableau table td,
.tableau td,
.avecTableau2 table td,
.tableau2 td {
	background-color:#E3F6F6;
}
.avecTableau table th,
.tableau th,
.avecTableau2 table th,
.tableau2 th {
	font-weight: 600;
	text-align: left;
}
.avecTableau table th[scope=row],
.tableau th[scope=row],
.avecTableau2 table th[scope=col],
.tableau2 th[scope=col]{
	background-color: #485EA9;
	color:#FFF;
	font-size: 14px;
}
.avecTableau table th[scope=col],
.tableau th[scope=col],
.avecTableau2 table th[scope=row],
.tableau2 th[scope=row]{
	color:#485EA9;
	text-transform: uppercase;
}
.avecTableau table th[scope=col],
.tableau th[scope=col]{
	padding-top:30px;
	padding-bottom:20px;
}
.tableau thead th[scope=row]{
	background-color:transparent;
}
.avecTableau table tr,
.tableau tr {
	border-bottom:3px solid #FFF;
}
.avecTableau2 table th[scope=col],
.avecTableau2 table td,
.tableau2 tr th[scope=col],
.tableau2 tr td {
	border-left:3px solid #FFF;
}
.phrase {
	font-style: italic;
	color:#00223A;
	font-size:1.2em;
}
.attention {
	border:1px dotted red;
}
/* fin ckeditor */
