@charset "UTF-8";
.text-info {
  color: #275899 !important;
}

body {
  color: #2e2832 !important;
  background-color: #fbfbfb;
  overflow-x: hidden;
}

.homepage {
  background-color: #fbfbfb;
}

.faqcontainer {
  margin-bottom: 3rem;
}

.twoColumns {
  -moz-columns: auto;
       columns: auto;
  -moz-columns: 2;
       columns: 2;
}

p.twoColumns {
  text-align: justify;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.text p,
.text li {
  font-size: 11pt;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}

.text h2 {
  margin: 2.5rem 0 1rem;
}

.text h3 {
  margin: 1.5rem 0 0.5rem;
}

.text h4 {
  margin: 0.5rem 0 0.3rem;
}

.text li {
  margin: 0.2rem 0;
}

.spacing {
  margin: 50px 0;
}

.whiteOverlay {
  z-index: 998;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  border-width: 3px 2px 3px 2px;
  border-style: solid dotted solid dotted;
  border-color: #63c771 rgba(255, 255, 255, 0.3) #275899 rgba(151, 107, 93, 0);
  border-radius: 50%;
  box-sizing: border-box;
  animation: 1s rotate linear infinite;
}

.loader:before,
.loader:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #275899;
  transform: translate(-10px, 19px) rotate(-35deg);
}

.loader:after {
  border-color: #63c771 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: translate(32px, 3px) rotate(-35deg);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
h1,
h2,
h3 {
  font-family: menco;
  font-weight: 500;
  font-style: normal;
}

h1 {
  color: #275899;
}

h1.bannerh1 {
  color: #275899;
  border-bottom: 5px solid #63c771;
  padding-bottom: 5px;
  margin: 100px auto;
  font-weight: normal;
}

.carousel .carousel-item {
  height: 240px;
}

.carousel-item img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  min-height: 240px;
}

.carousel-item img.img1 {
  -o-object-position: center -225px;
     object-position: center -225px;
}

.carousel-item img.img2 {
  -o-object-position: center -98px;
     object-position: center -98px;
}

.carousel-item img.img3 {
  -o-object-position: center -80px;
     object-position: center -80px;
}

.carouselCustom {
  padding-right: 0;
  padding-left: 0;
}

p,
h4,
li,
ul,
#jumbotron p {
  font-family: "roboto", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-style: normal;
}

h4 {
  font-size: 1.2rem;
}

h3 {
  color: #3f794b;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
}

h2 {
  color: #275899;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

td h2 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.fixed-top {
  top: 0px;
}

.faq .card-header .button i.fa {
  font-size: 3rem;
}

.card-header {
  padding: 0.8rem 1.25rem 0.5rem;
}

.card h2.card-header {
  color: #275899;
}

.card-header:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card h2 {
  font-size: 1.3rem;
  font-size: 1.2rem;
  color: #275899;
  font-weight: 500;
}

.card h3 {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0.7rem 0;
  color: #275899 !important;
}

.hero h1,
.jumbotron h1 {
  font-family: menco;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  color: #275899;
  margin-bottom: 0rem;
}

p.lead,
.jumbotron p.lead {
  font-weight: 500;
  color: #63c771;
}

h1,
h2 {
  margin-bottom: 2rem;
}

:is(.card) h1,
:is(.card) h2 {
  margin-bottom: 0.5rem;
}

p {
  color: #2e2832;
}

.small {
  margin-bottom: 0.25rem;
}

h2.bilanResult {
  font-family: menco;
  font-size: 2rem;
}

.navbar-brand {
  padding-top: 0px;
}

a.navbar-brand strong {
  font-size: 1.3em;
  color: #275899;
  font-family: menco;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-top: 6px;
}

.navbar .btn-secondary:focus,
.navbar .btn-secondary.focus {
  background-color: #e8f3fa;
  color: #495057;
}

.header.navbar {
  padding: 1rem;
  /* padding-bottom: 2.5rem;*/
}

.second-navbar {
  z-index: 12;
  position: relative;
  /*margin-top: 67px;*/
}

#navbarScreens {
  background-color: white;
}

.secondaryMenu {
  margin-top: 97px;
}

.change_select_submit .input-group > .input-group-prepend > select:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group-text {
  border: 0;
  background-color: #275899;
  color: white;
  font-weight: 400;
}

