/* NEW PAGES CSS */
/*--------------------------------------------------------------
# Register Newsletter register_nl Page
# Contact contact Page
--------------------------------------------------------------*/
#form-newsletter, #form-contact {
  padding: 0;
}

/* === Couleurs personnalisées EezyOne === */
.text-e1-orange     { color: #FF661B !important; }
.text-e1-bleu-clair { color: #5DFBFF !important; }
.text-e1-vert-fonce { color: #004851 !important; }
.text-e1-turq-mid   { color: #015664 !important; }
.text-e1-bleu-fonce { color: #002632 !important; }
.text-e1-turq-dark  { color: #001b21 !important; }
.text-e1-bleu-dark  { color: #001144 !important; }
.text-e1-turq-light { color: #4a9b9d !important; }
.text-e1-turq-lighter { color: #5fc8ca !important; }
.text-e1-turq-darker { color: #001721 !important; }



.bg-e1-orange     { background-color: #FF661B !important; }
.bg-e1-bleu-clair { background-color: #5DFBFF !important; }
.bg-e1-vert-fonce { background-color: #004851 !important; }
.bg-e1-turq-mid   { background-color: #015664 !important; }
.bg-e1-bleu-fonce { background-color: #002632 !important; }
.bg-e1-turq-dark  { background-color: #001b21 !important; }
.bg-e1-bleu-dark  { background-color: #001144 !important; }
.bg-e1-turq-light { background-color: #4a9b9d !important; }
.bg-e1-turq-lighter { background-color: #5fc8ca !important; }
.bg-e1-turq-darker { background-color: #001721 !important; }


.header .logo img {
    max-height: 40px;
}


#footer {
  background-color: #001114;
  color: #4a9b9d;
}

.legal-page .page-title, 
.rgpd-page .page-title, 
.cgv-page .page-title, 
.cookies-page .page-title {
  background-color: #004851;
}

.legal-page .page-title h1,
.rgpd-page .page-title h1,
.cgv-page .page-title h1,
.cookies-page .page-title h1 {
  color: #88c8ca;
}

.legal-page .section,
.rgpd-page .section,
.cgv-page .section,
.cookies-page .section {
  background-color: #001721;
  color: #4a9b9d;
}

.legal-page .section h2,
.rgpd-page .section h2,
.cgv-page .section h2,
.cookies-page .section h2 {
  color: #ffffff;
}

.legal-page .section h3,
.rgpd-page .section h3,
.cgv-page .section h3,
.cookies-page .section h3 {
  color: #5fc8ca;
}

.legal-page .section p,
.rgpd-page .section p,
.cgv-page .section p
.cookies-page .section p {
  color: #4a9b9d;
}

.legal-page .section a,
.rgpd-page .section a,
.cgv-page .section a
.cookies-page .section a {
  color: #5DFBFF;
}

.legal-page .section a:hover,
.rgpd-page .section a:hover,
.cgv-page .section a:hover,
.cookies-page .section a:hover {
  color: #FF661B;
}

.legal-page .section a:visited,
.rgpd-page .section a:visited,
.cgv-page .section a:focus,
.cookies-page .section a:focus {
  color: #FF661B;
}

.legal-page .section a:active,
.rgpd-page .section a:active,
.cgv-page .section a:active,
.cookies-page .section a:active {
  color: #FF661B;
}
