@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#content {
    font-family: 'Raleway', sans-serif;
    height: 100%;
}
.pdf {
    font-size: 12px;
    font-family: "Arial";
}
.h-100 {
    height: 100%;
}
.background {
    position: fixed;
    height: 100%;
    margin-left: 58.33333333%;
    background: transparent;
    background-image: linear-gradient(180deg, #FFCD1C 0%, #F07E26 100%);
}
.image {
    background-image: url('/img/dessin-nancy-ldlb2023.png');
    height: 100%;
    width: 80%;
    margin-left: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
.blanc {
    color: #f0f0f0!important;
}
.bold {
    font-weight: bold;
}
.bleu {
    color: #213B8A;
}
a{
    color: #213B8A!important;
    text-decoration: none!important;
}
.font-20{
    font-size: 20px;
}
.bouton {
    color: #f0f0f0;
    border: none;
    background-color: #c51718;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: 700;
    border-radius: 5px;
}

.img-bs {
    width: 200px;
}

@page {
    margin: 40px;
}

.bd-1 {
    border: solid 1px black;
}

.mt-custom {
    margin-top: -4.5rem!important;
}