.nw,
.sw,
.se{
  padding: 10px;
}

main li{
  float: right;
  padding: 5px;
   display: flex;
  align-items: center;
  

}

main li img{
  max-height: 100%; 
  margin: 0 auto; 
}


.partenaires{
  margin-bottom: 30px;
}


.partenaires-name{
  text-transform: uppercase;

  border-bottom: 1px solid black;
}


thead{
  position: sticky;
  top: 0;
}


table {
  border-collapse: collapse;
  width: 100%;
}

table tr {
  border-bottom: 1px solid black;
}

table td {
  padding: 5px;
}

table thead tr {
  padding: 5px;
  background-color: var(--color-green);
  color: white;
  text-transform: uppercase;
  
}

table a{
  color: black;
}

table th:hover{
  cursor: pointer;
}



.contact{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.4em;
  padding: 10px;
}


/*------------------------------------ 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;
}

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 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;
}

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-input.inf-error input{
  border: 1px solid var(--color-green);
}

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

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-input 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%;
}

.inf-main_65a2e5f265ac3d8ee8e39ff5d2bb3f96 .inf-submit input{ 
  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) {

  .nw,
  .sw,
  .ne,
  .se{
      position: relative;
      width: 100%;
      height: auto;
      border-right: 0px;
      border-left: 0px;
  }

  .sw{
    height: 50%;
  }

  


}