body,
.main{
  background-color: white;
}

#menu-btn,
.language a,
.language li,
.logo{
  color: black;
}


.main{
  border: 1px solid var(--color-green);
}


.nw{
  border-bottom: 1px solid var(--color-green);
  border-right: 1px solid var(--color-green);
  top: 0;
  left: 0;
  pointer-events: none;
}

.ne{
  border-bottom: 1px solid var(--color-green);
  top: 0;
  right: 0;
  pointer-events: none;
}

.sw{
  border-right: 1px solid var(--color-green);
  bottom: 0;
  left: 0;


}

.se{
  width: 100%;
  padding: 0% 1% 1% 1%;
}

.se p{
  margin-bottom: 1em;
}

h5{
  border-bottom: 1px solid var(--color-green);
  margin-bottom: .5em;
 font-size: 1.4em;
}



h2{
  font-size: 1.4em;
  margin-top: 4rem;
  margin-bottom: 4rem;
}



figure{
 margin-bottom: .5em;
   width: 100%; 
  aspect-ratio: 16 / 9; 
  overflow: hidden;
  display: flex;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  }

  figcaption{
    font-size: 1.2em;
  }

.pictures-slider{
  height: 100%;
  width: 100%;
}

.pictures-slider div{
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-slide{
  width: 100%;
  height: 100%;
}


h1{
  font-size: 1vw;
  color: black;
  position: relative;
  padding: 0px 10px 10px 10px;
  line-height: 1.3;
}

h1 p{
  margin-top: 1em;
}

h4{
  color: black !important;
}

main nav{
  position: absolute;
  width: 100%;
  top: 0%;
  left: 50%;
  transform: translate(-50%,0%);
}

main ul {
text-align: center;
}

main li {
  margin: 10px;
}


button{
  background-color: white; 
  color: var(--color-green);;
  border: 1px solid var(--color-green);
  width: 100%;
}

button:hover{
  background-color: var(--color-green);
  color: white;
}

.nn{
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;

}



.nn video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  


}

.nl{
  margin-top: 8rem;
}


/*–––––––––––––––––––––––––––––––––- NEWSLETTER*/


.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96{ 
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
} 

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-content {
  
} 

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 h4,
.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 span,
.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 label,
.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 input,
.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-submit,
.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-success p a{
  color:black;
}

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 h4{
 margin:0px 0px 5px 0px;
}

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 h4,
.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 label{
  font-weight:normal;
}

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-input {
     width:100%;
  }

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 label {
  display:block;
}

.mc-field-group input{
  height:35px;
  color: black;
  border: 1px solid var(--color-green);
  border:none;
  padding-left:7px;
}

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-input.inf-error label,
.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-input.inf-error span.inf-message{
  color: #cc0033;
}

.mc-field-group input{
  border: 1px solid var(--color-green);
}

.mc-field-group input {
  width: 100%;
  border: 1px solid var(--color-green);
  border-radius: 8px;
} 

.mc-field-group input::placeholder {
  color: var(--color-green);
  opacity: 1; 
}


.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-input.inf-error span.inf-message {
  display: block;
   }

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-submit {
  text-align:left;
  width: 100%;
}

#mc-embedded-subscribe{ 
  background-color:var(--color-green);
  color: white;
  border: 1px solid var(--color-green);
  border-radius: 8px;
  font-weight: normal;
  height:auto;
  cursor: pointer;
  padding:7px;
  margin-top: 5px;
  width: 100%;
}




  .inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-submit input.disabled{
    opacity: 0.4;
  }

  .inf-btn {
    color: var(--color-red);
    border: medium none;
    font-weight: normal;
    height: auto;
    padding: 7px;
    display: inline-block;
    background-color: white;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    line-height: 1em;
     }

  .inf-rgpd {
    margin:25px 0px 15px 0px;
    color:var(--color-green);
  } 



@media only screen and (max-width: 1024px) {

 

    .ss{  
        position: fixed;
        top: 50%;
        height: 50%;
        width: 100%;
        overflow-y: scroll;
    }

    .ss h1{
        position: relative;
        bottom: initial;
        width: 100%;
        height: auto;
        overflow-y: scroll;
    }

    .sw,
    .se,
    .nw,
    .ne{
      border: none;
    }


    h1 p {
    margin-top: 0em;
    }

    h1{
      margin-bottom: 10px;

    }
    
}


@media only screen and (max-height: 700px) {
  .se h1{
    font-size: 1em;
  }

  .nl{
    margin-top: 4em;
  }

  .public-nl{
    margin-bottom: 2em;
  }

  .se h2{
    margin-top: 0em;
    margin-bottom: 4em;
  }

  .se article{
    margin-bottom: 2em;
  }

  .se{
    padding: 1em;
  }

  h1{
    padding-top: 10px;
    font-size: 4vw;
  }
}