.custom-select {
  /* Look btn-secondary (ton thème) */
  background-color: #e5f2f9;
  color: #212529;
  border: 1px solid #e5f2f9;
  border-radius: 0.25rem;
  /* Flèche custom */
  /* background-image:
     linear-gradient(45deg, transparent 50%, #275899 50%),
     linear-gradient(135deg, #275899 50%, transparent 50%);
   background-size: 10px 10px, 10px 10px;
   background-position: calc(100% - 18px) 50%, calc(100% - 10px) 50%;
   background-repeat: no-repeat;*/
  /* Reset native */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Sizing identique à un btn BS4 */
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  line-height: 1.7;
  height: calc(1.5em + 0.75rem + 2px);
  text-align: start;
  cursor: pointer;
}

.custom-select {
  /* Réinitialise l'apparence native pour éviter les conflits */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remplace l'image par une flèche unique vers le bas (SVG encodé) */
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 4L0 1h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #e5f2f9;
  color: #212529;
  border: 1px solid #e5f2f9;
  border-radius: 0.25rem;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  line-height: 1.7;
  height: calc(1.5em + 0.75rem + 2px);
  text-align: start;
  cursor: pointer;
}

/* Hover = btn-secondary:hover */
.custom-select:hover {
  color: #212529;
  background-color: #c7e3f2;
  border-color: #bbddef;
  filter: brightness(95%);
}

/* Focus (cohérent avec hover) */
.custom-select:focus {
  color: #212529;
  background-color: #c7e3f2;
  border-color: #bbddef;
  border: none;
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(227, 15, 15);
}

/* 2. Uniquement les options du menu déroulant */
.custom-select option {
  background-color: #fff; /* Fond foncé (nécessaire pour le contraste) */
}

/* Disabled */
.custom-select:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.serifBlock {
  font-family: menco;
  font-size: 1.2em;
  font-weight: 300;
  font-style: normal;
  border-left: 5px solid #275899;
  padding-left: 10px;
  line-height: 1.5em;
}

.logoHomepage {
  padding: 0rem;
  margin-bottom: 40px;
  width: 240px;
  background-color: transparent;
  border: 0px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 24px rgba(255, 255, 255, 0.8));
}

#formations {
  display: flex;
  height: auto;
  min-height: 100%;
  background: #fff;
  padding: 0;
  border-top: 1px solid #e4f5fa;
}

#jumbotron {
  display: flex;
  height: auto;
  min-height: 100%;
  /* Nouveau th\xc3\xa8me couleurs */
  background: rgba(185, 255, 148, 0.8);
  background: #e4f5fa;
  padding: 0;
  padding: 32px 0;
}

#jumbotron .jumbotron {
  width: auto;
  background-color: transparent;
  text-align: center;
  padding: 0;
}

p.lead,
#jumbotron .jumbotron p.lead {
  font-weight: 700;
  color: #275899;
  font-size: 1.8em;
  line-height: 34px;
  font-family: menco, sans-serif;
}

#jumbotron .jumbotron {
  width: auto;
  background-color: transparent;
  text-align: center;
  padding: 0;
}

p.lead,
#jumbotron .jumbotron p.lead {
  font-weight: 700;
  color: #275899;
  font-size: 1.8em;
  line-height: 34px;
  font-family: menco, sans-serif;
}

p.action {
  color: #2e2832;
}

.menu-item-class {
  margin-right: 1.2rem;
}

.disconnectedPadding {
  margin: 97px 0 0;
}

.connectedPadding {
  margin: 163px 0 0;
}

.connectedPaddingBack {
  padding-top: 100px;
}

.evolution {
  background: #e4f5fa;
}

.capitals-light {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  color: #275899;
  opacity: 0.7;
}

