/* VARIABLES------------------------------------------------- */
/* FIXING & BASICS--------------------------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.container-1080 {
  width: 1080px;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* ---------------------------------------------------------- */
.mobile-navigation {
  display: none; }
  
   .mobile-language-buttons {
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 30px 0;
    /* align-content: center; */
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 50px 0 15px 0;
      }

/* ---------------------------------------------------------- */
.homepage-background {
  color: white;
  background: url("../img/ciel-et-plaine-web.jpg") no-repeat bottom right;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 15px;
  top: 0;
  position: fixed;
  z-index: 0;
  overflow: hidden; }

body.linkpage1 .homepage-background {
  background: url("../img/plante-zen2-web.jpg") no-repeat bottom right;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 15px;
  top: 0;
  position: fixed;
  z-index: 0;
  overflow: hidden;}

body.linkpage2 .homepage-background {
  background: url("../img/grass-field-soleil-2-web.jpg") no-repeat bottom right;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 15px;
  top: 0;
  position: fixed;
  z-index: 0;
  overflow: hidden;}

body.linkpage3 .homepage-background {
  background: url("../img/garcon-champ-web.jpg") no-repeat top right;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 15px;
  top: 0;
  position: fixed;
  z-index: 0;
  overflow: hidden;}

body.linkpage4 .homepage-background {
  background: url("../img/telephone-2-web.jpg") no-repeat bottom right;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 15px;
  top: 0;
  position: fixed;
  z-index: 0;
  overflow: hidden;}
  
 

/* ---------------------------------------------------------- */
#home-title {
  top: 15%;
  position: relative;
  text-align: left;
  z-index: 10;
  opacity: 1;
  width: 100%;}

#home-title.show {
  opacity: 0;
  transition: opacity 1s;
  z-index: 0; }

#home-title h1 {
  color: #da291c;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  text-shadow: 0 0 5px darkslategrey;
  max-width: 100%;
  opacity: 0.85; 
  z-index: 0;
}
  
.homepage #home-title > h1 {
    color: white !important;
 
}

#home-scrolldown {
  font-size: 30px;
  background: transparent;
  padding-top: 3px;
  position: absolute;
  bottom: 20px;
  z-index: 20;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  border: solid white 2px; }

#home-scrolldown a {
  text-decoration: none;
  color: white; }

body.linkpage1 #home-scrolldown, body.linkpage3 #home-scrolldown, body.linkpage4 #home-scrolldown {
  color: #00C5B4;
  border: solid #00C5B4 2px; }

body.linkpage1 #home-scrolldown a, body.linkpage3 #home-scrolldown a, body.linkpage4 #home-scrolldown a {
  color: #00C5B4; }

/* ---------------------------------------------------------- */
#section2, #section4, #section5, #section6, #section7, #section8, #section9,
#section10, #section11, #section12, #section13, #section14,
#section15, #section16, #section17, #section18, #section19, #section20, #section21,
#section22, #section23, #section24, #section25 {
  min-width: 100%;
  padding: 50px 50px 20px 50px;
  position: relative;
  text-align: center;
  font-family: "Open sans", sans-serif;
  z-index: 15;
  background: white;
  overflow: hidden; }
  #section2 h1, #section4 h1, #section5 h1, #section6 h1, #section7 h1, #section8 h1, #section9 h1,
  #section10 h1, #section11 h1, #section12 h1, #section13 h1, #section14 h1,
  #section15 h1, #section16 h1, #section17 h1, #section18 h1, #section19 h1, #section20 h1, #section21 h1,
  #section22 h1, #section23 h1, #section24 h1, #section25 h1 {
    font-weight: 300;
    font-size: 70px;
    margin-bottom: 60px;
    display: block;
    margin-top: 50px;
    color: black; }
  #section2 p, #section4 p, #section5 p, #section6 p, #section7 p, #section8 p, #section9 p,
  #section10 p, #section11 p, #section12 p, #section13 p, #section14 p,
  #section15 p, #section16 p, #section17 p, #section18 p, #section19 p, #section20 p, #section21 p,
  #section22 p, #section23 p, #section24 p, #section25 p {
    font-weight: 300;
    padding: 0;
    margin: 0;
    max-width: 68%;
    display: inline-block;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 100px;
    color: black; }

/* ---------------------------------------------------------- */
#section2 {
  background: rgba(0, 197, 180, 0.93);
  /*    margin-top: 100vh;*/
  z-index: 20; }
  #section2 p {
    color: white;
    margin-bottom: 300px; }
  #section2 h1 {
    color: white;
    margin-top: 100px; }
  #section2 a {
    color: #da291c;
    text-decoration: none;
    font-weight: 600; }

/* ---------------------------------------------------------- */
#section4 {
  background: rgba(255, 255, 255, 0.8); }

/* ---------------------------------------------------------- */
#section5 {
  background: #00C5B4; }
  #section5 h1 {
    color: white; }
  #section5 p {
    color: white; }

/* ---------------------------------------------------------- */
#section6 {
  background: #e5e8e7; }

/* ---------------------------------------------------------- */
#section7 p {
  display: inline;
  max-width: 100% !important;
  text-align: left !important;
  font-size: 22px; }
#section7 br {
  display: block;
  margin: 5px 0;
  content: "";
  line-height: 0.5 !important; }
#section7 h2 {
  color: #da291c;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px; }

.histo-column-left, .histo-column-right {
  float: left;
  width: 30%;
  padding: 15px;
  text-align: right;
  margin-bottom: 50px; }
  .histo-column-left p, .histo-column-right p {
    font-size: 20px !important;
    line-height: 1.5 !important;
    max-width: 90% !important;
    margin-bottom: 30px !important; }
  .histo-column-left span, .histo-column-right span {
    color: #da291c;
    font-size: 15px;
    font-weight: 600;
    line-height: 0.5 !important; }

.histo-column-right {
  text-align: left;
  width: 70% !important;
  font-size: 19px !important; }

#section7 .highlight {
  background: #da291c;
  color: white !important;
  font-weight: 300 !important;
  padding: 0 5px;
  font-size: 18px !important; }

.signa-quote {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #00C5B4;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  border-radius: 0 15px 0 15px; }
  
#section7 .future-projects p {
      font-weight: 700;
      text-align: center !important;
      color: #00C5B4;
      font-size: 25px;
      width: 100%;
      padding: 30px;
      border-top: dotted 1px #9C9DA1;
      margin-bottom: 20px;
      position: relative;
      display: block;
      margin: 0 auto;
  }

/* ---------------------------------------------------------- */
#section8 {
  background: #e5e8e7;
  z-index: 23; }
  #section8 p {
    color: #9C9DA1;
    margin-bottom: 0;
    position: relative;
    float: left;
    text-align: right;
    display: inline-block;
    width: 50%;
    font-size: 17px;
    padding-right: 50px;
    float: left !important;
    font-weight: 400;
    line-height: 1.7; }
    #section8 p span {
      font-size: 55px;
      color: black;
      line-height: 120%;
      color: #da291c;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 40px; }

#illustration-cellule {
  /*   background: url("../img/Signaterre-Cellule-web.png") no-repeat bottom center;*/
  /*      background-size: contain;*/ }
  #illustration-cellule img {
    width: 50%;
    display: inline-block;
    float: right;
    position: relative;
    z-index: 40;
    top: -15px; }

