/*!
Theme Name: theme pop single
Theme URI: http://underscores.me/
Author: popcorn communication
Author URI: http://www.popcorn-communication.com
Description: Thème de base Popcorn Communication
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: theme-pop-single
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.

theme base 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/
*/

/* Base content
	 ========================================================================== */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
body.unset {
    overflow: hidden;
}
main {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    transition: 0.3s;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: 0.5em;
    vertical-align: top;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template,
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
    color: black;
    font-family: var(--font-text);
    font-size: 18px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--color-text);
}
h2 {
    color: black;
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.2px;
}
h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
}
p {
    margin-bottom: 12px;
    margin-top: 0;
}
h1 {
    font-size: 65px;
    font-weight: 900;
    line-height: 1.1;
    color: var(--color-main);
    margin-bottom: 6px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ul li {
    margin-bottom: 4px;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
a {
    color: var(--third-color);
}
/* a:hover, */
a:focus,
a:active {
    filter: brightness(0.85);
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.main-navigation {
    display: block;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    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 {
    display: block;
    left: auto;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
#page {
    overflow-x: hidden;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
.sticky {
    display: block;
}
.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;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.custom-logo-link {
    display: inline-block;
}
.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;
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
/* début style Popcorn ------------------------------------------------------------------------------------------ */
/* ------------------------------------------- polices */
/* ------------------------------------------ variables */
:root {
    --color-text: #000;
    --color-main: #854f43;
    --color-sec: #96a498;
    --color-third: #dcbfad;
    --color-fond: #fdecd7;
    --color-lightgrey: #c1c8c2;
    --font-text: "neulis-neue", sans-serif;
}

/* -------------------------------- animation appearence */
/* ajouter classe reveal-2 par ex */
[class*="reveal-"] {
    opacity: 0;
    transform: translateY(-30px);
}
.reveal-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: 1s;
}
.reveal-2 {
    transition-delay: 0.2s;
}
.reveal-3 {
    transition-delay: 0.4s;
}
.reveal-4 {
    transition-delay: 0.6s;
}
.reveal-5 {
    transition-delay: 0.8s;
}
.reveal-6 {
    transition-delay: 0.9s;
}
.reveal-7 {
    transition-delay: 1s;
}

/* --------------------------------------------------- header */
body.logged-in header.site-header {
    top: 32px;
}
.container {
    width: 90%;
    max-width: 1293px;
    margin: auto;
}
header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background: var(--color-main);
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    height: 102px;
}
header.site-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
header.site-header .main-navigation {
    display: flex;
    width: auto;
}
header.site-header .main-navigation .menu-menu-principal-container {
    display: flex;
    align-items: flex-end;
}
header.site-header .main-navigation li {
    margin-bottom: 0;
}
header.site-header .main-navigation ul {
    margin-right: 55px;
}
header.site-header .main-navigation li a {
    margin-right: 30px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}
header.site-header .main-navigation li a:hover {
    color: var(--color-third);
}
header.site-header .main-navigation #primary-menu > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transition: 0.5s;
}
header.site-header .main-navigation #primary-menu > li.menu-item-has-children > a {
    position: relative;
    margin-right: 43px;
}
header.site-header .main-navigation #primary-menu > li.menu-item-has-children > a::before {
    content: ">";
    font-family: "Dosis", sans-serif;
    position: absolute;
    right: -13px;
    transform: rotate(90deg);
}
header .widget-logo {
    display: flex;
    align-items: center;
    z-index: 99;
}
header.site-header .main-navigation ul.sub-menu {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0 0 0 0px;
    background-color: white;
    transition: 0.5s;
    opacity: 0;
}
header.site-header .main-navigation ul.sub-menu li a {
    margin: 0;
    text-transform: unset;
    width: auto;
    white-space: nowrap;
    padding: 0 12px;
    font-weight: 500;
    display: inline-block;
    line-height: 26px;
    margin-top: 8px;
}
header.site-header .main-navigation ul.sub-menu li:nth-of-type(1) a {
    margin-top: 0;
}
.menu_socials a {
    display: flex;
    align-items: center;
    color: var(--color-third);
}
.menu_socials p {
    margin: 0;
}
.menu_socials a svg {
    margin-left: 11px;
}
.menu_socials a svg path {
    transition: 0.3s;
}

