/*Fichier de luxCitoyen*/

body{
    font-family: "Vinci Sans Regular";
}

@font-face {
  font-family: 'Anton';
  src: local('Anton'),
       url('/static/Fonts/Anton.ttf') format("truetype");
}
@font-face {
  font-family: 'Roboto-Medium';
  src: local('Roboto-Medium'),
       url('/static/Fonts/Roboto-Medium.ttf') format("truetype");
}
@font-face {
  font-family: 'Roboto-Light';
  src: local('Roboto-Light'),
       url('/static/Fonts/Roboto-Light.ttf') format("truetype");
}

#titre {
    font-family: Anton;
    color: rgb(240,137,46);
    font-size: xxx-large;
    /*line-height: 0.7;*/
}
#sous-titre{
    color: rgb(255,255,255);
    font-family: Roboto-Light;
}

.orangeFG {
    color: rgb(240,137,46);
    /*font-size: xx-large;*/
}

.footer .btn{
    font-size: 1.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.modal-content{
    border-radius: 1.5rem;
}
.modal-header{
    border-bottom: hidden;
}
.modal-footer{
    border-top: hidden;
}

#RGPDModalLabel{
     color: rgb(240,137,46);
}

.card{
     border-radius: 1.5rem;
}
.card-title {
    font-family: Anton;
    /*color: rgb(240,137,46);*/
    font-size: xx-large;
    /*line-height: 0.7;*/
}
.card-subtitle {
    font-family: Roboto-Medium;
    /*color: rgb(240,137,46);*/
    /*font-size: xx-large;*/
    /*line-height: 0.7;*/
}

#text_card{
    font-weight: 500;
}
#text_rappel{
    color: rgb(240,137,46);
}
