
/*
@font-face {
    font-family: 'DIN Next W10';
    src: url('../font/DIN Next W10 Light.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next W10';
    src: url('../font/DIN Next W10 Italic.otf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Next W01';
    src: url('../font/DIN Next W01 Regular.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next W10';
    src: url('../font/DIN Next W10 Medium.otf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next W01';
    src: url('../font/DIN Next W01 Bold.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Next';
    src: url('../font/DIN Next W10 Black.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src:
    local("../font/Montserrat-VariableFont_wght.ttf") format("truetype");
}*/

/* Nouvelles font */

/* Kanit pour les titres et sous-titres */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: 400; /* Regular par défaut */
}

/* Exemple de styles pour les titres */
h1 {
    font-weight: 700; /* Bold */
    font-size: 3rem;;
}

h2 {
    font-weight: 700; /* Medium */
    color: #191919 !important;
}

h3 {
    font-weight: 600;
    color: #191919 !important;
}

h4 {
    font-weight: 500;
    color: #191919 !important;
}

h5 {
    font-weight: 300; /* Light */
    color: #191919 !important;
}

h6 {
    font-weight: 300; /* Light */
    color: #191919 !important;
}

/* Inter pour les paragraphes */
p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

/* Variations pour les paragraphes */
p.light {
    font-weight: 300; /* Light */
}

p.medium {
    font-weight: 500; /* Medium */
}

p.bold {
    font-weight: 700; /* Bold */
}

p.black {
    font-weight: 900; /* Black */
}

/* Exemple de texte en italique */
p.italic {
    font-style: italic;
}

.text-small {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.462);
}

.text-300 {
    font-weight: 300;
}

* {
  word-wrap: break-word;
}
.logo-menu {
  max-height:110px;
}
.logo-menu-accueil {
  max-height:80px;
}
.jocare-vert {
  color:#5DC0AE !important;
}
.jocare-bleu {
  color:#0A4E71 !important;
}
.jocare-jaune {
  color:#fDC61C !important;
}
.jocare-blanc {
  color: white !important;
}
.jocare-rose {
  color: #f87BC6 !important;
}
.jocare-violet {
  color: #7c7aff !important;
}

.jocare-bg-vert {
  background-color:#7da89e !important;
}
.jocare-bg-bleu {
  background-color:#0a4f70 !important;
}

.jocare-bg-bleu-light {
  background-color:#97c9be24 !important;
}

.jocare-bg-jaune {
  background-color:#fcc71c !important;
}
.jocare-bg-violet {
  background-color: #7c7aff !important;
}

.jocare-bg-rose {
  background-color: #f87bc6 !important;
}
.jocare-bg-blanc {
  background-color: white !important;
}

.jocare-border-bleu {
  border: 1px solid #0a4f70 !important;
}

.bg-rose-light {
  background-color: #f2F1FF !important;
}

.bg-bleu {
  background-color: #0a4e71 !important;
}

.px-md-10r {
  padding-left: 10rem;
  padding-right: 10rem;
}


