@charset "UTF-8";
/*!
Theme Name: Les Ateliers d\'Art
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: les-ateliers-dart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Les Ateliers d\'Art is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  margin: 0em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  display: block;
}

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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] {
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Mes propres modifs pour enlever paramètre par défaut indésirables */
h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

p {
  margin: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-ExtraBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "OpenSauceOne";
  src: url("../fonts/OpenSauceOne-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
/* Mixin pour set les ../fonts*/
.navbar a {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 25px;
  line-height: normal;
  text-transform: none;
  font-weight: 500;
  letter-spacing: -5%;
  transition: all 0.5s;
}
.navbar a:hover {
  color: #FFB305;
}

.footer p, .footer__infos li a {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 17px;
  line-height: normal;
  text-transform: none;
  font-weight: 400;
  letter-spacing: -0.7px;
}

.footer__copyright p, .footer__liens-legaux a {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 15px;
  line-height: normal;
  text-transform: none;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.footer__titre-h2 {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 25px;
  line-height: normal;
  text-transform: none;
  font-weight: 400;
  letter-spacing: -0.9px;
}

.footer a, .mentions-legales a, .politique-confidentialite a, .cai a {
  transition: all 0.5s;
}
.footer a:hover, .mentions-legales a:hover, .politique-confidentialite a:hover, .cai a:hover {
  color: #FFB305;
}

h1 {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 55px;
  line-height: normal;
  text-transform: none;
  font-weight: 600;
  letter-spacing: -3px;
  text-align: center;
}

.accueil-hero__h2 {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 40px;
  line-height: normal;
  text-transform: none;
  font-weight: 400;
  letter-spacing: -2px;
}

h2 {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 35px;
  line-height: normal;
  text-transform: none;
  font-weight: 500;
  letter-spacing: -2px;
  text-align: center;
}

p, a, span {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 19px;
  line-height: normal;
  text-transform: none;
  font-weight: 400;
  letter-spacing: -0.9px;
}

h3 {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 19px;
  line-height: normal;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -0.9px;
  text-align: center;
}

.archive-ateliers-filtre__bouton, .archive-stages-filtre__bouton {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 30px;
  line-height: normal;
  text-transform: none;
  font-weight: 500;
  letter-spacing: -2px;
}

@media (max-width: 1209px) {
  h1 {
    font-size: 50px;
  }
  .accueil-hero__h2 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .navbar a {
    font-size: 20px;
  }
  .archive-ateliers-filtre__bouton, .archive-stages-filtre__bouton {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  .accueil-hero__h2 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  .navbar a {
    font-size: 25px;
  }
}
@font-face {
  font-family: "Mak";
  src: url("../fonts/Mak-RegularLow.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.footer__signature {
  font-size: 15px !important;
  letter-spacing: -3% !important;
  font-weight: 300 !important;
}

.studio-sensitif {
  font-family: "Mak", sans-serif;
  font-size: 15px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  color: currentColor;
  letter-spacing: 1px;
}
.studio-sensitif:hover {
  color: #d4beff !important;
}

.flex-colonne {
  display: flex;
  flex-direction: column;
}

.flex-ligne {
  display: flex;
}

.flex-centre {
  align-items: center;
  justify-content: center;
}

.flex-droite {
  align-items: right;
  justify-content: center;
}

.flex-conteneur {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bouton {
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  transition: background-color 0.5s;
}
.bouton:hover {
  transition: background-color 0.5s;
}

.bouton-jaune {
  background-color: #FFB305;
}
.bouton-jaune:hover {
  background-color: black;
  color: #FFB305;
}

.bouton-noir {
  background-color: black;
  color: white;
}
.bouton-noir:hover {
  background-color: white;
  color: black;
}

.bouton-bordure {
  border: solid 3px #FFB305;
  font-size: 22px;
  font-weight: 500;
  padding: 7px 17px;
  display: inline-block;
  transition: background-color 0.5s;
}
.bouton-bordure:hover {
  transition: background-color 0.5s;
  background-color: #FFB305;
  color: white;
}

.planning-tarif__bouton {
  font-size: 22px;
  font-weight: 500;
}

.close {
  display: none !important;
}

.open {
  display: block !important;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.accueil__decoration {
  height: 150px;
  width: 100%;
  position: relative;
}
.accueil__decoration--vertical, .accueil__decoration--horizontal, .accueil__decoration--jaune {
  position: absolute;
}
.accueil__decoration--vertical {
  width: 3px;
  height: 560px;
  bottom: 0px;
  right: calc(50% - 573px);
  background: black;
}
.accueil__decoration--horizontal {
  width: calc(50% - 250px);
  height: 3px;
  right: 0px;
  bottom: 40px;
  background: black;
}
.accueil__decoration--jaune {
  bottom: 0px;
  width: 20px;
  height: 380px;
  right: calc(50% - 550px);
  background: #FFB305;
}

.archive-ateliers-hero__decoration, .archive-stages-hero__decoration, .planning__decoration, .contact__decoration {
  position: static;
}
.archive-ateliers-hero__decoration--horizontal, .archive-ateliers-hero__decoration--jaune, .archive-stages-hero__decoration--horizontal, .archive-stages-hero__decoration--jaune, .planning__decoration--horizontal, .planning__decoration--jaune, .contact__decoration--horizontal, .contact__decoration--jaune {
  position: absolute;
}
.archive-ateliers-hero__decoration--horizontal, .archive-stages-hero__decoration--horizontal, .planning__decoration--horizontal, .contact__decoration--horizontal {
  right: 0;
  top: 270px;
  width: calc(50% + 155px);
  height: 3px;
  z-index: -1;
  background: black;
}
.archive-ateliers-hero__decoration--jaune, .archive-stages-hero__decoration--jaune, .planning__decoration--jaune, .contact__decoration--jaune {
  left: 0;
  top: 230px;
  width: calc(50% + 260px);
  height: 20px;
  background: #FFB305;
  z-index: -1;
}

.atelier-contenu, .stage-contenu {
  position: relative;
}

.atelier__decoration, .stage__decoration {
  position: static;
}
.atelier__decoration--vertical, .atelier__decoration--horizontal, .atelier__decoration--jaune, .stage__decoration--vertical, .stage__decoration--horizontal, .stage__decoration--jaune {
  position: absolute;
}
.atelier__decoration--vertical, .stage__decoration--vertical {
  top: 45px;
  bottom: 0;
  width: 3px;
  left: calc(50% - 210px);
  background: black;
}
.atelier__decoration--horizontal, .stage__decoration--horizontal {
  width: 100%;
  height: 3px;
  right: 0px;
  top: 95px;
  background: black;
}
.atelier__decoration--jaune, .stage__decoration--jaune {
  top: 45px;
  bottom: 0;
  width: 20px;
  left: calc(50% - 250px);
  background: #FFB305;
}

.archive-ateliers-card__decoration, .archive-stages-card__decoration {
  position: static;
  height: 40px;
  width: 100%;
}
.archive-ateliers-card__decoration--vertical, .archive-ateliers-card__decoration--horizontal, .archive-ateliers-card__decoration--jaune, .archive-stages-card__decoration--vertical, .archive-stages-card__decoration--horizontal, .archive-stages-card__decoration--jaune {
  position: absolute;
}
.archive-ateliers-card__decoration--vertical, .archive-stages-card__decoration--vertical {
  top: 0px;
  right: 10px;
  width: 3px;
  height: 100%;
  background: black;
}
.archive-ateliers-card__decoration--horizontal, .archive-stages-card__decoration--horizontal {
  bottom: 10px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: black;
}
.archive-ateliers-card__decoration--jaune, .archive-stages-card__decoration--jaune {
  bottom: 0px;
  right: 20px;
  width: 10px;
  height: 100%;
  background: #FFB305;
}

@media (max-width: 1209px) {
  .accueil__decoration--horizontal {
    width: calc(50% - 75px);
  }
  .accueil__decoration--vertical {
    right: calc(50% - 483px);
  }
  .accueil__decoration--jaune {
    right: calc(50% - 460px);
  }
}
@media (max-width: 1024px) {
  .accueil__decoration--horizontal {
    width: 300px;
    bottom: 20px;
  }
  .accueil__decoration--vertical {
    right: 20px;
    height: 300px;
  }
  .accueil__decoration--jaune {
    right: 40px;
    width: 15px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .accueil__decoration {
    height: 75px;
  }
  .accueil__decoration--horizontal {
    width: 150px;
  }
  .accueil__decoration--vertical {
    height: 150px;
  }
  .accueil__decoration--jaune {
    height: 75px;
  }
}
@media (max-width: 1024px) {
  .archive-ateliers-hero__decoration--horizontal, .archive-stages-hero__decoration--horizontal, .planning__decoration--horizontal, .contact__decoration--horizontal {
    top: 260px;
  }
  .archive-ateliers-hero__decoration--jaune, .archive-stages-hero__decoration--jaune, .planning__decoration--jaune, .contact__decoration--jaune {
    top: 220px;
  }
}
@media (max-width: 767px) {
  .archive-ateliers-hero__decoration--horizontal, .archive-stages-hero__decoration--horizontal, .planning__decoration--horizontal, .contact__decoration--horizontal {
    top: 185px;
    width: 75%;
  }
  .archive-ateliers-hero__decoration--jaune, .archive-stages-hero__decoration--jaune, .planning__decoration--jaune, .contact__decoration--jaune {
    top: 150px;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .archive-ateliers-card__decoration--horizontal, .archive-stages-card__decoration--horizontal {
    display: none;
  }
  .archive-ateliers-card__decoration--vertical, .archive-stages-card__decoration--vertical {
    top: 0px;
    left: 20px;
    height: calc(100% - 40px);
  }
  .archive-ateliers-card__decoration--jaune, .archive-stages-card__decoration--jaune {
    top: 0px;
    left: 5px;
    height: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  .atelier__decoration--vertical, .stage__decoration--vertical {
    left: 370px;
  }
  .atelier__decoration--jaune, .stage__decoration--jaune {
    left: 330px;
  }
}
@media (max-width: 767px) {
  .atelier__decoration--horizontal, .stage__decoration--horizontal {
    left: 0px;
    width: 50%;
    top: 20px;
  }
  .atelier__decoration--vertical, .stage__decoration--vertical {
    left: 60px;
    top: 0px;
    height: 50vh;
  }
  .atelier__decoration--jaune, .stage__decoration--jaune {
    left: 20px;
    top: 0px;
    height: 25vh;
  }
}
.header {
  position: sticky !important;
  top: 0 !important;
  background-color: white;
  border-bottom: solid 1px black;
  z-index: 9999;
}

.navbar {
  height: 100px;
  margin-right: 50px;
  margin-left: 30px;
}
.navbar__conteneur {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar__logo--img {
  height: 80px;
  width: 80px;
}
.navbar__menu {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
}
.navbar__menu--list {
  display: flex;
  align-items: center;
  justify-content: end;
}
.navbar__menu--list > li {
  width: 138px;
  text-align: center;
}
.navbar__menu--list > li:last-child {
  padding: 10px 15px;
  background-color: #FFB305;
  width: auto;
  transition: background-color 0.5s;
}
.navbar__menu--list > li:last-child:hover {
  background-color: black;
  border-color: black;
  color: #FFB305;
  transition: background-color 0.5s;
}

@media (max-width: 1024px) {
  .navbar {
    height: 90px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .navbar__conteneur {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .navbar__logo--img {
    height: 70px;
    width: 70px;
  }
  .navbar__menu {
    width: 629px;
  }
  .navbar__menu > div {
    width: 100%;
  }
  .navbar__menu--list {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .navbar__menu {
    position: absolute;
    width: 100%;
    height: calc(100vh - 91px);
    min-height: 300px;
    background-color: white;
    top: 91px;
    z-index: 3;
    left: 0;
  }
  .navbar__menu.open {
    animation: fadeIn 1s ease-in-out;
  }
  .navbar__menu.close {
    animation: fadeOut 1s ease-in-out;
    animation-fill-mode: forwards;
  }
  .navbar__menu > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 72px);
    min-height: 300px;
  }
  .navbar__menu--list {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0px;
  }
}
.navbar__burger {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 30px;
  height: 90px;
  margin: 0;
  padding: 0;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.navbar__burger .line {
  height: 2px;
  background-color: #000;
  display: block;
  width: 100%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.navbar__burger.opened .line:nth-child(2) {
  opacity: 0;
}
.navbar__burger.opened .line:first-child {
  transform: rotate(45deg) translate3d(3px, 6px, 0);
}
.navbar__burger.opened span.line:last-child {
  transform: rotate(-45deg) translate3d(6px, -10px, 0);
}

.footer p, .footer h2, .footer li {
  color: white;
  text-align: center;
}

.footer {
  background-color: black;
}
.footer__conteneur {
  width: 900px;
  margin: 75px 0px;
}
.footer__logo, .footer__logo-image {
  width: 210px;
}
.footer__infos {
  justify-content: space-between;
  align-items: center;
}
.footer__titre-h2 {
  margin-bottom: 20px;
}
.footer__liens-utiles {
  width: 210px;
}
.footer__liens-events {
  width: 210px;
}
.footer__adresse {
  width: 210px;
}
.footer__legals {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.footer__copyright {
  width: 210px;
}
.footer__liens-legaux-menu {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer__liens-legaux-menu li {
  width: 210px;
}

@media (max-width: 1024px) {
  .footer__conteneur {
    width: 650px;
  }
  .footer__infos {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__logo-image {
    width: 200px;
  }
  .footer__liens-utiles, .footer__liens-events, .footer__adresse {
    width: 212px;
  }
  .footer__liens-legaux-menu {
    width: 650px;
    gap: 0;
  }
  .footer__liens-legaux-menu li {
    width: 212px;
  }
  .footer__legals {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .footer__copyright {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__conteneur {
    width: 100%;
    margin: 40px;
  }
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer__infos {
    margin-bottom: 0px;
  }
  .footer__liens-utiles, .footer__liens-events, .footer__adresse {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer__legals {
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .footer__liens-legaux-menu {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .footer__liens-legaux-menu li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__liens-legaux-menu li:nth-child(1) {
    order: 2;
  }
  .footer__liens-legaux-menu li:nth-child(2) {
    order: 1;
  }
  .footer__liens-legaux-menu li:nth-child(3) {
    order: 3;
  }
}
.accueil-hero {
  margin-top: 100px;
}
.accueil-hero__conteneur {
  width: 900px;
}
.accueil-hero__image {
  width: 900px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 75px;
}
.accueil-presentation {
  margin-top: 100px;
}
.accueil-presentation__conteneur {
  width: 900px;
}
.accueil-presentation__h2, .accueil-presentation__texte {
  text-align: center;
}
.accueil-presentation__texte {
  margin-top: 40px;
}
.accueil-ateliers {
  background-color: #FFB305;
}
.accueil-ateliers__conteneur {
  width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 75px;
}
.accueil-ateliers__zone-texte {
  width: 350px;
  text-align: center;
  margin: 100px 0px;
}
.accueil-ateliers__texte {
  margin: 30px 0px;
}
.accueil-ateliers__image {
  width: 350px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  -o-object-fit: cover;
     object-fit: cover;
}
.accueil-events__conteneur {
  width: 900px;
  justify-content: space-between;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 75px;
}
.accueil-events__diaporama {
  width: 350px;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
}
.accueil-events__zone-texte {
  width: 350px;
  text-align: center;
  margin: 100px 0px;
}
.accueil-events__texte {
  margin: 30px 0px;
}

@media (max-width: 1209px) {
  .accueil-hero__conteneur, .accueil-hero__image, .accueil-presentation__conteneur, .accueil-ateliers__conteneur, .accueil-events__conteneur {
    width: 800px;
  }
}
@media (max-width: 1024px) {
  .accueil-hero__conteneur, .accueil-hero__image, .accueil-presentation__conteneur, .accueil-ateliers__conteneur, .accueil-events__conteneur {
    width: 650px;
  }
  .accueil-hero__image {
    height: 350px;
  }
  .accueil-ateliers__zone-texte {
    width: 310px;
    margin: 50px 0px;
  }
  .accueil-ateliers__image {
    width: 310px;
  }
  .accueil-events__diaporama {
    width: 310px;
  }
  .accueil-events__diaporama .n2-ss-align, .accueil-events__diaporama .n2-ss-align-visible {
    width: 310px !important;
    max-width: 310px !important;
    min-width: 310px !important;
    height: -webkit-fill-available !important;
    height: -moz-available !important;
    height: stretch !important;
  }
  .accueil-events__diaporama img.skip-lazy {
    width: 16px !important;
  }
  .accueil-events__zone-texte {
    width: 310px;
    margin: 50px 0px;
  }
}
@media (max-width: 767px) {
  .accueil-hero__conteneur, .accueil-presentation__conteneur {
    width: 100vw;
    margin: 0px 40px;
  }
  .accueil-hero {
    margin-top: 40px;
  }
  .accueil-hero__image {
    width: 100%;
    margin-top: 40px;
  }
  .accueil-presentation {
    margin-top: 40px;
  }
  .accueil-ateliers__conteneur {
    flex-direction: column;
    margin: 0px 20px;
  }
  .accueil-ateliers__zone-texte {
    width: 100%;
    padding: 0px 20px;
    margin: 40px 0px;
  }
  .accueil-ateliers__image {
    width: calc(100% - 40px);
    max-height: 50vh;
    min-height: 50%;
    margin-bottom: 40px;
  }
  .accueil-events__conteneur {
    flex-direction: column-reverse;
    margin: 0px 20px;
  }
  .accueil-events__zone-texte {
    width: 100%;
    padding: 0px 20px;
    margin: 40px 0px;
  }
  .accueil-events__diaporama {
    margin: 0px 20px;
    margin-bottom: 40px;
  }
  .accueil-events__diaporama img.skip-lazy {
    width: 16px !important;
  }
}
.atelier-header__conteneur, .stage-header__conteneur {
  width: 1025px;
  margin-top: 75px;
}
.atelier-header__image, .stage-header__image {
  margin-top: 75px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.atelier-contenu__conteneur, .stage-contenu__conteneur {
  width: 1025px;
  margin-top: 135px;
  justify-content: space-between;
  align-items: flex-start;
}
.atelier-infos, .stage-infos {
  position: sticky;
  top: 150px;
  padding-bottom: 50px;
}
.atelier-infos__conteneur, .stage-infos__conteneur {
  align-items: center;
}
.atelier-infos, .stage-infos {
  width: 260px;
}
.atelier-infos__h2, .stage-infos__h2 {
  margin-bottom: 5px;
}
.atelier-infos__h3, .stage-infos__h3 {
  margin-top: 25px;
}
.atelier-infos p, .stage-infos p {
  text-align: center;
}
.atelier-infos__bouton, .stage-infos__bouton {
  margin-top: 30px;
  font-weight: 500;
}
.atelier-presentation, .stage-presentation {
  width: 645px;
  margin-bottom: 60px;
}
.atelier-presentation-atelier__h2, .atelier-presentation-stage__h2, .stage-presentation-atelier__h2, .stage-presentation-stage__h2 {
  margin-bottom: 30px;
}
.atelier-presentation-atelier__texte, .atelier-presentation-stage__texte, .stage-presentation-atelier__texte, .stage-presentation-stage__texte {
  margin-bottom: 75px;
  text-align: center;
}
.atelier-presentation-intervenant__h2, .stage-presentation-intervenant__h2 {
  margin-bottom: 30px;
}
.atelier-presentation-intervenant1__conteneur, .atelier-presentation-intervenant2__conteneur, .stage-presentation-intervenant1__conteneur, .stage-presentation-intervenant2__conteneur {
  align-items: flex-start;
}
.atelier-presentation-intervenant1__photo, .atelier-presentation-intervenant2__photo, .stage-presentation-intervenant1__photo, .stage-presentation-intervenant2__photo {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.atelier-presentation-intervenant1__texte, .atelier-presentation-intervenant2__texte, .stage-presentation-intervenant1__texte, .stage-presentation-intervenant2__texte {
  margin-left: 40px;
  margin-right: 30px;
  width: 455px;
  text-align: justify;
}
.atelier-presentation-intervenant1__bloc-rsx, .atelier-presentation-intervenant2__bloc-rsx, .stage-presentation-intervenant1__bloc-rsx, .stage-presentation-intervenant2__bloc-rsx {
  margin-top: 5px;
}
.atelier-presentation-intervenant1__reseau, .atelier-presentation-intervenant2__reseau, .stage-presentation-intervenant1__reseau, .stage-presentation-intervenant2__reseau {
  font-weight: 700;
  transition: all 0.5s;
}
.atelier-presentation-intervenant1__reseau:hover, .atelier-presentation-intervenant2__reseau:hover, .stage-presentation-intervenant1__reseau:hover, .stage-presentation-intervenant2__reseau:hover {
  color: #FFB305;
}
.atelier-presentation-intervenant2__conteneur, .stage-presentation-intervenant2__conteneur {
  margin-top: 40px;
}

@media (max-width: 1209px) {
  .atelier-presentation, .stage-presentation {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .atelier-contenu__conteneur, .stage-contenu__conteneur {
    width: calc(100vw - 100px);
    padding: 0px 30px;
    gap: 40px;
  }
  .atelier-infos, .stage-infos {
    min-width: 250px;
  }
  .atelier-presentation, .stage-presentation {
    width: 100%;
    margin-left: 40px;
    margin-right: 0px;
  }
  .atelier-presentation-intervenant1__conteneur, .atelier-presentation-intervenant2__conteneur, .stage-presentation-intervenant1__conteneur, .stage-presentation-intervenant2__conteneur {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .atelier-presentation-intervenant1__texte, .atelier-presentation-intervenant2__texte, .stage-presentation-intervenant1__texte, .stage-presentation-intervenant2__texte {
    margin: 20px 0px 0px 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .atelier-contenu__conteneur, .stage-contenu__conteneur {
    width: calc(100vw - 80px);
    flex-direction: column;
    margin-top: 60px;
    row-gap: 60px;
  }
  .atelier-infos, .stage-infos {
    position: relative;
    top: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
  .atelier-infos__conteneur, .stage-infos__conteneur {
    flex-wrap: wrap;
  }
  .atelier-infos__conteneur > div, .stage-infos__conteneur > div {
    width: 100%;
  }
  .atelier-infos__h3, .stage-infos__h3 {
    margin-top: 20px;
  }
  .atelier-infos__bouton, .stage-infos__bouton {
    margin-top: 20px;
  }
  .atelier-presentation, .stage-presentation {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .atelier-presentation-presentation__h2, .atelier-presentation-presentation-intervenant__h2, .stage-presentation-presentation__h2, .stage-presentation-presentation-intervenant__h2 {
    margin-bottom: 20px;
  }
  .atelier-presentation-intervenant1__texte, .atelier-presentation-intervenant2__texte, .stage-presentation-intervenant1__texte, .stage-presentation-intervenant2__texte {
    width: 100%;
    text-align: left;
  }
}
.archive-ateliers-hero, .archive-stages-hero {
  margin-top: 100px;
}
.archive-ateliers-hero__conteneur, .archive-stages-hero__conteneur {
  width: 900px;
}
.archive-ateliers-hero__titre, .archive-ateliers-hero__texte, .archive-stages-hero__titre, .archive-stages-hero__texte {
  margin-bottom: 75px;
  text-align: center;
}
.archive-ateliers-filtres, .archive-stages-filtres {
  align-items: center;
  margin-bottom: 50px;
}
.archive-ateliers-filtres span, .archive-stages-filtres span {
  margin: 0px 20px;
  font-family: "OpenSauceOne", sans-serif;
  font-size: 40px;
  line-height: normal;
  text-transform: none;
  font-weight: 200;
}
.archive-ateliers-cards, .archive-stages-cards {
  margin-bottom: 75px;
}
.archive-ateliers-filtre__bouton, .archive-stages-filtre__bouton {
  transition: all 0.5s;
}
.archive-ateliers-filtre__bouton.active, .archive-stages-filtre__bouton.active {
  pointer-events: none;
  color: #FFB305;
}
.archive-ateliers-filtre__bouton:hover, .archive-stages-filtre__bouton:hover {
  color: #FFB305;
  transition: all 0.5s;
}

.archive-ateliers-card, .archive-stages-card {
  width: 900px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
}
.archive-ateliers-card__bloc-texte, .archive-stages-card__bloc-texte {
  width: 650px;
  padding: 30px;
}
.archive-ateliers-card__titre, .archive-stages-card__titre {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}
.archive-ateliers-card__intervenant, .archive-stages-card__intervenant {
  color: #FFB305;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.archive-ateliers-card__presentation, .archive-stages-card__presentation {
  text-align: justify;
  margin-bottom: 7px;
}
.archive-ateliers-card__jours p, .archive-ateliers-card__public p, .archive-ateliers-card__jour, .archive-stages-card__jours p, .archive-stages-card__public p, .archive-stages-card__jour {
  font-size: 21px;
}
.archive-ateliers-card__jours, .archive-ateliers-card__jour, .archive-stages-card__jours, .archive-stages-card__jour {
  margin-bottom: 9px;
}
.archive-ateliers-card__bloc-image, .archive-stages-card__bloc-image {
  width: 230px;
  position: relative;
}
.archive-ateliers-card__image, .archive-stages-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .archive-ateliers-hero__conteneur, .archive-ateliers-filtres, .archive-ateliers-cards, .archive-ateliers-card,
  .archive-stages-hero__conteneur, .archive-stages-filtres, .archive-stages-cards, .archive-stages-card {
    width: 650px;
  }
  .archive-ateliers-filtres, .archive-stages-filtres {
    justify-content: center;
  }
  .archive-ateliers-card__bloc-texte, .archive-stages-card__bloc-texte {
    width: 450px;
  }
  .archive-ateliers-card__bloc-image, .archive-ateliers-card__image, .archive-stages-card__bloc-image, .archive-stages-card__image {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .archive-ateliers-hero__conteneur, .archive-ateliers-filtres, .archive-ateliers-cards,
  .archive-stages-hero__conteneur, .archive-stages-filtres, .archive-stages-cards {
    width: 100%;
  }
  .archive-ateliers-hero, .archive-stages-hero {
    margin-top: 40px;
  }
  .archive-ateliers-hero__titre, .archive-stages-hero__titre {
    margin-bottom: 60px;
  }
  .archive-ateliers-hero__texte, .archive-stages-hero__texte {
    margin: 0px 40px 40px 40px;
  }
  .archive-ateliers-filtres, .archive-stages-filtres {
    flex-wrap: wrap;
    margin: 0px 40px;
    row-gap: 5px;
    margin-bottom: 40px;
  }
  .archive-ateliers-filtres > span, .archive-stages-filtres > span {
    font-size: 20px;
    margin: 0px 10px;
  }
  .archive-ateliers-filtres > span:nth-child(2), .archive-stages-filtres > span:nth-child(2) {
    display: none;
  }
  .archive-ateliers-filtre__bouton, .archive-stages-filtre__bouton {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 22px;
    letter-spacing: -1.5px;
  }
  .archive-ateliers-filtre__bouton:first-child, .archive-stages-filtre__bouton:first-child {
    width: 100%;
  }
  .archive-ateliers-cards, .archive-stages-cards {
    margin-bottom: 0px;
  }
  .archive-ateliers-card, .archive-stages-card {
    flex-wrap: wrap;
    width: 100%;
    padding: 0px;
  }
  .archive-ateliers-card__bloc-texte, .archive-stages-card__bloc-texte {
    width: 100%;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .archive-ateliers-card__bloc-image, .archive-stages-card__bloc-image {
    width: 100%;
    height: 150px;
    margin: 20px 0px;
    display: flex;
    order: 1;
  }
  .archive-ateliers-card__image, .archive-stages-card__image {
    width: 100%;
    height: 150px;
  }
  .archive-ateliers-card__decoration, .archive-stages-card__decoration {
    display: flex;
    order: 3;
    height: 80px;
  }
  .archive-ateliers-card__bouton, .archive-stages-card__bouton {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.planning {
  margin-top: 100px;
}
.planning__conteneur {
  width: 900px;
  margin-bottom: 75px;
}
.planning__titre, .planning__periode {
  text-align: center;
}
.planning__titre {
  margin-bottom: 75px;
}
.planning__periode {
  margin-bottom: 40px;
}
.planning__image {
  width: 1120px;
  margin-bottom: 30px;
}

.planning-dates__conteneur, .planning-infos__conteneur, .planning-tarif__conteneur {
  width: 900px;
  margin-bottom: 75px;
}
.planning-dates__titre, .planning-dates__texte, .planning-infos__titre, .planning-infos__texte, .planning-tarif__titre, .planning-tarif__texte {
  text-align: center;
}
.planning-dates__titre, .planning-infos__titre, .planning-tarif__titre {
  margin-bottom: 30px;
}
.planning-dates__bouton, .planning-infos__bouton, .planning-tarif__bouton {
  margin-top: 30px;
}

@media (max-width: 1209px) {
  .planning__image {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 1024px) {
  .planning-dates__conteneur, .planning-infos__conteneur, .planning-tarif__conteneur {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .planning {
    margin-top: 40px;
  }
  .planning__titre {
    margin-bottom: 60px;
  }
  .planning__image {
    width: calc(100vw - 40px);
  }
  .planning__conteneur, .planning-dates__conteneur, .planning-infos__conteneur, .planning-tarif__conteneur {
    width: calc(100vw - 40px);
    margin-bottom: 60px;
  }
}
.contact {
  margin-top: 100px;
}
.contact__hero {
  width: 900px;
  margin-bottom: 75px;
}
.contact-conteneur {
  width: 900px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 75px;
}
.contact-bloc, .contact-secretariat {
  width: 425px;
  text-align: center;
}
.contact-adresse__titre, .contact-reseaux__titre, .contact-secretariat__titre {
  margin-bottom: 15px;
}
.contact-adresse {
  margin-bottom: 40px;
}
.contact-reseaux__conteneur {
  gap: 15px;
}
.contact-reseaux__image {
  width: 30px;
  height: 30px;
  color: black;
  transition: all 0.5s;
}
.contact-reseaux__image:hover {
  color: #FFB305;
  transition: all 0.5s;
}
.contact-carte__titre {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .contact-conteneur {
    width: 650px;
  }
  .contact__hero {
    width: 650px;
  }
  .contact-adresse__titre, .contact-reseaux__titre, .contact-secretariat__titre {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 40px;
  }
  .contact__hero {
    width: calc(100vw - 80px);
    margin-bottom: 60px;
  }
  .contact-conteneur {
    width: calc(100vw - 80px);
    flex-direction: column;
  }
  .contact-bloc, .contact-secretariat {
    width: 100%;
  }
  .contact-reseaux {
    margin-bottom: 40px;
  }
}
.mentions-legales__conteneur, .politique-confidentialite__conteneur, .cai__conteneur, .erreur__conteneur {
  max-width: 900px;
  width: calc(100% - 80px);
  margin: 75px;
}

.erreur__conteneur {
  height: 500px;
}
.erreur__titre {
  font-size: 150px;
}
.erreur__texte {
  font-size: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .erreur__conteneur {
    margin: 40px;
  }
  .erreur__texte {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .erreur__conteneur {
    margin: 0px;
    width: 100%;
  }
  .erreur__titre {
    font-size: 100px;
  }
  .erreur__texte {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */