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


:root {
  --color-black: #000;
  --color-red: black;
  --color-green: #1c75ff;
  --alaska-exp:  "Alaska-UltExpMedContrast", helvetica ,sans-serif ;
  --alaska-med:  "Alaska-Medium", helvetica ,sans-serif ;
  --alaska-med-italic:  "Alaska-MediumItalic", helvetica ,sans-serif ;
  --alaska-condensed: "Alaska-CondensedBold", helvetica ,sans-serif ;

}
.nw{
  height: 100%;
  border-bottom: 0px;
}

.nw,
.ne{
  padding: 10px;
  border-color: var(--color-green);
}

.sw{
  border-color: var(--color-green);
}

.ne{
  background-position: center;
  background-repeat: no-repeat;
}

.nw{
  font-size: .8em;
}

strong{
  font-weight: normal;
  font-size: 16px;
}

.nw ul li{
  list-style-type: circle;
}

.nw ul{
  margin-left: 15px;
}

.nw p,
.se p{
  margin-bottom: 10px;
}

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


.partenaires{
  margin-bottom: 30px;
}


.partenaires-name{
  text-transform: uppercase;

  border-bottom: 1px solid black;
}



thead td{
  background-color: var(--color-green);
  color: white;
  text-transform: uppercase;
}

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

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

table td {
  padding: 5px;
}

table th {
  padding: 5px;
  background-color: var(--color-green);
  color: white;
}

table a{
  color: black;
}

table th:hover{
  cursor: pointer;
}

table a{
  color: black;
}

table th:hover{
  cursor: pointer;
}

.pdfs-pro{
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}

.pdfs-pro a{

}

.pdfs-pro a:hover{
  color: var(--color-green);
}

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

.news-pro{
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 98%;
  transform: translate(-50%,0%);
  background-color: var(--color-green);
  padding: 5px 20px 5px 20px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
  text-align: center;
}




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


  .ne{
    min-height: 40%;
  }
  
  .se{
    min-height: 50%;
  }


}