@charset "UTF-8";
/*
Theme Name: ng1-2025
Theme URI: https://github.com/pixelea-fr/ng1-2025
Author: GEHIN Nicolas
Author URI: https://github.com/pixelea-fr
Description: Thème ng1@2025
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ng1-2025
*/
.contact-form-grid {
  display: grid;
  gap: 1rem;
}

.contact-form-grid > :nth-child(-n+4) {
  grid-column: span 1;
}

.contact-form-grid {
  grid-template-columns: repeat(2, 1fr); /* 2 colonnes égales */
}

.contact-form-grid > :nth-child(n+5) {
  grid-column: span 2; /* Occupe toute la largeur (2 colonnes) */
}

.contact-form-grid label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.938rem;
}

.contact-form-grid span {
  width: 100%;
  display: block;
}
.contact-form-grid span.equipements-checkbox {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.contact-form-grid span.equipements-checkbox span {
  width: -moz-fit-content;
  width: fit-content;
}

.contact-form-grid input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.contact-form-grid textarea,
.contact-form-grid select {
  border-color: transparent;
  background-color: var(--wp--preset--color--base-2);
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.is-style-section-style1 .contact-form-grid input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.is-style-section-style1 .contact-form-grid textarea,
.is-style-section-style1 .contact-form-grid select {
  background-color: var(--wp--preset--color--base-2) !important;
}

.contact-form-grid .wpcf7-list-item {
  margin: 0.5rem 0 0 0 !important;
}
.contact-form-grid .wpcf7-list-item label {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

input[type=submit].wpcf7-submit {
  margin-top: 3rem !important;
  padding: 0.563rem 1rem !important;
  background: var(--wp--preset--color--accent) !important;
  border-radius: 2rem !important;
  color: var(--wp--preset--color--black, black) !important;
  border: 1px solid transparent;
  font-size: 0.8rem;
  text-transform: uppercase;
}
input[type=submit].wpcf7-submit:hover {
  background-color: var(--wp--preset--color--black, black) !important;
  color: white !important;
}

.form-group {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.25rem;
  background: var(--wp--preset--color--base);
}
.form-group select {
  background: white;
}

input[type=checkbox] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #000;
  background-color: white;
  cursor: pointer;
}

input[type=checkbox]:checked {
  background-color: black;
  border-color: white;
}
input[type=checkbox]:checked:before {
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 30 30" width="30px" height="30px"><path d="M 26.980469 5.9902344 A 1.0001 1.0001 0 0 0 26.292969 6.2929688 L 11 21.585938 L 4.7070312 15.292969 A 1.0001 1.0001 0 1 0 3.2929688 16.707031 L 10.292969 23.707031 A 1.0001 1.0001 0 0 0 11.707031 23.707031 L 27.707031 7.7070312 A 1.0001 1.0001 0 0 0 26.980469 5.9902344 z"/></svg>');
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg id="Calque_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 30 30"%3E%3C!-- Generator: Adobe Illustrator 29.2.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 116) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class="st0" d="M27.8,5.2c-.5-.5-1.1-.8-1.8-.8h0c-.6,0-1.2.3-1.6.7l-13.7,14.2-5-5.2c-.9-1-2.4-1-3.4,0-1,1-1,2.5,0,3.6l6.7,7c.5.5,1.1.7,1.7.7s1.2-.2,1.7-.7l15.4-16c.5-.5.7-1.1.7-1.8,0-.7-.2-1.3-.7-1.8Z"/%3E%3C/svg%3E');
  background-size: contain;
  display: block;
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]),
textarea,
select {
  border-color: transparent;
  background-color: var(--wp--preset--color--base);
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

@media (min-width: 600px) {
  .wp-block-group.is-style-grid-2-1 {
    gap: 2.5rem;
  }
  .wp-block-group.is-style-grid-2-1 > .wp-block-group:nth-last-of-type(1):not(:has(figure)) {
    padding-left: 4.5rem;
  }
  .wp-block-group.is-style-grid-2-1 > .wp-block-group:nth-last-of-type(2):not(:has(figure)) {
    padding-right: 4.5rem;
  }
}
@media (max-width: 600px) {
  .wp-block-group.is-style-grid-2-1 {
    display: flex;
    flex-wrap: wrap;
  }
  .wp-block-group.is-style-grid-2-1 > .wp-block-group {
    width: 100%;
    order: 2;
  }
  .wp-block-group.is-style-grid-2-1 > .wp-block-group:has(figure) {
    order: 1;
  }
}

.wp-block-button.is-style-with-arrow .wp-block-button__link,
span.is-style-with-arrow,
a.is-style-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  transition: gap 0.4s;
  background: transparent !important;
  border-color: transparent !important;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:hover,
span.is-style-with-arrow:hover,
a.is-style-with-arrow:hover {
  gap: 0.5em;
}
.is-style-section-style2 .wp-block-button.is-style-with-arrow .wp-block-button__link:hover,
.is-style-section-style2 span.is-style-with-arrow:hover,
.is-style-section-style2 a.is-style-with-arrow:hover {
  color: white !important;
}
.wp-block-button.is-style-with-arrow .wp-block-button__link:after,
span.is-style-with-arrow:after,
a.is-style-with-arrow:after {
  content: "";
  background: currentColor;
  -webkit-mask-image: url(assets/images/arrow.svg);
          mask-image: url(assets/images/arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}

.card-focus__content {
  transition: 1s background ease-in-out, 2s box-shadow;
}

.card-focus__number {
  z-index: 10;
  position: relative;
}

.is-style-dashed {
  --after-size:4px;
  position: relative;
  background-size: var(--after-size);
}
.is-style-dashed:after {
  content: "";
  height: 0;
  width: var(--after-size);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--wp--preset--color--accent);
  transition: 1s height;
}
.card-focus__container.active .is-style-dashed:after {
  height: 100%;
}

header.wp-block-template-part > .wp-block-group:last-of-type {
  position: relative;
}
header.wp-block-template-part > .wp-block-group:last-of-type:after {
  content: "";
  height: 10px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
}

.nowrap {
  white-space: nowrap;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}