/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

::selection {
  background: #869f42;
  color: #fff;
}

::-moz-selection {
  background: #869f42;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #869f42;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #059700;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #06bb00;
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
.main-banner {
  padding-top:80px;
  position: relative;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.banner-logo {
  display: flex;
  flex-direction: column;
  position: absolute;
  width:100%;
  top: 20%;
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-logo {
  display: block;
  width:300px;
  height:300px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.829);
}

.image-logo img{
  width:300px;
  height:300px;
  box-shadow: 2px 2px 5px #000000;
}


@-webkit-keyframes zoomin {
  0% {
      -webkit-transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.1);
  }

}

.image-carousel{
  object-fit: cover;
  height: 850px;
  image-rendering: auto;
  -webkit-animation: zoomin 10s 1;
}

.banner-text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  text-align: center;
}

.banner-text h2{
  font-family: "Brush Script MT";
  font-size: 96px;
  color: #ffffff;
  text-shadow: 2px 2px 5px #000000;
  /*text-shadow: 1px 0 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000;*/
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.main-banner .caption img{
  background: rgba(250,250,250, 0.8);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.banner_text {
  font-style: italic;
  font-size: 16px;
  color: white;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.tel_number {
  margin-bottom: 0px !important;
  margin-top: 40px !important;
 }

#banner_text1 {
   margin-bottom: 40px;
 }

 #banner_text2 {
  margin-top: 10px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #059700;
  font-weight: 900;
}


@media screen and (max-width: 1024px) {
  .image-logo {
    width:200px;
    height:200px;
  }
  
  .image-logo img{
    width:200px;
    height:200px;
  }

  .banner-text h2{
    font-size: 56px;
  }

  .image-carousel {
    height:670px;
  }
}

/*
---------------------------------------------
presentation
---------------------------------------------
*/
#presentation {
  display:block!important;
}

.section_content {
  width:80%;
  margin-left: auto!important;
  margin-right: auto!important;
}

.texte-introduction em {
  color: #565827;
  /*font-weight: bold;*/
}

.texte-introduction{
  color: #949B5C;
  font-size:18px;
  margin-top : 20px;
  margin-bottom: 20px;
  text-align: center;
}


/*
---------------------------------------------
services
---------------------------------------------
*/
#services {
  margin-bottom: 0px;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#services-content {
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.service-item {
  position: relative;
  display: flex;
  justify-content: center;
  padding:10px;
}

.service-item-text {
  text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
  font-size: 12px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-item-text h2{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: white;
}

.service-item:hover .service-item-text h2 {
  font-size: 38px;
  transition-property:all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.service-item:hover img {
  transition: transform .2s; /* Animation */
}

.service-item:hover img {
  transform: scale(1.1);
}

.services-page {
  padding-top:120px;
  padding-bottom:40px;
  min-height: 700px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  margin-top: 30px;
  overflow:hidden;
  background-image: url(../images/pin.jpg);
}

#contact-us #main-row {
  padding-top: 60px;
  background: rgba(35, 45, 57, 0.9);
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 30px; 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us label {
  color:white;
}

#contact-us form-group {
  padding:0;
  margin:0;
}
#contact-us input {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

#contact-us #buttonToModalDevis {
  font-size: 24px;
}


.contact-form img{
  display:block;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 40px;
  width: 400px;
}

.contact-form input,
.contact-form textarea {
  color: #000000;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.telGroup {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-captcha {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.form-captcha #formCaptchaLabel{
  margin-right: 5px;
}

.form-captcha #formCaptcha{
  width:50px;
  margin-right: 5px;
  padding-bottom: 10px;
}

#formTel {
  margin-bottom: 20px;
  width:170px;
}

#formTelLabel {
  margin-bottom: 10px;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}



.contact-label {
  margin-top: 20px;
  margin-left: 0px!important;
  margin-right:0px!important;
  margin-bottom: 80px!important;
  padding-top: 40px;
  text-align: center;
}

.contact-label p {
  margin: 20px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.contact-label h6 {
  line-height: 30px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.contact-label h6 em{
  font-style: normal;
  color : #869f42;
}


/* 
---------------------------------------------
associates
--------------------------------------------- 
*/
.associates {
  display:flex;
  align-items: center;
  flex-direction: column;
  margin-bottom:80px;
}

.div-associates {
  display:flex;
  justify-content: space-between;
  width:80%;
  overflow-x: scroll;
}

.div-associate-single {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-associate {
  height:130px;
  margin:10px;
} 

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: rgba(35, 45, 57, 1);
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: white;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #059700;
}

footer p a:hover {
  color: #06bb00;
}

.mail_success {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mail_success img {
  width: 200px;
  margin: 80px;
  margin-bottom: 40px;
}

.mail_success p {
  font-size: 20px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #1b1b1b;
}

.mail_success button {
  font-size: 20px;
  margin-top: 40px
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #fff;
    border-radius: 50%;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 30px;
  }
  .header-area .main-nav .nav li a {
    font-size: 12px;
  }
  #services {
    margin-bottom:110px;
  }
  #services .service-item {
    margin-bottom: 30px;
  }
  /*
  #contact-us #map {
    margin-bottom: -7px;
  }
  /*
  #contact-us .contact-form {
    display:none;
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  } */

  #contact-mail{
    font-size:16px;
    color : #06bb00;
  }
  .contact-label {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

}

@media (max-width: 450px) {
  .service-item .right-content a.text-button {
    margin-left: 130px;
  }
}