.triangle,
.plus {
  color: #63c771;
  height: 5px;
  line-height: 48px;
  font-size: 20px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.plus.mobile {
  line-height: 12px;
}

.triangle {
  margin: 0 12px 0 0;
}

.plus {
  margin: 12px 0 12px 0;
}

.faq .btn-link,
.card .btn-link:hover,
.faq .btn-link:hover {
  text-decoration: none;
  color: #2e2832;
}

i {
  margin-right: 0.5rem;
}

.menu-item-class a i {
  color: #3360a0;
}

i.fa-toggle-off {
  margin-bottom: 0.5rem;
  color: orange;
}

i.fa-toggle-on {
  color: #63c771;
}

.btn-success {
  color: #2e2832;
  background-color: #63c771;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: #63c771;
  border-color: #b9ff94;
}

.menu-item-class.active {
  font-weight: bold;
  border-bottom: 2px solid #275899;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: gray;
  border-color: lightgray;
}

.btn:hover {
  filter: brightness(95%);
}

.btn-info {
  background-color: #275899;
  border-color: #275899;
}

.btn-success {
  background-color: #b9ff94;
  border-color: #63c771;
}

.btn-cta {
  color: white;
  background-color: #b9ff94;
  border-color: #63c771;
}

.btn-cta:hover {
  background-color: #63c771;
  color: white;
}

.bg-white {
  background-color: white;
}

.bg-menu {
  background: #b9ff94;
}

.color-darkCarbon {
  color: #63c771;
}

a.btn i.darkCarbon {
  color: #275899;
}

.bg-goal {
  background: rgba(233, 126, 126, 0.631372549);
}

.header {
  background: white;
  padding-top: 6em;
}

.hero {
  padding-top: 136px;
}

.header a,
.nav a strong,
.navbar-nav .nav-link,
.navbar-brand {
  color: #2e2832;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #275899;
}

.navbar-nav:hover,
.nav-link:hover {
  color: #275899;
  font-size: 1em;
}

.secondaryMenu {
  /*background-color: #fbfbfb;*/
  background-color: #fff;
}

.bg-banner-footer {
  width: 100%;
  background: white;
}

.navbar li:not(btn),
.navbar a,
.bg-banner a {
  font-size: 1em;
  color: #2e2832;
}

.navbar a:focus:not(.navbar-brand-logo),
.bg-banner a:focus {
  font-size: 1em;
  color: #275899;
}

.bg-banner li.dropdown-submenu a:focus {
  font-size: 1em;
  color: white;
}

.navbar a.btn:focus:not(.navbar-brand-logo),
.bg-banner a.btn:focus {
  color: #2e2832;
}

.dropdown-submenu a,
.bg-banner a {
  color: #2e2832;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover,
.bg-banner a:hover {
  font-size: 1em !important;
  color: #275899;
}

.topMenu {
  flex-basis: auto;
  width: 100%;
}

/* Le conteneur doit être capable de "porter" la largeur du contenu */
.dropdown {
  display: inline-block;
}

/* Dropdown long : scroll + largeur auto + alignement clean */
.dropdown-menu-fit {
  /* Largeur */
  min-width: 100%;
  width: max-content;
  width: -moz-max-content;
  max-width: 90vw;
  white-space: nowrap;
  line-height: 1.7;
  /* Hauteur / scroll */
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  /* Scroll Firefox */
  scrollbar-width: thin;
}

/* Scroll Chrome / Edge / Safari */
.dropdown-menu-fit::-webkit-scrollbar {
  width: 8px;
}

.dropdown-menu-fit::-webkit-scrollbar-track {
  background: transparent;
}

.dropdown-menu-fit::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

/* Items : texte sur une seule ligne */
.dropdown-item {
  white-space: nowrap;
}

.dropdown-menu-fit button.dropdown-item {
  padding: 0 0 0 1.2rem;
}

.bg-banner .navbar-brand a:hover {
  background-color: transparent;
}

.btn-outline-light:hover {
  background-color: #275899;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #275899;
  border-color: #275899;
}

.bg-info {
  background-color: #275899 !important;
}

.section {
  padding: 100px 0;
}

#slogan {
  background-color: #fff;
  height: auto;
  padding: 100px 0;
}

#slogan,
#slogan .lead {
  color: #275899;
}

#slogan h1,
#slogan .lead {
  color: #275899;
  font-weight: 500;
}

.logs {
  background-color: #fbfbfb;
  padding-bottom: 2em;
}

.form-text {
  font-size: 0.8em;
}

.form-control {
  height: auto;
}

#cfd {
  background-color: #fbfbfb;
}

#feature h3 {
  color: #63c771;
}

#feature p {
  text-align: justify;
}

#feature i {
  margin-bottom: 0.2em;
}

table.highchart tbody h3 {
  color: #2e2832;
}

