@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');/*font-family: 'Teko', sans-serif;*/
  @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300&display=swap');
body {
	font-family: "Shree Devanagari 714", 'Work Sans', 'arial', sans-serif;
  font-size: 18px;
  line-height: 28px;
}
h3 {
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #1E3A3D;
  margin: 40px 0;
}
a { color: #212529; }
.wrapper_ { display: flex; flex-direction: column; justify-content: space-between; min-height: 100vh; }
.wrapper_ main { flex: 1; }
#header {
  position: fixed;
  width: 100%;
  z-index: 44;
}
#header.fixed {
  background: #000E11;
}
.container-fluid{
    max-width: 95%;
}
.top-header {
	background: linear-gradient(270deg, #002027 0%, #1E3A3D 53.18%, #000E11 100%);
	font-family: "Shree Devanagari 714", 'Work Sans', 'arial', sans-serif;
  font-size: 16px;
  /*font-weight: bold;*/
  line-height: 24px;
  color: #fff;
  padding: 10px 55px;
}
.top-header > div {
  display: flex;
  justify-content: space-between;
}
.top-header-left > span {
  display: flex;
  flex-direction: row;
}
.top-header-right {
  font-weight: bold;
  min-width: 37px;
    display: none;
}
.top-header-right span {
  margin-right: 0
}
.top-header-right i {
  font-size: 11px;
}
.top-header i {
  margin-right: 10px;
}
.top-header span {
  margin-right: 15px;
}
.nav-header {
  padding: 10px 55px;
  display: flex;
  justify-content: space-between;
}
.nav-header nav ul {
  display: flex;
  list-style: none;
}
.nav-header nav li {
	margin: 0 15px;
}

#header, #header a {
	color: #FFFFFF;
}
 #header nav a {
  /*font-weight: bold;*/
  font-family: "Work Sans", arial;
}
#header .nav {
	text-align: right;
}

.wrapper-width {
	max-width: 1730px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


#mobile-menu {
  margin: auto;
  z-index: 200;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 78px;
    overflow: auto;
  margin-bottom: 0;
  text-align: center;
  list-style: none;
  padding: 15px 0;
  background: #fff;
  box-shadow: 2px 6px 6px rgba(0, 0, 0,0.4);
}
#mobile-menu li {
  margin: 0 15px 0;
  border-bottom: 1px solid #ccc;
}
#mobile-menu li:last-child {
  border-bottom: none;
}
#mobile-menu ul {
  list-style: none;
  padding: 0;
  flex-direction: column;
}
#mobile-menu li a {
  padding: 15px 0;
  color: #000;
  font-size: 19px;
  display: block;
  transition: all ease .3s;
}
#mobile-menu li a:hover {
  background: #CAFDED;
  text-decoration: none;
  color: #1E3A3D;
}
.nav-icon1{
  width: 40px;
  height: 26px;
  position: absolute;
  right:  0;
  margin: 6px 15px 22px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: none;
  background: none;
  outline: none !important;
}

