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

Project:    INRA
Version:    1.0
date de creation :   1.10.2016  
---------------------------------------------------.page-header----------------*/

@import "font-awesome.min.css";
@import "et-line.css";
@import url(DinPro/font.css);
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,700);


.tb-megamenu .dropdown-menu li > a
/* ==============================
   Common styles
   ============================== */
  
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.left{float:left !important;}
.right{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: 15px !important; }
.margin-top{ margin-top: 30px !important; }
.margin-top-1{ margin-top: 15px !important; }
.margin-3{ margin-top: 60px !important; }
.margin-first{
  margin-top: 35px;
}
.margin-second{
  margin-top: 20px;
}
.image-fullwidth img{
    width: 100%;
}
.stick-fixed{
	position: fixed !important;
	top: 0;
	left: 0;
}
.webform-client-form .webform-component-textfield {
	height:50;
}
.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);
}
.web-naire span.date-display-single {
    font-size: 14px;
    font-family: Questrial;
}
.node-webinar  span.date-display-single {
    font-size: 14px;
    font-family: Questrial;
}
.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);
}
.js-stick{
	z-index: 100;
}
.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.full-wrapper {
    margin: 0 2%;
}


html{
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
.page{
	overflow: hidden;
}
.top-links li.en {
	display:none;
}
.btn_cli {
	left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
} 
.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;	
}
.min-height-300 {
min-height: 250px !important;
}
.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: 16px;
	font-family: 'Questrial', arial, sans-serif;
	line-height: 1.6;	
	-webkit-font-smoothing: antialiased;
}

