@font-face {
    font-family: 'Marianne-Regular';
    src: url('../fonts/Marianne-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Marianne-Bold';
    src: url('../fonts/Marianne-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Marianne-Light';
    src: url('../fonts/Marianne-Light.woff') format('woff');
}

@font-face {
    font-family: 'Marianne-Medium';
    src: url('../fonts/Marianne-Medium.woff') format('woff');
}

body {
    font-family: 'Marianne-Regular', sans-serif;
    font-size: 1.5rem;
    background-image: url("../img/trame_fond.png");
    background-repeat: round;
}


img {
    max-width: 100%;
    height: auto;
}

#header {
    color: #3d4a7c;
    padding: 1rem;
}

#header .label {
    text-align: end;
    font-size: 2rem;
    font-weight: bold;
    line-height: 3.5rem;
}

#header .logo {

}


#jumbotron {
    background-color: #e7edfc;
    margin-bottom: 5rem;
    color: #3c3b3c;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}


.link {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.region {
    color: #3d4a7c;
    font-weight: bolder;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}


.badge-container {
    display: flex;
    justify-content: end;
}


.badge {
    color: white;
    background-color: #6e7fae;
    border-radius: 1rem;
    padding: 0.5rem;
    position: absolute;
    margin-right: 2rem;
}


ul {
    font-weight: bolder;
    margin-bottom: 5rem;
}

.dark-blue-bg {
    color: white;
    background-color: #3d4a7c;
    border-radius: 0.75rem;
    padding: 0.25rem;
    display: inline-block;
    /*position: absolute;*/
}

.blue {
    color: #3d4a7c;
}

.notice {
    font-weight: lighter;
}

.bold {
    font-weight: 700;
}

.footer {
    text-align: right;
    font-size: 1.25rem;
}
