﻿@font-face {
  font-family: 'Gotham';
  src: url('Gotham font/woff/GothamHTFBook.woff') format('woff'),
       url('Gotham font/ttf/GothamHTFBook.ttf') format('ttf'),
       url('Gotham font/woff2/GothamHTFBook.woff2') format('woff2');

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('Gotham font/woff/GothamHTFBold.woff') format('woff'),
       url('Gotham font/ttf/GothamHTFBold.ttf') format('ttf'),
       url('Gotham font/woff2/GothamHTFBold.woff2') format('woff2');

  font-weight: bold;
  font-style: normal;
}

/* TABLEAU */

table-rounded {
  border-radius: 10px;
  overflow: hidden;
}

.table-rounded thead th:first-child {
  border-top-left-radius: 10px;
}

.table-rounded thead th:last-child {
  border-top-right-radius: 10px;
}

.table-rounded tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.table-rounded tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/* MESSAGE D'ERREUR */
.error-message {
  color: #eb4046;
  font-size: 14px;
  margin-top: 5px;
}

/* CHAMPS DE FORMULAIRES */

.input {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  justify-content: center;
  border-radius: 5px
}

.form-label {
  font-size: 20px;
  font-weight: bold;
}
.select2-selection__choice {
  background-color: #7ec399 !important;
  border-color: #ffffff !important;
  padding-right: 7px !important;
  padding-left: 30px !important;
}

.select2-hidden-accessible {
  background-color: #d1ede5 !important;
}

.select2-selection__choice__remove {
  border-width: 1px !important;
  border-color: #ffffff !important;
  color:#ffffff !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.select2-selection__choice__remove:hover {
  background-color: #62cba1 !important;
}

.select2-container--default .select2-selection--multiple {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.5;
  border-color: #dee2e6 !important;
}

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}


/* ICONES POUR LES RECHERCHES D'ADRESSES */

.icon {
  width: 13px;
  height: 13px;
}

.icon-addr {
  width: 25px !important;
  height: 22px;
}

.icon-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* ANIMATIONS RECHERCHES D'ADRESSES */
.value {
  background-color: transparent;
  border: None;
  padding: 10px;
  color: black;
  display: flex;
  position: relative;
  gap: 5px;
  cursor: pointer;
  border-radius: 4px;
}

.value:not(:active):hover,
.value:focus {
  background-color: #E1F7F1;
}

.value:focus,
.value:active {
  background-color: #E1F7F1;
  outline: none;
}

.value::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  width: 5px;
  height: 80%;
  background-color: #7ec399;
  border-radius: 5px;
  opacity: 0;
}

.value:focus::before,
.value:active::before {
  opacity: 1;
}

.value svg {
  width: 15px
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/ttf/Poppins-Regular.ttf') format('ttf'),
       url('Poppins/woff/Poppins-Regular.woff') format('woff'),
       url('Poppins/woff2/Poppins-Regular.woff2') format('woff2');

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/ttf/Poppins-Bold.ttf') format('ttf'),
       url('Poppins/woff/Poppins-Bold.woff') format('woff'),
       url('Poppins/woff2/Poppins-Bold.woff2') format('woff2');

  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/ttf/Poppins-Italic.ttf') format('ttf'),
       url('Poppins/woff/Poppins-Italic.woff') format('woff'),
       url('Poppins/woff2/Poppins-Italic.woff2') format('woff2');

  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Poppins';
  src: url('Poppins/ttf/Poppins-BoldItalic.ttf') format('ttf'),
       url('Poppins/woff/Poppins-BoldItalic.woff') format('woff'),
       url('Poppins/woff2/Poppins-BoldItalic.woff2') format('woff2');

  font-weight: bold;
  font-style: italic;
}

/* CORPS DE LA PAGE */
body {
  opacity: 1;
  transition: opacity 0.6s ease;
  font-family: "Poppins", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  }
  
body.fade-out {
  opacity: 0.3;
  }

.buttonholder {
  text-align: center;
  }

.col {
  padding: 20px;
  }

.search-glass {
  height:24px;
  width:24px;
  padding-right: 8px;
}

/* CARD BOOTSTRAP */

.description-text {
  font-size: 13pt;
  text-align: justify;
}

.description-source {
  font-size: 11pt;
  font-style:italic;
}
.description-source-bold {
  font-size: 11pt;
  font-style:italic;
  font-weight: bold;
}

/* .content {
  margin-bottom: 10px;
  margin-top: 10px;
} */
.content-body {
  margin-top:15px;
  margin-left:8px;
  margin-right:8px;
  opacity: 1;
  transition: opacity 0s ease;
}
.content-body.fade-out {
  opacity: 0.8;
}

.header-img {
  width:100%;
}

@media only screen and (max-width: 640px) {
	.navbar-expand .navbar-nav .nav-link {
		font-size: 1rem !important;
		line-height: 1rem !important;
		text-align: center !important;
	}
 
	.nav-item-active {
		text-decoration: none !important;
	}
}

@media (min-width: 576px) {
  .container {
      max-width: none !important;
  }
}

@media (min-width: 768px) {
  .container {
      max-width: none !important;
  }
}


.container {
  width: 100% !important; /* Assurer que la div container occupe toute la largeur */
  min-height: 100% !important; /* Assurer que la div container a une hauteur minimale de 100% de la fenêtre */
  padding: 20px !important; /* Ajouter un remplissage pour séparer le contenu du bord de l'écran */
  box-sizing: border-box !important; /* S'assurer que le remplissage est inclus dans la largeur totale */
  display: flex !important; /* Utilisation de Flexbox pour disposer les éléments */
  flex-direction: column !important;
}

/* NAVBAR */
.nav-item-active {
  font-size: 20px;
  font-weight: bold !important;
  border-radius: 5px;
  margin-right:15px !important;
  position: relative;
}

.nav-item-active::after {
  content:'';
  height:3px;
  width:100%;
  background-color: #525456;
  position:absolute;
  bottom:0;
  left:0;
}

.nav-item {
  font-size: 20px;
  margin-right:15px !important;
}
.navbar {
  background-color: #ecf0f5 !important;
}

.nav-link {
  position: relative;
}
.nav-link:hover::after {
  content:'';
  height:3px;
  width:100%;
  background-color: #f4c802;
  position:absolute;
  bottom:0;
  left:0;
}

/* BOUTONS */

.button-18 {
  align-items: center;
  margin-bottom: 15px;
  background-color: #7ec399;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #659c7a;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}


.chart-title {
  font-weight: bold;
  color: #595959;
  font-size: 18px;
}

.no-border {
  background-color: white !important;
  border-color: white !important;
}