/*
 * Theme Name:         Agence Parade (version 1.6)
 * Description:        Le theme sur mesure de l'Agence Parade, flexible & responsive.
 * Author:             CRC Studio ft. Atelier La Casse 
 * Author URI:         https://crc.studio/
 * Tags:               Responsive, moderne, minimale, contemporain, personnalisable, SASS, MonoBloc, WooCommerce, E-Commerce, Menu personnalisé, Blog
 * Version:            1.6, May. 2025 — ⏲️ The TwentyTwentyFive Update
 * Requires at least:  5.0
 * Tested up to:       6.2
 * Requires PHP:       8.0
 * Text Domain:        Agence Parade
 *
 **




*/
/**
 * Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
    font-family: "Fedra Sans Screen Regular", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: 400;
    background-color: #fff;
    color: #2b2b2b;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    font-variant-ligatures: common-ligatures;
    -moz-font-feature-settings: "liga", "clig";
    -webkit-font-feature-settings: "liga", "clig";
    font-feature-settings: "liga", "clig";
    font-kerning: normal;
    -moz-font-feature-settings: "kern";
    -webkit-font-feature-settings: "kern";
    font-feature-settings: "kern";
}

body {
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
}

.link {
    position: relative;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.link:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 100%;
    background-color: #2b2b2b;
    visibility: hidden;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.link:hover:before {
    visibility: visible;
    right: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

p {
    line-height: 1.4em;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset>:last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

/* Structure */

body {
    width: 100%;
    margin: 0 auto;
    float: left;
}

.container {
    width: auto;
    margin: 50px 80px;
}

.row {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.big-row {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.row .col:last-child {
    margin-right: 0;
}

/* size colums */

.col {
    float: left;
    padding: 0px 5px;
    box-sizing: border-box;
}

.col-6 {
    width: 100%;
}

.col-5 {
    width: 83.33%;
}

.col-4 {
    width: 66.66%;
}

.col-3 {
    width: 50%;
}

.col-2 {
    width: 33.33%;
}

.col-1 {
    width: 16.66%;
}

.offset-1 {
    margin-left: 16.66%;
}

.offset-2 {
    margin-left: 33.33%;
}

.offset-3 {
    margin-left: 50%;
}

.offset-4 {
    margin-left: 66.66%;
}

.offset-5 {
    margin-left: 83.33%;
}

.col.centered {
    float: none;
    margin: 0 auto;
}

.col.right {
    float: right;
}

.content {
    min-height: 50px;
    width: 100%;
    background-color: black;
    float: left;
}

.jumbotron {
    float: left;
    width: 100%;
    margin: 0px 0 50px 0;
    padding: 80px 0;
}

.jumbotron .container {
    margin-top: 0;
    margin-bottom: 0;
}

.pink {
    background-color: #fbe8e3;
}

.row-title {
    width: 100%;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 50px;
}

/* .no-margin-left {

    padding-left: 80px;

}

 */
/* Menu */

header {
    /*width: 100%;*/
    /* Modif SX */
    /*height: 177px;*/
    /*float: left;*/
    /*clear: both;*/
}

header .container {}

header .nav-button {
    float: right;
    position: relative;
}

header .menu-label {
    font-family: "Fedra Sans Screen Bold";
    float: right;
    padding: 15px 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    right: 45px;
    top: 0;
}

header #mobile_controls {
    padding: 15px 0 15px 15px;
    display: block;
    width: 30px;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 15;
}

header #mobile_controls span {
    height: 2px;
    width: 100%;
    background: #2b2b2b;
    float: left;
    margin-bottom: 5px;
    transition: all 0.5s;
}

header #mobile_controls span.active {
    background: #2b2b2b;
    transition: all 0.5s;
}

header #mobile_controls span.active#mobile_controls_1 {
    transform: translateY(8px) rotate(135deg);
    -ms-transform: translateY(8px) rotate(135deg);
    -webkit-transform: translateY(8px) rotate(135deg);
}

