/*!
Theme Name: granit
Theme URI: http://underscores.me/
Author: popcorn communication
Author URI: https://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: granit
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.

granit 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;
}
html.home {
    overflow-y: scroll; /* Cache visuellement la scrollbar */
    scrollbar-width: none; /* Firefox : supprime la scrollbar */
    -ms-overflow-style: none; /* IE et Edge : supprime la scrollbar */
}
html.home::-webkit-scrollbar {
    display: none; /* Chrome, Safari : supprime la scrollbar */
}
body.home,
.home #page,
section.en_avant,
footer.site-footer {
    background-image: url(img/fond.png);
    background-repeat: repeat;
}
body.unset {
    overflow: hidden;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: var(--black);
}
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: var(--black);
    font-family: var(--font-text);
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: var(--font-title);
}
p {
    margin: 0 0 4px 0;
    font-weight: 500;
    font-feature-settings: "onum";
}
a {
    font-weight: 500;
    transition: 0.3s;
    font-feature-settings: "onum";
}
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;
    font-feature-settings: "onum";
}
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: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;
}
/* 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 */
@font-face {
    font-family: "cassannet_plusregular";
    src: url("fonts/cassannet_plus_regular-webfont.eot");
    src:
        url("fonts/cassannet_plus_regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("fonts/cassannet_plus_regular-webfont.woff2") format("woff2"),
        url("fonts/cassannet_plus_regular-webfont.woff") format("woff"),
        url("fonts/cassannet_plus_regular-webfont.ttf") format("truetype"),
        url("fonts/cassannet_plus_regular-webfont.svg#cassannet_plusregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "raleway";
    src: url("fonts/Raleway-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}
/* ------------------------------------------ variables */
:root {
    --black: #141215;
    --granit: #c27e2b;
    --quartz: #848f73;
    --ceramique: #d4b890;
    --title: #999966;
    --font-title: "cassannet_plusregular", sans-serif;
    --font-text: "raleway", 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: 66px;
}
.container {
    width: 1550px;
    max-width: 90%;
    margin: auto;
}
header.site-header {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 11;
    width: 100%;
    position: fixed;
    pointer-events: none;
}
header.site-header.scrolled h2,
header.site-header.scrolled h1 {
    opacity: 0;
    transition: 0.3s;
}
header.site-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
header.site-header .container .logo_svg img {
    width: 80px;
    height: 80px;
}
header.site-header .container h1,
header.site-header .container h2 {
    font-family: var(--font-text);
    font-size: 14px;
    font-weight: 500;
    margin-left: 23px;
    transition: 0.3s;
    text-transform: none;
}
header .widget-logo {
    display: flex;
    align-items: center;
    z-index: 99;
    margin-left: 8.78vw;
}
header .widget-logo .logo_svg,
#menuToggle {
    pointer-events: all;
}
header .widget-logo .logo_svg figure {
    margin: 0;
}
/* -------------------------- menu responsive */
#menuToggle {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
    background-color: var(--black);
    padding: 30px;
    margin-right: 2.635vw;
    transition: background-color 0.3s;
}
#menuToggle input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
.home #menuToggle.white {
    background-color: white;
    transition: background-color 0.3s;
}
.home #menuToggle.white > span {
    background-color: var(--black);
}
.home #menuToggle.white.visible > span {
    background-color: white;
}
#menuToggle > span {
    display: block;
    background: white;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 6px 0px;
    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;
}
#menuToggle > span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle > span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(5.5px, 0px);
}
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(2.3px, 4px);
}
#menuToggle #menu {
    position: absolute;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    right: 7.6vw;
    background-color: white;
    height: 100vh;
    margin: 0;
    top: -39px;
    z-index: 9;
    padding-right: 50px;
    padding-left: 0;
    background: transparent;
    display: none;
}
#menuToggle #menu .menu-container-2 {
    overflow-x: visible;
    padding-bottom: 100px;
    width: 280px;
    border-right: 3px solid var(--main-color);
    background: white;
    overflow-y: scroll;
    height: 100vh;
}
header.site-header .bloc-1 {
    margin: 5.65vh auto;
    text-align: center;
}
#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;
    border-top: 1px solid #e5e5bf;
    border-bottom: 1px solid #e5e5bf;
    width: 100%;
    padding: 10px 0 10px 20px;
}
#menuToggle #menu #primary-menu li a {
    color: white;
    font-size: 15px;
    font-family: var(--font-title);
    text-transform: uppercase;
    line-height: 21px;
    padding: 10px 0;
}
#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;
}
body.menu_open {
    overflow: hidden;
}
h1.hide,
h2.hide {
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.5s;
}
.container-menu {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    display: flex;
    pointer-events: none;
    height: 100vh;
}
#menuToggle.visible .container-menu {
    pointer-events: all;
    overflow-y: auto;
}
.container-menu #menu-left {
    width: 50%;
    transform: translateY(-100%);
    background: white;
    transition: transform 1s cubic-bezier(0.92, 0.13, 0.08, 0.88);
    padding: 22.9vh 0 0 13.175%;
    background-image: url(img/fond.png);
}
.container-menu #menu-right {
    width: 50%;
    transform: translateY(100%);
    background: var(--black);
    transition: transform 1s cubic-bezier(0.92, 0.13, 0.08, 0.88);
    padding: 22.9vh 0 0 8.345%;
}
#menuToggle.visible .container-menu #menu-left,
#menuToggle.visible .container-menu #menu-right {
    transform: translateY(0);
    transition: transform 1s cubic-bezier(0.92, 0.13, 0.08, 0.88);
    display: flex;
    justify-content: center;
    min-height: 50vh;
}
#menuToggle.visible .container-menu #menu-left {
    overflow-y: auto;
}
#menuToggle.visible .container-menu #menu-right {
    justify-content: flex-start;
}
#menuToggle.visible .container-menu #menu-left .logo_svg {
    position: absolute;
    top: 32px;
    left: 118px;
}
.logged-in #menuToggle.visible .container-menu #menu-left .logo_svg {
    top: 64px;
}
.container-menu h3 {
    font-size: 30px;
    color: var(--ceramique);
    line-height: 1.2;
    margin: 0 0 23px 0;
    font-weight: 400;
}
.container-menu a,
.container-menu p strong,
.container-menu h3 {
    text-transform: uppercase;
}
.container-menu p strong {
    color: var(--ceramique);
}
.container-sous-menu {
    width: 255px;
}
.container-menu ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 44px;
}
.container-menu ul li::marker {
    content: none;
}
.container-menu ul li::before {
    content: "•";
    font-size: 17px;
    margin-right: 4px;
}
.container-menu .menu_droite ul {
    margin-bottom: 29.29vh;
}
.container-menu .menu_droite ul li::before {
    color: white;
}
.container-menu .menu_droite p,
.container-menu .menu_droite a {
    color: white;
}
.container-menu .lien_menu {
    position: absolute;
    top: 8.6%;
    left: 16.69%;
}
.container-menu .lien_menu a {
    color: rgba(255, 255, 255, 0.5);
    text-transform: initial;
    position: relative;
    font-size: 14px;
}
.container-menu .lien_menu a::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -8px;
    left: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.container-menu #menu-right .reseaux_menu p {
    color: white;
    text-transform: uppercase;
    display: flex;
    margin-right: 13px;
    line-height: 1.4;
}
.container-menu #menu-right .reseaux_menu a:nth-of-type(1) {
    margin-left: 13px;
}
.container-menu #menu-right .reseaux_menu a {
    margin-right: 7px;
    font-size: 0;
}

