@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Rhythm
Version:    2.3
Last change:    18.09.2015
Primary use:    MultiPurpose Template  
-------------------------------------------------------------------*/

@import "font-awesome.min.css";
@import "et-line.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,700);
@import url('https://fonts.googleapis.com/css?family=Crete+Round|Dosis|Exo+2|Gudea|Josefin+Sans|Montserrat|Muli|Nunito|Open+Sans+Condensed:300|Oxygen|PT+Sans|PT+Sans+Narrow|Pathway+Gothic+One|Raleway:500|Source+Sans+Pro|Titillium+Web|Ubuntu|Varela+Round');

/* ==============================
   Common styles
   ============================== */
   .container{
    position: relative;
  padding: 0;
   }
.header{
  background-color: #e4f6fb;
  padding-top: 40px;
  height: 100%;
    position: relative;
}
.header .container{
  position: relative;
  background-color: #fff;
  padding: 0;
}
.header .container .col-md-8,.header .container .col-md-4{
  padding: 0;
}
.header .home{
  background-color: #9ECBDB;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.header .home a{
  color: #fff;
  font-size: 28px;
  padding: 0 10px;
}
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.floatleft{float:left !important;}
.floatright{float:right !important;}
.relative{position:relative; height: 100% !important;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.white{ color: #fff !important; }
.black{ color: #111 !important; }
.color{ color: #e41919 !important; }
.glass{ opacity: .5; }
.margin{ margin: 0 !important; }
.padding{ padding: 0 !important; }
.padding-1{ padding: 10px 20px !important; }
.padding-2{ padding: 10px 30px !important; }
.padding-3{ padding: 50px 30px !important; }
.padding-bottom-1{ padding-bottom: 30px !important; }
.margin-right{ margin-right: 5px !important; }
.margin-top{ margin-top: 30px !important; }
.margin-top-1{ margin-top: 15px !important; }
.margin-top-2{ margin-top: 5px !important; }
.margin-top-3{ margin-top: 45px !important; }
.margin-3{ margin-top: 60px !important; }
.suite{
  background-color: #fff;
  padding: 10px 20px;
  color: #317dcd;
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}
.margin-first{
  margin-top: 35px;
}
.marginLeft15{
  margin-left: 15px !important;
}
.margin-second{
  margin-top: 20px;
}
.image-fullwidth img{
    width: 100%;
}
.stick-fixed{
	position: fixed !important;
	top: 0;
	left: 0;
}
.round{
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff;	background:#000; }
::selection{ color: #fff;	background:#000; }

.animate, .animate *{
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}

.shadow{
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.full-wrapper {
    margin: 0;
}
.container-fluid{
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html{
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
.page{
	overflow: hidden;
}

.body-masked{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff url(../images/loader.gif) no-repeat center center;
	z-index: 100000;	
}

.mask-delay{
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.mask-speed{
	-webkit-animation-duration: 0.25s !important;
	-moz-animation-duration: 0.25s !important;
	animation-duration: 0.25s !important;
} 
iframe{
    border: none;
}
a, b, div, ul, li{
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-tap-highlight-color: transparent; 
	-moz-outline-: none;
}
a:focus,
a:active{
	-moz-outline: none;
	outline: none;
}
img:not([draggable]), embed, object, video{
    max-width: 100%;
    height: auto;
}


/* ==============================
   Typography
   ============================== */

body{
	color: #111;
	font-size: 14px;
	font-family: "Open Sans", arial, sans-serif;
	line-height: 1.6;	
	-webkit-font-smoothing: antialiased;
}

a{
	color: #4670e0;
	text-decoration: none;
}
a:hover{
	color: #587ee4;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    margin-bottom: 1.3em;
	line-height: 1.4;
	font-weight: 400;
   
}
h1{
	font-size: 32px;
}
h2{
	font-size: 28px;
}
h6{
    font-weight: 700;
}
p{
	margin: 0 0 2em 0;
}
ul, ol{
    margin: 0 0 1.5em 0;
}
blockquote{
	margin: 3em 0 3em 0;
    padding: 0;
	border: none;
	background: none;
    font-style: normal;
	line-height: 1.7;
	color: #777;
}
blockquote p{
	margin-bottom: 1em;
	font-size: 24px;
    font-weight: 300;
	font-style: normal;
	line-height: 1.6;
}
blockquote footer{    
	font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
dl dt{
	margin-bottom: 5px;
}
dl dd{
	margin-bottom: 15px;
}
pre{
	background-color: #f9f9f9;
	border-color: #ddd;

}
hr{
	background-color: rgba(255,255,255, .08);
}
hr.white{
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}
hr.black{
    border-color:rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
}
.uppercase{
	text-transform: uppercase;
	letter-spacing: 1px;
}
.font-alt{
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.serif{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
    font-weight: normal;
}
.normal{
	font-weight: normal;
}
.strong{
    font-weight: 700 !important;
}
.lead{
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}
.text{		
	font-size: 16px;
	font-weight: 300;
	color: #5f5f5f;
	line-height: 1.8;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
	color: #111;
}

.dropcap{
    float: left;
    font-size: 3em;
    line-height: 1;
    padding: 2px 8px 2px 0;    
}


.big-icon{
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto 20px;
	border: 3px solid #fff;
	text-align: center;
	line-height: 88px;
	font-size: 32px;
	color: rgba(255,255,255, .97);
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.big-icon .fa-play{
	position: relative;
	left: 4px;
}
.big-icon.big-icon-rs{
    border: none;
    width: auto;
    height: auto;
    font-size: 96px;
}

.big-icon-link{
	display: inline-block;
	text-decoration: none;
}
.big-icon-link:hover{
    border-color: transparent !important;
}
.big-icon-link:hover .big-icon{
	border-color: #fff;
	color: #fff;
	
	-webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.big-icon-link:active .big-icon{
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-o-transform: scale(0.99);
	-ms-transform: scale(0.99);
	transform: scale(0.99);
}

.wide-heading{
	display: block;
	margin-bottom: 10px;
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 0.4em;	
	text-align: center;
	text-transform: uppercase;
	opacity: .9;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.big-icon-link:hover,
.big-icon-link:hover .wide-heading{
	color: #fff;
	text-decoration: none;
}
.sub-heading{
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 1.3;
	color: rgba(255,255,255, .75);
}

.big-icon.black{
    color: #000;
    border-color: rgba(0,0,0, .75);
}
.big-icon-link:hover .big-icon.black{
    color: #000;
    border-color: #000;
}
.wide-heading.black{
    color: rgba(0,0,0, .87);
}
.big-icon-link.black:hover,
.big-icon-link:hover .wide-heading.black{
	color: #000;
	text-decoration: none;
}
.sub-heading.black{
	color: rgba(0,0,0, .75);
}

/*
 * Top bar dark
 */

.top-bar.dark{
    background-color: #675C46;
    border-bottom: none;
}
/*
 * Top links
 */

.top-links{
    list-style: none;
    margin: 0;
    padding: 8px 10px;
    height: 50px;
    text-transform: uppercase;
  background: #E3E3E3;
}
.links-top{
  color: #999999;
  padding-top: 30px;
  height: 80px;
  text-align: center;
}

.links-top a{
  color: #fff;
}
.links-top span{
  margin: 0 1px;
  padding: 5px 0;
  width: 29px;
  display: inline-block;
  text-align: center;
}
.bg-facebook{
  background: #3F67BF;
}
.bg-twitter{
  background: #36B5EC;
}
.bg-google-plus{
  background: #EA5B4B;
}
.bg-youtube{
  background: #e74c3c;
}
.color-rss > a{
  color: #FE9900 !important;
}
.color-rss > a > i{
  font-size: 33px !important;
}
.top-links li{
    float: left;
    margin-right: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
    
}
.top-links li .fa{
    font-size: 13px;
    position: relative;
    top: 1px;
}
.top-links li .tooltip{
    text-transform: none;
    letter-spacing: normal;
    z-index: 2003;
    
}
.top-links li a{
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
    -webkit-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.top-links li a:hover{
    color: #ccc;
    background-color: rgba(0,0,0, .02);
}

/* ==============================
   Forms fields
   ============================== */

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select{
    display: inline-block;
  height: 27px;
    vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0,0,0, .1);
    padding-left: 7px;
    padding-right: 7px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
    
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form select{
    font-size: 12px;
}
.form select[multiple]{
    height: auto;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover{
  border-color: rgba(0,0,0, .2);
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus{
  color: #111;
  border-color: rgba(0,0,0, .7);
    
  -webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
  box-shadow: 0 0 3px rgba(0,0,0, .3);
    outline: none;
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg{
  height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}
.form input[type="text"].input-md,
.form input[type="email"].input-md,
.form input[type="number"].input-md,
.form input[type="url"].input-md,
.form input[type="search"].input-md,
.form input[type="tel"].input-md,
.form input[type="password"].input-md,
.form input[type="date"].input-md,
.form input[type="color"].input-md,
.form select.input-md{
  height: 37px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="number"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form input[type="date"].input-sm,
.form input[type="color"].input-sm,
.form select.input-sm{
  height: 31px;
    padding-left: 10px;
    padding-right: 10px;
}
.form textarea{
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #777;
  border-color: rgba(0,0,0, .1);
    outline: none;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form textarea:hover{
  border-color: rgba(0,0,0, .2);
}
.form textarea:focus{
  color: #111;
  border-color: rgba(0,0,0, .7);
  -webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
  -moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
  box-shadow: 0 0 3px rgba(21,21,21, .3);
}

.form .form-group{
  margin-bottom: 10px;
}

.form input.error{
    border-color: #e41919;
}
.form div.error{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228,25,25, .75);
    color: #fff;
}
.form div.success{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(50,178,95, .75);
    color: #fff;
}

.form-tip{
    font-size: 11px;
    color: #aaa;
}
.form-tip .fa{
    font-size: 12px;
}

.home-section{
  width: 100%;
  height: 30% !important;
  display: block; 
  position: relative;
    overflow: hidden;
  background-repeat: no-repeat;
    background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-content{
  display: table;
  width: 100%;
  height: 80%;
  text-align: center;
}
.shadow{
   border-top: solid 9px #c1dbd8;
   box-shadow: 8px 0 8px -6px #aaa,-8px 0 8px -6px #aaa;
}
.logo{
  text-align: center;
  padding: 6px 50px 6px 35px;
}
.logo img{
  margin: 0 auto;
  width: 80%;
}/* section news */

.bloc-news{
    position: relative;
    height: 50px;
    width: 69% !important;
  margin: 0px !important;
  padding: 0px !important;
    background: #EC9641 !important;
    
    z-index: 290;
}
.news-titre{
    width: 10%;
    height: 50px;
    line-height: 50px;
    background: #f6f6f6 !important;
    text-align: center;
    font-size:17px !important;
    color: #5f6c78;
    float: left;
    padding-left: 5px;
}
.news-titre i{
  color: #d0bb77;
}
.news-nav{
    position: relative;
    width: 10%;
    height: 50px;
    line-height: 55px;
    float: left;
    background: #e8e8e8 !important;
    text-align: center;
    color: #df8d78;
}
.news-nav span{
    font-size:19px;
    cursor: pointer;
}
.pause-news{
    font-size:21px !important;   
    margin-right: -3px; 
}

#news_fils_b{
    float: left;
    position: relative;
    width: 80%;
    overflow: hidden;
    height: 50px;
    background: #9ecbdb !important;
}
.fils_news_b{
    font-family: "Open Sans", arial, sans-serif;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: left;
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
}
.fils_news_b > a{
    color: #fff;
    text-decoration: none;
}
/* section body */
.body-content{
  background: url(../images/arrSection.png);
  clear: both;
}
/* section icon */
.icon div{
  margin: 0;
  padding-top: 30px;
  color: #fff;
  text-align: center;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    height: 150px;
}
.icon a{
  color: #fff !important;
}
.icon div img{
  margin: 0 auto;
  margin-bottom: 6px;
}
.icon .one{
  background: #eae4cc;
}
.icon .two{
  background: #c1dbd8;
}
.icon .three{
  background: #f1d3af;
}
.icon .for{
  background: #83dbd6;
}
.icon .five{
  background: #df8d78;
}
.icon .sex{
  background: #8293a3;
}
/* section actualités */

.presentation{
  padding: 100px 170px;
  overflow: hidden;
}
.h-text-1{
  font-size: 25px;
  font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    color: #fff;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
  margin-bottom: 15px;
}
.h-text-2{
    font-size: 19px;
    font-weight: 400;
    color: #7B7B7B;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
  margin-bottom: 20px;
}
.text-detail{
  padding: 50px 40px !important;
}
.h-text-3{
    font-size: 21px;
    font-weight: 400;
    color: #317dcd;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
  margin-bottom: 20px;
}

.h-text-3 a, .h-text-4 a{
  color: #ad0709;
}
.h-text-4{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.h-text-6{
    font-size: 19px;
    font-weight: 400;
    color: #FF651B;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
  margin-bottom: 40px;
}
.h-text-7{
    font-size: 18px;
    font-weight: 400;
    color: #646464;
    font-family: Dosis, arial, sans-serif;
  margin-bottom: 40px;
}

.block-publication{

  background:#F5F5F5;
  background-size:100% auto;
  padding: 80px 90px;
}
.p-text-1{
    position: relative;
  font-size: 16px;
  font-weight: 100;
    line-height: 1.4;
    color: #464646;
    font-family: Dosis, arial, sans-serif;
}
.a-transparent{
  background-color:rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90px;
  padding: 15px 65px 15px 25px;
  width: 100%;
}
.a-max-img{
  width: 100%;
  height: 100% !important;
}
.actualites-height{
  height: 100%;
}
.slide-agenda{

  background:#F7B72F url(../images/agenda.png) no-repeat top left;
  background-size:100% auto;
}
.slide-agenda-in{
  height: 500px;
  background:#F7B72F;
  background-size:100%;
}

.block-titreAgenda{
  padding-top: 80px;
  padding-left: 60px;
}
.slide-agenda-in .block-titreAgenda{
  padding-top: 40px !important;
  padding-left: 60px;
}

/*.carousel-inner{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0%;
}*/

.publication-height{
  height: 100%;
}
.ciag {
  bottom: -55px !important;
  left:unset;
  right: 120px !important;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left:unset;
  right: 30px;
  z-index: 15;
  width: 50%;
  padding-left: 0;
  text-align: right;
  list-style: none;
}
.carousel-indicators li {
  z-index: 9999;
  width: 12px !important;
  height: 12px !important;
  line-height: 12px !important;
  margin: 0px !important;
  text-indent: 0px !important;
  background-color: #ad0709 !important;
  border: 0px solid #fff !important;
  color: #CD0213 !important;
  font-size: 13px;
  font-weight: bold;
  border-radius: 15px;
  margin-left: 3px !important;
  cursor: pointer;
}
.carousel-indicators .active {
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  margin-left: 6px !important;
  background-color: #fff !important;
  border: 1px solid #6d9ece !important;
  color: #fff !important;
}
.detail-content{
  margin-top: 15px;
  background-color: #fff;
}
.detail-in{
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-1{
  width: 100%;
  margin-bottom: 10px;
}
.detail-texte{
  min-height: 815px;
}
.detail-texte-img{
  width: 100%;
  margin-bottom: 10px;
}
.detail-texte p, .detail-texte h1{
  margin: 0;
  padding: 0;
}

.detail-texte .chemin{
  color: #4665a8 !important;
  font-size: 18px;
}
.detail-texte h1{
  font-size: 25px;
  font-weight: 400;
    line-height: 1.4;
    color: #ad0709;
    font-family: Dosis, arial, sans-serif;
    margin-bottom: 15px;
    padding: 0;
}
.detail-texte h1 a{
    color: #4665a8;
}
.detail-texte > h1 > span{
  margin: 0 10px;
    color: #4665a8;
}
.detail-texte p, .detail-texte div, .detail-texte ul, .detail-texte li, .detail-texte span{
  font-size: 14px;
  font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #646464;
    font-family: Dosis, arial, sans-serif;
    padding: 0;
}
.detail-texte h2{
  font-size: 16px;
  font-weight: bold;
    line-height: 1.4;
    color: #ad0709;
    font-family: Dosis, arial, sans-serif;
    margin-bottom: 15px;
    padding: 0;
}
.detail-texte  .alert alert-success{
  padding: 8px;
}
.img-rubrique-info{
    width: 25% !important;
    float: left !important;
    margin-right: 10px !important;
    border-bottom:solid 2px #DEDEDE;
}
.img-miniature-info{
    float: left;
    margin-right: 10px !important;
    border:solid 3px #DEDEDE;
    width: auto;
}

/*
 * Pagination
 */

.pagination{
  font-size: 13px;
    font-family: "Open Sans", arial, sans-serif;
}
.pagination a{
  display: inline-block;
  min-width: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 7px 14px;
  border: 1px solid #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pagination .fa{
  margin-top: 1px;
  font-size: 16px;
}
.pagination a:hover{
    text-decoration: none;
    border-color: #bbb;
  color: #444;
}
.pagination a.active,
.pagination a.active:hover{
  border-color: #bbb;
  color: #444;
  cursor: default;
}
.pagination a.no-active,
.pagination a.no-active:hover{
  border-color: #efefef;
  color: #bbb;
  cursor: default;
}

.span-title{
  background-color: #83dbd6;
  font-size: 13px;
padding: 7px 16px;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 19px;
    color: #fff;
  display: inline-block;
}
.div-actualites{
  position: relative;
  border: solid 1px #ececec;
  border-top: solid 1px #c1dbd8;
  margin-top: 15px;
  padding: 20px 20px;
  background-color: #fff;
}
.actualites{
  height: 240px;
  position: relative;
  overflow: hidden;
}
.full-slide{
  position: absolute;
  top: 0;
}
.block-actualite{
  height: 120px;
  padding-right: 20px;
}
.block-actualite img{
  width: 100%;
}
.navigation{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F5F5F5;
  width: 58px;
  height: 100%;
  border-left: solid 1px #D9D9D9;
  border-right: solid 1px #D9D9D9;
  text-align: center;
}
.navigation span{
  position: absolute;
  color: #589F25;
  font-size: 29px;
  cursor: pointer;
  }
.up-act{
  top: 10px;
  left: 25%;

}
.down-act{
  bottom: 10px;
  left: 25%;
}


.div-galerie{
  margin-top: 15px;
  height: 180px;
  background:#9ecbdb url(../images/arrGalerie.png) no-repeat top left;
  overflow: hidden;
  padding-right: 100px;
}
.list-image{
  margin-left: 140px;
  padding: 0px;
  overflow: hidden;
}
.list-image img{
  border:solid 1px #fff;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.div-copyright{
  background:#f1f1f1;
  min-height: 40px;
  line-height: 40px;
  padding: 10px
}
.vient-paraitre{
  background: #fff;
  border: solid 1px #D9D9D9;
  margin-left: 15px;
  padding: 20px 20px;
  padding-top: 40px;
  height: 272px;
}



.vient-paraitre img{
  border: solid 1px #D9D9D9;
  width: 100%;
}
.detail, .detail-plan{
 display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 3px;
  border: 1px solid #FF651B;
}
.detail a, .detail-plan a{
  background-color: #FF651B;
  
  padding: 2px 10px;
  color: #fff;
}
/* Section plan maroc vert */
.plan-maroc-vert{
  background: url(../images/plan.jpg) no-repeat center center;
  background-size:100% 100%; 
  height: 308px;
  padding-top: 240px;
  text-align: center;
}
.thematiques{
  border:solid 1px #C5C5C5;
  height: 100px;
}
.carousel {
  position: relative;
}
.phototheque{
  padding-top: 60px;
}
/* Home content */
.home-content{
  position: relative;
}
.home-text{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding:50px 30px;
}
.mn-wrap{
    padding: 8px;
}
/* ==============================
   Newsletter
   ============================== */

.ok-news{
    color: #2D784D;
    display: none;
}
.ko-news{
    color: #AA0710;
    display: none;
}
.file-loader{
    display: none;
}
.block-newsletter{

  background:#e6e6e6;
  padding: 50px 0;
  margin: 0;
}
.newsletter-label h1{
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #6fbedd;
    text-align: left;
}
.newsletter-label p{
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: left;
}
.form input.newsletter-field:hover{
    
}
.form input.newsletter-field:focus{
    
}

.form input.newsletter-field::-webkit-input-placeholder{
    color: #fff;
}
.form input.newsletter-field:focus::-webkit-input-placeholder{
    color: #fff;
}

.form input.newsletter-field:-moz-placeholder{
    color: #fff;
}
.form input.newsletter-field:focus:-moz-placeholder{
    color: #fff;
}

.form input.newsletter-field::-moz-placeholder{
    color: #fff;
}
.form input.newsletter-field:focus::-moz-placeholder{
    color: #fff;
}

.form input.newsletter-field:-ms-input-placeholder{
    color: #fff;
}
.form input.newsletter-field:focus:-ms-input-placeholder{
    color: #fff;
}

.block-newsletter .newsletter-field{
  width: 340px !important;
  height: 55px;
}

/* Footer */
.menu-bas{
  width: 20%;
  float: left;
}
.footer{
  padding: 50px 0 !important;
}
.footer-links a{
  padding-right: 45px;
  color: #4b4536;
}

.menu-footer h1{
    font-family: Dosis, arial, sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    color:#4e87f1;
    font-weight: bold;
    text-transform: uppercase;

}
.menu-footer h1 a{
    color:#4e87f1;
}
.menu-footer ul{
    padding: 0;
    margin: 0;
    list-style: none;

}
.menu-footer ul li{
      font: inherit;
    font-size: 12px;
    color:#4D88EE;
    font-weight: bold;

}
.menu-footer ul li a{
    font-size: 12px;
    color:#9a9898;
    font-weight: bold;
    /*text-transform: uppercase;*/
    text-decoration: none;

}
.footer-copy{
    margin-bottom: 15px;
    text-transform: uppercase;
  color: #4b4536;
  text-align: left;
}
.footer-adresse{
    margin-bottom: 15px;
    text-transform: uppercase;
  text-align: right;
}
.footer-adresse a{
padding-left: 15px;
  color: #232532 !important;
}

a.link-to-top{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(0,0,0, .2);
    font-size: 48px;
}
.icon-2{
  margin-top: 10px;
}
/* Style recherche */

.search-wrap{
  position: relative;
}
.search-field{
  width: 100% !important;
  height: 28px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-button{
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px; 
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #999;
    font-size: 14px;
}

.search-button:hover{
  color: #111;
}
.search-button:hover + .search-field{
  border-color: #ccc;
}
.langues{
  position: relative;
  padding: 0;
  background-color: #72C45E;
    margin: 0 10px !important;
    height: 48px;
    z-index: 9999;
}
.langues a{
    line-height: 48px;
}
.sub-langues{
  position: relative;
  display: none;
    background-color: #675C46;
    z-index: 9999;
    width: 95px !important;
}
.sub-langues > li > a{
    height: 25px;
    line-height: 25px;
}


/* ==============================
   Menu
   ============================== */




/*
 * Desktop nav
 */

.main-nav{
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  background: rgba(255,255,255, .97);
  

  
  z-index: 1030;
    
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  border: 0 !important;
}

.inner-nav{
  display: inline-block;
  position: relative;
  float: left;
  padding-left: 0px;
  border: 0 !important;
  z-index: 999;
}
.inner-nav ul{
  float: left;
  margin: auto;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}
.inner-nav > ul > li {
    padding: 0;
    margin: 0;
    height: 170px;
    width: 20%;
    float: left;
    position: relative;
}
.inner-nav > ul > li:hover {
  background-color: #93d959;
  color: #fff;
}

.inner-nav ul li a{
  color: #93d959;
    letter-spacing: 0.5px;
    height: 100px !important;
    line-height: 100px !important;
  display: inline-block;
  font-size: 13px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul > li:first-child > a{

}  
.inner-nav ul li a:hover,
.inner-nav ul li a.active{
  color: #fff !important;
  text-decoration: none;
}
.whiteLiColor{
  color: #fff !important;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.main-slide{
  z-index: 88;
  overflow: hidden;
}
.main-menu, .main-nav{
  z-index: 89;
}
/* Menu sub */
.second-niveau{
    width: 960px !important;
}
.second-niveau li{
width: 320px !important;
float: left !important;
}
.mn-sub{
  display: none;
  width: 330px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: #199ddb;
  z-index: 999;
}
.mn-sub li{
  display: block;
  width: 100%;
  margin: 0 !important;
}
.inner-nav ul li .mn-sub li a{
  display: block;
  width: 100%;
  height: auto !important;
    line-height: 1.3 !important;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 15px;
    font-size: 13px;
  text-align: left;
    text-transform: none;    
  border-left: none;
  border-right: none;
    letter-spacing: 0;
  color: #fff !important;
  cursor: pointer;
}

.mobile-on .mn-has-multi > li:last-child > a{
    border-bottom: 1px solid rgba(255,255,255, .065) !important;
}

.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active{
  background: rgba(255,255,255, .09);
  color: #f5f5f5 !important;
}

.mn-sub li ul{
    left: 100%;
  right: auto;
  top: 0;
    border-left: 1px solid rgba(255,255,255, .07);
}
.inner-nav > ul > li:last-child .mn-sub,
.inner-nav li .mn-sub.to-left{
  left: auto;
  right: 0;
}
.inner-nav li:last-child .mn-sub li ul,
.inner-nav li .mn-sub li ul.to-left{
  left: auto;
  right: 100%;
  top: 0;
    border-left: none;
    border-right: 1px solid rgba(255,255,255, .07);
}
.mobile-on .inner-nav li:last-child .mn-sub li ul{
  left: auto;
  right: auto;
  top: 0;
}

.mn-wrap{
    padding: 8px;
}

/* Menu sub multi */

.mn-has-multi{
    width: auto !important;
    padding: 15px;
    text-align: left;
    white-space: nowrap;
}
.mn-sub-multi{
    width: 190px !important;
    overflow: hidden;
    white-space: normal;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
}
.mn-sub-multi > ul{
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
}
.mn-group-title{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}
.mn-group-title:hover{
    background: none !important;
}

.mobile-on .mn-sub-multi > ul{
    left: auto;
    right: auto;
    border: none;
}
.mobile-on .mn-sub-multi{
    display: block;
    width: 100% !important;
}


.mobile-on .mn-sub-multi > ul > li:last-child > a{
    border: none !important;
}
.mobile-on .mn-sub > li:last-child > a{
    border: none !important;
}
.mobile-on .mn-sub-multi:last-child > ul{
    border-bottom: none !important;
}

/*
 * Mobile nav
 */

.mobile-on .desktop-nav{
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 15px;
    
  z-index: 100; 
}
.mobile-on .full-wrapper .desktop-nav{
    padding: 0;
}


.mobile-on .desktop-nav ul{
  width: 100%;
    float: none;
  background: #4368C1;
    position: relative;
    overflow-x: hidden;
  z-index: 100; 
}
.mobile-on .desktop-nav > ul{
    overflow-y: auto;
}
.mobile-on .desktop-nav ul li{
  display: block;
  background: #4368C1;
  float: none !important;
    overflow: hidden;
    height: auto;
    width: 100% !important;
  padding: 0;
  margin: 0;
}
.mobile-on .desktop-nav ul li ul{
  padding: 0;
    border-bottom: 1px solid rgba(255,255,255, .1);
}
.mobile-on .desktop-nav ul li a{
  display: block;
  width: 100%;
  height: 38px !important;
  line-height: 38px !important;
  position: relative;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255,255,255, .065);
  
  color: #fff;
    letter-spacing: 1px;
  cursor: pointer;
}
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active{
  background: rgba(255,255,255, .03);
  color: #ddd;
}

/* Menu sub */

.mobile-on .mn-has-sub > .fa{
  display: block;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  text-align: center;
  border: 1px solid rgba(255,255,255, .1);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mobile-on .js-opened > .mn-has-sub > .fa{
    border-color: rgba(255,255,255, .4);
    line-height: 14px;
}
.mobile-on .inner-nav li{
  margin: 0 !important;
}
.mobile-on .mn-sub{
  display: none;
  opacity: 0;
  position: relative;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none ;
  z-index: 10;
}
.mobile-on .mn-sub li{
  padding-left: 10px;
}


.inner-nav li.js-opened .mn-sub{
  opacity: 1;
}


.mobile-nav{
  display: none;
  float: right;
  vertical-align: middle;
  font-size: 11px;
  height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 1px solid rgba(0,0,0, .05);
  border-right: 1px solid rgba(0,0,0, .05);
  cursor: pointer;
  
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;     
  -o-user-select: none;
  user-select: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  
  -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property:  background, color;
}
.mobile-nav:hover,
.mobile-nav.active{
  background: #fff;
  color: #777;
}
.mobile-nav:active{
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
  -moz-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
  box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
}
.no-js .mobile-nav{
  width: 55px;
  height: 55px;
}
.mobile-on .mobile-nav{
  display: table;
}
.mobile-nav .fa{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
}

/* Menu sub multi */

.mobile-on .mn-has-multi{
    width: auto;
    padding: 0;
    text-align: left;
    white-space: normal;
    
}
.mobile-on .mn-sub{
    width: 100%;
    float: none;
    position: relative;
    overflow-x: hidden;
}

/*
 * Dark panel style
 */

.main-nav.dark{
  background-color: rgba(10,10,10, .95);
    
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:  none;
}
.main-nav.dark .inner-nav ul > li > a{
  color: #007931;
}
.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active{
  color: #FF641D;
}

.main-nav.dark .mobile-nav{
  background-color: transparent;
  border-color: transparent;
  color: #007931;
}
.main-nav.dark .mobile-nav:hover,
.main-nav.dark .mobile-nav.active{
  color: #fff;
}

.main-nav.mobile-on.dark .inner-nav{
  border-top: 1px solid rgba(100,100,100, .4);
}


.main-nav.dark .mn-sub{    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:  none;
}

.main-nav.dark .mn-soc-link{
    border: 1px solid rgba(255,255,255, .2);
}
.main-nav.dark .mn-soc-link:hover{
    border: 1px solid rgba(255,255,255, .3);
}

/*
 * Transparent panel style
 */

.main-nav.transparent{
    background: transparent !important;
}
.main-nav.js-transparent{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


/* 
 * Centered menu 
 */

.mn-centered{
    text-align: center;
}
.mn-centered .inner-nav{
    float: none;
}
.mn-centered .inner-nav > ul{
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.mn-centered .inner-nav > ul > li:first-child{
    margin-left: 0;
}
.mn-centered .mobile-nav{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* 
 * Aligned left menu 
 */

.mn-align-left{

}
.mn-align-left .inner-nav{
    float: none;
    width: 100%;
}
.mn-align-left .inner-nav > ul{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.mn-align-left .inner-nav > ul > li:first-child{
    margin-left: 0;
}
.mn-align-left .mobile-nav{
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/*
 * Menu social links
 */

.mn-soc-link{
    width: 34px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    font-size: 12px;
    
    display: inline-block;
    border: 1px solid rgba(0,0,0, .1);
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.mn-soc-link:hover{
    border: 1px solid rgba(0,0,0, .25);
}
.main-nav .tooltip{
    font-size: 12x;
    text-transform: none;
    letter-spacing: 0;
}

/*
  Slide 
  *****************************/
.bg-vert{
  background-color: #027B36;
}
.bg-gris{
  background-color: #fff;
}
.bg-gris-2{
  background-color: #e6e6e6;
}
.bg-gris-3{
  background-color: #f1f1f1;
}
.bg-gris-4{
  background-color: #959593;
}
.bg-orange{
  background-color: #F2A22F;
}
.border-gris{
  border:solid 1px #E6E6E6;
}
.page-section,
.small-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
    background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
  padding: 0;
}
/* ==============================
   Alt features
   ============================== */

.alt-features-grid{
    margin-top: -70px;
}
.alt-features-item{
    margin-top: 70px;
}
.alt-features-icon{
    padding-top: 10px;
    font-size: 48px;
    line-height: 1.3;
    color: #111;
}
.alt-features-icon img{
    width: 100%;
}
.alt-features-title{
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}
.alt-features-descr {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86
}

/* -------------------------------- 

Slider

-------------------------------- */


.work-full-media{
  margin-top: 30px;
}

.work-full-media img{
  max-width: 100%;
  height: auto;
}
.work-full-text{
  text-align: left;
  font-size: 13px;
  color: #777;
}
.work-full-text h6{ 
  margin-top: 5px;
}
.work-detail{
    font-weight: 400;
}
.work-detail p:last-child{
  margin-bottom: 0;
}
.work-full-detail{
  font-size: 11px;
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.work-full-detail p{ 
  padding: 4px 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0, .05);
}
.work-full-detail p:last-child{
    border-bottom: 1px solid rgba(0,0,0, .05);
}
.work-full-detail p strong{ 
  width: 100px;
    display: inline-block;
}
.work-full-action{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}



/*
 * Owl Carousel
 */

.owl-carousel{
    overflow: hidden;
}
.owl-buttons{
  position: static;
}
.owl-prev,
.owl-next{
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
    
    z-index: 6;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-prev{
  left: -50px;
}
.owl-next{
  right: -50px;
}
.owl-prev:before,
.owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-next:before{
    left: auto;
    right: 0;
}
.owl-prev .fa,
.owl-next .fa{
    position: relative;
}
.owl-prev:hover,
.owl-next:hover{  
  -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
   -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.owl-prev:active:before,
.owl-next:active:before{  
  opacity: 0.6;
}
.owl-carousel:hover .owl-prev{
  opacity: 1;
  left: -35px;
}
.owl-carousel:hover .owl-next{
  opacity: 1;
  right: -35px;
}
.owl-pagination{
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}
.owl-page{
  display: inline-block;
  padding: 6px 4px;
    position: relative;
}
.owl-page span{
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255,255,255, .7);
    position: relative;
    z-index: 1000 !important;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span{
  background: rgba(255,255,255, 1);
}
.owl-page.active span{    
  background: transparent;
    bordeR: 1px solid rgba(255,255,255, .8);
    
    -webkit-transform: scale(1.3333333);
    -moz-transform: scale(1.3333333);
    -o-transform: scale(1.3333333);
    -ms-transform: scale(1.3333333);
    transform: scale(1.3333333);
}

.item-carousel .owl-prev{
  left: -125px;
}
.item-carousel .owl-next{
  right: -125px;
}
section:hover .item-carousel.owl-carousel .owl-prev{
  opacity: 1;
  left: -80px;
}
section:hover .item-carousel.owl-carousel .owl-next{
  opacity: 1;
  right: -80px;
}

.item-carousel{
    margin-bottom: -50px;
    padding-bottom: 50px;
}
.item-carousel .owl-pagination{
  bottom: 0;
}

.work-full-slider .owl-pagination,
.content-slider .owl-pagination{
  bottom: 15px;
}

.single-carousel,
.small-item-carousel{
    margin-bottom: 35px;
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination{
    position: relative;
    left: 0;
    top: 35px;
    margin: 0;
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span{
    background: rgba(0,0,0, .15);
    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span{
    background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span{
  background: rgba(0,0,0, .4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next{
    color: rgba(0,0,0, .2);
    text-shadow: none;
    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover{
    color: rgba(0,0,0, .35);
}
.single-carousel .owl-prev,
.small-item-carousel .owl-prev{
  left: -125px;
}
.single-carousel .owl-next,
.small-item-carousel .owl-next{
  right: -125px;
}
section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev{
  opacity: 1;
  left: -80px;
}
section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next{
  opacity: 1;
  right: -80px;
}

.black-arrows .owl-prev,
.black-arrows .owl-next{
    color: #fff;
}
.black-arrows .owl-prev:before,
.black-arrows .owl-next:before{
        background: rgba(0,0,0, 1);
}



/* ==============================
   Bootstrap multicolumn grid
   ============================== */

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
  /* reset previous grid */
  .multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

  /* clear first in row for small columns */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
  /* reset previous grid */
  .multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

  /* clear first in row for medium columns */
  .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
  /* reset previous grid */
  .multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
  .multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
  .multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
  .multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
  .multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

  /* clear first in row for large columns */
  .multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
  .multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
  .multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
  .multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
  .multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}

/*****************
  Page interne

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

.page-interne-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
    background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
  padding: 50px;
}
.bg-gris-light{
  background-color: #f4f4f4;
}
.thematiques-interne{
  height: 110px;
}
.detail-info{
  margin-left: 15px;
}
.h-font-1{ 
  color: #57a32b;
  font-size: 17px;
    font-family: Dosis, arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.body-item{
  background-color: #fff;
  padding: 30px;
  min-height: 795px;
}
.body-item img{
  width: 100%;
  margin-bottom: 15px;
}
.h-font-2{ 
  color: #57a32b;
  font-size: 25px;
    font-family: Dosis, arial, sans-serif;
  line-height: 1.6; 
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.p-font-1{ 
  color: #808080;
  font-size: 18px;
  text-align: justify;
    font-family: Dosis, arial, sans-serif;
  line-height: 1.6; 
}
.partage{
  margin-top: 10px;
}
.partage span{
  padding: 6px 10px;
  width: 30px;
  display:inline-block !important;
  text-align: left !important;
}
.partage a{
  color: #fff;
  font-size: 11px;
  text-align: left;
}

.menuHaut {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  list-style: none;
}
.menuHaut li {
  float: left;
  width: 40%;

}
.menuHaut li a {
    color: #6383ca;
    letter-spacing: 0.1px;
    height: 25px !important;
    line-height: 25px !important;
    font-family: Dosis, arial, sans-serif;
    padding: 0 10px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.menuHaut-pr{
  display: none;
}

.btn-bleu{
  color: #fff;
  background: #6fbedd;
}
.menuHaut li a:hover {
    color: #6383ca;
}
.menuLangue {
  background-color:  #F4F4F4;
    padding: 0 !important;
    margin: 0 !important;
    height: 90px;
}
.menuLangue a{
    height: 45px !important;
    line-height: 45px !important;
    margin-bottom: 1px;
    margin-left: 1px;
    width: 49.2%;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: Dosis;
    color: #4368C1;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
}
form.authentification input{
  margin: 5px !important;
}
form.authentification button{
  margin-top: 4px !important;
}

.authentification{
    height: 90px !important;
    background: #f4f4f4;
    padding: 14px 10px ;
}

.title-membre{
    color: #3f67c0;
    letter-spacing: 0.1px;
    font-family: dosis;
    font-size: 16px;
    text-align: left;
    height: 23px;
    padding-left: 20px;
}
.title-authentification{
    text-transform: uppercase;
    color: #3f67c0;
    letter-spacing: 0.5px;
    font-family: dosis;
    font-size: 16px;
    text-align: left;
    height: 40px;
}
.btn-gris{
  background: #fafafa;
  color: #8a8a8a;
    border:solid 1px #c8c8c8;
    height: 30px !important;
    padding: 4px 12px !important;
}
.form input.newsletter-field{
    width: 96%;
    height: 26px !important;
    background: #ffffff;
    border:solid 1px #c8c8c8;
    float: left;
    margin-right: 4px;
    margin-bottom: 3px;
}

.js-height-full{
   background: #fff;
}
.main-page{
   
    padding: 15px;
}
.main-partenaire{
    background: #1c73b6;
    padding: 16px 20px 14px 20px;
    height: 100%;
}
.main-partenaire .carousel-inner {
    position: relative;
    width: 45%;
    overflow: hidden;
    margin: 0 auto;
}
.main-partenaire .item img{
  width: 100%;
}

.carousel-control {
}
.carousel-control {
    position: absolute;
    top: 30%;
    bottom: 0;
    left: 0;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: 0 ;
    filter: alpha(opacity=50);
    background: none !important;
}
.secondMenu{
  height: 100% !important;
}
.border-gris{
  border: solid 1px #c5c5c5;
  background: #eee;
}
.main-carte{
  background: #4766a9;
  padding: 40px 30px 5px 30px;
  height: 100% !important;
}
.inline{
  display: inline-block;
}
.carte-region{
  position: absolute;
  top: 50px;
  left: 25%;
  width: 296px;
  height: 372px;
}
.carte-region .overlay{
  width: 296px;
  height: 372px;
  background: url(../images/carte-region-png.png) no-repeat left center;
  background-position: -296px 0px;
position:absolute;
left:0;
top:0;
z-index:12;
}
.carte-hidden{
  z-index: 13;
}
.carte-region img{
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.txt_span{
  line-height: 18px !important;
  padding: 2px 10px !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-family: dosis;
  color: #fff;
  border-radius: 5px;
  border: 2px #fff solid;
  position: absolute;
  z-index:13;
  display: none;
}
.txt_rabat{
  background-color: #0f70b7;
  top: 230px !important;
  left: 110px !important;
  display: block;
}
.txt_kenitra{
  background-color: #c2e4e6;
  top: 50px !important;
  left: 206px !important;
}
.txt_sidi_kacem{
  background-color: #b9d584;
  top: 102px !important;
  left: 400px !important;
}
.txt_sidi_slimane{
  background-color: #ab89be;
  top: 162px !important;
  left: 372px !important;
}
.txt_sidi_slimane{
  background-color: #ab89be;
  top: 162px !important;
  left: 372px !important;
}
.txt_sale{
  background-color: #f18b56;
  top: 205px !important;
  left: 140px !important;
}
.txt_khemissate{
  background-color: #ec625e;
  top: 290px !important;
  left: 372px !important;
}
.txt_temara{
  background-color: #f7f191;
  top: 295px !important;
  left: 70px !important;
}
.div_carte span{
  font-size: 20px;
  font-family: dosis;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 30px;
  line-height: 25px;
  text-transform: uppercase;
}
.main-video{
  background: #494946;
  padding: 50px 30px 10px 30px;
  height: 100% !important;
}
.tous{
  background-color: #8293a3;
  padding: 5px 20px;
  color: #fff !important;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.actualites-height .h-text-3 {
  width: 70%;
}
.tous-act{
  background-color: #ad0709;
  padding: 5px 10px;
  color: #fff !important;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  top: 50px;
}
.main-agenda{
  background: #4766a9;
  padding: 40px 30px 10px 30px;
  height: 100% !important;
}
.agenda-content{
  background: #f3f4f6;
  border: solid 1px #f3f4f6;
}
.main-agenda .header{
  background: #8293a3;
  padding: 15px 10px;
  height: 60px;
  }
.tous-agenda{
  color: #fff !important;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: solid 2px #fff;
  padding-top: 4px;
}
.h-text-5{
    font-size: 25px;
    color: #fff;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.block-agenda{
  overflow: auto;
  position: relative;
  margin: 9px;
  padding: 5px;
  background: #fff;
    width: 96%;
  height: 300px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.block-agenda-content{
  overflow: auto;
  position: relative;
  margin: 9px;
  padding: 0;
    width: 97%;
  height: 300px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.force-overflow
{
    width: 100%;
    min-height: 500px;
}
.content-agenda{
  height: 100px;
  overflow: hidden;
    width: 100%;
  margin: 0;
  padding: 9px;
}
.content-agenda .date{
    width: 15%;
    float: left;
    font-size: 15px;
    color: #22bbb8;
    font-family: Dosis, arial, sans-serif;
    text-align: center;
    line-height: 18px;
}
.content-agenda .date span{
    font-size: 25px;
    font-family: Dosis, arial, sans-serif;
    color: #22bbb8;
    font-weight: bold;
}
.content-agenda .texte{
    width: 80%;
    float: left;
}
.content-agenda .texte h1{
    font-size: 19px;
    font-weight: bold;
    font-family: Dosis, arial, sans-serif;
    color: #000;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
}
.content-agenda .texte h1 a{
    color: #000 !important;
}
.content-agenda .texte h2{
    font-size: 16px;
    font-family: Dosis, arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}
.panel-title{
  padding: 5px;
}
/*****************
  accordion
  *********************/
#accordion.panel-group{
  width: 100% !important;
  padding: 5px !important;
}
.header-accordion{
    margin: 0px !important;
    border-bottom: solid 0px #4766A9 !important;
}
.panel-title>a:hover {
    color: #f3f2f2;
}
.panel-accordion{
    background:#4766A9 !important;
}
.titre-rubrique-accordion{
    font-family: Dosis !important;  
    font-size:17px !important;
    color: #fff !important;
    text-align: left;
    padding-left: 10px;
    line-height: 30px !important;
    margin: 0px !important;
    margin-bottom:10px !important;
}
th{
  background: #adcfd9 !important;
  color: white;
}

tr:nth-child(2n){
background-color: #fff;
}
tr:nth-child(2n+1){
  background-color:#F9F9F9;
}
tr:first-child { 
    background-color: #F2F2F2;
  border-radius: 5px !important;
  
}
td{
  border:solid 0.5px #ddd !important;
  padding: 5px !important;
  font: none !important;

}
table{

  width: 100% !important;
  border-radius: 5px !important;

}
.table-striped td{
  border:0 !important;

}
.sousSous-menu{
  margin: 10px 0;
  padding: 0;

}
.sousSous-menu li{
  padding: 6px 2px;
}
.sousSous-menu li a{
  padding: 6px 2px;
    font-family: Dosis !important;  
    font-size:17px !important;
    color: #4766A9 !important;
}
b, strong {
    font-weight: 700 !important;
}
.organigramme{
  position: relative;
  width: 1022px;
  height: 676px;
  background: #fff url(../images/organigramme.png) no-repeat center center;

}
.organigramme span{
  position: absolute;
  font-family: Dosis !important;  
  font-size:14px;
  display: inline-block;
    color: #fff ;
}

.president{
  top: 20px;
  left: 460px;
  font-size:20px !important;
}
.directeur{
  top: 120px;
  left: 430px;
  font-size:18px !important;
}
.d1{
  top: 210px;
  left: 265px;
    color: #2a2a2a !important;
}
.d2{
  top: 441px;
  left: 5px;
  width: 119px;
  height: 72px;
  text-align: center;
}
.d3{
  top: 441px;
  left: 134px;
  width: 104px;
  height: 72px;
  text-align: center;
}
.d4{
  top: 441px;
  left: 247px;
  width: 104px;
  height: 72px;
  text-align: center;
}
.d5{
  top: 441px;
  left: 360px;
  width: 104px;
  height: 72px;
  text-align: center;
}
.d6{
  top: 441px;
  left: 473px;
  width: 112px;
  height: 72px;
  text-align: center;
}
.d7{
  top: 322px;
  left: 655px;
  width: 112px;
  height: 72px;
  text-align: center;
}
.d8{
  top: 322px;
  left: 818px;
  width: 112px;
  height: 72px;
  text-align: center;
}
.s1{
  top: 548px;
  left: 5px;
  width: 119px;
  height: 72px;
  text-align: center;
    color: #2a2a2a !important;
}
.s2{
  top: 548px;
  left: 154px;
  width: 110px;
  height: 72px;
  text-align: center;
    color: #2a2a2a !important;
}
.s3{
  top: 610px;
  left: 154px;
  width: 110px;
  height: 72px;
  text-align: center;
    color: #2a2a2a !important;
}
.s4{
  top: 542px;
  left: 295px;
  width: 110px;
  height: 72px;
  text-align: center;
    color: #2a2a2a !important;
}
.s5{
  top: 625px;
  left: 295px;
  width: 110px;
  height: 72px;
  text-align: center;
    color: #2a2a2a !important;
}
.s6{
  top: 542px;
  left: 476px;
  width: 110px;
  height: 72px;
  text-align: center;
    color: #2a2a2a !important;
}
.s7{
  top: 437px;
  left: 602px;
  width: 110px;
  height: 72px;
  text-align: center;
}
.s8{
  top: 437px;
  left: 735px;
  width: 110px;
  height: 72px;
  text-align: center;
}
.s9{
  top: 542px;
  left: 670px;
  width: 110px;
  height: 72px;
  text-align: center;
    color: #2a2a2a !important;
}
.s10{
  top: 437px;
  left: 890px;
  width: 110px;
  height: 72px;
  text-align: center;
}
.s11{
  top: 542px;
  left: 809px;
  width: 110px;
  height: 72px;
  text-align: center;
    color: #2a2a2a !important;
}
/****************************************************** zone album ****************************************************/
#grouped-image-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#grouped-image-list li{
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 19%;
}
#grouped-image-list li img{
    border:solid 4px #DEDEDE;
    width: 100%;
}