a{
	color: #027B36;
	text-decoration: none;
}
a:hover{
	color: #6FAD28;
	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 0.7em 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: 'Questrial', arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.serif{
	font-family: "Questrial", 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
 */
.search-form {
     margin-bottom: 0em; 
}
.top-links{
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.bg-facebook{
  background: #3F67BF;
}
.bg-twitter{
  background: #36B5EC;
}
.bg-google-plus{
  background: #EA5B4B;
}
.color-rss > a{
  color: #FE9900 !important;
}
.color-rss > a > i{
  font-size: 33px !important;
}
.top-links li{
    float: left;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom:auto;
	list-style: none;
    
}
.top-links li .fa{
    font-size: 14px;
    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: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    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;
  text-transform: uppercase;
  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{
  width: 100%;
  height: 80%;
  text-align: center;
}

/* section actualités */

.h-text-1{
    position: relative;
  font-size: 22px;
  font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.2;
    color: #fff;
    font-family: 'Questrial';
}
.h-text-5{
  padding: 0;
  margin: 0;
  padding-top: 0px;
  margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #FF7C3B;
    font-family: 'Questrial';
}
.h-text-5 a{
  padding: 0;
  margin: 0;
  padding-top: 8px;
  margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #FF7C3B;
    font-family: 'Questrial';
}
.h-text-6{
  padding: 0;
  margin: 0;
    font-size: 17px;
  margin-bottom: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #646464;
    font-family: 'Questrial';
}
.publication-marge .h-text-6 a{
  padding: 0;
  margin: 0;
    font-size: 17px;
  margin-bottom: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #646464;
    font-family: 'Questrial';
}
.h-text-6 a{
  padding: 0;
  margin: 0;
    font-size: 1em;
  margin-bottom: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #646464;
    font-family: 'Questrial';
}
.h-text-4{
    position: relative;
  font-size: 22px;
  font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.2;
    color: #68B63C;
    font-family: 'Questrial';
    text-transform: uppercase;
}
.h-text-7{
    position: relative;
  font-size: 20px;
  width: 50%;
min-width: 131px;
  font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.2;
    color: #68B63C;
    padding-left: 15px;
    border-left: solid 1px #68B63C;
    font-family: 'Questrial';
    text-transform: uppercase;
}
.h-text-8{
    position: relative;
  font-size: 22px;
  width: 50%;
  font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.2;
    color: #68B63C;
    padding-left: 15px;
    font-family: 'Questrial';
    text-transform: uppercase;
}
.h-text-9{
    position: relative;
  font-size: 15px;
  width: 80%;
  font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #F2A22F;
    padding-left: 15px;
    font-family: 'Questrial';
    text-transform: uppercase;
}
.h-text-10{
  font-size: 19px;
  font-weight: 400;
    line-height: 1.4;
    color: #fff;
    font-family: 'Questrial';
    text-transform: uppercase;
}
.p-text-1{
    position: relative;
  font-size: 19px;
  font-weight: 100;
    line-height: 1.2;
    color: #fff;
    font-family: 'Questrial';
}
.span-title{
  background-color: #6FAD28;
  font-size: 13px;
padding: 7px 16px;
    font-family: 'Questrial';
    text-transform: uppercase;
    border-radius: 19px;
    color: #fff;
  display: inline-block;
}
.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%;
}
.carte{
position:relative;
  background: url(../images/carte.jpg) left top no-repeat;
  background-size:100% auto;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  text-align: right;
  margin-top: 75px;
}
.page-interne-section .carte {
margin-top: 0px;
}
.carte img{
  float: right;
  height: 90%;
  margin-top: 2.5%;
  margin-right: 4.6%;
}
.agenda{
  background: #fff;
  border: solid 1px #D9D9D9;
}
.block-agenda{
  height: 90px;
  padding: 8px 20px;
}
.block-agenda:nth-child(1) { background-color: #fff; }
.block-agenda:nth-child(2) { background-color: #F6F6F6; }
.block-agenda:nth-child(3) { background-color: #fff; }

.vient-paraitre{
  background: #fff;
  border: solid 1px #D9D9D9;
  padding: 20px 50px;
  padding-top: 50px;
  height: 270px;
}
.vient-paraitre img{
  border: solid 1px #D9D9D9;
}
.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/inranewsle.jpg) no-repeat center center;
  background-size:100% 100%; 
  height: 308px;
  padding-top: 280px;
  text-align: center;
}
.thematiques{
  border:solid 1px #C5C5C5;
  height: 100px;
}
.carousel {
  position: relative;
}
.carousel-inner{
  width: 80%;
  position: absolute;
  top: 0;
  left: 10%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-control {
  top: 15px;
  color: #F2A22F !important;
  font-size: 32px;
}
.carousel-control.left {
  left: -10px;
}
.carousel-control.right {
  right: -10px;
}
.phototheque{
  padding-top: 60px;
}
/* Home content */
.home-content{
  position: relative;
}
.home-text{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding:100px 30px;
      padding-right: 80px;

}
.mn-wrap{
    padding: 8px;
}
/* ==============================
   Newsletter
   ============================== */

.newsletter-label{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #68b63c;
}
.btn-vert{
  background: #68b63c;
  color: #fff;
}
.form input.newsletter-field{
    max-width: 293px;
}
.form input.newsletter-field:hover{
    
}
.form input.newsletter-field:focus{
    
}

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

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

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

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

/* Footer */
.footer{
  padding: 50px 0 !important;
}
.footer-links a{
  padding-right: 45px;
  color: #4b4536;
}

.footer-copy{
    margin-bottom: 15px;
    text-transform: uppercase;
  color: #4b4536;
  text-align: left;
}
.footer-adresse{
    margin-bottom: 15px;
    text-transform: uppercase;
  color: #4b4536;
  text-align: right;
font-size: 12px;

}

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;
}
/* Style recherche */
#block-search-form {
position: relative;
}
.search-wrap{
  position: relative;
}
.search-field{
  width: 100% !important;
  height: 40px !important;
  border-radius: 30px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-search {
    width: 100% !important;
    height: 35px !important;
    border-radius: 30px !important;
    -moz-box-sizing: border-box;
    margin-top: 2px;
    box-sizing: border-box;
border: solid 1px #fff;
}
#search-block-form .form-item {
    margin-top: 0em;
    margin-bottom: 0em;
	    min-width: 200px;
}
#search-block-form .form-submit {
display:none;
}
.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
   ============================== */


/* Logo */


/*
 * Desktop nav
 */




.inner-nav{
  display: inline-block;
  position: relative;
  float: right;
}
.inner-nav ul{
  float: right;
  margin: auto;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}
.inner-nav ul li {
    float: left;
    margin-left: 30px;
    position: relative;
}
.inner-nav ul li a{
  color: #007931;
    letter-spacing: 2px;
  display: inline-block;
  -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: #FF641D;
  text-decoration: none;
}



/* Menu sub */

.mn-sub{
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(30,30,30, .97);
}
.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: #b0b0b0 !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: rgba(18,18,18, .97);
    position: relative;
    overflow-x: hidden;
}
.mobile-on .desktop-nav > ul{
    overflow-y: auto;
}
.mobile-on .desktop-nav ul li{
  display: block;
  float: none !important;
    overflow: hidden;
}
.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: #007931;
    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;
  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: #FAFAFA;
}
.bg-orange{
  background-color: #F2A22F;
}
.border-gris{
    margin-bottom: 30px;
  max-height:583px;
}
.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: right;
padding-right:10%;
}
.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; }
}
.flex-caption {
    position: absolute;
    /* right: 10%; */
    bottom: 0px;
    /* left: 10%; */
    z-index: 10;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #000;
    padding-left: 25px;
    padding-right: 25px;
    text-align: justify;
    width: 100%;
}
.om-maximenu.code-cc002 {
    width: 344px;
    height: 437px;
    float: right;
}
.om-maximenu.code-cc002 ul.om-menu, .om-maximenu.code-cc002 ul.om-menu li.om-leaf, .om-maximenu.code-cc002 ul.om-menu li.om-leaf .om-link {
    display: block;
    margin-top: 11px;
    float: right;
    margin-right: 23px;
}
.all-content-link {
color:#fff !important;
}
.views-row-even {
background-color: #F6F6F6;
    height: 90px;
    padding: 8px 20px;
}
.views-row-odd {
    height: 90px;
    padding: 8px 20px;
}
.region-agenda {
    margin-bottom: 50px;
}
.phototheque h1 {
font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #fff;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
}
#footer-sitemap ul li li {
    float: none;
    margin: 0;
    padding: 0;
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left:0px;
    text-transform: none !important;
    color: #88878a;
}
#footer-sitemap ul li {
   padding-left: 4%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer-sitemap a.fs-root-link {
    font-size: 1em;
    line-height: 1.5em;
    padding-right: 0;
    color: #4b4536;
}
.footer-bg {
background:#fafafa;
}
.newsletter-bg{
background:#efefef;
} 
.fullwidth-slider .views-more-link {
    background-color: #fff;
    font-size: 12px;
    padding: 7px 16px;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #6FAD28 !important;
    margin-top: 61px;
display: table;
}

