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

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

/* 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: #F07E0C;
  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_blue{
  background-color: #043d72!important;
}
.bg_site_yellow{
  background-color: #F07E0C!important;
}

/* Font Colors */
.text-site-yellow {
  color: #F07E0C !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: 0px 0 20px 0;
  float: left;
  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;
}
.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%);
}

/* PRELAODER */
.preloader {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12;
  background: #1E3B6F;
  -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: 60px;
}
.preloader .inner p {
  font-weight: 600;
  color: #1E3B6F;
  font-size: 13px;
  display: block;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99!important;
  background: #1E3B6F;
  -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: #1E3B6F;
  -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%;
}

header {
  position: fixed;
  z-index: 10;
  padding: 7px 0;
  width: 100%;
}
header.moving{
  background: #fff;
  box-shadow: 0px -1px 4px rgb(0 0 0 / 16%);
}
header .logo {
  width: 175px;
  height: 75px;
  padding: 7px 0;
  background: url(../images/logo_White.png) no-repeat center center;
  background-size: contain;
}
header.moving .logo{
  background: url(../images/logo_Bleu.png) no-repeat center center;
  background-size: contain;
}
.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.main_navigation ul.menu > li.active > a {
  color: #F07E0C;
}
.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: #fff;
  font-weight: 600;
  font-size: 15px;;
  letter-spacing: 0px;
  padding:0 0 28px 0px;
}
header.moving .nav ul.menu > li > a{
  color: #767676;
}
header.moving .bt_link{
  color: #1a3d72;
  border: 2px solid #1a3c71;
}
header .bt_link{
  color: #ffffff;
  border: 2px solid #ffffff;
}
.nav ul.menu > li:hover > a{
  color: #F07E0C!important;
}
.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.mega > ul.sub_menu li.active a{

}
.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: #F07E0C !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: #F07E0C!important;
}
.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:#F07E0C;
}
.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:#F07E0C;
}
.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;
}
.phone-email {
  margin-right: 0;
  text-align: right;
}
.phone-email i {
  color: #043d72;
  font-size: 34px;
  float: right;
  height: 34px;
  margin-left: 15px;
}
.phone-email h4 {
  margin-bottom: -5px;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  line-height: 1;
  color: #F07E0C;
}
.phone-email small {
  line-height: 1;
}
.phone-email a {
  color: #797979;
}
.bt_link{
  font-size: 15px;
  font-weight: bold;
  color: #1a3d72;
  padding: 2px 14px;
  border: 2px solid #1a3c71;
  display: inline-block;
}
.wide-container {
  max-width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: rgb(236, 236, 236);
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 1s 0.4s;
  background: #26282b;
  background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: -webkit-linear-gradient(161deg, #000000 0%, #000000 49%, #000000 100%);
  /* background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);
  opacity: 0.4;
}
/*.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: 1s 0.4s;
  background: #26282b;
  background: -moz-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: -webkit-linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  background: linear-gradient(161deg, #26282b 0%, #26282b 49%, #9f8054 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b",endColorstr="#9f8054",GradientType=1);
  opacity: 0.65;
}*/
.text {
  font-size: 51px;
  letter-spacing: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  line-height: 52px;
  text-transform: uppercase;
  z-index: 3;
  font-weight: 700;
}
.inner_zone {
  padding: 70px 0;
}
.exp_zone_left {
  position: absolute;
  left: -370px;
  width: 350px;
  top: 70px;
  z-index: 2;
}
.exp_zone_right {
  position: relative;
}
.img_special {
  max-width: unset;
  border-radius: 0;
  background: #ededed;
  margin-top: -80px;
  width: 100%;
  position: relative;
  padding: 29px 10px 50px 15px;
}
.img_special p{
  margin-bottom: 20px;
}
.img_special::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  background: #ededed;
}
.top_title{
  font-size: 29px;
  line-height: 25px;
  color: #043d72;
  text-transform: uppercase;
  font-weight: bold;
}
.top_title span{
  color: #F07E0C;
  font-size: 17px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.scroll--indicator {
  position: absolute;
  right: 0;
  top: -235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  z-index: 1;
  text-decoration: none;
}
.scroll--indicator .scroll--text {
  font-family: Canela,sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(10%);
  -ms-transform: rotate(-90deg) translateX(50%) translateY(10%);
  transform: rotate(-90deg) translateX(50%) translateY(10%);
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.scroll--indicator .scroll--icon i{
  color: #fff;
}
.slogan {
  position: absolute;
  z-index: 1;
  top: 31px;
  left: 48px;
  color: #1a3d72;
  font-size: 21px;
  font-weight: 900;
}
.stat{
  background: #f9f9f9;
}
.box_programme{
  border: 3px solid;
  padding: 40px;
}
.boreflet{
  background: #043e74;
}
.boreal{
  background: #24747d;
}
.bocenter{
  background: #786761;
}
.boreflet .box_programme{
  border-color: #043d72;
}
p{
  margin-bottom: 20px;
}
.box_stat {
  margin-top: 0px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.box_stat_number {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.142rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  width: 58px;
  margin-right: 20px;
}
.box_stat_info {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  line-height: 1.181;
  color: #fff;
}
.accroche_programme{
  position: relative;
  font-size: 17px;
  margin-top: 20px;
  color: #f07e0d;
  font-weight: 900;
}
.accroche_programme::after{
  content: "";
  height: 3px;
  width: 200px;
  background: #F07E0C;
  position: absolute;
  bottom: -20px;
  left: -100px;
}
.zone_stat{
  position: absolute;
  height: 100%;
  right: -20px;
  padding: 40px;
  background: rgb(5, 54, 100);
  top: 50px;
  width: 340px;
}
.boreal .zone_stat{
  background: #1e656d;
}
.boreal .top_title {
  color: #fff;
}
.boreal .bt_link {
  color: #24747D;
  border: 2px solid #24747D;
}
.bocenter .zone_stat{
  background: #695954;
}
.boreflet .top_title {
  color: #fff;
}
.bocenter .top_title {
  color: #fff;
}
.bocenter .bt_link {
  color: #786760;
  border: 2px solid #786760;
}
.logo_zone{
  width: 160px;
    text-align: center;
    margin: 60px auto 0 auto;
}
.galerie{
  background: #043d73;
}
.gal_link {
  display: block;
}
.gal_img_box {
  width: 100%;
  height: 500px;
  position: relative;
  /* box-shadow: 0 0 18px 0.15px rgb(0 0 0 / 18%); */
  overflow: hidden;
  border: 1px solid #043d73;
  /* padding: 10px; */
}
.gal_img_box_inner {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gal_img_box_content {
  position: absolute;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.01) 0%, #1a3d72 100%);
  bottom: 0px;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.tag {
  background: #f07e0d;
  display: inline-block;
  padding: 0 10px;
  color: #ffffff;
}
.gal_img_box_content h5 {
  color: #fff;
  text-shadow: 0 0 2px rgb(0 0 0 / 42%);
  line-height: 20px;
}
.gal_img_box_content p {
  color: #fff;
  font-weight: bold;
}
footer{
  background: #043d72;
  padding: 70px 0 40px 0;
}
.footer .copyright {
  position: relative;
  color: #aeaeae;
  padding: 35px 0;
}
.copytext {
  text-align: right;
  color: #fff;
  line-height: 17px;
  margin-bottom: 15px;
}
.galerie .top_title {
  color: #ffffff;
}
.box_zone_com img{
  width: 70px;
}
/*--------------------------------------------------------------------------------------*/
 /*                     1JQUERY TABS                                                 */
 /*-------------------------------------------------------------------------------------*/
 .tabs-wrapp {
  float: left;
  position: relative;
  margin-top: 20px;
}
.tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-align: center;
}
.tabs-nav li {
  top: 2px;
  min-width: 150px;
  padding: 22px 5px 19px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #707d8f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.tabs-nav li.active { line-height: 31px }
.tabs-nav li.active  {
  z-index: 10;
  color: #f07e0d;
}
.tabs-nav li.active a {
  font-weight: bold;
  color: #f07e0d!important;
}
.tabs-nav li a {
  /*background: #aab2bd;*/
  line-height: 15px;
  font-size: 14px;
  color: #767676;
  display: block;
  letter-spacing: 0;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: uppercase;
  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 {
  /*border: 1px solid #dddddd;*/
  margin: -1px 0 0px;
  overflow: hidden;
  width: 100%;
  padding: 40px 0 0;
  background: transparent;

}
.tab-content {
  padding: 0px 0 0 0;
  background: transparent;
  color: #fff;
  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;
}

/* -------------------------------------------------- */
/*  Social Icons
/* -------------------------------------------------- */

.social-icons {
  font-size: 0;
  float: right;
  margin-top: 47px;
}
.social-icons ul{
  padding: 0;
  margin: 0;
}
.social-icons li {
display: inline-block;
margin: 5px 5px 0 0;
vertical-align: top;
position: relative;
}
.social-icons li:after {
position: absolute;
display: block;
width: 45px;
height: 45px;
content: "";
opacity: 0;
text-align: center;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
transition: transform .3s ease, background-color .35s, opacity .25s ease;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-border-radius: 50%;
border-radius: 50%;
}
.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li a {
border-color: transparent;
width: 36px;
height: 36px;
display:inline-block;
}
div.social-icons li:after {position: absolute;display: block;width: 36px;height: 36px;content: "";opacity: 0;text-align: center;top: 0;left: 0;z-index: 0;-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;transition: transform .3s ease, background-color .35s, opacity .25s ease;-webkit-transform: scale(0);transform: scale(0);-webkit-border-radius: 50%;border-radius: 50%;}
div.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
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; }
div.circle-icons li {margin: -10px 0px 0 7px;position: relative;}
.circle-icons li a {display: block;width: 45px;height: 45px;border: 3px solid #454748;border: 3px solid rgba(207,207,207,.23);font: 0/0 a;cursor: pointer;text-align: center;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all .25s ease;transition: all .25s ease;}
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.facebook:hover:after    { background-color: #49699f; }
ul.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
ul.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
ul.social-icons li.rss:hover:after         { background-color: #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: #fff;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 32px;}
.social-icons a:hover i { color: #fff; }

footer .social-icons {
  float: unset;
  text-align: center;
  margin-top: 3px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #00000029;
  background-clip: padding-box;
  border: 1px solid #f07e0d;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
footer .top_title{
  color: #ffffff;
}
footer .bt_link{
  font-size: 15px;
  font-weight: 100;
  color: #ffffff;
  padding: 10px 23px;
  border: 1px solid #ffffff;
  display: inline-block;
  background: transparent;
}
.phrase{
  background: #f5f5f5;
}
.phrases {
  font-size: 20px;
}
/*-----------------------
    portfolio
------------------------*/
.portfolio-item {
  position: relative;
  margin-bottom: 50px;
}

.portfolio-item .portfolio__img {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio__img img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.portfolio-item:hover .portfolio__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item .portfolio__content {
  padding-top: 26px;
}

.portfolio-item .portfolio__cat a {
  position: relative;
  font-size: 14px;
  color: #fe5a0e;
  padding-right: 7px;
}

.portfolio-item .portfolio__cat a:hover {
  color: #1b1a1a;
}

.portfolio-item .portfolio__cat a:after {
  content: ",";
  position: absolute;
  top: -2px;
  right: 2px;
  color: #fe5a0e;
}

.portfolio-item .portfolio__cat a:last-child:after {
  display: none;
}

.portfolio-item .portfolio__title {
  font-size: 21px;
  margin-bottom: 11px;
}

.portfolio-item .portfolio__title a {
  color: #1b1a1a;
}

.portfolio-item .portfolio__title a:hover {
  color: #fe5a0e;
}

.portfolio-item .portfolio__desc {
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.portfolio-filter li {
  margin-bottom: 20px;
  margin-right: 30px;
}

.portfolio-filter li:last-child {
  margin-right: 0;
}

.portfolio-filter li a {
  position: relative;
  color: #1b1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  display: block;
  padding-bottom: 4px;
}

.portfolio-filter li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fe5a0e;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active {
  color: #fe5a0e;
}

.portfolio-filter li a:hover:after,
.portfolio-filter li a.active:after {
  width: 100%;
}

.mix {
  display: none;
}

.portfolio-hidden>.portfolio-item {
  display: none;
}

.portfolio-standard .portfolio-item {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  border-radius: 4px;
}

.portfolio-standard .portfolio-item .portfolio__img img {
  border-radius: 4px 4px 0 0;
}

.portfolio-standard .portfolio-item .portfolio__content {
  padding: 36px 30px 0 35px;
}

.portfolio-standard .portfolio-item .btn__loadMore {
  font-size: 15px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
}

.portfolio-standard .portfolio-item .btn__loadMore:hover {
  background-color: #fe5a0e;
  color: #ffffff;
}

.portfolio-standard .portfolio-item .btn__loadMore:hover i {
  color: #ffffff;
}

.portfolio-standard .portfolio-item .btn__loadMore:hover:after {
  opacity: 0;
}

.portfolio-standard .portfolio-item .btn__loadMore:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.portfolio-standard .portfolio-item .btn__loadMore i {
  background-color: #fe5a0e;
  color: #ffffff;
}

.portfolio-standard-carousel {
  overflow-x: hidden;
}

.portfolio-standard-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}

.portfolio-standard-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.portfolio-standard-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.portfolio-standard-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

.portfolio-carousel .portfolio-item {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.portfolio-carousel .portfolio-item .portfolio__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(27, 26, 26, 0.3) 0%, rgba(0, 0, 0, 0) 82%);
}

.portfolio-carousel .portfolio-item .portfolio__content {
  position: relative;
  padding: 0 100px 50px 50px;
  -webkit-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -o-transform: translateY(90px);
  transform: translateY(90px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio-carousel .portfolio-item .portfolio__cat a {
  color: #fe5a0e;
}

.portfolio-carousel .portfolio-item .portfolio__title {
  font-size: 31px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}

.portfolio-carousel .portfolio-item .portfolio__title a {
  color: #ffffff;
}

.portfolio-carousel .portfolio-item .portfolio__desc {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-carousel .portfolio-item .btn__loadMore {
  position: absolute;
  bottom: 60px;
  right: -20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-carousel .portfolio-item .btn__loadMore i {
  background-color: #ffffff;
  color: #fe5a0e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-carousel .portfolio-item .btn__loadMore i:hover {
  background-color: #fe5a0e;
  color: #ffffff;
}

.portfolio-carousel .portfolio-item .btn__loadMore i:after {
  display: none;
}

.portfolio-carousel .portfolio-item:hover .portfolio__content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-carousel .portfolio-item:hover .portfolio__desc,
.portfolio-carousel .portfolio-item:hover .btn__loadMore {
  opacity: 1;
}

.portfolio-grid-layout2 .portfolio-item .portfolio__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.85);
  opacity: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.portfolio-grid-layout2 .portfolio-item .portfolio__title,
.portfolio-grid-layout2 .portfolio-item .portfolio__cat {
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.portfolio-grid-layout2 .portfolio-item .portfolio__title a,
.portfolio-grid-layout2 .portfolio-item .portfolio__cat a:hover {
  color: #ffffff;
}

.portfolio-grid-layout2 .portfolio-item:hover .portfolio__content {
  opacity: 1;
}

.portfolio-grid-layout2 .portfolio-item:hover .portfolio__content .portfolio__title,
.portfolio-grid-layout2 .portfolio-item:hover .portfolio__content .portfolio__cat {
  opacity: 1;
}

.portfolio-single .portfolio__icon {
  background-color: #ffffff;
  position: relative;
  width: 144px;
  height: 144px;
  padding: 10px;
  margin: -75px auto 0;
  border-radius: 50%;
}

.portfolio-single .portfolio__icon i {
  width: 124px;
  height: 124px;
  line-height: 124px;
  font-size: 75px;
  color: #fe5a0e;
  text-align: center;
  display: inline-block;
  border: 2px solid #fe5a0e;
  border-radius: 50%;
}

.portfolio-single .portfolio-item .portfolio__title {
  font-size: 35px;
  margin-bottom: 11px;
}

.portfolio-single .portfolio-item .portfolio__desc {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  color: #1b1a1a;
}

.portfolio-single .list-items-layout2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-single .list-items-layout2 li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.portfolio-single .portfolio-slider .slick-arrow.slick-next {
  right: 320px;
}

.portfolio-single .portfolio-slider .slick-arrow.slick-prev {
  left: 320px;
}

.portfolio__meta-list li {
  font-size: 15px;
  margin-bottom: 13px;
}

.portfolio__meta-list li strong {
  color: #1b1a1a;
  display: inline-block;
  min-width: 120px;
}
.portfolio-single .portfolio-slider .slick-slide {
  margin: 0 20px;
}

@media (min-width: 1500px) {
  .portfolio-carousel .slick-slider {
    width: 190%;
  }
}

@media (min-width: 1200px) {
  .portfolio-carousel .slick-slider {
    width: 130%;
  }

  .portfolio-single .btn__icon {
    min-width: 370px;
  }

  .portfolio-single .portfolio-slider .slick-slide {
    margin: 0 20px;
  }

  .portfolio-single .portfolio-slider .slick-dots {
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .portfolio-single .portfolio-slider .slick-list {
    margin: 0 -5px;
  }

  .portfolio-single .portfolio-slider .slick-slide {
    margin: 0 5px;
  }

  .portfolio-single .portfolio-slider .slick-arrow.slick-next {
    right: 40px;
  }

  .portfolio-single .portfolio-slider .slick-arrow.slick-prev {
    left: 40px;
  }

  .portfolio-carousel .nav-tabs {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-item .portfolio__title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .portfolio-filter li {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .portfolio-filter li a {
    font-size: 13px;
  }

  .portfolio-carousel .portfolio-item .portfolio__content {
    padding: 0 40px 20px 20px;
  }

  .portfolio-carousel .portfolio-item .portfolio__title {
    font-size: 18px;
    margin-top: 0;
  }

  .portfolio-carousel .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 22px;
  }

  .portfolio-standard .portfolio-item .portfolio__content {
    padding: 15px 15px 0 15px;
  }

  .portfolio-standard-carousel .slick-slide {
    margin: 5px;
  }

  .portfolio-standard-carousel .slick-list {
    margin: -15px;
  }

  .portfolio-standard-carousel .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 370px) {
  .portfolio-carousel .portfolio-item .portfolio__content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .portfolio-carousel .portfolio-item .portfolio__desc {
    display: none;
  }

  .portfolio-item .portfolio__desc {
    font-size: 13px;
    line-height: 23px;
    margin-top: 10px;
  }
}
/*----------------------
    Carousel
-----------------------*/
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.m-slides-0 .slick-list {
  margin: 0;
}

.m-slides-0 .slick-slide {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(27, 26, 26, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0;
  z-index: 3;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slick-arrow:hover {
  color: #1b1a1a;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
  font-family: "Font Awesome\ 5 Pro";
  font-size: 55px;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.slick-next:before {
  content: "\f105";
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-prev:before {
  content: "\f104";
}

.carousel-arrows-light .slick-arrow {
  color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: none;
}

.carousel-arrows-light .slick-arrow:hover {
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  z-index: 2;
}

.slick-dots li {
  display: inline-block;
  margin: 5px;
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 0;
  width: 16px;
  height: 4px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #9b9b9b;
}

.slick-dots li button {
  font-size: 0;
  width: 100%;
}

.slick-dots li.slick-active {
  background-color: #fe5a0e;
}
.modal-backdrop.show {
  opacity: .7!important;
}
.modal.reflect .close {
  float: unset;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  background: #F07E0C!important;
  width: 35px;
  height: 35px;
  z-index: 1;
  border: none;
}
.modal.reflect {
  padding: 0!important;
  margin: 0px 0;
}
.modal.reflect .modal-dialog {
  background: #fff;
  overflow: hidden;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  max-width: unset;
  margin: 0;
}
.modal.reflect .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  height: 100%;
  padding: 18px;
  position: relative;
}
.modal.reflect .modal-body {
  width: 100%;
  margin: auto 0!important;
  background: #fff;
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 20px;
}
.modal.reflect .top_title {
  font-size: 28px;
  line-height: 25px;
}
/*.content_boreflet, .content_boreal, .content_bocenter {
  display: none;
}*/
.box_zone_actif{
  margin-top: 10px;
}
.box_zone_content {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border: 1px solid #043e74;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.title_content {
  letter-spacing: 2px;
  font-size: 40px;
  position: absolute;
  color: #fff;
  display: block;
  line-height: 49px;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  background: #5f544d00;
  padding: 12px 20px;
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.box_zone_content_img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 0 0 auto;
}
.title_content small {
  font-size: 14px;
  letter-spacing: 0;
  display: block;
  line-height: 20px;
}
a.btn_details_home:hover .title_content{
  transform: scale(.9);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn_details_home:hover .box_zone_content_img{
  transform: scale(1.2);
  opacity: .3;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.btn_details_home:hover .box_zone_content{
  background: #1a3d72;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.boreal a.btn_details_home:hover .box_zone_content{
  background: #24747D;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bocenter a.btn_details_home:hover .box_zone_content{
  background: #786760;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal.reflect .logo_zone {
  width: 140px;
  text-align: center;
  margin: -10px auto 40px auto;
}
.border_solid{
  border: 1px solid #e5e5e5;
}
.box_surface{
  background: #1a3d72;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.box_surface h5{
  color:#fff
}
.boreal.box_surface{
  background: #24747D;
}
.bocenter.box_surface{
  background: #786760;
}
a.js-video-button {
  width: 50px;
  height: 50px;
  display: block;
  color: rgb(255 255 255);
  position: fixed;
  z-index: 90;
  bottom: 94px;
  right: 27px;
  background: #f07e0d;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}
a.js-video-button i {
  font-size: 23px;
  color: #fff;
  line-height: 49px;
  font-weight: bold;
}
a.reader_button {
  width: 50px;
  height: 50px;
  display: block;
  color: rgb(255 255 255);
  position: fixed;
  z-index: 90;
  bottom: 166px;
  right: 27px;
  background: #f07e0d;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
}
a.reader_button i {
  font-size: 23px;
  color: #fff;
  line-height: 49px;
  font-weight: bold;
}
.option_btn_menu {
  position: fixed;
  right: 27px;
  bottom: 24px;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  background: #f07e0d;
  z-index: 50;
  text-align: center;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  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;
}
.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(193 171 111 / 80%);
  border-radius: 50%;
  background-color: #c1ab6f;
  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);
}
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 109;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.menu_wrapper {
  position: fixed;
  width: 373px;
  height: auto;
  font-weight: 500;
  background: #f07e0d;
  overflow: hidden;
  right: 27px;
  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: 94px;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  transform-origin: right bottom;
}
.menu_shown_option .menu_wrapper {
  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 .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.menu_wrapper .inner {
  padding: 40px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.close_zone {
  font-size: 26px;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
}
ul.menu_nav {
  padding: 0 0 0 0;
  margin: 0;
}
ul.menu_nav li {
  display: block;
}
ul.menu_nav li a {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 600;
  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: 18px 40px;
  display: flex;
  align-items: center;
  /* background: #c7b278; */
  /* box-shadow: 0px 0px 12px rgb(2 45 98 / 10%); */
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid #fff;
}
ul.menu_nav li a i {
  margin-right: 40px;
  font-size: 35px;
}
ul.menu_nav li a p {
  margin: 0;
}
ul.menu_nav li a:hover{
  background: #fff;
  color: #f07e0d;
  box-shadow: -20px 20px 10px rgb(2 45 98 / 10%);
  transition: box-shadow 0.3s ease-in-out;
}
.open_book_menu .menu-background {
  transition: opacity .3s ease-in-out;
  opacity: .6;
  visibility: inherit;
}
.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 {
  position: fixed;
  width: 500px;
  height: 100vh;
  background: #1a3d72;
  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;
}
.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;
  margin-bottom: 40px;
}
.meetings-iframe-container {
  position: relative;
}
body.body--static {
  height: 100%;
  overflow: hidden;
}
.meetings-iframe-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 77px;
  background: #1a3d72;
  bottom: 0;
  left: 0;
}
.menu-button {
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 1;
  border: 2px solid #f07e0d;
  padding: 4px 7px;
}
.menu-button .line-1 {
  top: 6px;
}
.menu-button .line-2 {
  top: 15px;
}
.menu-button .line-3 {
  top: 24px;
}
.menu_shown .menu-button .line-1 {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(225deg);
  top: 15px;
}
.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: 11px;
}
menu-button span {
  left: -51px;
  top: 5px;
  font-size: 12px;
  color: #f07e0d;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 2px;
  background: #f07e0d;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}

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

.info-com{
  line-height: 15px;
}
.photo_com{
  padding: 4px;
    background: #fff;
    border-radius: 100px;
}
.info-com span{
  margin-bottom: 8px;
  display: block;
  color: #5d4f29;
}
.info-com i{
font-size: 10px;
}
.elmt_box_com img{
  position: absolute;
  width: 160px;
  right: -60px;
}
.box_img_tab_bg_white{
  height: 100%;
  background: #fff;
}
.exp_zone_leftX{
  position: relative;
  background: #dfdfdf;
  padding: 120px 40px 120px 0px;
}
.exp_zone_leftX::after{
  content: "";
  position: absolute;
  top:0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #dfdfdf;
}
.exp_zone_rightX{
  padding: 120px 0px 100px 20px;
}
sup{
  font-size: 10px;
}
.boreflet .box_zone_content{
  border: 1px solid #fff;
}
.boreal .box_zone_content{
  border: 1px solid #fff;
}
.bocenter .box_zone_content{
  border: 1px solid #fff;
}
textarea.form-control {
  min-height: 170px;
}
.access_client{
  line-height: 30px;
  margin-right: 20px;
  display: block;
}
.box_img{
  box-shadow: -20px 19px 0 rgb(0 0 0 / 4%);
}
.box_zone_com {
  padding: 40px;
  height: 200px;
  text-align: center;
  border: 1px solid #f07e0d;
  color: #043d73;
  font-weight: bold;
}
#commodities.owl-carousel .owl-stage{
padding: 0!important;
}
.bordered_img {
  border: 1px solid #dedede;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 2px 20px 18px rgb(0 0 0 / 7%);
}
#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 {
  position: absolute;
  bottom: 20px;
  left: 16px;
  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;
}
#modal_online_brochure .modal-content{
  padding: 0px;
}
#modal_online_brochure .modal-body{
background:#07113d;
padding: 0px;
}
/****Style SVG***/

/******/

@media (max-width: 575.98px) {
  header .logo {width: 135px; margin-top: -8px;}
  .access_client{font-size: 0;}
  .access_client i{font-size: 27px;line-height: 0;margin-top: -12px;display: block;}
  .access_client {width: 45px;height: 45px;padding: 3px 7px;}
  .text {font-size: 31px;line-height: 32px;}
  .exp_zone_left{    position: unset;width: 100%;}
  .wide-container {height: 350px;margin-top: 0px;}
  .img_special {background: #fff;height: auto; margin-top: 40px;width: 100%;padding: 0;color: #000!important;}
  .slogan{display: none;}
  .img_special::after{display: none;}
  .phrase {margin-top: unset;padding-top: 50px;padding-bottom: 65px;}
  .apropos{display: none;}
  .top_title {font-size: 20px;line-height: 20px;}
  .boreflet {margin-top: unset;}
  .zone_stat {position: unset;width: 100%;}
  .accroche_programme{margin-bottom: 44px;}
  .box_zone_content{margin-bottom: 20px;}
  .inner_zone{padding: 40px 0;}
  .logo_zone {margin: 60px auto 50px auto;}
  .copytext {text-align: center!important;}
  /*.main_navigation {position: fixed;top: 0;width: 100%;left: 0;}*/
  .main_navigation ul.menu {margin: 0px 0 0 0;}
  .main_navigation ul.menu {height: 100vh;transform: translateX(100%);overflow: hidden;transition: all .5s ease;position: fixed;right: 0;top: 81px!important;box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);background: #043d73;width: 200px;}
  .main_navigation ul.menu li {display: block; line-height: 0;margin: 0;padding: 0;}
  .main_navigation ul.menu > li > a {text-align: center; padding: 0;line-height: 65px;margin: 0;display: block;color: #fff;border-bottom: 1px solid #214d75;}
  body.menu_shown .main_navigation ul.menu {-webkit-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;right: 0;top: 14px;transform: translateX(0px);text-align: center;}
  .menu_wrapper {width: 80%;}
  .booking_call_section {width: 100%;}
  #section10{display: none;}
  .top_title span {font-size: 14px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header .logo {width: 147px;}
  .text {font-size: 31px;line-height: 32px;}
  .exp_zone_left{    position: unset;width: 100%;}
  .wide-container {height: 350px;margin-top: 0px;}
  .img_special {background: #fff;height: auto; margin-top: 40px;width: 100%;padding: 0;color: #000!important;}
  .slogan{display: none;}
  .img_special::after{display: none;}
  .phrase {margin-top: unset;padding-top: 50px;padding-bottom: 65px;}
  .apropos{padding: 30px 0;}
  .top_title {font-size: 32px;line-height: 31px;}
  .boreflet {margin-top: unset;}
  .zone_stat {position: unset;width: 100%;}
  .accroche_programme{margin-bottom: 44px;}
  .box_zone_content{margin-bottom: 20px;}
  .inner_zone{padding: 40px 0;}
  .logo_zone {margin: 60px auto 50px auto;}
  .copytext {text-align: center!important;}
  /*.main_navigation {position: fixed;top: 0;width: 100%;left: 0;}*/
  .main_navigation ul.menu {margin: 0px 0 0 0;}
  .main_navigation ul.menu {height: 100vh;transform: translateX(100%);overflow: hidden;transition: all .5s ease;position: fixed;right: 0;top: 89px!important;box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);background: #043d73;width: 200px;}
  .main_navigation ul.menu li {display: block; line-height: 0;margin: 0;padding: 0;}
  .main_navigation ul.menu > li > a {text-align: center; padding: 0;line-height: 65px;margin: 0;display: block;color: #fff;border-bottom: 1px solid #214d75;}
  body.menu_shown .main_navigation ul.menu {-webkit-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;right: 0;top: 14px;transform: translateX(0);text-align: center;}
  .menu_wrapper {width: 80%;}
  .booking_call_section {width: 100%;}
  #section10{display: none;}
  .top_title span {font-size: 14px;}
  .apropos{display: none;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .logo {width: 147px;}
  .text {font-size: 31px;line-height: 32px;}
  .apropos{display: none;}
  .exp_zone_left{    position: unset;width: 100%;}
  .wide-container {height: 350px;margin-top: 0px;}
  .img_special {background: #fff;height: auto; margin-top: 40px;width: 100%;padding: 0;color: #000!important;}
  .slogan{display: none;}
  .img_special::after{display: none;}
  .phrase {margin-top: unset;padding-top: 50px;padding-bottom: 65px;}
  .apropos{padding: 30px 0;}
  .top_title {font-size: 32px;line-height: 31px;}
  .boreflet {margin-top: unset;}
  .zone_stat {position: unset;width: 100%;}
  .accroche_programme{margin-bottom: 44px;}
  .box_zone_content{margin-bottom: 20px;}
  .inner_zone{padding: 40px 0;}
  .logo_zone {margin: 60px auto 50px auto;}
  .copytext {text-align: center!important;}
  /*.main_navigation {position: fixed;top: 0;width: 100%;left: 0;}*/
  .main_navigation ul.menu {margin: 0px 0 0 0;}
  .main_navigation ul.menu {height: 100vh;transform: translateX(100%);overflow: hidden;transition: all .5s ease;position: fixed;right: 0;top: 89px!important;box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);background: #043d73;width: 200px;}
  .main_navigation ul.menu li {display: block; line-height: 0;margin: 0;padding: 0;}
  .main_navigation ul.menu > li > a {text-align: center; padding: 0;line-height: 65px;margin: 0;display: block;color: #fff;border-bottom: 1px solid #214d75;}
  body.menu_shown .main_navigation ul.menu {-webkit-transition: all 0.15s ease;-o-transition: all 0.15s ease;transition: all 0.15s ease;right: 0;top: 14px;transform: translateX(0);text-align: center;}
  .menu_wrapper {width: 80%;}
  .booking_call_section {width: 100%;}
  #section10{display: none;}
  .top_title span {font-size: 14px;}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .menu-button {display: none;}
  .demo a {left: 50%;transform: translate(-50%, 0);    bottom: 120px;}
}
@media only screen and  (min-width: 1200px) {
.menu-button {display: none;}
}
