html{
	font-size: 100%;
	height:100%;
}

body {
  color: #4C4C4C;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 1.7;
  font-style: normal;
  font-weight: 500;
  background: #e7e7e7;
}

/* Typography */
h1, h2, h3, h4, h5, h6{
	margin:10px 0;
}
h1{
  font-size: 48px;
	line-height:43px
}
h2{
  font-size: 38px;
	line-height:35px
}
h3{
  font-size:30px;
	line-height:30px
}
h4{
  font-size: 24px;
	line-height:28px
}
h5{
  font-size: 18px;
  line-height:18px
}
h6{
  font-size: 16px;
  line-height:15px
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color:#4c4c4c
}
strong{
  font-weight: 500;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}
a {
  text-shadow: none !important;
  color: #ea6a1c;
  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;
  color: #ea6a1c;
}
ol, ul {
    list-style: none;
}
.normal{
	font-weight:normal;
}
.bold{
	font-weight:600;
}
.extra-bold{
	font-weight:800;
}
.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;
}

/* BG colors */
.bg_site_green{
  background-color: #2c8d43!important;
}
.bg_site_orange{
  background-color: #ea6a1c!important;
}

/* Font Colors */
.text-orange {
  color: #ea6a1c !important;
}
.text-green {
  color: #2c8d43 !important;
}
.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;
}
.text-justify{
	text-align:justify !important;
}
.horizontal-line {
  margin: 2rem 0 !important;
  border: 0;
  border-top: 1px solid #c9c8c8;
  /*border-bottom: 1px solid #FEFEFE;*/
}
.horizontal-line.transparent {
  margin: 2rem 0 !important;
  border: 0;
  border-top: none;
  /* border-bottom: 1px solid #FEFEFE; */
}
.horizontal-line0 {
  width: 100%;
  height: 1px;
  margin: 0px 0 0px 0;
  background:  #ccc;
}

.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
img {max-width: 100%;height: auto;-ms-interpolation-mode: bicubic; }
img {max-width: 100%;}

.relative{
  position: relative;
}

/*-----site style-----*/