.menu_socials a:hover {
    color: white;
}
.menu_socials a:hover svg path {
    fill: white;
}
/* -------------------------- menu responsive */
#menuToggle {
    display: block;
    width: 26px;
    height: 18px;
    position: absolute;
    top: 41px;
    right: 10vw;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
}
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -12px;
    left: -8px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
#menuToggle > span {
    display: block;
    background: white;
    width: 26px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
    transform-origin: 6px 0px;
    -webkit-transition:
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition:
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition:
        transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease;
    transition:
        transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.55s ease,
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menuToggle > span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle > span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(0.5px, 2px);
    transform: rotate(45deg) translate(0.5px, 2px);
}
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0) scale(0.2, 0.2);
    transform: rotate(0) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(-0.5px, 0.5px);
    transform: rotate(-45deg) translate(-0.5px, 0.5px);
}
#menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
#menuToggle input:checked ~ #menu {
    -webkit-transform: none;
    transform: none;
}
#menuToggle #menu {
    position: fixed;
    width: 100vw;
    padding: 5%;
    padding-top: 120px;
    background: var(--color-main);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition:
        transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    right: 0;
    height: 100vh;
    top: 0;
    overflow-y: scroll;
}
.logged-in #menuToggle #menu {
    padding-top: calc(120px + 46px);
}
header.site-header .bloc-1 {
    margin: 5.65vh auto;
    text-align: center;
}
#menuToggle #menu > a {
    margin-bottom: 23.43vh;
    display: inline-block;
    z-index: 9;
    position: relative;
}
#menuToggle #menu #primary-menu {
    margin: 0;
    padding: 0;
    z-index: 9;
    position: relative;
}
#menuToggle #menu #primary-menu li {
    list-style-type: none;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
}
#menuToggle #menu #primary-menu li a {
    font-size: 25px;
    line-height: 1.3;
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: white;
}
#menuToggle #menu #primary-menu li:nth-last-of-type(1) a {
    background-color: white;
    padding: 13px 20px 16px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #000;
    color: black;
}
#menuToggle #menu #primary-menu li.active a {
    color: var(--color-text);
}
#menuToggle #menu #primary-menu li .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
#menuToggle #menu #primary-menu li .sub-menu a {
    font-weight: 500;
}
#menuToggle #menu #primary-menu li .sub-menu li:nth-of-type(1) {
    margin-top: 12px;
}
#menuToggle #menu #primary-menu li.visible .sub-menu {
    max-height: 500px;
    transition: 0.3s;
}
#menuToggle #menu #primary-menu ul {
    margin: 0;
    padding-left: 20px;
}
#menuToggle .find_us {
    margin-top: 15.72vh;
}
#menuToggle .find_us p {
    font-size: 20px;
}
#menuToggle .rs {
    margin-top: 31px !important;
}
body.menu_open {
    overflow: hidden;
}
@media only screen and (min-width: 1099px) {
    #menuToggle {
        display: none;
    }
}