.section-down {
  /*  bottom: -80px;*/ }

/* ---------------------------------------------------------- */
#section9 {
  background: #da291c;
  z-index: 20;
  text-align: left;
  padding-bottom: 100px; }
  #section9 h1 {
    color: white; }
  #section9 p {
    max-width: 100%;
    margin-bottom: 60px;
    color: white; }
  #section9 h2 {
    font-size: 33px; }

/* ---------------------------------------------------------- */
#section10 p {
  margin-bottom: 0; }
#section10 span {
  color: #00C5B4;
  font-weight: 700 !important;
  font-size: 25px; }

/* ---------------------------------------------------------- */
#section11 {
  background: rgba(255, 255, 255, 0.8); }
  #section11 span {
    color: #da291c; }

/* ---------------------------------------------------------- */
#section12 {
  background: #00C5B4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 20px; }
  #section12 h2 {
    color: white;
    display: block;
    width: 100%;
    margin-bottom: 50px; }
  #section12 h3 {
    margin: 0 auto;
    width: 100%;
    border-bottom: solid #da291c 1px;
    border-top: solid #da291c 1px;
    padding: 20px 0 20px 0;
    display: block;
    margin-bottom: 30px;
    font-weight: 600; }
  #section12 h1 {
    width: 100%; }
  #section12 p {
    margin-bottom: 0;
    max-width: 100% !important;}
    
.bouton-annexe1 {
    color: white;
    border: solid 1px #00C5B4;
    border-radius: 24px;
    padding: 4px 16px;
    text-decoration: none;
    margin-top: 8px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    background: #00C5B4;
    }
    
    .bouton-annexe1:hover {
    color: white;
    border: solid 1px white;
    border-radius: 24px;
    padding: 4px 16px;
    text-decoration: none;
    margin-top: 8px;
    position: relative;
    display: inline-block;
    background: transparent;
    }

.sols-autorises {
  flex-grow: 1;
  width: 40%;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px;
  margin: 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 100px; }
  .sols-autorises span {
    color: #da291c;
    font-weight: 400; }

/*.sols-autorises:first-of-type {
   margin-right: 20px;
}*/
/* ---------------------------------------------------------- */
#section13 {
  text-align: left; }
  #section13 p {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 150px; }
  #section13 h2 {
    color: #00C5B4;
    font-size: 35px; }

/* ---------------------------------------------------------- */
#section14 {
  background: #e5e8e7;
  padding-bottom: 80px; }
  #section14 p {
    max-width: 100%;
    margin-bottom: 50px;
    font-weight: 600;
    color: #9C9DA1; }
  #section14 h3 {
    display: inline;
    font-size: 38px;
    color: #da291c; }

.numberCircle {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 2px solid #da291c;
  color: #666;
  text-align: center;
  line-height: 100%;
  padding: 17px 0;
  font-size: 30px;
  font-family: "Open sans", sans-serif;
  font-weight: 800;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px; }

.etape-disposition a {
  color: black;
  font-size: 20px;
  text-decoration: underline;
  display: block;
  font-size: 15px; }

/* ---------------------------------------------------------- */
#section15 {
  background: #da291c;
  padding-bottom: 100px !important;
  padding-bottom: 50px; }
  #section15 h1 {
    color: white; }
  #section15 p {
    color: white; }

.form-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: flex-start;
  overflow: visible;
  position: relative; }
  .form-wrapper button {
    text-decoration: none;
    background: transparent;
    cursor: pointer; }

#section15 .button-form {
  flex-grow: 1;
  width: 22%;
  border: 1px solid white;
  border-radius: 15px;
  padding: 20px;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 10px; }
  #section15 .button-form:hover {
    background: white;
    color: #da291c;
    text-decoration: none; }

.form-wrapper-forms .button-form {
  flex-grow: 1;
  width: 30%;
  border: 1px solid #da291c;
  border-radius: 15px;
  padding: 20px;
  color: #da291c;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin: 10px; }
  .form-wrapper-forms .button-form:hover {
    background: white;
    color: #da291c;
    text-decoration: none; }

/* ---------------------------------------------------------- */
#section16 h2 {
  margin-bottom: 30px;
  color: #00C5B4; }
#section16 span {
  font-size: 35px;
  font-weight: 400; }
#section16 a {
  color: #da291c;
  cursor: pointer; }

/* ---------------------------------------------------------- */
#section17 {
  background: rgba(255, 255, 255, 0.8); }

/* ---------------------------------------------------------- */
#section18 {
  background: #da291c; }
  #section18 h1 {
    color: white;
    width: 100%; }
  #section18 p {
    display: inline;
    color: white;
    max-width: 60%;
    font-size: 20px;
    line-height: 1.7; }

#section18 .content-wrapper {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  column-gap: 40px;
  text-align: left;
  margin-bottom: 100px; }

/* ---------------------------------------------------------- */
#section19 {
  background: #e5e8e7;
  text-align: left; }
  #section19 span {
    font-size: 30px;
    color: #da291c;
    font-weight: 400; }
  #section19 p {
    max-width: 100% !important; }

/* ---------------------------------------------------------- */
#section20 {
  background: #00C5B4;
  text-align: left; }
  #section20 h1 {
    color: white; }
  #section20 p {
    color: white;
    max-width: 80%; }

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
#section22 {
  background: rgba(218, 41, 28, 0.9);
  height: auto;
  padding: 50px 50px 120px 50px !important; }

/* ---------------------------------------------------------- */
#section23 {
  background: #00C5B4;
  height: 700px;
  padding: 0; }
/* ---------------------------------------------------------- */  
  #section25 {
  background: #00C5B4;
  height: auto;
  text-align: center;
  color: white;
  position: relative;
  display: block;
  z-index: 15;
  padding: 0;
  }
  #section25 h1 {
  color: white;
  margin-bottom: 40px;
  }
  
  #section25 p {
  color: white;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 70px;
  }
  
   #section25 span {
  font-weight: 700;
  }
  
  .mobile-break {
      display: none;
  }
  
 @media screen and (max-width: 500px) {
    .mobile-break {
      display: inline-block;
  } 
     
 }
  
  
  
  

/* ---------------------------------------------------------- */
#section24 h2 {
  margin-bottom: 50px;
  color: #da291c; }

.fiche-ressources-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: flex-start; }

.fiche-ressources {
  flex-grow: 1;
  width: 40%;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  background: #9C9DA1;
  color: white; }
  .fiche-ressources p {
    max-width: 100% !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    color: white !important;
    line-height: 1.2 !important;
    font-weight: 400 !important; }
  .fiche-ressources span {
    font-size: 25px;
    font-weight: 700;
    color: black;
    line-height: 1;
    display: block; }
  .fiche-ressources b {
    font-weight: 600;
    font-size: 18px;
    line-height: 1 !important;
    color: #da291c; }

.fiche-info-generale {
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  background: #e5e8e7; }
  .fiche-info-generale p {
    margin-bottom: 10px !important; }
  .fiche-info-generale h2 {
    margin-bottom: 10px !important; }

/* ---------------------------------------------------------- */
#advantages-parent-wrapper {
  background: white;
  z-index: 20;
  position: relative;
  text-align: center;
  padding: 0 30px;
  /*    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 100%);
      -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 100%);
      -moz-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0 100%);
      top: -200px;*/ }
  #advantages-parent-wrapper h1 {
    color: black;
    font-weight: 300;
    font-size: 70px;
    margin-bottom: 60px;
    display: inline-block;
    margin-top: 160px; }