/* --------------------------------------------------- footer */
footer.site-footer {
    padding-top: 150px;
}
footer .site-info {
    background-color: var(--black);
    padding: 34px 0;
}
footer .site-info .logo_svg_blanc img {
    width: 80px;
}
footer .site-info .container {
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-between;
    width: 90%;
    max-width: 1114px;
}
.site-footer .foot_bar {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}
.site-footer .foot_bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1114px;
    width: 90%;
}
.site-footer .foot_bar a,
.site-footer .foot_bar p {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
}
.site-footer .foot_bar p {
    margin-bottom: 0;
}
.site-footer .foot_bar .container > p > a {
    margin-left: 5px;
    font-weight: 700;
    margin-right: 12px;
}
.site-footer .foot_bar .mentions a {
    margin-right: 30px;
    font-weight: bold;
}
.site-footer .foot_bar .mentions a:nth-last-of-type(1) {
    margin-right: 0;
}
.site-footer .foot_bar a {
    transition: 0.3s;
    display: inline-block;
    color: #676767;
}
.site-footer .foot_bar a:hover {
    transition: 0.3s;
    transform: scale(1.04);
}
.site-footer .adresse_footer p a {
    color: rgba(255, 255, 255, 0.5);
}
.site-footer .adresse_footer:nth-last-of-type(3) p a {
    position: relative;
}
.site-footer .adresse_footer:nth-last-of-type(3) p a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.site-footer .adresse_footer:nth-last-of-type(2) p {
    margin-bottom: 0;
    line-height: 0;
}
.site-footer .adresse_footer:nth-last-of-type(2) p a {
    margin-right: 4px;
}
.site-footer .adresse_footer:nth-last-of-type(1) a {
    margin-right: 12px;
    background-color: white;
    padding: 12px 24px;
    color: var(--black);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
/* Template legal     ---------------------------------------- */
.page-template-legal .site > .container {
    margin-top: 180px;
    margin-bottom: 80px;
}
.page-template-legal h1 {
    text-align: center;
    margin-bottom: 50px;
}
.page-template-legal h2 {
    margin: 20px 0;
    font-size: 28px;
}
.page-template-legal ul {
    margin-left: 0;
}

/* Template Home ----------------------------------------------- */
.container {
    width: 1205px;
    max-width: 90%;
}
h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 400;
    margin: 0;
    line-height: 1.2;
}
figure {
    margin: 0;
}
a.encadre {
    text-transform: uppercase;
    padding: 9px 25px;
    border: 1px solid var(--black);
    font-weight: 700;
    font-size: 14px;
}
a.encadre:hover {
    background-color: var(--black);
    color: white;
}
section.home-slide {
    height: 100vh;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    transition:
        top 1s cubic-bezier(0.92, 0.13, 0.08, 0.88),
        transform 1s cubic-bezier(0.92, 0.13, 0.08, 0.88);
    background-color: white;
    z-index: 3;
}
section.home-slide.on {
    position: fixed;
    top: 0;
}
.logged-in section.home-slide {
    height: calc(100vh - 32px);
    top: 32px;
}
.home-slide .slide {
    transition: transform 1s cubic-bezier(0.92, 0.13, 0.08, 0.88); /* Durée 0.5s avec easing */
}
section.home-slide .half {
    width: 50%;
    height: 100%;
    position: relative;
    background-image: url(img/fond.png);
}
section.home-slide .half .slide {
    height: 100%;
    position: relative;
}
section.home-slide .half .slide::after {
    content: "";
    height: 65.625vh;
    max-height: 504px;
    width: 37.33%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
section.home-slide .half.left .slide::after {
    border: 10px solid var(--granit);
    right: 0;
    border-right: unset;
    z-index: 0;
    opacity: 0;
    transition: 0.8s;
}
section.home-slide .half.right .slide::after {
    left: 0;
    border: 10px solid var(--black);
    border-left: unset;
    opacity: 0;
    transition: 0.8s;
}
section.home-slide .half.left .top {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
section.home-slide .half.left .top .text {
    margin-right: 25px;
    max-width: 200px;
    text-align: right;
}
section.home-slide .half.left .top .text h2 {
    color: var(--granit);
    margin-bottom: 14px;
    text-indent: -50px;
}
section.home-slide .half .slide.two .top .text h2 {
    color: var(--quartz);
}
section.home-slide .half .slide.three .top .text h2 {
    color: var(--ceramique);
}
section.home-slide .half.left .slide.two::after {
    border-color: var(--quartz);
}
section.home-slide .half.left .slide.three::after {
    border-color: var(--ceramique);
}
section.home-slide .half.left .top .text p {
    margin-right: 11px;
}
section.home-slide .half.left .top img {
    width: 23vw;
}
section.home-slide .half.left .top a.encadre {
    position: absolute;
    bottom: -78px;
    right: 44.36%;
}
section.home-slide .half.right .slide > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.home-slide .half.right .logo_svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0;
    z-index: 9;
    opacity: 0;
    transition: 1.5s;
    transition-delay: 0.5s;
}
section.home-slide .half.right .logo_svg a {
    pointer-events: none;
}
section.home-slide .half.right img.ombre {
    height: 853.2px;
    width: 334.8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100px, -51%);
    object-fit: contain;
    object-position: right;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}