.tinputs table {
  display: flex;
}

.tinputs thead,
.tinputs tr {
  display: inline-flex;
  flex-direction: column;
}

.tinputs th,
.tinputs td {
  height: 100px;
}

td label span.text-danger {
  position: absolute;
  background: white;
  padding: 8px 16px;
  border: 1px solid #dc3545;
  border-radius: 0.25rem;
  /*margin-top: 7px;
  left: calc(60% - 218px)*/
}

.tableFixHead {
  height: auto;
}

.header-bilan-elem h3 strong {
  font-weight: 800;
}

.list-group-item .col.text-center {
  font-size: 0.8rem;
}

li.list-group-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.ateliersList {
  list-style: none;
  margin-left: 1em;
}

.mascotte {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-object-fit: contain;
     object-fit: contain;
}

.talk {
  display: block;
  --r: 25px;
  /* the radius */
  --t: 20px;
  /* the size of the tail */
  padding: calc(2 * var(--r) / 3) !important;
  /* Define the standard mask property for better compatibility */
  mask: radial-gradient(var(--t) at var(--_d) 0, rgba(0, 0, 0, 0) 98%, #000 102%) var(--_d) 100%/calc(100% - var(--r)) var(--t) no-repeat, conic-gradient(at var(--r) var(--r), #000 75%, rgba(0, 0, 0, 0) 0) calc(var(--r) / -2) calc(var(--r) / -2) padding-box, radial-gradient(50% 50%, #000 98%, rgba(0, 0, 0, 0) 101%) 0 0/var(--r) var(--r) space padding-box;
  -webkit-mask: radial-gradient(var(--t) at var(--_d) 0, rgba(0, 0, 0, 0) 98%, #000 102%) var(--_d) 100%/calc(100% - var(--r)) var(--t) no-repeat, conic-gradient(at var(--r) var(--r), #000 75%, rgba(0, 0, 0, 0) 0) calc(var(--r) / -2) calc(var(--r) / -2) padding-box, radial-gradient(50% 50%, #000 98%, rgba(0, 0, 0, 0) 101%) 0 0/var(--r) var(--r) space padding-box;
  background: #275899 border-box;
  border-radius: 0.25rem;
  margin-left: 0;
}

.talk h5 {
  font-family: "coniferous", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.4;
  color: white;
}

.talk p {
  color: white;
  line-height: 1.25;
  position: relative;
  word-wrap: break-word;
}

.left {
  --_d: 0%;
  border-left: var(--t) solid rgba(0, 0, 0, 0);
  margin-right: 0;
  place-self: baseline;
}

.right {
  --_d: 100%;
  border-right: var(--t) solid rgba(0, 0, 0, 0);
  margin-left: auto;
  place-self: center;
}

.helpToggle {
  position: fixed;
  font-size: 1.5rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  border-radius: 50%;
  background: #e4f5fa;
  text-align: center;
  border: 2px solid #63c771;
  height: 4rem;
  width: 4rem;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  animation-name: shakeMe;
  animation-delay: 5s;
  animation-duration: 5s;
  animation-iteration-count: 3;
  animation-timing-function: linear;
}

.helpToggle i {
  margin: 0;
  color: #275899;
  line-height: 4rem;
}

@keyframes shakeMe {
  2%, 18% {
    transform: translate3d(-5px, 0, 0);
  }
  4%, 16% {
    transform: translate3d(5px, 0, 0);
  }
  6%, 10%, 14% {
    transform: translate3d(-5px, 0, 0);
  }
  8%, 12% {
    transform: translate3d(5px, 0, 0);
  }
  18.1% {
    transform: translate3d(0px, 0, 0);
  }
}
.card table {
  margin-bottom: 0;
}

.legende {
  margin-top: -3rem;
}

.legende div {
  height: 1.2rem;
}

.text-silver {
  color: silver;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.65);
}

.legende i {
  margin: 0;
  color: silver;
}

nav.second-navbar i {
  color: #275899;
}

nav.second-navbar .btn-primary i {
  color: #63c771;
}

.sticky {
  position: fixed;
  top: 0;
  width: 1110px;
  padding-top: 200px;
  z-index: 999;
  background-color: #fbfbfb;
  border-bottom: 1px solid #dee2e6;
}

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
  color: #0e2039;
  background-color: #a6c0e8;
  border-color: #96b5e4;
}

