body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, code, em, font, img, strong,dl, dt, dd, ol,ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
a{border:none;}
a img{border:none;}
*{outline:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
a{text-decoration:none;}
input{border:0;}
ol,ul{list-style-image:none;list-style-type:none;}
.clear{clear:both;float:none;}
.left{float:left;}
.right{float:right;}
strong{font-weight: 800;}
.center{text-align: center!important;}

body{
    font-family:'Outfit',arial,sans-serif;
    color:#000;
    font-size:62.5%;
    height:100%;
    background: #fff;
    overflow-x:hidden;
    min-height: 300px;
    overflow-y:auto;
}
.ecran{
    display: none;
}
.mobile{
    display: inline-block;
}
.full{
    display: none;
}
.mixed{
    display: inline-block;
}
.c{width:100%;text-align: center;}

/*/////////////////HEADER/MOBILE///////////////////*/
#header_mobile{
    width: 100%;
    background: #fff;
    position: relative;
}
#header_mixed{
    margin-top:40px;
    width:100%;
    text-align: center;
    background: #fff;
    position: relative;
}

#logo_mobile{
  margin-top:10px;
  width: 350px;
  max-width: 80%;
  display: inline-block;
  transition: all 0.5s ease 0s;
}
#logo_mobile:after{
  content: "";
  display: block;
  clear: both;
  float: none;
}
#logo_mobile:hover{
  transform: scale(110%);
}
#logo_mobile img{
  width:100%;
  height: auto;
  max-width: 500px;
}
/*///////////NAV/MOBILE//////////////////////*/
#nav_mobile{
    height:40px;
    width: 100%;
    background: #2e49a4;
    position: fixed;
    z-index: 10000;
    
}
#bouton_nav{
    height:19px;
    width:30px;
    background: url(../images/nav_mobile.png) no-repeat left top;
    cursor: pointer;
    display: block;
    position: absolute;
    left:5%;
    top:10px;
}
#nav_mobile nav{
    position: absolute;
    top:40px;
    left:0;
    width:100%;
    display: none;
    transition: all 0.5s ease 0s;
    z-index: 1000;
    text-align: left;
    background: #449ec7;
}
#nav_mobile nav ul li a{
    display: block;
    padding-left:5%;
    color: #fff;
    line-height: 2.6em;
    font-size:1.4em;
    font-weight: 900;
    text-transform: uppercase;
    background: none;
}
#nav_mobile nav ul li a:hover,#nav_mobile nav ul li a:active,#nav_mobile nav ul li.active a{
    background-color: #fff!important;
    color:#2e49a4!important;
}
#nav_mobile nav ul li a.suite{
    background: url(../images/right_hover.gif) no-repeat 98% center!important;
    
}
#nav_mobile nav ul li a.suite:hover,#nav_mobile nav ul li a.suite:active{
    background: url(../images/right_hoverb.png) no-repeat 98% center!important;
    background-color: #fff!important;
    color:#2e49a4!important;
}
.hilight{
    display: block!important;
    transition: all 0.5s ease 0s;
}
/*//////////////suite///////////////////*/
.nav_secondaire_mobile{
    display: none;
}
#nav_mobile .nav_secondaire_mobile li a:hover,nav_secondaire_mobile li.active a:hover{
    background-color: gold!important;
    color:#fff!important;
}
.suite_hover{
    display: block;
}
#nav_mobile nav .nav_secondaire_mobile li a{
    padding-left:10%;
    background-color: rgba(46,73,164,0.8);
    color:#fff;
    font-size:1.4em;
}
.s_hover{
    background: url(../images/suite.gif) no-repeat 98% center;
}
/*///////////////////fin-suite/////////////*/

.page_liste{
    
}

/***********************RECHERCHE*****************************/
#recherche_mobile{
 max-width: 80%;
 margin-left:10%;
 width: 80%;
}
#recherche input,#recherche_mobile input{
  font-family:'Outfit',arial,sans-serif;
  font-size:1.6em;
  font-weight: normal;
  color:#000;
  opacity: 1;
  width: calc( 100% - 36px );
  border-bottom:1px solid #2e49a4;
  padding:10px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  transition: all 0.5s ease 0s;
}
#recherche input:hover,#recherche input:focus,#recherche_mobile input:hover,#recherche_mobile input:focus{
  padding-bottom:15px;
  border-bottom:4px solid #2e49a4;
}
#recherche button,#recherche_mobile button{
  width:26px;
  height: 40px;
  background: url(../images/search.png) no-repeat left top;
  background-size: 26px;
  float:left;
  border: none;
  margin-top:10px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
