/*

Theme Name: Nero Expert

Description: Theme enfant de GeneratePress. Vous pouvez maintenant effectuer vos modifications en toute sécurité.

Author: Florian | Progressio Web

Author URI: https://progressio-web.fr

Template: generatepress

Version: 1.0

*/

body::-webkit-scrollbar,
.e-search-results::-webkit-scrollbar {
  width: 7px;

  background-color: var(--e-global-color-a165c68);
}

body::-webkit-scrollbar-thumb,
.e-search-results::-webkit-scrollbar-thumb {
  background-color: var(--e-global-color-accent);

  border-radius: 999px;
}

.bleu {
  color: var(--e-global-color-accent);
}

@media screen and (min-width: 1581px) {
  .nodesk {
    display: none !important;
  }
}

@media screen and (max-width: 1580px) {
  .notab {
    display: none !important;
  }
}

@media screen and (max-width: 764px) {
  .nomob {
    display: none !important;
  }
}

.elementor-nav-menu--dropdown .elementor-item:focus {
  background: none;
}

.superpo__bleu:before {
  content: "";

  background: var(--e-global-color-a165c68);

  width: 100%;

  height: 100%;

  display: block;

  transform: rotate(5deg);

  z-index: -1;

  position: absolute;

  top: 0;

  left: 0;

  border-radius: 20px;
}

.superpo__bleu.reverse:before {
  transform: rotate(-5deg);
}

div#form_custom .wpforms-container-full {
  margin: 0 !important;
}

div#form_custom .wpforms-page-indicator.none {
  display: none;
}

div#form_custom label.wpforms-field-label {
  margin: 0;

  position: relative;

  left: 6px;

  background: white;

  top: 10px;

  width: fit-content;

  padding: 0px 10px;

  font-weight: 500;

  font-size: 15px;
}

a.elementor-item.elementor-item-active {
  background: #91c9cd29;

  border-radius: 999px;
}

.content__space * {
  padding-top: 15px;

  padding-bottom: 15px;
}

.content__space *:last-child {
  padding-bottom: 0;
}
.content__space#h3_zones h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0px;
}

.content__space *:first-child {
  padding-top: 0;
}

.cover {
  background-size: cover;

  background-position: center center;
}

div#wpforms-198-field_13-container label {
  top: 0 !important;
  left: 0 !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
}