.h-text-1 a:first-child  {
color:#fff;
}
.views-more-link a{
    color: #6FAD28;
}
.partage {
    font-size: 14px;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #fff;
    padding-bottom: 30px;
}


 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
 #block-block-7 .carousel-inner > .item > img,
   #block-block-7 .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
/************************
carousel actualites
************************/
#carousel-example-generic-1, .block-actualites{
  width: 100%;
  height: auto;
}
.carousel-inner-1{
  width: 100%;
  position: relative;
  left: unset;
  top: unset;
}
.carousel-inner .item img{
  width: 100%;
}
.carousel-indicators-1 {
  bottom: -10px;
}
.carousel-indicators-1 li {
  width: 16px;
  height: 16px;
  background-color: #6FAD28;
  border: 1px solid #fff;
}
.carousel-indicators-1 .active {
  width: 18px;
  height: 18px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #6FAD28;
}
.carousel-caption {
  position: absolute;
  right: unset;
  bottom: 0px;
  left: 0;
  height: 80px;
  z-index: 10;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.59);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.region-publication .h-text-6 .views-more-link{
    background-color: #FF651B;
    padding: 4px 10px;
	margin-top:10px;
    color: #fff;
}
.region-publication .views-more-link {
display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 3px;
	color: #fff !important;
    border: 1px solid #FF651B;
	    float: none;
}
.well {
    min-height: 20px;
    padding: 13px;
    margin-bottom: 20px;
     background-color: transparent; 
     border: 1px solid transparent; 
     border-radius: 0px; 
     -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0); 
     box-shadow: inset 0 0px 0px rgba(0,0,0,0); 
}
/*****************
  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;
margin-left: 15px;
margin-right: 15px;
}
.plan-maroc-vert-interne{
  background: url("../images/plan-maroc2.jpg") no-repeat center center;
  background-size:100% 100%; 
  height: 200px;
  padding-top: 155px;
  text-align: center;
}
.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 span{
  width: 25px;
  height: 25px;
  line-height: 25px;
  display:inline-block;
  text-align: center;
}
.partage a{
  color: #fff;
  font-size: 11px;
}
.breadcrumb {
color: #57a32b !important;
    font-size: 17px;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
padding-left:48px;
border-radius:0px;
	margin-left: -15px;
	margin-right: -15px;
    margin-bottom: 15px;}
.breadcrumb>.active {
    color: #57a32b !important;
    
}
.alert {
display:none;
}
.region-content p, .region-content li, .region-content td, .region-content h1{
text-align:justify;
color:#808080}
.region-agenda h2, .region-agenda .date-display-single {
	
}

.region-agenda .all-content-link {
    color: #fff;
}

.region-agenda .date-display-single {
	
	size:22px;
}
span.date-display-single {
    font-size: 22px;
    font-family: Questrial;
}
.region-agenda .field-type-text {
	color:#646464;
	font-size:17px;
}

.view-clone-of-agenda-page .views-row-even {
background-color: #F6F6F6;
    height: 140px;
    padding: 8px 20px;
}
.view-clone-of-agenda-page .views-row-odd {
    height: 140px;
    padding: 8px 20px;
}

.view-clone-of-agenda-page .views-more-link {
    background-color: transparent;
    font-size: 14px;
    padding: 0px 0px;
    font-family: Dosis, arial, sans-serif;
    text-transform: lowercase;
    letter-spacing: 0.2em;
    color: #71776b !important;
    float: right;
    margin-top: 0px;
	font-weight: 600;
}
.view-actualite-page .views-more-link {
    background-color: transparent;
    font-size: 14px;
    padding: 0px 0px;
    font-family: Dosis, arial, sans-serif;
    text-transform: lowercase;
    letter-spacing: 0.2em;
    color: #71776b !important;
    float: right;
    margin-top: 0px;
	font-weight: 600;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.field-name-body {
margin-top: 20px;
}
#bg-interne {
    background-color: #fff;
    min-height: 1050px;
}

.megamenu-skin-friendly {
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
    background:transparent;
    padding: 0px 0px 5px 10px;
}
.megamenu-skin-friendly .megamenu-parent-title a:hover {
    text-decoration: none;
    color: #027b35;
     background: transparent; 
   
}
.megamenu-skin-friendly .megamenu-parent-title a {
text-transform: capitalize;
}
.view-id-clone_of_agenda_page a {
color:#FF7C3B;
font-family: Dosis, arial, sans-serif;
font-size: 14px;
}
.page-header {
    padding-bottom: 9px;
    margin: 0px 0 0px;
    border-bottom: 1px solid #eee;
    text-transform: none;
padding-left:30px;
}
.flex-caption {
    position: absolute;
    right: unset;
    bottom: 0px;
    left: 0;
    height: 80px;
    z-index: 10;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.flex-control-paging li a {
width: 16px;
    height: 16px;
    background-color: #6FAD28;
    border: 1px solid #fff;
}
.carousel-caption {
    position: absolute;
    right: unset;
    bottom: 0px;
    left: 0;
    height: 80px;
    z-index: 10;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.59);
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.flex-caption a{
color:#fff;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    z-index: 500;
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}
.flex-control-paging li a:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}
/**  search *************/
.region-search .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    height: 39px;
}
.region-search .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    height: 39px;
}
.region-search .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    height: 39px;
    margin-bottom: 0;
}
.region-search .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 218px;
    height: 39px;
} 