.nav-icon1 span{
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon1 span:nth-child(1) {
  top: 4px;
}

.nav-icon1 span:nth-child(2) {
  top: 15px;
}

.nav-icon1 span:nth-child(3) {
  top: 26px;
}

.nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.ctt-btn-close {
  border-top: 1px solid #FFF;
  text-align: center;
}
.ctt-btn-close button span{
  background: #FFF;
}
.boder-btn-close {
  border: 1px solid #FFF;
  border-width: 0 1px;
  display: inline-block;
}
.page-id-214 .section-form {
	margin-top: 60px;
}
.section-form {
	margin-top: 120px;
	margin-bottom: 115px;
}
.page-id-642 .section-form {
  margin-top: 0;
  margin-bottom: 115px;
}
.section-form label {
    font-size: 18px;
    margin-bottom: 17px;
    color: #fff;
}
.section-form [type="text"], .section-form [type="email"], .section-form textarea, .section-form [type="tel"]{
    width: 100%;
    border: none;
    background: #fff;
    box-shadow: inset 2px 2px 6px 0 #1E3A3D;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 20px;
}
.section-form [type="submit"] {
	height: 47px;
	width: 196px;
	border: 1px solid #CAFDED;
	border-radius: 30px;
	background: none;
	box-shadow: 0 2px 4px 2px rgba(255,255,255,0.5), 0 2px 8px 2px rgba(0,255,247,0.5);
	font-family: "Teko","arial", "sans-serif";
	  font-size: 18px;
	  letter-spacing: 1.28px;
	  line-height: 21px;
	  color: #fff;
	  margin: 22px 0 41px;
}
.section-form .bloc-contact {
	padding: 45px 111px;
}

.section-form [type="text"], .section-form [type="email"], .section-form [type="tel"] {
    height: 47px;
}
.section-form textarea {
	height: 245px;
}
.section-form .label-terme {
		font-family: "Shree Devanagari 714","arial", "sans-serif";
	  font-size: 12px;
	  line-height: 17px;
}

.bg-green {
    background: linear-gradient(180deg, #002027 0%, #1E3A3D 53.18%, #000E11 100%);
    color: #fff !important;
}


footer {
	color: #00011A;
  font-family: "Work Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
footer h2 {
	color: #00011A;
  font-family: "Work Sans";
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: none;
}
footer .section-top-footer h2::before {
    content: "";
    height: 17px;
    width: 3px;
    background-color: #1E3A3D;
    display: inline-block;
    margin-right: 7px;
    top: 3px;
    position: relative;
}

footer .social-menu ul {
	display: flex;
}
footer .social-menu a {
height: 40px;
  width: 40px;
  background: linear-gradient(180deg, #002027 0%, #1E3A3D 53.18%, #000E11 100%);
  display: inline-block;
color: #fff;
background-color: #1E3A3D;
margin: 11px 20px 0 0;
border-radius: 50%;
text-align: center;
line-height: 40px;
font-size: 24px;
}
footer a {
	color: #000
}
footer ul {
	list-style: none;
	padding: 0;
}
footer .nav-cms ul li { margin-bottom: 11px; }
footer .nav-cms ul li a { text-decoration: underline; }
footer .section-top-footer {
	  border-top: 1px solid #00011A;
	  max-width: 1488px;
	  margin: 0 auto;
	  width: 100%;
	  padding-top: 25px
}
footer .col {
	margin-bottom: 84px;
  min-width: 181px;
}
footer .copyright {
	background: linear-gradient(180deg, #002027 0%, #1E3A3D 53.18%, #000E11 100%);
	text-transform: uppercase;
	font-family: "Work sans", arial;
  font-size: 14px;
  line-height: 16px;
	color: #fff;
	padding: 10px;
}
.footer address,
.footer p {
  line-height: 26px;
}

.btn-green-light {
	background-color: #CAFDED;
  	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.32);
  	height: 55px;
	line-height: 55px;
	border-radius: 30px;
	padding: 0 52px;
	font-family: "Teko", arial;
  font-size: 26px;
  letter-spacing: 1.28px;
  display: inline-block;
    color: #1E3A3D;
}
.btn-border-green {
	font-family: "Teko", arial;
  font-size: 18px;
  letter-spacing: 1.28px;
  display: inline-block;
  	height: 55px;
	line-height: 55px;
	border-radius: 30px;
	padding: 0 52px;
	background: none;
  border: 1px solid #CAFDED;
  border-radius: 30px;
  box-shadow: 0 2px 4px 2px rgba(255,255,255,0.5), 0 2px 8px 2px rgba(0,255,247,0.5);
    color: #CAFDED;
}

.content-text {
	margin-top: 32px;
}



h1, h2, h3 {
    font-family: 'Fluid Lighter';
}
h2 {
  font-family: 'Teko';
  font-size: 50px;
  line-height: 57px;
  text-transform: uppercase;
   color: #1E3A3D;
}
.footer h3 {
  font-size: 23px;
  text-transform: uppercase;
  line-height: 26px;
}


.section-top {
  background: #10292C;
  padding-top: 111px
}
.section-top h1 {
   color: #FFFFFF;
  font-family: "Teko";
  font-size: 100px;
  line-height: 90px;
  color: #fff;
  margin: 57px 0 94px;
}
.page-id-246 .section-gamme{
	margin-top: 85px;
	margin-bottom: 15px;
}
.page-id-214 .content-image img{
	margin-top: 85px;
}

.top-header-left { display: flex; flex-wrap: wrap; }
#main-about-us .content-image {
    max-width: 680px;
}
#main-about-us .col-lg-6.text-center .content-image{
  margin-left: auto;
}
.page-id-597 .section-gamme ul{
  flex-direction: column;
}
.page-id-597 .section-gamme ul li{
  width: 100%;
}
main section p a {
  color: #1c373a;
  text-decoration: underline;
}
#text-logo {
  margin-top: 120px;
}
#text-logo .image {
  margin-bottom: 32px;
}





