/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
#newsletter-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:white;border:1px solid #ccc;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,0.1);z-index:1000;display:none;max-width:1200px;width:90%;max-height:80%;overflow-y:auto;legend{margin:0;}fieldset{margin:0;}.form-item{margin:10px;}h2{margin-top:0;}form{display:flex;flex-direction:column;input[type="email"]{margin-bottom:10px;padding:10px;border:1px solid #ccc;border-radius:4px;}input[type="submit"]{background-color:#00806E;color:white;border:none;padding:10px;border-radius:4px;cursor:pointer;&:hover{background-color:#52B256;}}}}#newsletter-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999;display:none;}#close-popup{background:none;border:none;font-size:1.5em;cursor:pointer;color:#333;}div#infolettre{position:fixed;bottom:4rem;right:33rem;z-index:999;@media only screen and (max-width:576px){bottom:14rem;right:auto;left:50%;transform:translateX(-50%);width:80%;}}.footer__section{padding:90px 0 200px;}