#recherche button:hover,#recherche_mobile button:hover{
  transform: scale(150%);
}

#recherche ::-webkit-input-placeholder,#recherche_mobile ::-webkit-input-placeholder { 
  color:#000;
  opacity: 1;
}

#recherche ::-moz-placeholder,#recherche_mobile ::-moz-placeholder { 
  color:#000;
  opacity: 1;
}

#recherche :-ms-input-placeholder,#recherche_mobile :-ms-input-placeholder { 
  color:#000;
  opacity: 1;
}
#recherche :-moz-placeholder,#recherche_mobile :-moz-placeholder { 
  color:#000;
  opacity: 1;
}


/***************************************************************/

#rs{
  position: absolute;
  right: 0;
  top:80px;
}
.rs{
  width:28px;
  height: 28px;
  float: left;
  margin-left:5px;
  background: none;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}
.fb{
  background: url(../images/fbb.png) no-repeat center center;
  background-size:10px auto;
}
.in{
  background: url(../images/inb.png) no-repeat center center;
   background-size:18px auto;;
}
.tw{
  background: url(../images/twb.png) no-repeat center center;
   background-size:18px auto;
}
.rs:hover{
  background-color: #449ec7;
}

#rs2{
  display: inline-block;
  margin:10px 0;
}

@keyframes float1 {
	0% {
		transform: translate(0,-20px) rotate(10deg);
	}
	50% {
		transform: translate(0,0) rotate(0deg);
	}
	100% {
		transform: translate(0,-20px) rotate(10deg);
	}
}
@keyframes float2 {
	0% {
		transform: translate(0,0);
	}
	50% {
		transform: translate(20px,20px);
	}
	100% {
		transform: translate(0,0);
	}
}


/******MT*********/
.mt20{
  margin-top:20px;
}
.mt40{
  margin-top:40px;
}
.mt60{
  margin-top:60px;
}
.mt80{
  margin-top:80px;
}
.mt100{
  margin-top:100px;
}
/***************/


/*animation: float4 3s ease-in-out infinite;*/



/*****************************PARTAGE*RESEAUX*SOCIAUX***********************/
.partage{
   margin-top:30px;
   margin-bottom:30px;
}
.prs{
  width: 23%;
  margin:0 1%;
  height: 40px;
  float: left;
  cursor:pointer;
  background: orangered;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom:20px;
}
.prs:first-child{
  margin-left:0;
  width:24%;
}
.prs:nth-child(4){
  margin-right:0;
  width:24%;
}
.prs_fb{
  background: url(../images/prs/facebook.png) no-repeat center center;
  background-color:#3b5998;
  background-size: 24px 24px;
}
.prs_twt{
  background: url(../images/prs/twitter.png) no-repeat center center;
  background-color:#00aced;
  background-size: 24px 24px;
}
.prs_in{
  background: url(../images/prs/linkedin.png) no-repeat center center;
  background-color:#0077b5;
  background-size: 24px 24px;
}
.prs_pin{
  background: url(../images/prs/pinterest.png) no-repeat center center;
  background-color:#bd081c;
  background-size: 24px 24px;
}
.prs:hover{
  background-color:gold;
}
.fb-share-button{
  display: none!important;
}
/****************************FIN*PARTAGE*RESEAUX*SOCIAUX********************/
/**********************************FIN*BLOG******************************/




/****************************CONTACT************************/
#form_contact{
   margin-top:50px;  
}
#form_contact input[type=text],#form_contact input[type=email]{
   font-family: 'Outfit',arial,sans-serif;
   font-weight: normal;
   font-size:2em;
   width:100%;
   border:2px solid #000;
   border-radius: 8px;
   display: inline-block;
   padding:10px 20px;
   color:#000;
}
#form_contact textarea{
   height: 200px;
   width:100%;
   font-family: 'Outfit',arial,sans-serif;
   font-weight: normal;
   font-size:2em;
   border:2px solid #000;
   border-radius: 8px;
   display: inline-block;
   padding:10px 20px;
   color:#000;
}
#form_contact input[type=text]:hover,#form_contact input[type=text]:focus,#form_contact input[type=text]:active,
#form_contact input[type=email]:hover,#form_contact input[type=email]:focus,#form_contact input[type=email]:active,
#form_contact textarea:hover,#form_contact textarea:focus,#form_contact textarea:active
{
   border:2px solid #2e49a4;
}

#form_contact select{
   width:100%;
   font-family: 'Outfit',arial,sans-serif;
   font-weight: normal;
   font-size:2em;
   border:2px solid #000;
   border-radius: 8px;
   display: inline-block;
   padding:10px 20px;
   color:#000;
   background: #fff;
}
#form_contact select:hover{
  border:2px solid #2e49a4;
}

#form_contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity:1;
}
#form_contact ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity:1;
}
#form_contact :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity:1;
}
#form_contact :-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity:1;
}
#form_contact ::placeholder{
   color: #000;
   opacity:1;
}
.ligne_form{
   position: relative;
   margin-bottom:30px;
}
.required{
   color:red;
   position: absolute;
   top:0;
   right:5px;
   font-size: 2em;
}
.wcontact{
   min-height: 800px;
}
#form_contact *{
  text-align: left!important;
}
#form_contact input[type=submit]{
  font-family: 'Outfit',arial,sans-serif;
  min-width: 370px;
  padding:20px;
  border:2px solid #000;
  transition: all 0.5s ease 0s;
  display: inline-block;
  text-transform: uppercase;
  color:#000;
  font-size:2em;
  font-weight: bold;
  border-radius: 40px;
  text-align: center!important;
  cursor:pointer;
  transition: all 0.5s ease 0s;
  max-width: 100%;
  margin-top:30px;
}
#form_contact .c{
  text-align: center!important;
}
#form_contact input[type=submit]:hover,#form_contact input[type=submit]:active{
    border:2px solid #000;
    background: #2e49a4;
    color:#fff;
}
#message_form{
   width:100%;
   background:#2e49a4;
   color:#fff;
   margin: 20px 0;
   font-size:3em;
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   padding:20px;
   display: none;
}

.col12b{
   width:100%;
   position: relative;
   margin-bottom:30px;
}
#coordonnees{
  margin-top:50px;
}
#coordonnees *{
  text-align: left!important;
}












/***************************FIN*CONTACT**********************/
#main{
  width:100%;
  padding:0 5%;
  padding-top:100px;
  position: relative;
  min-height: 200px;
  margin: 0 auto;
}
#une{
  margin-bottom:100px;
}
#une p{
  color:#000;
  font-size:1.8em;
  font-weight: normal;
  text-align: center;
}
#une h4{
  font-size:3em;
  font-weight: bold;
  color:#2e49a4;
  text-align: center;
}
#une h2{
  font-size:3em;
  font-weight: bold;
  color:#000;
  text-align: center;
  line-height: 1em;
}
#une h2 a{
  color:#000;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin:0;
  padding:0;
  text-align: center;
  position: relative;
}
#une h2 a:after{
  content:"";
  clear: both;
  width:0px;
  height: 0px;
  transition: all 0.5s ease 0s;
  display: block;
  margin:0;
  padding:0;
  position: absolute;
  left:35%;
  bottom:-15px;
  border-bottom:5px solid transparent;
}
#une h2 a:hover:after{
  border-bottom:5px solid #000;
  width:30%;
}
#une img{
  width:100%;
  object-fit: cover;
  object-position: center center;
  height: 320px;
  transition: all 0.5s ease 0s;
}
.a_img{
  position: relative;
  display: block;
  margin-top:40px;
  max-width: 100%;
  max-height: 320px;
  height: 320px;
  width: 100%;
  margin-bottom:40px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.a_img:hover img{
  transform: scale(110%);
}

.lien_periode{
  padding:10px;
  min-width: 180px;
  background: #2e49a4;
  display: inline-block;
  color:#fff;
  font-size:1.8em;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}
.lien_position{
  position: absolute;
  left: 0;
  bottom:-15px;
  z-index: 1000;
}
.wrapper_img_news{
  position: relative;
}
.lien_periode:hover{
  background: #449ec7;
}

#autres_news{
  margin-bottom:100px;
}
.col23{
  width:100%;
  min-height: 100px;
  margin-bottom:40px;
}
.col13{
  width:100%;
  min-height: 100px;
  margin-bottom:40px;
}
#autres_news:after{
  content: "";
  clear: both;
  float: none;
  display: block;
}
.news{
  width:100%;
  margin-bottom:40px;
}
.news .aimg_news{
  width:100%;
  overflow: hidden;
  height: 200px;
  max-height: 200px;
  display: block;
}
.news .aimg_news img{
  width:100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s ease 0s;
}
.news .aimg_news:hover img{
  transform: scale(110%);
}
.news h2{
  margin-top:30px;
  font-size: 1.9em;
  font-weight: bold;
  color:#2e49a4;
  margin-bottom:10px;
}
.news h2 a{
  color:#2e49a4;
}
.news h2 a:hover{
  color:#449ec7;
}
.news p{
  color:#000;
  font-size:1.7em;
  font-weight: normal;
}
#autres_news h3{
  font-size:3em;
  border-bottom: 5px solid #000;
  padding-bottom:5px;
  margin-bottom:40px;
  font-weight: bold;
  width: 100%;
}
#plus_lus ul li a{
  font-weight: normal;
  font-size:2.3em;
  color:#000;
  padding:20px 0;
  border-bottom:1px solid #cdcdcd;
  display: block;
  transition: all 0.5s ease 0s;
}
#plus_lus ul li:hover a{
  color:#fff;
  padding-left:10px;
  background: #2e49a4;
}
#plus_lus ul li a span{
  font-size:1.1em;
  font-weight: bold;
  padding-right:20px;
  text-decoration: none!important;
}
#twitter{
  margin-top:50px;
}
.news2{
  margin-bottom:30px;
}
.wrapper_img_news2{
  width:100%;
  margin-bottom:30px;
}
.aimg_news2{
  display: inline-block;
  height: 100px;
  overflow: hidden;
  width: 100%;
  
}
.aimg_news2 img{
  width:100%;
  object-fit: cover;
  object-position: center center;
  max-height: 100px;
  height: 100px;
  transition: all 0.5s ease 0s;
}
.news_droite{
  width:100%;
}
.aimg_news2:hover img{
  transform: scale(110%);
}
.periode_plus{
  color:#2e49a4;
  font-size:2.1em;
  font-weight: bold;
}
.news_droite h2{
  font-size:2.1em;
  font-weight: bold;
}
.news_droite h2 a{
  color:#000;
}
.news_droite h2 a:hover{
  text-decoration: underline;
}
.timeline-Footer{
  display: none!important;
  opacity: 0;
}
/**********************fin*page*****************/

