/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*,*::before,*::after{box-sizing:border-box;margin:0}h1{margin:0}a{color:inherit;text-decoration:none;display:block}img{max-width:100%;display:block}address{font-style:normal}.site-header{background-color:#fff;padding:1rem 0;position:fixed;left:0;right:0;width:100%;z-index:50;height:80px;display:flex;align-items:center;top:0;transition:all .3s ease}@media(min-width: 1024px){.site-header{height:100px}}.header-container{width:90%;margin:0 auto;display:flex;align-items:center}.header-logo{max-width:45%;cursor:pointer}#main-nav{display:none;color:#285863;margin-left:auto;list-style:none;padding:0;margin:0;margin-left:auto}@media(min-width: 1024px){#main-nav{display:flex}}#main-nav ul{display:flex;list-style:none;padding:0;margin:0}#main-nav li{list-style:none}#main-nav a{text-decoration:none;color:inherit}.nav-item{display:block;padding:.75rem 1rem;text-transform:uppercase;font-size:.875rem;cursor:pointer;transition:opacity .2s ease}.nav-item:hover{opacity:.6}@media(min-width: 1280px){.nav-item{padding:.75rem 1.5rem}}@media(min-width: 1536px){.nav-item{padding:.75rem 2rem;font-size:1rem}}.mobile-menu-toggle{display:flex;align-items:center;color:#285863;margin-left:auto;background:none;border:none;cursor:pointer;padding:0}.mobile-menu-toggle:focus{outline:none}@media(min-width: 1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle svg{width:1.5rem;height:1.5rem}.mobile-menu{position:fixed;top:80px;left:0;right:0;background-color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:40;transition:all .3s ease}@media(min-width: 1024px){.mobile-menu{display:none !important}}.mobile-menu-inner{display:flex;flex-direction:column;width:100%;color:#285863}.mobile-menu-inner ul{list-style:none;padding:0;margin:0}.mobile-menu-inner li{list-style:none}.mobile-menu-inner a{text-decoration:none;color:inherit}.mobile-nav-item{display:block;padding:1rem 1.5rem;text-transform:uppercase;font-size:.875rem;cursor:pointer;border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.mobile-nav-item:hover{background-color:#f3f4f6}.mobile-lang-switch{display:flex;padding:1rem 1.5rem}.lang-switch{color:#285863;text-transform:uppercase;text-decoration:none;font-size:.875rem;cursor:pointer;transition:opacity .2s ease}.lang-switch:hover{opacity:.6}@media(min-width: 1280px){.lang-switch{font-size:1rem}}.desktop-only{display:none;padding-left:1rem}@media(min-width: 1024px){.desktop-only{display:block}}@media(min-width: 1280px){.desktop-only{padding-left:2.5rem}}.hidden{display:none !important}.mobile-only{display:block}@media(min-width: 1024px){.mobile-only{display:none}}.site-footer{background-color:#b66878;padding:4rem 0 2.5rem;margin-top:7rem;color:#fff;position:relative}@media(min-width: 1024px){.site-footer{padding:5rem 0 3.5rem}}.footer-container{width:90%;margin:0 auto;display:flex;flex-direction:column}@media(min-width: 1024px){.footer-container{flex-direction:row}}.footer-center{display:none}@media(min-width: 1024px){.footer-center{display:flex;flex-direction:column;align-items:flex-start;width:30%;margin-left:auto}}.footer-left{width:100%;display:flex;flex-direction:column;align-items:center}@media(min-width: 1024px){.footer-left{width:35%;align-items:flex-start}}.footer-nav{display:none;flex-direction:column;width:100%;justify-content:flex-start;align-items:flex-end;margin-bottom:1rem;text-align:right}@media(min-width: 1024px){.footer-nav{display:flex}}.footer-nav ul.footer-menu-list{display:flex;flex-direction:column;list-style:none;padding:0;margin:0}.footer-nav li{list-style:none}.footer-nav a{text-decoration:none;color:inherit}.footer-nav-item{display:block;margin-bottom:1rem;font-weight:700;padding-right:1rem;text-transform:uppercase;font-size:.875rem;cursor:pointer;transition:opacity .2s ease}.footer-nav-item:hover{opacity:.6}@media(min-width: 1280px){.footer-nav-item{padding-right:3rem;font-size:1.125rem}}.footer-logo{cursor:pointer;margin-bottom:2rem;max-width:80%;margin-left:auto;margin-right:auto}@media(min-width: 1024px){.footer-logo{margin-left:0;margin-right:0}}.footer-copyright{font-size:1.125rem;margin-top:auto;text-align:center;margin-bottom:1rem}@media(min-width: 1024px){.footer-copyright{text-align:left;margin-bottom:0}}.footer-right{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width: 1024px){.footer-right{width:300px;align-items:flex-end;text-align:right}}.footer-contact-title{text-transform:uppercase;font-weight:700;font-size:1.125rem;margin-bottom:.5rem}.footer-contact-info{font-size:1.125rem;margin-bottom:2.5rem;max-width:450px}.footer-link{color:#fff;text-decoration:none;transition:opacity .2s ease}.footer-link:hover{opacity:.6}.footer-separator{display:none}@media(min-width: 640px){.footer-separator{display:inline}}.footer-social{display:flex;justify-content:space-between;margin-top:auto;margin-bottom:2.5rem}@media(min-width: 1024px){.footer-social{margin-bottom:0}}.footer-social-link{display:block;margin-right:5rem;transition:opacity .2s ease}.footer-social-link:last-child{margin-right:0}.footer-social-link:hover{opacity:.6}.footer-crown{position:absolute;left:0;right:0;bottom:0;margin:auto;max-width:90%}body{background:#f4f0ee;color:#285863}.sctn-space{padding:90px 0}.sctn-space-notop{padding:0 0 85px}.sctn-space-nobot{padding:85px 0 0}@media(max-width: 1023px){.sctn-space{padding:50px 0}.sctn-space-notop{padding:0 0 50px}.sctn-space-nobot{padding:50px 0 0}}.in-view{opacity:0}.in-view.viewed{opacity:1;transition:opacity .5s ease-in}.pop-pastille{display:none}.super .pop-pastille{display:flex}.hero-ttl{font-size:clamp(26px,3.2vw,60px);line-height:1.1}.ttl-mdm{font-size:clamp(22px,2.9vw,42px);line-height:1.2;text-transform:uppercase;font-weight:700}.user-cntnt h2{font-size:clamp(22px,2.9vw,42px);line-height:1.2;text-transform:uppercase;font-weight:700;margin-top:2rem;margin-bottom:.5rem}.user-cntnt h3{font-size:clamp(18px,2.5vw,34px);line-height:1.2;text-transform:uppercase;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem}.user-cntnt h4{font-size:clamp(16px,2.2vw,28px);line-height:1.2;text-transform:uppercase;font-weight:700;margin-top:1.25rem;margin-bottom:.5rem}.user-cntnt p{margin-bottom:.9rem;font-size:18px}@media only screen and (max-width: 768px){.user-cntnt p{font-size:16px}}.user-cntnt a{text-decoration:underline}.ttl-bet{font-size:clamp(18px,2.5vw,34px);line-height:1.2;text-transform:uppercase;font-weight:700}.parallax,.parallax-slow{transition:transform .25s ease-out}.parallax-inv-slow,.parallax-inv{transition:transform .25s ease-out}.swiper-button-disabled{opacity:.5}.bg-animation-container{position:absolute;top:0;left:0;width:200%;height:100%;overflow:hidden;z-index:-1}.bg-animation-image{position:absolute;top:0;left:0;width:50%;height:100%;-o-object-fit:cover;object-fit:cover;animation:slideBackground 80s linear infinite}@media(max-width: 768px){.bg-animation-image{width:100%}}.second-image{left:50%}@keyframes slideBackground{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}#ateliers-developpement-creatif label{font-weight:600}#ateliers-developpement-creatif input[type=text],#ateliers-developpement-creatif input[type=email]{height:55px;border:solid 2px #c3c0bf;background-color:rgba(0,0,0,0);border-radius:15px;text-indent:7px;font-size:16px}#ateliers-developpement-creatif input[type=text]:focus,#ateliers-developpement-creatif input[type=email]:focus{background-color:#fff;outline-color:#285863}#ateliers-developpement-creatif input[type=submit]{text-transform:uppercase;background-color:#b66878;font-weight:600;font-size:18px;color:#f4f0ee;border-radius:20px;height:58px;padding:0 40px;margin:30px auto 0;cursor:pointer;border:solid 2px #b66878}#ateliers-developpement-creatif input[type=submit]:hover{background-color:#fff;color:#285863}#ateliers-developpement-creatif input[type=submit].disabled,#ateliers-developpement-creatif input[type=submit]:disabled{background-color:#ccc !important;color:#666 !important;border-color:#ccc !important;cursor:not-allowed;opacity:.7}#ateliers-developpement-creatif input[type=submit].disabled:hover,#ateliers-developpement-creatif input[type=submit]:disabled:hover{background-color:#ccc !important;color:#666 !important}#ateliers-developpement-creatif .indicates-required{display:none}div.mce_inline_error{display:none !important}#ateliers-developpement-creatif label.lineheight{line-height:1.15;font-weight:400;font-size:14px;cursor:pointer}@media(min-width: 1024px){.tem-swiper .swiper-wrapper{justify-content:center}}.wpcf7{width:60%;margin-left:auto;margin-right:auto}@media only screen and (max-width: 1200px){.wpcf7{width:80%}}.wpcf7 label{font-weight:600}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea{height:55px;border:solid 2px #c3c0bf;background-color:#fff;border-radius:15px;text-indent:7px;font-size:16px;width:100%;margin-top:5px;margin-bottom:15px}.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 textarea:focus{background-color:#fff;outline-color:#285863}.wpcf7 textarea{height:auto;min-height:150px;padding:15px;text-indent:0}.wpcf7 input[type=submit]{text-transform:uppercase;background-color:#b66878;font-weight:600;font-size:18px;color:#f4f0ee;border-radius:20px;height:58px;padding:0 40px;margin:30px auto 0;cursor:pointer;border:solid 2px #b66878;display:block}.wpcf7 input[type=submit]:hover{background-color:#fff;color:#285863}.wpcf7 input[type=submit].disabled,.wpcf7 input[type=submit]:disabled{background-color:#ccc !important;color:#666 !important;border-color:#ccc !important;cursor:not-allowed;opacity:.7}.wpcf7 input[type=submit].disabled:hover,.wpcf7 input[type=submit]:disabled:hover{background-color:#ccc !important;color:#666 !important}.cta-btn{cursor:pointer;background-color:#b66878;box-shadow:0 0 0 2px #b66878;text-align:center;text-transform:uppercase;color:#fff;font-size:16px;display:flex;justify-content:center;align-items:center;margin-bottom:.5rem;border-radius:1rem;font-weight:bold;padding:.75rem 1rem;transition:all .3s ease;text-decoration:none}.cta-btn:hover{background-color:#f4f0ee;color:#285863}@media(min-width: 1536px){.cta-btn{font-size:1.125rem}}.tem-swiper{width:90%;margin-left:auto;margin-right:auto}.swiper-slide{flex-shrink:inherit}@media only screen and (max-width: 1024px){.swiper-slide{flex-shrink:0}}a.cta-btn{text-decoration:none}