section.home-slide.loaded .half.right img.ombre,
section.home-slide.loaded .half.right .logo_svg,
section.home-slide.loaded .half.left .slide::after,
section.home-slide.loaded .half.right .slide::after {
    opacity: 1;
}
section.home-slide .half.right .slide::before {
    content: "";
    width: 100%;
    height: 278px;
    background-image: linear-gradient(rgba(194, 126, 43, 0), rgba(194, 126, 43, 1));
    position: absolute;
    bottom: 0;
    left: 0;
}
section.home-slide .half.right .slide.two::before {
    background-image: linear-gradient(rgba(132, 143, 115, 0), rgba(132, 143, 115, 1));
}
section.home-slide .half.right .slide.two::before {
    background-image: linear-gradient(rgba(212, 184, 144, 0), rgba(212, 184, 144, 1));
}
section.home-slide .half.right .slide .text {
    display: flex;
    align-items: center;
    position: absolute;
    left: 80px;
    bottom: 47px;
}
section.home-slide .half.right .slide .text p {
    margin-right: 44px;
    font-size: 30px;
    color: white;
    font-family: var(--font-title);
    line-height: 36px;
}
section.home-slide .half.right .slide {
    transform: translateY(-200%);
    z-index: 2;
}
.home-slide-nav {
    position: absolute;
    left: 30px;
    bottom: 36px;
}
.home-slide-nav p {
    font-size: 14px;
    font-family: var(--font-title);
    text-transform: uppercase;
    margin-bottom: 8px;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}