#footer{
  width:100%;
  padding:0 5%;
  position: relative;
  min-height: 220px;
  margin: 0 auto;
  background: #2e49a4;
  padding-top:40px;
  padding-bottom:30px;
  text-align: center;
  margin-top:100px;
}
#logo_footer{
  display: inline-block;
  width:80%;
  margin-left:10%;
  height: auto;
  margin-bottom:30px;
  max-width: 250px;
}
#logo_footer img{
  width: 100%;
  height: auto;
}
.sp{
  font-style: italic;
  padding-left:10px;
}
#footer ul li{
  margin-bottom:10px;
}
#footer ul li a {
 font-size:1.8em;
 font-weight: 300;
 color:#fff;
}
#footer ul li a:hover{
  text-decoration: underline;
}
.col_footer{
  width:100%;
  margin-bottom:30px;
}
#footer h3{
  color:#fff;
  font-weight: normal;
  font-size: 1.8em;
}
#footer h3 a{
  color:#fff;
}
#footer h3 a:hover{
  text-decoration: underline;
}
#footer h3 span{
  font-weight: bold;
}

#rs_footer{
  display: inline-block;
  margin-top:20px;
}
.rs_footer{
  width:28px;
  height: 28px;
  float: left;
  margin-left:5px;
  background: none;
  border-radius: 50%;
  transition: all 0.5s ease 0s;
}
.fb_footer{
  background: url(../images/fbw.png) no-repeat center center;
  background-size:10px auto;
}
.in_footer{
  background: url(../images/inw.png) no-repeat center center;
   background-size:18px auto;;
}
.tw_footer{
  background: url(../images/tww.png) no-repeat center center;
   background-size:18px auto;
}
.rs_footer:hover{
  background-color: #449ec7;
}

/**********************************BLOG************************************/
#ariane{
  width:100%;
  padding:0 5%;
  position: relative;
  margin: 0 auto;
}
#ariane ul li{
  float:left;
  font-size:1.6em;
  color:#a1a1a1;
  font-weight: 400;
  margin-right:5px;
}
#ariane ul li a{
  color:#a1a1a1;
  display: inline-block;
  margin-right:5px;
}
#ariane ul li a:hover{
  color:#2e49a4;
}
#article{
  max-width: 1000px;
  margin:0 auto;
  margin-bottom:80px;
}
#article h1{
  font-size:4em;
  font-weight: 700;
  color:#000;
  text-align: center;
  margin-bottom:60px;
  position: relative;
  display: inline-block;
}
#article h1:after{
  content:"";
  clear: both;
  width:30%;
  height: 0px;
  transition: all 0.5s ease 0s;
  display: block;
  margin:0;
  padding:0;
  position: absolute;
  left:35%;
  bottom:-15px;
  border-bottom:5px solid #000;
}
.wrapper_img{
  width:100%;
  max-height: 600px;
  margin-bottom:40px;
}
.wrapper_img img{
  width:100%;
  object-fit: cover;
  object-position: center center;
  height: auto;
  max-height: 600px;
}