#site {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main_content {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.inner_main {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -200;
  width: 100%;
  height: 100%;
}
.img_backsite {
  position: absolute;
  top: -130px;
  left: 55%;
  width: 2100px;
  height: auto;
  transform: translateX(-55%);
}
header {
  background: #1c4225 url('../images/head-bg.jpg') no-repeat center -38px;
  position: relative;
  z-index: 5;
  box-shadow: 0px 5px 20px 4px rgb(0 0 0 / 40%);
  background-size: 900px;
}
.flash_info {
  background: #0c2913;
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 796px;
}
.logo_gouv {
  width: 300px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.logo_gouv img {
  width: 79px;
  margin-right: 12px;
}
.logo_gouv div {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-left: 6px;
  padding: 7px 0 9px 0;
}
.logo_gouv div span {
  font-size: 10px;
  font-weight: normal;
  color: #ea6a1c;
  display: block;
}
.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  position: relative;
}
.nav ul.menu {
  list-style: none;
  margin-top: 0px;
  padding: 0 0 0 0px;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.nav ul.menu  li {
  position: relative;
  display: inline-block;
}
.nav ul.menu > li > a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: block;
  line-height: 13px;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 20px 18px 20px;
}
.nav ul.menu > li:hover > a{
  color: #ea6a1c!important;
  background: #fff;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 1000;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  /* border-radius: 6px; */
  background-color: #fff;
  text-align: left;
  box-shadow: -3px 11px 14px 3px #0000001f;
}
.nav ul.menu li > ul.sub_menu li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 11px;
  left: 12px;
  font-size: 10px;
  content: '\f105';
  color: #ea6a1c;
}
.nav ul.menu li > ul.sub_menu  li {
  padding: 0;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.nav ul.menu li ul.sub_menu > li:last-child{
  border: 0;
  padding-bottom: 0;
}
.nav ul.menu li ul.sub_menu li > a {
  display: block;
  padding: 7px 20px 7px 30px;
  clear: both;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #929292 !important;
  transition: all 0.3s;
}
.nav ul.menu li ul.sub_menu li:hover > a{
  background: #f3f3f3 !important;
}
.nav ul.menu li > ul.sub_menu li:hover > a{
  color: #f7ca47;
}
.nav ul.menu li:hover > ul, .nav ul li.hovered > ul {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.nav ul.menu > li:last-child{
  margin: 0px 0px 0px 0;
}
.nav ul.menu > li:last-child > .sub_menu{
  left: unset;
  right: 0;
}
.nav ul.menu > li.active >  a {
  color: #ea6a1c!important;
  background: #ffffff;
}
ul.menu li.search {
    width: 66px;
    background: #1b9339;
}
ul.menu li.search a i{
  font-size: 16px;
  font-weight: bold;
}
.flash_info .nav ul.menu li{
  padding: 0;
}
.flash_info .nav ul.menu > li > a{
  font-size: 12px;
}
.flash_info .nav ul.menu > li > a i{
  margin-right: 7px;
}
.social-icons {
  font-size: 0;
}
.social-icons ul{
  padding: 0;
  margin: 0 0 0 20px;
}
.flash_info .social-icons i {
  font-size: 17px;
}
.flash_info div.social-icons li:after {
  width: 30px;
  height: 30px;
  top: 3px;
  left: 3px;
}
.social-icons li {display: inline-block;/* margin: 5px 5px 0 0; */vertical-align: top;position: relative;}
.social-icons li:after {
position: absolute;
display: block;
width: 45px;
height: 45px;
content: "";
opacity: 0;
text-align: center;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
transition: transform .3s ease, background-color .35s, opacity .25s ease;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-border-radius: 50%;
border-radius: 50%;
}
.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li a {
width: 36px;
height: 36px;
display:inline-block;
}
div.social-icons li:after {position: absolute;display: block;width: 36px;height: 36px;content: "";opacity: 0;text-align: center;top: 0;left: 0;z-index: 0;-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;transition: transform .3s ease, background-color .35s, opacity .25s ease;-webkit-transform: scale(0);transform: scale(0);-webkit-border-radius: 50%;border-radius: 50%;}
div.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li.twitter:hover:after     { background-color: #47c0d8 }
div.social-icons li.facebook:hover:after    { background-color: #49699f; }
div.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
div.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
div.social-icons li.rss:hover:after         { background-color: #fe9900; }
div.social-icons li.flickr:hover:after      { background-color: #e82c88; }
div.social-icons li.youtube:hover:after     { background-color: #b72d24; }
div.social-icons li.instagram:hover:after{
background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
.social-icons li a:hover { border-color: transparent; }
.circle-icons li a {display: block;width: 45px;height: 45px;border: 3px solid transparent;font: 0/0 a;cursor: pointer;text-align: center;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all .25s ease;transition: all .25s ease;}
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.facebook:hover:after    { background-color: #49699f; }
ul.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
ul.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
ul.social-icons li.rss:hover:after         { background-color: #fe9900; }
ul.social-icons li.gplus:hover:after       { background-color: #c33d19; }
ul.social-icons li.flickr:hover:after      { background-color: #e82c88; }
ul.social-icons li.instagram:hover:after   { background-color: #517fa3; }
ul.social-icons li.dropbox:hover:after     { background-color: #5da3e8; }
ul.social-icons li.youtube:hover:after     { background-color: #b72d24; }
ul.social-icons li.blogger:hover:after     { background-color: #f38f33; }
ul.social-icons li.evernote:hover:after    { background-color: #73b122; }
ul.social-icons li.dribbble:hover:after    { background-color: #e65992; }
ul.social-icons li.behance:hover:after     { background-color: #18a3fe; }
ul.social-icons li.lastfm:hover:after      { background-color: #be0607; }
ul.social-icons li.skype:hover:after       { background-color: #24b0e4; }
ul.social-icons li.vimeo:hover:after       { background-color: #568799; }
ul.social-icons li.forrst:hover:after      { background-color: #628267; }
ul.social-icons li.digg:hover:after        { background-color: #2882c6; }
ul.social-icons li.appstore:hover:after    { background-color: #606060; }
ul.social-icons li.wordpress:hover:after   { background-color: #33759d; }
ul.social-icons li.stumbleupon:hover:after { background-color: #eb4924; }
ul.social-icons li.deviantart:hover:after  { background-color: #5f7162; }
ul.social-icons li.github:hover:after      { background-color: #7292a2; }
ul.social-icons li.mail:hover:after        { background-color: #65a413; }
.social-icons i {position: relative;font-weight: bold;font-size: 20px;z-index: 3;-webkit-transition: color .35s ease-out;transition: color .35s ease-out;}
.social-icons li i {display: block;line-height: 43px;color: #ea6a1c;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 30px;}
.social-icons a:hover i { color: #fff; }

.overlay_videos{
  position: absolute;
  background:rgb(16 71 16 / 50%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_news .overlay_videos i {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  background: #ea6a1c;
  text-align: center;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_news:hover .overlay_videos i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: scale(.8);
}
.inner_zone{
  padding: 40px 0;
}
.box_slide_news{
  background: rgb(238, 238, 238);
  position: relative;
  overflow: hidden;
}
.img_box {
  overflow: hidden;
  transition: all 0.4s ease;
  height: 500px;
  width: 100%;
  top: 0;
}
.box_slide_news_content {
  padding: 25px 52px 40px 52px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  transition: all ease 0.4s;
  left: 0;
}
.box_slide_news:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  bottom: -3%;
  left: 0;
  right: 0;
  height: 45%;
  width: 100%;
  z-index: 0;
  transition: .4s;
}
.box_slide_news_content h5{
  color: #fff;
  margin: 0;
  font-size: 23px;
  line-height: 25px;
  font-weight: bold;
}
.tag_option li a {
  color: #ea6a1c;
  font-size: 10px;
  background: #fff;
  padding: 3px 7px;
  font-weight: bold;
}
.tag_option li {
  display: inline-block;
  margin: 0px 6px 0px 0;
  line-height: 13px;
}
.section-title.left {
  text-align: left;
}
.section-title.left .sub-heading {
  padding: 0 45px 0 0;
  margin-right: auto;
}
.section-title {
  text-align: center;
  /* margin-bottom: 70px; */
  position: relative;
}
.section-title .sub-heading {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #ea6a1c;
  line-height: 12px;
}
.section-title.left .sub-heading::after {
  right: 0;
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #ea6a1c;
  top: 50%;
}
header::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ea6a1c;
  background: linear-gradient(90deg, rgba(253,127,19,1) 0%, rgba(253,127,19,0.8) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 65%,rgba(44,141,67,1) 65%, rgba(44,141,67,1) 100%);
  transform-origin: left center;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
}
.news_vrac .nav ul.menu li{
  padding: 0;
}
.news_vrac .nav ul.menu li a{
  color: #ea6a1c;
}
.news_vrac .nav ul.menu {
  align-items: center;
  height: 26px;
}
.news_vrac .nav {
  justify-content: unset;
  align-items: unset;
  height: 24px;
}
.news_vrac .nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 0;
}
.news_vrac_box{
  margin-bottom: 30px;
  position: relative;
  transition: all ease 0.4s;
  border-radius: 5px;
}
.info_news {
  transition: all .5s ease;
}
.info_news a{
  color: #4C4C4C;
}
.img_news {
  width: 100%;
  height: 160px;
  position: relative;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all .5s ease;
}
.date_news {
  font-size: 10px;
  position: relative;
  margin-top: 16px;
}
.info_news h6 a {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 20px;
}
.info_news .tag_option li a{
  color: #ffffff;
  background: #2c8e44;
}
a.news_link{
  color: #2c8e44;
  font-weight: bold;
  display: block;
}
.box_zone_video{
  background: #2c8e44;
  padding: 20px;
}
.box_zone_video .info_news .tag_option li a {
  color: #2c8e44;
  background: #ffffff;
}
.box_zone_video .info_news h6 a {
  color: #fff;
}
.box_shadow{
  box-shadow: rgb(0 0 0 / 20%) 0px 4px 20px 0px;
}
.box_ministre {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #2c8c42;
}
.circle1 {
  position: absolute;
  width: 700px;
  height: 700px;
  border: 2px solid #fff;
  border-radius: 1000%;
  top: -440px;
  left: -50px;
}
.circle2 {
  position: absolute;
  width: 700px;
  height: 700px;
  border: 3px solid #ea6a1c;
  border-radius: 1000%;
  top: -450px;
  left: -10px;
}
.box_ministre .social-icons ul {
  margin: 15px 0 0 20px;
}
.box_ministre .social-icons li i {
  color: #fff;
}
.box_ministre .img_news {
  width: 200px;
  height: unset;
  border-radius: 0;
  box-shadow: -6px 9px 19px 5px #00000047;
  margin: 40px auto 0 auto;
  z-index: 1;
}
.box_ministre .box_content {
  position: absolute;
  /* background: none; */
  bottom: 0;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(rgba(0, 0, 0, 0.01) 0%, rgb(44 141 67) 100%);
  z-index: 1;
}
.box_content .name {
  font-size: 28px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  margin-bottom: 2px;
}
.box_content .name span{
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}
ul.option li a{
  color: #fff;
  font-weight: 600;
  transition: all .5s ease;
  padding-left: 17px;
}
ul.option li{
  position: relative;
}
ul.option.pm li ::after {
  content: '\f105';
  font-family: Font Awesome\ 5 Pro;
  top: 0px;
  left: 2px;
  position: absolute;
  font-size: 11px;
}
.box_ministre ul.option li {
  color: #ea6a1c;
  font-size: 14px;
  display: block;
  margin: 0px 6px 0px 0;
  line-height: 20px;
}

ul.option li {
  color: #ea6a1c;
  font-size: 10px;
  display: inline-block;
  margin: 0px 6px 0px 0;
  line-height: 13px;
}

ul.option li.tag a {
  background: #1b9339;
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  box-shadow: 1px 4px 6px rgb(200 200 200);
}
.network_banner {
  background: #212121;
}
.back-to-top {
  background: #ea6a1c;
  border-radius: 0;
}
.back-to-top {
  position: fixed;
  bottom: 14px;
  right: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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: 59;
}
.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:#fff;
  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: #fff;
  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);
}
.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(255 205 4 / 70%);
  border-radius: 50%;
  background-color:#f7ca47;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

@keyframes tipUp {
  0% {
    transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    transform: translateY(-70px) rotateZ(45deg);
  }
}
@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}
footer {
  background: #181818;
  background-size: contain;
  color: #707070;
}
footer .social-icons ul {
  margin: 0;
  text-align: right;
}
ul.partner_link {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
ul.partner_link li a {
  color: #ea6a1c;
}
footer .horizontal-line {
  border-top: 1px solid #4f4f4f;
}
.logo img{
  width: 100px;
}
.logo div{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
}
.logo div span {
  font-size: 10px;
  font-weight: normal;
  color: #ea6a1c;
  display: block;
}
footer ul.link_footer li {
  position: relative;
  padding-left: 25px;
}
footer ul.link_footer li a {
  color: #8b8b8b;
  line-height: 16px;
  display: block;
}
footer ul.link_footer li{
  margin-bottom: 10px;
}
footer ul.link_footer li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 0px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
}
#structure .item {
  background: #fff;
  height: 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.newsletter form {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  position: relative;
}
.newsletter form input {
  font-size: 15px;
  height: 60px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #ea6a1c;
  background-color: transparent;
  padding-left: 0;
  color: #ffffff;
  font-weight: 400;
  padding-right: 65px;
  border-radius: 0px;
}
.newsletter form button {
  position: absolute;
  top: 0px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  right: 0;
  border-radius: 25px 25px 0;
}
.newsletter{
  padding: 20px;
  background: #000;
}

.video-item .itembox_vid {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.video-item .itembox_vid a {
  text-decoration: none;
  display: block;
  transition: all .3s ease;
  color: #4C4C4C;
}
.video-item .itembox_vid .video-thumb {
  width: calc(50% - 10px);
  height: 137px;
  margin-right: 10px;
  float: left;
  position: relative;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.video-thumb .cover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-thumb .cover i {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 10%;
  bottom: 15%;
}
.video-info {
  padding: 10px;
  line-height: 14px;
}
.post-date {
  font-size: 10px;
  margin-top: 10px;
  display: block;
  font-weight: normal;
}
#photo_slider.owl-carousel .owl-stage{
  padding: 0px 0px;
}
#structure.owl-carousel .owl-stage{
  padding: 0px 0px;
}
.menu-button {
  position: absolute;
  width: 32px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
  display: none;
  margin: 0 0 0px 20px;
  top: 24px;
  right: 27px;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 3px;
  background: #ea6a1c;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}
.menu-button .line-1 {
  top: 5px;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-3 {
  top: 19px;
}
.menu_shown .menu-button .line-3 {
  bottom: 0;
  transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-45deg);
  top: 10px;
}
.menu_shown .menu-button .line-2 {
  opacity: 0;
  transition-delay: .12s;
}
.menu_shown .menu-button .line-1 {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(225deg);
  top: 16px;
}
.nav_wrapper {
  background: #ea6a1c;
}
.nav_wrapper .nav {
  width: 100%;
  display: block;
  height: 41px;
}

.menu_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  font-weight: 500;
  min-height: 500px;
  background: rgb(5 121 71);
  overflow: auto;
  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);
  margin-top: 4px;
  padding-bottom: 98px;
}
.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: #006a3d;
  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;
}
.menu_wrapper ul.menu li ul.sub_menu li a {
  background: #063420;
  border-bottom: 1px solid #054229;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.menu_wrapper ul.menu ul.sub_menu {
  padding: 0;
  background: #025e36;
}
.menu_wrapper ul.menu li a .btn.expander {
  background: none;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 9px;
  border-radius: 0px;
  position: absolute;
  top: 21px;
  right: 20px;
  outline: none;
}
.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_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);
}
body.body--static {
  height: 100%;
  overflow: hidden;
}
.strong_word{
  background: #fff;
  padding: 20px 20px 20px 100px;
  position: relative;
  height: 100%;
}
.by{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.by .box_img {
  transition: all 0.4s ease;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  border: 2px solid #2c8d43;
  margin-right: 10px;
  margin-bottom: 0;
}
.by .box_name{
  font-size: 10px;
  color: #2c8d43;
  line-height: 11px;
  font-weight: bold;
}
.by .box_name span{
  display: block;
}
.content_word {
  position: relative;
  font-size: 23px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #ea6a1c;
}
.content_word::before {
  content: "";
  display: block;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 17px solid #ea6a1c;
  z-index: 3;
  position: absolute;
  left: 30px;
  bottom: -15px;
  pointer-events: none;
}
.content_word::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #ea6a1c;
}
.strong_word .quote{
  font-size: 250px;
  line-height: 0;
  font-family: 'Palanquin Dark', sans-serif;
  position: absolute;
  top: 110px;
  left: -20px;
  color: #ea6a1c;
}
ul.ext_nav{
  padding: 0 0 0 0;
  margin: 0;
  height: 100%;
}
ul.ext_nav li {
  height: 100%;
  align-items: center;
}
ul.ext_nav li a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  justify-content: center;
  line-height: initial;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  position: relative;
  margin-bottom: 20px;
  padding: 18px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
  background: #2c8d43;
  text-align: center;
  height: 100%;
}
ul.ext_nav li a:hover{
  background: #fff;
  color: #ea6a1c;
  box-shadow: -20px 20px 10px rgb(2 45 98 / 10%);
  transition: box-shadow 0.3s ease-in-out;
}
ul.ext_nav li a i {
  margin-bottom: 12px;
  font-size: 35px;
}
ul.menu_nav li a p {
  margin: 0;
}
ul.ext_nav li:last-child a{
  margin: 0;
}
.box_actions {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 20px;
  height: 150px;
  box-shadow: -5px 6px 12px 3px #00000003;
  display: flex;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.box_actions:hover{
  transform: scale(1.05);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.box_actions:hover h6{
  color: #ea6a1c;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.box_actions .img_news {
  height: 110px;
  width: 110px;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  flex-shrink: 0;
  margin-right: 20px;
}
.box_actions h6 {
  position: relative;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  margin: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.box_actions span{
  color: #2c8e44;
}

/*.box_actions .img_news:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgb(44 141 67)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgb(44 141 67) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(46 140 66) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  bottom: -3%;
  left: 0;
  right: 0;
  height: 45%;
  width: 100%;
  z-index: 0;
  transition: .4s;
}*/

#focus_elmts.owl-carousel .owl-stage{
  padding: 0;
}
.reflect .modal-body{
  padding: 0;
}
.modal.reflect .close {
  float: unset;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #ea6a1c!important;
  width: 35px;
  height: 35px;
  z-index: 1;
  border: none;
}
.agenda .date_event{
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  color: #2c8d43;
}
.head_zone{
  display: flex;
  padding: 13px;
  flex-direction: column;
}
.head_zone img{
  width: 70px;
  margin-right: 50px;
}

.agenda .content_event{
  line-height: 18px;
}
.agenda a .content_event {
  color: #4c4c4c;
}
.agenda .content_event .time{
  color: #ea6a1c;
  font-weight: bold;
}
.box_white{
  background: #fff;
  padding: 0 18px;
  position: relative;
}
.action_p .box_news{
  border:0;
  box-shadow: none;
  padding: 0;
}
.action_p .box_news.action_prio .img_news{
  width: 60px;
  height: 60px;
}
.action_p ul.option li.tag a{
  background:transparent;
  color: #1b9339;
  font-size: 13px;
  padding:0px;
  box-shadow: unset;
}
.action_p img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.box_white.action_p .circle1{
  border: 3px solid #fff;
  width: 500px;
    height: 500px;
    top: -400px;
    left: 10px;
}
.box_white.action_p .circle2{
  border: 3px solid #2c8c42;
  width: 500px;
    height: 500px;
    top: -400px;
    left: 10px;
}
.action_p h4 {
  z-index: 1;
  bottom: 0;
  font-size: 30px;
  margin: 0;
  color: #2c8c42;
}
.action_p h4 a {
  display: block;
  background: #ea6a1c;
  padding: 1px 10px;
  margin-top: 8px;
  font-size: 19px;
  color: #fff;
  margin-bottom: 11px;
}
.box_focus{
  margin-bottom: 20px;
}
.content_img{
  position: relative;
}
.content_img_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  font-size: 40px;
  width: 460px;
  line-height: 34px;
  color: #2c8d43;
  font-weight: bold;
}
.box_writing{
  padding: 40px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #4C4C4C;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group select, .form-group input {
  height: 57px;
  margin-bottom: 6px;
}
.writetominister button {
  position: unset;
  background: #ea6a1c;
  border-radius: 4px;
  color: #fff;
  margin-left: auto;
  height: 50px;
  width: 100%;
  border: 0;
}
textarea.form-control {
  min-height:calc(1.5em + 0.75rem + 100px)
}
.dicours_box ul.list_pdf {
  padding: 0 27px 0 0px;
  height: 109px;
  overflow-y: auto;
  width: 113%;
}
.dicours_box ul.list_pdf li a{
  line-height: 18px;
}
ul.list_pdf{
  padding: 0;
  margin: 0;
}
ul.list_pdf li{
  display: block;
}
ul.list_pdf li a{
  font-weight: 500;
  color: #4C4C4C;
  line-height: 19px;
  display: block;
  margin-bottom: 9px;
  padding-left: 23px;
  position: relative;
}
ul.list_pdf li a::after {
  position: absolute;
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  top: 1px;
  left: 0;
  font-size: 13px;
  color: #FA0F00;
}
ul.list_pdf li:last-child a{
  margin-bottom: 10px;
}
ul.list_pdf li a span{
  display: inline-block;
  color: #ffffff;
  background: #2c8c42;
  padding: 1px 6px;
  font-size: 10px;
}
ul.press_pdf li a {
  font-weight: 100;
  color: #4C4C4C;
  line-height: 17px;
  display: block;
  margin-bottom: 9px;
  position: relative;
  background: #fff;
  padding: 10px 53px 10px 33px;
}
ul.press_pdf li:last-child a{
  margin-bottom: 10px;
}
ul.press_pdf li a::after {
  position: absolute;
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  top: 11px;
  left: 11px;
  font-size: 13px;
  color: #FA0F00;
}
ul.press_pdf li a span{
  display: inline-block;
  color: #ffffff;
  background: #2c8c42;
  padding: 1px 6px;
}
.box_slide_news_content h5 a{
  color: #fff;
}
a.more_agenda {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #e8e8e8;
  left: 0;
  text-align: center;
  color: #2c8d43;
  font-weight: bold;
}
a.more_agenda:hover{
  background: #2c8d43;
  color: #fff;
}
.info_ext{
  position: relative;
  background: #fff;
  border-right: 1px solid #dadada;
}
.info_ext::after {
  content: '';
  position: absolute;
  background: #fff;
  width: 2000%;
  height: 100%;
  top: 0;
  right: -2000%;
  z-index: -1;
}
.info_ext ul{
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
}
.info_ext ul li{
  border-right: 1px solid #dadada;
}

.info_ext ul li a {
  font-size: 18px;
  padding: 25px 18px;
  color: #ea6a1c;
  height: 100%;
  display: block;
  width: 66px;
  text-align: center;
  background: #fff;
}
.info_ext ul li:hover a{
  color: #2c8d43;
  background: #ffffff!important;
}
.info_ext ul li:first-child a {
  background: #fff;
}
.info_ext ul li:last-child a {
  background: #fff;
}
.global_content_wrapper{
  background: #fff;
  margin: 40px 0;
}
.header_page {
  padding: 40px 40px;
  background: #f6f6f6 url('../images/head_page.jpg') no-repeat top center;
  background-size: cover;
}
.content_inner_wrapper{
  padding: 40px 40px;
}
.img_right_box {
  float: right;
  width: 333px;
  margin: 20px 0 20px 30px;
}
.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f8f9fa;
  z-index: 2;
}
.img-container {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.box_link {
  background: #ffffff;
  line-height: 23px;
  border: 1px solid #d0d0d0;
  font-size: 17px;
  padding: 20px 90px 20px 20px;
  color: #2c8d43;
  font-weight: bold;
  height: 200px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  display: block;
}
.box_link span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
}
.box_link i {
  font-size: 10px;
  font-weight: bold;
  background: #2c8d43;
  height: 20px;
  width: 20px;
  line-height: 19px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}
.img_float_1 {
  position: absolute;
  width: 170px;
  right: -50px;
  bottom: -37px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_link:hover .img_float_1{
  transform: scale(.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_link:hover{
  color: #ea6a1c;
}
.border-radius-0{
  border-radius: 0;
}
.scroll_content {
  height: 440px;
  overflow-y: auto;
  padding: 0 20px 0 0;
}
.photo_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo_content img{
  padding: 60px;
}
.r-1q9bdsx {
  border-radius: 0 !important;
}
ul.rubrique_list {
  display: flex;
  justify-content: end;
  margin-bottom: 40px;
  list-style: none;
}
ul.rubrique_list li a{
  margin-right: 20px;
  font-weight: 600;
}
ul.rubrique_list li:hover a{
  color: #2c8d43;
}
ul.rubrique_list li:last-child a{
  margin-right: 0;
}
.box_rubrique{
  display: flex;
  justify-content: space-between;
}
.box_rubrique .b_item {
  font-weight: bold;
  color: #4C4C4C;
}
.box_rubrique {
  background: #eeeeee;
  margin-bottom: 10px;
  padding-left: 20px;
}
.num_elmnt {
  padding: 10px;
  background: #1b9339;
  width: 70px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.box_rubrique:hover{
  background: #f2f2f2;
}
.box_rubrique:hover .num_elmnt{
  background: #ea6a1c;
}
.box_file {
  position: relative;
  border: 1px solid #e8e5e5;
  padding: 20px;
  overflow: hidden;
  height: 200px;
  box-shadow: -2px 3px 16px #00000017;
}
.box_file .date{
  background: #2c8d43;
  padding: 3px;
  color: #fff;
}
.box_file .info_file{
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 15px;
}
.box_file.audio{
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.box_file.audio .box_info_audio{
  width: auto;
  padding: 20px;
}
.box_file.audio .audiojsZ{
  width: 100%;
}
.sub_zone {
  display: flex;
  background: #fff;
  position: relative;
}
/*.side_zone .box_file.audio .sub_zone::after {
  content: "";
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgb(255 255 255 / 0%) 20%, rgba(255, 255, 255, 1) 100%);
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}*/
.vignette {
  flex-shrink: 0;
  width: 100px;
  border-right: 1px solid #ebebeb;
}
.news_index_zone{
  background: #ffffff;
}
.news_index_zone ul.rubrique_list li a {
color: #2c8d43;
}
.news_index_zone .section-title .sub-heading{
  color: #2c8d43;
}
.news_index_zone .section-title .sub-heading::after {
  background: #2c8d43;
}
.news_index_zone .rubrique_list{
  margin: 0;
}
/* -------------------------------------------
album photo
------------------------------------------- */
#lightgallery a {
  position: relative;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  margin-bottom: 40px;
}
.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);
  margin-bottom: 0;
  box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
  border-radius: 10px;
}
#lightgallery a:after {
  font-family: Font Awesome\ 5 Pro;
  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
}
.justified-gallery .zone_img:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
/* -------------------------------------------
teams type box
------------------------------------------- */
.box_team {
  height: 400px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.box_team .info_team {
  background: linear-gradient(rgb(24 127 54 / 0%) 0%, rgb(24 127 54) 100%);
}
.info_team p {
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 15px;
  text-align: left!important;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  margin: 0;
}
.info_team h5 {
  color: #fff;
  font-weight: bold;
}
.info_team {
  text-align: left;
  transition: all .5s ease;
  position: absolute;
  bottom: 0;
  padding: 30px 24px 20px 24px;
  background: linear-gradient(rgb(31 61 156 / 0%) 0%, rgb(117 170 46 / 0%) 0%);
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 2;
}
.box_team_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  position: relative;
  z-index: 1;
}
.box_team:hover .box_team_img{
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_team .number {
  position: absolute;
  font-size: 29px;
  top: 0;
  left: 22px;
  font-weight: bold;
  z-index: 2;
  color: #ea6a1c;
  background: #fff;
  width: 50px;
  text-align: center;
}
.btn_link_team{
  position: absolute;
  bottom: 0;
  background: #2c8d43;
  right: 0;
  padding: 15px 20px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.btn_link_team:hover{
  background: #ea6a1c;
  color: #fff;
}
.list_government .box_team {
  height: auto;
  background: transparent;
}
.list_government .box_team_img {
  height: 190px;
  overflow: hidden;
}
.list_government .info_team {
  position: unset;
  padding: 10px 0 0 0;
  background: transparent!important;
}
.list_government .info_team p {
  font-size: 13px;
  line-height: 14px;
}
.list_government .info_team h5 {
  color: #4c4c4c;
  font-weight: bold;
}
.list_government .box_team:hover .box_team_img{
  transform: scale(1);
}
.download_bio {
  position: absolute;
  height: 40px;
  bottom: 0;
  padding: 0px 10px;
  right: -110px;
  text-align: center;
  line-height: 42px;
  background: #ffffffc2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.download_bio i {
  font-size: 18px;
}
.list_government .box_team:hover .download_bio{
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.download_bio:hover{
  background: #ea6a1c;
  color: #fff;
}
.box_img {
  height: auto;
  border: 1px solid #dadada;
  margin-bottom: 23px;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.box_news.action_prio{
  display: flex;
}
.box_news.action_prio .img_news{
  width: 140px;
  margin-right: 20px;
  flex-shrink: 0;
}
.box_structure{
  border: 1px solid #e8e8e8;
  padding: 19px;
  box-shadow: -2px 2px 5px 3px #00000012;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.box_structure::after{
  content: "";
  position: absolute;
  height: 3px;
  background: #ea6a1c;
  width: 100px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box_structure:hover{
  border: 1px solid #ea6a1c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_structure:hover::after{
  width: 0px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sub_top_header{
  display: flex;
  justify-content: space-between;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 0px!important;
  right: auto!important;
  background-color: #fff!important;
  background-size: 15px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 0!important;
  left: auto!important;
  background-color: #fff;
  background-size: 15px !important;
}
.swiper-button-next, .swiper-button-prev {
  width: 44px!important;
  height: 56px!important;
}

/* -------------------------------------------
Media
------------------------------------------- */
.box_news {
  position: relative;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e7e7e7;
  box-shadow: -2px 4px 12px #00000012;
}
.box_news:hover .info_news h6 a{
  color: #ea6a1c;
}
.article_content .img_news{
  height: 400px;
  border: 1px solid #efefef;
  padding: 10px;
}
.article_content .aside_section .img_news{
  height: 100px;
}
.article_content .aside_section .box_news{
  height: auto;
}
/* -------------------------------------------
Pagination
------------------------------------------- */
.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;
  flex-wrap: wrap;
}
.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: 1px solid #dfdfdf;
}
.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 rgb(0 0 0 / 20%);
  border: 2px solid #ea6a1c;
  color: #ea6a1c;
}
.pagination__item.pagination__item--active span{
  color: #ea6a1c;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #ea6a1c;
}
/* -------------------------------------------
breadcrumbs
------------------------------------------- */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.breadcrumbs li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs li a {
  color:#00000059;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.breadcrumbs li a:hover {
  color: #ed8a28;
}
.breadcrumbs li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ed8a28;
  margin: 0 15px;
}
.breadcrumbs li:last-child {
  cursor: not-allowed;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  pointer-events: none;
  color:#ff8e00;
}
/* -------------------------------------------
Contact informations
------------------------------------------- */
.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{
  border-bottom: 0;
}
.info li i {
  position: absolute;
  top: 3px;
  left: -34px;
  font-size: 17px;
  color: #ea6a1c;
}
.info li span {
  display: block;
  color: #ea6a1c;
  font-weight: bold;
}
/* -------------------------------------------
Formulaire de contact
------------------------------------------- */
.form_contact label {
  display: block;
  margin-bottom: 5px;
  margin-top: 0px;
  font-weight: bold;
  color: #495057;
}
.form-control-wrap {
  position: relative;
  display: block;
}
.form-control-wrap.icon_elmt i {
  position: absolute;
  top: 23px;
  left: 20px;
  color: #ea6a1c;
}
.form-control-wrap.icon_elmt .form-control {
  padding-left: 50px;
}
.form-control, .form-select {
  display: block;
  width: 100%;
  height: 57px;
  padding: 12px 66px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e7e8e8;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.linkbtn{
  background-color: #ea6a1c;
  padding: 15px;
  border: 0;
  color: #fff;
}
#map {
  height: 250px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* -------------------------------------------
side_menu
------------------------------------------- */
#menu_elmts .list_exp li a {
  padding: 13px 30px 13px 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  display: block;
}
#menu_elmts .list_exp li:hover a {
  color: #2c8d43;
}
#menu_elmts .list_exp li:hover a::after{
  background: #2c8d43;
  color: #fff;
}
#menu_elmts .list_exp li.active a{
  color: #2c8d43;
}
#menu_elmts .list_exp li.active a::after{
  background: #2c8d43;
  color: #fff;
}
ul.list_exp li a::after {
  width: 20px;
  height: 20px;
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 14px;
  right: 2px;
  font-size: 10px;
  content: '\f105';
  color: #ea6a1c;
  background: transparent;
  line-height: 21px;
  text-align: center;
}
#menu_elmts .list_exp li:last-child a {
  border: 0;
}
.box_zone_video:hover .info_news h6 a{
  color: #8adc6b;
}
.box_zone_video ul.tag_option li{
  color: #fff;
}
.box_zone_video .info_news h6{
  color: #fff;
}
.box_zone_video .info_news:hover h6{
  color: #8adc6b;
}
.box_white.action_p {
  height: 245px;
  overflow: hidden;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #efefef url(../images/square_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;

}
.box_white.action_p a{
  height: 100%;
  display: block;
  padding: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_white.action_p i {
  font-size: 40px;
  font-weight: 100;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_white.action_p span{
  background: #ea6a1c;
  color: #fff;
  padding: 0 5px 0 0px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box_white.action_p:hover span{
  padding: 0 5px 0 10px;
}
.box_white.action_p .action_btn span i{
  transform: unset;
  font-size: 12px;
  padding: 0px 4px;
  font-weight: 600;
  opacity: 0;
}
.box_white.action_p:hover .action_btn span i{
  opacity: 1;

}
.box_white.action_p .action_btn {
  position: absolute;
  bottom: 24px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  left: 0;
  padding: 0 30px;
}
.box_white.action_p:hover i{
  transform: scale(1.3) rotate(-45deg);
}
.agenda_box, .dicours_box {
  background: #fff;
  height: 100%;
  padding: 20px 20px 38px 20px;
  position: relative;
  overflow: hidden;
}
.agenda_box a.news_link {
  padding: 8px 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #2c8d4300;
  margin: 0!important;
  border-bottom: 2px solid;
  border-top: 1px solid #f0f0f0;
}
.dicours_box a.news_link {
  padding: 8px 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #2c8d4300;
  margin: 0!important;
  border-bottom: 2px solid;
  border-top: 1px solid #f0f0f0;
  color: #ea6a1c;
}
#gt_float_wrapper {
  position: unset !important;
  top: 0!important;
  right: 0!important;
  position: unset !important;
  margin-left: 1px;
  height: 82px!important;
}
.gt_float_switcher{
  box-shadow:none!important;
  border-radius: 0!important;
}
.gt_float_switcher img{
  width: 19px!important;
}
.gt_float_switcher .gt_options a{
  font-size: 15px!important;
  font-weight: bold!important;
  text-transform: uppercase!important;
}
.gt_float_switcher .gt-selected .gt-current-lang{
  background: #ededed!important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
  font-size: 15px!important;
}
.gt_float_switcher{
  line-height: 60px!important;
}
.gt_float_switcher .gt_options a:hover{
  background: #2c8d43!important;
}
.conseilBox {
    min-height: 255px;
    overflow: hidden;
}
.extra_elmt {
  padding: 20px 22px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  background: #057947;
  justify-content: space-between;
}
.box_language .gt_float_switcher {
  line-height: 30px !important;
}
.box_language #gt_float_wrapper{
  height: 52px !important;
}
.box_language .gt_float_switcher .gt-selected .gt-current-lang {
  background: #ffffff !important;
}
.box_language .gt_float_switcher{
  width: 100%;
}
.box_language .gt_float_switcher .gt_options a{
  background: #ebebeb!important;
  text-align: center!important;
}
.box_language .gt_float_switcher .gt-selected{
  text-align: center!important;
}
.menu_wrapper .social-icons li i{
  color: #fff;
}
.menu_wrapper .social-icons i{
  font-size: 30px;
}
.menu_wrapper .social-icons li{
  margin: 0px 0px 0 25px;
}
.menu_wrapper div.social-icons li:after{
  content: unset;
}
.slide_news{
  height: 100%;
  background: #000;
}
.wrapper_search {
  min-height: 600px;
  background: #fff;
  padding: 160px 0 0px 0;
}
form.search_wrap_in  input {
  font-size: 19px;
  height: 60px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #1b9339;
  background-color: #8a8a8a1f;
  padding-left: 0;
  color: #4f4f4f;
  font-weight: 400;
  padding-right: 65px;
  border-radius: 0px;
  padding-left: 15px;
}
form.search_wrap_in  button {
  position: absolute;
  top: 0px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #1b9339;
  width: 60px;
  height: 60px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  right: 0;
  border-radius: 25px 25px 0;
}
.search_wrap_in {
  position: relative;
  display: flex;
  align-items: center;
}
.search_wrap_in select {
  word-wrap: normal;
  border: 2px solid #1b9339;
  font-size: 16px;
  padding: 18px;
  background: #1b9339;
  color: #fff;
  font-weight: bold;
}
.search_wrap_in .select {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  height: 60px;
}
.search_wrap_in .option {
  padding: 0 30px 0 10px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #24a945;
  border-top: #222 solid 1px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  order: 2;
  z-index: 1;
  transition: background .4s ease-in-out;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-top: #21983e solid 1px;

}

.search_wrap_in .option:hover {
  background: #1b9339;
}

.search_wrap_in .select:focus .option {
  position:relative;
  pointer-events:all;
}

.search_wrap_in .select input {
  opacity:0;
  position:absolute;
  left:-99999px;
}
.search_wrap_in .select input:checked + label {
  order: 1;
  z-index: 2;
  background: #24a945;
  border-top: none;
  position: relative;
  min-height: 60px;
}
.search_wrap_in .select input:checked + label:after {
  content:'';
  width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
  position:absolute;
  right:10px;
  top:calc(50% - 2.5px);
  pointer-events:none;
  z-index:3;
}
.search_wrap_in .select input:checked + label:before {
  position:absolute;
  right:0;
  height: 40px;
  width: 40px;
  content: '';
  background:transparent;
}
.number_animation {
  display: flex;
  margin-top: 24px;
  border: 1px solid #f1f1f1;
}
.number_animation span {
  font-size: 42px;
  display: block;
  line-height: 38px;
  color: #24a945;
  margin-top: 9px;
}
.number_animation .icone i {
  font-size: 43px;
  color: #ea6a1c;
}
.number_animation .icone {
  text-align: center;
  width: 80px;
  height: 80px;
  background: #f1f1f1;
  line-height: 100px;
  margin-right: 20px;
}
.wrapper_search .img_news{
  width: 330px;
  height: 160px;
  float: left;
  margin-right: 20px;
}
.wrapper_search .box_news{
  height: auto;
  margin-bottom: 30px;
}
.wrapper_search .box_file{
  margin-bottom: 40px;
  height: auto;
  background: #fff;
}
.wrapper_search div.box_news:hover, .wrapper_search div.box_file:hover{
  border: 1px solid #ea6a1c;
}
.search_result {
  background: #f1f1f1;
  padding-bottom: 40px;
}
.wrapper_search .box_file .info_file{position: unset;}
.side_zone .vignette{
  width: 60px;
  height: 60px;
}
.side_zone .box_file.audio .box_info_audio {
  margin: 10px 0px 10px 10px;
  background: #fff;
  overflow: hidden;
  padding: 0;
}
.side_zone .box_info_audio h6{
  font-size: 12px;
  text-wrap:nowrap;
  margin: 2px 0 0 0;
}
.side_zone .box_file .date{
  font-size: 10px;
}
.side_zone  .box_file.audio .audiojsZ{
  width: 100%;
  display: flex;
}
.side_zone .audiojsZ .play-pauseZ{
  flex-shrink: 0;
}
.side_zone  .mt-news li{
  padding: 0 20px 0 0;
}
a.video_link:hover h6{
  color: #ea6a1c;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.video_link:hover .overlay_videos{
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.download_audio_btn i {
  background: #2c8d44;
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  z-index: 1;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.download_audio_btn:hover i{
  background: #fd7f13;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social_share_btn{
  margin-bottom: 30px;
  display: flex;
}
.social_share_btn button{
  border: 0;
  background: transparent;
}
.social_share_btn i {
  font-size: 20px;
  margin-right: 20px;
  color: #ea6a1b;
}
.box_file.audio .social_share_btn{
  padding: 10px 15px;
  margin: 0;
  justify-content: space-between;
}
.audio_play_button{
  background: rgb(38, 147, 57);
  border: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: rgb(255, 255, 255);
  border-radius: 100px;
}
.audio_stop_button {
  background: rgb(205 28 28);
  border: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: rgb(255, 255, 255);
  border-radius: 100px;
  margin-left: 10px;
}
.audio_pause_button {
  background: rgb(172 172 172);
  border: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: rgb(255, 255, 255);
  border-radius: 100px;
}
.close_ads {
  position: absolute;
  top: -14px;
  right: 0px;
  background: #ff1212;
  text-align: center;
  line-height: 11px;
  z-index: 1;
  cursor: pointer;
  font-size: 10px;
  color: #fff;
}
.close_ads_box .close_icon {
  display: none;
}
.open_icon {
  display: none;
}
.close_ads_box .open_icon {
  display: block;
}
.close_ads i, .open_icon i{
  color: #f91213;
  background: #fff;
  height: 14px;
  width: 14px;
  line-height: 13px;
  font-size: 12px;
}
#ads_banner {
  overflow: hidden;
}
.box_ads{
  position: relative;
}
/*-----responsive site style-----*/
@media (max-width: 575.98px) {

  .flash_info .nav{display: none;}
  .flash_info .social-icons{display: none;}
  .topheader .nav{display: none;}
  .logo_gouv img {width: 68px;top: 6px;}
  .logo_gouv {width: 250px;}
  .logo_gouv div {font-size: 11px;line-height: 15px;margin-left: 12px;padding: 21px 0 17px 0;}
  .copyright_left {text-align: center;}
  footer .social-icons {text-align: center;justify-content: center;display: flex;margin-top: 13px;}
  ul.partner_link {text-align: center;flex-direction: column;}
  .box_slide_news_content h5 {line-height: 23px;}
  .box_slide_news_content {padding: 30px;}
  .box_ministre .box_content {padding: 20px 34px;}
  .box_white {padding: 0 20px 0 30px;}
  ul.ext_nav li a { width: 100%;}
  ul.ext_nav li {margin-top: 20px;}
  .menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {background: #ffffff;}
  .info_ext{display: none!important;}
  .flash_info{display: none;}
  .menu-button {display: block;position: unset;margin: 0 auto;}
  .box_shadow{box-shadow: none;}
  .strong_word .quote{font-size: 160px;    top: 70px;left: 20px;}
  .strong_word{padding: 80px 20px 20px 20px;}
  .content_word{font-size: 19px;}
  .by .box_img{margin: 0 20px 0 0;}
  header {position: fixed;width: 100%; background: #1c4225;}
  .nav_wrapper{text-align: center;height: auto;position: absolute;top: 18px;right: 20px;padding: 7px 0; background: transparent;}
  .swiper-container {margin: 1.5rem auto 0 auto!important;}
  .news_index_zone .rubrique_list{flex-wrap: wrap;justify-content: start;}
  #structure .item{height: 160px;}
  .global_content_wrapper { margin: 0 0 40px 0;}
  .header_page {padding: 25px 15px;}
  .header_page h3{font-size: 17px;line-height: 19px; }
  .content_inner_wrapper{padding: 15px;}
  .img_right_box{ width: 100%;}
  .list_government .box_team_img {height: 350px;}
  .download_bio{right: 0;}
  ul.rubrique_list{flex-wrap: wrap;justify-content: start;}
  ul.list_pdf li a{line-height: 20px;}
  .box_file.audio .audiojsZ{display: flex;}
  .sub_zone{display: unset;}
  .audiojsZ .play-pauseZ{flex-shrink: 0;}
  .justified-gallery .zone_img{background-position: center center;height: 220px;}
  .wrapper_search .img_news{width: 100%;height: 150px;margin-bottom: 20px;}
  .wrapper_search .box_file .info_file{position: unset;}
  .content_img_text{ left: 20px; width: 250px;font-size: 22px; line-height: 21px;}

  .box_ads_container { margin-bottom: 0 !important;}
  #mainContent { margin-top: 8.5rem !important;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .menu-button {display: block;}
  .flash_info .nav{display: none;}
  .flash_info .social-icons{display: none;}
  .topheader .nav{display: none;}
  .logo_gouv img {width: 68px;top: 6px;}
  .logo_gouv {width: 250px;}
  .logo_gouv div {font-size: 11px;line-height: 15px;margin-left: 12px;padding: 21px 0 17px 0;}
  .copyright_left {text-align: center;}
  footer .social-icons {text-align: center;justify-content: center;display: flex;margin-top: 13px;}
  ul.partner_link {text-align: center;flex-direction: column;}
  .swiper-container {margin: 120px auto 0 auto!important;}
  .box_ministre .img_news {height: 150%;}
  .box_slide_news_content h5 {line-height: 23px;}
  .box_slide_news_content {padding: 30px;}
  .box_ministre .box_content {padding: 20px 34px;}
  .box_white {padding: 0 20px 0 30px;}
  ul.ext_nav li a { width: 100%;}
  ul.ext_nav li {margin-top: 20px;}

  .box_shadow{box-shadow: none;}
  .strong_word .quote{font-size: 160px;    top: 70px;left: 20px;}
  .strong_word{padding: 80px 20px 20px 20px;}
  .content_word{font-size: 19px;}
  .by .box_img{margin: 0 20px 0 0;border-radius: 0;}
  header {position: fixed;width: 100%; background: #1c4225;}
  .nav_wrapper{text-align: center;height: auto;position: unset;top: 18px;right: 20px;padding: unset; background: transparent;}
  .swiper-container {margin: 1.5rem auto 0 auto!important;}
  .news_index_zone .rubrique_list{flex-wrap: wrap;justify-content: start;}
  #structure .item{height: 160px;}
  .global_content_wrapper { margin: 0 0 40px 0;}
  .header_page {padding: 25px 15px;}
  .header_page h3{font-size: 17px;line-height: 19px; }
  .content_inner_wrapper{padding: 15px;}
  .img_right_box{ width: 100%;}
  .list_government .box_team_img {height: 350px;}
  .download_bio{right: 0;}
  ul.rubrique_list{flex-wrap: wrap;justify-content: start;}
  ul.list_pdf li a{line-height: 20px;}
  .box_file.audio .audiojsZ{display: flex;}
  .sub_zone{display: unset;}
  .audiojsZ .play-pauseZ{flex-shrink: 0;}
  .justified-gallery .zone_img{background-position: center center;height: 220px;}
  .info_ext{display: none!important;}
  .box_team {height: 520px;}
  .article_content .aside_section .img_news{height: 240px;}
  .wrapper_search .img_news{width: 100%;height: 150px;margin-bottom: 20px;}
  .wrapper_search .box_file .info_file{position: unset;}
  .content_img_text{ left: 20px; width: 250px;font-size: 26px; line-height: 26px;}

  .box_ads_container { margin-bottom: 0 !important;}
  #mainContent { margin-top: 8.5rem !important;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-button {display: block; top: 24px;right: 47px;}
  .flash_info .nav{display: none;}
  .topheader .nav{display: none;}
  .logo_gouv img {width: 68px;top: 6px;}
  .logo_gouv {width: 250px;}
  .logo_gouv div {font-size: 11px;line-height: 15px;margin-left: 12px;padding: 21px 0 17px 0;}
  ul.partner_link {text-align: center;flex-direction: column;}
  .swiper-container {margin: 100px auto 0 auto!important;}
  .box_actions h6 {padding-left: 23px;}
  .box_slide_news_content h5 {line-height: 23px;}
  .box_slide_news_content {padding: 30px;}
  .box_ministre .box_content {padding: 20px 34px;}
  .box_white {padding: 0 20px 0 30px;}
  .info_ext{display: none!important;}
  .box_shadow{box-shadow: none;}
  .strong_word .quote{font-size: 160px;    top: 70px;left: 20px;}
  .strong_word{padding: 80px 20px 20px 20px;}
  .content_word{font-size: 19px;}
  .by .box_img{margin: 0 20px 0 0;border-radius: 0;}
  header {position: fixed;width: 100%; }
  .nav_wrapper{text-align: center;height: auto;position: unset;top: 18px;right: 20px;padding: unset; background: transparent;}
  .swiper-container {margin: 1.5rem auto 0 auto!important;}
  .news_index_zone .rubrique_list{flex-wrap: wrap;justify-content: start;}
  #structure .item{height: 160px;}
  .global_content_wrapper { margin: 0 0 40px 0;}
  .header_page {padding: 25px 15px;}
  .header_page h3{font-size: 17px;line-height: 19px; }
  .content_inner_wrapper{padding: 15px;}
  .img_right_box{ width: 100%;}
  .list_government .box_team_img {height: 350px;}
  .download_bio{right: 0;}
  ul.rubrique_list{flex-wrap: wrap;justify-content: start;}
  ul.list_pdf li a{line-height: 20px;}
  .box_file.audio .audiojsZ{display: flex;}
  .sub_zone{display: unset;}
  .audiojsZ .play-pauseZ{flex-shrink: 0;}
  .justified-gallery .zone_img{background-position: center center;height: 220px;}
  .box_team {height: 520px;}
  .article_content .aside_section .img_news{height: 240px;}
  .wrapper_search .box_file .info_file{position: unset;}

  .box_ads_container { margin-bottom: 0 !important;}
  #mainContent { margin-top: 8.5rem !important;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .box_white {padding: 0 20px 0 30px;}
  .nav ul.menu > li > a {line-height: 19px;font-size: 12px;padding: 14px 7px 14px 5px;margin-top: -1px;}
  .wrapper_search .box_file .info_file{position: unset;}
}
@media only screen and  (min-width: 1200px) {

}