.acolor p a {
color:#fff;
}
.carousel-caption a {
color:#fff;
font-weight: bold;
}
.tb-megamenu .mega > .mega-dropdown-menu {
    min-width: 200px;
    display: none;
    width: 100%;
}
.tb-megamenu {
     background-color: #fff;
}
.tb-megamenu .nav > li > a {
    border-right: 0;
    border-top: 0;
    color: #007931;
    font-weight: bold;
    padding: 15px 20px;
    text-shadow: none;
}
.tb-megamenu .nav > li > a:hover {
background-color: #57a32b;
color:#fff;
}
.tb-megamenu .nav > .active > a, .tb-megamenu .nav > .active > a:hover, .tb-megamenu .nav > .active > a:focus {
    background-color: #fff;
    color: #007931;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover {
     background-color: #fff;
    color: #007931;
    border-color: #444;
}

.tb-megamenu .nav, .tb-megamenu .tb-block ul, .tb-megamenu .tb-block .nav {
    padding: 0;
    float: right;
    margin-right: 50px;
}
/*----------------------------------------- publication page -----------------*/
/* Fallback styles */
.book3d {
  display: inline-block;
  box-shadow: 5px 5px 20px #333;
  margin: 10px;
}

.book3d img { vertical-align: middle; }

/*
 *  In order for this to work, you must use Modernizer
 *  to detect 3D transform browser support. This will add
 *  a "csstransforms3d" class to the HTML element.
 *
 *  Visit http://modernizr.com/ for installation instructions
 */

