nav{ background-color: gray !important; } .card{ background-color:rgba(40, 68, 123, 0.85) ; } body{ background-color: none; background-image: url('../img/baniere-a-propos.png') !important; background-size: cover; } footer{ background-color: gray !important; } .logo{ height: 2em !important; } .dropdown-content > li > a {/* Ajustez la largeur selon vos besoins */ color: black; } .dropdown-trigger{ display: inline-flex; } .parallax-container { height: 50em; } .centered-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; } .card-text{ color: #D89A4F; } .card-title{ color: #D89A4F; } .card-body{ color: #D89A4F; } .centered-content { padding: 1%; padding-top: 0; border-radius: 2em; background-color: #28447B ; } .img-actu{ width: 10em !important; } .img-card{ display: flex; justify-content: center; } .card-content{ padding-top: 0!important; } .card-title{ margin-top: 0; } .spacer{ margin-top: 5em; } .banniere{ height: 15em; } .icon{ height: 1.2em; vertical-align: text-bottom; } .btn{ background-color: #F6C993; color:black; border-radius: 5px; } .btn:hover{ background-color: #fab45e; color:black; border-radius: 5px; } h2{ margin-top: 0; font-size: 2em; padding-top: 1em; } h3{ padding-top: 1em; margin-top: 0; font-size: 1em; font-weight: bold; } p>span{ font-weight: bold; } p>a{ color: #28447B ; } .colored{ color: #28447B ; } #map { width: 100%; height: 500px; /* Vous pouvez ajuster la hauteur selon vos besoins */ } .d20 { width: 100px; height: 100px; background-color: #333; color: white; position: relative; transform: rotate(45deg); display: flex; justify-content: center; align-items: center; font-size: 24px; font-family: 'Arial', sans-serif; } .d20::before, .d20::after { content: ''; position: absolute; width: 100px; height: 100px; background-color: inherit; border: 2px solid #fff; transform: rotate(45deg); z-index: -1; } .d20::before { top: -50px; } .d20::after { bottom: -50px; }