.alert-primary hr {
  border-top-color: #82a7de;
}

.alert-primary .alert-link {
  color: #040911;
}

.badge-primary {
  color: #fff;
  background-color: #28569b;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  background-color: #1d3f72;
}

.bg-primary {
  background-color: #28569b !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1d3f72 !important;
}

.border-primary {
  border-color: #28569b !important;
}

.btn-primary {
  color: #fff;
  background-color: #28569b;
  border-color: #28569b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #20467e;
  border-color: #1d3f72;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 86, 155, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #597194;
  border-color: #597194;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d3f72;
  border-color: #1a3866;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 86, 155, 0.5);
}

.btn-outline-primary {
  color: #28569b;
  background-color: transparent;
  border-color: #28569b;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #28569b;
  border-color: #28569b;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 86, 155, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #28569b;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #28569b;
  border-color: #28569b;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 86, 155, 0.5);
}

.list-group-item-primary {
  color: #0e2039;
  background-color: #96b5e4;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #0e2039;
  background-color: #82a7de;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0e2039;
  border-color: #0e2039;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #96b5e4;
}

.table-hover .table-primary:hover {
  background-color: #82a7de;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #82a7de;
}

.text-primary {
  color: #28569b !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1d3f72 !important;
}

/*------------------------------------
- COLOR cta
------------------------------------*/
.bg-min {
  background: #7ee994;
}

.list-group-item-success {
  background-color: #7ee994;
  color: #22ca44;
}

.alert-cta {
  color: #22ca44;
  background-color: #12c106;
  border-color: #11a103;
}

.alert-cta hr {
  border-top-color: #105100;
}

.alert-cta .alert-link {
  color: #1b9e36;
}

.badge-cta {
  color: #212529;
  background-color: #7ee994;
}

.badge-cta[href]:hover,
.badge-cta[href]:focus {
  color: #212529;
  background-color: #52e16f;
}

.bg-cta {
  background-color: #7ee994 !important;
}

a.bg-cta:hover,
a.bg-cta:focus,
button.bg-cta:hover,
button.bg-cta:focus {
  background-color: #52e16f !important;
}

.border-cta {
  border-color: #7ee994 !important;
}

.btn-cta {
  color: #212529;
  background-color: #7ee994;
  border-color: #7ee994;
}

.btn-cta:hover {
  color: #212529;
  background-color: #5fe37a;
  border-color: #52e16f;
}

.btn-cta:focus,
.btn-cta.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 233, 148, 0.5);
}

.btn-cta.disabled,
.btn-cta:disabled {
  color: #212529;
  background-color: #7ee994;
  border-color: #7ee994;
}

.btn-cta:not(:disabled):not(.disabled):active,
.btn-cta:not(:disabled):not(.disabled).active,
.show > .btn-cta.dropdown-toggle {
  color: #212529;
  background-color: #52e16f;
  border-color: #45df65;
}

.btn-cta:not(:disabled):not(.disabled):active:focus,
.btn-cta:not(:disabled):not(.disabled).active:focus,
.show > .btn-cta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 233, 148, 0.5);
}

.btn-outline-cta {
  color: #7ee994;
  background-color: transparent;
  border-color: #7ee994;
}

.btn-outline-cta:hover {
  color: #212529;
  background-color: #7ee994;
  border-color: #7ee994;
}

.btn-outline-cta:focus,
.btn-outline-cta.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 233, 148, 0.5);
}

.btn-outline-cta.disabled,
.btn-outline-cta:disabled {
  color: #7ee994;
  background-color: transparent;
}

.btn-outline-cta:not(:disabled):not(.disabled):active,
.btn-outline-cta:not(:disabled):not(.disabled).active,
.show > .btn-outline-cta.dropdown-toggle {
  color: #212529;
  background-color: #7ee994;
  border-color: #7ee994;
}

.btn-outline-cta:not(:disabled):not(.disabled):active:focus,
.btn-outline-cta:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-cta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 233, 148, 0.5);
}

.list-group-item-cta {
  color: #22ca44;
  background-color: #11a103;
}

.list-group-item-cta.list-group-item-action:hover,
.list-group-item-cta.list-group-item-action:focus {
  color: #22ca44;
  background-color: #105100;
}