.advantages-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: flex-start;
  overflow: visible;
  position: relative; }

.signa-advantage {
  z-index: 20;
  width: 25%;
  height: auto;
  flex-grow: 1;
  padding: 20px;
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  border: 1px solid black;
  /*  background: #ef8623;*/
  color: #da291c;
  margin: 15px; }
  .signa-advantage p {
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: black;
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px; }

.signa-advantage img {
  width: auto;
  height: 200px;
  margin: 0 auto;
  display: block;
  opacity: 0.4;
  margin-bottom: 40px;
  margin-top: 40px; }

/* ---------------------------------------------------------- */
.half {
  width: 100%;
  padding: 0 1em;
  height: 100%; }

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden; }

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  visibility: hidden; }

.tab label {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  padding: 12px 35px 12px 20px;
  background: #00C5B4;
  font-weight: 300;
  line-height: 1.4;
  cursor: pointer;
  text-align: left;
  font-size: 18px; }
  .tab label span {
    font-weight: 800;
    color: #da291c; }

.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #e5e8e7;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  margin-bottom: 10px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }
  .tab-content h2 {
    font-weight: 500;
    font-size: 26px;
    color: #9C9DA1;
    padding: 20px 20px 0 20px !important; }
  .tab-content p {
    margin-bottom: 0 !important;
    padding: 0 20px 20px 20px !important;
    font-size: 16px !important;
    max-width: 100% !important;
    font-weight: 400 !important; }

/* :checked */
input:checked ~ .tab-content {
  max-height: 100%; }

/* Icon */
label::after {
  position: absolute;
  right: 20px;
  top: 0;
  display: block;
  width: 3m;
  height: 3m;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  color: #da291c; }

.half input[type=checkbox] + label::after {
  content: "+"; }

.half input[type=checkbox]:checked + label::after {
  transform: rotate(315deg); }

/* ---------------------------------------------------------- */
#section22 p {
  max-width: 45%; }

.form-contact {
    overflow: hidden;
  border: solid white 2px;
  border-radius: 15px;
  width: 100%;
  height: auto;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: inline-block; }
  .form-contact input {
    display: block;
    width: 100% !important;
    padding: 12px 20px;
    border: none;
    margin: 0 0 10px 0 !important;
    }
  .form-contact textarea {
    margin: 0 0 10px 0 !important;
    color: grey;
    min-height: 170px;
    display: inline-block;
    width: 100%;
    top: 19px;
    border: none;
  }
  .form-contact p {
    float: left;
    color: white !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 20%;
      display: inline-block;
  }
    
  .form-contact button {
    
    display: inline-block;
    padding: 10px;
    background: #00C5B4;
    color: white;
    width: 100% !important;
    position: relative;
    top: -1px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    
  }
    .form-contact button:hover {
      background: #da291c;
      border: solid white 1px; }
      
      .contact-form-left {
          float: left;
          width: 50%;
          padding-right: 5px;
      }
      
      .contact-form-right {
          float: right;
          width: 50%;
          padding-left: 5px;
          position: relative;
      }
      
      .captcha-wrapper1 {
          border-radius: 10px 10px 0 0;
          padding: 10px;
          position: absolute;
          left: -100%;
          background: white;
      }
      
      
 

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
.transition-white {
  width: 100%;
  height: 90px;
  background: white;
  box-shadow: 0px 0px 15px black;
  position: relative;
  z-index: 14;
  bottom: 0; }

/*body.home-page .transition-white {
  top: -200px;
}*/
/* ---------------------------------------------------------- */
#topnav {
  width: 100%;
  height: 100px;
  background: rgba(0, 197, 180, 0.85);
  box-shadow: 0px 0px 15px black;
  position: fixed;
  z-index: 50;
  top: 0; }

.topnav-logo {
  background: white;
  z-index: 90;
  position: absolute;
  top: 0;
  width: 200px;
  height: auto;
  display: inline;
  box-shadow: 0px 0px 15px black;
  padding: 5px;
  border-radius: 0 0 15px 15px;
  float: left;
  opacity: 1;
  left: 0;
  margin-left: 20px; }
  .topnav-logo img {
    max-width: 90%;
    position: relative;
    top: 5px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }

.topnav-background-ciedescription {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 45px;
  position: fixed;
  display: block;
  top: 0;
  z-index: 30; }

.topnav-ciedescription {
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  color: #01776d;
  font-size: 15px;
  display: inline;
  float: left;
  letter-spacing: 3px;
  z-index: 99;
  vertical-align: middle;
  margin-top: 10px;
  padding-left: 225px; }

.topnav-desc-version2 {
  display: none; }

.topnav-lang-icon {
  float: right;
  display: inline;
  border: solid 1px white;
  margin: 0 2px;
  width: 30px;
  margin-bottom: 5px;
  margin-top: 8px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  font-family: "Open sans", sans-serif;
  font-weight: 300;
  z-index: 99; }
  .topnav-lang-icon:hover {
    background: white;
    color: #00C5B4;
    text-decoration: none;
    font-weight: 800; }


  
body.french-page a.french-page {
    background: white;
    font-weight: 800;
    color: #00C5B4;
} 

body.english-page a.english-page {
    background: white;
    font-weight: 800;
    color: #00C5B4;
}
  
  

/* ---------------------------------------------------------- */
#signaterre-menu {
  font-family: "Open sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  top: 8px;
  margin-left: 5px;
  display: flex;
  flex-flow: row wrap; }

.signa-menu-wrapper {
  width: 80%;
  float: left;
  padding-left: 210px; }

.btn-dropdown {
  z-index: 99; }
  .btn-dropdown a {
    color: white;
    text-decoration: none;
    font-weight: 600; }
    .btn-dropdown a:hover {
      color: #da291c; }

body.linkpage1 a.linkpage1, body.linkpage2 a.linkpage2,
body.linkpage3 a.linkpage3, body.linkpage4 a.linkpage4 {
  color: #da291c;
  font-weight: 700;}

.dropdown {
  border-left: solid white 1px;
  padding: 0 14px; }

label {
  margin: 0;
  line-height: 100%;
  vertical-align: middle; }

.dropdown:first-of-type {
  border-left: none; }

.dropdown-inner {
  background: #fff;
  border: #aaa solid 1px;
  border-radius: 3px;
  position: absolute;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
  visibility: hidden;
  z-index: 2;
  text-align: left;
  top: 40px;
  color: black;
  min-width: 150px;
  border-radius: 5px; }
  .dropdown-inner ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .dropdown-inner a {
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    color: #00C5B4;
    width: 100%; }
    .dropdown-inner a:hover {
      background: #f2f2f2; }

.dropdown:hover, dropdown:focus {
  color: #da291c; }

.dropdown-open:checked ~ label {
  color: #da291c; }

.dropdown-hover:hover .dropdown-inner,
.dropdown-open:checked ~ .dropdown-inner {
  opacity: 1;
  visibility: visible; }
  

 

/* ---------------------------------------------------------- */
#btn-soumission-menu {
  position: absolute;
  display: inline-block;
  padding: 8px 16px;
  background: #da291c;
  font-size: 13px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99;
  border: none;
  bottom: 10px;
  right: 18px;
  width: max-content;
    
}
  #btn-soumission-menu:hover {
    background: white;
    color: #00C5B4; }

#btn-soumission-menu2 {
  display: none; }
  
  .btn-quote-eng {
      margin-top: 8px;
  }

#modal {
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  transition: opacity .25s ease;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none; }

.modal__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 197, 180, 0.9); }

