/*!
Theme Name: carton
Theme URI: https://them.es/starter
Author: them.es
Author URI: https://them.es/
Description: 
Version: 3.3.5
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: carton
*/
/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */
/* From http://codex.wordpress.org/CSS */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    max-width: 100%;
}
.gallery-item a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}
.gallery-caption {
    display: block;
    margin-bottom: 0;
    padding: 0 10px 0 0;
    text-align: left;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.bypostauthor {
    font-weight: bold;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* GLOBAL */
:root {
    --creme: #FFF1DF;
    --jaune: #FEFB00;
    --pomme: #AAE25B;
}
body {
    overflow-x: hidden;
}
body * {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}
h1, body h2, h3 {
    font-family: 'Raleway', cursive;
}
body.home h1 {
    font-family: 'Raleway';
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
}
body h1.entry-title {
    font-family: 'Raleway';
    font-size: 60px;
}
body h2, body h2 span, body h2 a, body h2 strong {
    font-family: "Raleway";
    font-size: 55px;
}
body h3, body h3 * {
    font-family: "Raleway";
    font-size: 25px;
    margin-bottom: 25px;
}
body.home h3 {
    font-size: 35px;
}
body a, body a:hover {
    transition: 0.2s ease-in-out all;
}
body #main a {
    color: #99cc00;
    font-weight: 900;
    text-decoration: underline;
}
body #main a:hover {
    color: #749b00;
}
h1 span, h1 strong {
    font-family: inherit;
    font-size: inherit;
}
body ::marker {
    color: var(--pomme);
}
p {
    line-height: 27px;
}
.fissure-beige-haut .wpb_single_image, .fissure-beige-bas .wpb_single_image {
    margin-bottom: 0;
}
.home-concept {
    margin-bottom: 0;
}
body #header.scrolling {
    padding: 25px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