.home-slide-nav p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.home-slide-nav p::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid var(--black);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.home-slide-nav p:nth-of-type(1).active {
    color: var(--granit);
}
.home-slide-nav p:nth-of-type(2).active {
    color: var(--quartz);
}
.home-slide-nav p:nth-of-type(3).active {
    color: var(--ceramique);
}
.home-slide-nav p.active::before {
    content: "";
    background-color: var(--black);
    transition: 0.3s;
}
section.qui_sommes_nous {
    margin: 130px 0 85px;
    margin-top: calc(100vh + 130px);
}
.logged-in section.qui_sommes_nous {
    margin: 130px 0 85px;
    margin-top: calc(100vh - 32px + 130px);
}
section.qui_sommes_nous .container {
    width: 1018px;
    background: var(--black);
    z-index: 2;
    position: relative;
}
section.qui_sommes_nous .top {
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
    margin: 0 10.5% 0 6.38%;
}
section.qui_sommes_nous .top h2 {
    color: white;
}
section.qui_sommes_nous .top h2 strong {
    color: var(--title);
    font-weight: 400;
}
section.qui_sommes_nous .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-top: -50px;
}
section.qui_sommes_nous .bottom p {
    color: white;
    width: 262px;
    margin-left: 6.18%;
    margin-bottom: 46px;
    text-align: right;
}
section.qui_sommes_nous .bottom a.encadre {
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
}
a.encadre.noir {
    color: white;
    background: var(--black);
    border-color: white;
}
section.qui_sommes_nous .bottom img {
    width: 57.3%;
}
section.showroom {
    background-color: rgba(132, 143, 115, 0.2);
    display: flex;
    margin-bottom: 108px;
}
section.showroom .left {
    width: 58.12%;
}
section.showroom .left p {
    margin: -48px auto 0;
    width: 262px;
}
a.encadre_noir:hover {
    background-color: var(--black);
    color: white;
}
section.showroom .left .cta {
    margin: 35px auto 85px;
    text-align: center;
}
section.showroom .left img.initiales {
    margin-top: 139px;
    margin-left: 25.3%;
}
section.showroom .left .batiment {
    margin-bottom: -108px;
    display: block;
    width: 100%;
}
section.showroom .right {
    width: 41.88%;
    position: relative;
    display: flex;
    align-items: flex-end;
}
section.showroom .right::before {
    content: "";
    height: 150%;
    width: 100%;
    background: rgba(194, 126, 43, 0.17);
    position: absolute;
    bottom: -108px;
    left: 0;
    z-index: 0;
}
section.showroom .right img {
    width: 62%;
    max-width: 355px;
    margin-left: 7.5%;
    margin-bottom: 69px;
    z-index: 1;
}
section.showroom .right h2 {
    position: absolute;
    transform: rotate(270deg);
    top: 67%;
    left: 0;
    font-size: 65px;
    color: var(--quartz);
    transform-origin: left bottom;
    line-height: 0.65;
}
section.citation {
    background-color: var(--black);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 609px;
}
.home section.citation {
    height: 759px;
}
section.citation img {
    position: absolute;
    bottom: 195px;
    left: 14.65%;
}
section.citation .text {
    position: absolute;
    left: 24.2%;
    bottom: 107px;
}
section.citation p {
    font-size: 20px;
    color: #d4b890;
    font-weight: 500;
    max-width: 700px;
}
section.citation p em {
    color: white;
    font-size: 35px;
}
section.citation p strong {
    color: var(--granit);
    font-weight: 500;
}
section.citation p strong em {
    color: white;
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
}
section.citation p:nth-of-type(1) {
    top: -40px;
    left: 0;
    position: absolute;
}
section.citation p:nth-last-of-type(1) {
    bottom: -40px;
    right: 0;
    position: absolute;
}
/* Template Général ----------------------------------------------- */
section.top {
    padding-top: 123px;
    background-image: url(img/fond.png);
    position: relative;
    padding-bottom: 27px;
}
section.top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(212, 184, 144, 0.2);
}
section.top .container {
    display: flex;
    z-index: 1;
    position: relative;
    margin-left: 16.32%;
    width: 73.645%;
    max-width: 1006px;
}
section.top .container .left {
    width: 45.7%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.page-template-template-nuancier section.top .container .left {
    width: 100%;
}
section.top .container .right {
    width: 54.3%;
    line-height: 0;
}
section.top .container .right img {
    width: 100%;
    height: 312px;
    object-fit: cover;
    object-position: center;
}
section.top h2 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px 0;
    color: var(--ceramique);
}
section.top h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 25px 0;
    font-family: var(--font-text);
    color: var(--black);
    z-index: 2;
    white-space: nowrap;
}
section.top span {
    width: 269px;
    height: 1px;
    background-color: #707070;
    display: block;
}
section.top h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0 0;
    font-family: var(--font-text);
}
section.content {
    margin-top: 95px;
    margin-bottom: 167px;
}
section.content .container {
    display: flex;
    margin-left: 16.32%;
    width: 74.9%;
    max-width: 1023px;
}
section.content .contenu {
    width: calc(100% - 250px);
    padding-right: 8.42%;
}
section.content .contenu > p > a img {
    margin: 25px 0;
}
section.content .contenu h2:nth-of-type(1) {
    margin-top: 22px;
}
section.content h2 {
    font-size: 30px;
    font-family: var(--font-text);
    font-weight: bold;
    text-transform: none;
    margin: 44px 0 22px 0;
}
section.content p {
    margin-bottom: 10px;
}
section.content .sidebar p:nth-of-type(2) {
    margin-bottom: 35px;
}
section.content .sidebar {
    width: 250px;
    border-left: 1px solid #707070;
    padding-left: 19px;
    position: relative;
}
section.content .sidebar .container_sidebar {
    position: unset;
    width: 230px;
}
section.content .sidebar .container_sidebar.fix {
    position: fixed;
    top: 80px;
}
section.content .sidebar .container_sidebar.absolu {
    position: absolute;
    top: unset;
    bottom: 0;
}
section.content .slider_gallery {
    margin-top: 77px;
}
section.content .slider_gallery img {
    width: 100%;
    height: 409px;
    object-fit: cover;
    object-position: center;
}
section.content .slider_gallery .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
section.content .slider_gallery .owl-dots button span {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid white;
    background-color: var(--black);
    transition: 0.3s;
    margin: 0 9px;
    border-radius: 50%;
}
section.content .slider_gallery .owl-dots button.active span {
    border: 1px solid var(--black);
    background-color: white;
}
section.content .sidebar h2 {
    text-transform: uppercase;
    font-family: var(--font-title);
    margin-top: 22px;
    font-weight: 400;
}
.page-template-template-general section.content .sidebar a,
.page-template-template-nuancier section.content .sidebar a {
    background-color: #d4b89033;
    border: 1px solid var(--black);
    padding: 12px 18px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 9px;
}
section.content .help h3 {
    color: var(--ceramique);
    margin: 55px 0 3px;
    font-weight: 400;
    font-size: 30px;
    width: 105%;
}
section.content .help {
    margin-top: 25px;
}
section.content .help p {
    margin: 0;
}
section.content .help p a,
section.en_avant a,
a.encadre_noir {
    padding: 9px 21px 8px;
    border: 1px solid var(--black);
    margin-top: 19px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
section.content .help p a {
    margin-bottom: 25px;
}
section.en_avant a:hover {
    background-color: var(--black);
    color: white;
}
section.en_avant {
    height: 459px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.en_avant p.big {
    text-align: center;
    font-size: 10.98vw;
    font-family: var(--font-title);
    color: var(--ceramique);
    opacity: 0.2;
}
section.en_avant a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-weight: bold;
}
.scroll-arrows {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    width: 24px;
    height: 90px;
}
.scroll-arrows img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 24px;
    height: 14px;
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
    animation: scrollArrow 3.16s cubic-bezier(0.54, 0.29, 0.34, 0.92) infinite;
}
.scroll-arrows img:nth-child(1) {
    animation-delay: 0s;
}
.scroll-arrows img:nth-child(2) {
    animation-delay: 0.53s;
}
.scroll-arrows img:nth-child(3) {
    animation-delay: 1.06s;
}
@keyframes scrollArrow {
    0% {
        top: 0px;
        opacity: 0;
        transform: translateX(-50%) scale(0.5);
    }
    5% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    35.4% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
    50.6% {
        top: 70px;
        opacity: 0;
        transform: translateX(-50%) scale(0.5);
    }
    100% {
        top: 70px;
        opacity: 0;
        transform: translateX(-50%) scale(0.5);
    }
}