@media only screen and (max-width: 1700px) {
  .nav-header {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 1400px) {
  .nav-header nav li {
      margin: 0 10px;
  }
  #header nav a {
    font-size: 18px;
  }
  .logo-img {
      max-width: 222px;
  }
  .bg-green-title iframe {
    width: 100%;
    max-width: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-id-597 .section-form {
    margin-top: 0;
  }
  .page-id-597  #section-contact .row{
    align-items: center;
  }
  .page-id-597  #section-contact .row h2{
    height: auto;
  }
  .page-id-613 .section-form {
    margin-top: 0;
  }
  .page-id-613  #section-contact .row{
    align-items: center;
  }
  .page-id-613  #section-contact .row h2{
    height: auto;
  }
  .nav-header nav ul{
    margin-bottom: 0;
    position: relative;
    top: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-header {
      position: relative;
  }
  #header + main {
    padding-top: 106px;
  }
    #header {
      background: #0A1616;
  }
  .page-id-613  #section-contact .row h2{
    height: auto;
  }
  .section-form .bloc-contact {
      padding: 45px 0;
  }
  #mobile-menu {
    margin: auto;
    z-index: 200;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 58px;
    overflow: auto;
    margin-bottom: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    background: #fff;
    box-shadow: 2px 6px 6px rgba(0, 0, 0, .4);
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 37px;
  }
  .section-top h1 {
    font-size: 30px;
    line-height: 38px;
    margin: 57px 0;
  }
  .section-form .bloc-contact {
      padding: 45px 11px;
  }
  footer .col {
      margin-bottom: 24px;
  }
  .section-form {
      margin-bottom: 55px;
  }
  .counter + div {
    font-size: 20px;
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 580px) {
  .top-header-left i { display: none; }
}
@media only screen and (max-width: 480px) {
  .top-header {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width:767px) {
    .section-form{
        margin-top: 20px;
    }
    .section-top{
        padding-top: 0;
        margin-bottom: 30px;
    }
    .content-image{
        margin-bottom: 20px;
    }
    footer a{
      height: 48px;
    display: inline-block;
    line-height: 48px;
    }
    h3 {
      font-size: 20px;
      line-height: 32px;
    }
    h3 br{
      display: none;
    }
}

@media  (min-width:768px) and (max-width: 1200px){
    .content-image{
        margin-bottom: 20px;
    }
    .section-top{
        padding-top: 0;
        margin-bottom: 30px;
    }
}

body.error404 #header{
  background: #1e3a3d;
}
body.error404 .wrapper_ main {
  margin-top: 15%;
  padding-left: 5%;
}
body.error404 aside.sidebar {
  display: none;
}
iframe {
  border: none;
}