#modal-1 {
  display: none; }
  
#modal-2 {
  display: none; }

#modal-1:checked + #modal {
  display: inline-block; }
  
#modal-2:checked + #modal{
  display: inline-block; }

#modal-1:checked + #modal .modal__inner {
  top: 0; }
  
#modal-2:checked + #modal .modal__inner {
  top: 0; }

.modal__inner {
  transition: top .25s ease;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  width: 85%;
  height: auto;
  margin: auto;
  overflow: auto;
  background: #fff;
  box-shadow: 2px 0px 25px #000000;
  padding: 1em 2em; }

.modal__close {
  position: relative;
  top: 10px;
  width: 3em;
  height: 3em;
  cursor: pointer;
  float: right; }

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0; }

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa; }

.modal__close:before {
  transform: rotate(-45deg); }

 /*   
@media screen and (max-width: 768px) {
  .modal__inner {
      width: 90%;
      height: 90%;
      box-sizing: border-box;
    } } */
/* ---------------------------------------------------------- */
form {
  font-family: "Montserrat", sans-serif; }

form h1 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 40px; }

.form-wrapper-intro, .form-wrapper-detail, .form-wrapper-attachment, .form-wrapper-comment, .form-wrapper-forms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 20px;
  background: #e5e8e7;
  border-radius: 15px;
  margin-bottom: 15px; }
  .form-wrapper-intro h2, .form-wrapper-detail h2, .form-wrapper-attachment h2, .form-wrapper-comment h2, .form-wrapper-forms h2 {
    font-weight: 500;
    font-size: 20px;
    display: block;
    width: 100%;
    color: #da291c; }

.form-wrapper-detail input[type=number] {
  margin-right: 20px; }
.form-wrapper-detail h2 {
  font-weight: 500;
  font-size: 20px;
  display: block;
  width: 100%;
  color: #da291c; }

#contamination {
  /*  margin-bottom: 30px;*/ }

.liste-contaminants {
  width: 100%;
  background: #9C9DA1;
  padding: 16px 20px;
  margin: 10px 0 10px 0;
  box-sizing: border-box;
  color: white; }
  .liste-contaminants h3 {
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 15px 0;
    float: left;
    width: 100%; }
  .liste-contaminants ol {
    text-decoration: none;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: middle; }
  .liste-contaminants ol li {
    display: inline-block;
    margin: 0 15px 0 0; }
  .liste-contaminants ol input[type=checkbox] {
    display: inline-block;
    margin: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px; }
    .liste-contaminants ol input[type=checkbox] label {
      line-height: 100%;
      vertical-align: middle;
      margin: 0;
      display: inline; }

.form-wrapper-attachment h2 {
  font-weight: 500;
  font-size: 20px;
  display: block;
  width: 100%;
  color: #da291c; }
.form-wrapper-attachment input {
  width: 100%; }

.form-wrapper-comment {
  margin-bottom: 30px; }
  .form-wrapper-comment h2 {
    font-weight: 500;
    font-size: 20px;
    display: block;
    width: 100%;
    color: #da291c; }
  .form-wrapper-comment textarea {
    display: block;
    width: 100%;
    padding: 20px; }
    .form-wrapper-comment textarea:focus {
      border: solid #00C5B4 3px !important;
      color: black; }

input[type=text], input[type=number], input[type=email], select, textarea {
  width: 45%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  flex-grow: 1; }
  input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, select:focus, textarea:focus {
    border: solid #00C5B4 3px !important;
    color: black; }

.form-wrapper-intro input[type=text]:nth-child(2), .form-wrapper-detail input[type=text]:nth-child(2), .form-wrapper-attachment input[type=text]:nth-child(2), .form-wrapper-comment input[type=text]:nth-child(2), .form-wrapper-forms input[type=text]:nth-child(2), 
.form-wrapper-intro input[type=text]:nth-child(4), .form-wrapper-detail input[type=text]:nth-child(4), .form-wrapper-attachment input[type=text]:nth-child(4), .form-wrapper-comment input[type=text]:nth-child(4), .form-wrapper-forms input[type=text]:nth-child(4),
.form-wrapper-intro input[type=text]:nth-child(6), .form-wrapper-detail input[type=text]:nth-child(6), .form-wrapper-attachment input[type=text]:nth-child(6), .form-wrapper-comment input[type=text]:nth-child(6), .form-wrapper-forms input[type=text]:nth-child(6){
  margin-right: 20px; }

input[type=submit] {
  width: 30%;
  background-color: #da291c;
  color: white;
  padding: 14px 20px;
  margin: 0 0 40px 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  float: right;
}

.form-soumission-element {
  width: 100%;
  flex: 1;
  position: relative; }
  .form-soumission-element input[type=number], .form-soumission-element select {
    width: 100%;
    margin-right: 0;
    height: 100%;
    height: 52px;
    flex: 0;
    margin-top: 10px; }

.form-soumission-element:first-of-type {
  margin-right: 15px; }

#reset-form-select1, #reset-form-select2, #reset-form-select3,
#reset-form-select4, #reset-form-select5 {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  line-height: 100%; }

.btn-file {
  position: relative;
  overflow: hidden;
  float: right;
  display: inline;
  background: white;
  color: #9C9DA1;
  border-radius: 10px;
  padding: 3px 15px;
  border: 1px solid #da291c;
  top: -5px;
  cursor: pointer; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

#files1 {
  width: 100%; }
  #files1 h2 {
    display: inline; }

ul.fileList {
  margin-top: 15px;
  padding-left: 0;
  list-style: none; }

.removeFile {
  color: #9C9DA1;
  text-decoration: underline; }
  .removeFile:hover {
    color: #da291c; }
    
    
  .captcha-wrapper2 {
          border-radius: 5px;
          padding: 15px 10px 5px 10px;
          float: left;
          bottom: 0;
          background: #e5e8e7;
      }

/* ---------------------------------------------------------- */
#loader {
  border: 16px solid #00C5B4;
  border-radius: 50%;
  border-top: 16px solid white;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: fixed;
  left: 50%;
  margin-left: -60px;
  top: 40%;
  display: none;
  box-shadow: 0px 0px 15px black;
  z-index: 99; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* ---------------------------------------------------------- */
footer {
  width: 100%;
  background: #da291c;
  position: relative;
  bottom: 0;
  display: block; 
  z-index: 12;
}

/*body.home-page footer {
  top: -200px
}*/
.footer-wrapper {
  top: 40px;
  position: relative; }

.signa-address {
  width: 25%;
  height: 100%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  color: white;
  font-family: "Open sans", sans-serif;
  vertical-align: top;
  padding-right: 15px;
  line-height: 1.5; }
  .signa-address p {
    position: relative;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px; }
  .signa-address h1 {
    font-weight: 800;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 0.9; }
  .signa-address .svg-inline--fa {
    margin-right: 10px; }

.social-icons {
  width: 40%;
  background: white;
  opacity: 0.5;
  height: 40px;
  border-radius: 30px; }
  
.heures-ouverture h5 {
    font-weight: 700;
    font-size: 20px;
    color: black;
    position: relative;
    display: block;
    margin-bottom: 0;
}

.heures-ouverture p {
    font-weight: 300;
    font-size: 14px;
    color: white;
    position: relative;
    display: inline-block;
}

.heures-ouverture span {
    font-weight: 700;
}

.plan-site {
  display: inline-block;
  width: 40%;
  height: 100%;
  position: relative;
  margin-right: -4px;
  border-left: solid #9e1c12 1px;
  padding: 0 30px 0 40px;
  color: white;
  font-family: "Open sans", sans-serif;
  vertical-align: top; }
  .plan-site h1 {
    font-weight: 400;
    color: black;
    font-size: 30px; }
  .plan-site ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    column-gap: 5px;
    font-size: 12px;
    max-height: 100%;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance; }
    .plan-site ul li {
      font-weight: 700;
      color: black; }
    .plan-site ul a {
      text-decoration: none;
      color: white;
      font-weight: 300; }
      .plan-site ul a :hover {
        color: black; }

.signa-map {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  opacity: 0.9;
  border: solid black 1px;
  width: 33%;
  height: 260px;
  float: right;
  position: relative;
  margin-bottom: 80px; }
  .signa-map iframe {
    position: relative;
    display: inline-block; }

.credit-siteweb {
  width: 100%;
  background: #9e1c12;
  height: 50px;
  bottom: 0;
  color: white;
  font-family: "Open sans", sans-serif;
  font-weight: 300;
  padding-top: 14px;
  font-size: 14px;
  position: relative;
  display: block; }
  .credit-siteweb p {
    margin-bottom: 0; }

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
@media only screen and (max-width: 380px) {
  .container-1080 {
    width: 100%;
    margin: 0;
    padding: 0 20px; }

  /* ---------------------------------------------------------- */
  #topnav {
    height: 50px; }

  .topnav-logo {
    width: 130px;
    height: auto;
    display: inline; }

  .topnav-background-ciedescription {
    display: none; }

  .topnav-ciedescription {
    font-size: 16px;
    display: none;
    float: right; }
    .topnav-ciedescription p {
      display: none; }

  #btn-soumission-menu {
    display: none; }

  #btn-soumission-menu2 {
    position: relative;
    padding: 16px;
    background: #da291c;
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    margin-top: 0;
    z-index: 30; }
    #btn-soumission-menu2:hover {
      background: white;
      color: #00C5B4; }

  #signaterre-menu {
    display: none; }


  /* ---------------------------------------------------------- */
  .modal__inner {
    width: 90%;
    padding: 1em 1em;
    box-sizing: border-box; }
    .modal__inner h2 {
      font-size: 16px !important; }

  .form-soumission-element {
    flex: none; }

  /* ---------------------------------------------------------- */
  .mobile-navigation {
    position: relative;
    top: 0;
    min-width: 100%;
    display: none;
    z-index: 49;
    list-style: none;
    padding: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif; }
    .mobile-navigation ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 81;
      display: inline-block;}
    .mobile-navigation p {
      font-size: 25px;
      position: relative;
      margin-top: 80px;
      color: #da291c;
      font-weight: 500;
      margin-bottom: 35px;
      z-index: 30; }
      
     

  .mobile-nav-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 99;}

  .mobilenav-background {
    background: rgba(0, 197, 180, 0.9);
    position: fixed;
    display: inline-block;
    z-index: 20;
    top: 0;
    min-width: 100%;
    left: 0;
    min-height: 100%; }

  .nav-item {
    width: 100%;
    float: left;
    clear: both; }

  .nav-item a {
    display: inline-block;
    padding: 12px 24px;
    color: white;
    font-size: 25px;
    text-decoration: underline;
    transition: color 0.2s, background 0.2s;
    width: 100%;
    font-family: "lato", sans-serif;
    text-transform: uppercase;
    font-weight: 300; }

  .nav-item a:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #00C5B4;
    border-radius: 10px;
    font-weight: 600; }

  .nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    visibility: hidden; }

  label[for="nav-trigger"] {
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 99;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url("../img/hamburger-menu.png");
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position: center; }

  .nav-trigger + label, .mobile-navigation {
    transition: background-image 0.3s;
    /*  transition: right 0.3s;*/ }

  .nav-trigger:checked + label {
    background-image: url("../img/openx-menu.png");
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-color: transparent;
    z-index: 99; }

  .nav-trigger:checked ~ .mobile-navigation {
    right: 0;
    display: inline-block; }

  .topnav-lang-icon {
    display: none; }

  .mobilenav-lang-icon {
    display: inline-block;
    border: solid 1px white;
    width: 100%;
    padding: 8px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    font-family: "Open sans", sans-serif;
    font-weight: 300;
    z-index: 92; }
    .mobilenav-lang-icon:hover {
      background: white;
      color: #00C5B4;
      text-decoration: none;
      font-weight: 800; }



  /*  ----------------------------------------------------------*/
  .homepage-background {
    height: 100vh;
    width: 100vw; }
    
    body.linkpage1  .homepage-background {
    height: 100vh;
    width: 100vw;
    }

  /*.homepage-background{
       -ms-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      top: -100px;
      border: 1px solid transparent;
    }*/
  
    #home-title h1 {
      font-size: 8vw !important; }
    #home-title br {
      display: none !important; }

  /* ---------------------------------------------------------- */
  #section2, #section4, #section5, #section6, #section7, #section8, #section9,
  #section10, #section11, #section12, #section13, #section14,
  #section15, #section16, #section17, #section18, #section19, #section20, #section21,
  #section22, #section23, #section24, #section25 {
    padding: 50px 20px 20px 20px; }
    #section2 h1, #section4 h1, #section5 h1, #section6 h1, #section7 h1, #section8 h1, #section9 h1,
    #section10 h1, #section11 h1, #section12 h1, #section13 h1, #section14 h1,
    #section15 h1, #section16 h1, #section17 h1, #section18 h1, #section19 h1, #section20 h1, #section21 h1,
    #section22 h1, #section23 h1, #section24 h1, #section25 h1 {
      font-size: 41px;
      display: inline-block; }
    #section2 p, #section4 p, #section5 p, #section6 p, #section7 p, #section8 p, #section9 p,
    #section10 p, #section11 p, #section12 p, #section13 p, #section14 p,
    #section15 p, #section16 p, #section17 p, #section18 p, #section19 p, #section20 p, #section21 p,
    #section22 p, #section23 p, #section24 p, #section25 p {
      max-width: 100%; }

  /* ---------------------------------------------------------- */
  /* -------------------------------------------------------- */
  #advantages-parent-wrapper {
    padding: 0 20px; }
    #advantages-parent-wrapper h1 {
      margin-top: 50px;
      font-size: 40px !important; }

  .signa-advantage {
    width: 100%;
    margin: 10px 0; }

  /* -------------------------------------------------------- */
  #section7 {
    padding: 0; }
    #section7 p {
      font-size: 16px; }
    #section7 span {
      font-size: 16px; }

  .signa-quote {
    font-size: 18px; }

  .histo-column-left, .histo-column-right {
    width: 100%;
    text-align: left;
    border-bottom: dotted 1px #9C9DA1;
    padding-bottom: 60px; }

  .histo-column-right {
    border-bottom: none;
    width: 100% !important; }

  /* ---------------------------------------------------------- */
  #section8 {
    padding: 30px 0; }
    #section8 p {
      float: none;
      text-align: center;
      font-size: 14px;
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px;
      display: block; }
      #section8 p span {
        text-align: center;
        font-size: 30px;
        display: block !important;
        margin-bottom: 10px; }

  #illustration-cellule img {
    display: block;
    position: static;
    width: 100%;
    float: none; }

  /* ---------------------------------------------------------- */
  #section9 h2 {
    font-size: 25px; }
  #section9 p {
    font-size: 17px; }

  /* ---------------------------------------------------------- */
  #section10 h1 {
    font-size: 35px;
    margin-top: 0; }

  /* ---------------------------------------------------------- */
  .sols-autorises {
    margin: 0;
    margin-bottom: 40px;
    padding: 20px;
    width: 100%; }

  /* ---------------------------------------------------------- */
  #section13 h2 {
    font-size: 28px; }
  #section13 p {
    font-size: 16px;
    margin-bottom: 100px; }

  /* ---------------------------------------------------------- */
  #section14 h3 {
    font-size: 32px; }

  /* ---------------------------------------------------------- */
  #section15 .button-form {
    width: 100%; }

  /* ---------------------------------------------------------- */
  #section16 h2 {
    font-size: 25px;
    margin-bottom: 0; }
  #section16 p {
    margin-bottom: 50px; }

  /* ---------------------------------------------------------- */
  #section18 .content-wrapper {
    column-count: 1;
    text-align: center;
    font-size: 17px; }

  /* ---------------------------------------------------------- */
  #section19 {
    column-count: 1;
    text-align: center;
    font-size: 17px; }
    #section19 span {
      font-size: 18px; }

  /* ---------------------------------------------------------- */
  #section21 h1 {
    margin-top: 0; }

  /* ---------------------------------------------------------- */
  #section22 {
    padding: 0 15px 50px 15px !important; }

  .form-contact input {
    width: 100% !important; }
  .form-contact textarea {
    display: block;
    position: relative;
    width: 100% !important;
    top: 0;
    right: 0;
    margin-top: 0; }
  .form-contact input[type=submit] {
    width: 100% !important; }
    
    
    
    
    
    

  /* ---------------------------------------------------------- */
  #section23 {
    padding: 0 !important; }
  
    /* ---------------------------------------------------------- */
  #section24 p {
    font-size: 16px !important; }
  #section24 h1 {
    margin-top: 0; }

  .fiche-ressources {
    width: 45%; }

  /* ---------------------------------------------------------- */
  .signa-address {
    width: 100%;
    margin-top: 30px; }

  .plan-site {
    width: 100%;
    border: none;
    border-top: dotted black 1px;
    margin-top: 30px;
    padding: 0;
    padding-top: 20px; }

  .signa-map {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px; }

  footer {
    padding: 0; }

  .footer-wrapper {
    top: 0; }

  .credit-siteweb {
    font-size: 12px;
    text-align: center; }

  /*   --------------------------------------------------------------------------------*/
  .btn-file {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px; }

  .form-wrapper-attachment {
    overflow: hidden; }

  .form-wrapper-forms .button-form {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

  .form-wrapper-intro input[type=text], .form-wrapper-detail input[type=text], .form-wrapper-attachment input[type=text], .form-wrapper-comment input[type=text], .form-wrapper-forms input[type=text] {
    width: 100%;
    margin-right: 0 !important; }

  .modal__close {
    top: 0; }

  #reset-form-select1, #reset-form-select2, #reset-form-select3,
  #reset-form-select4, #reset-form-select5 {
    top: 17px; }

  form h1 {
    font-size: 30px; } }
