:root{
  background-color: #212121 ;
}
a {
  text-decoration: none !important;
}

#main-container-top{
  padding-top: 4rem !important;
}
.background-color{
  background-color: #212121 ;
}

.background-color-2{
  background-color: #efefef;
}
.background-color-cta{
  background-color: #fb4242;
}

.background-color-cta:hover{
  background-color: #d41616;
}

.nav-bg-active{
  border-bottom: 2px solid #fb4242;
  color: white !important ;
}

.nav-bg{
  color: white;
}
.nav-bg:hover{
  color: #fb4242;
  border-bottom: 2px solid #fb4242;
}

/* .color-title{
  font-family: "Nosifer", sans-serif;
} */

.color-link,
.color-title{
  color: #fb4242;
}
.color-title-black{
  color: rgb(31 41 55 / 1) 
}
.color-link:hover{
  color: #d41616;
}
.placeholder-black::placeholder {
  color: black;
  opacity: 0.8;
}

.color-link svg path {
  fill: currentColor; /* Utilise la couleur héritée du parent */
}

.color-p{
  color: white;
}

.color-b{
  color: black;
}

.color-title{
  color: #fb4242;
}

.background-color-cta-a{
  background-color: #fb4242;
  border: none;
  color: white;
  transition: background-color 0.3s;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 18px;
  margin-top: 1.25rem;
}

.background-color-cta-a:hover{
  background-color: #d41616;
}

.cta-cookie-btn {
  display: inline-block; 
  width: 100%; 
}

.cta-cookie-btn__link {
  display: block;
  width: 100%; 
  background: #fb4242; 
  border: 1px solid #fb4242; 
  border-radius: 18px;
  color: #fff; 
  cursor: pointer;
  font: inherit; 
  font-size: 14px; 
  font-weight: 600;
  line-height: 1em;
  padding: .86em 1em; 
  text-align: center;
  text-decoration: none;
  transition: opacity .2s ease-out; 
  white-space: nowrap; 
}

.cta-cookie-btn--accept .cta-cookie-btn__link {
  background: #4CAF50;
  border: 1px solid #4CAF50; 
}

#img-title{
  width: 35px;
}