@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;600;800&display=swap');


BODY {
	background-color : var(--fond_page);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;

    /* background-color: #DCD9D4;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
    background-blend-mode: soft-light,screen; */


    padding: 0px;
    margin: 0px;
    /* -webkit-font-smoothing: antialiased; */
    -webkit-font-smoothing: antialiased;
    min-height:100vh;
}
/* 
#content_centre {
    max-width: 1500px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
} */

/* body {
    background-image: url('/themes/backgrounds/background02.jpg');
    background-attachment: fixed;
    background-size: cover;
} 


*/

@media only screen and (max-width:1200px) {
    BODY {
        font-size: 14px;
    }
}

BODY::-webkit-scrollbar {
    width: 0.6em;
  }
  
  BODY::-webkit-scrollbar-track {
    background-color: hsl(250 15% 93%);
  }
  
  BODY::-webkit-scrollbar-thumb {
    background-color: var(--clair);
  }
  
  BODY::-webkit-scrollbar-thumb:hover {
    background-color: var(--fonce);
  }

.debug {
    border: 1px solid coral;
    background-color: rgb(255, 208, 208);
    margin-top:10px;
    margin-bottom:10px;
    width:80%;
    padding:10px;
}


DIV::-webkit-scrollbar {
    width: 0.6em;
}

DIV::-webkit-scrollbar-track {
    /* background-color: hsl(250 15% 93%); */
    background-color: none;
}

DIV::-webkit-scrollbar-thumb {
    background-color: var(--clair);
}

DIV::-webkit-scrollbar-thumb:hover {
    background-color: var(--fonce);
}



input[type="text"], input[type="select"], input[type=number], input[type=reset], select, textarea, input[type=date] {
    font-family: 'Red Hat Display', sans-serif;
    /*background-color: var(--fond_input); */
    /* border-radius:5px;
    border:1px solid var(--border_input);
    padding-top:5px;
    padding-bottom:5px;
    color: var(--couleur_police); */
}  


input[type=button], input[type=submit] {
    font-family: 'Red Hat Display', sans-serif;
}

table {border-collapse: collapse; border-spacing: 0;}

tr, th, td {
    background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline;
}

a {
    color:var(--couleur_police);
    text-decoration:none;
}

a:hover	{
    color:var(--couleur_police);
    text-decoration:none;
    background:none;
}

div {
    box-sizing: border-box;
}

.powered {
    font-size: 0.6em;
    font-weight: 300;
    color: var(--couleur_police);
    text-transform: uppercase;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}


#tools_menu {
    display: flex;
    align-items: center;
}

.log_body {
    /* background: radial-gradient(circle, var(--fond_page_degrade1) 0%, var(--fond_page_degrade2) 100%); */
    background-color: #cdcdcd;
}

.nouveau_commentaire {
    position:fixed;
    right:10px;
    bottom:10px;
    padding:10px;
    border: 0px solid black;
    border-radius: 40px;
    background-color: var(--fond_titre);
    width:70px;
}





.content_log {
    background-color: var(--fond_ligne);
    width:450px;
    margin: auto;
    padding:30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    color: var(--couleur_police);
    margin-top:25px;
}

.content_log TABLE {
    width:100%;
}

.content_log input[type=text], input[type=password] {
    padding:10px;
    border:1px solid #cfcfcf;
    border-radius:8px;
    margin-bottom:10px;
}

.content_log input[type=submit] {
    padding:10px 20px;  
    width:100%;
    border-radius:8px;
    border:0px;
    text-transform: uppercase;
    background: slategrey;
    color: white;
    margin-top: 10px;
}







.input_rech {    
    width: 300px;
    border-radius: 5px;
    border: 1px solid var(--mid);
    padding: 5px 10px 5px 35px;
    color: #fff;
    background: var(--fond_rech);
    background-image: var(--icone_recherche);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    color: var(--couleur_police);
}