header #mobile_controls span.active#mobile_controls_2 {
    transform: translateY(8px) rotate(-30deg);
    -ms-transform: translateY(8px) rotate(-30deg);
    -webkit-transform: translateY(8px) rotate(-30deg);
    opacity: 0;
}

header #mobile_controls span.active#mobile_controls_3 {
    transform: translateY(-6px) rotate(-135deg);
    -ms-transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
}

header #logo {
    /*width: 100%;  Modif SX*/
    /*height: 75px; Modif SX */
    width: 200px;
    /* Ajout SX */
}

@media screen and (min-width: 1080px) {
    header #logo {
        width: 300px;
        /* Ajout SX */
    }
}

/* Animation */

.home svg {
    width: 100%;
    float: left;
    -webkit-transition-timing-function: cubic-bezier(.68, -0.12, .38, 1.12);
    -webkit-transition-timing-function: cubic-bezier(.68, -0.12, .38, 1.12);
    -moz-transition-timing-function: cubic-bezier(.68, -0.12, .38, 1.12);
    -o-transition-timing-function: cubic-bezier(.68, -0.12, .38, 1.12);
    transition-timing-function: cubic-bezier(.68, -0.12, .38, 1.12);
}

.home svg svg {
    fill: white;
}

.stop-anim {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.stop-anim h3:hover {
    cursor: pointer;
}

/*Menu overlay*/

.no-overflow {
    overflow: hidden;
}

.header-touch .block-nav {
    float: right;
}

.menu-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.menu-overlay.show {
    display: block;
}

.menu-overlay.overlay {
    display: block;
}

.menu-overlay .container {
    margin: 0;
    height: 100%;
}

.menu-overlay .menu {
    height: 100%;
    margin: 0;
}

.menu-overlay .col {
    height: 100%;
}

.menu-overlay .border {
    height: 3px;
    width: 35px;
    margin-bottom: 20px;
    float: left;
    clear: both;
    background-color: #fff;
}

.menu-overlay .overlay-nav {
    background-color: #ebebeb;
    position: relative;
}

.menu-overlay .overlay-logo {
    margin-top: 50px;
    padding: 50px;
    box-sizing: border-box;
}

.menu-overlay .overlay-logo img {
    width: 100%;
}

.menu-overlay nav {
    padding: 177px 0 50px 50px;
}

.menu-overlay nav li {
    float: left;
    clear: both;
    font-size: 24px;
    line-height: 42px;
}

.menu-overlay nav li a:before {
    background: #1d1d1b;
}

.menu-overlay nav li:hover {
    color: #1d1d1b;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.menu-below {
    position: absolute;
    bottom: 0;
    padding: 0 0 30px 50px;
}

.menu-below nav {
    font-size: 14px;
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
}

.menu-below nav li {
    font-size: 14px;
    line-height: 1.5em;
}

.menu-below .border {
    background-color: #000;
    margin-bottom: 50px;
}

.social-menu {
    width: 100%;
    float: left;
    clear: both;
    margin: 20px 0;
}

.social-menu li {
    float: left;
    clear: none;
    width: auto;
    height: 25px;
    margin-right: 10px;
    display: block;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.social-menu li img {
    height: 100%;
    width: auto;
}

.social-menu li a:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

/* Home */
.true-index .cover-wrapper {
    background-color: #2b2b2b;
}

.true-index .cover-wrapper .cover {
    min-height: 450px;
    opacity: 1;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.true-index .cover-wrapper:hover .cover {
    opacity: 0.4;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

/* Page */

.content-centered {
    width: 75%;
    margin: 10% auto;
    text-align: center;
}

.cover-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;


    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;

}

.cover {
    width: 100%;
    opacity: 0.7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.cover-title {
    position: absolute;
    max-width: 75%;
    text-align: center;
    letter-spacing: 0.4em;
    flex: 1 1 auto;
}

.content-title {
    position: static;
    text-align: center;
    letter-spacing: 0.4em;
    margin-bottom: 20px;
}

.title,
.sub-title {
    text-transform: uppercase;
    font-size: 30px;
}

.sub-title {
    font-size: 16px;
}

.white {
    color: #fff;
}

.border {
    display: block;
    height: 3px;
    width: 35px;
    background-color: #2b2b2b;
    margin: 25px auto;
}

.white .border {
    background-color: #fff;
}

/* SUPPLENTATION */

.page-template-about .cover,
.page-template-about .cover-wrapper .cover-title {
    opacity: 1;
}

/* Produits */

.slideshow {
    overflow: hidden;
}

.flexslider ul,
.flexslider li {
    margin: 0;
    width: 100%;
    float: left;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;



}

.flexslider li {
    display: block;
    text-align: left;
}

.title-slideshow .cover-title,
.true-index .cover-title {
    max-width: 100%;
    width: 100%;
    padding: 0px 5%;
    box-sizing: border-box;
}

.flexslider img {
    width: 100%;
    float: left;
}

.cat-item {
    position: relative;
    margin-bottom: 10px;
}

.cat-item .cover-title {
    z-index: 2;
    font-family: "Fedra Sans Screen Bold", sans-serif;
    color: #fff;
}

.cover-wrapper .cover-title,
.produit-item .cover-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    opacity: 0;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;

}

.cover-wrapper:hover .cover-title {
    opacity: 1;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.cover-wrapper.title-slideshow .cover-title {
    opacity: 1;
}

.cat-item .cover-title h3 {
    font-size: 20px;
}

.single-produit .cat-item .cover-title h3 {
    font-size: 16px;
    letter-spacing: 0.2em;
}

.cat-item .cover-cat {
    width: 100%;
    z-index: 1;
    background-color: #000;
    opacity: 1;
    text-align: center;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.cat-item img {
    float: left;
    width: 100%;
    opacity: 1;
}

.cover-cat:hover img {
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    opacity: 0.4;
}

.produit-item {
    width: 100%;
    height: auto;
    float: left;
    background-color: #000;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.produit-item .cover-title {
    max-width: 100%;
    width: 100%;
    padding: 20px 20px;
    float: none;
    clear: none;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: center;
    opacity: 0;
    box-sizing: border-box;
    z-index: 2;
}

.produit-item .cover-title h2 {
    font-size: 16px;
}

.more {
    font-size: 14px;
    margin: 5px 0;
}

.cover-item-produit {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: -5px;
}

.produit-item img {
    vertical-align: middle;
    opacity: 0.99;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.produit-item:hover .cover-item-produit img {
    opacity: 0.4;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.produit-item:hover .cover-title {
    opacity: 1;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.product-page-pack-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.product-page-pack-head,
.product-page-pack-info {
    float: left;
    clear: both;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.product-page-pack-head {
    padding-top: 20px;
    text-transform: uppercase;
}

.product-page-pack-head h3 {
    letter-spacing: 1px;
    font-family: "Fedra Sans Screen Bold", sans-serif;
}

.product-page-pack-info {
    font-size: 13px;
    padding: 5px 0;
}

.product-page-pack-info .cost {
    float: left;
    clear: both;
    width: 100%;
}

.page-std p {
    text-align: justify;
}

/* Product-single */

.title {
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 4px;
    font-family: 'Fedra Sans Screen Bold';
}

.product-info {
    padding: 50px;
    box-sizing: border-box;
    color: #2b2b2b;
}

.product-info a:link:before,
.product-info a:visited:before {
    background-color: #2b2b2b;
}

.product-images-wrapper {
    width: 100%;
}

.product-images-wrapper li {
    display: block;
    margin-bottom: 6px;
    float: left;
    clear: both;
    overflow: hidden;
}

.product-images-wrapper .max-H {
    width: auto;
}

.product-images-wrapper .max-H img {
    float: left;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.product-info header {
    margin-top: 50px;
    height: auto;
}

.product-desc {
    width: 75%;
    margin: 0 auto 50px auto;
}

.product-desc h2 {
    font-size: 16px;
    font-weight: normal;
}

.product-title,
.product-desc,
.product-info footer {
    text-align: center;
}

.product-tech {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 30px;
}

.product-tech-info {
    float: left;
    clear: both;
    font-size: 14px;
    margin-bottom: 10px;
}

.label {
    font-family: "Fedra Sans Screen Bold", sans-serif;
    text-transform: uppercase;
    font-variant: small-caps;
}

.product-info footer {
    font-size: 13px;
}

.product-list-element {
    margin: 20px 0;
}

.product-list-element li {
    list-style: circle;
    margin-bottom: 5px;
}

.product-info .caption {
    font-size: 14px;
}

/* Category Product */

.gird {
    width: 100%;
}

.category .row-title {
    text-align: center;
    font-size: 16px;
}

.category main .col-2:nth-child(3n+3) {
    width: 16.66%
}

.category main .col-2:nth-child(2n+1) {
    width: 16.66%;
}

.category main .col-2:nth-child(3n+2) {
    width: 33.33%;
}

.category img {
    opacity: 0.95;
}

/* Realisation */

.soon {
    height: 350px;
    background-color: #ebebeb;
}

.soon .cover-title {
    opacity: 1;
}

/* Realisation-single */

.single-realisation .product-title {
    margin: 150px auto 0 auto;
    width: 90%;
}

.galery .col-3 {
    float: left;
    clear: both;
    margin-bottom: 10px;
}

.galery .col-3:nth-child(1n) {
    float: left;
    width: 66.66%;
}

.galery .col-3:nth-child(2n) {
    float: right;
    width: 50%;
}

.galery .col-3:nth-child(3n) {
    float: left;
    width: 50%;
}

/*Blog*/
.blog-wrapper .col-3 {
    width: 50%;
    margin: 0 auto;
    float: none;
}

/* Mentions Légales */

.b-accordion__titre {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #2b2b2b;
}

.b-accordion__icon {
    transform: rotate(-90deg);
    width: 24px;
    transition: transform .5s;
}

.b-accordion__icon svg {
    fill: none;
    stroke: #2b2b2b;
    stroke-width: 3;
}

.b-accordion__container {
    float: left;
    width: 100%;
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1s;
}

.b-accordion.is--active .b-accordion__icon {
    transform: rotate(0deg);
    transition: transform .5s;
}

.b-accordion.is--active .b-accordion__container {
    opacity: 1;
    max-height: 1000vh;
    margin: calc(var(--m) * 1px) 0 calc(var(--m) * 2px) 0;
    transition: all 1s;
}


/* Contact */
address {
    width: 100%;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    line-height: 1.5em;
}

.adress p {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
}

#contact .product-info {
    float: left;
    clear: both;
    width: 100%;
}

#contact .product-info form {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 36px;
}

input,
textarea {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 0;
    outline-width: 0;
    box-sizing: border-box;
    transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

textarea {
    height: 240px
}

input:focus,
textarea:focus {
    outline-color: #2b2b2b;
    outline-width: 1px;
    border-radius: 0;
    outline-style: solid;
    transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

input[type="submit"] {
    width: 50%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Fedra Sans Screen Bold", sans-serif;
    background-color: #fff;
}

input[type="submit"]:hover {
    background-color: #2e2e2e;
    color: white;
}

.modal__overlay {
    position: fixed !important;
    z-index: 1200;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.33);
    cursor: pointer;

}

.m-modal {
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.m-modal.is--active {
    opacity: 1;
    pointer-events: auto;
    transition: 0.5s;
}

.is--fullsize {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.m-modal .border {
    background: #fff;
}

.m-modal span {
    display: block;
    width: 100%;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    padding: 36px;
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
    transform: translate(-50%, -50%);
    z-index: 1200;
}

@media only screen and (max-width: 1024px) {
    .flexslider img {
        top: -25%;
    }
}

@media only screen and (max-width: 950px) {
    .container {
        margin: 25px 40px;
    }

    .col {
        margin-bottom: 10px;
    }

    .col-1 {
        width: 33.33%;
    }

    .col-2 {
        width: 50%;
    }

    .col-4 {
        width: 100%;
    }

    .col-6 {
        width: 100%;
    }

    .offset-1 {
        margin-left: 16.66%;
    }

    .offset-2 {
        margin-left: 33.33%;
    }

    .offset-3 {
        margin-left: 50%;
    }

    .offset-4 {
        margin-left: 66.66%;
    }

    .offset-5 {
        margin-left: 83.33%;
    }

    .main-header {
        height: auto;
    }

    .main-header .container {
        position: relative;
    }

    /*.main-header .brand { Modif SX */
    /*    width: 33.33%;*/
    /*    margin-left: 0;*/
    /*    height: auto;*/
    /*}*/
    .block-nav {
        position: absolute;
        right: 0;
        /*margin-top: 15px; Modif SX */
    }

    /* About */

    #about .col-2 {
        width: 100%;
    }

    /* Produit */

    .slidesjs-container {
        height: 100%;
        text-align: center;
    }

    .flexslider li {
        text-align: center;
    }

    .flexslider img {
        width: auto;
        height: 100%;
        top: 0;
        left: -25%;
        right: 25%;
        text-align: center;
        position: relative;
    }

    /* Produit-single */

    article>.col-2 {
        width: 100%;
    }

    .product-info {
        width: 100%;
        clear: both;
    }

    /* Realisation */

    #realisations .offset-1 {
        margin-left: 0;
    }

    .single-realisation .product-title {
        margin: 25px auto 0 auto;
        float: none;
    }

    /* Contact */

    #contact .big-row>.col-2 {
        width: 100%;
    }

    #contact .product-info {
        width: 100%;
    }

    .page-template-default .offset-2 {
        margin-left: 0;
    }

    .page-template-default main .col-2 {
        width: 100%;
    }

    #blog .blog-exerpt {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .container {
        margin: 25px 25px;
    }

    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5 {
        width: 100%;
    }

    .offset-1,
    .offset-2,
    .offset-3,
    .offset-4,
    .offset-5 {
        margin-left: 0;
    }

    .big-row {
        margin-bottom: 25px;
    }

    /*.brand { Modif SX */
    /*    width: 33.33%;*/
    /*    margin-left: 33.33%;*/
    /*}*/
    .block-nav {
        /*float: right;*/
        /* Modif SX */
    }

    .menu-overlay .overlay-logo {
        display: none;
    }

    .menu-overlay nav {
        padding: 20px 0 20px 20px;
    }

    .menu-below {
        padding: 0 0 20px 20px;
    }

    .menu-below nav {
        padding: 0;
    }

    .title {
        font-size: 20px;
    }

    .sub-title {
        font-size: 14px;
        letter-spacing: 0;
    }

    .flexslider img {
        left: 0;
        right: 0;
    }

    .product-info {
        padding: 25px;
        float: left;
        clear: both;
    }

    .galery .col-3 {
        float: left;
        clear: both;
        width: 100%;
    }

    .galery .col-3:nth-child(1n) {
        float: left;
        width: 100%;
    }

    .galery .col-3:nth-child(2n) {
        float: left;
        width: 100%;
    }

    .galery .col-3:nth-child(3n) {
        float: left;
        width: 100%;
    }

    .category main .col-2 h2 {
        font-size: 16px;
    }

    .category main .col-2:nth-child(3n+3) {
        width: 50%
    }

    .category main .col-2:nth-child(2n+1) {
        width: 50%;
    }

    .category main .col-2:nth-child(2n) {
        width: 50%;
    }

    .category main .col-2:nth-child(3n+2) {
        width: 100%;
    }

    .category img {
        opacity: 0.95;
    }
}

@media only screen and (max-height: 900px) {
    .home svg {
        height: 100%;
    }
}

.yoast {
    display: none;
    visibility: hidden;
}


.desc_accueil {

    font-size: 1.2em;
    max-width: 1600px;
    display: block;
    margin: auto auto auto auto;

}

div#colonne1 {
    float: left;
    width: 500px;
    margin-right: 25px;
}

div#colonne1 h2 {
    font-family: 'Fedra Sans Screen Bold';
}

div#colonne2 h2 {
    font-family: 'Fedra Sans Screen Bold';
}

div#colonne3 h2 {
    font-family: 'Fedra Sans Screen Bold';
}

div#colonne2 {
    float: left;
    width: 500px;
    margin-right: 25px;
}

div#colonne3 {
    float: left;
    width: 500px;
    margin-right: 25px;
}