.list-group-item-cta.list-group-item-action.active {
  color: #212529;
  background-color: #22ca44;
  border-color: #22ca44;
}

.table-cta,
.table-cta > th,
.table-cta > td {
  background-color: #11a103;
}

.table-hover .table-cta:hover {
  background-color: #105100;
}

.table-hover .table-cta:hover > td,
.table-hover .table-cta:hover > th {
  background-color: #105100;
}

.text-cta {
  color: #7ee994 !important;
}

a.text-cta:hover,
a.text-cta:focus {
  color: #52e16f !important;
}

/*------------------------------------
- COLOR secondary
------------------------------------*/
.btn-secondary {
  color: #212529;
  background-color: #e5f2f9;
  border-color: #e5f2f9;
}

.btn-secondary:hover {
  color: #212529;
  background-color: #c7e3f2;
  border-color: #bbddef;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 242, 249, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  background-color: #e5f2f9;
  border-color: #e5f2f9;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #bbddef;
  border-color: #afd7ec;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 242, 249, 0.5);
}

.btn-outline-secondary {
  color: #275899;
  background-color: transparent;
  border-color: #e5f2f9;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #e5f2f9;
  border-color: #e5f2f9;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 242, 249, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #e5f2f9;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e5f2f9;
  border-color: #e5f2f9;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 242, 249, 0.5);
}

/*------------------------------------
- COLOR info
------------------------------------*/
.btn-info {
  color: #212529;
  background-color: #e5f2f9;
  border-color: #e5f2f9;
}

.btn-info:hover {
  color: #212529;
  background-color: #c7e3f2;
  border-color: #bbddef;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 242, 249, 0.5);
  color: #212529;
  background-color: #e5f2f9;
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #e5f2f9;
  border-color: #e5f2f9;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #bbddef;
  border-color: #afd7ec;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 242, 249, 0.5);
}

.btn-outline-info {
  color: #e5f2f9;
  background-color: transparent;
  border-color: #e5f2f9;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #e5f2f9;
  border-color: #e5f2f9;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 242, 249, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #e5f2f9;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #e5f2f9;
  border-color: #e5f2f9;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 242, 249, 0.5);
}

/* Style de base pour .btn-link */
.btn-link {
  color: #28569b; /* Utilisation du bleu moyen pour les liens */
  background-color: transparent;
  border: none; /* Pas de bordure, comme un lien classique */
  font-weight: 600; /* Font-medium pour donner un peu plus de force visuelle */
}

/* Survol */
.btn-link:hover,
.btn-link:focus {
  color: #1d3f72; /* Bleu foncé pour l'état de survol */
  text-decoration: underline; /* Ajoute un soulignement au hover pour renforcer l'interaction */
}

/* État actif */
.btn-link:active {
  color: #4a8b5f; /* Vert foncé pour un état actif, attirant l'attention sur l'action */
  text-decoration: none;
}

/* Désactivé */
.btn-link.disabled,
.btn-link:disabled {
  color: #96b5e4; /* Bleu clair pour un lien désactivé, signifiant un état non interactif */
  text-decoration: none;
}

#block_center {
  margin-bottom: 150px;
}

#navbar-methodologie {
  position: fixed;
}

.navbar-methodologie {
  position: relative;
  overflow: auto;
  height: 100%;
  overflow-x: clip;
  padding-left: 15px;
}

::-moz-selection {
  /* Code for Firefox */
  background: #7ee994;
}

::selection {
  background: #7ee994;
}

.sectionAzote {
  width: 898px;
  height: 420px;
  background-image: url(../images/BilanAzote.jpg);
  background-repeat: no-repeat;
  background-size: 898px auto;
}

.bilanN {
  position: absolute;
  line-height: 20px;
}

.bilanN.entrees {
  top: 17px;
  left: 22px;
}

.bilanN.excedentsazote {
  top: 30px;
  left: 340px;
}

.bilanN.depositionatmospherique {
  top: 140px;
  left: 50px;
}

.bilanN.semences {
  top: 210px;
  left: 90px;
}

.bilanN.engraismineraux {
  top: 190px;
  left: 310px;
}

.bilanN.achatanimaux {
  top: 280px;
  left: 50px;
}

.bilanN.aliments {
  top: 330px;
  left: 115px;
}

