@font-face {
    font-family: "Voltaire";
    font-display:swap;
    src: url('Voltaire-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
* {
    font-family: Voltaire, sans-serif; /* Utilisez sans-serif en tant que police de secours */
}

/* Annuler la police Voltaire pour les éléments avec la classe "btn" */
.btn,button,a {
    font-family: Arial!important; /* Utilisez la police définie par le parent (celle de base) */
}

.btn-primary{
    background-color: #F7DAC0;
}

.bg-color-primary{
    background-color: #F7DAC0!important;

}
.bg-color-primary-hover:hover{
    background-color: #F7DAC0!important;
    border-color: white;
}

.btn-link-primary{
    background-color: #F7DAC0!important;
}
.color-primary{
    color:#F7DAC0!important;
}


.btn-primary-bis{
    background-color: #C8A699;
}

.bg-color-primary-bis{
    background-color: #C8A699!important;

}
.bg-color-primary-bis-hover:hover{
    background-color: #C8A699!important;
    border-color: white;
}

.btn-link-primary-bis{
    background-color: #C8A699!important;
}
.color-primary-bis{
    color:#C8A699!important;
}



.btn-delete{
    background-color: indianred!important;
}

.bg-color-delete{
    background-color: indianred!important;

}
.bg-color-delete-hover:hover{
    background-color: indianred!important;

    border-color: white;
}

.btn-link-delete{
    background-color: indianred!important;

}
.color-delete{
    background-color: indianred!important;

}


.btn-secondary{
    color:#988574!important;
}
.bg-color-secondary{
    background-color:#988574!important;
}
.btn-link-secondary{
    color:#988574!important;
}

.color-secondary{
    color:#988574!important;
}

.bg-color-secondary-hover:hover{
    background-color:#988574!important;
    border-color: white;
}




.color-dark{
    color: #402D31;
}
.bg-color-dark{
    background-color: #402D31!important;
}
.btn-dark{
    background-color: #402D31;
}

.bg-dark-hover:hover{
    background-color: #402D31;
    border-radius: 5px;
}




.bg-white{
    background-color: whitesmoke;
}

.color-white{
    color:whitesmoke!important;
}
.bg-white-hover:hover{
    background-color: whitesmoke!important;
    border-radius: 5px;
}
.btn-green{
    background-color: #93C01F;
}

.color-green{
    color:#93C01F;
}
.bg-color-green{
    background-color: #93C01F!important;
}
.bg-color-green-hover:hover{
    background-color: #93C01F!important;
    border-color: white!important;
}

ul.pagination *{
    background-color:  #93C01F!important;
    border-color:  #93C01F!important;
    color:whitesmoke!important;
    border-radius: 2px;
}

.pc-link:hover{
    background-color:#F7DAC0!important;
}

.etoile{
    color:red!important;
}