@font-face {
    font-family: 'liberation_font';
    src: url('/fonts/LiberationSerif-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@media (max-width: 576px) {
    .small-font {
        font-size: 12px;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'liberation_font';
    background-color: #EDE8D0;
    color: #131313
}

.contact-link {
    color: #131313;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.main-nav {
    margin-top: 1rem;
}

.main-nav .nav-link {
    display: block;
    padding: 0.5rem 0.8rem;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: #5A0514;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.main-nav .nav-link:hover {
    color: #5A0514;
    text-decoration: underline;
}

.missions {
    margin-bottom: 10px;
}

.check-list {
    list-style: none;
    padding-left: 0;
    margin-left: 5px;
}

.check-list li {
    position: relative;
    padding-left: 1.4rem;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #5A0514;
    font-weight: bold;
}

@media (min-width: 992px) {

    footer .nav-item {
        display: flex;
        align-items: center;
    }

    footer .nav-item:not(:last-child)::after {
        content: "•";
        margin: 0 0.5rem;
        color: #131313;
    }

}

footer .nav-link {
    padding: 0;
}

.footer-link,
.footer-link:visited,
.footer-link:focus,
.footer-link:active {
    color: #131313;
    text-decoration: none;
    font-weight: 400;
}

.footer-link:hover {
    color: #5A0514;
    text-decoration: underline;
}

.footer-bottom img {
    vertical-align: middle;
}

.footer-bottom p {
    line-height: 1.2;
}

.arobspa::before {
    content: "\000040";
    font-size: inherit !important;
}
.arobspa span {
	font-size: 1px;
    font-size: 0.1px;
    text-indent: -999px;
    width: 1px;
    overflow: hidden;
}

span[class^="as-"]{
	font-size:1px;
	font-size:0.01rem
}
span[class^="as-"]::before{
	font-size:initial
}	

.as-un::before{
	content:"06";
}

.as-deux::before{
	content:"43";
}

.as-trois::before{
	content:"25";
}

.as-quatre::before{
	content:"41";
}

.as-cinq::before{
	content:"52";
}

.page-title {
    width: 100%;
    border: 2px solid #5A0514;
    background-color: #5A0514;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

.page-title h1 {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 0.90rem;
    font-weight: 700;
}

.page-subtitle {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.page-subtitle h4 {
    margin: 0;
    text-align: center;
    color: #5A0514;
    font-size: 0.90rem;
    font-weight: 700;
}

.border-section {
    border: 2px solid #5A0514;
    border-radius: 5%;
}

.border-form {
    border: 2px solid #5A0514;
    border-radius: 1%;
}

.page-center {
    width: 100%;
    text-align: center;
}

.icon-circle {
    width: 150px;
    height: 150px;

    border-radius: 50%;

    border: 3px solid #5A0514;
    outline: 2px solid #131313;
    outline-offset: -8px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #FFF;
}

.icon-circle img {
    width: 240px;
    height: 240px;
    object-fit: contain;
    display: block;
}

.btn-primary{
    --bs-btn-color:white;
    --bs-btn-bg:#5A0514;
    --bs-btn-border-color:#5A0514;
    --bs-btn-hover-color:white;
    --bs-btn-hover-bg:#5A0514;
    --bs-btn-hover-border-color:#5A0514;
    --bs-btn-focus-shadow-rgb:49,132,253;
    --bs-btn-active-color:white;
    --bs-btn-active-bg:#5A0514;
    --bs-btn-active-border-color:#5A0514;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:white;
    --bs-btn-disabled-bg:#5A0514;
    --bs-btn-disabled-border-color:#5A0514;
}

.btn-outline-primary{
    --bs-btn-color:white;
    --bs-btn-bg:#5A0514;
    --bs-btn-border-color:#5A0514;
    --bs-btn-hover-color:white;
    --bs-btn-hover-bg:#5A0514;
    --bs-btn-hover-border-color:#5A0514;
    --bs-btn-focus-shadow-rgb:49,132,253;
    --bs-btn-active-color:white;
    --bs-btn-active-bg:#5A0514;
    --bs-btn-active-border-color:#5A0514;
    --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:white;
    --bs-btn-disabled-bg:#5A0514;
    --bs-btn-disabled-border-color:#5A0514;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #212529;
    color: #fff;
    padding: 15px 0;
    z-index: 1055;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-banner .btn {
    white-space: nowrap;
}