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

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color:#4c4c4c
}
strong{
  font-weight: 500;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}
a {
  text-shadow: none !important;
  color: #f18009;
  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:12px !important;
}
.normal-text{
	font-size:13px !important;
}
.large-text{
	font-size:15px !important;
}

/* BG colors */
.bg_site_dark_blue{
  background-color: #043d72!important;
}
.bg_site_orange{
  background-color: #f18009!important;
}
.bg_site_green{
  background-color: #228d5b!important;
}

/* Font Colors */
.text-site-orange {
  color: #f18009 !important;
}
.text-site-green {
  color: #228d5b !important;
}
.text-site-blue {
  color: #043d72 !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: 10px 0 10px 0;
  border-top: 1px solid #ccc;
}

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


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

#site {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.phrases_forte {
  position: relative;
  overflow: hidden;
}
.phrases_forte .inner_main{
  z-index: 0;
  overflow: hidden;
}
.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%);
}

.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.nav ul.menu {
  list-style: none;
  margin-top: 0px;
  padding: 0 0 0 0px;
  /*position: relative;*/
  z-index: 4;
  margin-bottom: 0;
}
.nav ul.menu > li {
  margin: 0px 16px 0px 0;
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 0;
}
.nav ul.menu li{
  position: relative;
}
.nav ul.menu > li > a {
  color: #000;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0px;
  background: #ddd;
  border-radius: 100px;
  padding: 10px 20px;
}
.nav ul.menu > li:hover > a{
  color: #fff!important;
  background: #f18009;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 1000;
  padding: 15px 15px 30px 15px;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all .2s ease;
  /*border-radius: 6px;*/
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
}
.nav ul.menu>li.mega .sub_menu {
  /*white-space: nowrap;*/
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 53px;
  margin-top: 20px;
  width: calc(100vw - 10vw);
  /*-webkit-transform-origin: 50% -50px;
  -ms-transform-origin: 50% -50px;
  transform-origin: 50% -50px;*/
  padding: 0;
  min-height: 300px;
  border-radius: 16px;
  overflow: hidden;
}
.nav ul.menu > li.mega .sub_menu li > a {
  font-size: 14px;
  line-height: 24px;
}
.nav ul.menu li.mega{
  position: unset;
}
.nav ul.menu li.mega > ul.sub_menu li {
  position: relative;
  display: block;
  padding: 0;
}
.nav ul.menu li > ul.sub_menu  li {
  padding:0;
}
.nav ul.menu li ul.sub_menu > li:last-child{
  border: 0;
  padding-bottom: 0;
}
.nav ul.menu li ul.sub_menu li > a {
  display: block;
  padding: 0px 20px;
  clear: both;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #043d72 ;
  transition: all 0.3s;
}
.nav ul.menu li ul.sub_menu li > a:hover {
  color: #f18009 !important;
}
.nav ul.menu li.mega > ul.sub_menu li:hover::after{
  color: #043d72;
}

