@charset "UTF-8";
/*!
Theme Name: Formulaire ADD
Author: Atelier du Design
Author URI: https://atelier-du-design.com/
Version: 2024
*/
@import url("https://use.typekit.net/skh6sdg.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
@import url("https://use.typekit.net/skh6sdg.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  position: relative;
  overflow-x: hidden;
  color: black;
}

body * {
  line-height: 140%;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll main {
  opacity: .8;
}

body.logged-in.admin-bar header {
  top: 32px;
}

main > .wp-block-group {
  width: 100%;
}

main > .wp-block-group > .wp-block-group__inner-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 128px 0;
  box-sizing: border-box;
}

main > .wp-block-group > .wp-block-group__inner-container p + p {
  margin-top: 10px;
}

main > .wp-block-group > .wp-block-group__inner-container *:not(figure) + .wp-block-columns {
  margin-top: 40px;
}

main > .wp-block-group > .wp-block-group__inner-container .wp-block-columns {
  gap: 48px;
}

main > .wp-block-group > .wp-block-group__inner-container .wp-block-columns + * {
  margin-top: 36px;
}

main > .wp-block-group > .wp-block-group__inner-container .wp-block-columns .wp-block-column:not(:first-child) {
  margin: 0 !important;
}

main > .wp-block-group > .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image:not(.is-style-picto):not(.not-resized) img {
  height: 700px;
  object-fit: cover;
}

main > .wp-block-group:not([class*='bg']):not(.header) + .wp-block-group:not([class*='bg']):not(footer) .wp-block-group__inner-container {
  padding-top: 0;
}

.wp-block-image {
  margin-bottom: 0px !important;
}

.wp-block-image.is-style-rounded img {
  border-radius: 32px !important;
}

figure {
  display: block;
}

figure:not(.is-style-picto) img {
  display: block;
  height: auto;
  width: 100%;
}

figure.aligncenter img {
  margin: 0 auto;
}

.wp-block-video {
  margin: 0 0 0 !important;
}

h1, h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
}

h1 {
  font-size: 54px;
}

h1 + * {
  margin-top: 32px;
}

* + h2 {
  margin-top: 32px;
}

h2 {
  font-size: 32px;
}

h2 + *:not(.wp-block-buttons) {
  margin-top: 32px;
}

h3 {
  font-size: 28px;
}

h3 + * {
  margin-top: 24px;
}

a:not(.wp-block-button__link) {
  color: black;
  transition: all 0.3s ease;
}

p strong {
  font-weight: 600;
}

ul:not([class]) {
  padding-left: 20px;
}

ul:not([class]) li {
  list-style: disc;
  padding-bottom: 10px;
}

ul:not([class]) li:last-of-type {
  padding-bottom: 0px;
}

ul:not([class]) + * {
  margin-top: 20px;
}

hr {
  margin: 40px auto;
  width: 50%;
  border-bottom: none !important;
}

* + .wp-block-gallery {
  margin-top: 30px;
}

body {
  min-height: 100vh;
}

body main {
  display: grid;
  grid-template-rows: auto 64px;
  min-height: 100vh;
  background-color: #F2ECE7;
}

body main > #gf_1.gform_anchor {
  display: none;
}

body main .gform_confirmation_wrapper {
  background-image: url("img/background.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: auto;
  margin: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body main .gform_confirmation_wrapper .gform_confirmation_message {
  width: 800px !important;
  text-align: center;
  font-size: 32px;
  font-weight: 450;
  line-height: 130%;
}

body main .gform_confirmation_wrapper .gform_confirmation_message strong {
  font-weight: 600;
}

body main .gform_confirmation_wrapper .gform_confirmation_message:before {
  content: '';
  display: block;
  height: 58px;
  width: 58px;
  background-color: black;
  -webkit-mask: url("img/pouce.svg") no-repeat center/100% 100%;
  mask: url("img/pouce.svg") no-repeat center/100% 100%;
  margin: 0 auto 24px;
}

body main .gform_wrapper {
  position: relative;
}

body main .gform_wrapper .gform_heading {
  display: none;
}

body main .gform_wrapper .gform_validation_errors {
  position: absolute !important;
  z-index: 10;
  top: 16px;
  left: 32px;
  right: 32px;
  width: auto !important;
}

body main .gform_validation_errors {
  display: none;
}

body main #gform_1 {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

body main #gform_1 #gf_progressbar_wrapper_1 .gf_progressbar_title {
  display: none;
}

body main #gform_1 #gf_progressbar_wrapper_1 .gf_progressbar {
  margin: 0;
  border-radius: 0;
  background: transparent;
}

