logo entête

This commit is contained in:
2021-10-13 01:15:54 +02:00
parent c96dea0f3b
commit c7732610c8
3 changed files with 50 additions and 7 deletions
@@ -1338,9 +1338,19 @@ button:focus {
position: relative; }
.event .callout .titre_bsn #explog {
position: absolute;
right: 100%;
top: 25%;
right: 105%;
top: 3%;
max-width: 30%; }
@media (max-width: 500px) {
.event .callout .titre_bsn #explog {
right: 110%;
top: 1%;
max-width: 50%; } }
@media (max-width: 442px) {
.event .callout .titre_bsn #explog {
right: 105%;
top: 3%;
max-width: 30%; } }
.event .callout .titre_bsn .text-titre-event h1 {
text-transform: uppercase;
line-height: 1 !important;