#article time{
  color:#a1a1a1;
  font-size:1.6em;
  font-weight: normal;
}
#article h2{
  color:#000;
  margin-top:50px;
  margin-bottom:20px;
  font-weight: 700;
  font-size:3em;
}
#article h3{
  color:#2e49a4;
  margin-top:30px;
  margin-bottom:10px;
  font-weight: 700;
  font-size:2.4em;
}
#article p{
  color:#000;
  font-size:1.8em;
  font-weight: normal;
  text-align: justify;
}
#article ul{
  margin:20px 0;
}
#article ul li{
  color:#000;
  font-size:1.8em;
  font-weight: normal;
  text-align: justify;
  background: url(../images/li.png) no-repeat left 8px;
  padding-left :18px;
  margin-bottom:5px;
}
#article ul li a,#article p a{
  color:#2e49a4;
  font-weight: bold;
  transition: all 0.5s ease 0s;
}
#article ul li a:hover,#article p a:hover{
  color:#fff;
  background-color: #449ec7;
}
#article #texte img{
  max-width: 100%;
  margin:30px 0;
}
#autres_article_meme_periode h2.autre_h2{
  font-size:4em;
  font-weight: 700;
  color:#000;
  text-align: center;
  margin-bottom:60px;
  position: relative;
  display: inline-block;
}
#autres_article_meme_periode h2.autre_h2:after{
  content:"";
  clear: both;
  width:30%;
  height: 0px;
  transition: all 0.5s ease 0s;
  display: block;
  margin:0;
  padding:0;
  position: absolute;
  left:35%;
  bottom:-15px;
  border-bottom:5px solid #000;
}

#autres_article_meme_periode .news{
 width: 100%;
}

/**************************************************************************/


.page_liste{
		padding-top:20px!important;
}

#wrapper h1{
  font-size:4em;
  font-weight: 700;
  color:#000;
  margin-bottom:60px;
  position: relative;
  display: inline-block;
}
#wrapper h1:after{
  content:"";
  clear: both;
  width:30%;
  height: 0px;
  transition: all 0.5s ease 0s;
  display: block;
  margin:0;
  padding:0;
  position: absolute;
  left:0;
  bottom:-15px;
  border-bottom:5px solid #000;
}

#wrapper h1 span{
  font-weight: 300;
  font-size:0.5em;
  display: block;
}
#wrapper h1 em{
  font-weight: 800;
  font-size:0.5em;
  color:#2e49a4;
}
#wrapper_titre{
  width:100%;
  text-align: center;
}

#wrapper_titre h1{
  font-size:4em;
  font-weight: 700;
  color:#000;
  text-align: center;
  margin-bottom:60px;
  position: relative;
  display: inline-block;
}
#wrapper_titre h1:after{
  content:"";
  clear: both;
  width:30%;
  height: 0px;
  transition: all 0.5s ease 0s;
  display: block;
  margin:0;
  padding:0;
  position: absolute;
  left:35%;
  bottom:-15px;
  border-bottom:5px solid #000;
}
#wrapper_audio audio,#audio{
 width:100%;
 background: blue;
}

#contact p{
  color:#000;
  font-size:1.8em;
  font-weight: normal;
  text-align: center;
}
#contact h3{
  font-size:3em;
  font-weight: bold;
  color:#2e49a4;
  text-align: center;
}
#contact h2{
  font-size:3em;
  font-weight: bold;
  color:#000;
  text-align: center;
  line-height: 1em;
}
#contact h2 a{
  color:#000;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin:0;
  padding:0;
  text-align: center;
  position: relative;
}
#contact h2 a:after{
  content:"";
  clear: both;
  width:0px;
  height: 0px;
  transition: all 0.5s ease 0s;
  display: block;
  margin:0;
  padding:0;
  position: absolute;
  left:35%;
  bottom:-15px;
  border-bottom:5px solid transparent;
}
#contact h2 a:hover:after{
  border-bottom:5px solid #000;
  width:30%;
}