/* Reset */
html{
	font-size: 100%;
	height:100%;
}

body { 
  color: #797979; 
  font-family:'Poppins',Roboto, Arial, sans-serif;
  font-size:13px;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1.5;
  font-style: normal;	
  font-weight: normal;
 

}

/* Typography */
h1, h2, h3, h4, h5, h6{
	margin:10px 0;
}
h1{
	line-height:43px
}
h2{
	line-height:35px
}
h3{
	line-height:30px
}
h4{
	line-height:22px
}
h5{
    
}
h6{
    
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color:#505458
}
strong{
    font-weight: bold;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  color: #0d638f;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s  !important;
}

a,a:focus, a:hover, a:active {
  outline: 0;
  text-decoration:none;
}
ol, ul {
    list-style: none;
}
.normal{ 
	font-weight:normal;
}

.semi-bold{ 
	font-weight:600;
}

.bold{ 
	font-weight:900;
}

.all-caps{
	text-transform:uppercase;
}
.light{
	font-weight:300 !important;
}

.small-text{
	font-size:12px !important;
}

.normal-text{
	font-size:13px !important;
}

.large-text{
	font-size:15px !important;
}

/* Font Colors */

.text-black {
  color: #1b1e24 !important;
}

.text-white {
  color: #fff !important;
}

.text-success{
	color:#0AA699 !important;
}
.text-info{
	color:#0090D9 !important;
}
.text-warning{
	color:#fbb05e !important;
}
.text-error{
	color:#F35958 !important;
}

.text-right{
	text-align:right !important;
}

.text-left{
	text-align:left !important;
}

.text-center{
	text-align:center !important;
}

.horizontal-line {
  margin: 3rem 0 !important;
  border: 0;
  border-top: 1px solid #eaeaea;
  /*border-bottom: 1px solid #FEFEFE;*/
}

/*** Fixes & Misc ***/

.no-padding {
  padding: 0px !important;
}

.no-margin {
  margin: 0px !important;
}

.spacing-bottom{
	margin-bottom:30px;
}

.v-align-bottom{
	vertical-align: bottom;
}
.v-align-top{
	vertical-align: top;
}
.v-align-middle{
	vertical-align: middle;	
}

.padding-10{
	padding:10px;
}
.padding-20{
	padding:20px;
}
.padding-30{
  padding:30px;
}
.padding-40{
  padding:40px;
}
.padding-50{
  padding:50px;
}
.padding-60{
  padding:60px;
}
.padding-70{
  padding:70px;
}
.padding-80{
  padding:80px;
}
.padding-90{
  padding:90px;
}
.padding-100{
  padding:100px;
}
/** Padding top **/
.p-t-10{
	padding-top:10px;
}
.p-t-20{
	padding-top:20px;
}
.p-t-30{
	padding-top:30px;
}
.p-t-40{
	padding-top:40px;
}
.p-t-50{
	padding-top:50px;
}
.p-t-60{
	padding-top:60px;
}
/** Padding Bottom **/
.p-b-10{
	padding-bottom:10px;
}
.p-b-20{
	padding-bottom:20px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-40{
	padding-bottom:40px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-b-60{
	padding-bottom:60px;
}
/** Padding Left **/
.p-l-10{
	padding-left:10px;
}
.p-l-20{
	padding-left:20px;
}
.p-l-30{
	padding-left:30px;
}
.p-l-40{
	padding-left:40px;
}
.p-l-50{
	padding-left:50px;
}
.p-l-50{
	padding-left:50px;
}
/** Padding Right **/
.p-r-10{
	padding-right:10px;
}
.p-r-20{
	padding-right:20px;
}
.p-r-30{
	padding-right:30px;
}
.p-r-40{
	padding-right:40px;
}
.p-r-50{
	padding-right:50px;
}
.p-r-60{
	padding-right:60PX;
}

/** Margins **/
.margin-10{
	margin:10px;
}
.margin-20{
	margin:20px;
}
/** Margin top **/
.m-t-5{
	margin-top:5px;
}
.m-t-10{
	margin-top:10px;
}
.m-t-20{
	margin-top:20px;
}
.m-t-30{
	margin-top:30px;
}
.m-t-40{
	margin-top:40px;
}

/** Margin Bottom **/
.m-b-5{
	margin-bottom:5px;
}
.m-b-10{
	margin-bottom:10px;
}
.m-b-20{
	margin-bottom:20px;
}
.m-b-30{
	margin-bottom:30px;
}
.m-b-40{
	margin-bottom:40px!important;
}
.m-b-60{
  margin-bottom:60px;
}
.m-b-80{
  margin-bottom:80px;
}
.m-b-100{
  margin-bottom:100px;
}

/** Margin Left **/
.m-l-5{
	margin-left:5px;
}
.m-l-10{
	margin-left:10px;
}
.m-l-20{
	margin-left:20px;
}
.m-l-30{
	margin-left:30px;
}
.m-l-40{
	margin-left:40px;
}

/** Padding Right **/
.m-r-5{
	margin-right:5px;
}
.m-r-10{
	margin-right:10px;
}
.m-r-20{
	margin-right:20px;
}
.m-r-30{
	margin-right:30px;
}
.m-r-40{
	margin-right:40px;
}
.hide {
  display: none;
}
.inline{
	display:inline-block !important;
}

/* Overwrite Boot-strap span width without left margin, crude way but comes handy at times */
.no-margin-grid  > .row-fluid [class*="span"]{
    margin-left: 0;
}
.no-margin-grid > .row-fluid >.span12 {
    width: 99.99999999999999% ;
    *width: 99.93055555555554% ;
}
.no-margin-grid > .row-fluid > .span11 {
    width: 91.66666666666666% ;
    *width: 91.59722222222221% ;
}
.no-margin-grid > .row-fluid > .span10 {
    width: 83.33333333333331% ;
    *width: 83.26388888888887% ;
}
.no-margin-grid > .row-fluid > .span9 {
    width: 74.99999999999999% ;
    *width: 74.93055555555554% ;
}
.no-margin-grid > .row-fluid > .span8 {
    width: 66.66666666666666% ;
    *width: 66.59722222222221% ;
}
.no-margin-grid > .row-fluid > .span7 {
    width: 58.33333333333333% ;
    *width: 58.263888888888886% ;
}
.no-margin-grid > .row-fluid > .span6 {
    width: 49.99999999999999% ;
    *width: 49.93055555555555% ;
}
.no-margin-grid > .row-fluid > .span5 {
    width: 41.66666666666666% ;
    *width: 41.597222222222214% ;
}
.no-margin-grid > .row-fluid > .span4 {
    width: 33.33333333333333%;
    *width: 33.263888888888886%;
}
.no-margin-grid > .row-fluid > .span3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
}
.no-margin-grid > .row-fluid > .span2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
}
.no-margin-grid > .row-fluid > .span1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
}
.fleft{float: left;}
.fright{float: right;}
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
img {max-width: 100%;height: auto;-ms-interpolation-mode: bicubic; width: 100%}
/*----------*/