/*  page qui sommes nous -------------------------------------- */
.page-id-11 section.top::before {
    background-color: rgba(132, 143, 115, 0.2);
}
.page-id-11 section.top h2 {
    color: var(--quartz);
}
.page-id-11 section.top .container .left {
    margin-bottom: 50px;
}
/*  template nuancier ----------------------------------------- */
.nuanciers-container {
    display: flex;
    flex-wrap: wrap;
}
.single_nuancier {
    position: relative;
    width: 50%;
    margin-bottom: 47px;
}
.nuanciers-container a {
    transition: 0.5s;
    width: 100%;
    display: flex;
    justify-content: center;
}
.nuanciers-container a img {
    height: 150px;
    width: calc(100% - 20px);
    object-fit: cover;
}
.nuanciers-container .text_hover {
    /* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #141215;
	color: white; */
    font-size: 16px;
    font-weight: 500;
    /* padding: 3px 8px 2px; */
    /* pointer-events: none; */
    margin-left: 40px;
    margin-top: 8px;
    line-height: normal;
    text-transform: uppercase;
}
.nuanciers-container a:hover {
    filter: brightness(1);
    transform: scale(1.04);
    transition: 0.5s;
}
.nuanciers-container a:active,
.nuanciers-container a:focus {
    filter: brightness(1);
}
.page-template-template-nuancier section.top {
    height: auto;
    min-height: 462px;
    display: flex;
}
.page-template-template-nuancier #fancybox-title-wrap {
    height: 100%;
}
.page-template-template-nuancier #fancybox-content {
    overflow: visible;
}
.page-template-template-nuancier #fancybox-title p:nth-of-type(2) {
    position: absolute;
    top: -9px;
    left: 0;
    transform: translateY(-100%);
    color: var(--black);
    font-size: 20px;
    font-weight: bold;
}
.page-template-template-nuancier #fancybox-title p:nth-of-type(1) {
    position: absolute;
    bottom: -19px;
    left: 0;
    transform: translateY(100%);
    background-color: var(--black);
    font-size: 16px;
    font-weight: 500;
    padding: 3px 8px 2px;
}
.page-template-template-nuancier .fancybox-title-over #fancybox-title {
    background: transparent;
}
#fancybox-close {
    top: -42px !important;
    right: -35px !important;
}
.fancy-ico span {
    width: 24px;
    height: 24px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
#fancybox-close span::after,
#fancybox-close span::before {
    width: 19px !important;
}
.page-id-158 section.content .sidebar .container_sidebar p:nth-last-of-type(2) a,
.page-id-167 section.content .sidebar .container_sidebar p:nth-last-of-type(3) a,
.page-id-170 section.content .sidebar .container_sidebar p:nth-last-of-type(1) a,
.page-id-173 section.content .sidebar .container_sidebar p:nth-last-of-type(1) a,
.page-id-178 section.content .sidebar .container_sidebar p:nth-last-of-type(5) a,
.page-id-182 section.content .sidebar .container_sidebar p:nth-last-of-type(4) a,
.page-id-185 section.content .sidebar .container_sidebar p:nth-last-of-type(3) a,
.page-id-188 section.content .sidebar .container_sidebar p:nth-last-of-type(2) a,
.page-id-191 section.content .sidebar .container_sidebar p:nth-last-of-type(1) a,
.page-id-194 section.content .sidebar .container_sidebar p:nth-last-of-type(1) a {
    background-color: var(--black);
    color: white;
}
/* template réalisations  ----------------------------------------------*/

.page-template-realisations section.top,
.single-realisations section.top,
.page-template-template-equipes section.top,
.page-template-template-generale-simple section.top,
.page-template-contact section.top {
    height: 462px;
    display: flex;
}
.page-template-realisations section.top .container,
.single-realisations section.top .container,
.page-template-template-equipes section.top .container,
.page-template-template-generale-simple section.top .container,
.page-template-contact section.top .container {
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 50px;
}
.page-template-template-generale-simple section.content {
    margin-bottom: 90px;
}
.page-template-template-generale-simple section.content .contenu {
    width: 100%;
}
.page-template-template-generale-simple section.content .contenu a {
    text-decoration: underline;
}
.page-template-realisations section.top p.big,
.single-realisations section.top p.big,
.page-template-template-equipes section.top p.big,
.page-template-template-equipes section.top p.big,
.page-template-template-generale-simple section.top p.big,
.page-template-contact section.top p.big {
    text-align: center;
    font-size: 10.98vw;
    font-family: var(--font-title);
    color: var(--ceramique);
    opacity: 0.2;
    position: absolute;
    left: -19px;
    bottom: 50px;
    line-height: 1;
}
.page-template-realisations section.top p:not(.big),
.single-realisations section.top p:not(.big),
.page-template-template-equipes section.top p:not(.big),
.page-template-template-generale-simple section.top p:not(.big),
.page-template-contact section.top p:not(.big) {
    margin-top: 14px;
}
.page-template-realisations .realisations {
    margin-top: calc(120px + 125px);
    margin-bottom: 158px;
    display: flex;
    justify-content: center;
}
.page-template-realisations .realisations .container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -9.5px;
    margin-left: -9.5px;
}
.page-template-realisations .realisations .realisation-item {
    width: calc(50% - 19px);
    margin: 0 9.5px 74px;
}
.page-template-realisations .realisations .realisation-item:nth-child(odd) {
    margin-top: -125px;
}
.page-template-realisations .realisations .realisation-item a {
    width: 100%;
    height: fit-content;
    display: block;
    position: relative;
    line-height: 0;
}
.page-template-realisations .realisations .realisation-item a img {
    height: 448px;
    object-fit: cover;
}
.page-template-realisations .realisations p.realisation-category {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--ceramique);
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-family: var(--font-title);
    padding: 9px 22px 8px;
    line-height: normal;
}
.page-template-realisations .realisations p.title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    color: white;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
}
.page-template-realisations .realisations p.realisation-subtitle {
    position: absolute;
    bottom: -31px;
    left: 20px;
    font-weight: 500;
    line-height: normal;
}
/* template single realisations ----------------------------------------------*/
.single-realisations section.top .content {
    position: absolute;
    background-color: white;
    width: 54.12%;
    padding: 29px 39px 29px 43px;
    right: -50px;
    bottom: 0;
    transform: translateY(calc(100% - 13px));
}
.single-realisations section.top .left {
    width: 100%;
}
.single-realisations .single_realisation .container {
    max-width: 924px;
    width: 85%;
    margin: 28px auto 122px;
}
.single-realisations .single_realisation .retour {
    font-size: 14px;
    font-weight: bold;
}
.single-realisations .single_realisation .container .acf-gallery {
    margin-top: 190px;
}
.single-realisations .single_realisation .acf-gallery a {
    margin-top: 69px;
    display: block;
}
.bloc_voir_realisations {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 145px;
}
.bloc_voir_realisations img {
    text-align: center;
}
.bloc_voir_realisations a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 9px 21px 8px;
    border: 1px solid var(--black);
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: white;
    text-align: center;
}
.bloc_voir_realisations a:hover {
    background-color: var(--black);
    color: white;
}

