/* 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: #1778bd;
  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: 2rem 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%}
.relative{position: relative;}
/*----------*/
header{
  box-shadow: rgb(0 0 0 / 25%) 0px 6px 20px 0px;
  position: relative;
  z-index: 999;
}
.flash_info{
  background: #4945A0;
}
.flash_info .box_title{
  float: left;
  margin-right: 10px;
  color: #fff;;
}
.flash_info a{
  color: #fff;
}
.headertop{
  /*background: #022c5a;*/
  position: relative;
  z-index: 9999;
}
.headertop .logo img {
  width: 100px;
  text-align: center;
  padding: 10px 0;
  float: left;
  margin-right: 15px;
}
.headertop .logo img.brand-logo-main {
  width: 100px;
  max-width: 100%;
  height: auto;
}
.headertop .logo.emblem {
  float: right;

}
.logo_text span{
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 30px;
  display: block;
  color: #fff;
}
.emblem .logo_text span{
  position :relative;
  text-align: right;
}
.emblem .logo_text span::before{
  position: absolute;
  width: 110px;
  height: 2px;
  background: #fff;
  bottom: -17px;
  right: 0;
  content: "";
}
.headertop .logo.emblem img{
  margin-right: 0px;
  margin-left: 15px;
}

/* Back To Top */
.back-to-top {
  background: #054b78;
  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);
  }
}
/**Nav**/
.nav{
  background: #1778bd;
}
.lh-30{
  line-height: 30px;
}
.nav ul.menu {
  list-style: none;
  margin-top: 0px;
  padding: 0 0 0 0px;
  float: left;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.nav ul.menu li.active{
  border-top: 2px solid #fff;
}
.nav ul.menu  li i{
  font-size: 17px;
  position: relative;
  right: 0;
  color: #fff;
  top: 2px;
  padding: 0 4px;
}
.nav ul.menu  li {
  margin: 0px 25px 0px 0;
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  border-top: 2px solid transparent;
  padding: 10px 0 10px 0;
}
.nav ul.menu > li > a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 14px;
  padding: 0 5px;
  padding: 10px 0 8px 0;
}
.nav ul.menu > li:hover > a{
  color: #fff !important;
  border-top: 2px solid #fff;

}
/*.nav ul.menu > li:hover > a > i{ 
  color: #ff5900;
}*/
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  margin: 0;
  top: 39px;
  left: 0;
  width: 230px;
  text-align: left;
  padding: 10px 20px;
  background: #1778bd;
  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: 20px; */
  box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);

}
.nav ul.menu li ul.sub_menu > li {
  margin: 0px;
  padding: 6px 0 6px 0;
  position: relative;
  display: block;
  border-bottom: 1px solid #1778bd;
}
.nav ul.menu li ul.sub_menu > li:last-child{
  border: 0;
}
.nav ul.menu li ul.sub_menu li > a {
font-weight: 400;
font-size: 13px;
line-height: 20px;
text-transform: inherit;
letter-spacing: normal;
position: relative;
color: #fff;
display: block;
}
.nav ul.menu li ul.sub_menu li > a:hover{
  color: #000;
}

.nav ul.menu li:hover > ul, .nav ul li.hovered > ul {
max-height:500px;
opacity: 1; 
filter: alpha(opacity=100); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/*top: 40px;*/
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: #fff;
}