.csstransforms3d  .books {
  -moz-perspective: 100px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.csstransforms3d  .book3d {
  position: relative;
  -moz-perspective: 100px;
  -moz-transform: rotateY(-3deg);
  -webkit-transform: perspective(100) rotateY(-3deg);
  outline: 1px solid transparent; /* Helps smooth jagged edges in Firefox */
  box-shadow: none;
  margin: 0;
}

.csstransforms3d  .book3d img {
  position: relative;
  max-width: 100%;
}

.csstransforms3d  .book3d:before,
.csstransforms3d  .book3d:after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: ' ';
  z-index: -1;
}

.csstransforms3d  .book3d:before {
  width: 100%;
  left: 7.5%;
  background-color: #5a2d18;
  box-shadow: 5px 5px 20px #333;
}

.csstransforms3d  .book3d:after {
  width: 5%;
  left: 100%;
  background-color: #EFEFEF;
  box-shadow: inset 0px 0px 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg);
}
â€‹

.csstransforms3d  #book2:before { background-color: #333; }
.csstransforms3d  #book3:before { background-color: #254053; }






.book-image {
-webkit-box-shadow: 0 2px 7.68px .32px rgba(0, 0, 0, 0.4),0 12px 26px 0 rgba(0, 0, 0, 0.4);
box-shadow: 0 2px 7.68px .32px rgba(0, 0, 0, 0.4),0 12px 26px 0 rgba(0, 0, 0, 0.4);
position: relative;
background-color: #FFF;
width: 200px;
height: 250px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
a {
color: #C89C05;
text-decoration: none;
line-height: inherit;
font-weight: inherit;
}
.book-image img {
border: 0;
width: 200px;
height: 250px;
vertical-align: top;
font-size: 0;
position: relative;
z-index: 1;
}
.book-texture {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
-webkit-box-shadow: inset 4px -5px 4px -4px rgba(0, 0, 0, 0.3),inset 0 1px 0 0 rgba(0, 0, 0, 0.2),inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
box-shadow: inset 4px -5px 4px -4px rgba(0, 0, 0, 0.3),inset 0 1px 0 0 rgba(0, 0, 0, 0.2),inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255, 255, 255, 0.2)),color-stop(50%,rgba(255, 255, 255, 0)),color-stop(100%,rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.2) 0,rgba(255, 255, 255, 0) 50%,rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(linear,top left,bottom left,from(rgba(255,255,255,.2)),color-stop(50%,rgba(255,255,255,0)),to(rgba(255,255,255,0)));
background: linear-gradient(to bottom,rgba(255, 255, 255, 0.2) 0,rgba(255, 255, 255, 0) 50%,rgba(255, 255, 255, 0) 100%);
}




.book-pre{
  display: inline-block;
  margin: 10px;
}


.book-pre{
  display: inline-block;
  margin: 10px;
}
.tb-megamenu .dropdown-menu li > a .caret {
float:none;
}
/*--------------------------------------- bloack 6 to 10 margin ------------------------------------------------*/
#block-block-6 ,#block-block-7 ,#block-block-8, #block-block-9,#block-block-10 {
margin-left:15px;
margin-right:15px;
}
.publication-marge {
margin-top: 35px;
}
.field-name-field-image-publication {
    width: 150px;
    float: left;
}
.flexslider {
background: transparent;
    border: 0;
}
.region-publication .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: -10px;
}
.region-publication .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: -30px;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    min-width: 97px;
}

/*************** 
    menu 
    ******************/
    .main-nav{
      position: relative;
      min-height: 90px;
      border-bottom:0;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
background-color: white;
    }
    
.main-nav.navbar-shrink {
      min-height: 60px;
      border-bottom:none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}