/* template equipe ------------------------------------------- */
.contenu_equipe {
    margin-top: 120px;
    margin-bottom: 166px;
}
.contenu_equipe .container {
    max-width: 924px;
    width: 85%;
}
.page-template-template-equipes section.top p.big,
.page-template-template-generale-simple section.top p.big,
.page-template-contact section.top p.big {
    left: 50%;
    transform: translateX(-50%);
    color: var(--quartz);
}
.page-template-template-generale-simple section.top p.big {
    color: var(--ceramique);
    margin-bottom: 35px;
}
.page-id-20 section.top p.big,
.page-template-contact section.top p.big {
    color: var(--quartz);
}
.page-id-20 section.top p.big {
    left: -28px;
    bottom: 21px;
    transform: translate(0);
}
.page-template-template-equipes section.top::before,
.page-id-20 section.top::before,
.page-template-contact section.top::before {
    background-color: rgba(132, 143, 115, 0.2);
}
.page-id-20 section.content .contenu {
    padding-right: 24.5%;
}
.contenu_equipe .team {
    position: relative;
}
.contenu_equipe .team a img {
    width: 100%;
    height: 556px;
    object-fit: cover;
}
.contenu_equipe .team h3 {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: white;
    padding: 9px 21px 8px;
    margin: 0;
    background-color: var(--quartz);
    font-weight: 400;
}
.contenu_equipe .team .description p {
    font-weight: bold;
    margin-top: 18px;
    margin-bottom: 80px;
}
.contenu_equipe .team .description p strong {
    font-weight: bold;
    color: var(--quartz);
}
/* template contact ------------------------------------------ */
.page-template-contact section.content .container {
    max-width: 1060px;
    width: 78%;
}
.page-template-contact section.content .sidebar {
    width: 290px;
}
.page-template-contact section.content .sidebar .container_sidebar {
    width: 270px;
}
.page-template-contact section.content .contenu {
    width: calc(100% - 290px);
}
.page-template-contact .container_sidebar a {
    font-weight: 600;
    text-decoration: underline;
}
.page-template-contact .container_sidebar a:hover {
    text-decoration: none;
}
.page-template-contact section.content .sidebar h3 {
    color: var(--title);
    text-transform: unset;
    margin: 0;
    font-family: var(--font-text);
    line-height: 1.12;
}
.page-template-contact section.content .contenu {
    padding-right: 5%;
}
.page-template-contact form {
    max-width: 603px;
}
.page-template-contact form h2,
.page-template-contact section.content .sidebar h3 {
    font-size: 25px;
}
.page-template-contact form p {
    margin-bottom: 21px;
}
.page-template-contact form > div:not(.form-group) {
    display: flex;
    gap: 6.5px;
}
.page-template-contact form > div .form-group {
    width: 50%;
}
.page-template-contact form .label_text {
    margin-left: 9px;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: bold;
}
.page-template-contact form textarea,
.page-template-contact form input:not(.wpcf7-submit) {
    background-color: rgba(20, 18, 21, 0.05);
    border: 1px solid var(--quartz);
    width: 100%;
    border-radius: 0;
    padding: 7px 9px;
}
.page-template-contact .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    display: flex;
}
.page-template-contact .wpcf7-form-control.wpcf7-radio label {
    display: flex;
    align-items: center;
}
.page-template-contact .wpcf7-form-control.wpcf7-radio label input {
    width: auto;
    margin-right: 10px;
}
.page-template-contact form .accompagnement {
    display: none;
}
.page-template-contact form .accompagnement label {
    display: flex;
}
.page-template-contact form .accompagnement label input {
    width: auto;
    margin-right: 10px;
}
.form-group.acceptation p label {
    display: flex;
    align-items: center;
}
.form-group.acceptation p label * {
    width: auto;
}
.form-group.acceptation p label input {
    margin-right: 10px;
}
.page-template-contact form .document input:not(.wpcf7-submit) {
    background-color: transparent;
    border: none;
    padding: 0;
}
.page-template-contact form textarea {
    height: 184px;
    resize: none;
}
.page-template-contact form > p:nth-last-of-type(1) {
    text-align: center;
    position: relative;
    margin-top: 32px;
}
.page-template-contact form .wpcf7-submit {
    border: 1px solid black;
    background-color: var(--quartz);
    text-transform: uppercase;
    color: white;
    padding: 12px 26px;
    border-radius: 0;
    cursor: pointer;
    transition: 0.3s;
}
.page-template-contact form .wpcf7-submit:hover {
    background-color: var(--black);
    transition: 0.3s;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* media queries ----------------------------------------------*/
@media only screen and (min-width: 1700px) {
    .page-template-realisations section.top p.big,
    .single-realisations section.top p.big,
    .page-template-template-equipes section.top p.big,
    .page-template-template-equipes section.top p.big,
    .page-template-template-generale-simple section.top p.big,
    section.en_avant p.big,
    .page-template-contact section.top p.big {
        font-size: 186px;
    }
}
@media only screen and (min-width: 1400px) {
    section.top .container,
    section.content .container {
        margin: auto;
    }
    section.citation img {
        left: 22.65%;
    }
    section.citation .text {
        left: 30.2%;
    }
}
@media only screen and (max-width: 1200px) {
    section.showroom .left img.initiales {
        margin-left: 20%;
    }
    #menuToggle {
        margin-right: 35px;
    }
    section.content .slider_gallery img {
        height: 370px;
    }
    .page-template-template-equipes section.top p.big,
    .page-template-template-generale-simple section.top p.big,
    .page-template-contact section.top p.big {
        font-size: 12vw;
    }
    .page-template-realisations .realisations .realisation-item a img {
        height: 380px;
    }
}
@media only screen and (max-width: 1100px) {
    section.showroom .left {
        width: 63%;
    }
    section.showroom .right {
        width: 37%;
    }
    section.showroom .right img {
        width: 75%;
    }
}
@media only screen and (max-width: 1024px) {
    footer .site-info .container {
        flex-direction: column;
        height: 310px;
    }
    .site-footer .adresse_footer:nth-last-of-type(2) p a {
        margin-right: 9px;
    }
    .site-footer .adresse_footer:nth-last-of-type(2) p a img {
        width: 30px;
    }
    section.qui_sommes_nous .top .logo_svg_blanc {
        display: none;
    }
    section.qui_sommes_nous .bottom {
        margin-top: 30px;
    }
    .page-template-template-equipes section.top p.big,
    .page-template-template-generale-simple section.top p.big,
    .page-template-contact section.top p.big {
        font-size: 13vw;
    }
    .single-realisations section.top {
        height: auto;
    }
    .single-realisations section.top .content {
        right: 0;
        bottom: -25px;
        width: 100%;
    }
    .single-realisations .single_realisation .retour {
        display: none;
    }
    .single-realisations .single_realisation .container .acf-gallery {
        margin-top: 120px;
    }
    section.top .container {
        width: 85%;
        margin: 152px auto 50px;
    }
    .single-realisations section.top .content {
        position: relative;
        right: unset;
        bottom: 0;
        transform: translateY(0);
    }
    .single-realisations section.top p.big {
        display: none;
    }
    section.top .container {
        margin: 100px auto 50px;
    }
    section.home-slide .half.left {
        width: 100%;
    }
    .home-slide-nav,
    section.home-slide .half.right {
        display: none;
    }
    section.home-slide .half.left .top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: unset;
        transform: translateY(0);
    }
    section.home-slide .half.left .top .text {
        max-width: 615px;
        width: 80%;
        text-align: center;
        margin-right: 0;
    }
    section.home-slide .half.left .top .text h2 {
        text-indent: 0;
    }
    section.home-slide .half.left .top .text p {
        margin-right: 0;
        margin-bottom: 30px;
    }
    section.home-slide .half.left .top img {
        width: 400px;
        max-width: 80%;
        margin-top: 50px;
    }
    section.home-slide .half.left .top a.encadre {
        right: unset;
        position: relative;
        margin-top: 25px;
        bottom: unset;
    }
    section.home-slide .half .slide {
        margin-top: 125px;
    }
    section.home-slide .half.left .slide::after {
        border-right: 10px solid var(--granit);
        left: 50%;
        transform: translate(-50%, 0);
        width: 485px;
        max-width: 90%;
        top: unset;
        height: 362px;
        bottom: 110px;
    }
    section.home-slide,
    section.home-slide.on {
        position: relative;
        top: unset;
        height: auto;
    }
    section.qui_sommes_nous,
    .logged-in section.qui_sommes_nous {
        margin-top: 130px;
    }
    .page-id-20 section.top p.big {
        bottom: 56px;
    }
    .page-id-20 section.content .contenu {
        padding-right: 0;
    }
    .site-footer .adresse_footer:nth-last-of-type(1) a,
    .site-footer .adresse_footer:nth-last-of-type(2) p a:nth-last-of-type(1) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    section.qui_sommes_nous .bottom {
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 30px auto 0;
    }
    section.qui_sommes_nous .bottom p {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin: 0 auto 46px;
    }
    section.qui_sommes_nous .top {
        margin: auto;
        justify-content: center;
        width: 90%;
    }
    section.qui_sommes_nous .bottom img {
        width: 100%;
    }
    section.showroom {
        flex-direction: column;
    }
    section.showroom .left,
    section.showroom .right {
        width: 100%;
    }
    section.showroom .right {
        flex-direction: column-reverse;
        align-items: center;
    }
    section.showroom .left .batiment {
        margin-bottom: 0;
    }
    section.showroom .right::before {
        height: calc(100% + 108px);
    }
    section.showroom .right img {
        margin-left: 0;
    }
    section.showroom .right h2 {
        position: relative;
        transform: none;
        margin: 48px;
    }
    section.citation img {
        width: 65%;
    }
    section.citation .text {
        left: 20%;
        width: 60%;
    }
    section.citation p {
        font-size: 16px;
    }
    section.citation p em {
        font-size: 26px;
    }
    .home section.citation {
        height: 665px;
    }
    header .widget-logo {
        margin-left: 35px;
    }
    section.top .container,
    section.content .container {
        margin: auto;
    }
    section.content .container {
        flex-direction: column;
    }
    section.content .contenu {
        width: 100%;
        padding-right: 0;
    }
    section.content .sidebar {
        width: 100%;
        padding-left: 0;
        border-left: unset;
    }
    section.content .sidebar .container_sidebar {
        width: 100%;
        margin-top: 60px;
    }
    section.top .container .right {
        width: 100%;
    }
    section.top .container {
        flex-direction: column;
    }
    section.top {
        padding-top: 150px;
    }
    section.top .container .left {
        padding: 0;
        width: 100%;
        margin-bottom: 35px;
    }
    .page-template-realisations .realisations .container {
        flex-direction: column;
        margin: auto;
        width: 90%;
        max-width: 640px;
    }
    .page-template-realisations .realisations .realisation-item:nth-child(odd) {
        margin-top: 0;
    }
    .page-template-realisations .realisations .realisation-item {
        width: 100%;
        margin: 0 0 74px;
    }
    .page-template-realisations .realisations {
        margin-top: 120px;
        margin-bottom: 100px;
    }
    .page-template-contact section.content .contenu,
    .page-template-contact form {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .page-template-contact form {
        margin-top: 50px;
    }
    .page-template-contact section.content .container {
        flex-direction: column-reverse;
    }
    .page-template-contact section.content .sidebar .container_sidebar,
    .page-template-contact section.content .sidebar .container_sidebar h2 {
        margin-top: 0;
    }
    .page-template-contact section.content .sidebar .container_sidebar,
    .page-template-contact section.content .sidebar {
        width: 100%;
    }
    .page-template-contact section.content .sidebar h3 br {
        display: none;
    }
}
@media only screen and (max-width: 899px) {
    .contenu_equipe .team a img {
        height: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer .foot_bar .container {
        flex-direction: column;
        height: 100px;
        padding: 20px 0 25px;
    }
    section.qui_sommes_nous .top h2 {
        font-size: 38px;
    }
    .container-menu {
        flex-direction: column-reverse;
    }
    section.top .container,
    section.content .container,
    .single-realisations .single_realisation .container {
        width: 90%;
    }
    section.en_avant p.big {
        font-size: 13vw;
    }
    section.en_avant a {
        white-space: nowrap;
        top: 56%;
    }
    section.content {
        margin-bottom: 95px;
    }
    .page-template-realisations section.top p.big,
    .single-realisations section.top p.big,
    .page-template-template-equipes section.top p.big,
    .page-template-template-generale-simple section.top p.big,
    .page-template-contact section.top p.big {
        display: none;
    }
    .contenu_equipe .container {
        width: 90%;
    }
    .page-template-realisations section.top,
    .page-template-template-equipes section.top,
    .page-template-template-generale-simple section.top,
    .page-template-contact section.top {
        height: 410px;
    }
    section.top h1 {
        white-space: inherit;
    }
    .contenu_equipe .team a img {
        height: 390px;
    }
    .container-menu #menu-right,
    .container-menu #menu-left {
        transform: translateY(-100%);
        width: 100%;
        padding: 40px 0 35px 10%;
        height: auto;
    }
    .container-menu #menu-left {
        transform: translateY(100%);
        justify-content: flex-start !important;
        padding-top: 35px;
    }
    .container-menu .menu_droite ul {
        margin: 0 0 35px;
    }
    .container-menu .lien_menu {
        position: relative;
        top: unset;
        left: unset;
        margin-bottom: 35px;
    }
    #menuToggle.visible .container-menu #menu-left .logo_svg {
        display: none;
    }
    section.en_avant {
        height: 356px;
    }
    .container-sous-menu {
        height: max-content;
    }
    #menuToggle.visible .container-menu #menu-left {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .container-menu ul {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 699px) {
    section.citation img {
        width: 70%;
        bottom: 237px;
    }
    section.en_avant {
        height: 322px;
    }
}
@media only screen and (max-width: 599px) {
    section.showroom .left img.initiales {
        margin: 130px auto 0;
        justify-content: center;
        display: flex;
        width: 80%;
    }
    section.showroom .right h2 {
        font-size: 48px;
    }
    section.qui_sommes_nous .top h2 {
        text-align: center;
    }
    section.citation img {
        width: 80%;
        bottom: 300px;
        left: 10%;
    }
    section.citation p em {
        font-size: 22px;
    }
    section.citation .text {
        left: 15%;
        width: 70%;
    }
    footer .site-info .container p {
        text-align: center;
    }
    section.qui_sommes_nous .bottom a.encadre {
        width: 200px;
    }
    #menuToggle {
        padding: 20px;
    }
    header.site-header .container .logo_svg img {
        width: 60px;
        height: 60px;
    }
    section.content .slider_gallery img,
    section.top .container .right img {
        height: 300px;
    }
    .contenu_equipe .team a img {
        height: 320px;
    }
    .single-realisations .single_realisation .container .acf-gallery {
        margin-top: 250px;
    }
}
@media only screen and (max-width: 499px) {
    section.home-slide .half.left .slide::after {
        height: 340px;
    }
    section.home-slide .half.left .slide::after {
        height: 68.68vw;
    }
    header.site-header .container h1,
    header.site-header .container h2 {
        margin-left: 12px;
        text-align: center;
    }
    header .widget-logo .logo_svg figure {
        width: 60px;
    }
    header .widget-logo {
        max-width: calc(100% - 140px);
    }
    .site-footer .adresse_footer:nth-last-of-type(1) a {
        margin-right: 0;
    }
    section.content .slider_gallery img,
    section.top .container .right img {
        height: 250px;
    }
    .contenu_equipe .team a img {
        height: 285px;
    }
    .page-template-realisations .realisations .realisation-item a img {
        height: 315px;
    }
    .page-template-realisations .realisations p.title {
        padding-right: 10px;
        text-align: center;
        left: 10px;
    }
    .page-template-contact form > div > p {
        flex-direction: column;
    }
    .page-template-contact form > div > p br {
        display: none;
    }
    .page-template-contact form > div > p label {
        width: 100%;
    }
    .page-template-contact form > div:not(.form-group) {
        flex-direction: column;
    }
    .page-template-contact form > div .form-group {
        width: 100%;
    }
    .page-template-contact section.content .container {
        width: 90%;
    }
}
@media only screen and (max-width: 399px) {
    header .widget-logo {
        margin-left: 25px;
    }
    #menuToggle {
        margin-right: 25px;
    }
    header .widget-logo {
        max-width: calc(100% - 130px);
    }
    .site-footer .foot_bar .container {
        height: 110px;
    }
    .site-footer .foot_bar .container .mentions {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 40px;
    }
    .site-footer .foot_bar .mentions a {
        margin-right: 0;
    }
    .site-footer .adresse_footer:nth-last-of-type(2) p a:nth-last-of-type(1) {
        margin-right: 0;
    }
    section.content .slider_gallery img,
    section.top .container .right img {
        height: 210px;
    }
    section.citation p em {
        font-size: 18px;
    }
    section.citation {
        height: 540px;
    }
    section.content .help h3,
    section.content h2 {
        font-size: 26px;
    }
    .contenu_equipe .team a img {
        height: 245px;
    }
    .page-template-realisations .realisations .realisation-item a img {
        height: 260px;
    }
}