/* --------------------------------------------------- footer */
.site-footer .site_info {
    background-color: var(--color-main);
}
.site-footer .site_info .container {
    display: flex;
}
.site-footer .site_info .container .content {
    display: flex;
    max-width: 1024px;
    justify-content: space-between;
    width: 100%;
    padding: 22px 0;
}
.site-footer .site_info figure {
    margin: 0;
}
.site-footer .site_info .tel,
.site-footer .site_info .mail,
.site-footer .site_info .menu_socials {
    display: flex;
    align-items: center;
}
.site-footer .site_info .tel p,
.site-footer .site_info .mail p {
    margin: 0;
    color: white;
}
.site-footer .site_info .tel svg,
.site-footer .site_info .mail svg {
    margin-right: 14px;
    transition: 0.3s;
}
.site-footer .site_info .tel:hover svg,
.site-footer .site_info .mail:hover svg {
    transform: rotate(20deg);
    transition: 0.3s;
}
.site-footer .site_info .mail figure {
    display: flex;
    line-height: 0;
}
.site-footer .foot_bar {
    background-color: var(--color-fond);
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.site-footer .foot_bar > div > a:nth-of-type(1),
.site-footer .foot_bar > p {
    margin: 0 36px;
}
.site-footer .foot_bar a,
.site-footer .foot_bar p {
    font-size: 16px;
    line-height: 2;
    margin: 0 5px;
    letter-spacing: -0.2px;
}
.site-footer .foot_bar a {
    display: inline-block;
    text-decoration: underline;
}
.site-footer .foot_bar a:hover {
    text-decoration: unset;
}
/* section top --------------------------- */
section.top {
    position: relative;
    min-height: 100vh;
    background-image: url(img/fond_hero.png);
    background-size: cover;
    display: flex;
}
section.top::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 272px;
    background: linear-gradient(to top, #dcbfad 0%, transparent 100%);
    z-index: 0;
}
.logged-in section.top {
    min-height: calc(100vh - 32px);
}
section.top .container {
    margin-top: 0;
    margin-bottom: 0;
}
section.top .title h1,
section.top .title p {
    margin: 0;
}
section.top .title h1:nth-of-type(2) {
    color: #000;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 8.7vh;
}
section.top .text {
    max-width: 598px;
}
section.top .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 102px;
    height: calc(100% - 102px);
    z-index: 2;
}
section.top .hero .left {
    width: 58%;
}
section.top .left p {
    margin: 0;
}
section.top .left a {
    padding: 16px 47px 15px;
    background-color: var(--color-lightgrey);
    border-radius: 50px;
    margin-top: 56px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}