.bilanN.engraisorganiques {
  top: 260px;
  left: 390px;
}

.bilanN.engraisorganiques h5 {
  background: linear-gradient(90deg, #26589a 0%, #6cb971 100%);
}

.bilanN.fixationsymbiotique {
  top: 330px;
  left: 270px;
}

.bilanN.sorties {
  text-align: right;
  top: 17px;
  right: 18px;
}

.bilanN.venteanimaux {
  top: 330px;
  left: 600px;
}

.bilanN.productionlaitiere {
  top: 270px;
  left: 700px;
}

.bilanN.exportationcultures {
  top: 170px;
  left: 540px;
}

.bilanN.efficienceazotee {
  text-align: center;
  top: 83px;
  left: 326px;
}

.bilanN.autonomieazote {
  text-align: center;
  top: 83px;
  left: 470px;
}

.bilanN h3,
.bilanN h5,
.bilanN p {
  color: white !important;
  background-color: #275899;
  margin: 0;
  padding: 1px 6px 4px;
}

.bilanN h5 {
  font-weight: bold;
  font-size: 1rem;
}

.bilanN p {
  font-weight: 500;
  font-size: 0.9rem;
  display: inline;
}

.bilanN.out h3,
.bilanN.out h5,
.bilanN.out p {
  background-color: #467b49;
}

.bilanN.static h3,
.bilanN.static h5,
.bilanN.static p {
  background-color: #a25f14;
}

.highlightedBorder {
  border: 1px solid #63c771;
  border-radius: 5px;
  padding: 15px;
}

.legendeEchelle {
  max-width: 50px;
  background: #9dc0dc;
  padding: 0;
}

.legendeEchelle p.verticalText {
  padding: 30px 10px;
  margin: 0;
}

.legendeEchelle.echelleProduits {
  background: url(../../assets/images/echelleProduits.png) no-repeat top center #9dc0dc;
}

.legendeEchelle.echelleAteliers {
  background: url(../../assets/images/echelleAtelier.png) no-repeat top center #9dc0dc;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #7ee994;
  color: white;
}

.small-font {
  font-size: 0.8em;
}

.gauge-container {
  width: 90%;
  margin: 0 auto;
  height: auto;
  display: block;
  padding: 10px;
}

.gauge-container > .gauge .dial {
  stroke: #969398;
  stroke-width: 3;
  fill: rgba(0, 0, 0, 0);
}

.gauge-container.underMin > .gauge .dial {
  stroke: #337999;
}

.gauge-container > .gauge .value {
  stroke: #2e2832;
  stroke-width: 6;
  fill: rgba(0, 0, 0, 0);
}

.gauge-container > .gauge .value-text {
  fill: #2e2832;
  font-family: Dosis, Menco, sans-serif;
  font-size: 0.8em;
}

#accordionAuditeurs h4 a {
  color: #2e2832;
}

#accordionAuditeurs h4 a:hover {
  text-decoration: none;
}

.badge-secondary {
  background-color: #9dbfdc;
}

td label {
  display: inline;
}

#tableEntiere textarea {
  resize: none;
}

g text {
  font-size: 0.9em !important;
  font-weight: normal !important;
}

#navbarSupportedContent .navbar-nav {
  flex-direction: row;
}

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