body #header.scrolling .navbar-brand img {
    width: 180px;
}
body.home #header.scrolling {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
body.home .home-concept h2 {
    font-size: 150px;
}
body a.btn-cv, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, body .input-line input[type="submit"], #nav-below a {
    background-color: var(--jaune);
    border: none;
    border-radius: 50px;
    color: #000 !important;
    color: #333333;
    font-family: 'Raleway';
    font-weight: 700;
    padding: 14px 30px;
    text-decoration: none !important;
    text-transform: lowercase;
    transition: 0.2s ease-in-out all;
}
body .sub-header .btn-cv {
    color: #8BC63A !important;
}
.btn-cv:hover, body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, body .input-line input[type="submit"]:hover, #nav-below a:hover {
    background-color: var(--pomme);
    color: #000000;
    transition: 0.2s ease-in-out all;
}
body .big-btn a {
    font-size: 22px !important;
}
body.home img {
    border-radius: 0 !important;
}
/* effet photo */
body .effet-photo img, body.single .entry-content img, body .img-full-w img {
    border-radius: 0 !important;
    display: flex;
}
body .effet-photo .vc_single_image-wrapper, body.single p {
    position: relative;
    z-index: 2
}
body .effet-photo .vc_single_image-wrapper img, body.single .entry-content img {
    position: relative;
    width: calc(100% - 30px);
    z-index: 3;
}
body .effet-photo .vc_single_image-wrapper::after, body.single .effet-photo::after {
    background-color: var(--pomme);
    background-position: 15px 15px;
    background-size: cover;
    bottom: -30px;
    content: "";
    display: inherit;
    height: 100%;
    position: absolute;
    right: 0;
    width: calc(100% - 30px);
    z-index: 1;
}
body.single .effet-photo {
    margin-bottom: 50px;
}
/* effet h2 */
.texte-marron h2 {
    background-color: #F0CA96;
    display: inline-block;
    font-size: 55px;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.texte-marron h2::before {
    background-color: white;
    content: '';
    display: inline-flex;
    height: 100%;
    left: 0;
    position: absolute;
    width: 15px;
    z-index: -1;
}
.texte-marron h2::after {
    background-color: #F0CA96;
    display: inline-flex;
    height: 100%;
    position: absolute;
    right: -35px;
    top: 0;
    width: 35px;
    z-index: -2;
}
body.home .texte-marron h2 {
    font-family: 'Raleway';
    font-size: 80px;
}
.texte-vert h2 {
    background-color: var(--pomme);
    display: inline-block;
    font-size: 55px;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
body.home h2 {
    font-size: 55px;
}
.texte-vert h2::before {
    background-color: white;
    content: '';
    display: inline-flex;
    height: 100%;
    left: 0;
    position: absolute;
    width: 15px;
    z-index: -2;
}
body .texte-vert.quote h2, body .texte-marron.quote h2 {
    left: 50%;
    transform: translateX(-50%);
}
body .texte-vert.quote h2::after, body .texte-marron.quote h2::after {
    background-image: url(assets/img/quote.png);
    background-position: top left;
    background-repeat: no-repeat;
    content: '';
    height: 140px;
    left: -14%;
    position: absolute;
    top: -85px;
    width: 140px;
    z-index: -1;
}
body .content-quote {
    margin-bottom: 150px;
    margin-top: 150px;
}
.texte-vert h2::after {
    /*content: '';*/
    /*display: inline-flex;*/
    /*height: 100%;*/
    /*right: -35px;*/
    /*top: 0;*/
    /*width: 35px;*/
}
body.home .texte-vert h2 {
    font-family: 'Raleway';
    font-size: 80px;
}
/* chapo */
.chapo {
    margin-bottom: 0;
    margin-top: -20px;
}
.chapo p, .chapo p * {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}
body.home .chapo p {
    font-size: 48px;
    font-weight: 900;
    line-height: 1;
    margin-top: -5px;
}
/* HEADER */
.sub-header {
    background-color: #8BC63A;
}
.sub-header * {
    color: white;
    font-weight: 700;
}
.sub-header .phone a:hover {
    color: #333333;
}
.sub-header a:hover path {
    fill: #333;
    transition: 0.2s ease-in-out all;
}
.sub-header .container {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    width: 100%;
}
.sub-header .btn-cv, #navbar .btn-cv {
    background-color: #fff;
    color: #8BC63A;
    margin-right: 7px;
    margin-top: 1px;
    padding: 6px 20px;
    text-transform: uppercase;
}
.sub-header .btn-cv:hover, #navbar .btn-cv:hover {
    background-color: #000;
    color: #fff;
}
body .gros-bouton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 30px;
    margin-top: 20px;
    padding: 20px 60px;
}
#navbar .mobile-bottom {
    display: none;
}
nav#header {
    background-color: #fff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    padding: 50px 0;
}
body.home nav#header {
    box-shadow: none;
}
nav#header .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
nav#header .container ul {
    margin-right: 0 !important;
}
.logo-mobile {
    align-items: center;
    background-color: white;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 50px 0;
    padding-left: 2px;
    padding-right: 15px;
}
.logo-mobile img {
    height: auto;
    width: 200px;
}
.mobile-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body .mobile-bottom a {
    margin-bottom: 3%;
    margin-top: 3%;
}
#navbar {
    justify-content: flex-end;
}
#navbar a {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
#navbar .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: #7AB02F;
    position: relative;
}
#navbar .navbar-nav a:hover {
    color: var(--pomme);
}
#navbar .navbar-nav .nav-link.active::after {
    bottom: -20px;
    content: url(assets/img/feuille.svg);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