/***footer****/
.copytext.first_col {
  text-align: left;
}
.copytext {
  text-align: right;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  padding: 20px 0;
}
.copyright {
  background: #39424B;
}
ul.subfooter_menu {
  margin: 0;
  padding: 0;
}
ul.subfooter_menu li {
  display: inline-block;
}
ul.subfooter_menu li:last-child a {
  border: none;
}
ul.subfooter_menu li a {
  color: #D9F518;
  border-right: 1px solid #000;
}
.sub_footer {
  border-top: 1px solid rgb(133 163 136);
  background: #a6c7dd;
}
.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: 24px 15px;
  text-align: center;
  width: 100%;
}
.sub_footer ul > li > a {
  color: #054b78;
  font-size: 10px;
  font-weight: bold;
}
ul.footer_menu {
  margin: 0;
  padding: 0;
}
footer h3 {
  font-size: 14px;
  color: #054b78;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: bold;
  position: relative;
}
ul.footer_menu li a {
  display: block;
  padding: 2px;
  color: #054b78;
  position: relative;
  padding-left: 20px;
}
ul.footer_menu li a:after {
  position: absolute;
  left: 0;
  color: #054b78;
  content: "\f105";
  font-family: "FontAwesome";
  top: 2px;
}
footer h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #054b78;
  top: 10px;
  right: 0;
  position: absolute;
}
.subfooter{
  padding: 20px 0 100px 0;
  background: #d9e7da;
}
.logofooter{
  text-align: center;
    width: 140px;
    margin: 0 auto;
    display: block;
}
.bg_map {
  background-image: url(../img/map.png);
  background-size: cover;
  background-position: center center;
}
/****Upperfooter****/
.upperfooter{
  padding: 20px 0;
}
.upperfooter .logo{
  width: 200px;
}
ul.icone_paiement{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
ul.icone_paiement > li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  border: none;
  padding: 36px 9px 0 9px;
  text-align: center;
  width: 100%;
}
.img_solidarite{
  position: relative;
  width: 100%;
}
.img_solidarite img{
  position: absolute;
  width: 260px;
  margin: 0 auto;
  right: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.bg_header{
  background: #022c5a;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.top_content_bg{
  background: #054b78 url(../img/top_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
/***topcontent*****/
.content_global {
  overflow: hidden;
}
.top_content{
  /*background: #054b78;*/
  padding: 20px 0;
}
.top_content .container{
  margin-bottom: -110px;
}
.actualite{
  padding: 100px 0 40px 0;
}
.box_z_left.top_content {
  padding: 0px 20px;
}
.activity_content {
  position: relative;
  /* background: #000; */
  /*padding: 45px 0 90px 0;*/
}
.box_z_right.activity_content {
  background: #ebebeb;
  padding: 20px 20px 86px 20px;
  border-radius: 10px 0 0 10px;
}
.divInCenter {
  display: flex;
  align-items: center;
}
.activity_content::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  z-index: -1;
}
.box_z_right.activity_content::after {
  right: -100%;
  background: #ebebeb;
}
.ministre .box{
    margin-bottom: 0;
    height: 400px;
}
.ministre .zone_img {
  height: 100%;
}
.ministre .box_content {
  position: absolute;
  /*background: none; */
  bottom: 0;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ministre .box_content {
  background: linear-gradient(rgba(0, 0, 0, 0.01) 0%, rgb(0, 0, 0) 100%);
}
.top_content .box{
  height: 400px;
}
.box {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 10px;
  /* margin-bottom: 30px; */
  overflow: hidden;
}
.box.ministre{
  box-shadow: rgb(0 0 0 / 20%) 0px 4px 20px 0px;
}
#newsslider{
  box-shadow: rgb(0 0 0 / 20%) 0px 4px 20px 0px;
}
#newsslider.owl-carousel .owl-stage {
  padding: 0px 0px!important;
}
.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;
}
.box_content {
  position: absolute;
  background: #fff;
  bottom: -40px;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#newsslider .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%);
}
#newsslider .box_content {
  bottom: 0;
}
#newsslider .zone_img {
  height: 100%;
}
.date_time {
  font-size: 12px;
  color: #fff;
  margin-bottom: 15px;
}
.title_zone {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  color: #fff;
}
.link {
  color: #62c7f1;
  font-weight: bold;
  position: relative;
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}
.link_ {
  color: #62c7f1;
  position: relative;
  font-size: 13px;
  display: block;
}
.link:hover, .link_:hover {
  color: #054b78;
}
ul.option{
  padding: 0px;
  margin: 0px;
  /*position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);*/
  width: 100%;
  /*text-align: center;*/
}
ul.option li{
  display: block;
  color: #fff;
  text-align: left;
}
ul.option li a i {
  line-height: 21px;
  font-size: 15px;
  color: #fff;
  margin-right: 10px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
ul.option li a{
  color: #fff;
}
ul.option li:hover i{
  transform: scale(0.8);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
} 
.annonce_content {
  padding: 20px 0;
  background: #054b78;
}
.box_actu{
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 20%) 0px 4px 20px 0px;
  margin-bottom: 20px;
}
.box_actu .zone_img{
  width: 100px;
  height: 100px;
  margin: 0 15px 0 0;
  float: left;
}
.box_actu.event .zone_img{
  width: 100%;
  height: 130px;
  margin: 0 0 18px 0;
  float: unset;
  border-radius: 10px;
}
.box_actu:hover .box_info .titre {
  color: #494949;
  font-weight: 300;
}
.box_info .date{
  font-size: 10px;
  margin-bottom: 10px;
  color: #054b78;
}
.box_info .titre{
  color: #797979;
  font-weight: 300;
}
.heading{
  float: left;
  position: relative;
  width: 100%;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #f1f1f1;
}
.heading::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0px;
  width: 50px;
  height: 3px;
  background: rgb(233, 128, 50);
  z-index: 1;
}
.media_section{
  background: #f1f1f1;
  padding: 40px 0 70px 0;
}
.media_section .heading::after {
  background: #dfdddd;
}
.media_section .heading{
  width: 80%;
}
.webtv h5.heading{
  color: #b6b6b6;
}
.webtv .heading::after {
  background: #6b6b6b;
}
.ticker ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.ticker ul li {
  border-bottom: 1px solid #ececec;
}
.ticker .box-news_picture {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: cover;
  float: left;
  position: relative;
  margin-right: 30px;
}
.box-news_picture {
  height: 234px;
  background-position: center;
  background-size: cover;
}
.photos .box-news_picture i {
  background: #4945A0;
  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;
}
.box-news_picture i {
  position: absolute;
  color: #fff;
  font-size: 18px;
  background: #054b78;
  padding: 10px;
  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;
}
.box_media .videos {
  width: 50%;
  float: left;
  margin-left: 0!important;
}
.box_media .photos {
  width: 50%;
  float: left;
  position: relative;
  margin-right: 0!important;
}
.ticker .box-news_inner .time {
  position: unset;
  transition: opacity .24s ease-out;
  background: #fff;
  padding: 15px 25px 6px 25px;
  font-weight: bold;
}
.box-news_inner .time {
  position: absolute;
  left: 28px;
  top: -30px;
  transition: opacity .24s ease-out;
  background: #fff;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 10px;
}