body main #gform_1 #gf_progressbar_wrapper_1 .gf_progressbar .gf_progressbar_percentage {
  border-radius: 0;
  background-color: #F2FFA2;
  color: black;
}

body main #gform_1 .gform_body {
  background-image: url("img/background.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: auto;
  margin: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body main #gform_1 .gform_body > div {
  width: 800px !important;
}

body main #gform_1 .gform_body .gfield .gfield_label {
  width: 100%;
  font-size: 32px;
  font-weight: 450;
  line-height: 130%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}

body main #gform_1 .gform_body .gfield .gfield_label > .gfield_required {
  display: block;
  margin-bottom: 16px;
}

body main #gform_1 .gform_body .gfield .gfield_description {
  color: #606164;
  font-size: 16px;
  line-height: 110%;
  padding-bottom: 0;
  text-align: center;
  margin: 0 auto;
}

body main #gform_1 .gform_body .gfield .gfield_radio, body main #gform_1 .gform_body .gfield .gfield_checkbox {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

body main #gform_1 .gform_body .gfield .gfield_radio .gchoice input, body main #gform_1 .gform_body .gfield .gfield_checkbox .gchoice input {
  display: none;
}

body main #gform_1 .gform_body .gfield .gfield_radio .gchoice label, body main #gform_1 .gform_body .gfield .gfield_checkbox .gchoice label {
  font-weight: 600;
  text-align: left;
  max-width: 100%;
  border: 1px solid #BEC1C5;
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  gap: 8px;
  outline: 1px solid transparent;
  transition: all .3s ease;
}

body main #gform_1 .gform_body .gfield .gfield_radio .gchoice label:hover, body main #gform_1 .gform_body .gfield .gfield_checkbox .gchoice label:hover {
  cursor: pointer;
}

body main #gform_1 .gform_body .gfield .gfield_radio .gchoice input:checked + label, body main #gform_1 .gform_body .gfield .gfield_checkbox .gchoice input:checked + label {
  border-color: #52FFC1;
  outline: 1px solid #52FFC1;
}

body main #gform_1 .gform_body .gfield#field_1_37 .gfield_label {
  font-size: 20px;
}

body main #gform_1 .gform_body .gfield#field_1_37 .ginput_container {
  padding-top: 8px !important;
}

body main #gform_1 .gform_body .gfield#field_1_37 #input_1_37 {
  justify-content: center;
  padding-top: 0;
}

body main #gform_1 .gform_body .gfield#field_1_37 #input_1_37 select {
  width: auto;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #BEC1C5;
  margin: 0 auto;
  text-align: center;
  outline: 3px solid transparent;
  transition: all .3s ease;
}

body main #gform_1 .gform_body .gfield#field_1_37 #input_1_37 select:focus {
  outline: 3px solid #F2FFA2;
}

body main #gform_1 .gform_body .gfield .validation_message {
  font-family: "neue-haas-grotesk-display", sans-serif;
  border: none;
  color: #c02b0a;
  background-color: transparent;
}

body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container {
  text-align: center;
  padding-top: 48px;
}

body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container input[type='text'], body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container textarea {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #BEC1C5;
  padding: 16px;
  max-width: 442px;
  margin: 0 auto;
  text-align: center;
  outline: 3px solid transparent;
  transition: all .3s ease;
}

body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container input[type='text']::placeholder, body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container textarea::placeholder {
  font-family: "neue-haas-grotesk-display", sans-serif;
  transition: all .3s ease;
}

body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container input[type='text']:focus::placeholder, body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container textarea:focus::placeholder {
  opacity: 0;
}

body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container input[type='text']:focus, body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container textarea:focus {
  outline: 3px solid #F2FFA2;
}

body main #gform_1 .gform_body .gfield:not(#field_1_4) .ginput_container textarea {
  text-align: left;
}

body main #gform_1 .gform_body .gfield--type-html {
  text-align: center;
}

body main #gform_1 .gform_body .gfield--type-html strong {
  font-weight: 600;
}

body main #gform_1 .gform_body #field_1_4 {
  background-color: #F2FFA2;
  border-radius: 10px;
  padding: 24px 32px;
  /* Preparer le label */
  /* Aspect de la case */
  /* Aspect de la coche */
  /* Aspect non cochée */
  /* Aspect cochée */
  /* Disabled checkbox */
  /* Disabled checked */
  /* Accessibility focus */
}

body main #gform_1 .gform_body #field_1_4 .gfield_label {
  display: none;
}