body .header-bottom {
    background-color: var(--creme);
    background-image: url("assets/img/bg-header.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 120px 0;
    position: relative;
}
body .header-bottom::after {
    background-image: url("assets/img/forme-carton.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 72px;
    position: absolute;
    width: 100%;
}
body .navbar-brand img {
    height: auto;
    width: 220px;
}
body #breadcrumbs * {
    color: #000000;
    font-size: 14px;
}
body #breadcrumbs a:hover {
    color: var(--pomme);
}
body .breadcrumb_last {
    font-weight: 700;
}
/* FOOTER */
body #footer {
    margin-top: 50px;
}
body .footer-top {
    background-color: var(--creme);
    background-image: url(assets/img/effet-carton-blanc.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
body .carton-footer {
    width: 60%;
}
body .footer-top .menu.nav {
    flex-direction: column;
}
body .footer-top .menu.nav a {
    color: #000000;
    font-weight: 700;
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
}
body #footer .menu-item a[aria-current=page] {
    color: #7AB02F;
}
body #footer .footer-top .container {
    padding-bottom: 65px;
    padding-left: 8%;
    padding-right: 8%;
}
body footer .navbar-brand img {
    margin-top: 90px;
}
body footer .row:first-child {
    padding-bottom: 25px;
}
body footer .footer-bottom {
    background-color: #8BC63A;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}
body footer .footer-bottom * {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
body footer .footer-bottom p {
    margin-bottom: 0;
}
body footer .footer-bottom a {
    color: #fff;
}
body footer .footer-bottom a:hover {
    color: #333333;
}
body footer .fa-brands {
    color: #333;
    transition: 0.2s ease-in-out all;
}
body footer a:hover .fa-brands, body .footer-top .menu.nav a:hover {
    color: #7AB02F;
    transition: 0.2s ease-in-out all;
}
/* ACCUEIL */
.slider-home::after {
    background-image: url(assets/img/fissure-bas.png);
    background-position: bottom left;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.slider-home::before {
    background-image: url(assets/img/fissure-haut.png);
    background-position: top right;
    /*background-position: right;*/
    background-size: cover;
    content: "";
    height: 100px;
    position: absolute;
    width: 100%;
    z-index: 5;
}
body .slider-home h2 {
    font-family: 'Raleway', cursive !important;
}
body .slider-home h2 strong {
    color: var(--pomme);
    font-family: 'Raleway', cursive !important;
    font-size: inherit;
}
.home-concept h2 {
    font-size: 150px
}
body .fissure-beige-bas .vc_column-inner {
    margin-top: -1px;
    padding-top: 0 !important;
}
.eco-home {
    color: white;
    margin-top: -160px;
    padding-top: 160px;
    z-index: -1;
}
.eco-home h2 {
    font-size: 50px;
}
.ronds-vert {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.ronds-vert .rond {
    background-color: rgba(140, 182, 45, 0.7);
    border: 9px solid rgba(255, 241, 223, 0.7);
    border-radius: 500px;
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: center;
    padding: 20px;
    padding-top: 50px;
    text-align: center;
    width: 270px;
}
.ronds-vert .rond .img {
    display: flex;
    justify-content: center;
}
.ronds-vert .rond img {
    display: flex;
    justify-content: center;
    max-height: 55px;
    max-width: 100px;
    object-fit: contain;
    text-align: center;
    width: 100%;
}
.ronds-vert .rond .km {
    color: white;
    font-family: 'Raleway';
    font-size: 23px;
    font-style: normal;
    position: absolute;
    right: 2%;
    top: -10px;
}
.ronds-vert .rond .infos {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: fit-content;
}
.ronds-vert .rond .counter {
    color: #FFF1DF;
    font-family: 'Raleway';
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
}
.ronds-vert .rond .texte {
    color: #FFFFFF;
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.ronds-vert .rond p {
    margin-bottom: 5px;
}
.ronds-vert .rond.gauche, .ronds-vert .rond.droit {
    margin-top: 10%;
}
body .home-vente h2 {
    font-family: 'Raleway';
    font-size: 40px;
    font-weight: 700;
}
.home-vente .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-size: 22px;
    margin-top: 40px;
}
body .feuille-droite {
    background-position: right !important;
    background-size: contain !important;
}
body .feuille-gauche {
    background-position: left !important;
    background-size: contain !important;
}
.fissure-blanche-haut {
    background-image: url('assets/img/fissure-blanche-haut.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 150px;
}
body .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 0;
}
body.home iframe {
    border-radius: 15px;
}
body .effet-fissures-beige {
    background: url('assets/img/fissure-blanche-haut2.png') top no-repeat, url('assets/img/fissure-blanche-bas.png') no-repeat bottom;
    background-size: contain;
    margin-bottom: 100px;
    margin-top: 100px;
    padding-bottom: 150px;
    padding-top: 150px;
}
#main img {
    border-top-right-radius: 50px;
}
.faq {
    background-image: url("./assets/img/feuille-grise.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    border: 7px solid #F8F8F8;
    padding: 72px;
}
.grecaptcha-badge {
    visibility: hidden;
}
body #cn-notice-buttons > a {
    color: #333 !important;
}
/* ARTICLES */
body.blog #nav-below {
    border-top: 1px solid var(--pomme);
    margin-top: 50px;
    padding-top: 50px;
}
body.blog article {
    transition: 0.5s ease-in-out all;
    width: calc(50% - 8px);
}
body.blog article:hover .mb-4 a .effet-photo .vc_single_image-wrapper::after {
    background-color: #97CC4CFF;
    transition: 0.5s ease-in-out all;
    width: calc(100% + 25px);
}
body.blog #main h2 a {
    color: inherit;
    margin-bottom: 20px;
    text-decoration: none;
}
body.blog h2 {
    margin-bottom: 20px;
}
body.blog p {
    margin: 55px 0 20px 0;
}
body.blog #main article h2 a:hover {
    color: #97CC4CFF;
}
body.blog .effet-photo img {
    height: 315px;
    margin-bottom: 40px;
    object-fit: cover;
}
body.blog .effet-photo {
    height: 315px;
    margin-bottom: 40px;
    object-fit: cover;
}
body.blog .btn-cv {
    display: inline-block;
}
body.single .entry-meta {
    background: rgba(170, 226, 91, 0.9);
    bottom: 105px;
    padding: 20px;
    position: relative;
}
body.single .entry-meta * {
    color: #333;
    font-weight: 900;
}
body.single .post-thumbnail img {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0 !important;
}
body.single {
    z-index: 3
}
body.single .single-une {
    /*margin-top: -10%;*/
    position: relative;
    z-index: 4;
}
body.single .single-une .post-thumbnail img {
    width: 100%;
}
body.single .header-bottom {
    z-index: 5;
}
body .entry-meta p {
    margin-bottom: 0;
}
body .entry-meta i {
    margin-right: 8px;
}
body.single .post-navigation {
    margin-bottom: 60px;
    margin-top: 60px;
}
body.single .mt-5 {
    border-width: 3px;
    color: var(--pomme);
}
.displayflex .input-line p {
    display: flex;
    width: 100%;
}
.displayflex .input-line p span {
    width: 100%;
}
body .input-line {
    margin-bottom: 30px !important;
}
body .input-line input:not([type="checkbox"]),
body .input-line textarea {
    background-color: var(--creme);
    border: none;
    border-radius: 50px;
    font-weight: 500;
    padding: 20px 25px;
    width: 90%;
}
body .input-line input:not([type="checkbox"])::placeholder,
body .input-line textarea::placeholder {
    color: #B89668;
    font-weight: 200;
}
body .input-line input:not([type="checkbox"]):focus-visible,
body .input-line textarea:focus-visible {
    outline: 2px solid var(--pomme);
}
body .input-line textarea {
    border-radius: 20px;
    height: inherit;
    width: 100%;
}
body .displayflex > .input-line > p > span:last-child {
    display: flex;
    justify-content: end;
}
body .input-line textarea {
    padding-top: 20px;
}
body .input-line input[type="submit"] {
    display: flex;
    font-weight: 700;
    margin: auto;
    margin-top: 25px;
    width: inherit;
}
body .input-line input[type="submit"] {
    background-color: var(--jaune);
    font-size: 22px;
}
body .input-line input[type="submit"]:disabled {
    background-color: #ffffbb;
    color: grey !important;
}
body .wpcf7-list-item {
    display: flex;
    margin: auto;
    max-width: 500px;
}
body .small-form p {
    font-size: 10px;
}
body .modele-appel .texte-vert, body .modele-appel .texte-marron {
    margin-bottom: 0;
}
body .contact-appel > div:not(:last-child) {
    border-right: 2px solid var(--pomme);
}
body .contact-appel > div:last-child > div {
    background-position: left !important;
}
body .contact-appel > div:first-child > div {
    background-position: right !important;
}
body .slider {
    margin-top: 70px;
}
body .slider::before {
    background: url(./assets/img/quote-top.png);
    /*background-position: top left;*/
    background-repeat: no-repeat;
    background-size: 220px auto;
    content: "";
    display: block;
    height: 183px;
    left: -100px;
    position: absolute;
    top: -80px;
    width: 220px;
}
body .slider::after {
    background-image: url("./assets/img/quotes-bottom.png");
    /*background-position: bottom right;*/
    background-repeat: no-repeat;
    background-size: 220px auto;
    bottom: -50px;
    content: "";
    display: block;
    height: 183px;
    position: absolute;
    right: -25px;
    width: 220px;
    z-index: -1;
}
body .slider .slick-prev:before, body .slider .slick-next:before {
    /*color: var(--pomme) !important;*/
}
body .slider .slide img {
    border: 1px solid #eee;
    height: 114px;
    margin: auto;
    margin-bottom: 25px;
    object-fit: cover;
    width: 230px;
}
body .slider .slide {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
body .slider .slide .nom {
    font-weight: 700;
    margin-bottom: 0;
}
body .slick-next::before {
    background: url(./assets/img/chevron-right-black.png);
    background-repeat: no-repeat;
    background-size: 28px 48px;
    content: "";
    display: block;
    height: 48px;
    width: 28px;
}
body .slick-prev::before {
    background: url(./assets/img/chevron-left-black.png);
    background-repeat: no-repeat;
    background-size: 28px 48px;
    content: "";
    display: block;
    height: 48px;
    width: 28px;
}
body .slick-prev {
    left: 0;
    top: 20%;
    z-index: 2;
}
body .slick-next {
    right: 0;
    top: 20%;
    z-index: 2;
}
/* ------------- heart animation */
@keyframes heart {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.2);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.2);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
.fa-heart {
    animation: heart 1.25s ease-in-out infinite;
    color: #D0445E !important;
    font-size: 15px;
    padding: 0 5px;
    transition: all 0.25s ease-in-out 0s;
}
.fa-heart:hover {
    animation: heart 1.25s ease-in-out infinite;
    color: #C02A46 !important;
    cursor: pointer;
}
.fa-heart:hover path {
    transition: all 0.25s ease-in-out;
}
/* BURGER */
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: none;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 15px 15px;
    text-transform: none;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    z-index: 3;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #D4AC76;
}
.hamburger-box {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 40px;
}
.hamburger-inner {
    display: block;
    margin-top: -2px;
    top: 50%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #D4AC76;
    border-radius: 4px;
    height: 4px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent !important;
    transition-delay: 0.22s;
}
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(0, 10px, 0) rotate(45deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-display {
    display: none;
}
body.single-post .header-bottom {
    background-color: transparent;
    background-image: url("assets/img/single-post-bg.png");
    background-position: right bottom;
}
body.single-post .header-bottom::after {
    content: none;
}
body.single-post #main {
    margin-top: -7%;
}
@media screen and (max-width: 1200px) {
    body.single-post #main {
        margin-top: -10%;
    }
    .ronds-vert {
        align-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .ronds-vert .rond.gauche, .ronds-vert .rond.droit {
        margin-top: inherit;
    }
    .ronds-vert .rond {
        margin-bottom: 25px;
    }
    body.home .vc_col-sm-2 {
        display: none !important;
    }
    body.home .vc_col-sm-8 {
        width: 100%;
    }
    body.home .vc_col-sm-4 {
        width: 50%;
    }
    body.blog .col-md-12 .row {
        flex-direction: column;
        margin-left: 70px;
        margin-right: 70px;
    }
    body.blog .col-md-12 .row article {
        margin-bottom: 40px;
        width: 100%;
    }
}
@media screen and (max-width: 998px) {
    body .texte-vert.quote h2::after, body .texte-marron.quote h2::after {
        content: none;
    }
    body #navbar .navbar-nav {
        flex-wrap: wrap;
        justify-content: end;
    }
    body .slider-home h2 {
        /*font-size: 50px !important;*/
    }
    body .n2-ss-text {
        font-size: 22px !important;
    }
    body.home .vc_col-sm-8 h1 {
        font-size: 35px;
    }
    body.home .home-concept h2 {
        font-size: 100px;
    }
    body h2, body.home .texte-marron h2, body.home .texte-vert h2 {
        font-size: 55px;
    }
    body.home .chapo p, body .chapo p {
        font-size: 30px;
    }
    body .arguments {
        flex-wrap: nowrap;
    }
    .displayflex .input-line p {
        flex-direction: column;
    }
    body .input-line input:not([type="checkbox"]), body .input-line textarea {
        width: 100%;
    }
    body .input-line input[type="submit"] {
        width: auto;
    }
    body .contact-appel {
        display: flex;
        flex-direction: column;
    }
    body .contact-appel > div:not(:last-child) {
        border-bottom: 2px solid var(--pomme);
        border-right: none;
    }
    body .contact-appel .vc_col-sm-6 {
        padding-bottom: 25px;
        padding-top: 25px;
        width: 100%;
    }
    body .vc_empty_space {
        height: 35px !important;
    }
    .faq {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    body * {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
    }
    body .footer-top .container > .row:last-child > .col-md-5 {
        /*width: 50%;*/
    }
    body .footer-top .container > .row:last-child > .col-md-5 > .col-md-6 {
        width: 100%;
    }
    body .footer-top .container > .row:last-child > .col-md-2 {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    body #header .navbar-brand img, .logo-mobile img {
        width: 180px;
    }
    body #header {
        padding: 25px 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 3333;
    }
    body {
        padding-top: 167px !important;
    }
    body.single-post #main {
        margin-top: -12%;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.blog .col-md-12 .row {
        margin-left: inherit;
        margin-right: inherit;
    }
    body.blog article:hover .mb-4 a .effet-photo .vc_single_image-wrapper::after {
        width: calc(100% + 15px);
    }
    body.blog p {
        margin: 35px 0 20px 0;
    }
    .mobile-display {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    body .sub-header .btn-cv:hover, body #navbar .btn-cv:hover {
        color: #fff !important;
    }
    body #navbar.navbar-collapse.collapse.show, body #navbar.navbar-collapse.collapsing {
        background: url(assets/img/feuille-mobile.png), #7AB02F;
        background-position: bottom right;
        background-repeat: no-repeat;
        bottom: 0;
        height: 100vh;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.5s ease-in-out all;
        z-index: 999;
    }
    body .logo-mobile, body #header {
        height: 167px;
    }
    body .logo-mobile .container {
        padding: 0;
    }
    body .navbar-nav {
        margin-bottom: 8%;
        margin-top: 8%;
    }
    body .hamburger {
        display: inline-block;
        z-index: 1000;
    }
    .logo-mobile {
        display: flex;
    }
    #navbar a {
        color: #fff;
        text-align: center;
    }
    #navbar .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
        color: #333;
    }
    #navbar .navbar-nav a:hover {
        color: #1b1b1b;
    }
    #navbar .navbar-nav .nav-link.active::after {
        content: none;
    }
    #navbar .btn-cv {
        display: flex;
        justify-content: center;
        margin: auto;
        width: fit-content;
    }
    #navbar .mobile-bottom {
        display: flex;
    }
    .sub-header {
        display: none;
    }
    body .navbar-brand img {
        width: 150px;
    }
    body #footer .footer-top .container > .row:first-child .col-md-5 {
        display: none;
    }
    body #footer .row {
        text-align: center;
    }
    body .navbar-brand img {
        width: 200px;
    }
    body .effet-fissures-beige {
        margin-bottom: 50px;
        margin-top: 50px;
        padding-bottom: 60px;
        padding-top: 60px;
    }
    body .gros-bouton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
        font-size: 22px;
    }
    body .content-quote {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    body #navbar a {
        padding: 12px;
    }
    .collapse.show {
        overflow: hidden;
    }
    .slider-home::before {
        background-image: none;
        content: none;
    }
    .slider-home {
        padding-bottom: 20px;
    }
    .slider-home::after {
        bottom: -10px;
    }
    body.home .slider-home h2 *, body.home .slider-home h2 {
        font-size: 30px !important;
    }
    body.home .slider-home h2 {
        /*font-size: inherit !important;*/
        line-height: 1 !important;
        margin-bottom: 10px;
    }
    body .slider-home div#n2-ss-2 .n2-ss-slide {
        height: 100vw;
    }
    body .img-home-cartons {
        margin-bottom: 20px !important;
        margin-top: 10px !important;
    }
    body .effet-photo .vc_single_image-wrapper img, body.single .entry-content img {
        width: calc(100% - 15px);
    }
    body .effet-photo .vc_single_image-wrapper::after, body.single .effet-photo::after {
        bottom: -15px;
        width: calc(100% - 15px);
    }
    html {
        overflow-x: hidden;
    }
}
@media screen and (max-width: 564px) {
    body.single-post #main {
        margin-top: -17%;
    }
    body.blog article:hover .mb-4 a .effet-photo .vc_single_image-wrapper::after {
        width: calc(100% + 8px);
    }
    body div#n2-ss-2 .n-uc-1DHp6GDhmfRI-inner {
        padding: 10px 50px 10px 50px;
    }
    body.home .home-concept h2 {
        font-size: 55px;
    }
    body h2, body.home .texte-marron h2, body.home .texte-vert h2 {
        font-size: 35px;
    }
    .texte-marron h2::after, .texte-vert h2::after {
        content: none;
    }
    body .home-vente h2 {
        font-size: 25px;
    }
    body .texte-droite {
        position: absolute;
        right: 0;
        width: 70% !important;
    }
    body .texte-gauche {
        left: 0;
        position: absolute;
        width: 70% !important;
        z-index: 2;
    }
    body .wpb_single_image.vc_align_left {
    }
    .texte-vert h2, .texte-marron h2 {
        font-size: 35px;
    }
    body h1.entry-title {
        font-size: 50px;
    }
    body .effet-photo .vc_single_image-wrapper::after, body.single .effet-photo::after {
        bottom: -8px;
        width: calc(100% - 8px);
    }
    body .effet-photo .vc_single_image-wrapper img, body.single .entry-content img {
        width: calc(100% - 8px);
    }
    .faq {
        margin-left: 10px !important;
        margin-right: 10px !important;
        padding: 30px 5px 0 5px;
    }
    body.home .chapo p, body .chapo p {
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
    }
    body .chapo {
        margin-bottom: 10px;
    }
    body .gros-bouton .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
        font-size: 18px;
        padding: 15px 35px;
    }
    body .arguments .image-droite {
        margin-left: auto;
    }
    body .arguments img {
        filter: hue-rotate(357deg);
        opacity: 0.3;
    }
    body .video h2 {
        font-size: 30px;
    }
    .fissure-blanche-haut {
        padding-top: 50px;
    }
    .vc_row:after, .vc_row:before {
        content: " ";
        display: table;
    }
    body .big-arguments {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    body .slider::before {
        content: none;
    }
    body .slider::after {
        background-size: 150px auto;
        right: -50px;
    }
    body .slick-next::before, body .slick-prev::before {
        background-size: 20px;
    }
    body .slick-prev {
        left: 20px;
    }
    body .slick-next {
        right: 20px;
    }
}