.vous {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bubble-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.bubble-option {
  padding: 10px 20px;
  background-color: #f1f1f1;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid transparent;
}

.bubble-option:hover {
  background-color: #e0e0e0;
}

.bubble-option.selected {
  background-color: #007bff;
  color: white;
  border-color: #0056b3;
}

.section {
  background: var(--bg, #fff);
}

.section--white {
  --bg: #fff;
}

.section--alt {
  --bg: #f7f9fc;
} /* ta couleur d’alternance */
.navbar-toggler {
  background-color: #e4f5fa;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%2888, 88, 88, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#navbarResponsive ul li {
  width: 100%;
}

#accordionAuditeurs .card .row {
  flex-grow: 1;
}

.quote-text {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  padding: 20px;
  animation: fadeIn 2s ease 0s 1 normal forwards;
}

@keyframes fadeIn {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
blockquote p {
  font-family: "Georgia", "Baskerville", "Garamond", "Times New Roman", "Palatino Linotype", "Book Antiqua", serif;
}

.big-quote {
  font-size: 5em;
  font-family: "Playfair Display", "Baskerville", "Georgia", serif;
  color: #7EE994;
  max-height: 60px;
  display: inline-block;
  overflow: hidden;
  line-height: 0.8;
}

.team img {
  width: 40%;
  border-radius: 5px;
}

.toggle-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  background-color: #275899;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  top: -4px;
}

.group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar a.btn.btn-link {
  text-align: left;
}

.sidebar p + strong {
  font-size: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog.helpModal {
    max-width: 960px;
  }
  #navbarScreens {
    top: 0px;
    background-color: white;
  }
}
@media (max-width: 991.98px) {
  #formations {
    padding-top: 37px;
    padding-top: 62px;
  }
  .second-navbar {
    margin-top: 144px;
    margin-top: 124px;
  }
  .fingersOptimized a,
  .fingersOptimized ul li a {
    padding: 10px 1.5rem;
  }
}
@media (max-width: 1199.98px) {
  #navbar-methodologie {
    position: relative;
    margin-top: 1rem;
  }
  .navbar-nav {
    padding-left: 0;
  }
  .header.navbar {
    box-shadow: -1px 4px 21px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 4px 21px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 4px 21px 0px rgba(0, 0, 0, 0.25);
  }
  .menu-item-class {
    margin-right: 0;
  }
  .secondaryMenu {
    margin-top: 100px;
  }
}
/* --- Styles du modal social --- */
#leave-guard {
  position: fixed;
  inset: 0;
  z-index: 1055;
}

#leave-guard .lg-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

#leave-guard .lg-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 480px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  padding: 24px 20px 16px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans";
  animation: lg-pop 0.18s ease-out;
}

#leave-guard .lg-close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

#leave-guard h3 {
  margin: 8px 0 8px;
  font-size: 1.25rem;
}

#leave-guard p {
  margin: 0 0 16px;
  color: #555;
}

#leave-guard .lg-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

#leave-guard .lg-actions .lg-stay {
  border: 1px solid #d0d7de;
  background: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
}

#leave-guard .lg-actions .lg-leave {
  border: none;
  background: #d21f3c;
  color: #fff;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
}

@keyframes lg-pop {
  from {
    opacity: 0;
    transform: translate(-50%, -46%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.only-pdf {
  display: none;
}

.nav-bar-fixed {
  position: fixed;
  top: 139px; /* tu peux mettre bottom:0 si tu veux en bas */
  left: 0;
  width: 100%;
  background: white; /* fond pour ne pas que le texte passe en dessous */
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between; /* un bouton à gauche, un à droite */
  z-index: 1;
}

.nav-bar-sticky {
  position: sticky;
  top: 100px; /* dès qu'elle atteint le haut de l’écran, elle reste collée */
  background: white;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  z-index: 11;
}

.nav-bar-sticky-first {
  position: sticky;
  top: 0; /* dès qu'elle atteint le haut de l’écran, elle reste collée */
  background: white;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
  /*display: flex;*/
  justify-content: space-between;
  z-index: 13;
}

.card {
  border-radius: 12px;
  overflow: hidden;
}

.card-header {
  background: #f8f9fa; /* gris clair */
  border-bottom: 1px solid #e0e0e0;
}

.rotate-icon {
  transition: transform 0.3s ease;
}

button[aria-expanded=true] .rotate-icon {
  transform: rotate(180deg);
}

/* Cultures */
#headingCV h5 {
  color: #2E7D32;
} /* Cultures de ventes (jaune doré) */
#headingCF h5 {
  color: #66BB6A;
} /* Cultures fourragères (vert vif) */
/* Bovins */
#headingBL h5 {
  color: #1565C0;
} /* Bovins lait (bleu ciel) */
#headingBV h5 {
  color: #42A5F5;
} /* Bovins viande (rouge brique) */
/* Ovins */
#headingOL h5 {
  color: #6A1B9A;
} /* Ovins lait (violet doux) */
#headingOV h5 {
  color: #AB47BC;
} /* Ovins viande (orange chaud) */
#headingPO h5 {
  color: #f37fff;
} /* Ovins lait (violet doux) */
#gbox_datagrid {
  z-index: 0;
}/*# sourceMappingURL=custom.css.map */
