/* CACHER */

/* Recaptcha */

.grecaptcha-badge {
  visibility: hidden;
}


/* Suppression sidebar */


#wpadminbar {
  display: none;
}

h2 {
  font-weight: 100;
}

.dgwt-wcas-suggestion strong {
  /* font-weight: 700; */
  font-weight: unset;
}


pre p {
  color: white;
}



* {
  margin: 0;
  font-display: swap;
  /* font-size: 18px; */
}


body {
  padding: 0px;
}

html {
  scrollbar-color: #3c3226#9B9B9B;
}


.validation {
  color: var(--couleur-12);
  font-family: var(--police-Quicksand-Bold);
}


button {
  border: none;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 33px;
  width: max-content;
  padding: 10px 40px;
  cursor: pointer;
  transition: all .2s;
  max-width: 100%;
  text-transform: uppercase;
  background-color: var(--couleur-8);
  color: var(--couleur-10);
}

button:hover {
  background-color: #b32d9d;
}


.bouton_hover_cta {
  border: 1px solid transparent;
  border-radius: 33px;
}

.bouton_hover_cta:hover {
  border: 1px solid var(--couleur-11);
}




.limite-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.limite-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.limite-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.limite-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.limite-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.limite-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}





@media screen and (max-width: 1024px) {
  html body {
    padding: 76px 0 0;
  }
}