@font-face {
    font-family: 'Ogg';
    src: url('../fonts/Ogg-Roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('../fonts/Roobert-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('../fonts/Roobert-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roobert';
    src: url('../fonts/Roobert-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
::selection {
    background-color: #000;
    color: #fff;
}
body {
    font-family: 'Roobert';
    font-weight: normal;
    font-style: normal;
}
/*
h1 {
    font-family: 'Ogg';
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
}
*/
#language {
    border-right: 1px solid #000;
    display: none;
    max-width: 80px;
    min-width: 80px;
    width: 80px;
}
@media (min-width: 992px) {
    #language {
        display: block;
    }
}
#language .dropdown-toggle {
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
/*
#language .dropdown-toggle:after {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}
*/
#language .dropdown-menu {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    min-width: 100%;
    width: 100%;
}
#language .dropdown-menu .dropdown-item {
    text-align: center;
}
#language .dropdown-item.active,
#language .dropdown-item:active,
#language .dropdown-item:hover,
#language .dropdown-item:focus {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
}
#content {
    border-left: 1px solid #000;
}
#logo {
    max-height: 100px;
    max-width: 276px;
    min-width: 276px;
    width: 276px;
}
#menu {
    border-left: 1px solid #000;
}
#menu a {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    #menu a {
        line-height: 100px;
    }
}
#menu a:hover,
#menu a:focus {
    text-decoration: underline;
}
#space {
    display: none;
}
@media (min-width:992px) {
    #space {
        border-right: 1px solid #000;
        display: block;
        max-width: 80px;
        min-width: 80px;
        width: 80px;
    }
}
#page-title {
    background-image: url('../images/senteursdailleurs.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15% 3rem;
    position: relative;
}
@media (min-width:992px) {
    #page-title {
        padding: 15%;
    }
}
#page-title:before {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#page-title h1 {
    color: #fff;
    font-family: 'Ogg';
    /* font-size: 40px; */
    font-style: normal;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}
#page-intro {
    background-image: url('../images/losange.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px;
    padding: 8% 3rem;
    text-align: center;
}
@media (min-width:992px) {
    #page-intro {
        padding: 8% 15%;
    }
}
#page-intro hr {
    margin: 3rem 0;
    opacity: 1;
}
#page-intro p {
    font-family: 'Ogg';
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}
#page-info {
    background-color: #000;
    color: #fff;
    padding: 8% 3rem;
    text-align: center;
}
@media (min-width:992px) {
    #page-info {
        padding: 8% 15%;
    }
}
#page-info a {
    color: #fff;
    text-decoration: none;
}
#page-info a:hover,
#page-info a:focus {
    color: #fff;
    text-decoration: underline;
}
#page-offers {
    padding: 8% 3rem;
}
@media (min-width:992px) {
    #page-offers {
        padding: 8% 15%;
    }
}
#page-offers a {
    color: #000;
    text-decoration: none;
}
#page-offers a:hover,
#page-offers a:focus {
    color: #000;
    text-decoration: underline;
}

#page-offers .accordion-item .accordion-button {
    font-family: 'Ogg';
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.accordion {
    border: 1px solid #000;
}
.accordion-item {
    border: 1px solid #000;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}
.accordion-button:focus {
    box-shadow: none;
}

footer {
    border-top: 1px solid #000;
}
footer a {
    color: #000;
    text-decoration: none;
}
footer h2 {
    font-family: 'Ogg';
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}
footer a:hover,
footer a:focus {
    color: #000;
    text-decoration: underline;
}
footer .footer-languages {
    background-color: #000;
    color: #fff;
    font-size: 13px;
}
footer .footer-languages a {
    color: #fff;
    text-decoration: none;
}
footer .footer-languages a.active {
    cursor: default;
    font-weight: bold;
    text-decoration: none !important;
}
footer .footer-languages a:hover,
footer .footer-languages a:focus {
    color: #fff;
    text-decoration: underline;
}