section.top .left a:hover {
    background: #96a498;
    transition: 0.3s;
    color: white;
}
section.top .hero .right {
    width: 39.6%;
    max-width: 515px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.top .hero .right h2 {
    font-size: 25px;
}
section.top .text2 {
    margin-left: -40px;
    width: 121%;
}

/* section.presentation --------------------- */
section.presentation {
    padding-top: 112px;
    position: relative;
}
section.presentation .container {
    z-index: 2;
    position: relative;
}
section.presentation .title {
    margin-top: 0;
    position: relative;
}
section.presentation .title p {
    color: var(--color-main);
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
}
section.presentation .title h2 {
    margin: 15px 0 90px;
}
section.presentation .text {
    display: flex;
    justify-content: space-between;
}
section.presentation .text .left {
    width: 45.47%;
}
section.presentation .text .right {
    width: 46.2%;
}
section.presentation .text p img {
    width: 100%;
    margin: 22px 0;
}
section.presentation .text h3 {
    margin-top: 52px;
    color: var(--color-main);
    max-width: 415px;
    font-weight: 400;
}

/* section.faq --------------------- */
section.faq {
    background-color: var(--color-fond);
    margin-top: 112px;
    position: relative;
}
section.faq .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
section.faq .container > p:nth-of-type(1),
section.actus .container > p:nth-of-type(1) {
    color: var(--color-main);
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    margin: 71px 0 9px;
}
section.actus .container > p:nth-of-type(1) {
    margin-top: 0;
}
section.faq .container > p strong,
section.actus .container > p strong {
    font-weight: 700;
}
section.faq .container > h2 {
    margin: 0 0 47px;
}
section.faq .top {
    display: flex;
    margin-bottom: 35px;
}
section.faq ul {
    list-style-type: none;
    padding: 0;
}
section.faq ul ul {
    list-style-type: disc;
    padding-left: 18px;
    padding-right: 18px;
}
section.faq ul#accordeon {
    margin: auto;
    padding-bottom: 30px;
}
section.faq #accordeon li {
    margin-bottom: 16px;
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 8px;
}
section.faq #accordeon li.open {
    border-color: var(--color-sec);
}
section.faq #accordeon li strong {
    font-weight: normal;
}
section.faq #accordeon > li:nth-last-of-type(1) .hidden.active {
    border-bottom: 1px solid #707070;
}
section.faq li .head.open p {
    color: var(--color-sec);
}
section.faq .sous-titre {
    margin-bottom: 28px;
}
section.faq .head h3 {
    position: relative;
    word-wrap: break-word;
    padding-right: 50px;
    text-transform: none;
    font-size: 20px;
    margin: 0;
    color: white;
    font-weight: 600;
    line-height: 140%;
}
section.faq .head.open h3 {
    color: var(--color-text);
}
section.faq .head h3::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(img/chevron_down.svg);
    background-size: 100% 100%;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    transition: 0.3s;
}
section.faq .head.open h3::after {
    background-image: url(img/chevron.svg);
}
section.faq li.open .head h3::after {
    transition: 0.3s;
    transform: rotate(0deg);
}
section.faq .hidden p {
    padding: 0 120px 16px 16px;
    margin: 0;
    font-size: 18px;
}
section.faq .hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
section.faq .head {
    position: relative;
    cursor: pointer;
    padding: 16px;
    background: var(--color-main);
    z-index: 9;
    border-radius: 7px;
    transition: background 0.3s ease-in-out;
}
section.faq li .head.open {
    background: #fff;
    border-radius: unset;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
section.faq .hidden p a,
.item a {
    text-decoration: underline;
}
section.faq .hidden p a:hover,
.item a:hover {
    text-decoration: unset;
}
section.faq .open .hidden {
    visibility: visible;
    height: auto;
    max-height: 500px;
    overflow: none;
    opacity: 1;
    border-radius: 8px;
}
section.faq .container > p a {
    padding: 16px 47px 15px;
    background-color: white;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 42px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}
section.faq .container > p a:hover {
    background: var(--color-main);
    transition: 0.3s;
    color: white;
}

/* section.services --------------------- */
section.services {
    padding-bottom: 80px;
    margin-bottom: 65px;
    padding-top: 112px;
    margin-top: 58px;
}
section.services > p,
section.reservation .container > p:nth-of-type(1) {
    color: var(--color-sec);
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    margin: 170px 0 9px;
}
section.reservation .container > p:nth-of-type(1) {
    padding-top: 112px;
    margin-top: 58px;
}
section.services > p {
    margin-top: 0;
}
section.services > p strong,
section.reservation .container > p:nth-of-type(1) strong {
    font-weight: 700;
}
section.services > h2 {
    margin: 0 0 40px;
}
section.services .carrousel {
    background: rgba(150, 164, 152, 0.6);
    position: relative;
}
section.services .carrousel .swiper {
    overflow: visible;
}
section.services .carrousel .left img {
    max-height: 340px;
}
section.services .carrousel .servicesSwiper {
    width: 100%;
    position: relative;
}
section.services .carrousel .service-item {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1046px;
    padding: 64px 0 63px;
    margin: auto;
}
section.services .carrousel .service-item .left {
    width: 40%;
}
section.services .carrousel .service-item .right {
    width: 60%;
}
section.services .carrousel .service-item img {
    width: 100%;
    height: auto;
}
section.services .carrousel h3 {
    margin: 20px 0 47px;
}
section.services .carrousel ul {
    margin: 0 0 39px 0;
    padding-left: 17px;
}
section.services .carrousel ul li::marker {
    font-size: 15px;
}
section.services .carrousel .swiper-pagination {
    position: absolute;
    bottom: -75px;
}
section.services .carrousel .swiper-pagination .swiper-pagination-bullet {
    background: rgba(150, 164, 152, 0.4);
    height: 20px;
    width: 20px;
    opacity: 1;
}
section.services .carrousel .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-sec);
}