/* quote search form - added by Squilik */

.quote-form {
    margin-top: 30px;
    margin-bottom: 30px !important;
}

.quote-form input[type="text"],
.quote-form button {
    background-color: var(--creme);
    border-radius: 50px;
    border: none;
}

.quote-form input:not([type="checkbox"]):focus-visible, 
.quote-form textarea:focus-visible {
    outline: 2px solid var(--pomme);
}

.quote-form .form-control:focus {
    box-shadow: none;
}

.quote-form .form-floating>label,
.quote-form .form-floating>.form-control {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.quote-form button[type="submit"] {
    background-color: var(--jaune);
    font-family: 'Raleway';
    font-weight: 500;
    color: grey !important;
    font-size: 22px;
}

.quote-form button[type="submit"]:hover {
    background-color: var(--pomme);
}

@media (max-width: 992px) {
    .quote-form .col {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

/* custom wooproducttable table - added by Squilik */

.wpt_product_table img {
    border-top-right-radius: 0 !important;
}

.wpt_product_table .wpt_product_title_in_td {
    font-weight: 600;
}

body.wpt_table_body .wpt-wrap table.wpt_product_table tbody tr a.button.add_to_cart_button {
    background-color: var(--jaune) !important;
    color: grey !important;
    font-family: 'Raleway';
    font-weight: 600 !important;
    border-radius: 50px;
    border: none !important;
    padding: 13px 25px;
}

.wpt-wrap table#wpt_table.wpt_product_table a.added_to_cart.wc-forward {
    display: none;
}

.wpt_product_table .qib-button-wrapper input[type="number"] {
    background-color: var(--creme) !important;
    border: none !important;
}

.wpt_product_table .qib-button-wrapper .qib-button {
    border: none !important;
}

body.wpt_table_body .wpt-wrap .wpt_product_table .qib-button-wrapper .qib-button.minus,
body.wpt_table_body .wpt-wrap .wpt_product_table .qib-button-wrapper .qib-button.plus {
    background: #8BC63A !important;
}

.wpt_product_table .qib-button-wrapper .qib-button.minus {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-right: 1px solid var(--wpt_product_title) !important;
}

.wpt_product_table .qib-button-wrapper .qib-button.plus {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-left: 1px solid var(--wpt_product_title) !important;
}

/* custom wooproducttable thumbs popup - added by Squilik */

.wpt_thumbs_popup .wpt_popup_image_wrapper {
    max-width: 1000px !important;
}

.wpt_thumbs_popup .wpt_popup_image_wrapper .wpt_wrapper_title {
    font-size: 25px;
    margin-bottom: 15px !important;
}

/* custom wooproducttable quickview - added by Squilik */

.cawqv-modal .cart {
    display: none !important;
}

.cawqv-modal .product_title {
    font-size: 35px;
}

.cawqv-modal .minimodal-modal-close {
    font-size: 30px;
    top: 0;
}

/* custom wooproducttable footer cart - added by Squilik */

.wpt_table_body .wpt-new-footer-cart {
    background-color: #8BC63A !important;
    opacity: 1;
}

.wpt-new-footer-cart .woocommerce-Price-amount,
.wpt-new-footer-cart .wpt-cart-subtotal {
    display: none;
}

.wpt-new-footer-cart .wpt-lister ul li:nth-last-child(2) {
    border: none;
}

/* custom woocommerce-checkout - form - added by Squilik  */

.woocommerce-checkout .wc-block-checkout__payment-method {
    display: none;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox-control input[type=text] {
    background-color: var(--creme) !important;
    border-radius: 50px !important;
    border: none !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox-control input[type=text] {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox-control label {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-form .components-combobox-control__suggestions-container input[type=tel]:focus,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox-control input[type=text]:focus
 {
    outline: 2px solid var(--pomme) !important;
}

.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, 
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], 
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, 
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    outline: 2px solid var(--pomme) !important;
    box-shadow: none;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, 
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: var(--creme) !important;
    border: 2px solid  var(--pomme);
    border-top: 0;
    box-shadow: none !important;
    margin: 3em 0 0;
    padding: 0;
}

/* custom woocommerce-checkout - order summary - added by Squilik  */

.woocommerce-checkout .wc-block-components-order-summary-item img {
    border-radius: 0 !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price,
.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-low-stock-badge,
.woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-price,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-checkout .wc-block-components-totals-wrapper:last-child {
    display: none;
}

.woocommerce-checkout .other_palettes {
    margin-top: 30px;
}

/* custom woocommerce-checkout - order actions - added by Squilik  */

.woocommerce-checkout .wc-block-checkout__actions_row button {
    background-color: var(--jaune);
    font-family: 'Raleway';
    font-weight: 600;
    color: grey !important;
    font-size: 22px;
    border: none !important;
    border-radius: 50px;
}

/* custom woocommerce-order-received - added by Squilik */

.woocommerce-order-received h2 {
    font-size: 35px;
}

.woocommerce-order-received .woocommerce ul.order_details {
    padding-left: 0;
    margin-top: 30px;
}