.titre {
    background-color: var(--fond_titre);
    color:white;
    padding: var(--padding-titre) 20px;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titre .text {
    display: flex;
    gap:10px;
    /* letter-spacing: 1px; */
    font-size:1.1em;
    color:var(--couleur_police_titre);
    padding-left:15px;
    font-weight: 400;
}
.titre .text img {
    width:18px;
}


.titre_content {
    background-color:var(--fond_titre);
    color: rgb(244, 255, 240);
    text-align: left;
    width:1200px;
    box-sizing: border-box;
    margin-top:30px;
    letter-spacing: 1px;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px; 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    gap:10px;
    font-weight: 400;
    align-items: center;
}

.titre_content img {
    width:20px;
}

.titre_content_2 {
    background-color:var(--fond_titre);
    color: rgb(244, 255, 240);
    text-align: left;
    width:1200px;
    box-sizing: border-box;
    margin-top:30px;
    letter-spacing: 1px;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px; 
    border-radius : 10px;
    display: flex;
    gap:10px;
    font-weight: 400;
    align-items: center;
}

.titre_content_2 img {
    width:20px;
}

.infos_titre {
    font-size: 0.8em;
    font-weight : 300;
}

.content_modif {
    background:var(--fond_ligne);
    color: var(--couleur_police);
    display: flex;
    width:1200px;
    box-sizing: border-box;
    padding:10px;
    gap:1%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.content_vertical {
    background: var(--fond_ligne);
    display: flex;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 10px;
    gap: 1%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    flex-direction: column;
}

#menu_all {
    background-color: #fff;
}



.message_ok {
    background-color: #EAF1FF;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 10px 25px;
    text-align: left;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #90a0ea;
    border-radius: 5px;
    color: #4361EE;
}

.message_erreur {
    background-color: #f7d8d8;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 10px 25px;
    text-align: left;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #e55f5f;
    border-radius: 5px;
    color: #c12727;
}



#cache {
    background-color: #dadada;
    opacity: 0.6;
    width:100vw;
    height:100vh;
    position:absolute;
    top:0px;
    left:0px;
    z-index: 2;
    display: none;
    position: fixed;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#content_form_ajout {
    background: var(--fond_ligne);
    width:1000px;
    position:absolute;
    top:10vh;
    left:50%;
    transform:translateX(-50%);
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    display: none;
    border-radius: 18px;
    position: fixed;
    padding-bottom:20px;
    max-height: 75vh;
}

.titre_ajout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 20px;
    font-size: 1.1em;
    background-color: var(--fond_titre);
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    letter-spacing: 1px;
}

.titre_ajout img {
    width:30px;
    margin-top: 5px;
}

.entete_liste {
    font-weight : 600;
    margin-top: 8px;
    display: flex;
    box-sizing: border-box;
    padding: 3px 10px;
    gap: 1%;
    border-radius: 8px;
    box-sizing: border-box;
    justify-content: space-between;
    color:var(--couleur_police);

    
}

.btn_valide_production {
    text-transform: uppercase;
    background-color: #bc8fa3;
    color: #fff;
    padding: 5px 10px;
    border: 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    cursor: pointer;
    font-size: 0.7em;
}

.btn_valide_production img {
    width:18px;
}

.btn_enregistrer {
    background: var(--couleur_btn);
    padding: 4px 15px;
    border-radius: 5px;
    border:0px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-family: 'Red Hat Display';
    font-size: 0.8em;
    cursor: pointer;
}

