/* ========================================================================================== */
/* ****************************************************************************************************************************************** */
/* ****************************************************************boostrap mon Cap *********************************************** */
/* boostrap mon Cap */

/* boostrap display */
.d-none {
    display: none !important;
}

.df-row_nowrap{
    display: flex;
    flex-flow: row nowrap;
}
.df-column_nowrap{
    display: flex;
    flex-flow: column nowrap;
}
.df-row_wrap{
    display: flex;
    flex-flow: row wrap;
}
.df-column_wrap{
    display: flex;
    flex-flow: column wrap;
}
.fd-reverse {
    flex-direction: row-reverse;
}
.fd-row {
    flex-direction: row;
}
.jc-flex_start{
    justify-content: flex-start;
}
.jc-flex_end{
    justify-content: flex-end;
}
.jc-center{
    justify-content: center;
}
.jc-space_between{
    justify-content: space-between;
}
.jc-space_around{
    justify-content: space-around;
}
.ai-flex_start{
    align-items: flex-start;
}
.ai-flex_end{
    align-items: flex-end;
}
.ai-center{
    align-items: center;
}

/* GAP pour Flex */
.gap-5{
    gap: 5px;
}   
.gap-10{
    gap: 10px;
}
.gap-15{
    gap: 15px;
}
.gap-20{
    gap: 20px;
}
.gap-25{
    gap: 25px;  
}
.gap-30 {
    gap: 30px;
}

/* boostrap margin */
.m-5{
    margin :  5px 5px 5px 5px;
}
.m-10{
    margin: 10px 10px 10px 10px;
}
.m-15{
    margin : 15px 15px 15px 15px;
}
.m-20{
    margin: 20px 20px 20px 20px;
}
.ml-5{
    margin-left: 5px;
}
.ml-10{
    margin-left: 10px;
}
.ml-15{
    margin-left: 15px;
}
.ml-20{
    margin-left: 20px;
}
.ml-30{
    margin-left: 30px;
}
.ml-40{
    margin-left: 40px;
}
.mr-5{
    margin-right: 5px;
}
.mr-10{
    margin-right: 10px;
}
.mr-15{
    margin-right: 15px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
.mr-30{
    margin-right: 30px;
}
.mr-40{
    margin-right: 40px;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}

.mb-20{
    margin-bottom: 20px;
}
/* boostrap padding*/
.p-0 {
    padding: 0
}
.p-5{
    padding :  5px 5px 5px 5px;
}
.p-10{
    padding: 10px 10px 10px 10px;
}
.p-15{
    padding : 15px 15px 15px 15px;
}
.p-20{
    padding: 20px 20px 20px 20px;
}
.pl-5{
    padding-left: 5px;
}
.pl-10{
    padding-left: 10px;
}
.pl-15{
    padding-left: 15px;
}
.pl-20{
    padding-left: 20px;
}
.pr-5{
    padding-right: 5px;
}
.pr-10{
    padding-right: 10px;
}
.pr-15{
    padding-right: 15px;
}
.pr-20{
    padding-right: 20px;
}
.pt-5{
    padding-top: 5px;
}
.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}

.pt-20{
    padding-top: 20px;
}
.pb-5{
    padding-bottom: 5px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}

.pb-20{
    padding-bottom: 20px;
}

/* Couleur */
.fondgris-N1 {
    background-color: var(--gris-niveau-1);
}

.fondgris-N2 {
    background-color: var(--gris-niveau-2);
}

.fondgris-N3 {
    background-color: var(--gris-niveau-3);
}

/* bordure */

.borderB-blanc {
    border-bottom: 1px solid #fff;
}

.borderB-gris {
    border-bottom: 1px solid var(--gris-niveau-1);
}

/* taille element */
.flex-grow {
    flex-grow: 1;
    word-wrap: break-word;
}

.fixed-width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 0 auto;
}

.w-100 {
    width: 100%;
}

.w-95 {
    width: 95%;
}

.w-90 {
    width: 90%;
}

.w-85 {
    width: 85%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}
.w-33 {
    width: 33.3%;
}
.w-30 {
    width: 30%;
}
.w-25 {
    width: 25%;
}
.w-20 {
    width: 20%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.h-30 {
    height: 30px;
}

.h-40 {
    height: 40px;
}

.h-50 {
    height: 50px;
}

.h-60 {
    height: 60px;
}

.mh-30 {
    min-height: 30px;
}

.mh-40 {
    min-height: 40px;
}

.mh-50 {
    min-height: 50px;
}

.mh-60 {
    min-height: 60px;
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

/* Taille texte */

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-15 {
    font-size: 15px;
}

.text-16 {
    font-size: 16px;
}

.text20 {
    font-size: 20px;
}
.text22 {
    font-size: 22px;
}
.text24 {
    font-size: 24px;
}

/* couleur texte */
.noir {
    color: #000;
}

.blanc {
    color: #fff;
}
.text-main_color{
    color:var(--main-font-color);
}

.texte_rouge_alerte {
    color:red;
    font-weight: 400;
}

.texte_bleu_alerte {
    color:blue;
    font-weight: 400;
}
/* texte opacity*/
.op-7{
    opacity: 0.7;
}
.op-5{
    opacity: 0.5;
}
.op-6{
    opacity: 0.6;
}
.op-8{
    opacity: 0.8;
}
.op-9{
    opacity: 0.9;
}
/* texte align */
.text-left{
    text-align: left;
}   
.text-center{
    text-align: center;
}   
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
/* text style */
.text-italic{
    font-style: italic;
}

/* gap*/
.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}
/* cursor pointer*/
.cursor-p{
    cursor: pointer;
}
* background Couleur */
.fondgris-N0 {
    background-color: var(--gris-niveau-0);
}
.fondgris-N1 {
    background-color: var(--gris-niveau-1);
}

.fondgris-N2 {
    background-color: var(--gris-niveau-2);
}

.fondgris-N3 {
    background-color: var(--gris-niveau-3);
}
.fondgris-N4 {
    background-color: var(--gris-niveau-4);
}
.fondgris-N5 {
    background-color: var(--gris-niveau-5);
}

.fond-main-bg {
    background-color: var(--main-background-color);
}
.fond-bleu {
    background-color: var( --fond-bleu);
}

.fond-blanc {
    background-color: #fff;
}