/* ── Section Avis ------------------------------- */
section.avis {
    padding-top: 112px;
    padding-bottom: 65px;
}
section.avis .container {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
}
section.avis .container > p {
    color: var(--color-main);
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
    margin: 0 0 9px;
}
section.avis .container > p strong {
    font-weight: 700;
}
section.avis h2 {
    margin: 0 0 56px;
}
section.avis .avis-card {
    background: #f3f1f1;
    border-radius: 12px;
    padding: 22px 24px 46px;
    box-sizing: border-box;
    position: relative;
}
section.avis .avis-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
section.avis .avis-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
section.avis .avis-card__avatar--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    font-size: 22px;
}
section.avis .avis-card__name {
    display: block;
    font-weight: 700;
    line-height: 1.3;
}
section.avis .avis-card__date {
    display: block;
    font-size: 16px;
    color: #999;
}
section.avis .avis-card__stars {
    color: #f5a623;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
section.avis .avis-card__stars span {
    color: #ddd;
}
section.avis .avis-card__texte {
    margin: 0;
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
section.avis .avis-card__texte.expanded {
    max-height: 1000px;
}
section.avis .avis-lire-plus {
    background: none;
    border: none;
    color: #999;
    font-size: 15px;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    bottom: 24px;
    left: 24px;
}
section.avis .swiper {
    overflow: visible;
}
section.avis .avis-prev,
section.avis .avis-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    color: #333;
    top: 124px;
    transition:
        background 0.2s,
        color 0.2s;
}
section.avis .avis-prev:hover,
section.avis .avis-next:hover {
    background: #333;
    color: #fff;
}
section.avis .avis-prev::after,
section.avis .avis-next::after {
    font-size: 14px;
    font-weight: 700;
}
section.avis .avis-prev {
    left: -20px;
}
section.avis .avis-next {
    right: -20px;
}
section.avis .avisSwiper .swiper-slide {
    height: auto;
    align-self: flex-start;
}

/* Section Actualités ---------------------------------------- */
#actus {
    position: absolute;
    top: -51px;
}
section.actus {
    position: relative;
    padding-top: 71px;
}
section.actus .container {
    max-width: 1054px;
}
section.actus .actus-card {
    background: rgba(150, 164, 152, 0.1);
    padding: 0;
    box-sizing: border-box;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    display: block;
    position: relative;
}
section.actus .container > h2 {
    margin: 0 0 36px;
}
section.actus .actus-card:hover {
    transform: translateY(-5px);
    box-shadow: -7px 8px 14px rgba(0, 0, 0, 0.06);
}
section.actus .actus-card__meta {
    position: relative;
}
section.actus .actus-card__meta svg {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 19px;
    z-index: 9;
    transition: 0.3s;
}
section.actus .actus-card:hover .actus-card__meta svg {
    transform: translateY(-50%) rotate(20deg);
    transition: 0.3s;
}
section.actus .actus-card__image {
    position: relative;
    overflow: hidden;
    height: 246px;
}
section.actus .actus-card__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
section.actus .actus-card:hover .actus-card__thumbnail {
    transform: scale(1.02);
}
section.actus .actus-card__thumbnail--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    font-size: 48px;
    height: 200px;
}
section.actus .actus-card__content {
    padding: 20px;
}
section.actus .actus-card__title {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    z-index: 9;
}
section.actus .actus-card__date {
    font-size: 16px;
    color: var(--color-main);
    position: absolute;
    left: 17px;
    top: -30px;
}
section.actus .actus-card__excerpt {
    margin: 0 0 15px 0;
    line-height: 1.5;
}
section.actus .filter {
    background: #96a498;
    position: absolute;
    inset: 0;
    opacity: 0.8;
}
section.actus .swiper-slide:nth-of-type(2) .filter {
    background: #854f43;
}
section.actus .swiper-slide:nth-of-type(3) .filter {
    background: #cda68d;
}
section.actus .swiper {
    overflow: visible;
    margin-top: 79px;
}
section.actus .actusSwiper .swiper-slide {
    height: auto;
    align-self: flex-start;
    width: calc(33.333% - 16px) !important;
}
@media (max-width: 1023px) {
    section.actus .actusSwiper .swiper-slide {
        width: calc(50% - 10px) !important;
    }
}
section.avis .avisSwiper .swiper-wrapper {
    align-items: flex-start;
}
/* section.reservation ------------------------- */
section.reservation h2 {
    margin: 15px 0 36px;
}