@media only screen and (min-width: 381px) and (max-width: 650px) {

    #home-title br {
      display: none !important; } }
/* ---------------------------------------------------------- */
@media only screen and (max-height: 360px) {
  
    #home-title h1 {
      font-size: 7vw !important; }
    #home-title br {
      display: none !important; } }
/* ---------------------------------------------------------- */
@media only screen and (max-width: 950px) {
  .contact-form-left {
    width: 100% !important;
    padding-right: 0;}
  .contact-form-right {
    width: 100% !important;
    padding-left: 0;}
  
  .recaptcha-googlenotice2 {
      text-align: center !important;
      width: 100%;
  }
  
  .lightboxalert-box {
      left: 0 !important;
      margin-left: 0 !important;
      margin: -150px 15px 0 15px !important;
      width: auto !important;
      
  }
  
  
  input[type=submit] {
      width: 100%;
  }
  
.recaptcha-googlenotice {
    text-align: center !important;
    margin-bottom: 25px !important;
    width: 100% !important;
}
  

}


      
/* ---------------------------------------------------------- */
@media only screen and (max-width: 827px) {
  .container-1080 {
    width: 100%;
    margin: 0;
    padding: 0 20px; }

  footer .container-1080 {
    padding: 0; }

  /* ---------------------------------------------------------- */
  #topnav {
    height: 50px; }

  .topnav-logo {
    width: 130px;
    height: auto;
    display: inline; }

  .topnav-background-ciedescription {
    display: none; }

  .topnav-ciedescription {
    font-size: 16px;
    display: none;
    float: right; }
    .topnav-ciedescription p {
      display: none; }

  #btn-soumission-menu {
    display: none; }

  #signaterre-menu {
    display: none; }

  .topnav-lang-icon {
    display: none; }

  #btn-soumission-menu2 {
    position: relative;
    padding: 16px;
    background: #da291c;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    border: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    margin-top: 0;
    z-index: 30; }
    #btn-soumission-menu2:hover {
      background: white;
      color: #00C5B4; }

  /* ---------------------------------------------------------- */
  .modal__inner {
    width: 90%;
    box-sizing: border-box; }

  /* ---------------------------------------------------------- */
  input[placeholder] {
    text-overflow: ellipsis; }

  ::-moz-placeholder {
    text-overflow: ellipsis; }

  /* firefox 19+ */
  input:-moz-placeholder {
    text-overflow: ellipsis; }

  input[type=text], input[type=number],
  input[type=email], select, textarea {
    width: 100%;
    margin-right: 0; }

  .form-wrapper-intro input[type=text]:nth-child(2), .form-wrapper-detail input[type=text]:nth-child(2), .form-wrapper-attachment input[type=text]:nth-child(2), .form-wrapper-comment input[type=text]:nth-child(2), .form-wrapper-forms input[type=text]:nth-child(2), 
  .form-wrapper-intro input[type=text]:nth-child(4), .form-wrapper-detail input[type=text]:nth-child(4), .form-wrapper-attachment input[type=text]:nth-child(4), .form-wrapper-comment input[type=text]:nth-child(4), .form-wrapper-forms input[type=text]:nth-child(4),
  .form-wrapper-intro input[type=text]:nth-child(6), .form-wrapper-detail input[type=text]:nth-child(6), .form-wrapper-attachment input[type=text]:nth-child(6), .form-wrapper-comment input[type=text]:nth-child(6), .form-wrapper-forms input[type=text]:nth-child(6), 
  .form-wrapper-detail input[type=number] {
    margin-right: 0; }

  .liste-contaminants ol {
    float: left; }
    .liste-contaminants ol input[type=checkbox] {
      margin-left: 0; }
  .liste-contaminants ol li {
    font-size: 14px; }
    .liste-contaminants ol li h3 {
      font-size: 18px; }

  .form-soumission-element {
    flex: none; }

  /* ---------------------------------------------------------- */
  .mobile-navigation {
    position: relative;
    top: 0;
    min-width: 100%;
    display: none;
    z-index: 49;
    list-style: none;
    padding: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif; }
    .mobile-navigation ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 81;
      display: inline-block;}
    .mobile-navigation p {
      font-size: 25px;
      position: relative;
      margin-top: 80px;
      color: #da291c;
      font-weight: 500;
      margin-bottom: 35px;
      z-index: 30; }

  .mobile-nav-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 99;}

  .mobilenav-background {
    background: rgba(0, 197, 180, 0.9);
    position: fixed;
    display: inline-block;
    z-index: 20;
    top: 0;
    min-width: 100%;
    left: 0;
    min-height: 100%; }

  .nav-item {
    width: 100%;
    float: left;
    clear: both; }

  .nav-item a {
    display: inline-block;
    padding: 12px 24px;
    color: white;
    font-size: 25px;
    text-decoration: underline;
    transition: color 0.2s, background 0.2s;
    width: 100%;
    font-family: "lato", sans-serif;
    text-transform: uppercase;
    font-weight: 300; }

  .nav-item a:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #00C5B4;
    border-radius: 10px;
    font-weight: 600; }

  .nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    visibility: hidden; }

  label[for="nav-trigger"] {
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 99;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-image: url("../img/hamburger-menu.png");
    background-size: 100% 80%;
    background-repeat: no-repeat;
    background-position: center; }

  .nav-trigger + label, .mobile-navigation {
    transition: background-image 0.3s;
    /*  transition: right 0.3s;*/ }

  .nav-trigger:checked + label {
    background-image: url("../img/openx-menu.png");
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-color: transparent;
    z-index: 99; }

  .nav-trigger:checked ~ .mobile-navigation {
    right: 0;
    display: inline-block; }

  .topnav-lang-icon {
    display: none; }

  .mobilenav-lang-icon {
    display: inline-block;
    border: solid 1px white;
    width: 100%;
    padding: 8px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    font-family: "Open sans", sans-serif;
    font-weight: 300;
    z-index: 92; }
    .mobilenav-lang-icon:hover {
      background: white;
      color: #00C5B4;
      text-decoration: none;
      font-weight: 800; }

  
  /*  ----------------------------------------------------------*/
    .homepage-background {
      height: 100vh; 
      width: 100vw;  
    }

    #home-title h1 {
      font-size: 10vw; }
    #home-title br {
      display: none !important; }

  /* ---------------------------------------------------------- */
  #section2, #section4, #section5, #section6, #section7, #section8, #section9,
  #section10, #section11, #section12, #section13, #section14,
  #section15, #section16, #section17, #section18, #section19, #section20, #section21,
  #section22, #section23, #section24, #section25 {
    padding: 50px 20px 20px 20px; }
    #section2 h1, #section4 h1, #section5 h1, #section6 h1, #section7 h1, #section8 h1, #section9 h1,
    #section10 h1, #section11 h1, #section12 h1, #section13 h1, #section14 h1,
    #section15 h1, #section16 h1, #section17 h1, #section18 h1, #section19 h1, #section20 h1, #section21 h1,
    #section22 h1, #section23 h1, #section24 h1, #section25 h1 {
      font-size: 40px; }
    #section2 p, #section4 p, #section5 p, #section6 p, #section7 p, #section8 p, #section9 p,
    #section10 p, #section11 p, #section12 p, #section13 p, #section14 p,
    #section15 p, #section16 p, #section17 p, #section18 p, #section19 p, #section20 p, #section21 p,
    #section22 p, #section23 p, #section24 p, #section25 p {
      max-width: 100%; }

  /* ---------------------------------------------------------- */
  #section2 {
    padding: 30px; }
    #section2 h1 {
      font-size: 40px;
      margin-top: 50px; }
    #section2 p {
      font-size: 17px;
      max-width: 100%;
      margin-bottom: 50px; }

  /* ---------------------------------------------------------- */
  #advantages-parent-wrapper {
    padding: 0 20px; }
    #advantages-parent-wrapper h1 {
      margin-top: 50px;
      font-size: 40px !important; }

  .signa-advantage {
    width: 100%; }

  /* ---------------------------------------------------------- */
  #section7 p {
    font-size: 16px; }
  #section7 .content-wrapper {
    column-gap: 20px; }
    #section7 .content-wrapper span {
      font-size: 16px; }

  .signa-quote {
    font-size: 20px; }

  .histo-column-left, .histo-column-right {
    width: 100%;
    text-align: left;
    border-bottom: dotted #9C9DA1 1px;
    padding-bottom: 60px; }

  .histo-column-right {
    border-bottom: none;
    width: 100% !important;
    padding-bottom: 0 !important;}

  /* ---------------------------------------------------------- */
  #section8 p {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-right: 0; }
    #section8 p span {
      display: block;
      font-size: 8vw;
      margin-bottom: 20px; }
      #section8 p span br {
        display: none; }

  #illustration-cellule img {
    width: 100%; }

  /* ---------------------------------------------------------- */
  #section9 h2 {
    font-size: 25px; }
  #section9 p {
    font-size: 17px; }

  /* ----------------------------------------------------------- */
  #section12 {
    padding-bottom: 70px; }

  .sols-autorises {
    margin-bottom: 0;
    padding: 20px;
    width: 100%; }

  /* ---------------------------------------------------------- */
  #section13 h1 {
    font-size: 45px; }
  #section13 h2 {
    font-size: 28px; }
  #section13 p {
    font-size: 22px;
    margin-bottom: 60px; }

  /* ---------------------------------------------------------- */
  #section15 .button-form {
    width: 100%; }

  /* ---------------------------------------------------------- */
  #section16 h1 {
    font-size: 45px; }
  #section16 h2 {
    font-size: 28px; }
  #section16 p {
    margin-bottom: 0; }

  /* ---------------------------------------------------------- */
  #section18 .content-wrapper {
    column-count: 1;
    text-align: center;
    font-size: 17px; }

  /* ---------------------------------------------------------- */
  #section19 {
    column-count: 1;
    text-align: center;
    font-size: 17px; }
    #section19 span {
      font-size: 18px; }

  /* ---------------------------------------------------------- */
  #section22 {
    padding: 0 15px 50px 15px !important; }

  .form-contact input {
    width: 100% !important; }
  .form-contact textarea {
    display: block;
    position: relative;
    width: 100% !important;
    top: 0;
    right: 0;
    margin-top: 0; }
  .form-contact input[type=submit] {
    width: 100% !important; }

  /* ---------------------------------------------------------- */
  #section23 {
    padding: 0 !important; }

  /* ---------------------------------------------------------- */
  #section24 p {
    font-size: 18px !important; }

  .fiche-ressources {
    width: 45%; }

  /* ---------------------------------------------------------- */
  .signa-address {
    width: 30%;
    margin: 0;
    float: left; }
    .signa-address h1 {
      font-size: 30px; }
    .signa-address p {
      font-size: 12px; }

  .plan-site {
    width: 60%;
    border-left: dotted black 1px;
    padding: 0;
    padding-left: 20px;
    float: right; }

  .signa-map {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 40px; }

  footer {
    padding: 30px 20px 0 20px; }

  .footer-wrapper {
    top: 0; }

  .credit-siteweb {
    font-size: 12px;
    text-align: center; } }
