À propos

Actualités

/* CSS pour afficher à la ligne les intitulés longs des collapse (PI/2019) */ .ccm-remo-expand a { white-space: normal; } /* CSS du message d'alerte Coronavirus */ .biblio-panel::after, .biblio-panel::before { content: ""; display: table; clear: both; } .biblio-panel:hover { color: #000 !important; background-color: #ffeb3b !important; } .biblio-panel { background-color: #ffeb3b !important; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); margin-top: 80px; margin-right: auto; margin-bottom: -80px; margin-left: auto; width: 1140px; padding: 10px; position: relative; } .biblio-panel a { color: #d80669; } @media (max-width: 1299px) { .biblio-panel { background-color: #ffeb3b !important; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); margin-top: 70px; margin-right: auto; margin-bottom: -70px; margin-left: auto; width: 940px; padding: 10px; position: relative; } } @media (max-width: 979px) { .biblio-panel { background-color: #ffeb3b !important; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); margin-top: 60px; margin-right: auto; margin-bottom: -60px; margin-left: auto; width: 720px; padding: 10px; position: relative; } } @media (max-width: 739px) { .biblio-panel { background-color: #ffeb3b !important; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); margin-top: 160px; margin-right: auto; margin-bottom: -160px; margin-left: auto; width: 90%; padding: 10px; position: relative; } } .biblio-button { margin-left: 15px; color: black; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; } .biblio-button:hover { color: #d80669; }