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

body {
  color: #494949;
  font-family: 'GT Walsheim Pro',Poppins, sans-serif;
  /*font-size: 1.25rem;*/
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  background: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6{
	margin:10px 0;
  -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;
}
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:22px
}
h5{
  font-size: 18px;
  line-height:18px
}
h6{
  font-size: 16px;
  line-height:23px
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
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: #24378d;
  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;
}
.bold{
	font-weight:600;
}
.extra-bold{
	font-weight:800;
}
.all-caps{
	text-transform:uppercase;
}
.light{
	font-weight:300 !important;
}
.small-text {
  /* font-size: 10px !important; */
  line-height: 18px;
  display: block;
  margin: 8px 0;
  text-align: justify;
}
.normal-text{
	font-size:13px !important;
}
.large-text{
	font-size:15px !important;
}

/* BG colors */
.bg_site_grey{
  background-color: #878996!important;
}
.bg_site_blue{
  background-color: #053751!important;
}
.bg_site_lightblue{
  background-color: #e6f8ff!important;
}
.bg_site_green{
  background-color: #04707f!important;
}

/* Font Colors */
.text-site-green {
  color: #04707f !important;
}
.text-site-blue {
  color: #053751 !important;
}
.text-site-orange {
  color: #f38b0e !important;
}
.text-site-bg_site_grey {
  color: #878996 !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-line20 {
  width: 100%;
  margin: 0px 0 20px 0;
  float: left;
  border-top: 1px solid #ccc;
}
.horizontal-line5 {
  width: 100%;
  margin: 5rem 0 !important;
  float: left;
  border-top: 1px solid #ccc;
}
ul, li, ol{
  padding: 0;
  margin: 0;
}
.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }


/*-----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%);
}

.inner_zone {
  padding: 150px 0px;
}
ul.footer_copylink{
  margin: 0;
  padding: 0;
}
ul.footer_copylink li{
  display: inline-block;
  margin-right: 26px;
  position: relative;
  padding-left: 2px;
}
ul.footer_copylink li:last-child{
  margin: 0;
}
ul.footer_copylink li a{
  color: #04707f;
}
ul.footer_copylink li:hover a{
  color: #f48e13;
}
ul.footer_copylink li::after {
  position: absolute;
  font: var(--fa-font-solid);
  top: 8px;
  left: -12px;
  font-size: 10px;
  content: '\f105';
  color: #24378d;
}
ul.menu_footer{
  margin: 0;
  padding: 0;
}
ul.menu_footer li a{
  color: #c0c0c0;
}
ul.menu_footer li{
  position: relative;
  padding-left: 16px;
}
ul.menu_footer li::after {
  position: absolute;
  font: var(--fa-font-solid);
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  font-size: 10px;
  content: '\f105';
  color: #24378d;
}
ul.menu_footer li:hover a{
  color: #24378d;
}
ul.menu_footer li.icon_elmt{
  font-size: 13px;
  font-weight: bold;
}

.footer_link_title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 28px;
  color: #8f8f8f;
}
.footer_logo{
  width: 300px;
}
/* Back To Top */
.back-to-top {
  position: fixed;
  bottom: 17px;
  right: 20px;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.1);
  -webkit-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;
  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;
  background: #f48e13;
  border-radius: 100px;
}

.back-to-top:hover, .back-to-top.auto {
  color: rgba(255, 255, 255, 0);
  -webkit-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;
  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 {
  -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
          animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s; }

.back-to-top:hover:after, .back-to-top.auto:after {
  -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
          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;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  -webkit-transform: translateY(50px) rotateZ(45deg);
  transform: translateY(50px) rotateZ(45deg); }

@-webkit-keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg); }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
    transform: translateY(-70px) rotateZ(45deg); } }

@keyframes tipUp {
  0% {
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg); }
  100% {
    -webkit-transform: translateY(-70px) rotateZ(45deg);
    transform: translateY(-70px) rotateZ(45deg); } }

@-webkit-keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }

@keyframes lineUp {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }

.newsletter {
  background: #f6d4412e no-repeat;
  padding: 20px;
  height: 100%;
  border-radius: 15px;
  position: relative;
  border: 1px solid #24378d;
}
.newsletter form input {
  height: 70px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #24378d;
  background-color: transparent;
  padding-left: 0px;
  border-radius: 50px;
  font-weight: 400;
  padding-right: 78px;
  border-radius: 0px;
  color: #c0c0c0;
}
.newsletter form input:focus{
  outline: none;
}
.newsletter form button {
  position: absolute;
  top: 0px;
  background: #24378d;
  border: none;
  color: #fff;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  right: -77px;
  border-radius: 0px 51px;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.vertical-divider.dark-blue{
  background-color: #395b7c;
}
.sub_inner .social-icons {
  margin-right: 99px;
}
.social-icons {
  font-size: 0;
}
.social-icons ul {
  padding: 0;
  margin: 0px 0 0 0px;
}
.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);
}
.social-icons li:hover a i{
  color: #fff;
}
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: 0px;
  left: 0px;
  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: #4bad33; }
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: #878997;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
div.social-icons li i {line-height: 30px;}
footer .social-icons li i {
  color: #c0c0c0;
}
.menu-button {
  position: relative;
  width: 25px;
  height: 35px;
  cursor: pointer;
  z-index: 1;
  margin-left: 20px;
  display: none;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 3px;
  background: #f48e13;
}
.menu-button .line-1 {
  top: 5px;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-3 {
  top: 19px;
}
header {
  width: 100%;
  z-index: 60;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: rgb(0 0 0 / 7%) 0px 16px 15px 0px;
}
header::after {
  content: "";
  background: rgb(7 56 85);
  background: linear-gradient(90deg, rgb(1 113 124) 0%, rgb(9 54 85) 33%, rgba(255, 255, 255, 1) 33%, rgb(255 255 255 / 0%) 67%, rgb(255 255 255 / 0%) 67%, rgb(255 255 255 / 0%) 100%);
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 3;
}
.edition_text {
  font-size: 13px;
  margin-bottom: -8px;
  display: block;
  font-weight: bold;
  color: #49ae33;
  margin-left: 7px;
}
header .logo {
  padding: 0px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  width: 150px;
}
header .logo:first-child a{
  margin-right: 20px;
}
header .logo:first-child a{
  margin-right: 20px;
}
ul.language{
  display: flex;
}
.language li{
  margin-right: 5px;
}
.language li:last-child{
  margin: 0;
}
.language li a {
  color: #494949;
  font-weight: bold;
}
.language li.active {
  background: #24378d;
}
.language li.active a{
  color: #fff;
  font-size: 12px;
}
.language li {
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 100px;
}
.img_elmts_float {
  width: 290px;
  bottom: 0px;
  right: 0;
  position: absolute;
}
.top_title {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}
.top_title.white span{
  color: #fff;
}
.top_title.center::after{
content: unset;
}
.top_title span {
  color: #f38b0e;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 0px;
  padding-left: 20px;
}
.top_title.white::after{
  color: #fff;
}
.top_title::after {
  content: "///";
  position: absolute;
  left: 0;
  top: 0;
  color: #f38b0e;
  font-size: 10px;
  line-height: 16px;
}
.box_elmt {
  padding: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  height: 430px;
  position: relative;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  overflow: hidden;
}
.box_elmt .info{
  position: relative;
  z-index: 1;
}
.box_elmt .img_zone{
  z-index: 1;
}
.box_elmt::after{
  content: "";
  background: #263849;
  position: absolute;
  width: 0%;
  top: 0;
  left: -40px;
  height: 100%;
  transform: skewX(30deg);
  transition: all ease 0.4s;
}
.box_elmt:hover::after{
  content: "";
  width: 130%;
  top: 0;
  left: -40px;
  height: 100%;
  transform: skewX(30deg);
  transition: all ease 0.4s;
}
.box_elmt:hover p{
  color: #fff;
}

footer{
  background: #e6f8ff;
  font-size: 16px;
}
.img_zone {
  -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;
}
.bg-dark-blue{
  background-color: #263849;
}
.square {
  width: 220px;
  height: 210px;
  position: absolute;
  top: -12px;
  right: -28px;
  z-index: 1;
  transform: rotate(90deg);
}
.square_items{
  fill: #49ae33;
}

.num_inner .number-animator {
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  display: block;
  font-weight: bold;
  transition: all 200ms ease;
  margin-bottom: -8px;
}
.num_inner {
  line-height: 26px;
  color: #fff;
  display: flex;
  border-radius: 11px;
  transition: all 200ms ease;
  flex-direction: column;
}
.num_inner img {
  width: 55px;
  margin-right: 20Px;
}
.img_elmts{
  width: 350px;
  text-align: center;
  margin: -130px auto -40px auto;
}
.relative{
  position: relative;
}
.bg-green{
  background: #24378d;;
}
.mil-tabs-left-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mil-tabs-left-nav:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 2px;
  height: 84%;
  background-color: #eaeaea;
}
.mil-tabs-left-nav li {
  list-style-type: none;
  height: 50px;
}
.mil-tabs-left-nav li:last-child {
  margin-bottom: 0;
}
.mil-tabs-left-nav li a {
  padding-left: 65px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-h4{
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.mil-tabs-left-nav li a.mil-h4 {
  height: 37px;
  color: #494949;
}
.mil-tabs-left-nav li a:before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border: solid 3px rgba(18, 24, 32, 0.1);
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.mil-tabs-left-nav li a.mil-active.mil-h4 {
  color: #24378d;;
}
.mil-tabs-left-nav li a.mil-active:before {
  border: solid 3px #24378d;
}
.bg-white{
  background: #fff;
}
.bg-green_plus{
  background:#24378d ;
  position: relative;
}
.bg-green_plus::after{
  content:"";
  position: absolute;
  height: 100%;
  width: 1000%;
  top: 0;
  bottom: 0;
  left: 0;
  background:#24378d ;
  z-index: -1;
}
.bg-darkgrey_plus{
  background:#484848 ;
  position: relative;
}
.bg-darkgrey_plus::after{
  content:"";
  position: absolute;
  height: 100%;
  width: 1000%;
  top: 0;
  bottom: 0;
  left: 0;
  background:#484848 ;
  z-index: -1;
}
.bg-dark-blue_plus{
  background:#263849 ;
  position: relative;
}
.bg-dark-blue_plus::after{
  content:"";
  position: absolute;
  height: 100%;
  width: 1000%;
  top: 0;
  bottom: 0;
  left: 0;
  background:#263849 ;
}
.img_approach{
  width: 100%;
}
#reference.inner_zone{
  padding: 30px 0;
}
.option_btn_menu {
  position: fixed;
  right: 20px;
  bottom: 16px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  background: #24378d;
  z-index: 50;
  text-align: center;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  cursor: pointer;
  transition: all .5s ease-in-out;
}
.option_btn_menu i {
  font-size: 21px;
  color: #fff;
  line-height: 43px;
}
.close_zone {
  font-size: 26px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  color: #24378d;
}
ul.menu_nav{
  padding: 0;
  margin: 0;
}
ul.menu_nav li a {
  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;
  display: block;
  margin-bottom: 20px;
  padding: 13px 31px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid #24378d;
  position: relative;
  font-weight: bold;
  font-size: 13px;
}
ul.menu_nav li a i {
  margin-right: 40px;
  font-size: 24px;
}
ul.menu_nav li a p {
  margin: 0;
}
ul.menu_nav li:hover a{
  background: #24378d;
  color:#fff;
  border: 1px solid transparent;
}

ul.menu_nav li:last-child a {
  margin-bottom: 0;
}
.horizontal-line.dark-blue{
  margin: 2rem 0 !important;
  border: 0;
  border-top: 1px solid #395b7c;
}
#about .horizontal-line, #approach .horizontal-line {
  margin: 2rem 0 !important;
  border: 0;
  border-top: 1px solid #395b7c;
  /* border-bottom: 1px solid #FEFEFE; */
}
.box_video {
  position: relative;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
}
.img_news {
  width: 100%;
  height: 150px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  transition: all .5s ease;
 
}
.info_news {
  padding: 20px 0 60px;
  transition: all .5s ease;
  z-index: 1;
}
.box_video .info_news {

  width: 100%;
  bottom: 0;
}
.date_news {
  color: #24378d;
  font-size: 10px;
  position: relative;
  font-weight: bold;
}
.box_video a{
  display: block;
}
.dark-bg{
  background: #484848;
  position: relative;
}
.dark-bg.plus::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1000%;
  background: #484848;
  z-index: -1;
}
.bg-green_plus .top_title span, .bg-green_plus  .top_title::after{
  color: #ffffff;
}