/* shape --------------------- */
.shape {
    position: absolute;
}
.shape.one {
    left: 0;
    top: 0;
    width: 36.1vw;
}
.shape.one path {
    stroke: rgba(150, 164, 152, 0.5);
}
.shape.two {
    right: 0;
    top: 325px;
    width: 50vw;
}
.shape.two path {
    stroke: rgba(220, 191, 173, 0.5);
}
.shape.three {
    left: 0;
    bottom: -45px;
    width: 33.8vw;
}
.shape.four {
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% - 75px));
    width: 44.1vw;
}
.shape.four path {
    stroke: rgba(253, 236, 215, 0.5);
}
.shape.five {
    left: 0;
    top: 168px;
    width: 34.51vw;
}
.shape.six {
    right: 0;
    top: 77px;
    width: 31.6vw;
}
.shape.single {
    right: 0;
    top: 376px;
    z-index: -1;
    width: 50vw;
}
.shape.single.one {
    top: 0;
    z-index: -1;
    left: 0;
    width: 35.8vw;
}
.back-btn-wrapper a {
    display: inline-block;
}
.back-btn-wrapper a:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

/* single -------------------------------------------- */
.single-article {
    margin: 134px auto 135px;
}
.single-article::before {
    content: "";
    position: absolute;
    top: 102px;
    left: 0;
    width: 100%;
    height: 272px;
    background: linear-gradient(180deg, #dcbfad 2.77%, rgba(217, 217, 217, 0) 96.96%);
    z-index: -1;
}
.logged-in .single-article::before {
    top: 134px;
}
.single-article .content_article {
    max-width: 800px;
    margin: 33px auto 0;
}
.article-date p {
    font-size: 16px;
    color: var(--color-main);
    margin: 0;
}
.single-article h1 {
    font-size: 35px;
    margin: 0 0 44px;
    font-weight: 700;
    line-height: 130%;
}
.article-content h2 {
    font-weight: 700;
    font-size: 25px;
}
.article-content figure {
    margin: 35px 0;
}
.foot_article .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot_article .top .text {
    width: 75.5%;
}
.foot_article .top figure {
    width: 16.9%;
}
.foot_article h3 {
    font-size: 25px;
    font-weight: 400;
}

/* Template legal     ---------------------------------------- */
.page-template-legal .site > .container {
    margin-top: 120px;
    margin-bottom: 80px;
}
.page-template-legal h1 {
    font-size: 60px;
    margin-top: 150px;
    margin-bottom: 40px;
}
.page-template-legal h2 {
    text-align: left;
    margin-top: 50px;
}
.page-template-legal #page > .container {
    margin-bottom: 80px;
}

