/* ===================================================================== */
/*                               Font.css                                */
/* © 2019  Dunin Technologie Inc.                                        */
/* ===================================================================== */

/* - DÉFINITION -------------------------------------------------------- */
/* Choix des polices de caractères.                                      */
/* --------------------------------------------------------------------- */

/* - NOTES ------------------------------------------------------------- */
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* Chargement des fonts.                                                 */

@font-face {
  font-family: Poppins;
  src: url(Poppins-Light.ttf)
}

@font-face {
  font-family: Radley;
  /* src: url(Radley-Regular.ttf) */
  src: url(Poppins-Light.ttf)
}


/* --------------------------------------------------------------------- */
/* Page login.                                                           */

span.LoginLabel    { font-family: 'Poppins', 'Open Sans', 'Arial';  font-weight: normal;  font-size: 20px }


/* --------------------------------------------------------------------- */
/* Page d'accueil.                                                       */

.AccueilCreerTitre, .AccueilRechercherTitre, h3.Accueil { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }
.LinkBas3px, .Link, .LinkGrille  { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 700 }


/* --------------------------------------------------------------------- */
/* Textes par défaut.                                                    */

body, select, input, textarea, button, span { font-family: 'Poppins', 'Open Sans', 'Arial';    font-size: 15px;  }
.Label    { font-family: 'Poppins', 'Open Sans', 'Arial';  font-weight: normal;  font-size: 15px; }   /* (Sous-titre) */
.Tot  { font-weight: 600; font-size: 15px; margin:3px 2px 0px 2px }  /* Caractéristique total CommExpedPanel  */
.Prix  { font-size: 15px; margin:3px 2px 0px 2px }                   /* Caractéristique prix            */
.User  { font-family: 'Poppins', 'Open Sans', 'Arial';  font-weight: bold;  font-size: 25px; }   /* (Bouton User) */
.TitreSection  { font-weight: 700; font-size : 19px; color: black; }         /* Titres des sections */
.TitreNoteSection  { font-weight: 600; font-size : 15px; color: red; }       /* Titres notes sections */
.TitreNoteSectionKitDet  { font-weight: 600; font-size : 15px; color: red; } /* Titres notes sections */
.TitreNoteSectionKit  { font-weight: 700; font-size : 15px; color: red; width:fit-content ;} /* Titres notes sections */


/* --------------------------------------------------------------------- */
/* Textes LPD. 
.lpdB   { font-weight: 600; font-size : 14px; color: black;}     /* Fenetre lpd */
.lpdBt  { font-weight: 700; font-size : 15px; color: black;}   /* Fenetre lpd */
.lpdG   { font-weight: 600; font-size : 16px; color: #B9975B;} /* Fenetre lpd */
.lpdGt  { font-weight: 400; font-size : 22px; color: #B9975B;} /* Fenetre lpd */
.lpdGtb { font-weight: 700; font-size : 23px; color: #B9975B;} /* Fenetre lpd */
.lpdW   { font-weight: 600; font-size : 14px; color: #ffffff;} /* Fenetre lpd */
.lpdWt  { font-weight: 400; font-size : 22px; color: #ffffff;} /* Fenetre lpd */
.lpdWtb { font-weight: 700; font-size : 22px; color: #ffffff;} /* Fenetre lpd */

/* --------------------------------------------------------------------- */
/* Textes Annonces. */
.lpdPtb  { font-weight: 700; font-size : 16px; color: #b95b7c;} /* Texte annonces */

/* --------------------------------------------------------------------- */
/* Boutons principaux.                                                   */

.ActBouton.Primaire   > button { font-weight: 400; font-size: 19px; }
.ActBouton.Secondaire > button { font-weight: 400; font-size: 15px; }

.ActBouton.Fleche > button { font-weight: 600; }
.ActBouton.TrBlackGold > button { font-weight: 600; }

/* --------------------------------------------------------------------- */
/* Titres.                                                               */

h1                   { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres principaux (Grand-Titre) */
.TitrePage           { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres des pages */
.TitrePageReadOnly   { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres des pages */
.TitrePanel          { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres des panels (Titre) */
.TitrePanelReadOnly          { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres des panels (Titre) */
h3                   { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres de télescope (Titre) *//*{ font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }   Titres de section (panels ou autres) (Titre de section) */
.ActTitre            { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres de télescope (Titre) */
.ActTitreReadOnly            { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres de télescope (Titre) */

.TitreAccueilEnkiWeb { font-family: 'Poppins', 'Open Sans', 'Arial'; font-weight: 400 }  /* Titres de l'accueil */

.TitrePage           { margin: 5px }  /* Titres des pages */
.TitrePageReadOnly   { margin: 5px }  /* Titres des pages */

.LayoutInfosAtome .TitrePanel { color: var(--couleurTexte)}
