/**handles:labauleaudacieuse-style**/
/*!
Theme Name: La Baule Audacieuse
Theme URI: https://www.labauleaudacieuse.fr
Author: Marc-Aurele Geffroy
Author URI: https://marcaurelegeffroy.fr
Description: Theme sur mesure du site La Baule Audacieuse
Version: 2.0
Text Domain: labauleaudacieuse
Tags: custom
*/

@font-face {
  font-family: 'MyriadPro';
  src: url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Regular.otf')  format('opentype'),
	     url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Regular.woff') format('woff'), url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Regular.ttf')  format('truetype'), url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),  url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Bold.otf')  format('opentype'),
	     url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Bold.woff') format('woff'), url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Bold.ttf')  format('truetype'), url('https://www.labauleaudacieuse.fr/wp-content/themes/labauleaudacieuse/fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

html {
	line-height: 1.25;
	-webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
	margin: 0;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
body.menu-is-open {
    overflow-y: hidden;
}

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

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}
big {
	font-size: 125%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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: none;
}

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

legend {
	-webkit-box-sizing: border-box;
	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"] {
	-webkit-box-sizing: border-box;
	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;
}
summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'MyriadPro', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
    color: var(--bleu);
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    line-height: 1;
    margin: 0;
}
h1 {
    position: relative;
	font-size: 4rem;
    margin-top: 0;
    margin-bottom: 2rem;
}
.main-content h1, .post-type-archive-equipe h1, .single-equipe h1 {
    display: table;
}
h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.main-content h2 {
    margin-bottom: 1rem;
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.main-content h3 {
    margin-bottom: 1rem;
}
h4 {
    font-size: 1rem;
}
.h4 {
    font-size: clamp(1.2rem, 2vw, 3rem);
}
.charly {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 1rem;
}

.fontxs {
    font-size: .8rem;
}

p {
	margin-bottom: 1.5rem;
}
p:last-child {
    margin-bottom: 0;
}

.main-content p a {
    text-decoration: underline;
    transition: all ease-out .25s;
}
.main-content p a:hover {
    text-decoration-color: var(--jaune);
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

ul, ol {
	margin: 0 0 4rem 0;
    padding: 0;
}

ul {
	list-style: none;
}
ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

img {
	height: auto;
	max-width: 100%;
    border-style: none;
    vertical-align: bottom;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
    text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
#header:before,
#header:after,
#footer:before,
#footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
#header:after,
#footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}
svg {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*** LET'S PLAY WITH CSS !!! */

:root {
    --bleu: #212F55;
    --jaune: #FFD402;
    --shadow: 0 6px 24px 0 rgba(0,0,0,0.15);
}

.wrap {
    padding-left: 8vw;
    padding-right: 8vw;
}
.bigwrap {
    padding-left: 10vw;
    padding-right: 10vw;
}
@media(min-width: 648px) {
    .bigwrap {
        padding-left: 20vw;
        padding-right: 20vw;
    }
}
.cover {
    background-size: cover;
    background-position: 50%;
}
.coloredlayer::after {
    content: "";
    position: absolute;
    width:100%;height:100%;
    top:0;bottom:0;left:0;right:0;
    background: -webkit-gradient(linear, left top, right top, color-stop(8vw, var(--bleu)), color-stop(92vw, var(--bleu)));
    background: linear-gradient(to right, var(--bleu) 8vw, var(--bleu) 92vw);
    opacity: .75;
}

.full-menu {
    position: fixed;
    top:0;bottom:0;left:0;right:0;
    background: var(--bleu);
    color: #fff;
    padding: 0 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9998;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: .5;
    -webkit-transition: opacity linear .5s, -webkit-transform cubic-bezier(0.13, 0.57, 0.2, 1) .75s;
    transition: opacity linear .5s, -webkit-transform cubic-bezier(0.13, 0.57, 0.2, 1) .75s;
    transition: transform cubic-bezier(0.13, 0.57, 0.2, 1) .75s, opacity linear .5s;
    transition: transform cubic-bezier(0.13, 0.57, 0.2, 1) .75s, opacity linear .5s, -webkit-transform cubic-bezier(0.13, 0.57, 0.2, 1) .75s;
}
.menu-is-open .full-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}
.full-menu div {
    width: 100%;
}
.full-menu nav ul {
    text-align: center;
}
.full-menu nav ul li {
    font-size: 1.6rem;
}
.full-menu-cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4rem!important;
}
.full-menu-cta ul li.adhesion a {
    background: #fff!important;
    color: var(--bleu)!important;
}
.full-menu .full-menu-social {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 4rem;
}
.full-menu .full-menu-social a {
    width: 3rem;
    height: 3rem;
    background: #fff;
    padding: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 9999px;
    margin: 0 1rem;
}
.full-menu-contact {
    text-align: center;
    font-size: .8rem;
}

#header {
    position: fixed;
    top:0;left:0;right:0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    z-index: 9999;
    -webkit-transition: background ease-out .25s, -webkit-transform ease-out .5s;transition: background ease-out .25s, -webkit-transform ease-out .5s;transition: transform ease-out .5s, background ease-out .25s;transition: transform ease-out .5s, background ease-out .25s, -webkit-transform ease-out .5s;
}
#header.has-bg {
    background: rgba(33, 47, 85, .95);
}
#header.hide {
    -webkit-transform: translateY(-100%);transform: translateY(-100%);
}
.header-logo {
    margin: 0 auto 0 0;
    font-size: 2rem;
    font-weight: bold;
    padding: 1rem 0;
}
.header-logo {
    width: 15vw;
    min-width: 100px;
    max-width: 200px;
}
.header-nav {
    display: none;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1100px) {
    .header-nav {
        display: block;
    }
}
.header-nav ul {
    margin-bottom: 0;
}
.header-nav ul li {
    display: inline-block;
}
.header-nav ul li a {
    position: relative;
    padding: 1rem;
    -webkit-transition: all ease-out .25s;
    transition: all ease-out .25s;
    overflow: hidden;
}
.header-nav ul li a::after {
    content: '';
    position: absolute;
    bottom:0;left:0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.header-nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.header-cta {
    display: none;
    margin-left: auto;
}
@media (min-width: 1100px) {
    .header-cta {
        display: block;
    }
}
.header-cta ul, .full-menu-cta ul {
    margin-bottom: 0;
}
.header-cta ul li, .full-menu-cta ul li {
    float: left;
}
.header-cta ul li a, .full-menu-cta ul li a {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: .5rem;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.header-cta ul li a, .header-nav ul li a, .full-menu-cta ul li a {
    padding: .75rem 2rem;
}
.header-cta ul li.adhesion a, .full-menu-cta ul li.adhesion a {
    background: transparent;
    color: #fff;
}
.header-cta ul li.don a, .full-menu-cta ul li.don a {
    background: transparent;
    color: #fff;
    margin-left: .5rem;
}
.header-cta ul li a.adhesion::after {
    content: none;
}
.header-cta ul li a.adhesion::after:hover {
    content: none;
}
.header-cta ul li a:hover {
    background: #fff;
    color: var(--bleu);
}
.header-toggle-menu {
    display: block;
    margin-left: auto;
}
@media (min-width: 1100px) {
    .header-toggle-menu {
        display: none;
    }
}
.toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;
    cursor: pointer;
}
.toggle-menu .label {
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: .5rem;
}
.toggle-menu .barres {
    position: relative;
    -webkit-transform: .15s cubic-bezier(.645,.045,.355,1), background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
    transform: .15s cubic-bezier(.645,.045,.355,1), background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
}
.menu-is-open .toggle-menu .barres {
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent;
}
.toggle-menu .barres, .toggle-menu .barres::before, .toggle-menu .barres::after {
    width: 2rem;
    height: 2px;
    background: #fff;
}
.toggle-menu .barres::before, .toggle-menu .barres::after {
    content: '';
    position: absolute;
    -webkit-transition: -webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
    transition: -webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s;
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s, -webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
}
.toggle-menu .barres::before {
    top: -10px;
}
.menu-is-open .barres::before {
    -webkit-transform: translate3d(0,10px,0) rotate(45deg);
    transform: translate3d(0,10px,0) rotate(45deg);
}
.toggle-menu .barres::after {
    top: 10px;
}
.menu-is-open .toggle-menu .barres::after {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
}

#footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    background: var(--bleu);
    color: #fff;
    font-size: .8rem;
    position: relative;
}
.footer-logo {
    margin-bottom: 3rem;
}
.footer-logo a {
    width: 20vw;
    min-width: 200px;
    max-width: 400px;
    display: inline-block;
}
.footer-social .footer-social-titre {
    margin-bottom: 2rem;
}
.footer-social-items {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.footer-social-items a {
    width: 4rem;
    height: 4rem;
    background: #fff;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 9999px;
    margin: 0 1rem;
}
.footer-legals {
    font-size: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 900px) {
    .footer-legals {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-legals div:first-of-type {
        margin-right: auto;
    }
    .footer-legals div:last-of-type {
        margin-left: auto;
    }
}
.footer-credits {
    display: none;
    position: absolute;
    right: 5vw;
    bottom: 2rem;
    opacity: .5;
    text-transform: uppercase;
    font-size: .6rem;
    letter-spacing: 2px;
    font-weight: bold;
}

main {
    min-height: 40vh;
}
.main-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.single-ateliers h1 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.scrollmore {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    width: 10vw;
    height: 10vw;
    max-width: 6rem;
    max-height: 6rem;
    min-width: 4rem;
    min-height: 4rem;
    background: #fff;
    border-radius: 9999px;
    z-index: 10;
}
.scrollmore.smleft {
    left: 8vw;
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}
.scrollmore svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.scrollmore svg path {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
}

/*** INDEX ***/
.hero-index, .hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 95vh;
    color: #fff;
}
.hero {
    height: 62vh;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 2rem;
}
.hero h1 {
    line-height: .75;
}
.hero-index-text, .hero-text {
    position:relative;
    z-index: 1;
}
.hero-index-text h2, .hero-index-text h3 {
    line-height: .75;
    text-transform: uppercase;
    margin: 0;
}
.hero-index-text h2 {
    font-size: calc(3rem + 2vw);
}
.hero-index-text h2 span {
    font-weight: normal;
}
.hero-index-text h3 {
    font-size: calc(1.5rem + 2vw);
}
.hero-index .yellow, .hero .yellow {
    font-size: 6rem;
    color: #FFD402;
    line-height: .1;
}
.yellow {
   color: #FFD402; 
}
.hero-index .video-box {
    position: absolute;
    top:0;left:0;
    width: 100%;
    height: 95vh;
    overflow: hidden;
}
.hero-index .video-box video {
    position: absolute;
    top: 50%; left: 0;right: 0;bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width:100%;height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel {
    position: relative;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.panelh100 {
    min-height: 100vh;
}
.panel.cover::after {
    content: '';
    position: absolute;
    top:0;bottom:0;left:0;right:0;
    background: linear-gradient(to right, #212F55 8%, #FFD402 92%);
    opacity: .95;
}

.panel.cover .panel-text {
    color: #fff;
}
.panel > div:nth-of-type(1) {
    margin-bottom: 4rem;
}
.panel-illu, .panel-text, .panel-half {
    position:relative;
    width: 100%;
    z-index: 1;
}
.panel-illu .illu {
    border-radius: 1rem;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.panel-full {
    width: 100%;
}

@media (min-width: 700px) {
    .panel-illu, .panel-text {
        width: 62%;
    }
}

@media (min-width: 900px) {
    .panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .panel > div:nth-of-type(1) {
        margin-bottom: 0;
    }
    .panel-illu, .panel-text {
        width: calc((100% / 2) - 4vw);
    }
}

/* ATELIERS LISTE */
.ateliers > div {
    width: 100%;
}
.ateliers h2 {
    text-align: center;
    margin-top: 2rem;
}
.ateliers h3 {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    opacity: .5;
}
.ateliers-groupe-liste {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.atelier {
    position: relative;
    width: 62%;
    height: 200px;
    margin-bottom: 2rem;
    border-radius: 1rem;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease-out .25s;
    transition: all ease-out .25s;
}
.atelier::after {
    content: '';
    position: absolute;
    top:0;bottom:0;left:0;right:0;
    background: var(--bleu);
    opacity: .75;
    -webkit-transition: all ease-out .25s;
    transition: all ease-out .25s;
}
.atelier-text {
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 1vw;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.atelier-text h4 {
    font-size: 1.6rem;
    font-weight: normal;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.atelier p {
    font-size: .8rem;
    font-weight: bold;
    text-transform: capitalize;
}
.atelier a {
    position: absolute;
    left:0;right:0;top:0;bottom:0;
    width:100%;height:100%;
    z-index: 2;
}
.atelier:hover {
    -webkit-transform: translateY(-.25rem);
    transform: translateY(-.25rem);
}
.atelier:hover::after {
    opacity: .25;
}

@media (min-width:900px) {
    .ateliers-groupe-liste {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atelier {
        width: calc((100% - 3rem) / 4);
        height: 350px;
    }
}



.cta-footer {
    background: var(--jaune);
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.cta-footer-item {
    text-align: center;
    padding: 0 2rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 900px) {
    .cta-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .cta-footer-item {
        width: 50%;
        padding: 0 4rem;
    }
    .cta-footer .cta-footer-item.cta-footer-item-adhesion {
        border-right: 1px solid #fff;
    }
    .cta-footer .cta-footer-item.cta-footer-item-don {
        border-left: 1px solid #fff;
    }
}
.cta-footer .cta-footer-item p {
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
}
.cta-footer .cta-footer-item p span {
    font-weight: bold;
}
.cta-footer .cta-footer-item a {
    display: inline-block;
    padding: 1.6rem 3.2rem;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    text-transform: uppercase;
}
.cta-footer .cta-footer-item.cta-footer-item-adhesion a {
    border: 2px solid #fff;
    color: var(--bleu);
    background: #fff;
}
.cta-footer .cta-footer-item.cta-footer-item-don a {
    background: var(--bleu);
    color: #fff;
    border: 3px solid var(--bleu);
}

/*** SINGLE ATELIER ***/
.infos-atelier {
    position: relative;
    height: 38vh;
    font-size: 1.6rem;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.infos-atelier p {
    margin-top: 0;
}
.infos-atelier .scrollmore {
    -webkit-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%);
}

/*** FORMULAIRES ***/
form {
   width: 100%;
}
@media (min-width: 782px) {
    form {
        width: 75%;
     }
}
form label {
    font-size: .9rem;
    font-weight: bold;
}
form input, form textarea {
    width: 100%;
    margin-bottom: .5rem;
    border: 1px solid var(--bleu);
    padding: .5rem .5rem;
}
form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: .5rem;
    margin-bottom: 0;
}
form input[type="submit"] {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: var(--jaune);
    color: var(--bleu);
    padding: .75rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
}

.hoverZoomIn {
    -webkit-transition: -webkit-transform ease-out .25s;
    transition: -webkit-transform ease-out .25s;
    transition: transform ease-out .25s;
    transition: transform ease-out .25s, -webkit-transform ease-out .25s;
}
.hoverZoomIn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.hamburger {
  padding: 15px 15px 12px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--slider .hamburger-inner {
  top: 4px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

.wpcf7-form .grid {
    column-gap: 2rem;
}

.form-item {
    margin-bottom: 1rem;
    border-right: 0!important;
}
.wpcf7-form input[type="radio"], .wpcf7-form input[type="checkbox"] {
    display: none;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 2rem 0 0;
}
.wpcf7-list-item-label {
    cursor: pointer;
}
.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label::before, .wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before, .wpcf7-form input[type="radio"]:hover + .wpcf7-list-item-label::before, .wpcf7-form input[type="checkbox"]:hover + .wpcf7-list-item-label::before {
    background: var(--bleu);
}

.wpcf7-form input[type="radio"] + .wpcf7-list-item-label::before, .wpcf7-form input[type="checkbox"] + .wpcf7-list-item-label::before {
    background: none;
    border: 1px solid var(--bleu);
    border-radius: 50%;
    margin-top: -4px;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
    transition: .2s;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: " ";
}

.grid {
    display: grid;
}
.grid-2 {
    grid-template-columns: 1fr;
}
@media (min-width: 782px) {
    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}

/*** Customisation du formulaire d'adhésion */
.forminator-guttenberg {
    margin-top: clamp(2rem, 10vw, 80px);
}
#forminator-module-315 .forminator-label {
    font-size: 1.2rem!important;
}
#forminator-module-315 .forminator-field-consent .forminator-consent__label p {
    margin-top: 0!important;
}
.forminator-button {
    box-shadow: var(--shadow);
    letter-spacing: 2px;
    font-weight: bold;
}
.forminator-button:hover {
    transform: scale(1.05)!important;
}

html body .adhesion {
    display: block !important;
}