.popup{font-size:1rem}.popup .backdrop{z-index:1999;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.popup .popup-container{z-index:2000;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:800px;height:80%;max-height:800px;background-color:#f7f9f7;border-radius:1em;display:flex;flex-direction:column;overflow:auto}.popup .popup-container::-webkit-scrollbar{width:5px}.popup .popup-container::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);position:absolute;top:0;right:0;display:block}.popup .popup-container::-webkit-scrollbar-thumb{background-color:#d6dee1;border-radius:5px;border:0 solid rgba(0,0,0,0);background-clip:content-box}.popup .popup-container::-webkit-scrollbar-thumb:hover{background-color:#a8bbbf}.popup .popup-container .popup-header{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative}.popup .popup-container .popup-header .close-button{background-color:#f7f9f7;position:absolute;top:1em;right:1em;height:2em;width:2em;border-radius:50%;display:flex;align-items:center;justify-content:center}.popup .popup-container .popup-content{flex:1 1;flex-shrink:0;padding:2em}.popup .popup-container .popup-content h1,.popup .popup-container .popup-content h2,.popup .popup-container .popup-content h3{color:#2d6245}.popup.popup-with-image .popup-header{display:flex;flex-direction:column;align-items:center;justify-content:center;height:250px;overflow:hidden;flex-shrink:0}.popup.popup-with-image .img-header{width:100%}@media(max-width:600px){.popup .popup-container{width:95%}}@media(max-width:400px){.popup .popup-container{width:100%;height:calc(100% - 2em);left:0;bottom:0;top:unset;right:unset;transform:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.popup .popup-container .popup-content{padding:1em}.popup.popup-with-image .popup-header{height:150px}}@media(max-width:300px){.popup.popup-with-image .popup-header{height:100px}}.cgu-popup-content-container{height:100%;display:flex;flex-direction:column}.cgu-popup-content-container .main-content{flex:1 1}