/* media queries ----------------------------------------------*/
@media only screen and (min-width: 2000px) {
    .container {
        max-width: 1440px;
    }
}
@media only screen and (max-width: 1400px) {
    h1 {
        font-size: 58px;
    }
    section.top .hero .right {
        width: 32%;
    }
}
@media only screen and (max-width: 1300px) {
    h1 {
        font-size: 52px;
    }
    section.top .hero .left {
        width: 65%;
    }
    section.top .title h1:nth-of-type(2) {
        font-size: 28px;
    }
    section.top .hero .right h2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1200px) {
    header.site-header .main-navigation ul {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1125px) {
    .calendly-inline-widget {
        height: 1265px !important;
    }
}

@media only screen and (max-width: 1100px) {
    #site-navigation,
    .menu_socials {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    section.top .hero {
        margin-top: 168px;
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    section.top .hero .right {
        margin: 0;
        padding-bottom: 45px;
        width: 100%;
        height: auto;
        max-width: 385px;
    }
    section.top .title h1,
    section.top .title h2,
    section.top .hero h2 {
        text-align: center;
    }
    section.top .hero .left {
        text-align: center;
        margin-bottom: 45px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    section.faq .hidden p {
        padding-right: 16px;
    }
    section.top .title h1:nth-of-type(2) {
        margin-bottom: 45px;
    }
    section.top .text {
        max-width: 745px;
    }
}
@media only screen and (max-width: 991px) {
    section.presentation .text {
        flex-direction: column;
    }
    section.presentation .text .left,
    section.presentation .text .right {
        width: 100%;
    }
    p {
        font-size: 16px;
    }
    section.presentation .text h3 {
        text-align: center;
        margin: 45px auto 0;
    }
    section.actus .actus-card__title {
        width: 90%;
    }
    .foot_article h3 {
        font-size: 22px;
    }
    .foot_article .top figure {
        width: 21.9%;
    }
}
@media only screen and (max-width: 899px) {
    .site-footer .site_info .container .content {
        flex-wrap: wrap;
        gap: 30px;
    }
    .site-footer .site_info .container .content > .head_widget {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-legal h1 {
        font-size: 50px;
    }
    section.faq {
        margin-top: 90px;
    }
    section.faq ul#accordeon {
        padding-bottom: 57px;
    }
    h3 {
        font-size: 25px;
    }
    section.top h1 {
        font-size: 40px;
    }
    section.top .hero .right {
        width: 100%;
    }
    body.logged-in header.site-header {
        top: 46px;
    }
    section.services {
        margin: 33px auto;
    }
    section.reservation .container > p:nth-of-type(1) {
        margin-top: 33px;
    }
    section.presentation .title p,
    h1,
    section.services > p,
    section.reservation .container > p:nth-of-type(1),
    section.avis .container > p,
    section.faq .container > p:nth-of-type(1),
    section.actus .container > p:nth-of-type(1) {
        font-size: 38px;
    }
    section.faq .head h3,
    section.faq .container > p a,
    section.top .left a {
        font-size: 18px;
    }
    section.faq .hidden p {
        font-size: 16px;
    }
    h2 {
        font-size: 22px;
    }
    section.top .title h1:nth-of-type(2) {
        font-size: 26px;
    }
    section.services .carrousel .service-item {
        flex-direction: column;
        gap: 20px;
    }
    section.services .carrousel .service-item .left,
    section.services .carrousel .service-item .right {
        width: 100%;
        max-width: 400px;
    }
    section.services .carrousel .service-item .left {
        width: 70%;
    }
    .site-footer .foot_bar {
        flex-direction: column;
        height: auto;
        height: 115px;
    }
    .site-footer .foot_bar .sep {
        display: none;
    }
    .site-footer .site_info .tel,
    .site-footer .site_info .mail,
    .site-footer .site_info .menu_socials {
        width: 214px;
    }
    .site-footer .site_info .container .content {
        flex-direction: column;
        align-items: center;
    }
    .site-footer .site_info .menu_socials {
        justify-content: center;
    }
    section.actus .swiper {
        margin-bottom: 0;
    }
    .foot_article h3 {
        font-size: 18px;
    }
    section.avis {
        padding-bottom: 33px;
    }
    @media only screen and (max-width: 735px) {
        .calendly-inline-widget {
            margin-top: 66px !important;
            height: 1200px !important;
        }
    }
}
@media only screen and (max-width: 699px) {
    section.actus .actusSwiper .swiper-slide {
        width: 100% !important;
    }
    section.actus .swiper {
        max-width: 385px;
    }
}
@media only screen and (max-width: 699px) {
    .foot_article .top {
        flex-direction: column;
    }
    .foot_article .top figure {
        width: 150px;
    }
    .foot_article .top .text {
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 499px) {
    section.top .title h1:nth-of-type(2) {
        font-size: 22px;
    }
    section.top .hero .right h2 {
        font-size: 18px;
    }
    section.presentation .title p,
    h1,
    section.services > p,
    section.reservation .container > p:nth-of-type(1),
    section.avis .container > p,
    section.faq .container > p:nth-of-type(1),
    section.actus .container > p:nth-of-type(1),
    section.top h1 {
        font-size: 32px;
    }
    h2,
    h3 {
        font-size: 20px;
    }
    section.top .text2 {
        margin-left: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 399px) {
}