@media only screen and (min-width: 828px) {
  .mobile-navigation {
    display: none; } }
@media only screen and (min-width: 828px) and (max-width: 1149px) {
  .container-1080 {
    width: 100%;
    margin: 0;
    padding: 0 20px; }

  /* ---------------------------------------------------------- */
  .topnav-logo {
    width: 200px;
    height: auto;
    display: inline;
    margin-right: 20px; }

  .topnav-ciedescription {
    display: none; }

  .topnav-desc-version2 {
    font-family: "Open sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #01776d;
    font-size: 12px;
    display: inline-block;
    /*  letter-spacing: 3px;*/
    z-index: 99;
    margin-top: 9px;
    line-height: 1.2;
    float: left;
    text-align: left;
    margin-bottom: 0;
    margin-left: 220px; }
    .topnav-desc-version2 span {
      /*     letter-spacing: 7px;*/ }

  .lang-icon {
    float: right;
    margin-top: 10px; }



  #signaterre-menu {
    width: 100%;
    margin-left: 0;
    top: 15px;
    font-size: 14px; }

  .signa-menu-wrapper {
    width: 100%;
    float: right;
    padding-left: 220px; }

  .dropdown {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    flex: 1; }

  .dropdown:first-of-type {
    padding-left: 0; }

  .dropdown:last-of-type {
    padding-right: 0; }

  /* ---------------------------------------------------------- */
  #btn-soumission-menu {
    top: 6px;
    right: 100px;
    padding: 5px 16px;
    bottom: auto; }
    
    .btn-quote-eng {
      margin-top: 0;
  }

  .modal__inner {
    width: 90%;
    box-sizing: border-box; }

  /* ---------------------------------------------------------- */
  /*  ----------------------------------------------------------*/
   .homepage-background {
      height: 100vh; 
      width: 100vw;  
    }
  #home-title h1 {
    font-size: 8vw; }


  /* ---------------------------------------------------------- */
  #section2 {
    padding: 30px; }
    #section2 h1 {
      font-size: 40px;
      margin-top: 50px; }
    #section2 p {
      font-size: 17px;
      max-width: 100%;
      margin-bottom: 50px; }

  /* ---------------------------------------------------------- */
  #advantages-parent-wrapper {
    padding: 0 20px; }
    #advantages-parent-wrapper h1 {
      margin-top: 50px;
      font-size: 40px !important; }

  .signa-advantage {
    width: 100%; }

  /* ---------------------------------------------------------- */
  #section8 {
    padding: 40px 5px; }
    #section8 p > span {
      font-size: 4.5vw; }

  /* ---------------------------------------------------------- */
  #section23 {
    padding: 0; }

  /* ---------------------------------------------------------- */
  
  .signa-address {
    width: 40%;
    margin: 0;
    float: left; }
    .signa-address h1 {
      font-size: 35px; }

  .plan-site {
    width: 60%;
    border-left: dotted black 1px;
    padding: 0;
    padding-left: 40px;
    float: right; }

  .signa-map {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 50px; }

  footer {
    padding: 30px 20px 0 20px; }

  .footer-wrapper {
    top: 0; }

  .credit-siteweb {
    font-size: 12px;
    text-align: center; } }

