:root{--header-footer-padding-left:15px;--header-footer-padding-right:15px;--header_hauteur:50px;--header_fontsize:1rem;--footer_fontsize:12px;--footer_hauteur:30px;--back_to_top_couleur_fond:#5082B6;--back_to_top_couleur_texte:White;--back_to_top_taille_bouton:40px;--back_to_top_bottom:calc(var(--footer_hauteur) + 15px);--back_to_top_right:20px;--back_to_top_font_size:.75em;--back_to_top_radius:5%}.mlp_footer{display:flex;flex-flow:row wrap;justify-content:space-between;height:var(--footer_hauteur);font-size:var(--footer_fontsize);line-height:var(--footer_hauteur);align-items:center}.mlp_header{display:flex;flex-flow:row wrap;justify-content:space-between;font-size:var(--header_fontsize);height:var(--header_hauteur);line-height:var(--header_hauteur);align-items:center}.mlp_alignleft{text-align:left;padding-left:var(--header-footer-padding-left);}.mlp_aligncenter{text-align:center;}.mlp_alignright{text-align:right;padding-right:var(--header-footer-padding-right);}#mlp_connexion{display:block;border-radius:5px;border:2px solid grey;background-color:white;padding:25px;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;width:500px;height:500px;box-shadow:rgba(0,0,0,.25) 0 54px 55px,rgba(0,0,0,.12) 0px -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0px -3px 5px;opacity:.95}#mlp_maintenance{display:block;border-radius:5px;border:2px solid grey;background-color:white;color:black;padding:25px;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;width:450px;height:200px;box-shadow:rgba(0,0,0,.25) 0 54px 55px,rgba(0,0,0,.12) 0px -12px 30px,rgba(0,0,0,.12) 0 4px 6px,rgba(0,0,0,.17) 0 12px 13px,rgba(0,0,0,.09) 0px -3px 5px;opacity:.95}#mlp_lien_home_connexion{position:absolute;bottom:15px;right:20px;}hr.stylise{border:0;height:1px;background:#333;background-image:linear-gradient(to right,#ccc,#333,#ccc);}#btnBackToTop{display:none;border-radius:var(--back_to_top_radius);height:var(--back_to_top_taille_bouton);width:var(--back_to_top_taille_bouton);line-height:var(--back_to_top_taille_bouton);text-align:center;background-color:var(--back_to_top_couleur_fond);color:var(--back_to_top_couleur_texte);opacity:.3;transition:opacity 1s;font-size:var(--back_to_top_font_size);position:fixed;bottom:var(--back_to_top_bottom);right:var(--back_to_top_right);z-index:100;border:none;cursor:pointer;box-shadow:rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px}#btnBackToTop:hover{opacity:1;}