:root {
    --af: #d90a30;
}

#chargement {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.navbar {
    background: #fff;
}

.navbar-brand img {
    height: 50px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--af)!important;
}

#navbar.visible {
    display: block;
}

#navbar .badge.inactive {
    color: #6C757D!important;
}

a {
    color: var(--af);
    text-decoration: none;
}

a:hover {
    color: var(--bs-body-color);
}

img {
    max-width: 100%;
    height: auto;
}

#carte {
    font-size: 0;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

#liste .af img {
    height: 50px;
    margin-right: 7px;
}

#liste .af a {
    font-size: 1.2rem;
}

#logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 20px;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

#logo .conteneur-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    margin: auto;
}

#logo img {
    max-width: 100%;
    max-height: 250px;
    padding: 0 20px;
}

#programme {
    border: 1px solid #ddd;
    font-size: 0;
}

#programme + button {
    width: 100%;
    text-align: center;
    border: 2px solid var(--af);
}

#programme + button:hover {
    border: 2px solid #000;
}

#programme + button:hover a {
    color: #000;
}

.page h4 {
    display: flex;
    align-items: center;
}

.page img {
    margin-right: 10px;
}

#titre-contact,
#contact,
#titre-site,
#site,
#titre-facebook,
#facebook {
    display: none;
}

#footer {
    border-top: 1px solid #ddd;
}

#logos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#logos img {
    max-height: 120px;
    margin: 30px 30px 0;
}

@media screen and (max-width: 767px) {
    #liste .af img {
        height: 40px;
    }
    
    #liste .af a {
        font-size: 1rem;
    }

    #liste .col-md-6:last-child {
        margin-top: 0;
    }

    #logos img {
        max-height: 90px;
    }
}

@media screen and (min-width: 600px) {
    body {
        font-size: 1.1rem;
    }
}