.home .cover-wrapper {

    margin-bottom: 3em;

}

/* Modifications SX 02-20 */
/*========================*/

/* Page catégorie et page produits */
.col-4sx {
    width: 100%;
}

.vignette-product {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.produit-item {
    position: relative;
    background-color: transparent;
    margin-bottom: 0;
}

.cover-item-produit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
}

.produit-item .cover-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: none;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.cover-item-produit img {
    height: 100%;
    flex: 1;
    object-fit: contain;
}

@media screen and (min-width: 600px) {
    .cover-item-produit {
        height: 250px;
    }

    .vignette-product {
        display: flex;
        margin-bottom: 0;
        height: 250px;
    }

    .col-4sx {
        width: 50%;
    }
}

@media screen and (min-width: 780px) {
    .vignette-product {
        height: 300px;
    }
}

@media screen and (min-width: 980px) {
    .vignette-product {
        display: flex;
        /*height: 350px;*/
    }

    .col-4sx {
        width: 33.33333%;
    }
}

@media screen and (min-width: 1280px) {
    .vignette-product {
        display: flex;
        /*height: 400px;*/
    }

    .col-4sx {
        width: 25%;
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Menu principal Mobile first */
.main-header {
    position: relative;
}


/*
Apparence du burger menu
3 barres qui, si menu déroulé, se positionnent en croix pour fermer le menu
*/
#burger-menu {
    border: 0;
    background: transparent;
    width: 34px;
    height: 34px;
    cursor: pointer;

    position: absolute;
    top: -3.8em;
    right: 0;
    display: block;
    padding: 1em;
}

.menu-bar {
    display: inline-block;
    width: 34px;
    height: 3px;
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.menu-bar:before,
.menu-bar:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 3px;
    background: #000000;
    transition: 0.5s;
}

.menu-bar:before {
    top: -9px;
    left: 0;
}

.menu-bar:after {
    top: 9px;
    left: 0;
}

.menu-link.active .menu-bar {
    background: transparent;
}

.menu-link.active .menu-bar:before {
    top: 0;
    transform: rotate(45deg);
}

.menu-link.active .menu-bar:after {
    top: 0;
    transform: rotate(135deg);
}

.header-navigation nav[role=navigation] {
    display: none;
}

.header-navigation nav[role=navigation].burger-toggled {
    display: block;
}

.header-navigation .block-nav {
    position: relative;
    z-index: 999;
    margin-top: 15px;
}

.header-navigation .block-nav li {
    font-size: 24px;
    padding-bottom: 20px;
}

.header-navigation .sub-menu {
    display: block;
}

.header-navigation .block-nav .sub-menu li {
    margin-left: 16px;
    padding-bottom: 6px;
}

.header-navigation .sub-menu li a {
    font-size: 16px;
}

/*@media screen and (min-width: 460px) {*/
/*    .header-navigation .brand {*/
/*        text-align: center;*/
/*    }*/
/*}*/

@media screen and (min-width: 1200px) {
    .header-navigation {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        /*center;*/
    }

    #burger-menu {
        display: none;
    }

    .header-navigation nav[role=navigation] {
        display: block;
    }

    .header-navigation .block-nav li {
        display: inline-block;
        position: relative;
        margin-left: 20px;
    }

    .header-navigation .block-nav li .sub-menu {
        display: none;
    }

    .header-navigation .block-nav li .sub-menu li {
        margin-left: 10px;
        display: block;
    }

    .header-navigation .block-nav li .sub-menu li.current-menu-item span {
        font-size: 16px;
        text-decoration: underline;
    }

    .header-navigation .block-nav .menu-item-has-children:hover .sub-menu,
    .header-navigation .block-nav .menu-item-has-children:focus .sub-menu {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50px;
        padding: 10px;
        border: 1px solid #000000;
        min-width: 10em;
        background-color: #ffffff;
        z-index: 9;
    }

    .header-navigation .block-nav .menu-item-has-children:focus .sub-menu .menu-item {
        position: relative;
    }
}