.nav ul.menu li:hover > ul, .nav ul li.hovered > ul {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.nav ul.menu > li:last-child{
  margin: 0px 0px 0px 0;
}
.nav ul.menu > li:last-child > .sub_menu{
  left: unset;
  right: 0;
}
.nav ul.menu > li.active >  a{
  color: #fff !important;
  background: #f18009;
}
.megamenu-head {
  padding: 10px 20px!important;
  white-space: nowrap;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #043d72 !important;
}
.nav ul.menu li > ul.sub_menu li::after{
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
  color:#f18009;
}
.nav ul.menu li.mega > ul.sub_menu li::after{
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
  color:#f18009;
}
.mega .sub_menu{
  position: relative;
}
.mega .sub_menu .left_zone{
  width: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background: #e4e4e4;
  align-items: center;
}
.mega .sub_menu .right_zone{
  padding-left: 300px;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.social-icons {
  font-size: 0;
}
.social-icons ul{
  padding: 0;
  margin: 0 0 0 20px;
}
.social-icons li {display: inline-block;/* margin: 5px 5px 0 0; */vertical-align: top;position: relative;}
.social-icons li:after {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  content: "";
  opacity: 0;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
  transition: transform .3s ease, background-color .35s, opacity .25s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.social-icons li:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
div.social-icons li a {
  width: 36px;
  height: 36px;
  display:inline-block;
}
div.social-icons li:after {position: absolute;display: block;width: 36px;height: 36px;content: "";opacity: 0;text-align: center;top: 0;left: 0;z-index: 0;-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;transition: transform .3s ease, background-color .35s, opacity .25s ease;-webkit-transform: scale(0);transform: scale(0);-webkit-border-radius: 50%;border-radius: 50%;}
div.social-icons li:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
div.social-icons li.twitter:hover:after     { background-color: #47c0d8 }
div.social-icons li.facebook:hover:after    { background-color: #49699f; }
div.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
div.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
div.social-icons li.rss:hover:after         { background-color: #fe9900; }
div.social-icons li.flickr:hover:after      { background-color: #e82c88; }
div.social-icons li.youtube:hover:after     { background-color: #b72d24; }
div.social-icons li.instagram:hover:after{
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons li a:hover { border-color: transparent; }
.circle-icons li a {display: block;width: 45px;height: 45px;border: 3px solid transparent;font: 0/0 a;cursor: pointer;text-align: center;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all .25s ease;transition: all .25s ease;}
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.facebook:hover:after    { background-color: #49699f; }
ul.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
ul.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
ul.social-icons li.rss:hover:after         { background-color: #fe9900; }
ul.social-icons li.gplus:hover:after       { background-color: #c33d19; }
ul.social-icons li.flickr:hover:after      { background-color: #e82c88; }
ul.social-icons li.instagram:hover:after   { background-color: #517fa3; }
ul.social-icons li.dropbox:hover:after     { background-color: #5da3e8; }
ul.social-icons li.youtube:hover:after     { background-color: #b72d24; }
ul.social-icons li.blogger:hover:after     { background-color: #f38f33; }
ul.social-icons li.evernote:hover:after    { background-color: #73b122; }
ul.social-icons li.dribbble:hover:after    { background-color: #e65992; }
ul.social-icons li.behance:hover:after     { background-color: #18a3fe; }
ul.social-icons li.lastfm:hover:after      { background-color: #be0607; }
ul.social-icons li.skype:hover:after       { background-color: #24b0e4; }
ul.social-icons li.vimeo:hover:after       { background-color: #568799; }
ul.social-icons li.forrst:hover:after      { background-color: #628267; }
ul.social-icons li.digg:hover:after        { background-color: #2882c6; }
ul.social-icons li.appstore:hover:after    { background-color: #606060; }
ul.social-icons li.wordpress:hover:after   { background-color: #33759d; }
ul.social-icons li.stumbleupon:hover:after { background-color: #eb4924; }
ul.social-icons li.deviantart:hover:after  { background-color: #5f7162; }
ul.social-icons li.github:hover:after      { background-color: #7292a2; }
ul.social-icons li.mail:hover:after        { background-color: #65a413; }
.social-icons i {position: relative;font-weight: bold;font-size: 20px;z-index: 3;-webkit-transition: color .35s ease-out;transition: color .35s ease-out;}
.social-icons li i {display: block;line-height: 43px;color: #f18009;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 30px;}
.social-icons a:hover i { color: #fff; }
.quote a {
  padding: 12px 15px;
  border: 2px solid #f18009;
  border-radius: 100Px;
  color: #fff;
  background: #f18009;
  font-weight: bold;
  text-wrap: nowrap;
}
.quote a:hover{
  background: #fff;
  color: #f18009;
  border: 2px solid #f18009;
}
.inner_zone{
  padding: 80px 0;
}
footer{
  background: #fff;
  background-size: contain;
  position: relative;
  z-index: 8;
}
footer .logo {
  width: 220px;
  margin: 0 auto;
  text-align: center;
}
ul.info_contact {
  display: flex;
}
ul.info_contact li i{
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 20px;
  margin-right: 14px;
}
ul.info_contact li {
  margin-right: 20px;
  color: #f18009;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 46px;
  font-weight: 600;
}
ul.info_contact li span {
  color: #fff;
  font-size: 10px;
  line-height: 0px;
}
ul.info_contact li:last-child{
  margin-right: 0;
}

footer .social-icons {
  text-align: right;
}
footer .social-icons ul {
  padding: 0;
  margin: 0;
}
.footer_link li a{
  font-size: 12px;
  color: #fff;
}
.footer_link li {
  position: relative;
  padding-left: 22px;
}
.footer_link li::after{
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 2px;
  font-size: 10px;
  content: '\f105';
  color: #f18009;
}
.copyright {
  text-align: left;
}
.propulse {
  text-align: right;
}
.newsletter form {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  position: relative;
}
.newsletter form input {
  font-size: 15px;
  height: 60px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #f18009;
  background-color: transparent;
  padding-left: 0;
  color: #ffffff;
  font-weight: 400;
  padding-right: 65px;
  border-radius: 0px;
}
.newsletter form button {
  position: absolute;
  top: 0px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #fff;
  width: 60px;
  height: 60px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  right: 0;
  border-radius: 25px 25px 0;
}
*::-webkit-input-placeholder {
  color: #fff;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
  opacity: 1;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
*::placeholder {
  /* modern browser */
  color: #fff;
}
/* Back To Top */
.back-to-top {
  background: #f18009;
  border-radius: 19px 19px 0 0;
}
.back-to-top {
  position: fixed;
  bottom: -6px;
  right: 50%;
  transform: translate(50%);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 59;
}
.back-to-top:hover, .back-to-top.auto {
  color: transparent;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}
.back-to-top:hover:before, .back-to-top.auto:before {
  animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:hover:after, .back-to-top.auto:after {
  animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  background:#fff;
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.back-to-top:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  color: #fff;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  transform: translateY(50px) rotateZ(45deg);
}

.title_zone{
  font-size: 16px;
  line-height: 24px;
}
.article_link {
  inset: 0px;
  position: absolute;
  z-index: 4;
}

.option_btn_menu {
  position: fixed;
  right: 14px;
  bottom: 0;
  border-radius: 0px;
  width: 90px;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  -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);
}
.option_btn_menu i {
  font-size: 24px;
  color: #fff;
  line-height: 53px;
}
.menu_wrapper_tchat {
  position: fixed;
  width: 300px;
  height: auto;
  border-radius: 33px;
  font-weight: 500;
  background: #303030;
  overflow: hidden;
  right: 47px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
  z-index: 8;
  -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: 40px;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  transform-origin: right bottom;
  padding: 20px;
}
.menu_shown_option .menu_wrapper_tchat {
  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_tchat .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.menu_wrapper_tchat .inner {
  padding: 40px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
ul.menu_nav_info_c li{
  display: block;
  font-weight: bold;
}
ul.menu_nav_info_c li i{
  margin-right: 15px;
  font-size: 12px;
  color:#f18009
}
.close_zone {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
}
ul.menu_nav_tchat {
  padding: 0 0 0 0;
  margin: 0;
}
ul.menu_nav_tchat li {
  display: block;
}
ul.menu_nav_tchat li:last-child{
  margin-bottom: 0px;
  border-bottom: 0;
}
ul.menu_nav_tchat li:last-child a{
  margin-bottom: 0px;
  border-bottom: 0;
}
ul.menu_nav_tchat li a {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  line-height: initial;
  position: relative;
  display: flex;
  align-items: flex-start;
  transition: box-shadow 0.3s ease-in-out;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
ul.menu_nav_tchat li a i {
  margin-right: 16px;
  font-size: 14px;
}
ul.menu_nav_tchat li a p {
  margin: 0;
}
.option_btn_menu span{
  line-height: 7px;
  display: block;
  font-size: 8px;
  width: 68px;
  position: absolute;
  bottom: 10px;
  z-index: 9999999999;
  font-weight: bold;
  color: #f18009;
  right: 50%;
  transform: translateX(50%);
  background: #ffff;
  padding: 4px 10px;
  border-radius: 100px;
}
.option_btn_menu:hover span{
  background: #f18009;
  color: #fff;
}
.menu_shown_option .option_btn_menu i {
  color: #f18009;
  transform: scale(.8);
}
.language li{
  display: inline;
}
.language li a {
  padding: 0 4px;
  font-weight: 800;
  font-size: 12px;
  color: #f18009;
}
.language li.active a{
  background: #043d73;
  color: #fff;
}
.phrases_forte h1{
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0px;
  line-height: 28px;
}
.phrases_forte {
  background: #043d72;
}
.phrases_forte h1 .phrases{
  color: #f18009;
  font-size: 20px;
  letter-spacing: 10px;
}
a.btn_typeC {
  color: #043d73;
  display: flex;
  text-align: left;
  font-size: 16px;
  line-height: 14px;
  height: 360px;
  transition: all ease 0.4s;
  justify-content: center;
  background: #ffffff;
  overflow: hidden;
  align-items: stretch;
  position: relative;
  font-weight: bold;
  border-radius: 15px;
  margin-bottom: 30px;
}
a.btn_typeC::after{
  content: "";
  background: #f18009;
  position: absolute;
  width: 0%;
  top: 0;
  left: -40px;
  height: 100%;
  transform: skewX(30deg);
  transition: all ease 0.4s;
}
a.btn_typeC:hover::after{
  content: "";
  width: 130%;
  top: 0;
  left: -40px;
  height: 100%;
  transform: skewX(30deg);
  transition: all ease 0.4s;
}
a.btn_typeC div.content_elmt{
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 26px 56px 26px 26px;
  background: #fff;
  height: 120px;
}
a.btn_typeC .img_news {
  height: 170px;
  margin: 20px;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 20%);
  z-index: 1;
  background-size: cover!important;
}
.shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 8;
  color: #fff;
}
.shape2 {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  z-index: 8;
  color: #ffffff;
}
.shape2>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
.shape>svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
a.btn_typeC span.num_ber {
  font-size: 70px;
  position: absolute;
  top: 180px;
  right: 28px;
  z-index: 2;
}
a.btn_typeC span{
  font-size: 10px;
  display: block;
  line-height: 27px;
  transition: all ease 0.4s;
}
a.btn_typeC i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 17px;
  background: #f18009;
  height: 30px;
  border-radius: 100px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  transition: all ease 0.4s;
  color: #ffffff;
}
.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(255, 116, 24, 0.7);
  border-radius: 50%;
  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);}}
.news .box {
  margin-bottom: 30px;
  position: relative;
  transition: all ease 0.4s;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 25px;
  min-height: 507px;
}
.news .box:hover .img_news{
  background-size: 110%!important;
  transition: all ease 0.4s;
}
.news .box p{
  line-height: 20px;
  font-size: 13px;
  /* text-align: justify; */
  color: #a5a5a5;
}
.img_news {
  width: 100%;
  height: 130px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  transition: all .5s ease;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
}
.info_news {
  padding: 8px 0px;
  transition: all .5s ease;
  /* background: #fff; */
  border-radius: 20px;
  z-index: 1;
  /* position: absolute; */
  bottom: 0;
  /* border: 1px solid #f18009; */
}
.info_news h6 a {
  color: #333;
  margin-top: 0;
  line-height: 19px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.box_video a .info_news h6  {
  color: #333;
  margin-top: 0;
  line-height: 19px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

#actu_slider.owl-carousel .owl-stage {
  padding:0px;
}
.box_media {
  padding: 20px;
  border-radius: 22px;
  position: relative;
  z-index: 1;
  height: 201px;
  background: #fff2dd;
  border: 1px solid #f18009;
}
.box_media ul li:last-child a{
  margin-bottom: 0px;
}
.box_media ul li a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  position: relative;
  margin-bottom: 20px;
  padding: 18px 17px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s ease-in-out;
  background: #105493;
  border-radius: 18px;
}
.box_media ul li i {
  font-size: 25px;
  margin-right: 10px;
  border-radius: 6px;
}
.box_media ul li a p {
  margin: 0;
}
.box_media ul li a:hover{
  background: #fff;
  color: #105493;
  border: 1px solid transparent;
  box-shadow: -20px 20px 10px rgb(2 45 98 / 10%);
  transition: box-shadow 0.3s ease-in-out;
}
.date_news {
  color: #f18009;
  font-size: 10px;
  position: relative;
  margin-top: 16px;
}
.data_tag a {
  font-weight: bold;
  color: #043e74;
  font-size: 10px;
  position: relative;
  margin-top: 16px;
  display: block;
  margin-left: 11px;
}
a.news_link i {
  font-size: 17px;
  background: #fff;
  height: 20px;
  border-radius: 7px;
  width: 20px;
  text-align: center;
  line-height: 16px;
  color: #f18009;
  border: 2px solid #f18009;
}
#actu_slider a.news_link i {
  height: 24px;
  width: 24px;
  line-height: 19px;
}
.section-title.left .sub-heading {
  padding: 0 45px 0 0;
  margin-right: auto;
}
.section-title .sub-heading {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #f18009;
}
.section-title.left .sub-heading::after {
  right: 0;
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #f18009;
  top: 50%;
}
.box_agenda {
  background:#043d73 ;
  border-radius: 10px;
  padding: 20px;
}
.box_agenda ul li{
  display: block;
  border-bottom: 1px solid #064783;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.box_agenda ul li:last-child{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.box_agenda ul li a{
  color: #fff;
}
.box_agenda .date {
  font-size: 20px;
  font-weight: 600;
}
.box_agenda .date span{
  font-size: 10px;
  margin-right: 10px;
}
.photo-item .itembox_vid, .video-item .itembox_vid {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.photo-item .itembox_vid a, .video-item .itembox_vid a {
  text-decoration: none;
  display: block;
  transition: all .3s ease;
  color: #4C4C4C;
}
.photo-item .itembox_vid .photo-thumb, .video-item .itembox_vid .video-thumb {
  width: calc(50% - 10px);
  height: 140px;
  margin-right: 20px;
  float: left;
  position: relative;
  background-size: 100% !important;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 21%) 0px 0px 5px 0px;
  overflow: hidden;
  transition: all .3s ease;
}
.photo-item:hover .photo-thumb, .video-item :hover .video-thumb{
  background-size: 110%!important;
  transition: all .3s ease;
}
.photo-thumb .cover, .video-thumb .cover {
  position: absolute;
  width: 100%;
  height: 100%;

}
.photo-thumb .cover i, .video-thumb .cover i {
  position: absolute;
  font-size: 20px;
  color: #fff;
  right: 10%;
  bottom: 15%;
}
.photo-info, .video-info {
  padding: 10px;
  line-height: 14px;
}
.post-date {
  font-size: 10px;
  margin-top: 0px;
  display: block;
  font-weight: normal;
}
.photo-info h6, .video-info h6{
  color: #333;
  margin-top: 10px;
  line-height: 19px;
  font-weight: 600;
}
.img_special {
  max-width: unset;
  width: fit-content;
  border-radius: 15px 0 0 15px;
  height: 400px;
}
.zone_text{
  position: absolute;
  padding: 46px;
  width: 440px;
}
.zone_text img{
  position: absolute;
  top: 60px;
  width: 310px;
  right: -140px;
}
.product {
  background: #f1f1f1;
  padding-bottom: 100px;
}
.product .simple_link {
  color: #fff;
  background: #043e74;
}
.simple_link.full{
  color: #fff;
  background: #f18009;
}
.simple_link {
  font-weight: 600;
  color: #f18009;
  display: inline-block;
  background: #fff;
  padding: 7px 18px;
  border-radius: 100px;
  transition: all ease 0.4s;
  border: transparent;
}
.simple_link:hover{
  color: #fff;
  background: #000;
}
.num_inner span {
  font-size: 26px;
  color: #043e74;
  line-height: 31px;
  font-weight: bold;
  display: block;
}
.num_inner .more{
  display: flex;
}
.stat_elmt {
  display: flex;
  align-items: center;
}
.stat_elmt img {
  margin-right: 15px;
  width: 60px;
}
a.btn_typeC:hover{
  color: #f18009;
  background:#043d73;
  transition: all ease 0.4s;
}
a.btn_typeC:hover i {
  background: #043d73;
  color: #fff;
  transition: all ease 0.4s;
  right: 19px;
}
#member_slider .item{
  background: #fff;
  height: 100px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
}
#member_slider .item img{
  width: 100px;
}

.section-title.center .sub-heading {
  padding: 0 45px;
}
.section-title.center .sub-heading {
  margin-left: auto;
  margin-right: auto;
}
.section-title.center .sub-heading::before {
  left: 0;
}
.section-title.center .sub-heading::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #f18009;
  top: 50%;
}
.section-title.center .sub-heading::after {
  right: 0;
}
.num_inner{
  display: flex;
  flex-direction: column;
}
.box_product {
  background: #fff;
  height: 130px;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  text-align: center;
  border: 2px solid #fff;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
  background-size: 100%!important;
  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;
}
.box_product::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 53%);
  top: 0;
  left: 0;
  z-index: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.box_product:hover::after{
  background: rgb(0 0 0 / 0%);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.box_product:hover {
  border: 2px solid #f18009;
  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;
  box-shadow: -14px 20px 12px rgb(0 0 0 / 13%);

}
.box_product:hover span.ico{
  transform: scale(.5);
  transition: all ease 0.4s;
}
.box_product h6{
  color: #fff;
  z-index: 1;
  text-shadow: 1px 1px rgb(0 0 0 / 21%);
  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;
  transform: scale(1);
}
.box_product:hover h6{
  transform: scale(.5);
  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;
}


.box_product span.ico {
  width: 60px;
  display: block;
  margin: 0px auto 0 auto;
  transform: scale(1.0);
  transition: all ease 0.4s;
}
.box_product p{
  line-height: 16px;
}
.box_product a.news_link i {
  font-size: 14px;
  background: #043e74;
  color: #ffffff;
  border: none;
  transition: all ease 0.4s;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.box_product a.news_link{
  color: #043e74;
  font-weight: bold;
}
.box_product:hover a.news_link i{
  transition: all ease 0.4s;
  transform: scale(1.1);
}
.swiper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.more_effect{
  background: #f9f9f9;
  height: 140px;
  position: relative;
  padding: 40px 90px 40px 40px;
}
.more_content{
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
}
.more_content h4{
  position: absolute;
  bottom: 0;
  display: flex;
  font-size: 20px;
  align-items: center;
}
.more_content h6{
  position: absolute;
  top: 0;
  font-size: 12px;
}
.header_transition{
  padding: 20px 0;
  height: 150px;
  position: relative;
}
#menu_elmts{
  background: #043e74;
  padding: 20px;
  margin-top: -100px;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 17%);
  border-radius: 10px;
}
#menu_elmts .list_exp li a {
  padding: 13px 20px;
  border-bottom: 1px solid #0b508c;
  margin: 0;
}
#menu_elmts .list_exp li:last-child a {
  border: 0;
}
ul.list_exp li a {
  display: block;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px solid #ba9017;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.list_exp li a::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 16px;
  left: 2px;
  font-size: 10px;
  content: '\f105';
  color: #fff;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.career {
  padding: 20px;
  background: #043e74;
  margin-top: -133px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  margin-bottom: 30px;
}
#form_carriere label {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 7px;
}
#form_carriere .form-control {
  border: 0;
}
#career_form #form_carriere .form-control {
  border: 1px solid #ced4da;
}
#career_form #form_carriere label {
  color: #4C4C4C
}
.modal.gl .modal-body {
  padding: 0rem 3rem;
}
#career_form .modal-footer {
  background: #043d73;
  margin-top: 20px;
  text-align: center;
  justify-content: space-around;
  border-radius: 0;
  padding: 3rem;
  color: #f18009;
}
#career_form .modal-header {
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 3rem 3rem 1rem 3rem;
}
#career_form .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  border: none;
  background: #fff;
}
ul.option_carrer li {
  position: relative;
  padding-left: 22px;
}
ul.option_carrer li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 2px;
  font-size: 10px;
  content: '\f105';
  color: #f18009;
}
.box_career {
  padding: 20px;
  text-align: left;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 4%);
  height: 100%;
}
a.link_icon{
  color: #f18009;
}
a.link_icon:hover{
  color: #043f75;
}
a.link_icon i {
  background: #043f75;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  border-radius: 10px;
  line-height: 30px;
  box-shadow: 0px 3px 4px rgb(0 0 0 / 4%);
}
a.link_icon:hover i{
  background: #f18009;
  color: #043f75;
}

.form-group select, .form-group input {
  color: #495057;
  font-size: 13px!important;
  height: 57px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f18009;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.carreer_cv {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ced4da;
  overflow: hidden;
}
.carreer_cv .form-group input {
  color: #ffffff;
}
.reseller .form-group input {
  color: #4C4C4C;
  height: auto;
}
.reseller label{
  line-height: 15px;
}
.reseller {
  padding: 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ced4da;
  overflow: hidden;
}
.career .title{
  margin-bottom: 15px;
  padding-bottom: 25px;
  position: relative;
}
.career .title::after{
  content:"";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.overlay_bg {
  background:rgb(0 0 0 / 60%);
  /*background: linear-gradient(126deg, rgba(41,65,143,0.8) 33%, rgba(41,65,143,0) 100%);*/
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  -o-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  transition: all 0.2s;
}
.the-arrow {
  width: 64px;
  transition: all 0.2s;
  position: absolute;
  bottom: 0;
  right: -80px;
}
.the-arrow > .shaft {
  background-color: #fff;
  display: block;
  height: 3px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.more_content:hover a .the-arrow.-right > .shaft {
  width: 55px;
}
.the-arrow.-right > .shaft {
  width: 34px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}
.more_content::after{
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: rgb(255 255 255 / 100%);
  bottom: 0;
}
a:hover .overlay_bg{
  background: rgb(4 62 116 / 80%);
  transition: all 0.2s;
}
.slide_box_content {
  width: 700px;
  z-index: 3;
  top: 0;
  left: -220px;
  position: relative;
  height: 450px;
  background: rgb(4 40 74 / 11%);
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.content_slide {
  color: #fff;
  width: 54%;
  display: block;
  line-height: 25px;
  font-size: 24px;
  position: absolute;
  z-index: 4;
  margin-left: 280px;
  margin-top: 40px;
}
.content_slide span.title_content {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 25px;
  text-shadow: 0 0 8px rgb(0 0 0 / 38%);
}
.content_slide a.simple_link {
  font-size: 14px;
}
.content_slide p{
  font-size: 15px;
  line-height: 18px;
}
.box_video .img_news i{
  position: absolute;
  font-size: 50px;
  color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-shadow: 0px 0px 12px rgb(2 45 98 / 44%);
  transition: all .1s ease;
}
.box_video:hover .img_news i{
  font-size: 60px;
  transition: all .1s ease;
}
.more_content img{
  width: 50px;
  float: left;
  margin-right: 20px;
  margin-top: -6px;
}
.rapport{
  text-align: center;
}
.rapport img {
  width: 120px;
  margin: -33px auto 0 auto;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
}
.rapport a{
  display: block;
  margin-top: 14px;
  line-height: 13px;
}
.rapport a i {
  margin-top: 0;
  font-size: 16px;
  color: #f18009;
}
.rapport a{
  color: #04284a;
  font-weight: 600;
}
.cd-signin-modal {
  background: rgb(246 164 34 / 90%)!important;
}
.cd-signin-modal__label i {
  color: #04284a;
  position: absolute;
  z-index: 1;
  left: 2px;
  bottom: -53px;
  text-align: center;
  width: 40px;
  line-height: 49px;
  height: 51px;
  font-size: 17px;
}
.cd-signin-modal__label {
  font-size: 11px!important;
}
.cd-signin-modal__fieldset:last-child{
  margin-top: 20px!important;
}
.cd-signin-modal__hide-password {
  font-size: 12px!important;
  color: #ffffff!important;
}
.cd-signin-modal__input.cd-signin-modal__input--has-border {
  border: 0!important;
}
.booking_call_section {
  position: fixed;
  width: 500px;
  height: 100vh;
  background: #04284a;
  z-index: 99999;
  right: 0;
  top: 0;
  transform: translate(100%);
  transition: 100ms cubic-bezier(.25,.46,.45,.94);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1),-webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  overflow: hidden;
}
.open_book_menu .booking_call_section {
  display: block;
  opacity: 1;
  transform: translate(0%);
  transition: 100ms cubic-bezier(.25,.46,.45,.94);
  -webkit-transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1);
  transition: transform 100ms cubic-bezier(.19,1,.22,1),-webkit-transform 100ms cubic-bezier(.19,1,.22,1);
}
.booking_call_section .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.booking_call_section .inner {
  padding: 40px;
  /* display: table-cell; */
  /* vertical-align: middle; */
  box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.close_booking_call_section{
  font-size: 30px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
}
.open_book_menu .menu-background {
  transition: opacity .3s ease-in-out;
  opacity: .6;
  visibility: inherit;
}
.meetings-iframe-container{
  position: relative;
}
.meetings-iframe-container::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 77px;
  background: #04284a;
  bottom: 0;
  left: 0;
}
.open_book_menu .booking-background {
  transition: opacity .3s ease-in-out;
  opacity: .8;
  visibility: inherit;
}
.booking-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 109;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.body--static {
    height: 100%;
    overflow: hidden;
}
.innerpage.wide-container{
  height: 300px;
}
.phrases_forte h1 span{
  font-size: 24px;
  color: #f18009;
}
.relative{
  position: relative;
}
.product_zone{
  position: absolute;
  width: 300px;
  bottom: -80px;
  z-index: 4;
  right: 40px;
}
.product_item{
  width: 200px;
  margin: 0 auto;
  position: relative;
}
.devis{
  background: #f18009;
  padding: 60px 0;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
.vertical-divider.white{
  background-color: #fff;
}
.devis .simple_link{
  width: 240px;
}
.box_faq{
margin-top: 40px;
}
/*--------------------------------------------------------------------------------------*/
/*                     JQUERY ACCORDION                                            */
/*-------------------------------------------------------------------------------------*/
ul.accordion {
  display: inline-block;
  width: 100%;
  padding: 0;
}
ul.accordion li {
  width: 100%;
  padding: 0;
  border: 1px solid transparent;
  margin-bottom: 0px;
  display: inline-block;
  border-radius: 20px!important;
  background: white;
}

  ul.accordion .accordion-switch {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-bottom: 0px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    line-height: 33px;
    border-radius: 20px;
    padding: 15px 15px;
    border: 1px solid transparent;
}
  ul.accordion li.accordion-item.selected .accordion-switch {
    background: #fff;
    color: #f18009;
  }
  ul.accordion .accordion-switch:hover { background: #e2e2e2; }
  ul.accordion li.accordion-item .accordion-switch {
  font-size: 13px;
  }
  ul.accordion li a:hover { text-decoration: underline }
  ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 20px;
    width: 20px;
    background: #f18009 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 3px 13px;
    border-radius: 100%;
  }
  ul.accordion li.accordion-item:hover .togglegfx { background-color: #f18009 }
  ul.accordion li.accordion-item .accordion-content {
    padding: 0px 30px 25px 30px;
    margin-top: 30px;
    float: left;
    width: 100%;
  }
  ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
  background: #f18009 url(../images/accordion-toggle.png) no-repeat left bottom;
  }
  ul.accordion li:last-child{
    margin-bottom: 0;
  }
.stats .inner_zone{
  padding: 0px 0px 50px 0;
}
.network{
  margin-top: -60px;
}
/* PRELAODER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  background: #228d5b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.95s;
  overflow: hidden;
}
.preloader * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transition-delay: 0.3s;
}
.preloader .inner {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.preloader .inner figure {
  display: block;
  margin-bottom: 10px;
  transition-delay: 0.1s;
}
.preloader .inner figure img {
  height: 150px;
}
.preloader .inner p {
  font-weight: 600;
  color: #f18009;
  font-size: 13px;
  display: block;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99!important;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}
.transition-overlay .layer {
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -100%;
  top: 0;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-duration: 700ms;
  -webkit-transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.6s;
}
.transition-overlay.active {
  left: 0;
}
.transition-overlay.active .layer {
  right: 0;
}

/* PAGE LOADED */
.preloader{
  z-index: 99;
}
.page-loaded .preloader {
  right: -100%;
}

.page-loaded .preloader .inner figure {
  opacity: 0;
  transform: scale(1.5);
}

.page-loaded .preloader .inner p {
  transform: translateY(20px);
  opacity: 0;
}

.page-loaded .preloader .layer {
  left: -100%;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  margin-bottom: 8px;
}
.breadcrumbs__item .breadcrumbs__link {
  color: #4C4C4C;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.breadcrumbs__item+.breadcrumbs__item {
  padding-left: .5rem;
}
.breadcrumbs__item+.breadcrumbs__item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #4C4C4C;
  content: ">";
}
.breadcrumbs__item--active{
  color: #f18009;
}
.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
}
.pagination__item--prev {
  margin-right: 15px;
  margin-left: 0;
}
.pagination__item {
  margin: 0 4px;

  height: 40px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 10px;
  border-radius: 10px;
}
.pagination__item i, .pagination__item span {
  display: inline-block;
  color: #818181;
  font-size: 14px;
  line-height: 39px;
  font-weight: 700;
}
.pagination__item.pagination__item--active {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  background: #043f75;
}
.pagination__item.pagination__item--active span{
  color: #fff;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #043f75;
}
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.info li:last-child {
  margin-bottom: 0;
}
.info li i {
  position: absolute;
  top: 1px;
  left: -34px;
  font-size: 21px;
  color: #f18009;
}
.info li span {
  display: block;
  color: #f18009;
  font-weight: bold;
}
.contact-desc textarea.form-control{
  height: 200px;
}
.content_text_actu p{
  text-align: justify;
  margin-bottom: 10px;
}
.content_img_actu.img_news {
  height: 330px;
}
.num_photo{
  font-size: 12px;
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  bottom: 20px;
  right: 20px;
  line-height: 31px;
}
a.play_video{
  font-size: 12px;
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  bottom: 20px;
  right: 20px;
  line-height: 31px;
}
a.play_video:hover{
  background: #f18009;
  color:#fff ;
}
.box_contact{
  background: #f18009;
  padding: 20px;
  margin-top: -100px;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 17%);
  border-radius: 10px;
}
.prod_ico{
  margin: 0 auto;
  width: 130px;
}
a.box_link{
  background: #043e74;
  padding: 30px 100px 30px 30px;
  display: block;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  position: relative;
  border: 2px solid transparent;
}
a.box_link i{
  font-size: 21px;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  text-align: center;
  color: #043f75;
  line-height: 36px;
  position: absolute;
  right: 30px;
  transform: translateY(-50%);
  top: 50%;
  border: 2px solid transparent;
}
a.box_link:hover{
  background: #fff;
  color: #043f75;
  border: 2px solid #043f75;
}
a.box_link:hover i{
  color: #fff;
  background: #043f75;
}
#lightgallery a:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\f00e";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  width: 35px;
  height: 35px;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  transform-style: preserve-3d;
  line-height: 38px;
  text-align: center;
}
#lightgallery a {
  position: relative;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  margin-bottom: 40px;
}
#lightgallery a:hover:after{
  opacity: 1
}
.justified-gallery .zone_img {
  height: 140px;
  border: 6px solid #fff;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  margin-bottom: 0;
  box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
  border-radius: 10px;
}
.justified-gallery .zone_img:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.modal.reflect {
  padding: 0!important;
  margin: 0px 0;
}
.modal.reflect.e2c .modal-body{
  padding: 3rem 200px !important;
}
.modal.reflect .modal-content {
  border-radius: 30px;
  background: #fff;
  border: none;
  height: 100%;
  padding: 0;
  position: relative;
}
.modal.reflect ul.list-style li:before{
  left: -62px;
  width: 20px;
  height: 20px;
  top: 0px;
  line-height: 22px;
  font-size: 12px;
}
.modal.reflect ul.list-style li{
  margin-bottom: 12px;
  color: #f18009;
}
.modal.reflect .close {
  float: unset;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #f18009!important;
  width: 35px;
  height: 35px;
  z-index: 1;
  border-radius: 100px;
  border: 0;
}
.side_plan {
  height: 100vh;
  box-shadow: 0px 0px 26px rgb(0 0 0 / 16%);
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 16;
  transform: translate(120%);
  transition: 400ms cubic-bezier(.25,.46,.45,.94);
}
.content_wrap {
  overflow: hidden;
  height: 100vh;
  box-shadow: 0px 0px 26px rgb(0 0 0 / 16%);
  position: relative;
  z-index: 1;
  background: #fff;
}
.content_wrap_inner {
  padding: 30px;
  height: 100%;
  overflow: hidden;
}
.side_plan_open .side_plan {
  transform: translate(0%);
  transition: 400ms cubic-bezier(.25,.46,.45,.94);
}
.sideplan-background {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  background: rgb(4 62 116);
  width: 370px;
  height: auto;
  z-index: 16;
  transition: all .3s ease-in-out;
  padding: 30px;
}
.side_plan_open .sideplan-background {
  transition: opacity .3s ease-in-out;
  opacity: .9;
  visibility: inherit;
}
.side_plan a.side_plan_btn {
  background: #03315d;
  height: 40px;
  width: 40px;
  position: absolute;
  text-align: center;
  right: 0px;
  top: 0;
  cursor: pointer;
  z-index: 2;
}
.side_plan a.side_plan_btn i {
  color: #f18009;
  line-height: 38px;
  font-size: 19px;
}
.sb_zone{
  color: #fff;
  font-weight: bold;
}
.sb_zone i{
  font-size: 50px;
}
.leaflet-popup-content {
  color:#000!important;
}
.devis_form textarea.form-control {
  height: 200px;
}
.menu-button {
  position: relative;
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 3px;
  background: #f18009;
}
.menu-button .line-1 {
  top: 5px;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-3 {
  top: 19px;
}
.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%;
  font-weight: 500;
  height: calc(100vh - 70px);
  background: rgb(27 157 96);
  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: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_wrapper .inner {
  display: block;
  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 rgb(61 184 126);
  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;
  text-align: center;
  font-weight: bold;
}
.menu_wrapper ul.menu li:last-child a{
  border-bottom: 0;
}
.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: #171717;
}
.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%);}
ul.list_style li{
  list-style:disc;
  margin-left: 40px;
  font-weight: 500;
}

.list_puce{
  background: url("../images/puce_L.png") no-repeat left center;
  padding-left: 45px;
  background-size: 33px;
}

.title_border {
  border-right: 1px solid #c6c6c6;
  padding-right: 20px;
}
#menu_elmts .list_exp li a span{
  font-weight: normal;
}
.round_border{
  overflow: hidden;
  border-radius: 10px;
}
.red_label{
  color: #ff0000;
}
.box_champ{
  border: 1px solid #f18009;
  border-radius: 4px;
  padding: 20px;
}
.add_button {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 23px;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
  background: #f18009;
  border-radius: 9px;
  margin-top: 21px;
}
.home {
  background: #fff;
  background-size: cover;
  height: 460px;
  padding-top: 0px;
  margin-top: 120px;
  padding-bottom: 0;
}
.home_img{
  right: 0;
  position: absolute;
  top: -96px;
  width: 566px;
}
.home .quote a{
  padding: 10px 45px;
  margin-top: 4px;
  display: inline-block;
}
header {
  position: fixed;
  background: #fff;
  z-index: 10;
  width: 100%;
}
header.moving {
  box-shadow: 0px -1px 4px rgb(0 0 0 / 16%);
}
header .logo {
  width: 152px;
  padding: 17px 0;
}
header .logo_alt{
  display: flex;
  align-items: center;
  padding: 17px 0;
}
header .logo_alt img{
  width: 120px;
}
ul.countdown {
  list-style: none;
  margin: 0px;
  padding: 0;
}
ul.countdown li span {
  display: inline;
  color: #f18009;
  text-align: center;
  font-size: 30px;
  display: inline;
  font-weight: bold;
}
#calltoaction ul.countdown li span {
  font-size: 50px;
}
ul.countdown li p {
  position: relative;
  margin: 5px;
  color: #000000;
  font-size: 10px;
  display: block;
}
ul.countdown li:last-child a{
  background: #fff;
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #263450;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
}
ul.countdown li {
  display: inline-block;
  margin-right: 20px;
  line-height: 17px;
  text-align: center;
}
ul.countdown li:last-child{
margin: 0;
}
.about{
  /*background: #f1f1f1;*/
}
.link {
  background-color: #f18009;
  border: none;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.1s;
  cursor: pointer;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 100px;
}

.link span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.1s;
}

.link span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.1s;
}

.link:hover span {
  padding-right: 25px;
  color: #000;
}

.link:hover span:after {
  opacity: 1;
  right: 0;
}
.objective {
  /*background: #f1f1f1;
   padding-bottom: 690px; */
}
.objective_img {
  right: 70px;
  position: absolute;
  top:-32px;
  width: 566px;
  z-index: 9;
}
.copyright {
  background: #fff;
  padding-bottom: 13px;
}
.copytext {
  text-align: right;
  color: #000;
  line-height: 17px;
  font-size: 12px;
}
.copytext.first_col {
  text-align: left;
}
footer .social-icons {
  font-size: 0;
  text-align: center;
}
.video_box {
  height: 400px;
  width: 100%;
  border-radius: 35px;
  margin-bottom: -170px;
  margin-top: -39px;
  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;
}
.video_box .zone_text_1 {
  position: absolute;
  z-index: 2;
  width: 200px;
  top: 170px;
  left: -70px;
  padding: 20px;
  background: #f18009;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
  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;
}
a:hover .video_box .zone_text_1{
  transform: scale(.9);
  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;
}
.video_box .zone_text_1::after, .video_box .zone_text::after{
  content: "";
  width: 33px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  right: 11px;
}
.video_box .zone_text_1::before, .video_box .zone_text::before{
  content: "";
  width: 2px;
  height: 23px;
  background: #ffffff;
  position: absolute;
  top: 10px;
  right: 11px;
}
.video_box .zone_text{
  position: absolute;
  z-index: 2;
  width: 200px;
  bottom: 70px;
  right: -70px;
  padding: 20px;
  background: #f18009;
  border-radius: 10px;
  font-size: 10px;
  color: #fff;
  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;
}
a:hover .video_box .zone_text{
  transform: scale(.9);
  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;
}
span.play {
  font-size: 15px;
  font-weight: bold;
  border: 2px solid;
  border-radius: 100px;
  text-align: center;
  line-height: 47px;
  padding: 2px 21px;
  color: #f18009;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_contact li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer_contact li.foot {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
}
.footer_contact li {
  position: relative;
  padding-left: 25px;
}
.footer_contact li.foot i {
  display: block;
  position: unset;
  font-size: 20px;
  margin-bottom: 13px;
}
.footer_contact li i {
  font-size: 13px;
  margin-right: 15px;
  color: #f18009;
  position: absolute;
  left: 0;
  top: 3px;
}
ul.list-style {
  margin-top: 20px;
  padding-left: 70px;
}
ul.list-style li {
  list-style: none;
  position: relative;
  line-height: 18px;
  margin-bottom: 36px;
  display: flex;
  align-items: center;
}
ul.list-style li:before {
  content: "\f00c";
  color: #fff;
  font-size: 16px;
  font-family: Font Awesome\ 5 Pro;
  margin-right: 9px;
  position: absolute;
  left: -62px;
  font-weight: 100;
  background: #f18009;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  line-height: 47px;
  top: 2px;
}
.video_expression a p{
  color: #4C4C4C;
}
.video_title{
  margin-bottom: 16px;
  text-align: center;
  line-height: 27px;
  font-weight: bold;
  font-size: 24px;
  color: #4c4c4c;
  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;
  text-transform: uppercase;
}
.video_expression {
  /* margin-top: -605px; */
  position: relative;
  z-index: 8;
  padding-bottom: 180px;
  background: url(../images/bg_video.jpg);
  background-size: 1129px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
a:hover .video_box{
  transform: scale(1.1);
  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;
}
a:hover .video_title{
  transform: scale(.9);
  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;
}

.wide-container {
  max-width: 100%;
  height: 460px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.bg_about {
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.bg_about .metier_img{
  width: 280px;
}
.bg_about h3 {
  position: absolute;
  padding: 40px;
  width: 390px;
  color: #fff;
  font-size: 30px;
  line-height: 31px;
  bottom: 0;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 32%);
  z-index: 1;
}
.bg_about h3 span{
  font-size: 10px;
  display: block;
}
.zone_text_1 span, .zone_text span {
  font-size: 20Px;
  line-height: 21px;
  margin-bottom: -16px;
  display: block;
}
.stylise{
  position: relative;
  padding-left: 20px;
}
.stylise::after{
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  content: '\f105';
  font-size: 16px;
  left: 0;
}
#aboutproject p{ margin-bottom: 20px;}
body.annuaire{
  background: #fff;
}
.portrait {
  background: #f1f1f1;
  padding-top: 130px;
}
.portfolio-hidden>.portfolio-item {
  display: none;
}
.portfolio-filter li {
  margin-right: 20px;
  margin-top: 20px;
}
.portfolio-filter li a{
  background: #fff;
  padding: 6px 9px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  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;
}
.portfolio-filter li a span {
  background: #f18009;
  border-radius: 100px;
  padding: 4px 9px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
  color: #fff;
    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;
  margin-left: 9px;
}

.mix {
  display: none;
}
.portfolio-hidden>.portfolio-item {
  display: none;
}
.portfolio-filter li {
  margin-bottom: 0px;
  margin-right: 20px;
}
.portfolio-filter li:hover a{
  color: #fff;
  background: #f18009;
  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;
}
.portfolio-filter li:hover a span{
  background: #fff;
  color: #f18009;
    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;
}
.portfolio-filter li a.filter.active{
  color: #fff;
  background: #f18009;
}
.portfolio-filter li a.filter.active span{
  background: #fff;
  color: #f18009;
}
ul.infos{
  margin: 0;
  padding: 0;
  text-align: left;
}
ul.infos li{
  display: block;
  /*justify-content: space-between;*/
}
ul.infos li span{
  width: 50%;
}
ul.infos li .info_elmts1{
  float: left;
  text-align: right;
  padding-right: 11px;
  font-weight: 900;
}
ul.infos li .info_elmts2{
  text-align: left;
}
.notation{
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ratting-point {
  color: #f18009;
  font-weight: 600;
  border-radius: 6px;
  margin-right: 15px;
  font-size: 16px;
  display: inline-block;
}
.p-ratting-details {
  display: inline-block;
  float: left;
}
.p-ratting-details span{
  display: inline-block;
  color: #dcdcdc;
  font-size: 13px;
}
.p-ratting-details span.checked{
  color: #1f984a;
}
.subheader .subheader-separator.subheader-separator-ver {
  width: 1px;
  height: 22px;
}
.bg-gray-200 {
  background-color: #cbcbcb !important;
}
.subheader .subheader-separator {
  display: block;
  width: 12px;
  height: 4px;
  border-radius: 2px;
}
.portfolio-item .card{
  border: 0;
  margin-bottom: 30px;
}
.subheader h5{
  font-size: 10px;
  font-weight: bold;
}
.img_circle{
  width: 100px;
  height: 100px;
  background-size: cover!important;
  border-radius: 100px;
  margin: 0 auto;
}

a.box_button{
  background: #fff;
  padding: 0px 9px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  color: #000;
}
a.box_button h5{
  font-size: 10px;
  color: #000;
  font-weight: bold;
}
a.box_button:hover{
  background: #f18009;
  color: #fff!important;
}
a.box_button:hover h5{
  color: #fff;
}
a.box_button:hover span{
  background: #fff;
  color: #f18009;
}
a.box_button span{
  background: #f18009;
  border-radius: 100px;
  padding: 4px 9px;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
  color: #fff;
}
.img_table{
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-size: cover!important;
  background-position: center;
  border: 3px solid #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
}
.card_style{
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.05);
  padding: 30px;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
  vertical-align: middle!important;
}
header.header_inpage {
  position: relative;
  height: 90px;
  background-size: 75%!important;
}
.header_inpage .bg_about{
  height: auto;
}
.header_inpage .bg_about h3{
  padding: 40px 40px 40px 0px;
  font-size: 45px;
  line-height: 37px;
  top: 0;
  bottom: unset;
  width: 430px;
}
.box_resume{display: flex; align-items: center; justify-content: space-between;}
.btn_fiche:hover{
  background: #f18009;
  color: #fff;
  border: 1px solid transparent;
}
.btn_fiche{
  background: #fff;
  color: #f18009;
  border: 1px solid #f18009;
  padding: 2px 17px;
  border-radius: 9px;
  display: inline-block;
  margin-top: 20px;
}
ul.info_membre li{
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
ul.infos_sup li{
  font-size: 13px;
  display: block;
  clear: both;
}
ul.infos_sup li span{
  width: 50%;
}
ul.infos_sup li .info_elmts1{
  float: left;
  text-align: right;
  padding-right: 11px;
  font-size: 12px;
  font-weight: 100;
  color: #f18009;
  font-weight: 900;
}
ul.infos_sup li .info_elmts2{
  text-align: left;
}
.zone_info_sup h6{
  font-size: 13px;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.zone_info_sup .notation{
  justify-content: left;
}
/*--------------------------------------------------------------------------------------*/
 /*                     1JQUERY TABS                                                 */
 /*-------------------------------------------------------------------------------------*/
 .tabs-wrapp {
  float: left;
  position: relative;
  margin-top: 20px;
}
.tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.tabs-nav li {
  top: 2px;
  min-width: 150px;
  padding: 12px 7px 13px;
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #707d8f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
}
.tabs-nav li.active { line-height: 31px }
.tabs-nav li.active {
  z-index: 10;
  background-color: #f18009;
  color: #ffffff;
}
.tabs-nav li.active a {
  font-weight: bold;
  color: #fff!important;
}
.tabs-nav li a {
  /* background: #aab2bd; */
  line-height: 15px;
  font-size: 13px;
  color: #424242!important;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 9px 0 9px;
  text-decoration: none;
  /* border-radius: 4px 4px 0 0; */
  -moz-transition: all 0.14s ease 0s;
  -webkit-transition: all 0.14s ease 0s;
  -o-transition: all 0.14s ease 0s;
}
.tabs-nav li a i {
  margin-right: 5px;
  color: #FFF;
}

.tabs-container {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  border-radius: 14px;
}
.tab-content {
  padding: 0px 0 0 0;
  background: transparent;
  font-weight: 100;
}
.scroll_bar_1, .scroll_bar_2, .scroll_bar_3{
height: 400px;
  overflow: hidden;
}
/*.tabs-nav li:first-child a{
  padding: 0 9px 0 0;
}*/
.tabs-nav li:last-child a{
  border:0;
}
.card.card-custom {
  border: 0;
  margin-bottom: 30px;
  border-radius: 20px;
}
ul.list_doc li{
  margin-bottom: 3px;
  padding: 9px 0px;
  border-bottom: 1px dashed #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.list_doc li:last-child{
  border-bottom: 0;
}
ul.list_doc li a i{
  margin-bottom: 3px;
  padding: 9px 0px;
  background: #f18009;
  border-radius: 100px;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 1px;
}
ul.list_doc li span.note{
  background: #f18009;
  padding: 3px 10px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}
.logo_preloader{
  position: absolute;
  width: 160px;
  bottom: -150px;
  transform: translateX(-50%);
  left: 50%;
  /*display: flex;
  align-items: center;*/
}
.logo_preloader span{
  font-size: 10px;
  color: #f18009;
  font-weight: bold;
  margin-right: 10px;
}
.page-loaded .preloader .logo_preloader {
  opacity: 0;
}

.page-loaded .preloader .logo_preloader {
  opacity: 0;
}
.bg-grey{
 background: #f1f1f1;
}
.list_elmts .elmts_bloc{
  margin-bottom: 3px;
  padding: 9px 0px;
  border-bottom: 1px dashed #ededed;
}
.list_elmts .elmts_bloc:last-child{
  border-bottom: 0;
}
.list_elmts .elmts_bloc .elmts_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_elmts .elmts_bloc span.note{
  background: #f18009;
  padding: 3px 10px;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}
.comment{
  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;
}
.comment::after{
  position:absolute;
  content:"";
  width: 0px;
  height: 1px;
  background: #f18009;
  top:0;
  left:0px;
  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;
}
.comment.show::after{
  width: 400px;
  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;
}
.comment .com_content{
  padding: 5px 0px;
}
.table:not(.table-bordered).table-row-dashed tr {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #ededed;
}
.table:not(.table-bordered) tr:first-child, .table:not(.table-bordered) th:first-child, .table:not(.table-bordered) td:first-child {
  padding-left: 0;
}
.table.gy-5 th, .table.gy-5 td {
  padding-top: 2px;
  padding-bottom: 2px;
}
a.bt_print{
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  top: 16px;
  left: 30px;
}
a.bt_print i{
  background: #f18009;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 15px;
  border-radius: 100px;
  text-align: center;
  line-height: 39px;
  margin-right: 7px;
}
a.bt_print:hover i{
  background: #000;
  color: #fff;
}
a.bt_print:hover span{
  color: #000;
}
.countdown_zone{
  position: relative;
  margin-top: -380px;
  height: 380px;
}
.elmts_1 .section-title .sub-heading{
  color: #fff;
}
.elmts_1 .section-title h3{
  color: #fff;
}
.elmts_1 .section-title .sub-heading::after{
  color: #fff;
}
.elmts_1 ul.countdown li span{
  color: #fff;
}
.elmts_1 ul.countdown li p{
  color: #fff;
}
.elmts_1 .quote a{
  background: #fff;
  border: 2px solid #fff;
  color: #f18009;
}
.elmts_1 .section-title .sub-heading::after{
  background: #ffffff;
}
.pulse-button_white {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: pulse_white 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse_white 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse_white 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse_white 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button_white:hover
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse_white {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse_white {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse_white {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}
@keyframes pulse_white {to {box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);}}

.intit{
  font-weight: bold;
  color: #fff;
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;;
}
#calltoaction .intit{
  margin-bottom: 30px;
}
.logo_zone{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo_zone .logo_2{
  width: 123px;
  margin-left: 10px;
}
ul.subfooter_menu li{display: inline;}
ul.privacy_link li{display: inline-block; margin-right: 40px;position: relative;}
ul.privacy_link li:last-child{ margin-right: 0px;}
ul.privacy_link li::after{
  content: "";
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: -12px;
  font-size: 10px;
  content: '\f105';
  color: #f18009;

}
ul.privacy_link li a{
  color: #000;
}
ul.privacy_link li a:hover{
  color: #f18009;
}
ul.privacy_link {
  margin: 0px 0;
  text-align: center;
  font-size: 12px;
}
.box_metier{
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  margin-top: 0px;
  height: 300px;
  position: relative;
  overflow: hidden;
  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;
}
.box_metier span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffffcf;
  border-radius: 100px;
  padding: 10px 22px;
  color: #000;
  z-index: 1;
  font-size: 10px;
  font-weight: bold;
  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;
}
.box_metier:hover span{
  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;
  transform: translateX(-50%) scale(1.1);
}
.box_metier h3 {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  color: #f18009;
  line-height: 17px;
  background: #238d5b9c;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 100px;
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
.metier_img{
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 180px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  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;
  overflow: hidden;
}
.box_metier:hover .metier_img{
  transform: translateX(-50%) scale(1.1);
  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;
}
.box_info {
  padding: 40px;
  background: #228d5b;
  border-radius: 40px;
  color: #fff;
}
.box_participation{
  padding: 40px;
  background: #fff;
  border-radius: 40px;
  position: relative;
  height: 190px;
}
.num_elmnt {
  font-size: 30px;
  line-height: 51px;
  font-weight: 100;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #f18009;
  text-align: center;
  position: absolute;
  top: -30px;
  right: 40px;
  color: #fff;
}
.menu_wrapper_tchat .quote a{
  padding: 6px 15px;
}
ul.info_contact {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
ul.info_contact li i {
  font-size: 20px;
  border: 2px solid #f18009;
  margin-right: 14px;
  flex-shrink: 0;
  display: flex;
  height: 50px;
  width: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #f18009;
}
ul.info_contact li .eltms_info {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 17px;
}
.contact_name {
  font-weight: bold;
  margin-right: 20px;
  font-size: 20px;
}
.eltms_info a:hover{
  color: #228d5b;
}
.zone_box_contact{
  display: flex;
  align-items: center;
  justify-content: end;
}
.zone_box_contact.box_2{
  display: flex;
  align-items: center;
  justify-content: start;
}
/*-----responsive site style-----*/
@media (max-width: 575.98px) {
  header .logo_alt{display: none;}
  header .nav{display: none;}
  header .quote{ display: none;}
  header .logo {width: 100px;}
  header {position: fixed;width: 100%;box-shadow: 1px 3px 9px rgb(0 0 0 / 18%);}
  .menu-button {display: block;}
  .copyright {text-align: center;}
  .propulse {text-align: center;}
  footer .social-icons ul {text-align: center;}
  ul.info_contact {display: block;}
  footer .logo { width: 200px;   margin: 0 auto 26px auto;}
  footer .logo_M { width: 200px;   margin: 0 auto 26px auto;}
  .product {padding: 50px 0;}
  .zone_text{padding: 46px;width: auto;}
  .wide-container{display: none;}
  #slides{overflow: unset!important;}
  ul.slides-container li{overflow: unset!important;}
  #menu_elmts {margin-top: 30px;}
  .home{ margin-top: 70px; height: auto;}
  .elmts_1 {position: unset;top: unset;padding: 24px 0px;}
  .objective_img { right: unset; position: unset; top: unset; width: 100%; z-index: 9; margin-top: -65px; margin-bottom: 20px;}
  .video_box {height: 280px; margin-top: -9px;position: unset;}
  .video_box .zone_text_1{transform: scale(.5);left: 10px;top: unset;bottom: 70px;}
  .video_box .zone_text{    transform: scale(.5);right: 10px;bottom: 0;}
  .footer_contact li.foot {text-align: center; margin-bottom: 32px;}
  .copytext.first_col {text-align: center;}
  .copytext {text-align: center;}
  .modal-dialog {max-width: 100%!important;margin-right: auto;margin-left: auto;margin-top: 0!important; margin-bottom: 0;}
  .preloader .inner figure img {height: 60px;}
  .job_work{margin-top: 40px;}
  .bg_about h3{text-shadow: -1px 3px 6px rgb(0 0 0 / 54%);text-align: center; width: 100%; background: rgb(0 0 0 / 47%);margin-bottom: 0;}
  .bg_about{ background-position: -350px!important;    border-radius: 0 0 30px 30px;}
  .box_product {height: 200px;}
  header.header_inpage{background-size: cover!important;}
  a.box_button {    width: 100%;margin-bottom: 11px;}
  a.box_resume{display: block}
  .countdown_zone{ height: auto; margin-top: 18px;background: #f18009;padding-bottom: 22px;}
  .modal.reflect .close{top: 20px;right: 20px;}
  .box_participation{height: unset;}
  #calltoaction h4{text-align: center; margin-bottom: 20px;}
  .elmts_1 .quote a {display: block;text-align: center;}
  .zone_box_contact {align-items: center;justify-content: start;}
  .contact_name {font-size: 18px;width: 109px;}
  .modal.reflect.e2c .modal-body {padding: 3rem 30px !important;}
  .simple_link.full { width: 100%;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .nav{display: none;}
  header .quote{ display: none;}
  header .logo {width: 100px;}
  header {position: fixed;width: 100%;box-shadow: 1px 3px 9px rgb(0 0 0 / 18%);}
  .menu-button {display: block;}
  .copyright {text-align: center;}
  .propulse {text-align: center;}
  footer .social-icons ul {text-align: center;}
  ul.info_contact {display: block;}
  footer .logo { width: 40%;   margin: 0 auto 26px auto;}
  footer .logo_M { width: 55%;   margin: 0 auto 26px auto;}
  .product {padding: 50px 0;}
  .zone_text{padding: 46px;width: auto;}
  #slides{overflow: unset!important;}
  ul.slides-container li{overflow: unset!important;}
  #menu_elmts {margin-top: 30px;}
  .home{ margin-top: 70px; height: auto;}
  .elmts_1 {position: relative;width: 100%;top: unset;padding: 24px 0px;    z-index: 1;}
  .objective_img { right: unset; position: unset; top: unset; width: 100%; z-index: 9; margin-top: -65px; margin-bottom: 20px;}
  .video_box {height: 350px;margin-top: -9px;}
  .video_box .zone_text_1{transform: scale(.5);left: 10px;top: unset;bottom: 70px;}
  .video_box .zone_text{    transform: scale(.5);right: 10px;bottom: 0;}
  .footer_contact li.foot {text-align: center; margin-bottom: 32px;}
  .copytext.first_col {text-align: center;}
  .copytext {text-align: center;}
  .wide-container{display: none;}
  .modal-dialog {max-width: 100%!important;margin-right: auto;margin-left: auto;margin-top: 0!important; margin-bottom: 0;}
  .preloader .inner figure img {height: 100px;}
  header.header_inpage{background-size: cover!important;}
  a.box_button {    width: 100%;margin-bottom: 11px;}
  a.box_resume{display: block}
  .countdown_zone{ height: auto; margin-top: 18px;background: #f18009;padding-bottom: 22px;}
  header .logo_alt{display: none;}
  .box_product {height: 260px;}
  .modal.reflect .close{top: 20px;right: 20px;}
  .box_participation{height: unset;}
  #calltoaction h4{text-align: center; margin-bottom: 20px;}
  .elmts_1 .quote a {display: block;text-align: center;}
  .zone_box_contact {align-items: center;justify-content: start;}
  .contact_name {font-size: 18px;width: 109px;}
  .modal.reflect.e2c .modal-body {padding: 3rem 30px !important;}
  .simple_link.full { width: 100%;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .nav{display: none;}
  header .quote{ display: none;}
  header .logo {width: 100px;}
  header {position: fixed;width: 100%;box-shadow: 1px 3px 9px rgb(0 0 0 / 18%);}
  .menu-button {display: block;}
  .copyright {text-align: center;}
  .propulse {text-align: center;}
  footer .social-icons ul {text-align: center;}
  ul.info_contact {display: block;}
  footer .logo { width: 100%;margin: 16px auto 7px auto;}
  footer .logo_M {width: 100%;margin: 20px auto 6px auto;}
  .product {padding: 50px 0;}
  .zone_text{padding: 46px;width: auto;}
  #slides{overflow: unset!important;}
  ul.slides-container li{overflow: unset!important;}
  #menu_elmts {margin-top: 30px;}
  .home{ margin-top: 70px;}
  .elmts_1 {z-index: 1;}
  .objective_img {right: -50px;top: 10px;z-index: 9;}
  .video_box {height: 260px;margin-top: -9px;}
  .video_box .zone_text_1{    top: 170px;left: -124px;}
  .video_box .zone_text{bottom: 70px;right: -140px;}
  .footer_contact li.foot {text-align: center; }
  .copytext.first_col {text-align: center;}
  .copytext {text-align: center;}
  .job_work{margin-top: 30px;}
  .modal-dialog {max-width: 100%!important;margin-right: auto;margin-left: auto;margin-top: 0!important;margin-bottom: 0;}
  .zone_text_1 span, .zone_text span {font-size: 15px;}
  header.header_inpage{background-size: 100%!important;background-position: center bottom!important;}
  a.box_button {display: inline-flex;margin-bottom: 11px;}
  a.box_resume{display: block}
  header .logo_alt{display: none;}
  .elmts_1 .section-title h3 {font-size: 27px;}
  .modal.reflect .close{top: 20px;right: 20px;}
  .box_participation{height: unset;}
  #calltoaction h4{text-align: center; margin-bottom: 20px;}
  .elmts_1 .quote a {display: block;text-align: center;}
  .zone_box_contact {align-items: center;justify-content: start;}
  .contact_name {font-size: 14px;width: 62px;}
  .modal.reflect.e2c .modal-body {padding: 3rem 30px !important;}
  .simple_link.full { width: 100%;}
  .countdown_zone {margin-top: -410px;height: 380px;}
}
@media (min-width: 992px) and (max-width: 1063.98px) {
  .objective_img {right: -20px;top: -21px;}
  .video_box {height: 370px;}
  .job_work{margin-top: 30px;}
  .box_resume {display:block}
  a.box_button{    display: inline-flex; align-items: center; margin-bottom: 11px;}
  .nav ul.menu > li {margin: 0px 8px 0px 0;}
  header .logo {width: 130px;}
  header .logo_alt img { width: 80px;}
  .home {margin-top: 81px;}
}
@media (min-width: 1064px) and (max-width: 1199.98px) {
  .job_work{margin-top: 0;}
  .nav ul.menu > li {margin: 0px 8px 0px 0;}
  header .logo {width: 130px;}
  header .logo_alt img { width: 80px;}
  .home {margin-top: 81px;}
}
@media only screen and  (min-width: 1200px) {

}