/*# sourceMappingURL=style.css.map */


/*lightbox css */
.lightboxalert-back
{
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        background:rgb(0, 197, 180);
        z-index:99;
        display:none;
}


.lightboxalert-box
{
        position:fixed;
        top:50%;
        margin-top: -150px;
        left:50%;
        margin-left: -250px;
        width:500px;
        height:300px;
        background:#ffffff;
        z-index:99;
        padding:10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow:0px 0px 5px #444444;
        -webkit-box-shadow:0px 0px 5px #444444;
        box-shadow:0px 0px 5px #444444;
        display:none;
        font-family: "Open sans", sans-serif;
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        color: rgb(218, 41, 28);
        
}

#box_text {
       position: relative;
       top: 50%;
       transform: translateY(-50%);
       width: 75%;
       margin: 0 auto;
       
}

.close
{
        float:right;
        margin-right:6px;
        cursor:pointer;
}


.recaptcha-googlenotice {
  color: gray;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  display: inline-block;
  margin-bottom: 10px;}
  
  .recaptcha-googlenotice a {
    color: #00C5B4;
  }
  
   .recaptcha-googlenotice a:hover {
    color: #da291c;
  }
  
  .recaptcha-googlenotice2 {
  color: white;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  display: inline-block;
  margin-bottom: 15px;
  float: left;  
  }
  
  .recaptcha-googlenotice2 a {
    color: #00C5B4;
  }
  
   .recaptcha-googlenotice2 a:hover {
    color: gray;
  }
  