.flash_info{
  background: #FF0000;
 
}
.flash_info .box_title{
  float: left;
  margin-right: 10px;
  color: #fff;;
}
.flash_info a{
  color: #fff;
}
.headertop{
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.2);
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 0.2);
  position: relative;
  z-index: 9999;
}
.headertop .logo {
  width: 70px;
  text-align: center;
  padding: 10px 0;
  float: left;
  margin-right: 40px;
}
.headertop .logo.emblem {
  float: right;
  margin-right: 0px;
}
.headertop ul.menu{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 80%;
    margin: 0;
    padding: 0;
    float: left;
}

.headertop ul.menu > li {
  margin: 0;
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  flex: 0 1 auto;
  width: 100%;
  border-right:1px solid #e6e6e6;
  padding: 33px 20px 33px 20px;
}
.headertop ul.menu > li > a {
  color: #636363;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headertop ul.menu > li:hover  {
  background: #07683D;
  -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headertop ul.menu > li:hover > a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headertop ul.menu li > ul.sub_menu {
position: absolute;
margin: 0;
top: 85px;
left: 0;
width: 305px;
text-align: left;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;;
background: #07683D;
opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
max-height: 1px;
transition: all 300ms 0.3s ease;
-webkit-transition: all 300ms 0.3s ease;
-moz-transition: all 300ms 0.3s ease;
-o-transition: all 300ms 0.3s ease;
-ms-transition: all 300ms 0.3s ease;
border-radius: 0 0px 5px 5px;
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.headertop ul.menu li:hover > ul, .headertop ul li.hovered > ul {
  max-height:500px;
  opacity: 1; 
  filter: alpha(opacity=100); 
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: 85px;
  visibility: visible;
  }
.headertop ul.menu li ul.sub_menu > li {
margin: 0px;
padding: 8px 0 0 9px;
position: relative;
display: block;
}
.headertop ul.menu li ul.sub_menu li > a {
font-weight: 400;

line-height: 20px;
text-transform: inherit;
letter-spacing: normal;
position: relative;
color: #fff
}
.headertop ul.menu li ul.sub_menu li > a:before{
content: "\f105";
position: absolute;
top: -2px;
left: -16px;
font-family: 'FontAwesome';
}

.headertop ul.menu > li:first-child{
  border-left:1px solid #e6e6e6;
  }
.headertop ul.menu > li:last-child{
/*margin: 20px 20px 20px 0;*/
}
.title_zone{
  font-size: 27px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
.top_content{
  padding: 50px 0px;
}
.top_content p{
text-align: justify;
}
.link{
  color: #E98032;
  font-weight: bold;
  position: relative;
  font-size: 13px;
  display: inline-block;
}
a.link--arrow .arrow-container, button.link--arrow .arrow-container {
  position: absolute;
  top: -3px;
  right: -42px;
  z-index: 5;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out,-webkit-transform 250ms ease-in-out;
}
.arrow {
  width: 1px;
  transition: all .2s;
  display: inline-block;
  margin: 0 auto;
  width: 31px;
}

span.error{
  color: red;
  font-size: 0.8em;
}
.arrow .shaft {
  display: block;
  height: 1px;
  width: 100%;
  position: relative;
  transition: all .2s;
  background-color: #E98032;
  will-change: transform;
}
.arrow--black .shaft {
  background: #818181;
}
.arrow--white .shaft {
  background: #fff;
}
.arrow .shaft {
  display: block;
  height: 2px;
  width: 45%;
  position: relative;
  transition: all .2s;
  will-change: transform;
}
.arrow--black .shaft:after, .arrow--black .shaft:before {
  background: #818181!important;
}
.arrow--white .shaft:after, .arrow--white .shaft:before {
  background: #fff!important;
}

.arrow .shaft:after, .arrow .shaft:before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .2s;
  transition-delay: 0;
  width: 7px;
  background: #E98032;
}
.arrow .shaft:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.arrow .shaft:before {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.link:hover .shaft{
  width: 100%;
}
.link:hover {  
  color:#E98032;
}
.box {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
  margin-bottom: 30px;
  overflow: hidden;
}
.zone_img{
    width: 100%;
    height: 180px;
    margin-bottom: 10px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all .5s ease;
}
.radius-10{
  border-radius: 10px;
  overflow: hidden;

}
.top_content .box{
  margin-bottom: 0;
  height: 400px;
}
.top_content .box .box_content {
  
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%);
    bottom: 0;

}
.title_zone.zone1{
  font-size: 35px;
  text-transform: uppercase;
  line-height: 40px;
}
.top_content .box .title_zone{
  color: #fff;
    font-size: 30px;
}
.top_content .zone_img {
  height: 100%;
}
.top_content .box:hover .box_content{
	bottom: 0px;
	-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_content .box:hover .zone_img{
	height: 100%;
  transition: all .5s ease;
}
.box:hover .zone_img{
	height: 130px;
  transition: all .5s ease;
}
.box:hover .box_content{
	bottom: 0px;
	-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_content {
  bottom: 0px;
}
.box_content {
  position: absolute;
  background: #fff;
  bottom: -40px;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.option{
  padding: 0;
  margin: 0;
}
ul.option li{
  display: block;
}
ul.option li a {
  color: #fff;
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

ul.option li a:hover{
  color:  #E98032;
  text-decoration: underline;
}
ul.option li:last-child a{
  margin-bottom: 0px;
}
ul.option li a i{
  float: right;
  font-size: 13px;
  color: #E98032;
  background: #fff;
  line-height: 16px;
  padding: 4px;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  text-align: center;
}
.sc_item_subtitle{
  color: #E98032;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
  padding-right: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.sc_item_subtitle::after{
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  background: #E98032;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 21px;
  line-height: 23px;
  text-align: center;
  right: 0;
  border-radius: 100px;
  top: -2px;
}
.link_details{
  color: #636363;
  font-weight: bold;
}
.link_details:hover{
  color: #E98032;
}
.date_time {
  font-size: 12px;
  color: #E98032;
  margin-bottom: 15px;
}
.activity .title_zone{
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 8px;
}

.activity .box {
  margin-bottom: 0px;
}
.activity_content{
  position: relative;
  /*background: #000;*/
  padding: 45px 0 90px 0;
}
.activity_content::after{
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  z-index: -1;
}
.box_z_left.activity_content{
  padding: 0px 20px;
}
.box_z_right.activity_content{
  background: #006a3d;
  padding: 20px 20px 86px 20px;
  border-radius: 16px 0 0 30px;
}
.box_z_left.activity_content::after {
  left: -100%;
  
}
.box_z_right.activity_content::after {
  right: -100%;
  background: #006a3d;
}

.box_z_right .number{
  font-size: 73px;
  margin-bottom: 31px;
  display: block;
  font-weight: bold;
}
.box_z_right h1{
  color: #fff;
}
.box_z_right .link {
  position: absolute;
    background: #FFF;
    color: #e98033;
    padding: 8px;
    box-shadow: 0px 10px 20px 0px rgb(30 177 114);
    bottom: 41px;
    left: 28px;
    border-radius: 100px;
}
.box_z_right a.link--arrow .arrow-container, .box_z_right button.link--arrow .arrow-container {
  top: 5px;
  right: -43px;
}
.global_content{
  overflow: hidden;
}
.box_z_right .arrow .shaft {
  background-color: #fff;
}
.box_z_right .arrow .shaft:after, .box_z_right .arrow .shaft:before {
  background: #fff;
}
.annonce_content{
  padding: 20px 0;
  background: #e98033;
  margin-top: 50px;
}
.mixte_content{
  padding: 45px 0;
  background: #f1f1f1;
}
.phototheque .title_zone {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
}
.phototheque .box{
  box-shadow: none;
  border: 1px solid #efefef;
  border-bottom: 3px solid #e98033;
  margin-bottom: 0;
}

.album_description{
  min-height: 50px;
}

.social-list a > i:before{
    display: inline-block !important;
    font-size: 25px !important;
    color: #777 !important;
}

.social-list a:hover > i:before{
    color: #e98033 !important;
}

.num_pics{
  width: 24px;
  height: 24px;
  background: #006a3d;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 23px;
  position: absolute;
  right: 19px;
  top: -12px;
}
.sub_copy .row {
  display: flex;
  align-items: center;
}
.phototheque .owl-carousel .owl-stage {
  padding: 0px 0px;
}
.videotheque .box_content{
  bottom: 0;
}
.videotheque .zone_img{
  height: 100%;
}
.videotheque .box:hover .zone_img{
  height: 100%;
}
.videotheque .title_zone {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 3px;
  width: 75%;
  color: #fff;
}
.video-frame__trigger {
  color: #fff;
  position: absolute;
  top: 18px;
  right: 23px;
  z-index: 2;
  text-decoration: none;
}
.video-frame__trigger:hover .video-frame__icon{
  background: #fff;
  border: 2px solid #d76818;
}
.video-frame__trigger:hover .video-frame__icon i{
  color: #d76818;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.video-frame__icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 47px;
  border-radius: 50%;
  background: #d76818;
  border: 2px solid transparent;
  text-align: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.videotheque .box .box_content {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%);
}
.event .title_zone {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 8px;
}
ul.useful_link{
  margin: 0;
  padding: 0;
}
ul.useful_link li a{
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
  color: #505458;
  position: relative;
  padding-left: 20px;
}
ul.useful_link li:last-child a{
border: 0;
}
ul.useful_link li a:after{
  position: absolute;
  content: "";
  left: 0;
  color: #505458;
  content: "\f105";
  font-family: "FontAwesome";
  top: 10px;
}
ul.useful_link li a:hover{
  color: #E98032;
}
ul.useful_link li a:hover:after{
  color: #E98032;
}

a.dwld{
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    border: unset !important; 
    margin: 20px 0;
    text-align: center;
    background-color: #006a3d;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

a.dwld:hover{
    background-color: #E98032; 
}

a.sous-cat-item{
    text-decoration: none;
    display: block;
    color: #555;
    text-align: center;
}

a.sous-cat-item i{
      font-size: 5em;
      display: block;
}

a.sous-cat-item:hover{
  color: #006a3d;
}

footer{
  background: #006a3d;
}
footer .logo {
  width: 192px;
  padding: 20px 21px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
}
footer h3{
  font-size: 18px;
    color: #E98032;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    position: relative;
}
footer h3::after{
  content: "";
  width: 40px;
  height: 2px;
  background: #d76818;
  top: 10px;
  right: 0;
  position: absolute;
}
ul.footer_menu{
  margin: 0;
  padding: 0;
}
ul.footer_menu li a{
  display: block;
  padding: 2px;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}
ul.footer_menu li:last-child a{
border: 0;
}
ul.footer_menu li a:after{
  position: absolute;
  left: 0;
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  top: 2px;
}
ul.footer_menu li a:hover{
  color: #E98032;
}
ul.footer_menu li a:hover:after{
  color: #E98032;
}
.sub_footer{
  border-top: 1px solid rgb(255 255 255 / 19%);
  border-bottom: 1px solid rgb(255 255 255 / 19%);
  margin-top: 40px;
  margin-bottom: 20px;
}
.sub_footer ul{
  padding: 0;margin: 0;
  display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.sub_footer ul > li{
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  border: none;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.sub_footer ul > li > a{
  color: #fff;
  font-size: 10px;
}
.copyright{
  color: #fff;
  padding-bottom: 20px;
  font-size: 11px;
}
.copyright .left{
text-align: left;
}
.copyright .right{
  text-align: right;
}
.partner{
  padding: 10px;
  background: #fff;
  border: 1px solid #d76818;
  border-radius: 10px;
  margin-top: -53px;
  margin-bottom: 51px;
}
.partner .sc_item_subtitle {
  color: #E98032;
  font-size: 17px;
  margin-left: 15px;
  margin-top: 20px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  margin-right: 10px;
  padding-right: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.partner .owl-carousel .owl-stage {
  padding: 0px 0px;
}
.videotheque .box{
  margin-bottom: 0;
}
.divInCenter {
  display: flex;
  align-items: center;
}
.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container.flex-horizontal {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.content_zone{
  padding: 70px 0 140px 0;
}
.content_zone p {
  /*margin-bottom: 32px;*/
  line-height: 1.9;
}
.content_zone h3{
  margin-bottom: 40px;
  font-weight: bold;
}
.right_content ul.useful_link li.active a {
  color: #E98032;
  font-weight: bold;
}
.right_content ul.useful_link li.active a:after {
  color: #E98032;
  font-size: 20px;
    line-height: 17px;
}
.box_group{
  padding: 20px;
  background: #006a3d;
  margin-top: 40px;

}
.box_group h1{
  color: #fff;
  font-size: 28px;
    line-height: 32px;
}
.box_group .number{
  font-size: 58px;
    margin-bottom: 26px;
    display: block;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  margin-bottom: 8px;
}
.breadcrumbs__item .breadcrumbs__link {
  color: #006a3d;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.breadcrumbs__item+.breadcrumbs__item {
  padding-left: .5rem;
}
.breadcrumbs__item+.breadcrumbs__item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "|";
}
.breadcrumbs__item--active{
  color: #d76918;
}
.headertop ul.menu > li.active > a{
  color:#fff;
}
.headertop ul.menu > li.active{
  background: #006a3d;
}
.header_page{
  background: #e6e6e6;
  border-radius: 10px;
  margin-bottom: 40px;
  height: 180px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.header_page_title{
  position: absolute;
  left: 30px;
  top: 6%;
  transform: translateY(50%);
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
}
.strong_woman{
    position: absolute;
    width: 254px;
    right: 21px;
    top: -54px;
}
.header_page ul.option{
  position: absolute;
  right: 290px;
  top: 50px;
}
.header_page ul.option li a i {
  margin-bottom: 7px;
}
.headertop ul.menu li ul.sub_menu > li.sub_active a{
  color: #1dc57e;
  font-weight: bold;
}
.num {
  font-size: 21px;
  background: #006a3d;
  color: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  float: left;
  margin-right: 22px;
}
.horizontal-line {
  margin: 3rem 0 !important;
  border: 0;
  border-top: 1px solid #eaeaea;
  /* border-bottom: 1px solid #FEFEFE; */
}

/* Pagination */

.pagenavi li {
    display: inline-block;
    background: #f0f0f0;
    position: relative;
}

.pagenavi li:hover {
    background: #E34E26 ;
    -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;
}

.pagenavi li.selected{
    background: #006a3d  !important;
}

.pagenavi li.selected a{
    color: #fff !important;
     border-top-color: #E34E26 !important;
}

.pagenavi li a, .pagenavi li span {
    padding: 5px 10px;
    display: block;
     font-size: 14px;
    z-index: 2;
    position: relative;
    color: #999;
    border-top: 5px solid #fff;
}

ul.pagenavi{
    margin: 0;
    padding: 0;
   /* text-align: center;*/
}

.pagenavi li:hover a{
    color:#fff;
}

/* fin pagination */
/*--------------------------------------------------------------------------------------*/
/*                     JQUERY ACCORDION                                            */
/*-------------------------------------------------------------------------------------*/
ul.accordion {
  display: inline;
  float: left;
  width: 100%;
  padding: 0;
  }
  ul.accordion li {
    float: left;
    width: 100%;
    padding: 0;
    border: 1px solid transparent;
    margin-bottom: 15px;
    /* background: #000;
  /*-webkit-box-shadow: 0 4px 20px 0 rgba(168, 182, 191, .6);
  box-shadow: 0 4px 20px 0 rgba(168, 182, 191, .6);*/
  }

  ul.accordion .accordion-switch {
    float: left;
    width: 100%;
    background: #f1f1f1;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #505458;
    line-height: 44px;
    border-radius: 5px;
    padding: 15px 0 15px 0;
    border: 1px solid transparent;
  }
  ul.accordion li.accordion-item.selected .accordion-switch { background: #FFF ;color: #E98032; border: 1px solid #E98032;}
  ul.accordion .accordion-switch:hover { background: #fff;border: 1px solid #E98032; }
  ul.accordion li.accordion-item .accordion-switch {
  font-size: 13px;
  float: left;
  }
  ul.accordion li a:hover { text-decoration: underline }
  ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 22px;
    width: 22px;
    background: #da6714 url(../images/accordion-toggle.png) no-repeat left top;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-right: 0px;
    margin-bottom: 11px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 100%;
    margin-top: 11px;
  }
  ul.accordion li.accordion-item:hover .togglegfx { background-color: #006a3d }
  ul.accordion li.accordion-item .accordion-content {
  padding: 0px 20px 10px 53px;
  margin-top: 30px;
  float: left;
  width: 100%;
  }
  ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
  background: #006a3d url(../images/accordion-toggle.png) no-repeat left bottom;
  }
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.info li:last-child{
  margin-bottom: 0;
}
.info li i {
  position: absolute;
  top: 1px;
  left: -34px;
  font-size: 21px;
  color: #d76918;
}
.info li span {
  display: block;
  color: #da6714;
  font-weight: bold;
}
.form__field {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e1e1e1;
  margin-bottom: 30px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.form__submit {
  display: inline-block;
  border: 2px solid #da6714;
  border-radius: 0;
  color: #da6714;
  background: 0 0;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.form__submit:hover{
  background: #da6714;
  color: #fff;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
}
.pagination__item--prev {
  margin-right: 15px;
  margin-left: 0;
}
.pagination__item {
  margin: 0 4px;

  height: 40px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 10px;
  border-radius: 100px;
}
.pagination__item i, .pagination__item span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}
.pagination__item.pagination__item--active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background: #e98033;
}
.pagination__item.pagination__item--active span{
  color: #fff;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #E98032;
}

#sharing{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

#sharing .date_details{
    font-size: 10px;
    color: #777;
    right: 0;
    top: 13px;
    position: absolute;
    font-weight: bold;
}

.gallerie_assoc{
    margin-top: 100px;
    font-weight: bolder;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--green);
}

.gallerie_assoc span{
    display: inline-block;
    padding: 8px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: var(--green)
}

.img-gallery{
  height: 140px;
  border: 6px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 6px solid #fff;
  margin-bottom: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
}

.content_zone .left_content .activity p{
    margin-bottom: 20px;
    line-height: 1.6;
}
.content_zone .left_content .box {
  box-shadow: unset;
    height: 180px;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}
.content_zone .left_content .box  .zone_img {
  width: 200px;
  height: 180px;
  float: left;
  margin-right: 22px;
}
.content_zone .left_content .box:hover  .zone_img {
  width: 180px;
}
.content_zone .left_content .box  .box_content {
  position: unset;
  padding: 20px 82px 20px 20px;
}
.box_search{
  background: #E98032;
  padding: 20px;;
}
.form_search{
  position: relative;
}
.form_search button[type="submit"] {
  position: absolute;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #eee;
  right: 5px;
  top: 5px;
  background: #e98033;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  color: #fff;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 13px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 100px;
}
.search_zone{
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.search_zone::after{
  content: "";
  width: 45px;
  height: 1px;
  background: #eaeaea;;
  position: absolute;
  bottom: 0;
  left: 0;
}
.docs ul {
  padding-left: 40px;
  margin: 0;
}
.docs li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.docs li:last-child{
  margin-bottom: 0;
}
.docs li i {
  position: absolute;
  top: 1px;
  left: -34px;
  font-size: 21px;
  color: #d76918;
}
.docs li span {
  display: block;
  color: #da6714;
  font-weight: bold;
}
.docs li:last-child{
  border: 0;
  padding-bottom: 0;
}
.docs_zone{
  margin-bottom: 50px;
}
.docs li a{
  font-weight: bold;
  color: #797979;
}
.docs li:hover a{
  color: #4d4d4d;
}
.content_zone .right_content .zone_tof .phototheque p{
  line-height: 15px;
}
.zone_tof {
  margin-bottom: 50px;
}
.zone_video{
  margin-bottom: 50px;
} 
.content_article h3{
  margin-bottom: 10px;
}
.content_article .zone_img{
  height: 400px;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(2, 45, 98, 0.1);
}
.navigation_article{
  display: block;
  border-top: 1px solid #eaeaea;;
  padding: 40px 0;
}
.navigation_article ul{
  padding: 0;
  margin: 0;
}
.navigation_article ul > li{
  width: 40%;
  float: left;
  padding: 0 0 0 40px;
  position: relative;
}
.navigation_article ul > li > a{
  color: #006a3d;
  font-weight: bold;
}
.navigation_article ul > li:hover > a{
  color: #E98032;
}
.navigation_article ul > li:last-child{
  text-align: right;
  float: right;
  padding: 0 40px 0 0;
}
.navigation_article ul > li::after{
  position: absolute;
  content: "\f100";
  font-family: FontAwesome;
  color: #006a3d;
  font-size: 26px;
  left: 0;
  top:-8px;
}
.navigation_article ul > li:hover::after{
  color: #E98032;
}
.navigation_article ul > li:last-child::after{
  content: "\f101";
  left: unset;
  right: 0;
}
.navigation_article .date_time {
  display: block;
  margin-bottom: 0;
}
.left_content .activity.phototheque .num_pics {
  width: 37px;
  height: 37px;
  line-height: 37px;
  right: 19px;
  top: 23px;
}
.content_article.phototheque h3 {
  position: relative;
  width: 90%;
}
.content_article.phototheque .num_pics {
  right: -51px;
  top: 0;
}
.content_article.phototheque .justified-gallery .zone_img{
  height: 140px;
  border: 6px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 6px solid #fff;
  margin-bottom: 0;
}
.content_article.phototheque .justified-gallery .zone_img:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
#lightgallery a:after {
  font-family: fontawesome;
  content: "\f00e";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  width: 35px;
  height: 35px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  transform-style: preserve-3d;
  line-height: 38px;
  text-align: center;
}
#lightgallery a {
  position: relative;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  margin-bottom: 40px;
}
#lightgallery a:hover:after{
  opacity: 1
}
.content_zone .left_content .videotheque .box .zone_img {
  width: 100%;
  height: 300px;
  float: unset;
  margin-right: 0;
}
.content_zone .left_content .videotheque .box {
  box-shadow: unset;
  height: 300px;
}
.content_zone .left_content .videotheque .box .box_content {
  position: absolute;
  padding: 20px 82px 20px 20px;
}
.content_zone .left_content .videotheque  .title_zone {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  width: 100%;
}
.content_zone .left_content .phototheque .box {
  box-shadow: unset;
  height: 177px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  border-bottom: 3px solid #e98033;
}
.num.bio {
  width: auto;
  padding: 0 20px;
}

/* Back To Top */
.back-to-top {
  background: #E98032;
  border-radius: 50%;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  font-size: 12px;
  color: white;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 9;
}
.back-to-top:hover, .back-to-top.auto {
  color: transparent;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}
.back-to-top:hover:before, .back-to-top.auto:before {
  animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:hover:after, .back-to-top.auto:after {
  animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  background: white;
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.back-to-top:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  color: white;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  transform: translateY(50px) rotateZ(45deg);
}

@keyframes tipUp {
  0% {
    transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    transform: translateY(-70px) rotateZ(45deg);
  }
}
@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}
.zone_fonds .box {
  height: auto;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.zone_fonds .box .zone_img {
  margin-bottom: 0;
}
.zone_fonds .box:hover .zone_img {
  height: 180px;
}
.zone_fonds .box:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #006a3d!important;
  font-weight: bold !important;
}
#group_table_wrapper label {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#group_table_wrapper  .dataTables_info {
  padding-top: 1.755em;
}
#group_table_wrapper  .dataTables_paginate {
  padding-top: 1.25em;
}
.menu-button {
  position: relative;
  width: 52px;
  height: 30px;
  cursor: pointer;
  z-index: 0;
  display: none;
  margin-top: 20px;
  float: right;
}
.menu-button span {
  position: absolute;
  left: -51px;
  top: 5px;
  font-size: 16px;
  color: #d76918;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 4px;
  border-radius: 50px;
  background: #d76818;
}
.menu-button .line-1 {
  top: 5px;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-3 {
  top: 19px;
}
.menu_shown .menu_wrapper {
  opacity: 1;
  transform: translate(0%);
  /* transition: 400ms cubic-bezier(.25,.46,.45,.94); */
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
  transition: transform 1.25s cubic-bezier(.19,1,.22,1);
  transition: transform 1.25s cubic-bezier(.19,1,.22,1),-webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
}
.menu_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  font-weight: 500;
  min-height: 500px;
  background: rgb(0 106 61);
  overflow: hidden;
  left: 0;
  /* padding: 40px 40px 40px 40px; */
  transform: translateX(-100%);
  opacity: 1;
  z-index: 29;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  transition: transform 400ms cubic-bezier(.19,1,.22,1);
  transition: transform 400ms cubic-bezier(.19,1,.22,1),-webkit-transform 400ms cubic-bezier(.19,1,.22,1);
}
.menu_shown .menu_wrapper .inner {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.menu_wrapper .inner {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -moz-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate3d(-100px, 0px, 0px);
  -ms-transform: translate3d(-100px, 0px, 0px);
  transform: translate3d(-100px, 0px, 0px);
  opacity: 0;
  z-index: 10;
  webkit-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  -o-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
}
.menu_wrapper ul.menu {
  padding: 0;
  width: auto;
  height: 100%;
  overflow-y: auto;
}
.menu_wrapper ul.menu li a {
  background: transparent;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  /* border-top: 1px solid rgba(255,255,255,0.30); */
  border-bottom:1px solid rgb(3 118 68);
  padding: 20px 15px 20px 20px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.menu_wrapper ul.menu li a .btn.expander {
  background: none;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 19px;
  border-radius: 0px;
  position: absolute;
  top: 10px;
  right: 20px;
  outline: none;
}
.menu_wrapper ul.menu ul.sub_menu {
  padding: 0;
  background: #025e36;
}
.menu_wrapper ul.menu ul.sub_menu li a {
  padding: 10px 50px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.menu_wrapper ul.menu ul.sub_menu li a:after {
  position: absolute;
  content: " \f101";
  font-family: FontAwesome;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 22px;
}
body.body--static {
  height: 100%;
  overflow: hidden;
}
/******/

@media (max-width: 575.98px) { 
  .menu_wrapper {width: 100%;}
  .headertop .logo {width: 50px;}
  .headertop ul.menu {display: none;}
  .menu-button { display: block;}
  .menu-button { position: absolute;width: 35px;height: 30px;cursor: pointer;z-index: 1;margin-top: 16px;float: unset;left: 50%;transform: translateX(50%);}
  .header_page {margin-bottom: 40px;margin-top: 40px;}
  .header_page_title {position: relative;left: unset;top: -43%;transform: unset;color: #006a3d;font-size: 30px;text-align: center;line-height: 31px;}
  .header_page ul.option {right: unset;top: 50px;left: 26px;}
  .header_page ul.option {right: unset;top: 42%;left: 26px;}
  ul.option li {display: inline-block;}
  ul.option li a {margin-right: 10px;}
  ul.option li a i {font-size: 16px;;line-height: 31px; width: 38px;height: 38px;}
  .sub_footer ul > li {display: block; flex:unset; border: none;padding: 15px;text-align: left; border-bottom: 1px solid #358662;}
  .top_content .box {margin-top: 40px;}
  .box_z_left.activity_content .box{margin-bottom: 40px;}
  .box_z_right.activity_content {padding: 20px 20px 86px 20px;border-radius: 0px;}
  .annonce_content img{margin-bottom: 20px;}
  .mixte_content .videotheque{margin-bottom: 40px;}
  .box_content {bottom:0px;}
  .box {height: 380px;}
  .box:hover .zone_img{height: 240px;}
  .zone_img{height: 240px;}
  footer .logo {width: 150px;margin: 0 auto;}
  .copyright .left {text-align: center;}
  .copyright .right {text-align: center;}
  .copyright {font-size: 13px;}
  .sub_footer ul > li {display: block; flex:unset; border: none;padding: 15px;text-align: left; border-bottom: 1px solid #358662;}
  .sub_footer ul > li:last-child{border:none}
  .sub_footer ul{display: unset;}
  .sub_footer ul > li > a {font-size: 13px;}
  .content_zone .left_content .box .box_content {padding: 20px 20px 20px 20px;}
  .content_zone .left_content .box {height: auto!important;}
  .content_zone .left_content .box .zone_img {width: 100%;height: 200px;float: unset;margin-right: 0;}
  .content_zone .left_content .box:hover .zone_img {width: 100%;}
  .content_zone .left_content .videotheque .box .box_content {padding: 20px;}
  .content_zone .left_content .video-frame__icon{height: 40px;width: 40px;line-height: 37px;}
  .content_zone .left_content .video-frame__trigger {top: -31px;right: 14px;}
  .search_zone {margin-top: 40px;}
  .content_article.phototheque .justified-gallery .zone_img {height: 260px;}
  .info { margin-bottom: 40px;}
  .top_content ul.option li{display: block;}
  .top_content ul.option li a{margin-bottom: 30px;}
}
@media (min-width: 576px) and (max-width: 767.98px) { 
  .top_content .box {margin-top: 40px;}
  .box_z_left.activity_content .box{margin-bottom: 40px;}
  .box_z_right.activity_content {padding: 20px 20px 86px 20px;border-radius: 16px 0 0 30px;}
  .annonce_content img{margin-bottom: 20px;}
  .mixte_content .videotheque{margin-bottom: 40px;}
  .box_content {bottom:0px;}
  .box {height: 380px;}
  .box:hover .zone_img{height: 240px;}
  .zone_img{height: 240px;}
  footer .logo {width: 150px;margin: 0 auto;}
  .copyright .left {text-align: center;}
  .copyright .right {text-align: center;}
  .copyright {font-size: 13px;}
  .sub_footer ul > li {display: block; flex:unset; border: none;padding: 15px;text-align: left; border-bottom: 1px solid #358662;}
  .sub_footer ul > li:last-child{border:none}
  .sub_footer ul{display: unset;}
  .sub_footer ul > li > a {font-size: 13px;}
  .headertop ul.menu {display: none;}
  .menu-button { display: block;}
  .menu-button { position: absolute;width: 35px;height: 30px;cursor: pointer;z-index: 1;margin-top: 26px;float: unset;left: 50%;transform: translateX(50%);}
  .header_page {margin-bottom: 40px;margin-top: 40px;}
  .header_page_title {position: relative;left: unset;top: -43%;transform: unset;color: #006a3d;font-size: 30px;text-align: center;line-height: 31px;}
  .header_page ul.option {right: unset;top: 50px;left: 26px;}
  .header_page ul.option {right: unset;top: 42%;left: 26px;}
  ul.option li {display: inline-block;}
  ul.option li a {margin-right: 10px;}
  ul.option li a i {font-size: 16px;;line-height: 31px; width: 38px;height: 38px;}
  .content_zone .left_content .box .box_content {padding: 20px 20px 20px 20px;}
  .content_zone .left_content .box {height: auto!important;}
  .content_zone .left_content .box .zone_img {width: 100%;height: 200px;float: unset;margin-right: 0;}
  .content_zone .left_content .box:hover .zone_img {width: 100%;}
  .content_zone .left_content .videotheque .box .box_content {padding: 20px;}
  .content_zone .left_content .video-frame__icon{height: 40px;width: 40px;line-height: 37px;}
  .content_zone .left_content .video-frame__trigger {top: -31px;right: 14px;}
  .search_zone {margin-top: 40px;}
  .info { margin-bottom: 40px;}
  .top_content ul.option li{display: block;}
  .top_content ul.option li a{margin-bottom: 30px;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
  .partner .sc_item_subtitle {font-size: 12px;margin-top: 12px;line-height: 14px;position: relative;margin-right: 7px;}
  .partner .sc_item_subtitle::after{right: 5px;top: 4px;width: 19px;height: 19px;font-size: 16px;line-height: 18px;}
  footer .logo {width: auto;padding: 15px 15px;}
  footer h3 {font-size: 13px;}
  .sc_item_subtitle {line-height: 20px; font-size: 13px;}
  .box_z_right h1{font-size: 26px;line-height: 27px;}
  .top_content .title_zone {font-size: 20px;line-height: 22px;}
  ul.option li a {font-size: 10px;line-height: 29px;}
  .box_group h1{font-size: 19px;line-height: 21px;}
  .link_details{  font-size: 13px;display: block;position: relative;top: -20px;}
  .sc_item_subtitle::after {width: 17px;height: 17px;font-size: 15px;line-height: 16px;top: 1px;}
  .content_zone .left_content .box .box_content {padding: 20px 20px 20px 20px;}
  .content_zone .left_content .box {height: auto!important;}
  .content_zone .left_content .box .zone_img {width: 100%;height: 200px;float: unset;margin-right: 0;}
  .content_zone .left_content .box:hover .zone_img {width: 100%;}
  .content_zone .left_content .videotheque .box .box_content {padding: 20px;}
  .content_zone .left_content .video-frame__icon{height: 40px;width: 40px;line-height: 37px;}
  .content_zone .left_content .video-frame__trigger {top: -31px;right: 14px;}
  .header_page_title {top: 30%;font-size: 24px;}
  .headertop .logo {margin-right: 15px;}
  .headertop ul.menu {display: none;}
  .menu-button { display: block;}
  .menu-button { position: absolute;width: 35px;height: 30px;cursor: pointer;z-index: 1;margin-top: 26px;float: unset;left: 50%;transform: translateX(50%);}
 }
@media (min-width: 992px) and (max-width: 1199.98px) { 

    .headertop ul.menu > li {padding: 33px 14px 33px 15px;}
    .content_zone .left_content .box .box_content {padding: 20px 20px 20px 20px;}
    .header_page_title {top: 13%;font-size: 44px;}
    .headertop .logo {margin-right: 23px;}

 }
@media only screen and  (min-width: 1200px) { 
    
 }