.py-5r {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pb-5r {
  padding-bottom: 5rem !important;
}

.pl-md-3 {
  padding-left: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.gap-md-5r {
  gap: 5rem !important;
}

.mt-block {
  margin-top: 5rem !important;
}

.mb-block {
  margin-bottom: 5rem !important;
}

.alerteTemp {
  /** Pour les messages temporaires */
}
.cursor-pointer {
  cursor: pointer !important;
}
.sans-padding {
  padding: 0 !important;
}
.sans-margin {
  margin: 0 !important;
}

.mt-5r {
  margin-top: 5rem !important;
}

.mb-5r {
  margin-bottom: 5rem !important;
}

.showPwd{
  position: absolute;
  top: 13px;
  right: 4%;
  cursor: pointer;
}

.btn-menu, .btn-secondaire, .btn-rose, .btn-orange, .btn-bleu, .btn-violet {
  margin: 0.25rem 0.75rem;
  color: white;
  font-weight: bold;
  border-radius: 1.5rem !important;
}
.btn-menu {
  border-color: #FCC71C;
  background-color: #FCC71C;
}
.btn-secondaire {
  border-color: #f87BC6;
  background-color: #f87BC6;
}

.btn-bleu {
  border-color: #0a4f70;
  background-color: #0a4f70;
}

.btn-violet {
  border-color: #7c7aff;
  background-color: #7c7aff;
}

.btn-orange {
  border-color: #EE8F37;
  background-color: #EE8F37;
}

.btn:hover {
  /*color: ;*/
  box-shadow: 5px 6px 6px 2px #0303030f;
  /*transform: scale(1.05);*/
}

.btn-white:hover {
  color: white;
}

.btn-menu-selectionne {
  margin: 0.25rem 0.75rem;
  color: white;
  border-color: #0a4f70;
  background-color: #0a4f70;
  font-weight: bold;
  border-radius: 1.5rem !important;
}

.submit-btn {
  max-width: 125px;
}

.lien-menu u {
  color: #0a4f70 !important;
  text-decoration: none !important;
}

/** NAVIGATION */ 

.navbar-light .navbar-toggler {
  color: #0a4f70;
  border: none !important;
}

.banniere {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.banniere-anonyme {
  background-image: url('../img/structure/fond.png');
}
.font-image-accueil {
  font-size: 2rem !important;
  font-weight: 900 !important;
  text-align: center;
}
.font-banniere-structure {
  line-height: 50px;
  margin-top: 5rem;
  margin-bottom: 5rem;
  font-size: 4.4rem !important;
  font-weight: 900 !important;
  font-variant-caps: all-small-caps;
}

.titre-avec-marqueur {
  font-size: 1.7rem !important;
  /*font-variant-caps: all-small-caps;*/
  line-height: 0.8;
  color: #191919;
}
.marqueur_titre {
  margin-right: 5px;
  overflow: hidden;
}

.shadow-cstm {
  box-shadow: 2px 2px 12px 0rem rgb(0 0 0 / 5%) !important;
}

.rounded-cstm {
  border-radius: 15px !important;
}

.card-jocare {
  border: none !important;
  max-height: 250px;
  transition: all 0.2s ease;
  color: #0a4f70;
  margin: 0 !important;
}
.card-jocare:hover {
  cursor: pointer;
  box-shadow: 5px 6px 6px 2px #e9ecef;
  transform: scale(1.05);
}

.footer-cstm {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card-footer-jocare {
  background-color: white !important;
  border-top: none !important;
}
.fond-structure {
  min-height:80px;
  background-size: cover;
  background-position: center;
  border-bottom-left-radius: 0.25rem!important;
  border-top-left-radius: 0.25rem!important;
}
.fond-structure-anonyme {
  border-bottom-left-radius: 0.25rem!important;
  border-top-left-radius: 0.25rem!important;
}
.fond-jocare-connexion-candidat, .fond-jocare-connexion-structure {
  min-height:80px;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
}

.fond-jocare-connexion-candidat {
  background-image: url('../img/jocare/connexion-candidat.jpg');
}

.fond-jocare-connexion-structure {
  background-image: url('../img/jocare/connexion-structure.jpg');
}

.text-reset {
  text-decoration: none !important;
}

/** CAROUSEL */
    .carousel-control-prev,
    .carousel-control-next {
      top: 50%;
      /* Centré verticalement */
      transform: translateY(-50%);
      width: auto;
    }

    .carousel-control-prev {
      left: -50px;
      /* Ajustez la distance du bord gauche */
    }

    .carousel-control-next {
      right: -50px;
      /* Ajustez la distance du bord droit */
    }

    .carousel-control-prev {
      margin-left: 2rem;
      margin-right: 1rem;
    }

    .carousel-control-next {
      margin-left: 1rem;
      margin-right: 2rem;
    }

    .card {
      margin: 0 2rem;
    }

    .nav-icon {
      font-size: 1rem;
      color: white;
      background-color: #7c7aff;
      /* Couleur de fond */
      padding: 10px;
      border-radius: 50%;
      /* Arrondi */
    }

/** PAGINATION */
.pagination {
  display: inline-block;
}
.pagination a {
  color: #0a4f70;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active {
  background-color: #0a4f70;
  color: white;
  border-radius: 5px;
}
.pagination a:hover:not(.active) {
  background-color: #fcc71c;
  color: #0a4f70;
  border-radius: 5px;
}

.critere-ville {
  border-style: solid;
  border-width: 0.1em;
  border-radius: 25px;
  border-color: #0a4f70;
}
.croix-critere-ville {
  background-color: #0a4f70;
  color: white;
  border-radius: 25px;
  width: 17px;
}
.croix-critere-ville:hover {
  cursor: pointer;
}

.badge-jocare {
  left: 100%!important;
  padding: 0.8em 1em;
  background-color: #fcc71c;
  font-size: .9rem !important;
  line-height: 1.4;
}
.badge-jocare:hover {
  cursor: pointer;
}
#badgeNotifs {
  top: 10px !important;
  left: 105% !important;
}

/** ALERTES */
.alerte-annonces {
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem;
  background-color: white;
  border: 1px solid #f87bc6;
  margin-top: 2rem;
}

/** FOOTER */
.lien-footer {
  text-decoration: none;
}


/** Quand ecran < sm */
@media screen and (max-width: 576px) {
  .logo-menu {
    max-width: 350px;
  }
  .titre-avec-marqueur {
    font-size: 1.5rem !important;
  }
  .badge-jocare {
    left: 95%!important;
  }
}

/** Quand ecran < md */
@media screen and (max-width: 768px) {

  .card-jocare {
    border: none !important;
    max-height: 500px;
  }

  .fond-structure {
    min-height:150px;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 0.25rem!important;
    border-top-left-radius: 0.25rem!important;
    border-bottom-left-radius: 0rem!important;
  }

    .px-md-10r {
    padding-left: 0;
    padding-right: 0;
  }

  .pl-md-3 {
    padding-left: 0 !important;
  }

  .gap-md-5r {
    gap: 1rem !important;
  }

  .row {
    --bs-gutter-x: 0;
  }
}

/** Quand ecran < lg */
@media screen and (max-width: 992px) {
  .nav-item-jocare {
    margin: 0 0.75rem;
    padding: 0 0.75rem;
  }
}

/** Quand ecran >= lg */
@media screen and (min-width: 992px) {
  #badgeNotifs {
    top: -8px !important;
    left: 100% !important;
  }
}

/** SURCHARGE */

.popover {
  background-color: #fcc71c;
  border-color: #fcc71c;
}
.popover-body {
  background-color: #fcc71c;
  border-color: #fcc71c;
  color: #0a4f70;
  font-size: 1rem;
  width: 500px;
}

.jocare-range::-webkit-slider-thumb {
  background: #0a4f70 !important;
}
.jocare-range::-moz-range-thumb {
  background: #0a4f70 !important;
}
.jocare-range::-ms-thumb {
  background: #0a4f70 !important;
}