.main-nav.navbar-shrink .inner-nav li {
  height: 40px;
  line-height: 30px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
    .main-nav .logo{
      position: absolute;
      left: 64px;
      top: 11px;
      z-index: 999;
    } 
    .main-nav .logo img{
      max-height: 100%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
.main-nav.navbar-shrink .logo img {
  max-height: 80%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
#nav-inra{
 
  width: 100% !important;
}
.navbar-collapse{
  padding: 0;
}
.mega-dropdown-menu{
  position: absolute;
  background-color: #fff!important;
  border-bottom-color: #51a351 !important;
}
.tb-megamenu .nav > li > a{
    border-right: 0;
    border-top: 0;
    color: #007931;
    font-weight: bold;
    padding: 35px 30px 45px 20px !important;
    text-shadow: none;
}
.tb-megamenu .dropdown-menu li{

}
.tb-megamenu .dropdown-menu li:after, .tb-megamenu .dropdown-menu li:hover{

  -webkit-animation: menu 1s ease-out 1 both;
}
.tb-megamenu .dropdown-menu li > a {
    clear: both;
    color: #51a351;
    display: block;
    line-height: 20px;
    font-weight: normal;
    padding: 3px 20px;
    text-shadow: none;
    white-space: nowrap;
    font-weight: 600;
}

.tb-megamenu .dropdown-menu li > a:hover {
color:#f2a32f;
}
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {

    color: #f2a32f;
}

/************
  actualite
  *****************/
.page-interne-section .views-row-odd {
    height: auto;
    padding: 18px 20px;
}
.titre-actu-marge a{
	font-size:20px;
	line-height:19px;
	color: #68B63C;
}
.page-interne-section .views-row-even {
    height: auto;
    padding: 18px 20px;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 57px;
    margin: -20px 0 0;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.publication-marge .views-more-link{
	font-size:12px;
}
.margin-col-left-15{
	margin-left:-15px;
}
.margin-col-right-15{
	margin-right:-15px;
}
.margin-col-15{
	margin-right:-15px;
	margin-left:-15px;
}

.col-lg-12, .col-md-12{
	padding: 0;
}
.margin-null{
	margin: 0;
}

.padding-15{
padding:40px 0;
}
.region-bannier p{
height:0;
padding:0;
margin:0;
}
.small-section{
padding-top:40px;
 }
.simple_subscription_header {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #68b63c;
}
#newlsetter-body input{
    width: 100%;
    height: 38px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
}
#newlsetter-footer {
    margin-top: 17px;
}
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
    background-image: linear-gradient(to bottom,#68b63c,#68b63c);
    background-repeat: repeat-x;
color:#51a351;
}
a.flex-next,
a.flex-prev {
	opacity: .1;
	color: #f2a22f;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
	color: #f2a22f;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #f2a22f;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.thematiques-interne .flexslider {
     margin: 0 0 0px; 
    background: transparent;
    border: 0 solid red;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.thematiques-int .flexslider {
     margin: 0 0 0px; 
    background: transparent;
    border: 0 solid red;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.aa img {
	
    width: 84% !important;
    margin-left: 9%;
}
.thematiques-interne  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 54px;
    margin: 13px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.thematiques-int .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 54px;
    margin: 13px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#flexslider-4 .aa img {
    width: 100% !important;
    margin-left: 0%;
     margin-top: 0px;
}
.tb-megamenu .nav > li > a {
    border-right: 0;
    border-top: 0;
    color: #007931;
    font-weight: bold;
    padding: 35px 30px 27px 20px !important;
    text-shadow: none;
}
.form-actions{
margin: 0;
}
.top-links li a {
    display: block;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
}
.tb-megamenu .mega-nav > li a, .tb-megamenu .dropdown-menu .mega-nav > li a {
    border: 0;
    background:none;
}
ul li.leaf {
    list-style-image: url(../../../../../misc/menu-collapsed.png) !important;
    list-style-type: square !important;
	padding-left: 0px;
    display: list-item !important;
    margin-left: 12px !important;
}
.field-name-field-date-alawamia span.date-display-single {
    font-size: 16px;
}

/**********************
  awamia *************/
.view-awamia2 .col-xs-2{
  width: 12.5% !important;
  margin: 0 !important;
  padding: 0 5px !important;
}

.view-awamia2 .col-xs-2 .col-md-2{
  width: 100% !important;
  color: #fff;
  margin: 5px 10px !important;
  text-align: center;
  padding: 25px 5px;
  background: url(../images/awamia.jpg);
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.view-awamia2 .col-xs-2 .col-md-2 a, .blk-revue a{
  color: #fff;
  font-size: 18px !important;
}
.blk-revue {
width: 100% !important;
  color: #fff;
  margin: 5px 10px !important;
  text-align: center;
  padding: 25px 5px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(../images/awamia.jpg);
}
.item-list .pager {
    padding-top: 60px;
}
.item-list .pager li {

   padding: 0em; 
}
.item-list  ul li {
    margin: 0 0 0.25em 0.2em;
    padding: 0;
}
table {
    border-collapse: inherit;
}
/*------------------------------------------------------------------ 
.node-teaser .field-items .field-item{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 98%;
    max-height: 106px;
    text-align: justify;
    white-space: normal;
padding-left: 15px;
    padding-right: 15px;
}
--------------------------------------------------------------------------*/
.bg-youtube {
background: #e52d27;
}
.node-teaser h2 a {
padding-left: 15px;
}
.node-teaser footer {
display:none;
}
.node-press
{
	float:left;
	width:260px;
	height:260px;
	position:relative;
	margin:0 60px 50px 0
}
.node-press img
{
	position:absolute;
	bottom:0px
}
.node-press img[class^="image"]
{
	left:14px;
	height:250px;
	z-index:1;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease
}
.node-press .image1
{
	left:0px !important;
	z-index:3 !important;
	-webkit-transition:all 0.2s ease !important;
	-moz-transition:all 0.2s ease !important;
	-o-transition:all 0.2s ease !important
}
.node-press .image2
{
	left:7px !important;
	height:255px !important;
	z-index:2 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease
}
.node-press .image3
{
	left:14px !important;
	height:250px !important;
	z-index:1 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease
}
	img[class^="image"]
{
	left:14px;
	border:5px solid #F3F3F3;
	box-shadow:1px 1px 2px #666;
	-webkit-shadow:1px 1px 2px #666;
	-webkit-transform:rotate(0deg) translate(0px)
}
.image1,.image2,.image3
{
	border:5px solid #F3F3F3;
	box-shadow:1px 1px 2px #666;
	-webkit-shadow:1px 1px 2px #666;
	-webkit-transform:rotate(0deg) translate(0px)
}
.node-press:hover .image1
{
	z-index:6 !important;
	-ms-transform:rotate(-5deg) translate(-40px, -2px);
	-ms-transform-origin:center bottom;
	-webkit-transform:rotate(-5deg) translate(-40px, 2px);
	-webkit-transform-origin:center bottom;
	-moz-transform:rotate(-5deg) translate(-40px, -2px);
	-moz-transform-origin:center bottom;
	-o-transform:rotate(-5deg) translate(-40px, -2px);
	-o-transform-origin:center bottom
}
.node-press:hover .image2
{
	z-index:5 !important;
	-ms-transform:rotate(-2deg) translate(0px, 2px);
	-ms-transform-origin:center bottom;
	-webkit-transform:rotate(-2deg) translate(0px, -2px);
	-webkit-transform-origin:center bottom;
	-moz-transform:rotate(-2deg) translate(0px, 2px);
	-moz-transform-origin:center bottom;
	-o-transform:rotate(-2deg) translate(0px, 2px);
	-o-transform-origin:center bottom
}
.node-press:hover .image3
{
	z-index:4 !important;
	-ms-transform:rotate(5deg) translate(40px,-2px);
	-ms-transform-origin:center bottom;
	-webkit-transform:rotate(5deg) translate(40px,2px);
	-webkit-transform-origin:center bottom;
	-moz-transform:rotate(5deg) translate(40px,-2px);
	-moz-transform-origin:center bottom;
	-o-transform:rotate(5deg) translate(40px,-2px);
	-o-transform-origin:center bottom
}
.listyle li {
list-style: none;
}
#footer-sitemap [class*="total-children-"] ul li ul li {
    list-style: inside;
    list-style-type: square;
}
#footer-sitemap a.fs-root-link {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #4b4536;
    text-transform: capitalize;
}
.elastic-grid-expanded-inner .cvn {
width: 25%;
    float: left;
}

}
.tb-megamenu-menu-menu-bas .nav-collapse { 
width: 90em;
}
.region-menu-bas .tb-megamenu .nav, .region-menu-bas .tb-megamenu .tb-block ul, .region-menu-bas .tb-megamenu .tb-block .nav {
    padding: 0;
    float: none;
     margin-right: 0px;
    width: 72em;
    margin: 0 auto !important;
   
}
.region-content {
padding-left:30px;
padding-right:30px;
padding-top: 30px;
}
.button {
    float: left;
    width: 80%;
    display: block;
    padding: 1em 0.5em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button--wayra {
padding: 1em 0.5em;
}
div.error, .error {
    color: #8c2e0b;
    display: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3/*{borderColorDefault}*/;
    background: #e6e6e6/*{bgColorDefault};url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}; 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/repeat-x/*{bgDefaultRepeat}*/;
    color: #555555/*{fcDefault}*/;
    background: #c6eaa4;
    /* opacity: 0.5; */
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 1.7em;
    color: black;
}
.ui-widget-content {
    border: 1px solid #c6eaa4/*{borderColorContent}*/;
    background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
    color: #222222/*{fcContent}*/;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #c6eaa4/*{borderColorActive}*/;
    background: #68b63c/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/;
    font-weight: normal/*{fwDefault}*/;
    color: #212121/*{fcActive}*/;
}
.tb-megamenu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title, .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    background: inherit;
    font-weight: bold;
    padding: 0 0 0 10px;
    margin: 0;
    text-transform: uppercase;
    color: #f2a32f;
}
.views-field-field-image-infor {
width: 250px;
    float: left;
    margin: 10px;
}
#footer-sitemap a {
    font-size: .8em;
    text-decoration: none;
}
.ui-widget {
    font-family: 'Questrial', arial, sans-serif/*{ffDefault}*/;
    font-size: 1.1em/*{fsDefault}*/;
}
.ui-widget {
    font-family: 'Questrial', arial, sans-serif;
    font-size: 1.1em;
}
.ui-accordion-content p {
width:100%;
}
.level-1 li:first-child > a {
color:#f2a32f!important;
    text-transform: none;

}
.level-2 li:first-child > a {
color:#51a351 !important;
   

}
.ui-accordion .ui-accordion-content {
    padding: 0.5em 1.7em;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}