body main #gform_1 .gform_body #field_1_4 .gfield_consent_label {
  font-size: 16px;
}

body main #gform_1 .gform_body #field_1_4 .ginput_container_consent {
  position: relative;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:not(:checked),
body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:checked {
  /* Cache la checkbox sans
            la rendre invisible aux
            lecteurs d'écran */
  position: absolute;
  left: 5px;
  top: 15px;
  opacity: 0.01;
  z-index: 10;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:not(:checked):hover,
body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:checked:hover {
  cursor: pointer;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:not(:checked) + label,
body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:checked + label {
  position: relative;
  /* permet de positionner la checkbox */
  padding-left: 46px;
  /* place pour la box */
  font-size: 0.8em;
  line-height: 1.7;
  color: black;
  display: block;
  cursor: pointer;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:not(:checked) + label::before,
body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 3px;
  transition: all .275s;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:not(:checked) + label::after,
body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:checked + label::after {
  content: '✓';
  speak: never;
  /* Pour être sûr que le lecteur d'écran ne lira pas "fois" */
  position: absolute;
  left: 7px;
  font-size: 20px;
  color: black;
  line-height: 0;
  transition: all .2s;
  /* Petite transition */
  font-family: HelveticaNeue-Light,-apple-system,AppleColorEmoji,'Arial Rounded MT Bold',system-ui,Ubuntu,sans-serif,'Arial Unicode MS','Zapf Dingbats','Segoe UI Emoji','Segoe UI Symbol',Noto Color Emoji, NotoColorEmoji,EmojiSymbols,Symbola,Noto,'Android Emoji',AndroidEmoji,'lucida grande',tahoma,verdana,arial,AppleColorEmoji,'Apple Color Emoji' !important;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:disabled:not(:checked) + label::before,
body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:disabled:checked + label::before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:disabled:checked + label::after {
  color: #777;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:disabled + label {
  color: #aaa;
}

body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:checked:focus + label::before,
body main #gform_1 .gform_body #field_1_4 [type="checkbox"]:not(:checked):focus + label::before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(0, 0, 0, 0.2);
}

body main #gform_1 .gform_body #field_1_17, body main #gform_1 .gform_body #field_1_28, body main #gform_1 .gform_body #field_1_33 {
  margin-bottom: 32px;
}

body main #gform_1 .gform_body #field_1_17:before, body main #gform_1 .gform_body #field_1_28:before, body main #gform_1 .gform_body #field_1_33:before {
  content: '';
  display: block;
  height: 58px;
  width: 58px;
  background-color: black;
  -webkit-mask: url("img/brush-transition-design.svg") no-repeat center/100% 100%;
  mask: url("img/brush-transition-design.svg") no-repeat center/100% 100%;
  margin: 0 auto 24px;
}

body main #gform_1 .gform_body #field_1_28:before {
  height: 75px;
  width: 75px;
  -webkit-mask: url("img/sourire-transition-design-2.svg") no-repeat center/100% 100%;
  mask: url("img/sourire-transition-design-2.svg") no-repeat center/100% 100%;
}

body main #gform_1 .gform_body #field_1_33:before {
  height: 70px;
  width: 70px;
  -webkit-mask: url("img/organisation-transition.svg") no-repeat center/100% 100%;
  mask: url("img/organisation-transition.svg") no-repeat center/100% 100%;
}

body main #gform_1 .gform_body .gform_page_footer {
  padding: 0;
  margin-top: 16px;
  text-align: center;
  position: relative;
}

body main #gform_1 .gform_body .gform_page_footer .gform_previous_button {
  margin: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #f0f0f0;
  color: black;
  padding: 12px 48px;
  border: none;
  border-radius: 8px;
  transition: all .3s ease;
}

body main #gform_1 .gform_body .gform_page_footer .gform_previous_button:hover {
  cursor: pointer;
  background-color: #e3e3e3;
  transform: translateY(-3px);
}

body main #gform_1 .gform_body .gform_page_footer .gform_next_button {
  margin: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-color: #F2FFA2;
  color: black;
  padding: 12px 48px;
  border: none;
  border-radius: 8px;
  transition: all .3s ease;
}

body main #gform_1 .gform_body .gform_page_footer .gform_next_button:hover {
  cursor: pointer;
  background-color: #eeff89;
  transform: translateY(-3px);
}

body main #gform_1 .gform_body .gform_page_footer .gform_ajax_spinner {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

