body {
  background-color: white;
  font-family: "Raleway", sans-serif !important;
  color: black;
}
div#content {
  margin-top: 30px;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.fl-builder-content .fl-rich-text p,
.fl-builder-content .fl-rich-text li {
  font-family: "Raleway", sans-serif;
  color: black;
  font-size: 15px;
}
.logo-branding {
    width: 140px;
}
.header-inner {
    padding: 10px 0;

}
.home.singular .entry-header {
  display: none;
}
/* Menu */
.nav-toggle span.toggle-text {
  text-transform: uppercase;
  color: black !important;
  font-size: 13px;
}
.toggle .toggle-text {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  color: black;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bolder;
}
/* Caroussel */

.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}
.slick-initialized .slick-slide a {
  position: relative;
}
.nom-collection {
  color: white;
  text-decoration: none;
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  background: black;
  padding: 4px 16px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  z-index: 10;
  width: max-content;
}
.seemore {
  display: none;
}
.slick-prev,
.slick-next {
  width: 50px;
  height: 100%;
  background: white;
  left: 0;
  padding: 10px;
  z-index: 10;
}
.slick-next {
  right: 0;
  left: inherit !important;
}

.slick-prev:before,
.slick-next:before {
  content: url("../img/fleche-gauche.svg");
  background-size: cover;
  opacity: 1;
}

.slick-next:before {
  content: url("../img/fleche-droite.svg");
}

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background: white;
}

/* Footer  */
footer {
  margin-top: 0px !important;
}
footer p {
  font-size: 14px;
  margin-bottom: 6px !important;
  display: block;
}
footer .reseaux-sociaux {
  display: flex;
  gap: 10px;
  margin: 20px auto;
}

footer .reseaux-sociaux a {
  border: 1px solid;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .reseaux-sociaux a:hover {
  border: 1px solid;
  background-color: black;
  color: white;
}

/* Page de références */

.singular .entry-header {
  background-color: transparent;
  padding: 60px 0 0;
  text-transform: uppercase;
}
.singular .entry-header h1 {
  font-weight: 100;
  letter-spacing: 2px;
}
.post-inner,
.fl-row-content-wrap {
  padding-top: 0;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  background: white !important;
  height: 50px;
  padding: 0;
  width: 50px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button svg {
  filter: invert(1);
}
.pp-down-arrow-container {
  display: none;
}

/* Ninja Form */
.nf-form-layout form {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0 0 0;
  font-family: "Raleway", sans-serif;
}
nf-field {
    margin-bottom: 50px;
    display: block;
}
.nf-form-layout .nf-form-fields-required {
  display: none;
}

.nf-form-layout .nf-before-form-content {
  margin-bottom: 30px;
}
.nf-form-layout .nf-form-content {
  max-width: 100% !important;
}
.nf-form-layout .nf-form-content li:before {
  display: none;
}
.nf-form-layout .nf-form-content .nf-field-label label {
  font-size: 15px;
  line-height: 20px;
  color: black;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nf-form-layout .nf-form-content .listradio-wrap ul {
  display: flex;
  column-gap: 40px;
}
.nf-form-layout .nf-form-content input:not([type="button"]),
.nf-form-layout .nf-form-content textarea,
.nf-form-layout .nf-form-content select {
  color: black;
  font-family: "Raleway", sans-serif;
  background: white !important;
  border-bottom: 1px solid black !important;
    font-size: 16px;
    border: 0;
}
.nf-form-layout .nf-form-content input:not([type="button"])::placeholder,
.nf-form-layout .nf-form-content textare::placeholder,
.nf-form-layout .nf-form-content select::placeholder {
  font-style: italic;
}

.nf-form-layout .list-select-wrap > div div:after {
  content: "\f078";
  position: absolute;
  right: 20px;
  height: 50px;
  line-height: 50px;
  font-family: "Font Awesome 6 Pro";
  top: 0px;
  color: black;
  font-size: 19px;
  font-weight: 400;
}

.nf-form-layout .checkbox-wrap .nf-field-label label:after {
  background: white;
  border: 1px solid;
  border-radius: 2px;
}

.nf-form-layout .nf-form-content .nf-field-label label#nf-label-field-10 {
    font-style: italic;
    font-size: 15px;
    color: black;
    text-transform: none;
    letter-spacing: 0;
}

.nf-form-layout .checkbox-wrap #nf-field-10-wrap label:before {
  content: "";
  background: black;
  width: 14px;
  position: absolute;
  z-index: 2;
  height: 14px;
  margin: 2px 0 0 4px;
}

.nf-field-container.submit-container {
  margin: 20px auto 50px;
  border: none;
  padding: 13px 24px;
  letter-spacing: 0.34px;
  cursor: pointer;
  background-color: black;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  width: fit-content;
}

.nf-field-container.submit-container:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  padding: 2px 10px 0 0;
  color: white;
}