.home .col-6 {
    padding: 0;
}

/* Ajout d'une recherche dans le menu */
.search-box-wrapper {}

.search-box-wrapper input.search-field {
    border: 1px solid #ccc;
    float: none;
    width: 100px;
    padding: 5px;
}

.search-box-wrapper .search-submit {
    font-size: 16px;
    background-color: white;
    border: none;
}

.search .wrap {
    margin: 0 80px;
}

/* Ajout d'un footer sur toutes les pages */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

.l-footer {
    background-color: #000000;
    color: #fff;
    padding: 50px 80px;
}

.l-footer .row {
    display: flex;
    justify-content: space-between;
}

.l-footer__logo,
.l-footer__menus {
    width: 50%;
}

.l-footer__menus {
    display: flex;
    justify-content: space-between;
}

.l-footer__mentions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-top: 1px solid #61715f;
    margin-top: 50px;
    padding-top: 24px;
}

.l-footer__mentions ul {
    display: flex;
    justify-content: space-between;
}

.l-footer__mentions span,
.l-footer__mentions ul {
    width: 50%;
}

.l-footer__logo svg {
    fill: white;
    width: 16%;
    height: auto;
}

.l-footer span,
.l-footer li {
    line-height: 24px;
    font-size: 12px;
}

.l-footer a:link,
.l-footer a:visited {
    color: #61715f;
    transition: color .5s;
}