/* PAGE VIE PRIVE -------------------------------------- */

#warning-privacy{
width: 100%;
height: auto;
padding: 30px 0;
background: white;
position: fixed;
bottom: -400px;
display: block;
z-index: 99;
box-shadow: 0 5px 20px black;
font-family: "Open sans", sans-serif;
transition: all 500ms ease-in-out;
}

#warning-privacy h1{
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 20px;
    color: rgb(0, 197, 180);
    
}

#warning-privacy p{
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    color: darkgray;
    
}

#warning-privacy a{
    display: inline;
    position: relative;
    margin: 0;
    text-decoration: underline;
    color: black;
    font-size: 14px;
    font-weight: 800;
}

.warning-button{
    display: block;
    position: relative;
    top: 0;
    right: 0;
    color: rgb(0, 197, 180);
    border: solid 1px rgb(0, 197, 180);
    padding: 8px 24px;
    background: none;
     border-radius: 50px;
    width: fit-content;
    
}

.warning-button:hover{
   color: white;
    background: rgb(0, 197, 180);
    cursor: pointer;
    
}

 body.linkvieprive .homepage-background {
  background: url("../img/cadenas.jpg") no-repeat bottom right;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 15px;
  top: 0;
  position: fixed;
  z-index: 0;
  overflow: hidden;}
  

  #contentvieprive {
  min-width: 100%;
  padding: 50px 50px 20px 50px;
  position: relative;
  font-family: "Open sans", sans-serif;
  z-index: 15;
  background: rgba(255, 255, 255, 0.8); ;
  overflow: hidden; }
  
  
  #contentvieprive h1{
  font-weight: 300;
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    margin-top: 50px;
    color: black; }

 #contentvieprive p{
font-weight: 300;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 100px;
    color: black; }
    
 body.linkvieprive .transition-white {
    padding: 30px 0px;
    text-align: center;
    font-family: "Open sans", sans-serif;
     height: auto;
 }
    
body.linkvieprive .transition-white h3{
    color: rgb(0, 197, 180);
     }
     
body.linkvieprive .transition-white h4{
    color: black;
     }
     


 