.box-news_text {
  display: block;
  padding: 5px 25px 5px 25px;
}
.ticker .box-news {
  width: 100%;
  height: 200px;
  border-radius: 0;
  background: #fff;
  margin-bottom: 0px;
}
.box-news {
  position: relative;
  display: block;
  height: 330px;
  border-radius: 15px;
  /* border: 1px solid #eee; */
  overflow: hidden;
  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;
}
.ticker .box-news_inner {
  position: unset;
  /* float: left; */
  height: 134px;
  /* width: 200px;*/
}
.box-news_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  transition: -webkit-transform .4s ease-in;
  transition: transform .4s ease-in;
  transition: transform .4s ease-in, -webkit-transform .4s ease-in;
}
.js-news-item {
  -webkit-box-shadow: 0 4px 20px 0 rgb(168 182 191 / 60%);
  box-shadow: 0 4px 20px 0 rgb(168 182 191 / 60%);
}
.docs li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  background: #fff;
  border-radius: 7px;
  padding: 13px 13px 13px 53px;
  box-shadow: 0 4px 20px 0 rgb(168 182 191 / 60%);
}
.docs ul {
  margin: 0;
  padding: 0;
}
.docs li i {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
  color: #ff0c0c;
  background: #ebebeb;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 26px;
  border-radius: 100px;
}
.docs li a {
  color: #797979;
  font-weight: 100;
}
.docs li:last-child {
  border-bottom: none;
}
.d-block{
  display:block
}
.content_zone{
  padding: 100px 0 40px 0;
  background: #f1f1f1;
}
.page .top_content .box{
  height: 200px;
}
.page .top_content .box .zone_img {
  width: 100%;
  height: 100%;
}
.shadow {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-box-shadow: 0 4px 20px 0 rgb(0 0 0 / 23%);
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 23%);
}
.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: #054b78;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-weight: bold;
}
.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: #1778bd;
  font-weight: bold;
}
.content_zone h3 {
  margin-bottom: 40px;
  font-weight: bold;
}
.content_zone p {
  /*margin-bottom: 32px;*/
  line-height: 1.9;
}
ul.useful_link {
  margin: 0;
  padding: 0;
}
ul.useful_link li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 20px 8px 30px;
  color: #797979;
  font-weight: 700;
  text-transform: normal;
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 5px 83px 0 rgb(40 40 40 / 4%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sc_item_subtitle {
  color: #054b78;
  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";
  color: #054b78;
  font-size: 21px;
  text-align: center;
  right: 0;
  border-radius: 100px;
  top: -2px;
}
ul.useful_link li a:after {
  position: absolute;
  left: 14px;
  color: #505458;
  content: "\f105";
  font-family: "FontAwesome";
  top: 8px;
}
ul.useful_link li a:hover, ul.useful_link li.active a{
  color: #fff;
  background: #054b78;
}
ul.useful_link li.active a::after{
  color: #fff;
}
ul.useful_link li a:hover:after{
  color: #fff;
}
.sc_item_subtitle::before {
  position: absolute;
  content: "";
  background: #054b78;
  color: #fff;
  width: 74px;
  height: 3px;
  left: 0;
  bottom: -12px;
}
.header_page .header_page_title {
  position: absolute;
  left: 30px;
  top: 10%;
  transform: translateY(50%);
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 3;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
}
.header_page .zone_img {
  background: linear-gradient(120deg, #05253b 0%, #0d638f 50%, #2b8f7d 100%) !important;
  opacity: 0.80;
}
.header_page .zone_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 18, 32, 0.22) 0%, rgba(4, 18, 32, 0.10) 48%, rgba(4, 18, 32, 0.02) 100%);
  pointer-events: none;
}
ul.liststyle li{
  list-style: square;
  line-height: 20px;
  font-weight: bold;
}
.docs.acces li {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 16px;
  background: none;
  border-radius: 0;
  padding: 13px 13px 13px 53px;
  box-shadow: none;
  border-bottom: 1px solid #e5e5e5;
}
.docs.acces li:last-child {
  border: 0;
  padding-bottom: 0;
}
.docs.acces li a{
  font-weight: bold;
}
.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 rgb(0 0 0 / 20%);
  border: 2px solid #054b78;
  color: #054b78;
}
.pagination__item.pagination__item--active span{
  color: #054b78;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #054b78;
}
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.info li i {
  position: absolute;
  top: 0px;
  left: -34px;
  font-size: 17px;
  color: #054b78;
}
.info li span {
  display: block;
  color: #054b78;
  font-weight: bold;
}
.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: #495057;
  background-color: #fff;
  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 {
  margin-bottom: 1rem;
}
.contact-desc .form-group select, 
.form-group input:not([type=checkbox]):not([type=radio]) {
  height: 57px;
  margin-bottom: 6px;
}
.contact-desc .form-control {
  border: 1px solid #f0f0f0;
}
.form__submit {
  display: inline-block;
  border: 2px solid #054b78;
  border-radius: 0;
  color: #054b78;
  background: 0 0;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.form__submit:hover{
  background: #054b78;
  color: #fff;
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}
.box.map {
  height: 400px!important;
}
.bg_white{
  background: #fff;
}
.form_search .form-control{
  border-radius: 100px;
}
.form_search button[type="submit"] {
  position: absolute;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #eee;
  right: 4px;
  top: 3px;
  background: #054b78;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  color: #fff;
}
.search_zone::after {
  content: "";
  width: 45px;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
}
.date_article{
  font-size: 10px;
  margin-bottom: 10px;
  color: #054b78;
}
.content_article .zone_img {
  height: 400px;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
  box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
}
.photo_news .icon_photo i{
  position: absolute;
  z-index: 1;
  background: #1778bd;
  padding: 6px;
  color: #fff;
}
.video_news .icon_video i{
  position: absolute;
  z-index: 1;
  background: #054b78;
  padding: 6px;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
}
.photo_news .icon_photo span{
  font-family: 'Poppins',Roboto, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
}
.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);
  margin-bottom: 0;
}
#lightgallery a {
  position: relative;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  margin-bottom: 40px;
}
.video_news .box_actu .zone_img {
  width: 100%;
  height: 100px;
  margin: 0 0 20px 0;
  float: none;
}
.menu-button {
  position: absolute;
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  float: unset;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  top: 50%;
  display: none;
}
.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: #079bc3;
}
.menu-button .line-1 {
  top: 5px;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-3 {
  top: 19px;
}
.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_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 ul.sub_menu {
  padding: 0;
  background: #025e36;
}
.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_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;
}
.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;
}
#group_table_wrapper tbody, #group_table_wrapper thead, #group_table_wrapper tfoot{
  font-size: 13px;
}