body main #gform_1 .gform_body .gform_page_footer input[type="submit"] {
  margin: 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-color: #F2FFA2;
  color: black;
  padding: 12px 48px;
  border: none;
  border-radius: 8px;
  transition: all .3s ease;
}

body main #gform_1 .gform_body .gform_page_footer input[type="submit"]:hover {
  cursor: pointer;
  background-color: #39ffb8;
  transform: translateY(-3px);
}

body main #gform_1 #field_1_9 label:before, body main #gform_1 #field_1_25 label:before, body main #gform_1 #field_1_30 label:before, body main #gform_1 #field_1_31 label:before, body main #gform_1 #input_1_39 label:before {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background-color: black;
  -webkit-mask: url("img/professionnels.svg") no-repeat center/100% 100%;
  mask: url("img/professionnels.svg") no-repeat center/100% 100%;
}

body main #gform_1 label#label_1_9_0:before {
  -webkit-mask-image: url("img/particuliers.svg");
  mask-image: url("img/particuliers.svg");
}

body main #gform_1 label#label_1_9_2:before {
  -webkit-mask-image: url("img/professionnels-et-particuliers.svg");
  mask-image: url("img/professionnels-et-particuliers.svg");
}

body main #gform_1 label#label_1_24_1:before {
  content: url("img/chaud.svg");
}

body main #gform_1 label#label_1_24_2:before {
  content: url("img/froid.svg");
}

body main #gform_1 label#label_1_24_3:before {
  content: url("img/neutre.svg");
}

body main #gform_1 label#label_1_25_0:before {
  -webkit-mask-image: url("img/circulaire.svg");
  mask-image: url("img/circulaire.svg");
}

body main #gform_1 label#label_1_25_1:before {
  -webkit-mask-image: url("img/carre.svg");
  mask-image: url("img/carre.svg");
}

body main #gform_1 label#label_1_25_2:before {
  -webkit-mask-image: url("img/organique.svg");
  mask-image: url("img/organique.svg");
}

body main #gform_1 label#label_1_30_1:before {
  -webkit-mask-image: url("img/internet.svg");
  mask-image: url("img/internet.svg");
}

body main #gform_1 label#label_1_30_2:before {
  -webkit-mask-image: url("img/reseaux.svg");
  mask-image: url("img/reseaux.svg");
}

body main #gform_1 label#label_1_30_3:before {
  -webkit-mask-image: url("img/oreille.svg");
  mask-image: url("img/oreille.svg");
}

body main #gform_1 label#label_1_31_1:before {
  -webkit-mask-image: url("img/print.svg");
  mask-image: url("img/print.svg");
}

body main #gform_1 label#label_1_31_2:before {
  -webkit-mask-image: url("img/numerique.svg");
  mask-image: url("img/numerique.svg");
}

body main #gform_1 label#label_1_31_3:before {
  -webkit-mask-image: url("img/medias-sociaux.svg");
  mask-image: url("img/medias-sociaux.svg");
}

body main #gform_1 label#label_1_31_4:before {
  -webkit-mask-image: url("img/goodies.svg");
  mask-image: url("img/goodies.svg");
}

body main #gform_1 label#label_1_31_5:before {
  -webkit-mask-image: url("img/site.svg");
  mask-image: url("img/site.svg");
}

body main #gform_1 label#label_1_31_6:before {
  -webkit-mask-image: url("img/packaging.svg");
  mask-image: url("img/packaging.svg");
}

body main #gform_1 label#label_1_39_1:before {
  -webkit-mask-image: url("img/mail.svg");
  mask-image: url("img/mail.svg");
}

body main #gform_1 label#label_1_39_2:before {
  -webkit-mask-image: url("img/whatsapp.svg");
  mask-image: url("img/whatsapp.svg");
}

body main #gform_1 label#label_1_39_3:before {
  -webkit-mask-image: url("img/physique.svg");
  mask-image: url("img/physique.svg");
}

body main #gform_1 label#label_1_39_4:before {
  -webkit-mask-image: url("img/tel.svg");
  mask-image: url("img/tel.svg");
}

body main #gform_1 label#label_1_39_5:before {
  -webkit-mask-image: url("img/visio.svg");
  mask-image: url("img/visio.svg");
}

body main > p {
  align-self: center;
  justify-self: center;
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  body main #gform_1 .gform_body > div {
    width: 70% !important;
  }
  body main #gform_1 .gform_body {
    background-image: url("img/background-square.svg");
  }
  body main .gform_confirmation_wrapper .gform_confirmation_message {
    width: 70% !important;
  }
  body main .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 24px;
  }
}

/*# sourceMappingURL=style.css.map */