@font-face {
    font-family: 'DinPro';
    src: url('/resource/dinProFont/DINPro/DINPro.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro-black';
    src: url('/resource/dinProFont/DINPro/DINPro_Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro-bold';
    src: url('/resource/dinProFont/DINPro/DINPro_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'DinPro-light';
    src: url('/resource/dinProFont/DINPro/DINPro_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DinPro-medium';
    src: url('/resource/dinProFont/DINPro/DINPro_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
.global_container{
    display: flex;
    flex-direction: column;
}
.global_bannier{
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 269px;
    padding-left: 269px;
}
.global_container-bannier{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 902px;
    width: 100%;
    margin: auto;   
    color: white;
}
.global_welcome{
    font-weight: 700 !important;
    font-family: 'DINPro-bold' !important;
    font-size: 36px !important;
    color: #030F40 !important ;
    line-height: 110% !important ;
}
.global_description{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.global_Titre{
    color: #030F40;
    font-weight: 500;
    font-family: 'DINPro-medium';
    font-size: 24px;
    line-height: 100%;
}
.global_titre-content{
    color: #030F40;
    font-weight: 400;
    font-family: 'DinPro';
    font-size: 16px;
    line-height: 150%;
    display:flex;
    flex-direction: column;
    gap: 24px;
}

.global_span-gray{
    font-size: 16px;
    font-weight: 700;
    font-family: 'DinPro-bold';
}
.global_span-underline{
    text-decoration: underline;    color: #030F40;
}
.global_loi-applicable{
    color: #030F40;
    font-weight: 700;
    font-family: 'DinPro-bold';
    font-size: 16px;
    line-height: 150%;
}
ul{
    list-style: disc;
    padding-left: 24px;
}
.global_ul-tirets{
    list-style-type: "- ";
}
@media(max-width: 768px) {
.global_bannier{
    padding-right: 25px;
    padding-left: 25px;
}
}