.nf-field-container.submit-container .submit-wrap input[type="submit"] {
 background: transparent !important;
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin: 0;
  padding: 0;
  height: inherit;
  letter-spacing: 0.7px;
  font-family: "Raleway", sans-serif !important;
}
.nf-error.field-wrap .nf-field-element:after {
    background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 12px;
    content: "\f12a";
    position: absolute;
    bottom: 1px;
    height: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    transition: all .5s;
    border-radius: 30px;
}
.nf-error-msg {
  font-size: 15px;
}

.nf-pass.field-wrap .nf-field-element:after {
    color: #36e3ae;
    font-family: FontAwesome;
    font-size: 25px;
    content: "\f058";
    position: absolute;
    top: 0;
    right: 0;
    transition: all .5s;
}
.nf-pass.field-wrap .ninja-forms-field {
  border-color: #36e3ae !important;
}

.nf-error-msg.nf-error-field-errors {
    background-color: #ffb2b2;
    text-align: center;
    padding: 10px;
    color: black;
    border-radius: 3px;
    font-size: 15px;
}
.nf-response-msg {
  margin-bottom: 40px;
}
.fl-rich-text h2 {
    font-size: 30px;
    color: black;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0px;
    font-family: 'Raleway';
}
.pp-gallery-loader {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pp-grid-loader-text {
    font-family: 'Raleway';
    font-size: 15px;
    text-align: center;
}

/* FORMAT TABLETTE  */
@media (min-width: 700px) {
  .footer-credits {
    display: flex;
    flex-wrap: wrap;
  }
  footer p {
    width: 100%;
  }
  .singular .entry-header h1 {
    font-size: 40px;
  }
}

/* FORMAT DESKTOP  */
@media (min-width: 1000px) {
  /* MENU  */
  .header-toggles {
    display: none;
  }
  .header-navigation-wrapper a {
    color: black !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .primary-menu {
    gap: 20px;
  }
  .primary-menu ul {
    background: white !important;
    border-radius: 0;
  }
  .primary-menu > li > ul:after {
    display: none;
  }
  .primary-menu > li > .icon {
    color: black !important;
  }
  .menu-item-has-children:hover > a,
  .current-menu-item > a {
    font-weight: bold;
  }

  ul.sub-menu {
    box-shadow: 0px 0px 20px #00000021;
    margin: 0;
  }
  ul.sub-menu a {
    text-transform: none;
    font-size: 15px;
  }

  .footer-credits {
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    gap: 30px;
  }

  footer .reseaux-sociaux {
    margin: 0px;
  }
  footer p {
    width: max-content;
  }

  .singular .entry-header h1 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1300px) {
  .header-inner {
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
  }
  .header-navigation-wrapper {
    margin: auto;
  }
  .header-titles-wrapper {
    width: 100%;
    margin: 0 auto 30px;
  }

  /* CAROUSSEL HOME */
  .slick-initialized .slick-slide a {
    position: relative;
  }
  .nom-collection,
  .seemore {
    display: none;
    transition: all 0.5s ease-in-out;
    opacity: 0;
  }
  .slick-slide:hover .nom-collection {
    opacity: 1;
    display: block;
    background: transparent;
    bottom: 52%;
    transform: translate(-50%, -50%);
  }
  .slick-slide:hover .seemore {
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid white;
    color: white;
    padding: 5px 26px;
  }

  .slick-slide a:before {
    transition: all 0.5s ease-in-out;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    cursor: pointer;
  }
  .slick-slide:hover a:before {
    background: #0000008a;
  }

  .fl-builder-content,
  .section-inner {
    max-width: 1350px !important;
    width: 90% !important;
  }
  .section-inner {
    padding: 0 40px;
  }
}