#group_table_rapport_wrapper label {
  display: inline-block;
  margin-bottom: 1.5rem;
}
#group_table_rapport_wrapper  .dataTables_info {
  padding-top: 1.755em;
}
#group_table_rapport_wrapper  .dataTables_paginate {
  padding-top: 1.25em;
}
#group_table_rapport_wrapper tbody, #group_table_rapport_wrapper thead, #group_table_rapport_wrapper tfoot{
  font-size: 13px;
}

a.link_icon i{
  text-align: center;
  color: #ffffff;
  background: #1778bd;
  padding: 5px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.photo_in_page{
  width: 30%;
  float: left;
  border-radius: 5px;
  margin-right: 15px;
}
.menu_wrapper ul.menu li.active a{
  background: rgb(0 0 0 / 80%);
}
/*--------------------------------------------------------------------------------------*/
/*                     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: #fff;
    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: 33px;
    border-radius: 5px;
    padding: 5px 0 5px 0;
    border: 1px solid transparent;
  }
  ul.accordion li.accordion-item.selected .accordion-switch { background: #FFF ;color: #1778bd; border: 1px solid #1778bd;}
  ul.accordion .accordion-switch:hover { background: #fff;border: 1px solid #1778bd; }
  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: 20px;
    width: 20px;
    background: #1778bd url(../img/accordion-toggle.png) no-repeat center 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: 6px 13px 3px 13px;
    border-radius: 100%;
  }
  ul.accordion li.accordion-item:hover .togglegfx { background-color: #006a3d }
  ul.accordion li.accordion-item .accordion-content {
  padding: 0px 20px 10px 3px;
  margin-top: 30px;
  float: left;
  }
  ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
  background: #006a3d url(../img/accordion-toggle.png) no-repeat left bottom;
  }
  /* -------------------------------------------------- */
/*  Social Icons
/* -------------------------------------------------- */    

.social-icons {
  font-size: 0;
  float: right;
  margin-top: 47px;
}
.social-icons ul{
  padding: 0;
  margin: 0;
}
.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 { 
border-color: transparent;
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);
}
header div.social-icons li.twitter a   {background: #47c0d8 }
header div.social-icons li.facebook a  {background: #49699f; }
header div.social-icons li.youtube a   {background: #b72d24; }
header div.social-icons li.linkedin a  { background-color: #2c7cb7; }
header .circle-icons li a {
  border: none; 
}
header div.social-icons li.instagram a{
  background: #62c7f1; 
  background: -moz-linear-gradient(45deg, #62c7f1 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #62c7f1 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #62c7f1 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c7f1', endColorstr='#bc1888',GradientType=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: #079bc3; }
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: #62c7f1; 
background: -moz-linear-gradient(45deg, #62c7f1 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #62c7f1 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #62c7f1 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c7f1', endColorstr='#bc1888',GradientType=1 );
  }
.social-icons li a:hover { border-color: transparent; } 
div.circle-icons li {margin: -10px 0px 0 7px;position: relative;}
.circle-icons li a {display: block;width: 45px;height: 45px;border: 3px solid #454748;border: 3px solid rgba(207,207,207,.23);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: #079bc3; }
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: #ffffff;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 32px;}
.social-icons a:hover i { color: #fff; }
footer .social-icons {
  float: unset;
  text-align: center;
  margin-top: 23px;
}
.partner .owl-carousel .owl-stage{
  padding: 0px 0px;
}
.partner{
  padding: 20px;
    background: #a6c7dd;
    border-radius: 8px;
    margin-top: -60px;
}
ul.logo_tutelle{
  padding: 0;
  /*margin: 0;*/
}
ul.logo_tutelle li {
  display: block;
  margin-bottom: 20px;
}
ul.logo_tutelle li a .logo_tut{
  width: 120px;
    float: left;
    margin-right: 20px;
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 20px 0px;
}
ul.logo_tutelle li a .info_tut{
  font-size: 14px;
  color: #054b78;
  font-weight: bold;
}
a.sous-cat-item i {
  font-size: 5em;
  display: block;
  float: left;
  margin-right: 20px;
}
a.sous-cat-item {
  text-decoration: none;
  display: block;
  color: #555;
  margin-bottom: 30px;
  display: flex;
}
a.sous-cat-item span{
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  align-items: center;
  display: flex;
}
.link_button{
  padding: 2px 5px;
  border: 2px solid;
  border-radius: 100px;
  color: #079bc3;
  font-weight: bold;
  background: #fff;
}
.link_button:hover{
  color: #054b78;
}
.nav ul.menu > li:last-child{
  border-top: 0;
}
.nav ul.menu > li:last-child.active{
  border-top: 2px solid #fff;
}
a.search{
  float: right;
  width: 36px;
  height: 36px;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  margin-top: 2px;
  margin-left: 20px;
  box-shadow: rgb(0 0 0 / 25%) 0px 6px 20px 0px;
}
.search i{
  line-height: 35px;
  font-size: 18px;
  color: #1778bd;
}
.is-sticky {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 444;
  transition: all 0.4s;
  animation: fadeInDown 0.5s ease-in-out;
  box-shadow: 0px 3px 25.16px 0.84px rgb(0 0 0 / 50%);
}
.is-sticky.nav ul.menu li{
  padding: 20px 0 20px 0;
}
.is-sticky a.search {
    margin-top: 12px;
}
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.95);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  background: transparent;
  font-size: 20px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: #fff;
  border: 1px solid #fff;
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #ffffff8f;
  background-color: transparent;
  padding-left: 30px;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  padding-right: 65px;
  border-radius: 0px;
}
input:focus, textarea:focus, select:focus{
  outline: none;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  right: 12px;
  color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}
.popup-search-box button.searchClose:hover {
  color: #1778bd;
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
#sharing{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  display: block;
  padding: 10px 10px 7px 0px;
  margin-top: 15px;
}
.form_search{
  position: relative;
}
.sub_news_text{
  color: #054b78;
  margin-bottom: 5px;
}
.newsletter.form_search button[type="submit"] {
    right: 4px;
}
.green_num{
  position: absolute;
  width: 250px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.green_num .up_zone{
  background: #5dd968;
  border-radius: 100px;
  padding: 7px 7px 7px 38px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  float: left;
}
.green_num .bottom_zone {
  background: #fff;
  /* margin-top: -8px; */
  padding: 5px;
  border-radius: 20px 20px 20px 20px;
}
.green_num .bottom_zone span {
  font-size: 15px;
  font-weight: bold;
  color: #5cd967;
}
.green_num .up_zone i{
  background: #fff;
  width: 27px;
  height: 27px;
  position: absolute;
  color: #5cd967;
  border-radius: 100px;
  font-size: 22px;
  top: 2px;
  left: 3px;
  text-align: center;
  line-height: 29px;
}
header .social-icons{
  margin-top: 15px;
}
header div.social-icons li a {
  width: 25px;
  height: 25px;
  background: #fff;
}
header .social-icons i {
  position: relative;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px!important;
}
header div.social-icons li:after {
  width: 25px;
  height: 25px;
}
.nav.is-sticky ul.menu > li > a{
  padding: 20px 0 20px 0;
}
.nav.is-sticky ul.menu li > ul.sub_menu {
  top: 59px;
}
.form_search.newsletter{
  margin: 31px 0px;;
}
.upperfooter  h4{
  font-size: bold;
  color: #054b78;
}
.intro_page{
  background: #054b78;
}
.zone_intro{
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
}
a.access_button{
  width: 200px;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  display: block;
  text-align: center;
  margin-top: 20px;
  border-radius: 100px;
  padding: 10px;
  font-size: 10px;
}

#demandeur a{
  width: 100%;
  border-radius: 18px;
  display: inline-block;
  overflow: hidden;
}

#demandeur a img{
  width: 100%;
  border-radius: 18px;
  display: block;
  border-radius: 18px;
}

.covid_presentation{
  width: 100%;
  padding: 40px;
  margin-bottom: 20px;
  max-height: 300px;
  border-radius: 15px;
  border: 1px solid #777;
  overflow-y: auto;
}

/*FORM WIZARD*/
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  border-radius: 15px;
  color: #555;
  background-color: #E5E5E5
}

.btn-circle.btn-primary{
  background-color: #1778bd;
  border-color: #E07200;
  color: #fff;
}

form#covid_souscribe .form-group select, 
form#covid_souscribe .form-group input:not([type=checkbox]):not([type=radio]),
form#covid_souscribe .form-group select {
    height: 45px;
}

form#covid_souscribe label{
  font-weight: 600;
  text-transform: uppercase;
}

.is-invalid label{
  color: red;
}

.is-invalid input{
  border:  1px solid red;
}

/* Daily verse */
.daily-verse-card {
  background: linear-gradient(135deg, rgba(23, 120, 189, 0.95), rgba(10, 73, 120, 0.95));
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.daily-verse-label {
  letter-spacing: 1px;
  font-size: 12px;
  opacity: 0.9;
}

.daily-verse-text {
  margin: 14px 0 10px;
  font-size: 22px;
  line-height: 1.45;
  font-style: italic;
  border-left: 3px solid rgba(255, 255, 255, 0.45);
  padding-left: 14px;
}

.daily-verse-reference {
  font-weight: 700;
  letter-spacing: 0.4px;
}

/*--- Responsive---*/

@media (max-width: 575.98px) {
  .nav ul.menu{ display: none;}
  .logo_text span{display: none;}
  .bg_header {background-size: cover;}
  .menu-button{display: block;left: 57%;}
  .box_actu .zone_img {width: 100%;margin: 0 0 10px 0;float: unset;height: 200px;}
  .copytext {text-align: center;}
  .container {max-width: 100%!important;}
  .media_section .heading {width: 100%;}
  .media_section .heading .link{margin-right: 10px;}
  .sub_footer ul > li {padding: 7px 15px;text-align: left;}
  .sub_footer ul {display: block;align-items: normal;justify-content: inherit;}
  .upperfooter .logo {width: 200px;margin: 0 auto;text-align: center;display: block;}
  .upperfooter {padding: 20px 0;text-align: center;}
  .img_solidarite img {position: unset;width: 260px;margin: 0 auto;right: unset;left: unset;transform: unset;}
  .copytext.first_col {text-align: center;}
  .form_search button[type="submit"] {right: 18px;top: 3px;}
  #newsslider {margin-bottom: 30px;}
  .ministre .zone_img {background-position: top center !important;}
  .sc_item_subtitle {margin-top: 40px;    margin-bottom: 40px;}
  .pagination {margin: 0 0 30px 0;}
  .header_page .header_page_title {left: 50%;top: 50%;transform: translate(-50%, -50%);font-size: 30px;text-align: center;line-height: 30px;}
  .content_article.phototheque .justified-gallery .zone_img {height: 300px;}
  .box_media .photos, .box_media .videos {width: 100%; float: unset;margin-bottom: 40px;}
  .ticker .box-news {background: #fff;}
  .ticker .box-news_picture { width: 30%;margin-right: 25px;}
  .ticker .box-news_inner {position: unset;float: unset;}
  .ticker .box-news_text {max-width: 100%;}
  .photo_in_page{
    width: 100%;
    float: unset;
    border-radius: 5px;
    margin: 0 15px 15px 0;
  }
  .searchBoxTggler{display: none;}
  .green_num{display: none;}

  .headertop .logo img{
    width: 50px;
  }
  .headertop .logo img.brand-logo-main {
    width: 220px;
  }
 }
@media (min-width: 576px) and (max-width: 767.98px) { 
  .nav ul.menu{ display: none;}
  .logo_text span{display: none;}
  .bg_header {background-size: cover;}
  .menu-button{display: block;}
  .box_actu .zone_img {width: 100%;margin: 0 0 10px 0;float: unset;height: 200px;}
  .copytext {text-align: center;}
  .container {max-width: 100%!important;}
  .media_section .heading {width: 100%;}
  .media_section .heading .link{margin-right: 10px;}
  .sub_footer ul > li {padding: 7px 15px;text-align: left;}
  .sub_footer ul {display: block;align-items: normal;justify-content: inherit;}
  .upperfooter .logo {width: 200px;margin: 0 auto;text-align: center;display: block;}
  .upperfooter {padding: 20px 0;text-align: center;}
  .img_solidarite img {position: unset;width: 260px;margin: 0 auto;right: unset;left: unset;transform: unset;}
  .copytext.first_col {text-align: center;}
  .form_search button[type="submit"] {right: 18px;top: 3px;}
  #newsslider {margin-bottom: 30px;}
  .ministre .zone_img {background-position: top center !important;}
  .sc_item_subtitle {margin-top: 40px;    margin-bottom: 40px;}
  .pagination {margin: 0 0 30px 0;}
  .box_media .photos, .box_media .videos {width: 100%; float: unset;margin-bottom: 40px;}
  .ticker .box-news {background: #fff;}
  .ticker .box-news_picture { width: 30%;margin-right: 25px;}
  .ticker .box-news_inner {position: unset;float: unset;}
  .ticker .box-news_text {max-width: 100%;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
  .nav ul.menu{ display: none;}
  .logo_text span{display: none;}
  .bg_header {background-size: cover;}
  .menu-button{display: block;}
  .box_actu .zone_img {width: 100%;margin: 0 0 10px 0;float: none;}
  .copytext {text-align: center;}
  .container {max-width: 100%!important;}
  .media_section .heading {width: 100%;}
  .media_section .heading .link{margin-right: 10px;}
  .ticker .box-news {background: #fff;}
  .ticker .box-news_picture { width: 30%;margin-right: 25px;}
  .ticker .box-news_inner {position: unset;float: unset;}
  .ticker .box-news_text {max-width: 100%;}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .box_media .photos, .box_media .videos {width: 100%; float: unset;margin-bottom: 40px;}
  .ticker .box-news {background: #fff;}
  .ticker .box-news_picture { width: 30%;margin-right: 25px;}
  .ticker .box-news_inner {position: unset;float: unset;}
  .ticker .box-news_text {max-width: 100%;}
}
@media only screen and  (max-width: 1200px) {
  .copytext{
    line-height: normal;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .daily-verse-text {
    font-size: 18px;
  }
}