.l-footer a:hover {
    color: white;
    transition: color .5s;
}

@media screen and (max-width: 980px) {
    .l-footer {
        padding: 25px 25px;
    }

    .l-footer .row,
    .l-footer__menus,
    .l-footer__mentions,
    .l-footer__mentions ul {
        flex-direction: column;
    }

    .l-footer__mentions span,
    .l-footer__mentions ul,
    .l-footer__logo,
    .l-footer__menus {
        width: 100%;
    }

    .l-footer__logo {
        margin-bottom: 24px;
    }

    .l-footer__mentions {
        margin-top: 12px;
    }

    .l-footer__more-marge {
        margin-top: 12px;
        float: left;
        width: 100%;
    }
}

/* Page de recherche */
.search-result {
    margin: 20px 0;
}

/*Page accueil responsive*/
.home .row,
.home .col {
    float: none;
}

.home .col,
.home div#colonne1,
.home div#colonne2,
.home div#colonne3 {
    float: none;
    width: 100%;
    margin-right: 0;
}

@media screen and (min-width: 980px) {
    .desc_accueil {
        display: flex;
        margin-left: -30px;
        max-width: 100%;
    }

    .home div#colonne1,
    .home div#colonne2,
    .home div#colonne3 {
        margin-left: 30px;
        width: calc(33.33% - 30px);
    }
}