.region-content .field-name-field-image  {
	float:left;
	padding-right:15px;
}
.region-content .node-webinar .field-name-field-image {
    float: left;
    padding-right: 15px;
    text-align: center;
width: 300px;
}
.node-webinar .field-type-video-embed-field iframe {
    height: 200px !important;
	width: 200px !important;
}
.node-webinar .field-name-field-url-video {
	text-align: center;
margin-top: 150px;
}
.field .field-label {
    font-weight: bold;
    color: green;
margin-right: 10px;
}
.view-maroc-vert .views-field-field-image {
float:left;
margin-right:15px;
margin-bottom:15px;
}
.ui-widget-content a {
color: #C89C05;
}
.region-content img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
    padding-right: 15px;
    padding-bottom: 15px;
}
.owl-carousel {
	
	background-color: #027B36;
}

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}
.pdg-left {
	padding-left: 0;
}
.alaune {
    background-color: #6FAD28;
    font-size: 19px;
    padding: 7px 16px;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border-radius: 19px;
    color: #fff;
    float: left;
    margin-left: 30px;
    margin-top: 60px;
}
.mrg-top {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mrg-top a {
	float:left;
	    color: #fff;
		font-size: 22px;
font-weight: 400;
letter-spacing: 0.12em;
}
.flt-mrg {
	    margin-top:  75px;
    position: absolute;
    text-align: center;
    margin-left: 80%;
	color: #fff;
}
.view-owl-caroussel .views-more-link {
    background-color: #fff;
    font-size: 12px;
    padding: 7px 16px;
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #6FAD28 !important;
    margin-top: 61px;
    display: table;
}
.white a {
	color:#fff !important;
}

.owl-theme .owl-controls .owl-page span {
   margin: 0px 0px;
background: #fff;
    }
.org-chart .lvl-b {
    color: #000 !important;
}
.field-type-video-embed-field iframe {
height: 638px !important;
}
.tb-megamenu .nav-collapse.collapse {
	height: auto;
overflow: visible;
display: block;
}
.form-item-custom-search-types {
display: none;
}
.webform-client-form label {
	width: 150px;
	float: left;
}