.box_news{
  height: auto;
  padding: 0;
}
.innofeed_box {
  border-radius: 10px;
  overflow: hidden;
  height: 310px;
  position: relative;
  width: 100%;
}
.innofeed_box_info {
  padding: 20px 60px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.innofeed_box_ico_zone{
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innofeed_box_ico_zone i{
  font-size: 60px;
}
.owl-carousel.newsfeed .owl-stage, .owl-carousel.reference .owl-stage{
  padding: 0;
}
.bg-green_plus .box_news .date_news, .bg-green_plus .box_news p a{
  color: #fff;
}

.bg-darkgrey_plus .box_news p a{
  color: #fff;
  display: block;
  margin-top: 0px;
}



.img_elmts_ref{
  width: 100px;
  margin-right: 20px;
}
.content_works{
  display: flex;
}
.content_works h5{
  margin: 7px 0 0 0;
  color: #4bad33;
}
.content_works i {
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  margin-right: 20px;
  border-radius: 100px;
  background: #4bad33;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.box {
  height: 230px;
  border: 1px solid #24378d;
  background: rgb(212 230 188 / 83%);
  padding: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 20px;
}
.box h4 {
  color: #24378d;
  font-weight: bold;
  font-size: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#engagement{
  background:rgb(236 255 217) url(../images/bg_green.jpg)no-repeat;
  background-size: cover;
  position: relative;

}
.gradient_overlay{
  background: #2e4153;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gradient_overlay2{
  background: rgb(132,218,92);
  background: linear-gradient(102deg, rgba(132,218,92,1) 0%, rgba(158,221,255,1) 67%);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.z1{
  z-index: 1;
}
.copyright{
  color: #053751;
}
.newsletter h3{
  color: #053751;
}
.img_eng {
  width: 190px;
  transform: rotate(338deg);
  position: absolute;
  bottom: -30px;
  right: -40px;
  -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;
}

.mil-banner {
height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mil-banner .mil-banner-slideshow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mil-banner .mil-banner-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.mil-banner .swiper-slide .content_box_elmnt {
  color: #fff;
  font-weight: bold;
  /*background: rgb(38 56 73 / 80%);*/
  padding: 40px 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 560px;
  z-index: 99999;
  font-size: 40px;
  line-height: 41px;
  text-transform: uppercase;
}
.mil_elmt {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  /* width: 560px; */
  z-index: 2;
  line-height: 41px;
  margin: 0 auto;
}

.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.nav ul.menu {
  list-style: none;
  padding: 0 0 0 0px;
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
}
.nav ul.menu  > li {
  margin: 0px 0px 0px 0px;
  position: relative;
  display: table-cell;
}
.nav ul.menu > li > a {
  color: #04707f;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 10px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  padding: 36px 10px;
  font-size: 13px;
  text-align: center;
}
.nav ul.menu > li:last-child a{
  border-right: 0;
}
.nav ul.menu > li > a i{
  font-size: 20px;
  margin-top: -20px;
}
.nav ul.menu > li > a span{
  font-size: 8px;
  font-weight: 100;
  display: block;
}

.nav ul.menu > li:hover::after{
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu > li:hover > a{
  color: #f48e13!important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li > ul.sub_menu {
  padding: 0;
  margin: 0;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 1000;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  /*border-radius: 6px;*/
  background-color: #808080;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li > ul.sub_menu  li {
  padding:0;
  border: 0;
}
.nav ul.menu li ul.sub_menu > li:last-child{
  border: 0;
  padding-bottom: 0;
}
.nav ul.menu li > ul.sub_menu li{
  position: relative;
}
.nav ul.menu li > ul.sub_menu li::after {
  position: absolute;
  font: var(--fa-font-solid);
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  font-size: 10px;
  content: '\f105';
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li ul.sub_menu li > a {
  display: block;
  padding: 4px 32px;
  clear: both;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #fff !important;
  transition: all 0.3s;
  border-bottom: 1px solid #999999;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li ul.sub_menu li:last-child > a{
  border-bottom: 0;
}
.nav ul.menu li ul.sub_menu li:hover > a{
  color: #24378d!important;
  background: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li ul.sub_menu li:hover::after {
  left: 10px;
  color: #24378d;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.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;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
top: 86px;
}
.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: #f48e13!important;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu > li.active::after{
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav ul.menu li:last-child{
  border-right: 0;
}
.nav ul.menu>li.mega .sub_menu {
  position: fixed;
  top: 85px;
  width: 100%;
  overflow: hidden;
  /*padding: 35px 0;*/
}
.menu_shown .topmenu {
  transition: opacity .35s ease-in-out,transform .35s ease-in-out,top .3s ease-out;
}
.close_x_asidebar {
  background: #26384a;
  position: absolute;
  right: 14px;
  line-height: 36px;
  z-index: 1;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 29px;
  transform: rotate(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.close_x_asidebar:hover{
  background: #24378d;
  transform: rotate(90);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.close_x_asidebar i{
  font-size: 20px;
  color: #fff;
}
.menu_shown  .topmenu {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: inherit;
}
.topmenu {
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  visibility: hidden;
  transition: opacity .35s ease-in-out,transform .35s ease-in-out,visibility .35s ease-in-out,top .3s ease-out;
}
.topmenu .menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  font-weight: 500;
  min-height: 500px;
  background: #fff;
  overflow: hidden;
  right: 0;
}
.content-menu {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 47%;
  transform: translateY(-50%);
}
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.menu_shown .menu-background {
  transition: opacity .3s ease-in-out;
  opacity: .6;
  visibility: inherit;
}
.content-menu h3 {
  font-size: 10px;
  color: #24378d;
  margin-right: 20px;
  width: 50px;
}
.content-menu ul li a{
  color: #494949;
  font-size: 35px;
  font-weight: bold;
  line-height: 42px;
}
.content-menu ul li {
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
    padding-top: 20px;
}
.content-menu ul li {
  position: relative;
  border-bottom: 1px solid #f6f6f6;
  padding: 11px 0 11px 20px;
}
.content-menu ul li:last-child{
  border: 0;
}
.content-menu ul li::after{
    position: absolute;
    font: var(--fa-font-solid);
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    font-size: 10px;
    content: '\f105';
    color: #24378d;
}
.content-menu ul li:hover a{
  color: #24378d;
}  
#approach {
  margin-top: 60px;
  display: block;
}
.partenaire{
  height: 100px;
  background: #fff;
  border-radius: 10px;
}
.owl-carousel.partenaire .owl-stage{
  padding: 0;
}
.box_elmt:hover .img_zone{
  -webkit-transform: translate3d(0,0,0) scale(1.2);
	transform: translate3d(0,0,0) scale(1.2);
  -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;
}
.box_elmt:hover .info h5{
  color: #24378d;
  -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;
}
.box:hover .img_eng{
  -webkit-transform: translate3d(0,0,0) scale(.8);
	transform: translate3d(0,0,0) scale(.8);
  -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;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -ms-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
  animation: rotating 30s linear infinite;
  transform-origin: center center;
}
.box_video .img_news{
  overflow: hidden;
}
.box_video .img_news i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 37px;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_video:hover .img_news i{
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_video:hover .img_news:after{
  opacity: .5;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_video .img_news:after{
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index:0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.mega .sub_menu h4 {
  font-size: 22px;
  line-height: 25px;
  padding: 35px 35px 35px 0;
  margin: 0;
}
.mega .sub_menu .vertical-divider{
  background-color: #80bc30;
}
.list_with_icon{
  display: flex;
}
.list_with_icon i{
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 30px;
  line-height: 58px;
}
.list_with_icon li::after{
  content: unset!important;
}
.list_with_icon li {
  border-right: 1px solid #909090!important;
  flex: 1 1 0px;
  text-align: center;
}
.list_with_icon li:last-child{
  border: 0!important;
}
.list_with_icon li > a{
  padding: 35px 20px!important;
}
.extendedh4{
  background: #494949;
  position: relative;
  height: 100%;
}
.extendedh4::before{
  content:'';
  background: #494949;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
}
.box_subscription{
  background: #000;
  padding: 60px;
}
.box_partner {
  padding: 0px;
  border: 2px solid;
  position: relative;
}
.box_partner h5 {
  position: absolute;
  top: -23px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #24378d;
  padding: 2px 20px;
  text-align: center;
}
.leading_text {
  font-size: 58pt;
  line-height: 65px;
  font-weight: 900;
}
.box_partner.platine_color{
  border-color: #5f9eaa;
}
.box_partner.platine_color h5{
  color: #fff;
  background: #5f9eaa;
}
.box_partner.diamant_color{
  border-color: #a8a8a8;
}
.box_partner.diamant_color h5{
  color: #fff;
  background: #a8a8a8;
}
.box_partner.or_color{
  border-color: #f0bd19;
}
.box_partner.or_color h5{
  color: #fff;
  background: #f0bd19;
}
.box_partner.argent_color{
  border-color: #ee751b;
}
.box_partner.argent_color h5{
  color: #fff;
  background: #ee751b;
}
.box_partner .owl-carousel .owl-stage{
  padding: 0;
}
.logo_box {
  padding: 20px;
  background: #fff;
  border: 1px dashed #24368d59;
}
.logo_box img{
  width: 100%;
}
footer .horizontal-line {
  border-top: 1px solid #314399;
  opacity: 1;
  margin-bottom: 50px !important;
}
footer .newsletter h1 {
  color: #4bad33;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  font-size: 37px;
  line-height: 34px;
}
.marquee3k h1{
  color: #2b3f54;
}
.box_elmt_solution {
  background: transparent;
  border-radius: 20px;
  position: relative;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 100%;
}
.content_zone .box_elmt_solution a{
  top: unset;
  transform: unset;
  bottom: 0;
}
.content_zone .box_elmt_solution{
  height: 300px;
}
.content_zone .box_elmt_solution a i{
  opacity: 1;
}
.content_zone .img_sol{
  opacity: 1;
  visibility: visible;
}
.content_zone .box_elmt_solution:hover a i{
  transform: scale(1.3) translateX(0px)!important; 
  background: #4bad33;
  color: #fff;
}
.content_zone .box_elmt_solution:hover a{
  top:unset!important;
  transform: unset!important;
  color: #4bad33;
  -webkit-transition: all 300ms ease-in-out!important;
  transition: all 300ms ease-in-out!important;
}
.content_zone .box_elmt_solution:hover a .solution_title{
  position: relative;
  left: 10px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_elmt_solution a {
  background: #fff;
  box-shadow: rgb(0 0 0 / 7%) 0px 16px 15px 0px;
  border-radius: 20px;
  color: #494949;
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateY(0);
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out!important;
  transition: all 300ms ease-in-out!important;
}
.box_elmt_solution a i {
  font-size: 25px;
  opacity: 0;
  transform: scale(1);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  text-align: center;
  line-height: 30px;
}
.box_elmt_solution:hover a i{
  opacity: 1;
  transform: scale(1.3) translateX(-20px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.content_solution {
  padding: 140px 20px 20px 20px;
}
.content_solution ul{
  margin: 0;
  padding: 0;
}
.content_solution ul li {
  position: relative;
  padding-left: 38px;
  line-height: 20px;
  margin-bottom: 15px;
}
.content_solution ul li:last-child{
  margin-bottom: 0;
}
.content_solution ul li::after {
  content: "\f058";
  font-size: 19px;
  font: var(--fa-font-solid);
  position: absolute;
  left: -4px;
  top:0;
  color: #4bad33;
}
.box_elmt_solution a span.icon {
  width: 40px;
  display: block;
  height: 40px;
  margin-right: 10px;
  fill: #494949;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  flex-shrink: 0;
}
.box_elmt_solution:hover a{
  top: 100%;
  transform: translateY(-100%);
  color: #4bad33;
  -webkit-transition: all 300ms ease-in-out!important;
  transition: all 300ms ease-in-out!important;
}
.box_elmt_solution:hover a span.icon{
  opacity: 0;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.box_elmt_solution a .solution_title{
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  left: 0px;
  line-height: 16px;
}
.box_elmt_solution:hover a .solution_title{
  position: relative;
  left: -50px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.box_inner{
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_elmt_solution .content_solution{
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.box_elmt_solution:hover  .content_solution{
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.img_sol {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;

}
.box_elmt_solution:hover .img_sol{
  opacity: 1;
  visibility:visible;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 300ms;
}
.box_elmt_extra {
  background: #24378d;
  padding: 40px 0 40px 40px;
  position: relative;
  top: -80px;
  z-index: 2;
  margin-bottom: -160px;
}
.box_elmt_extra::after {
  background: #24378d;
  content: '';
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.box_works{
  border-radius: 20px;
  background: #fff;
  padding: 30px;
    -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 300ms;
}
.box_works:hover i{
  background: #fff;
  border:1px solid #24378d;
  color: #24378d;
    -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  transition-delay: 300ms;
}
#realisation .horizontal-line{
  border-top: 1px solid #f9f9f9;
}
.img_float {
  position: absolute;
  width: 100%;
  top: 0;
}
ul.menu{
  padding: 0;
  margin: 0;
}
.call_to_action_btn {
  font-size: 16px;
  background: #365209;
  padding: 5px 25px;
  display: inline-block;
  border-radius: 30px 3px;
  margin-left: 32px;
  margin-top: 24px;
  border: 1px solid;
  transform: scale(1);
  -webkit-transition: all 200ms ease-in-out!important;
  transition: all 200ms ease-in-out!important;
}
.call_to_action_btn:hover{
  background: #24378d;
  color: #fff;
  transform: scale(1.1);
  -webkit-transition: all 200ms ease-in-out!important;
  transition: all 200ms ease-in-out!important;
}
.call_to_action_btn i{
  transform: scale(1) rotate(0deg);
  -webkit-transition: all 200ms ease-in-out!important;
  transition: all 200ms ease-in-out!important;
  transition-delay: 1000ms;
}
.call_to_action_btn:hover i{
  transform: scale(1.3) rotate(-73deg);
  -webkit-transition: all 200ms ease-in-out!important;
  transition: all 200ms ease-in-out!important;
  transition-delay: 1000ms;
}
.headpage{
  padding-top: 85px;
}
.box_headpage {
  padding: 160px 0 200px 0;
  z-index: 2;
}

.box_headpage_img {
  padding: 30px;
  background: #4bad33;
  height: 300px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.headpage .simpleParallax {
  border-radius: 30px;
  z-index: 3;
  position: relative;
}
.elmt_marg {
  margin-top: 50px;
}
article {
  position: relative;
  margin: 0 auto;
}
.wrapper {
  margin: 0 auto;
  padding: 0 16.66% 50px;
  width: 100%;
}
.zonetest{
  display: inline;
  float: left;
}
.timeline__nav {
  /* position: fixed; */
  top: 0;
  transition: top 0.3s ease-out;
  z-index: 0;

}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 0px 0;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-size: 21px;
}
.timeline__nav ul li:first-child{
  margin-top: 0;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: #4bad33;
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}
.timeline__nav ul li:hover {
  color: #4bad33;
}
.box_team {
  height: 450px;
  background: #fff;
  position: relative;
}
.list_speakers .box_team {
  height: auto;
  background: transparent
}
.list_speakers .box_team_img {
  height: 190px;
}
.list_speakers .info_team h5 {
  font-size: 18px;
  line-height: 20px;
  color: #24368d;
}
.list_speakers .info_team {
  position: unset;
  padding: 10px 0 0 0;
  background: transparent!important;
}
.list_speakers .info_team p {
  font-size: 13px;
  line-height: 14px;
  color: #24368d;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.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;
}
.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;
}
.info_team h5 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
.info_team p {
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 23px;
  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;
}
.box_team .info_team {
  background: linear-gradient(rgb(31 61 156 / 0%) 0%, rgb(37 55 141) 100%);
}
/* -------------------------------------------
breadcrumbs
------------------------------------------- */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  justify-content: center;
}
.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:#ffffff59;
  -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: #fff;
}
.breadcrumbs li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  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:#fff;
}
#menu_elmts ul {
  padding: 0;
  margin: 0;
}
#menu_elmts .list_exp li a {
  padding: 18px 40px 18px 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0;
  display: block;
  color: #757575;
  font-size: 16px;
  font-weight: bold;
  line-height: 15px;
}
#menu_elmts .list_exp li:hover a{
  color: #24378d;
}
#menu_elmts .list_exp li{
  position: relative;
}
ul.list_exp li.active a::after {
  background: #4bad33;
  color: #fff;
}
ul.list_exp li.active a{
  color: #4bad33!important;
}
ul.list_exp li a::after {
  position: absolute;
  font: var(--fa-font-solid);
  transform: translateY(50%);
  bottom: 50%;
  right: 2px;
  font-size: 10px;
  content: '\f105';
  color: #757575;
  width: 40px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 107px 16px;
}

.box_c_elmt {
  padding: 20px;
  background: #fff;
  border-radius: 11px;
  position: relative;
  box-shadow: 0px 3px 7px #00000008;
  text-align: left;
}
.green_leaf {
  background: #4bad33;
  width: 40px;
  height: 20px;
  border-radius: 107px 3px;
  transform: rotate(33deg);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}


.secteur .box_c_elmt{
  display: flex;
  align-items: center;
}
.secteur .ico_secteur{
  flex-grow: 0;
  flex-shrink: 0;
  width: 50px;
  margin-right: 20px;
}
.ico_secteur svg{
  fill: #4bad33;
}
.box_side {
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  position: relative;
  height: 330px;
}
.box_side::before {
  content: "";
  background: rgb(0 0 0 / 54%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.box_side .call_to_action_btn{
  margin: 20px 0 0 0;
  position: relative; 
  z-index: 1;
}
.box_side h4 {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 23px;
  line-height: 24px;
  text-shadow: -2px 2px 9px #0000008f;
}
.box_side_img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
ul.content_list {
  padding: 0px;
}
ul.content_list li {
  line-height: 26px;
  text-align: left;
  padding-left: 35px;
  position: relative;
  color: #04707f;
}
ul.content_list li::before {
  content: "\f058";
  color: #f48e13;
  font-size: 19px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  top: 4px;
  font: var(--fa-font-solid);
}
.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: 3px;
  left: -34px;
  font-size: 21px;
  color: #4bad33;
}
.info li span {
  display: block;
  color: #4bad33;
  font-weight: bold;
}
#map{
  height: 400px;
  position: relative;
  z-index: 1;
  /*filter: grayscale(1);*/
  overflow: hidden;
}
.box_map {
  padding: 80px 30px;
  background: #fff;
  text-align: center;
  line-height: 7px;
  font-weight: 500;
  margin-bottom: -450px;
}
.box_map .logo {
  width: 290px;
  margin: 0 auto 28px auto;
}
.box_map .logo .edition_text{
  margin-left: 14px;
}
.box_map p{
  font-size: 17px;
  color: #24378d;
}
.box_prize {
  background: rgb(255 255 255 / 72%);
  padding: 40px;
  height: 100%;
  backdrop-filter: blur(7px);
  border: 1px solid #fff;
  border-radius: 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: 57px;
  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 #e7e8e8;
  border-radius: 100px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control-wrap.icon_elmt .form-control {
  padding-left: 50px;
}
.form-control-wrap.icon_elmt i {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #04707f;
}
.form_contact label {
  display: block;
  margin-bottom: 5px;
  margin-top: 7px;
  font-weight: bold;
  color: #495057;
}
.form-control-wrap{
  position: relative;
  display: block;
}
textarea.form-control {
  min-height: 120px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #24378d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #24378d1f;
}
.form-check-input:focus {
  border-color: #f48e13;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ffb52223;
}
.form-check-input:checked{
  background-color: #f48e13!important;
  border-color: #f48e13!important;
}
ul.accordion {
  display: block;

  width: 100%;
  padding: 0;
  border-radius: 0;
  }
ul.accordion li {

  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e0e0e0!important;
  margin-bottom: 0px;
  background: transparent;
  border: none;
  border-radius: 0 !important;
}
.accordion-item:last-of-type{
  border-bottom: 0!important;
}
ul.accordion.equipment .accordion-switch{
  line-height: 16px;
  font-size: 20px;
}
ul.accordion.equipment .accordion-switch small{
  display: block;
  font-weight: 100;
}
ul.accordion.equipment  li {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0!important;
  margin-bottom: 20px;
  background: white;
  border-radius: 15px !important;
}
ul.accordion.equipment .accordion-item:last-of-type{
margin-bottom: 0;
}
ul.accordion .accordion-switch {
  width: 100%;
  background: transparent;
  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-weight: 700;
  color: #505458;
  line-height: 33px;
  border-radius: 0px;
  padding: 5px 0 5px 0;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
  ul.accordion li.accordion-item.selected .accordion-switch { background: transparent ;color: #4bad33;}
  /*ul.accordion .accordion-switch:hover { background: #fff;border: 1px solid #f87f01; }*/
  /*ul.accordion li.accordion-item .accordion-switch {
    float: left;
  }*/
  ul.accordion li a:hover { text-decoration: underline }
  ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 20px;
    width: 20px;
    background: #333333 url(../images/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 6px 0px;
    border-radius: 100%;
  }
  ul.accordion li.accordion-item:hover .togglegfx { background-color: #4bad33 }
  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: #4bad33 url(../images/accordion-toggle.png) no-repeat left bottom;
  }
  .contact_fiche i {
    display: block;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.carreer_cv {
  border: 1px solid #e7e8e8;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  background: #fff;
}
.box_career {
  background: #fff;
  padding: 20px 80px 20px 20px;
  border-radius: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: -9px 6px 13px 5px #0000000a;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.box_career:last-of-type{
  margin-bottom: 0;
}
.box_career .date {
  line-height: 13px;
  display: flex;
  align-items: center;
}
.box_career .date i{
  margin-right: 10px;
}
.btn_career {
  background: #4bad33;
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
.box_career:hover{
  border: 1px solid #4bad33;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_career i {
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 24px;
  line-height: 41px;
}
.box_career:hover i{
  transform: scale(1.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn_career:hover{
  background: #494949;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn_career:hover i{
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bg-dark_site{
  background: #494949;
}
.shadow_box {
  box-shadow: -13px 15px 17px 10px #00000024;
}
.smartenergy_custom.modal .modal-header {
  border-bottom: 0;
}
.smartenergy_custom .close {
  border: 0;
  background: #4bad33;
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin: 0  0 0 auto;
  height: 30px;
  width: 30px;
  border-radius: 100px;
}
.smartenergy_custom.modal .modal-body {
  padding: 40px 60px;
}
.smartenergy_custom.modal .modal-footer {
  text-align: center;
  font-size: 13px;
  padding: 40px;
  justify-content: center;
  border-top: 0;
  background: #4bad33;
  border-radius: 0 0px 6px 6px;
  color: #fff;
}
.box_zone_actif {
  display: none;
}
.btn_post {
  background: #4bad33;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100px;
}
.btn_post:hover{
  color: #fff;
  background: #494949;
}
.z-index-1{
  z-index: 1;
}
.z-index-3{
  z-index: 3;
}
.box_elmt_career_left{
  margin-left: -20px;
}
.box_elmt_career_right{
  margin-left: 20px;
}
.box_footer {
  padding: 0 103px;
  line-height: 19px;
}
.box_footer h3 {
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/*.bg_prh{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.img_equipment{
  width: 230px;
  margin-right: 30px;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
.listing-medias {
  padding-bottom: 15px;
  display: table;
  width: 100%;
}

@media(max-width: 61.24em) {
  .listing-medias {
      padding-top:20px;
      padding-bottom: 20px;
      display: block
  }
}

.listing-medias-noresult {
  margin-top: 40px;
  width: 100%;
  text-align: center
}

.listing-medias-header {
  display: table-row;
  width: 100%;
  border-bottom: 1px solid #ccc
}

@media(max-width: 61.24em) {
  .listing-medias-header {
      display:none
  }
}

.listing-medias-header-item {
  padding: 24px 12px 21px;
  display: table-cell;
  color: rgba(0,0,0,.3);
  font-size: .9375rem;
  line-height: 1.06
}

.listing-medias-header-item:first-child {
  padding-left: 33px
}

.listing-medias-header-item:last-child {
  padding-right: 13px;
  text-align: center;
}

.filters-medias {
  padding-top: 40px;
  padding-bottom: 18px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000
}

@media(max-width: 44.99em) {
  .filters-medias {
      padding-bottom:0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 0
  }
}

.filters-medias-select {
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 44.99em) {
  .filters-medias-select {
      margin-right:0;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      border-bottom: 2px solid #000
  }

  .filters-medias-select::after {
      position: absolute;
      top: 50%;
      right: 0;
      height: 0;
      width: 0;
      border-left: 4.5px solid transparent;
      border-right: 4.5px solid transparent;
      border-top: 4.5px solid #000;
      border-left: 4.5px solid rgba(0,0,0,0);
      border-right: 4.5px solid rgba(0,0,0,0);
      border-top: 6.5px solid #000;
      content: ""
  }
}

.filters-medias-select .custom-select-container {
  padding-bottom: 0
}

.filters-medias-select .custom-select-opener {
  min-width: 156px
}

.filters-medias-select .custom-select-panel {
  width: calc(100% + 42px);
  left: -24px
}

.filters-medias-select select {
  font-weight: 500;
  font-style: normal;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent none;
  font-size: 1.125rem
}

@media(max-width: 44.99em) {
  .filters-medias-select select {
      display:block
  }
}

.filters-medias-links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media(max-width: 44.99em) {
  .filters-medias-links {
      padding-top:20px;
      padding-bottom: 20px;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 2px solid #000
  }
}

.filters-medias-link {
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  font-size: 1.125rem;
  line-height: 1.06;
  text-decoration: none
}

@media(min-width: 45em) {
  .filters-medias-link {
      margin-left:20px
  }
}

.filters-medias-link.is-current,.filters-medias-link:hover {
  color: #4bad33
}
.card-media {
  display: table-row;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media(max-width: 61.24em) {
  .card-media {
      padding-top:30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-top: 1px solid #ccc
  }
}

.card-media .col {
  padding: 30px 12px;
  font-weight: 400;
  font-style: normal;
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle
}
.card-media .col.col-name {
  max-width: 300px;
  line-height: 20px;
}

@media(min-width: 61.25em) {
  .card-media .col::before,.card-media .col::after {
      content:"";
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-transition: color .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      background: #ccc
  }

  .card-media .col::before {
      top: -1px
  }

  .card-media .col::after {
      bottom: 0
  }
}

@media(max-width: 61.24em) {
  .card-media .col {
      padding:0;
      display: block
  }
}

@media(max-width: 61.24em) {
  .card-media .col-action {
      width:100%;
      -webkit-transform: translate(0, -100%);
      transform: translate(0, -100%)
  }
}

.card-media .col-action .col-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media(max-width: 61.24em) {
  .card-media .col-action .col-inner {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex
  }
}
.card-media .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width: 61.24em) {
  .card-media .col-inner {
      display:block
  }
}

@media(max-width: 61.24em) {
  .card-media .col-name {
      width:100%
  }
}

@media(max-width: 61.24em) {
  .card-media .col-type,.card-media .col-sector {
      margin-right:15px
  }
}

.card-media:hover {
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.05);
  box-shadow: 0 0 30px rgba(0,0,0,.05)
}

.card-media:hover .card-media-title {
  color: #4bad33
}

.card-media:hover .col {
  z-index: 2;
  background: rgba(255,255,255,.3)
}

@media(min-width: 61.25em) {
  .card-media:hover .col::before,.card-media:hover .col::after {
      background:#fff
  }

  .card-media:hover .col::before {
      top: -1px
  }

  .card-media:hover .col::after {
      bottom: -1px
  }
}

.card-media:hover+.card-media .col::before {
  display: none
}
.card-media-icon {
  margin-right: 10px;
  position: relative;
  height: 30px;
  width: 60px;
  text-align: center;
}
@media(max-width: 61.24em) {
  .card-media-icon {
      display:block
  }
}
.card-media-icon img,.card-media-icon .svg,.card-media-icon .svg svg {
  display: block
}
.card-media-icon img {
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%
}

.card-media-icon img+.svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  fill: #fff
}

.card-media-icon:hover img+.svg {
  opacity: 1
}

.card-media-title {
  font-weight: 500;
  font-style: normal;
  -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-media-filesize {
  margin-left: 10px;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: .9375rem;
  color: rgba(0,0,0,.3)
}

@media(max-width: 61.24em) {
  .card-media-filesize {
      display:inline-block
  }
}

.card-search {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative
}

@media(max-width: 44.99em) {
  .card-search {
      padding-top:38px;
      padding-bottom: 38px
  }
}

.card-search:hover .card-picture {
  -webkit-box-shadow: 0 30px 30px rgba(0,0,0,.08);
  box-shadow: 0 30px 30px rgba(0,0,0,.08)
}

.card-search:hover .card-picture-button::before,.card-search:hover .card-picture-button::after {
  background-color: #4bad33
}

.card-search:hover .card-title {
  color: #4bad33
}

.card-search .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media(max-width: 44.99em) {
  .card-search .card-wrapper {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.card-search .card-picture {
  position: relative;
  margin-right: 40px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 408px;
  -webkit-transition: -webkit-box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-box-shadow .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  background-color: #113a4c
}

.card-search .card-picture:before {
  padding-top: 53.9215686275%;
  display: block;
  content: ""
}

@media(max-width: 61.24em) {
  .card-search .card-picture {
      width:300px
  }
}

@media(max-width: 44.99em) {
  .card-search .card-picture {
      position:relative;
      margin-top: 17px;
      margin-right: 0;
      width: 100%
  }

  .card-search .card-picture:before {
      padding-top: 67.6923076923%;
      display: block;
      content: ""
  }
}

.card-search .card-picture img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.object-fit .card-search .card-picture img {
  -o-object-fit: cover;
  object-fit: cover
}

.no-object-fit .card-search .card-picture img {
  font-family: "object-fit: cover"
}

.card-search .card-picture-button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70px;
  width: 70px;
  background-color: #fff
}

.card-search .card-picture-button::before,.card-search .card-picture-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000
}

.card-search .card-picture-button::before {
  height: 3px;
  width: 17px
}

.card-search .card-picture-button::after {
  height: 17px;
  width: 3px
}

.card-search .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media(max-width: 44.99em) {
  .card-search .card-content {
      margin-top:17px
  }
}

.card-search .card-headline {
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: .9375rem;
  line-height: 1.06
}

.card-search .card-headline+.card-title {
  margin-top: 8px
}

.card-search .card-title {
  font-weight: 500;
  font-style: normal;
  max-height: 93.6px;
  overflow: hidden;
  max-width: 375px;
  -webkit-transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  font-size: 1.625rem;
  line-height: 1.2
}

@supports(-webkit-line-clamp: 3) {
  .card-search .card-title {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis
  }
}

@media(max-width: 44.99em) {
  .card-search .card-title {
      font-size:1.5rem
  }
}

.card-search .card-title+.card-text {
  margin-top: 23px
}

@media(max-width: 44.99em) {
  .card-search .card-title+.card-text {
      margin-top:17px
  }
}

.card-search .card-text {
  max-height: 81.6px;
  overflow: hidden;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.6
}

@supports(-webkit-line-clamp: 3) {
  .card-search .card-text {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis
  }
}

.card-search .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1
}
.card-media-icon i {
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  color: #4bad33;
}
.card-media-action-link i{
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  color: #4bad33;
}
.form_search .form-control {
  padding-right: 53px;
}
.form_search {
  position: relative;
}
.form_search button[type="submit"] {
  position: absolute;
  border: none;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #eee;
  right: 8px;
  top: 10px;
  background: #4bad33;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  color: #fff;
}
.headpage.media .box_headpage{
  height: auto;
}
.headpage.media .box_headpage::before {
  content: unset;
}
.content_zone .info_news a, .newsfeed  .info_news a {
  line-height: 20px;
  font-weight: bold;
  margin: 16px 0;
  color: #24378d;
  margin-top: 20px;
  display: block;
}
.newsfeed  .info_news a:hover{
  color: #4bad33;
}
.newsfeed  .info_news {
  padding: 24px;
  line-height: 20px;
}
.content_zone .box_news, .newsfeed .box_news {
  height: auto;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content_zone .box_news:hover, .newsfeed .box_news:hover{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content_zone .info_news {
  padding: 20px 0 10px;
  transition: all .5s ease;
  z-index: 1;
}
.pagination {
  padding: 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;
  background: #fff;
  /* border-radius: 13px; */
  border: 1px dashed #25378d;
}
.pagination__item i, .pagination__item span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}
.pagination__item.pagination__item--active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background: #4bad33;
  border: transparent;
}
.pagination__item.pagination__item--active span{
  color: #fff;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #4bad33;
}
.bn_img {
  background: #fff;
  height: 40px;
  text-align: center;
  color: #ff5e00;
  line-height: 39px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: bold;
  padding: 0 20px;
}
.bn_img i{
  font-size: 10px;
  margin-right: 10px;
}

.content_news_in .img_news{
  height: 400px;
}
#lightgallery a {
  position: relative;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  margin-bottom: 24px;
}
.justified-gallery .zone_img {
  height: 210px;
  border: 6px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 6px solid #fff;
  margin: 0;
  background-size: cover;
}
.justified-gallery .zone_img:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
#lightgallery a:after {
  font: var(--fa-font-solid);
  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:hover:after{
  opacity: 1
}
.box_icon_event {
  text-align: center;
  border-bottom: 1px dashed rgb(255 255 255 / 41%);
}
.box_icon_event i {
  color: #fff;
  font-size: 30px;
}
.box_icon_event h4 {
  color: #ffffff;
  line-height: 5px;
}
.box_icon_event h5 {
  font-weight: 100;
  color: #ffffff;
  font-size: 10px;
}
.icon_z i {
    font-size: 65px;
    margin-top: 7px;
    color: #f38b0e;
    margin-right: 20px;
}
.name_stat{
  line-height: 15px;
  margin-top: 10px;
}
.linkbtn {
  color: #f48e13;
  font-size: 16px;
  text-decoration: none;
  margin-top: 1em;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em;
  margin-left: -0.5em;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.linkbtn i {
  font-size: 13px;
  background: #04707f;
  color: #fff;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 100px;
  position: relative;
  right: -6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.linkbtn:hover i{
  right: 0px;
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.linkbtn:hover{
  color: #f48e13;
}
.linkbtn:before, .linkbtn:after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #f48e13;
  border-radius: 1em;
  bottom: 0.3em;
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.linkbtn:before {
  width: 1em;
  transform-origin: left;
}
.linkbtn:after {
  width: 82%;
  left: 1em;
  transform: translateX(110%);
}
.linkbtn:hover:before {
  transform: scaleX(0.3);
}
.linkbtn:hover:after {
  transform: translateX(0);
}
.overlay {
  background: #023857;
  background: linear-gradient(90deg, rgb(2 56 87 / 96%) 33%, rgb(4 112 127 / 85%) 92%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.afera-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.afera-line span {
  display: block;
  position: absolute;
  top: 0;
  height: 300%;
  width: .1rem;
  will-change: transform;
  animation: line_animation 5s linear infinite
}

.afera-line span:nth-child(1) {
  left: 50%;
  animation-duration: 6s
}

.afera-line span:nth-child(2) {
  left: calc(50% - 10.2rem);
  animation-duration: 4s
}

.afera-line span:nth-child(3) {
  left: calc(50% + 10.2rem);
  animation-duration: 8s
}

.afera-line span:nth-child(4) {
  left: calc(50% - 20.4rem);
  animation-duration: 8s
}

.afera-line span:nth-child(5) {
  left: calc(50% + 20.4rem);
  animation-duration: 7s
}

.afera-line span:nth-child(6) {
  left: calc(50% - 30.6rem);
  animation-duration: 4s
}

.afera-line span:nth-child(7) {
  left: calc(50% + 30.6rem)
}

.afera-line span:nth-child(8) {
  left: calc(50% - 40.8rem);
  animation-duration: 6s
}

.afera-line span:nth-child(9) {
  left: calc(50% + 40.8rem);
  animation-duration: 8s
}

.afera-line span:nth-child(10) {
  left: calc(50% - 51rem);
  animation-duration: 4s
}

.afera-line span:nth-child(11) {
  left: calc(50% + 51rem);
  animation-duration: 3s
}

.afera-line span:nth-child(12) {
  left: calc(50% - 61.2rem);
  animation-duration: 7s
}

.afera-line span:nth-child(13) {
  left: calc(50% + 61.2rem);
  animation-duration: 3s
}

.afera-line span:nth-child(14) {
  left: calc(50% - 71.4rem);
  animation-duration: 4s
}

.afera-line span:nth-child(15) {
  left: calc(50% + 71.4rem);
  animation-duration: 8s
}

.afera-line span:nth-child(16) {
  left: calc(50% - 81.6rem);
  animation-duration: 6s
}

.afera-line span:nth-child(17) {
  left: calc(50% + 81.6rem);
  animation-duration: 4s
}

.afera-line span:nth-child(18) {
  left: calc(50% - 91.8rem);
  animation-duration: 6s
}

.afera-line span:nth-child(19) {
  left: calc(50% + 91.8rem)
}

.afera-line span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41.66%;
  background-color: #ffffff58
}

.afera-line span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41.66%;
  background-color: #ffffff58
}
.headpage .afera-line span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41.66%;
  background-color: #ffffff0f
}

.headpage .afera-line span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41.66%;
  background-color: #ffffff0f
}
@keyframes line_animation {
  0% {
      transform: translateY(-66.66%)
  }

  to {
      transform: translateY(0)
  }
}

ul.countdown {
  list-style: none;
  position: relative;
  padding: 0;
}
footer .box_footer .btn_subscribe{
  display: block;
}
footer .box_footer .btn_subscribe i {
  font-size: 19px;
  width: 40px;
  height: 40px;
  right: -19px;
  top: -11px;
  line-height: 39px;
}
footer ul.countdown li span{
  font-size: 55px;
}
ul.countdown li span {
  color: #ffffff;
  font-size: 64px;
  line-height: 1.2em;
  display: inline;
  font-weight: 700;
}
ul.countdown li p {
position: relative;
margin: 0;
display: block;
color: #fff;
font-size: 13px;
line-height: 1;
font-weight: 600;
}
ul.countdown li:last-child a{
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #263450;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Roboto',Arial, sans-serif;
}
ul.countdown li{
display: inline-block;
  height: 100px;
  border-radius: 5px;
  margin-right: 20px;
}
ul.countdown li:last-child{
margin: 0;
}
.groupbtn{
  display: flex;
  align-items: center;
  gap: 11px;
}
.btn_subscribe {
    background: #04707f;
    padding: 11px 11px;
    position: relative;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    font-weight: bold;
}
.btn_subscribe i {
    font-size: 15px;
    background: #f48e13;
    width: 30px;
    height: 30px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.btn_subscribe:hover{
  background: #fff;
  color: #f58e18;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #f58e18;
}
.btn_subscribe:hover i{
  background: #04707f;
  color: #fff;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pulse-button {

  position: relative;

  box-shadow: 0 0 0 0 #20707e;
  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);
  }
}
#section10 a {
  padding-top: 51px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.demo a {
  transform: translateX(-50%);
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}
.schedule .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.schedule .nav-tabs{
  border: 0;
}
.schedule .nav-tabs .nav-link{
  border-radius: 0;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
}
.schedule  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid #fff
}
.elementor-schedules-list {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.schedules-inner-left {
  flex: 0 0 200px;
  max-width: 200px;
}
.schedules-inner-left .schedules-day {
  margin-bottom: 20px;
}
.schedules-inner-left .schedules-day.current a{
  color: #4bad33;
}
.schedules-inner-left .schedules-day.current a {
  background-color: #fff;
}
.schedules-day .schedules-day-name, .schedules-day .schedules-day-time {
  font-size: 16px;
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1.5;
  background-color: #4bad33;
  color: #fff;
  text-align: center;
}
.schedules-day .schedules-day-name{
  padding: 1.1rem 3.75rem;
  font-size: 1rem;
  line-height: 1.875;
  border-radius: 50px;
}
.schedules-day {
  position: relative;
  display: flex;
}
.schedules-inner {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 50px;
}
.schedules-inner-item {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.schedules-inner-item {
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.schedules-day-inner, .time-schedules:after {
  background-color: #4bad33;
}
.schedules-day-inner {
  padding: 28px 70px;
  margin-bottom: 45px;
  position: relative;
  display: flex;
  align-items: center;
}
.schedules-inner-right {
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
}
.schedules-day-inner .schedules-day-name, .schedules-day-inner .schedules-day-time {
  font-size: 30px;
  /* font-size: 1.875rem; */
  text-transform: capitalize;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
}
.schedules-item {
  /*padding: 0 70px;*/
  border-top: 1px solid #3c5c6f;
}
.schedules-item>div:last-child {
  border-bottom: 0;
}
.item-schedules_items {
  display: flex;
  padding: 0;
  position: relative;
  align-items: center;
}
.time-schedules{
  color:#f48e13;
}
.time-schedules {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  position: relative;
  width: 185px;
  font-weight: 800;
}
.time-schedules{
  max-width: 100%;
}
.time-schedules:before {
  content: "";
  right: -1px;
  top: 0;
  position: absolute;
  background-color: #f48e13;
  height: 30px;
  width: 1px;
  z-index: 10;
}
.time-schedules:after {
  background-color: #f48e13;
}
.time-schedules:after {
  content: "";
  left: 100%;
  top: 10px;
  margin-left: -5px;
  position: absolute;
  height: 10px;
  width: 10px;
  display: inline-block;
  border-radius: 50%;
  z-index: 12;
}
.item-wrapper {
  margin-top: 0;
}
.schedules-inner .item-wrapper {
  flex-grow: 1;
  position: relative;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
  padding-bottom: 15px;
  flex-basis: 0;
  padding-top: 15px;
}
.schedules h3:first-child {
  padding-top: 0;
  margin: 10px 0;
}
.title-schedules {
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.title-schedules {
  font-size: 17px;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 20px;
  line-height: 20px;
}
.schedules-inner .item-meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  font-size: .875rem;
  color: #aaa7b1;
}
.schedules-inner .item-meta>div:last-child {
  margin-right: 0;
}
.schedules-inner .item-meta>div {
  margin-right: 10px;
}
/*.schedules-item:last-child .item-wrapper {
  border-left: none;
}*/
.item-wrapper p {
  margin-bottom: 0;
  color: #fff;
  line-height: 20px;
}
.schedules-inner:last-child{
  border-bottom: 1px solid #3c5c6f;
}
.icon_x i {
  font-size: 31px;
  margin-right: 39px;
  color: #4bad33;
}
.bg_img, .bg_img_footer{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.bg_box {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sub_info {
  line-height: 20px;
  margin-top: 9px;
  color: #fff;
}
.img_zone:before {
  bottom: -70px;
  width: 75%;
  height: 75%;
  -webkit-transform: translate(-18%,-4%);
  -ms-transform: translate(-18%,-4%);
  transform: translate(-18%,-4%);
  background-image: -webkit-radial-gradient(#4bad33  1px,transparent 1px);
  background-image: -o-radial-gradient(#4bad33  1px,transparent 1px);
  background-image: radial-gradient(#4bad33 1px,transparent 1px);
  -webkit-background-size: -webkit-calc(14 * 1px) -webkit-calc(14 * 1px);
  background-size: calc(14 * 1px) calc(14 * 1px);
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.img_zone.second:before{bottom: -70px;    transform: translate(53%, -4%);}
footer .overlay{
  background-color: rgb(37 55 141 / 95%);
}

.box_testimoni {
  padding: 30px 30px 30px 130px;
  line-height: 18px;
  position: relative;
  margin-left: 20px;
  border: 1px dashed #25378d;
  /* background: #e6f8ff; */
}

.box_testimoni .testimoni_name {
  font-size: 16px;
  color: #4bad33;
  margin-top: 20px;
}
#testimonial .owl-theme .owl-dots .owl-dot span{
  background: #25378d;
}
.img_testimoni {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -20px;
  background: #000;
  box-shadow: 7px 16px 11px #00000029;
}
.negative_margin{
  margin-top: -210px;
}
.info_more{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.info_more::after{
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.menu_link li{
  position: relative;
  display: block;
}
.menu_link li a{
  padding: 14px 20px 14px 0;
  border-bottom: 1px solid #25378d24;
  display: block;
  color: #24378d;
}
.menu_link li:hover a{
  color: #4bad33;
}
.menu_link li:last-child a{
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.menu_link li a i{
  font-size: 17px;
  color: #24378d;
  position: absolute;
  right: 0;
  transform: translateY(5px);
}
.mbc_custom.modal .modal-header {
  border-bottom: 0;
}
.mbc_custom.modal .modal-body {
  padding: 40px 60px;
}
.mbc_custom.modal .modal-footer {
    text-align: center;
    font-size: 13px;
    padding: 40px;
    justify-content: center;
    border-top: 0;
    background: #003854;
    border-radius: 0 0 28px 28px;
    color: #fff;
}
.mbc_custom .close {
  border: 0;
  background: #f48e13;
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin: 0  0 0 auto;
  height: 30px;
  width: 30px;
  border-radius: 100px;
}
.mbc_custom  .modal-content{
  border-radius: 30px;
}
.form_career .btn_submit {
  border: 0;
  background: #f48e13;
  padding: 13px 30px;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 40px;
}
.form_career .btn_submit:hover{
  color: #fff;
  background: #04707f;
}
.menu_shown .menu-button .line-1 {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(225deg);
  top: 16px;
}
.menu_shown .menu-button .line-2 {
  opacity: 0;
  transition-delay: .12s;
}
.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_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  font-weight: 500;
  min-height: 500px;
  background:#003854;
  overflow: hidden;
  left: 0;
  /*padding: 40px 40px 40px 40px;*/
  transform: translateX(-100%);
  opacity: 1;
  z-index: 0;
  -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);
  top: 80px;
}
.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;
  text-transform: uppercase;
  border-bottom: 1px solid #04707f;
  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{
 text-transform: capitalize;
 padding-left: 50px;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.menu_wrapper ul.menu ul.sub_menu {
  padding: 0;
  background: #1a2867;
}
body.body--static {
  height: 100%;
  overflow: hidden;
}
.menu_wrapper ul.menu li a .btn.expander {
  background: none;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 9px;
  border-radius: 0px;
  position: absolute;
  top: 20px;
  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);
}
.menu_wrapper ul.menu li.active > a{background: rgb(0 0 0 / 27%);}

.menu_wrapper_option {
  position: fixed;
  width: 300px;
  height: auto;
  font-weight: 500;
  background: #24378d;
  overflow: hidden;
  right: 74px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  bottom: 16px;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  transform-origin: right bottom;
  border-radius: 10px;
}
.menu_shown_option .menu_wrapper_option {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  pointer-events: all;
  visibility: visible;
}
.menu_wrapper_option .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.menu_wrapper_option .inner {
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.header__lang {
  position: relative;
  z-index: 4;
  display: inline-block;
}
.header__lang button {
  border: none;
}
.header__lang button:focus {
  outline: none;
}
.header__lang-open-list-btn {
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease;
  background: lightgrey;
  color: #666666;
  font-size: 14px;
  padding: 6px 8px;
  margin-left: 1px;
}

.header__lang-list {
  list-style: none;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
  top: 100%;
  /*left: 50%;
  transform: translate(-50%, 30px);*/
  padding-left: 0px;
  overflow: hidden;
  width: 64px;
}
.header__lang-list--visible {
  opacity: 1;
  visibility: visible;
  /*transform: translate(-50%, 0px);*/
}
.header__lang-btn {
  cursor: pointer;
  padding: 10px 7px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color 0.15s ease;
  width: 100%;
  background: #fff;
  color: #24378d;
  font-size: 11px;
}
.header__lang-btn:hover {
  background: #24378d;
  color: #fff;
}
.header__lang-list--visible li{
  border-bottom: 1px solid #d6d6d6;
}
.header__lang-list--visible li:last-child{
  border-bottom: none;
}
.header__lang img {
  width: 17px;
  height: 17px;
  overflow: hidden;
  border-radius: 100px;
  margin-right: 5px;
}
.logo_fer{
  width: 86px;
}
.subheader{
  background: #e7e7e7;
}
.sub_inner{
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.subheader .social-icons li{
  background: #d3d3d3;
}
.subheader .social-icons li i {
  color: #666666;
}
.subheader  div.social-icons li:after{
  border-radius: 0;
}
.logo_fer_2{
  display: none;
  width: 86px;
}
.position_btn{text-align: right;}
.mbc_custom .social-icons i{
  font-size: 40px;
  line-height: 50px;
}
.mbc_custom  div.social-icons li a {
  width: 56px;
  height: 56px;
}
.mbc_custom div.social-icons li:after{
  border-radius: 0!important;
  width: 56px;
  height: 56px;
}
.content_zone.schedule .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #04707f;
    color: #04707f !important;
    background: #ffffff;
    border-radius: 11px;
    padding: 0 20px;
}
.content_zone.schedule .nav-tabs .nav-link{
  color: #24378d;
}
.content_zone .schedules-item {
  border-top: 1px solid #3c5c6f;
}
.content_zone .title-schedules {
  color: #24378d;
}
.content_zone .time-schedules:before{
  background-color: #4bae34;
}
.actu .nav-tabs .nav-link{
  border-radius: 0;
  background: #24378d;
  color: #fff;
  margin: 0 1px;
  border: 0;
}
.actu .nav-tabs .nav-link.active{
  background: #ff5e00;
  color: #fff!important;
}
.actu .nav-tabs{
  border: 0;
}
.actu .tab-content>.active {
  display: block;
  padding: 40px 0px;
}
.form_zone .box_headpage{
  padding-top: 0;
}
.box_pack {
  padding: 14px 0;
  height: 100%;
}
.pack_title {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 30px 30px 0px 30px;
}
.img_box_pack {
  height: 200px;
  width: 100%;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}
.pack_price {
  font-size: 30px;
  font-weight: bold;
}
.pack_description{
    padding: 20px;
    text-align: center;
}
.content_get_society_packages input[type="radio"] {
  display: none;
  &:not(:disabled) ~ label {
    cursor: pointer;
  }
  &:disabled ~ label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
  }
}
.content_get_society_packages label {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
  position: relative;
  border: 1px dashed #25378d;
  align-items: center;
  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;
}
.content_get_society_packages .box_pack:hover  label {
  border: 1px dashed #ff5e00;
    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;
}
.content_get_society_packages .box_pack:hover {
  color:#ff5e00 ;
    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;
}
.content_get_society_packages input[type="radio"]:checked + label {
  background: #ff5e00;
  color: hsla(215, 0%, 100%, 1);
  box-shadow: 0px 0px 20px #ff5e00;
  border: 1px dashed #fff;
}
.content_get_society_packages input[type="radio"]:checked + label::after {
  color: #ff5e00;
  font-family: Font Awesome\5 Pro;
  content: "\f00c";
  font-size: 27px;
  position: absolute;
  left: 22px;
  top: -20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.content_get_society_packages input[type="radio"]:checked + label ul.content_list li::before{
  color: #fff;
}
.box_pack.other input {
  font-size: 27px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  color: #fff;
  padding-right: 0;
  border-radius: 0px;
  font-weight: bold;
}
.content_get_society_packages .box_pack.other input::placeholder {
  color:white;
  opacity: 1; /* Firefox */
}
.content_get_society_packages .box_pack.other input::-ms-input-placeholder { /* Edge 12 -18 */
  color:white;
}
.unit {
  font-size: 13px;
  line-height: 0px;
}

/* loader  */

.wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
}
.counter {
    color: #fff;
    font-size: 55px;
    width: 120px;
    text-align: center;
    border-radius: 100%;
    line-height: 87px;
    background: #023857;
    border-radius: 100px;
}
#bar{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#barconfirm{
  width: 1%;
  padding: 4px 0px;
  background-color: #04707f;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.logo_loading {
  position: absolute;
  bottom: 50%;
  right: 50%;
  display: flex;
  transform: translate(50%, 50%);
  align-items: center;
}
.box_logo {
  width: 180px;
  border-radius: 100px;
  /* background-color: #fff; */
  text-align: left;
  /* padding: 20px; */
}
.subfooter .logo{
  width: 300px;
  margin-bottom: 48px;
}
#gt_float_wrapper{position: absolute!important;top: 0!important;right: 0!important;}
.gt_float_switcher{font-size: 12px!important;box-shadow: unset!important;margin-left: 1px!important;border-radius: unset!important;}
.gt_float_switcher img {width: 23px!important;border-radius: unset!important;}
.gt_float_switcher{display: block!important;}
.gt_float_switcher .gt-selected .gt-current-lang{padding: 6px 15px!important;}
.gt_float_switcher .gt-selected{background-color: #d3d3d3!important;}
.gt_float_switcher{background: #e7e7e7!important;}

.accordion ul.content_list li{
   border: 0!important;
   line-height: 16px!important;
    margin-bottom: 16px!important;
}
.accordion ul.content_list li::before{
  left: -30px;
  font-size: 17px;
}
.logo_afera {
  width: 140px;
  margin: -94px auto 35px auto;
}
.extra{display: none!important;}
ul.listgroupement{
  padding: 0;
  margin: 0;
}
ul.listgroupement li.grp {
    background: #04707f;
    padding: 9px 14px;
      transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.listgroupement li.grp a {
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.listgroupement li.grp:hover{
    background: #f48e13;
}
ul.listgroupement li.grp a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #f48e13;
  border-radius: 100px;
  transform: rotate(-45deg);
        transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.listgroupement li.grp:hover a i{
    transform: rotate(0deg);
}
ul.listgroupement li {
  padding: 2px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #04707f;
  border-radius: 100px;
  margin-top: 20px;
}
.boxzone{
  color: #f48e13;
  font-size: 36px;
}
.img_elmnt_1{
  width: 1180px;
  position: absolute;
  right: -470px;
}
.img_elmnt_2 {
    position: absolute;
    top: -174px;
    width: 1378px;
    left: -330px;
    z-index: 0;
}
.word {
  display: inline-block;
  margin-right: 5px;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
}
.reveal-group > * {
  opacity: 0;
  transform: translateY(30px);
}
.box_interet {
  padding: 40px 210px 40px 40px;
  background: #04707f;
  border-radius: 10px;
  height: 100%;
  line-height: 17px;
  color: #fff;
}
.float_elmnt {
  position: absolute;
  width: 410px;
  right: 0;
  bottom: 100px;
  z-index: 0;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  animation: MoveUpDown 4s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.video-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease;
  opacity: 1;
}
video.fade-out {
    opacity: 0;
}
.play-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
/* bouton */
.circle {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  /* margin: 20px; */
  transition: 0.3s;
  cursor: pointer;
}
.circle:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.play-icon {
  color: #f48e13;
  font-size: 20px;
  transition: 0.3s;
}
.circle:hover .play-icon {
  transform: scale(1.1);
  transition: 2s;
}
/* texte circulaire */
.text-circle {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 200px;
  height: 200px;
  animation: rotate 10s linear infinite;
}
.text-circle text {
  font-size: 22px;
  letter-spacing: 6px;
  fill: #fff;
}

/*-- PP cursor --*/

.pp-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  contain: layout style size;
  pointer-events: none;
  transition: opacity .3s, color .4s
}

.pp-cursor:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 40px;
  height: 40px;
  transform: scale(.7);
  border: 0px solid #f48e13;
  background-color: #f48e13;
  border-radius: 50%;
  transition: transform ease-in-out .4s, opacity ease-in-out .4s, background-color ease-in-out .4s, border ease-in-out .4s
}

.pp-cursor.-inverse {
  color: #e8e8e8
}

@supports (mix-blend-mode: exclusion) {
  .pp-cursor.-exclusion {
      mix-blend-mode: exclusion
  }
  .pp-cursor.-exclusion:before {
      background: #e8e8e8
  }
}

.pp-cursor.-active:before {
  transform: scale(.6);
  transition-duration: .15s
}

.pp-cursor.-pointer:before {
  opacity: 0;
  transform: scale(.4)
}

.pp-cursor.-social:before {
  opacity: 1;
  border-color: #fff;
  transform: scale(.7)
}

.pp-cursor.-btn-white:before {
  opacity: 0;
  background-color: #fff;
  border-color: transparent;
  transform: scale(.95)
}

.pp-cursor.-btn-black:before {
  opacity: 0;
  background: #171717;
  border-color: transparent;
  transform: scale(.95)
}

.pp-cursor.-btn-blue:before {
  opacity: 0;
  border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .15);
  transform: scale(.9)
}

.pp-cursor.-text:before {
  opacity: .85;
  transform: scale(1.7)
}

.pp-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: .2s
}

.pp-cursor.-icon:before {
  transform: scale(1.5)
}

.pp-cursor.-icon.-active:before {
  transform: scale(1.4)
}

.pp-cursor.-hidden:before {
  transform: scale(0)
}

.pp-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity .4s, transform .3s
}

.pp-cursor.-icon .pp-cursor-text,
.pp-cursor.-text .pp-cursor-text {
  opacity: 1;
  transform: scale(1)
}

.pp-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px
}

.pp-cursor-media img,
.pp-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%
}

@supports ((-o-object-fit: cover) or (object-fit:cover)) {
  .pp-cursor-media img,
  .pp-cursor-media video {
      position: static;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      transform: translateZ(0)
  }
}

.pp-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform .35s, opacity .2s .2s
}

.pp-cursor.-media .pp-cursor-media-box {
  opacity: 1;
  transform: scale(.696);
  transition-duration: .4s, .4s;
  transition-delay: 0s, 0s
}

/* --- POPUP --- */
.video_modal_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 2000;
  padding: 20px;
  box-sizing: border-box;
}

.video_modal_content {
  position: relative;
  background: #000;
  border-radius: 10px;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;*/
}

.video_modal_content video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* ✅ Ajuste au mieux dans l’espace disponible */
  border-radius: 10px;
  max-height: 90vh;   /* ✅ Empêche de dépasser l’écran */
}

.video_modal_close {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 1;
}

/* animation */
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  z-index: 10;
}
.btn_player {
    background: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    font-size: 20px;
    display: flex;
    cursor: pointer;
    border-radius: 100px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.btn_player:hover {
    background: rgba(255,255,255,0.2);
}
.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 8;
  color: #f1f1f1;
}
.shape>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
.subfooter .social-icon li {
    display: inline-block;
    margin-right: 50px;
}
.subfooter .social-icon li a {
    font-size: 18px;
    color: #04707f;
      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;
}
.subfooter .social-icon li:hover a {
  color:#f48e13 ;
  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;
}
.subfooter .social-icon li:last-child {
    margin-right: 0;
}
/*-----responsive site style-----*/
@media (max-width: 575.98px) {
  .menu-button{display: block;}
  header .nav{display: none;}
  header .logo {width: 153px;}
  .preloader .inner figure img { height: 40px;}
  .leading_text {font-size: 15pt;line-height: 20px;}
  ul.countdown li span {font-size: 40px;}
  #section10{display: none;}
  .mil-banner .mil-banner-slideshow{display: none;}
  .icon_z{text-align: center;margin-bottom: 10px;}
  .icon_z i{margin: 0;}
  .num_inner {line-height: 6px;text-align: center;text-align: center;justify-content: center;align-items: center;margin-bottom: 50px;}
  .box_elmt_extra::after{content: unset;}
  .box_elmt_extra{ padding: 40px;margin-bottom: 0;}
  .box_team{height: 500px;}
  .schedule .nav{justify-content: space-evenly;    margin-top: 50px;}
  ul.menu_link{margin-bottom: 40px;}
  footer .leading_text {font-size: 15pt;line-height: 20px;}
  footer ul.countdown li span {font-size: 40px;}
  .box_footer{margin-bottom: 50px;}
  .copyright {text-align: center;}
  .box_map{margin-bottom: 0px;}
  .img_news {height: 250px;}
  .box_testimoni{padding: 30px 30px 30px 102px;}
  .top_title{text-align: center;}
  .position_btn{text-align: center;}
  .list_speakers .box_team_img {height: 400px}
  .top_title::after {content:unset;}
  .logo_fer{display: none;}
  .logo_fer_2{display: block;    width: 69px;}
  .num_inner .name_stat{margin-top: 9px;}
  .card-media {padding-top: 30px;padding-bottom: 30px;align-items: center;justify-content: space-around;}
  .card-media .col-name {width: 100%;max-width: 100%;}
  .card-media-icon {display: block;width: 20px;margin-bottom: 13px;}
  .card-media-title {margin-bottom: 19px;display: block;}
  .card-media .col {display: contents;}
  .btn_subscribe span{display: none;}
  header{height: 80px;padding: 8px 0;}
  .boxzone{margin-top: 30px;}
  .top_title span{margin-bottom: 20px;padding-left: 0px; text-align: left;}
  .img_elmnt_2{display: none;}
  .inner_zone{padding: 50px 0px;}
  .float_elmnt{display: none;}
  .innofeed_box_ico_zone i{font-size: 120px;}
  .innofeed_box{height: 230px;}
  .form_contact{margin-top: 30px;}
  .extra{display: block!important}
  header::after{display: none;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .menu-button{display: block;}
  header .nav{display: none;}
  header .logo {width: 153px;}
  .preloader .inner figure img { height: 40px;}
  .leading_text {font-size: 15pt;line-height: 20px;}
  ul.countdown li span {font-size: 40px;}
  #section10{display: none;}
  .mil-banner .mil-banner-slideshow{display: none;}
  .icon_z{text-align: center;margin-bottom: 10px;}
  .icon_z i{margin: 0;}
  .num_inner {line-height: 6px;text-align: center;text-align: center;justify-content: center;align-items: center;margin-bottom: 50px;}
  .box_elmt_extra::after{content: unset;}
  .box_elmt_extra{ padding: 40px;margin-bottom: 0;}
  .box_team{height: 500px;}
  .schedule .nav{justify-content: space-evenly;    margin-top: 50px;}
  ul.menu_link{margin-bottom: 40px;}
  footer .leading_text {font-size: 15pt;line-height: 20px;}
  footer ul.countdown li span {font-size: 40px;}
  .box_footer{margin-bottom: 50px;}
  .copyright {text-align: center;}
  .box_map{margin-bottom: 0px;}
  .img_news {height: 250px;}
  .box_testimoni{padding: 30px 30px 30px 102px;}
  .top_title{text-align: center;}
  .position_btn{text-align: center;}
  .list_speakers .box_team_img {height: 400px}
  .top_title::after {content:unset;}
  .logo_fer{display: none;}
  .logo_fer_2{display: block;    width: 69px;}
  .num_inner .name_stat{margin-top: 9px;}
  .card-media {padding-top: 30px;padding-bottom: 30px;align-items: center;justify-content: space-around;}
  .card-media .col-name {width: 100%;max-width: 100%;}
  .card-media-icon {display: block;width: 20px;margin-bottom: 13px;}
  .card-media-title {margin-bottom: 19px;display: block;}
  .card-media .col {display: contents;}
  header{height: 80px;padding: 8px 0;}
  .boxzone{margin-top: 30px;}
  .top_title span{margin-bottom: 20px;padding-left: 0px; text-align: left;}
  .img_elmnt_2{display: none;}
  .inner_zone{padding: 50px 0px;}
  .float_elmnt{display: none;}
  .innofeed_box_ico_zone i{font-size: 120px;}
  .innofeed_box{height: 230px;}
  .form_contact{margin-top: 30px;}
  .extra{display: block!important}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-button{display: block;}
  header .nav{display: none;}
  header .logo {width: 153px;}
  .preloader .inner figure img { height: 40px;}
  .leading_text {font-size: 15pt;line-height: 20px;}
  ul.countdown li span {font-size: 40px;}
  #section10{display: none;}
  .mil-banner .mil-banner-slideshow{display: none;}
  .icon_z{text-align: center;margin-bottom: 10px;}
  .icon_z i{margin: 0;}
  .num_inner {line-height: 6px;text-align: center;text-align: center;justify-content: center;align-items: center;margin-bottom: 50px;}
  .box_elmt_extra::after{content: unset;}
  .box_elmt_extra{ padding: 40px;margin-bottom: 0;}
  .box_team{height: 500px;}
  .schedule .nav{justify-content: space-evenly;    margin-top: 50px;}
  ul.menu_link{margin-bottom: 40px;}
  footer .leading_text {font-size: 15pt;line-height: 20px;}
  footer ul.countdown li span {font-size: 40px;}
  .box_footer{margin-bottom: 50px;}
  .copyright {text-align: center;}
  .box_map{margin-bottom: 0px;}
  .img_news {height: 250px;}
  .box_testimoni{padding: 30px 30px 30px 102px;}
  .top_title{text-align: center;}
  .position_btn{text-align: center;}
  .list_speakers .box_team_img {height: 400px}
  .top_title::after {content:unset;}
  .logo_fer{display: none;}
  .logo_fer_2{display: block;    width: 69px;}
  .num_inner .name_stat{margin-top: 9px;}
  .card-media {padding-top: 30px;padding-bottom: 30px;align-items: center;justify-content: space-around;}
  .card-media .col-name {width: 100%;max-width: 100%;}
  .card-media-icon {display: block;width: 20px;margin-bottom: 13px;}
  .card-media-title {margin-bottom: 19px;display: block;}
  .card-media .col {display: contents;}
  header{height: 80px;padding: 8px 0;}
  .boxzone{margin-top: 30px;}
  .top_title span{margin-bottom: 20px;padding-left: 0px; text-align: left;}
  .img_elmnt_2{display: none;}
  .inner_zone{padding: 50px 0px;}
  .float_elmnt{display: none;}
  .innofeed_box_ico_zone i{font-size: 120px;}
  .innofeed_box{height: 230px;}
  .form_contact{margin-top: 30px;}
  .extra{display: block!important}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .img_elmnt_1{width: 1320px;right: -820px;bottom: 0;}
  .img_elmnt_2{width: 1818px;left: -780px;}
  .menu-button{display: none;}
  #about .col-lg-12 .d-lg-flex{display: flex;flex-direction: column;}
}
@media (min-width: 1200px)  {

}

/* ============================================================
   CORRECTIF LOADER — masquage définitif après animation GSAP
   ============================================================
   Le loader (.wrapper) est animé en JS via top: -100% (custom.js).
   Sur mobile, la barre URL du navigateur qui se rétracte au scroll
   révèle une fine bande blanche restante (le wrapper est calculé
   en pixels au démarrage de l'animation, pas après recalcul viewport).
   Force un masquage total après la fin de la timeline GSAP (~5.5s).
   ============================================================ */
.wrapper {
  animation: mbc-loader-hide 0s linear 6s forwards;
}
@keyframes mbc-loader-hide {
  to {
    visibility: hidden;
    pointer-events: none;
  }
}

/* ============================================================
   CORRECTIFS RESPONSIVES — MBC 2026 (post-livraison intégrateur)
   ============================================================
   Problèmes corrigés :
   1. .subleading_text n'avait aucune règle CSS (taille par défaut H1 = énorme).
   2. .mil_elmt (texte hero) passait sous le header fixed à cause du
      centrage vertical absolu (top: 50%; transform: translate(-50%,-50%)).
   3. Sur mobile, le bouton "Participer" du header écrase le hamburger
      (.menu-button dans .extra) parce qu'il prend toute la largeur.
   4. .mil-banner height:100vh + overflow:hidden tronquait le contenu sur
      mobile où le contenu devient plus haut que la viewport.
   ============================================================ */

/* 1. Taille du sous-titre hero, manquante par défaut.
   Scopé à .mil-banner car .subleading_text est aussi utilisé en <p> dans le footer. */
.mil-banner .subleading_text {
  font-size: 42pt;
  line-height: 1.1;
  font-weight: 700;
}

/* 2. Desktop : décale le centre vertical pour clear le header fixed */
@media (min-width: 992px) {
  .mil-banner .mil_elmt {
    top: calc(50% + 50px);
  }
}

/* 3. Tablette + mobile : restructure la hero en flex centré, libère le hamburger */
@media (max-width: 991.98px) {
  .mil-banner {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 110px 16px 40px;
  }
  .mil-banner .mil_elmt {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 100%;
    line-height: 1.2;
  }
  /* La vidéo de fond gourmande en data : on la masque, l'overlay garde le gradient */
  .mil-banner .video-wrapper {
    display: none;
  }
  /* Overlay : positionnement par insets pour remplir même quand .mil-banner
     est en height: auto (sinon height:100% se résout à 0 en absolu). */
  .mil-banner .overlay {
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  /* Bouton "Participer" du header en mode compact sur mobile (texte seul, sans icône)
     pour cohabiter avec le hamburger sans l'écraser. */
  header .groupbtn {
    flex-shrink: 0;
  }
  header .groupbtn .btn_subscribe {
    padding: 8px 16px;
    gap: 0;
    font-size: 13px;
  }
  header .groupbtn .btn_subscribe i {
    display: none;
  }
  .mil-banner .subleading_text {
    font-size: 22pt;
    line-height: 1.15;
  }
  .mil-banner h5 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

/* 4. Très petits écrans : densités encore réduites */
@media (max-width: 575.98px) {
  .mil-banner {
    padding: 100px 14px 36px;
  }
  .mil-banner h5 {
    font-size: 13px;
  }
  .mil-banner .subleading_text {
    font-size: 18pt;
    line-height: 1.15;
  }
}