.btn_enregistrer:hover {
    background: var(--couleur_btn_hover);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn_voir {
    background : var(--voir);
    padding: 4px 15px;
    border-radius: 5px;
    border:0px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'Red Hat Display';
    font-size: 0.7em;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn_voir:hover {
    background: var(--voir_hover);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color:white;
}

.btn_annuler {
    background: rgb(227, 2, 2);
    padding: 4px 15px;
    border-radius: 5px;
    border:0px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'Red Hat Display';
    font-size: 0.8em;
    cursor: pointer;
}

.btn_annuler:hover {
    background: rgb(16, 0, 0);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn_supprimer {
    background: rgb(227, 2, 2);
    padding: 4px 15px;
    border-radius: 5px;
    border:0px;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-family: 'Red Hat Display';
    font-size: 0.8em;
    cursor: pointer;
}

.btn_supprimer:hover {
    background: rgb(16, 0, 0);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn_ajouter {
    background: var(--couleur_btn);
    padding: 3px 15px 3px 8px;
    border-radius: 5px;
    border:0px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-family: 'Red Hat Display';
    font-size: 0.8em;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.btn_ajouter:hover {
    background: var(--couleur_btn_hover);
    color:white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 3px 25px 3px 25px;
}

.btn_ajouter IMG {
    width:20px;
}


.ok {
    width:20px;
    height:20px;
    border-radius: 20px;
    background: green;
}

.ko {
    width:20px;
    height:20px;
    border-radius: 20px;
    background: red;
}


.titre_clair {
    background: var(--mid); 
    color:white; 
    padding:10px;  
    border-top-left-radius: 20px; 
    border-top-right-radius: 20px;
    box-sizing: border-box;
}


#titre_profil {
    display: flex;
    justify-content: center;
    padding: 20px;
}

#titre_profil img{
    width:250px;
}

#content_profil {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    padding:20px;
}

#cache_profil {
  /* background-color: #dadada; */
  /* opacity: 0.9; */
  width:100vw;
  height:100vh;
  position:absolute;
  top:0px;
  left:0px;
  z-index: 3;
  display: none;
  position: fixed;
  background: rgb(237,255,229);
  background: radial-gradient(circle, rgba(237,255,229,1) 0%, rgba(164,212,104,1) 100%);
}

.liste_profil_cadre {
    width:200px;
    text-align: center;
    border:1px solid #cfcfcf;
    border-radius:20px;
    background-color: #fff;
    padding:15px;
    box-sizing: border-box;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.liste_profil_cadre img {
    width:100px;
    opacity: 0.1;
    margin-bottom: 20px;
}

.ligne_simple {
    background: var(--fond_ligne);
    margin-top: 15px;
    display: flex;
    box-sizing: border-box;
    padding: var(--padding-ligne) 10px;
    border-radius: 8px;
    border: 1px solid var(--border_ligne);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    color:var(--couleur_police);
}

.ligne {
    background: var(--fond_ligne);
    margin-top: 7px;
    display: flex;
    box-sizing: border-box;
    padding: var(--padding-ligne) 10px;
    border-radius: 8px;
    border: 1px solid var(--border_ligne);
    color:var(--couleur_police);
    justify-content: space-between;
}

.ligne:hover {
    background-color: var(--ligne_hover);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.ligne_fine {
    background: #fff;
    margin-top: 8px;
    display: flex;
    box-sizing: border-box;
    padding: 7px 8px;
    border-radius: 5px;
    border: 1px solid var(--border_ligne);
}

.bouton_titre {
    border:0px;
    background:white;
    border-radius: 8px;
    cursor: pointer;
    padding:2px 12px;
    font-size: 0.9em;
    margin-right: 5px;
}

.bouton_titre:hover {
    background:var(--clair);
    color: white;
}


.input {
    width: 300px;
    border-radius: 5px;
    border: 1px solid var(--border_input);
    padding: 4px 8px;
    color: var( --couleur_police_input);
    transition: all 0.3s ease;
    background-color: var(--fond_input);
}

.input:focus {
    border-radius: 6px;
    border: 1px solid var(--fonce);
    padding: 4px 8px;
    color: var( --couleur_police_input);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: var(--fond_input_focus);
    outline: none;
}

.input_select {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--border_input);
    max-width: 300px;
    padding: 4px 8px;
    box-sizing: border-box;
    color: var( --couleur_police_input);
    background-color: var(--fond_input);
}

.input_select:focus {
    border-radius: 5px;
    border: 1px solid var(--fonce);
    padding: 4px 8px;
    color: #555;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}




.f_size_07 {
    font-size: 0.7em;
}

.f_size_08 {
    font-size: 0.8em;
}

.f_size_09 {
    font-size: 0.9em;
}

.f_size_10 {
    font-size: 1em;
}

.f_size_12 {
    font-size: 1.2em;
}

.f_size_13 {
    font-size: 1.3em;
}

.f_size_14 {
    font-size: 14px;
}

.pointer {
    cursor: pointer;
}

._1400px {
    width: 1400px;
}
._1200px {
    width: 1200px;
}

._1100px {
    width: 1100px;
}

._1000px {
    width: 1000px;
}

._900px {
    width: 900px;
}

._800px {
    width: 800px;
}

._700px {
    width: 700px;
}

._600px {
    width: 600px;
}

._500px {
    width: 500px;
}

._450px {
    width: 450px;
}

._400px {
    width: 400px;
}

._350px {
    width: 350px;
}

._300px {
    width: 300px;
}

._250px {
    width: 250px;
}

._200px {
    width: 200px;
}

._150px {
    width: 150px;
}

._120px {
    width: 120px;
}

._100px {
    width: 100px;
}

._90px {
    width: 90px;
}

._80px {
    width: 80px;
}

._70px {
    width: 70px;
}

._60px {
    width: 60px;
}

._50px {
    width: 50px;
}

._40px {
    width: 40px;
}   

._30px {
    width: 30px;
}

._25px {
    width: 25px;
}

._20px {
    width: 20px;
}

._18px {
    width: 18px;
}

._15px {
    width: 15px;
}

._10px {
    width: 10px;
}


._100pourcent {
    width:100%;
}

._95pourcent {
    width:95%;
}

._90pourcent {
    width:90%;
}

._85pourcent {
    width:85%;
}

._80pourcent {
    width:80%;
}

._75pourcent {
    width:75%;
}

._70pourcent {
    width:70%;
}

._65pourcent {
    width:65%;
}

._60pourcent {
    width:60%;
}

._55pourcent {
    width:55%;
}

._50pourcent {
    width:50%;
}

._45pourcent {
    width:45%;
}

._40pourcent {
    width:40%;
}

._35pourcent {
    width:35%;
}

._30pourcent {
    width:30%;
}

._25pourcent {
    width:25%;
}

._20pourcent {
    width:20%;
}

._15pourcent {
    width:15%;
}

._10pourcent {
    width:10%;
}

._5pourcent {
    width:5%;
}

.align_left {
    text-align:left;
}

.align_right {
    text-align:right;
}

.align_center {
    text-align:center;
}

.img_20px IMG {
    width:20px;
}

.img_30px IMG {
    width:30px;
}

.mt_10px {
    margin-top: 10px;
}

.mt_20px {
    margin-top: 20px;
}

.mt_50px {
    margin-top: 50px;
}

.mb10px {
    margin-bottom: 10px;
}

.mb15px {
    margin-bottom: 15px;
}

.mb_20px {
    margin-bottom: 20px;
}

.mb_50px {
    margin-bottom: 50px;
}

.ml_10px {
    margin-left: 10px;
}

.ml_15px {
    margin-left: 15px;
}

.ml_20px {
    margin-left: 20px;
}

.ml_30px {
    margin-left: 30px;
}

.ml_40px {
    margin-left: 40px;
}

.ml_50px {
    margin-left: 50px;
}

.ml_75px {
    margin-left: 75px;
}

.ml_100px {
    margin-left: 100px;
}

.ml_150px {
    margin-left: 150px;
}

.mr_10px {
    margin-right: 10px;
}

.mb_5px {
    margin-bottom: 5px;
}

.mb_10px {
    margin-bottom: 10px;
}

.m_3px {
    margin: 3px;
}

.m_5px {
    margin: 5px;
}

.m_10px {
    margin: 10px;
}

.pad_5px {
    padding: 5px;
}

.pad_10px {
    padding: 10px;
}

.pad_15px {
    padding: 15px;
}

.pad_20px {
    padding: 20px;
}


.pl_10px {
    padding-left: 10px;
}

.pl_20px {
    padding-left: 20px;
}   

.pl_50px {
    padding-left: 50px;
}

.gras {
    font-weight: 600;
}
.gras_2 {
    font-weight: 800;
}

._flex {
    display: flex;
}

._flex_wrap {
    flex-wrap: wrap;
}

._print {
    display:none;
}

.fd_colonne {
    flex-direction: column;
}

.fd_ligne {
    flex-direction: row;
}

.space_between {
    justify-content: space-between;
}

.space_evenly {
    justify-content: space-evenly;
}

.space_around {
    justify-content: space-around;
}

.flex_gauche {
    align-items: flex-start; 
}

.flex_droite {
    align-items: flex-end; 
}

.align_items_center {
    align-items: center; 
}

.justify_content_center {
    justify-content: center;
}

.v_align_middle {
    vertical-align: middle;
}

.overflow {
    overflow: overlay;
}

._50vh {
    height: 50vh;
}

.f_size_08 {
    font-size: 0.8em;
}

.f_size_09 {
    font-size: 0.9em;
}

.f_size_10 {
    font-size: 1em;
}

.f_size_11 {
    font-size: 1.1em;
}

.f_size_12 {
    font-size: 1.2em;
}

.l_height_1 {
    line-height: 1em;
}

.l_height_11 {
    line-height: 1.1em;
}

.l_height_12 {
    line-height: 1.2em;
}

.l_height_13 {
    line-height: 1.3em;
}

.l_height_14 {
    line-height: 1.4em;
}

.l_height_15 {
    line-height: 1.5em;
}

.l_height_16 {
    line-height: 1.6em;
}

.l_height_17 {
    line-height: 1.7em;
}

.l_height_18 {
    line-height: 1.8em;
}

.ombre_1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.ombre_2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.ombre_3 {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.ombre_4 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.back_coul1 {
    background-color: white;
}

.back_coul2 {
    background-color: #f4f4f4;
}
.back_coul3 {
    background-color: burlywood;
}

.back_coul4 {
    background-color: var(--ligne_hover);
}

.btn_oui {
    background: burlywood;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
}

.btn_oui:hover {
    background: darkblue;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.btn_non {
    background: dimgray;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
}

.btn_non:hover {
    background: rgb(24, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.print {
    display: none;
}

._gap_5 {
    gap: 5px;
}

._gap_10 {
    gap: 10px;
}

._gap_15 {
    gap: 15px;
}

._gap_20 {
    gap: 20px;  
}

._gap_25 {
    gap: 25px;
}

._gap_30 {
    gap: 30px;
}

._gap_35 {
    gap: 35px;
}

._gap_40 {
    gap: 40px;
}

._capital {
    text-transform: uppercase;
}

.bg_actif {
    background-color: cadetblue;
}

._italic {
    font-style: italic;
}