/*
	Theme Name: Je Vois la Vie en Vosges
	Theme URI: https: //www.agencebastille.com/
	Description: Je Vois la Vie en Vosges
	Version: 1.4.3
	Author: Agence Bastille
	Author URI: https: //www.agencebastille.com/

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
    font-family: "Panton";
}

body {
    font-family: "Panton";
    color: #444;
}

.logged-in.admin-bar {
    position: relative;
}

main {
    background-color: #fff;
}

a:hover {
    text-decoration: none;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

p a:not(.main-btn) {
    color: #CB1517;
    text-decoration: underline;
}

ul {
    margin-top: 32px;
}

li {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #1D1D1D;
}


/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

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

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

.anim-js-input {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: rgba(66, 66, 66, 0.65);
    background-color: #ffffff;
    padding: 0 15px;
    position: absolute;
    z-index: 10;
    left: 35px;
    top: 30%;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms;
}

.anim-js-input.active {
    top: 0;
    opacity: 1;
}

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

p {
    margin: 0;
}

.text-white,
.text-white a {
    color: #fff!important;
}

.text-black,
.text-black a {
    color: #000;
}

.text-dark,
.text-dark a {
    color: #444444;
}

.no-padding {
    padding: 0!important;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-75 {
    font-size: 75px!important;
}

.fs-100 {
    font-size: 100px;
}

.op-1 {
    opacity: 0.1
}

.op-2 {
    opacity: 0.2
}

.op-3 {
    opacity: 0.3
}

.op-4 {
    opacity: 0.4
}

.op-5 {
    opacity: 0.5
}

.op-6 {
    opacity: 0.6
}

.op-7 {
    opacity: 0.7
}

.op-8 {
    opacity: 0.8
}

.op-9 {
    opacity: 0.9
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-100 {
    padding-right: 100px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.w100 {
    width: 100%!important;
}

.h100 {
    height: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.anim-300 {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.anim-300-effect {
    webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.flex {
    display: flex;
}

.absolute {
    position: absolute;
}

.vertical-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    padding: 0;
}


/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/

.main-btn {
    padding: 27px 29px;
    background: #CB1517;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: fit-content;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 300ms;
}

.main-btn.white {
    background: #FFFFFF;
    color: #2E504C;
}

.main-btn.green {
    background: #2E504C;
    color: #FFFFFF;
}

.main-btn img,
.main-btn svg {
    margin-left: 18px;
}

.main-btn.white svg path {
    fill: #2E504C;
}

.main-btn:hover {
    background: #AD0A11;
    color: #FFFFFF;
}

.main-btn.white:hover {
    background: #c9c9c9;
    color: #2E504C;
}

.main-btn.green:hover {
    background: #294744;
    color: #ffffff;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background: rgba(29, 29, 29, 0);
    backdrop-filter: blur(0px);
    padding-bottom: 0px;
    transition: backdrop-filter 300ms, padding-bottom 300ms, background 300ms;
}

.header.scroll {
    position: fixed;
    top: -60px;
    background: rgba(29, 29, 29, 0.5);
    backdrop-filter: blur(5px);
}

.header.scroll > .row {
    align-items: center;
}

.logo-header {
    padding: 40px 80px 0 80px;
    transform: translateY(0px) scale(1);
    /* transition: all 300ms; */
}

.logo-header img {
    transform: translateY(0px) scale(1);
    transition: all 300ms;
}

.header.scroll .logo-header img {
    transform: translateY(22px) scale(0.7);
}

.wrap-menu-header {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.menu-top {
    background: rgba(29, 29, 29, 0.1);
    display: flex;
    width: 100%;
}

.menu-main {
    display: flex;
    align-items: center;
    transition: all 300ms;
}

.header.scroll .menu-main {
    padding-top: 28px;
    padding-bottom: 18px;
}

.item-menu-top {
    padding: 16px 50px;
    font-family: Panton;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    transition: all 300ms;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.item-menu-top:hover {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(29, 29, 29, 0.1);
}

.item-menu-main {
    font-family: Panton;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 71px;
    transition: all 300ms;
}

.item-menu-main:hover {
    color: #CB1517;
}

.item-menu-main.special {
    padding: 15px 10px;
    background: #CB1517;
    color: #FFFFFF;
    width: fit-content;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 300ms;
}

.item-menu-main.special:hover {
    background: #FFFFFF;
    color: #CB1517;
}


/*------------------------------------*\
    BANNER HOME
\*------------------------------------*/

.sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: auto;
    width: 56px;
    background-color: #ffffff;
    z-index: 999;
}

#musicModal iframe {
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-top: 24px;
}

#musicModal .accroche-modal {
    margin-top: 16px;
}

.item-sidebar {
    height: 56px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-icon-sidebar {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.wrap-icon-sidebar.custom {
    background-color: #ffffff;
    padding: 0 15px;
}

@media screen and (max-width: 768px) {
    .wrap-icon-sidebar.custom {
        padding: 15px 0;
    }
    .wrap-icon-sidebar.custom img {
        height: 100%;
    }
}


.special .wrap-icon-sidebar {
    background-color: #CB1517;
}

.desc-item-sidebar {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #1D1D1D;
    background: #FFDD95;
    transition: all 300ms;
    transform: translateX(-101%);
    width: max-content;
}

.special .desc-item-sidebar {
    background: #AD0A11;
    color: #ffffff;
}

.item-sidebar:hover .desc-item-sidebar {
    transform: translateX(0%);
}


/*------------------------------------*\
    BANNER HOME
\*------------------------------------*/


.title-archive {
    margin-bottom: 50px;
    z-index: 2;
    position: relative;
}

.title-section.archive {
    padding-top: 0!important;
}

.bloc-archive.vert .title-archive {
    color: #ffffff!important;
}

.slider-banner-home .banner-archive {
    min-height: 100vh;
}

.slider-banner-home .wrap-content-banner-archive {
    position: relative;
}

.slider-banner-home .wrap-content-banner-archive h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.slider-banner-home .slick-dots {
    position: absolute;
    bottom: 40px;
}

.slider-banner-home .slick-dots li button:before {
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    opacity: .54;
}

.wrap-slider-banner-home {
    position: relative;
}

.controls-slider-hp {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    padding-right: 134px;
    width: 100%;
}

.left-slide-hp,
.right-slide-hp {
    cursor: pointer;
}

.left-slide-hp {
    margin-right: 8px;
}

.slider-banner-home .wrap-content-banner-archive .desc {
    z-index: 2;
}

.video-banner-home {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    object-fit: cover;
}

.wrap-slider-banner-home .wrap-content-banner-archive .wrap-btn {
    margin-top: 80px;
}

.img-video-banner-home {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    object-fit: cover;
}

.banner-home {
    height: 100vh;
    width: 100%;
    position: relative;
    background-position: bottom center!important;
    background-size: cover!important;
    overflow: hidden;
}

.banner-home h1,
.banner-home h1 p {
    font-family: Oranges And Lemons Script;
    font-style: normal;
    font-weight: normal;
    font-size: 170px!important;
    line-height: 115px;
    text-align: center;
    color: #FFFFFF;
    transform: rotate(-3deg);
    max-width: 654px;
    margin-bottom: 40px;
}

.img-banner-home {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    max-width: inherit;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/V-home.svg);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/V-home.svg);
    -webkit-mask-size: 2000px;
    mask-size: 2000px;
    -webkit-mask-position: center;
    mask-position: center;
}

.wrap-text-banner-home {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15vh;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.content-footer {
    background: #F4F4F4;
    padding: 80px 0;
}

.content-footer h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2A2826;
    margin-bottom: 36px;
}

.footer-link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #545458;
    width: 50%;
    margin-bottom: 16px;
}

.footer-address,
.footer-address p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #545458;
}

.sn-footer {
    margin-top: 24px;
}

.item-sn-footer {
    margin-right: 22px;
}

.copyright {
    padding: 48px 0;
    background: #FFDD95;
    font-family: Panton;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #1D1D1D;
}

.sub-footer-menu {
    display: flex;
}

.item-sub-menu-footer {
    margin-right: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}


/*------------------------------------*\
    Bloc image texte
\*------------------------------------*/

.image-text.craft {
    background-image: url('/wp-content/themes/jevoislavienevosges/img/craft.png');
    background-position: center;
    background-size: cover;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 105% 100%;
    mask-size: 105% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-top: -37px;
}

.title-section {
    padding-top: 120px;
}

.title-section .h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #B18059;
    margin-bottom: 20px;
}

.craft .title-section .h2 {
    color: #2A2826;
}

.title-section .h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 56px!important;
    line-height: 56px;
    text-align: center;
    color: #1D1D1D;
    text-transform: uppercase;
}

.craft .title-section .h3 {
    color: #ffffff;
}

.title-section .h3-special {
    font-family: Oranges And Lemons Script;
    font-style: normal;
    font-weight: normal;
    font-size: 96px!important;
    text-align: center;
    transform: rotate(-3deg);
    width: fit-content;
    margin: 0 auto;
    text-transform: none;
}

.mask-img-text {
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/cercle-image.svg);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/cercle-image.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
}

.mask-img-text.square {
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.svg);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
}

.content-image-text {
    margin-top: 54px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    margin-bottom: -30px;
}

.wrap-btn-text-image {
    margin-top: 24px;
}

.wrap-btn-text-image.archive {
    margin-top: -55px;
}

.wrap-btn-text-image.archive a:hover {
    background: #AD0A11;
}

.craft .content-image-text {
    margin-top: 54px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    padding-bottom: 140px;
}

.craft.image-text .title-section {
    padding-top: 180px;
}


/*------------------------------------*\
    Bloc 3 colonnes
\*------------------------------------*/

.three-cols {
    background: rgba(81, 81, 81, 0.04);
}

.wrap-three-cols {
    padding-top: 86px;
    padding-bottom: 86px;
}

.wrap-imgs-three-cols {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
    min-height: 140px;
}

.abs-imgs-three-cols {
    position: absolute;
}

.title-three-col {
    font-family: Oranges And Lemons Script;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 58px;
    text-align: center;
    color: #CB1517;
}

.sub-title-three-col {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #1D1D1D;
}

.wrap-btn-three-cols {
    padding-bottom: 110px;
}


/*------------------------------------*\
    Bloc Modes de vie
\*------------------------------------*/

.stories.green {
    background: #2E504C;
    position: relative;
    overflow: hidden;
}

.stories .title-section {
    z-index: 2;
    position: relative;
}

.img-bg-forest {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #2E504C;
}

.img-bg-forest-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2E504C;
}

.stories.green .title-section h2 {
    color: #FFDD95;
}

.stories.green .title-section h3 {
    color: #FFFFFF;
}

.craft-vertical-bg {
    position: absolute;
    height: calc(100% + 100px);
    left: 0;
}

.img-stories {
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/carre-mask.svg);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/carre-mask.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 60px);
    margin-left: 60px;
}

.item-stories {
    margin-top: 200px;
    margin-bottom: 200px;
}

.text-item-stories {
    padding-left: 120px;
}

.text-item-stories h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
}

.stories.green .text-item-stories h3 {
    color: #FFFFFF;
}

.text-item-stories h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 16px;
}

.stories.green .text-item-stories h4 {
    color: #FFFFFF;
}

.desc-item-stories {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    margin-top: 32px;
}

.stories.green .desc-item-stories p {
    color: #FFFFFF;
}

.list-icon-text {
    margin-top: 32px;
}

.item-list-icon-text {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.stories.green .item-list-icon-text {
    color: #FFFFFF;
}

.item-list-icon-text img {
    height: 20px;
    margin-right: 16px;
}

.content-image-text .item-stories:nth-of-type(2n) {
    display: flex;
}

.content-image-text .item-stories:nth-of-type(2n) .order-img {
    order: 2;
}

.content-image-text .item-stories:nth-of-type(2n) .order-txt {
    order: 1;
}

.content-image-text .item-stories:nth-of-type(2n) .text-item-stories {
    padding-left: 0;
    padding-right: 120px;
}

.content-image-text .item-stories:nth-of-type(2n) .craft-vertical-bg {
    right: 0;
    left: auto;
}

.content-image-text .item-stories:nth-of-type(2n) .img-stories {
    margin-left: 0px;
    margin-right: 60px;
}

.wrap-bottom-btn-stories {
    margin-bottom: 100px;
}

.stories {
    position: relative;
}

.img-abs-stories-1 {
    position: absolute;
    left: 40px;
    top: 11%;
}

.img-abs-stories-2 {
    position: absolute;
    right: 47px;
    bottom: 34%;
}


/*------------------------------------*\
    Bloc Actus slider
\*------------------------------------*/

.wrap-slider-actu {
    position: relative;
}

.slider-actu {
    margin: 0 -20px;
    margin-top: 50px;
}

.slide-slider-actu {
    padding: 20px;
    position: relative;
}

.slide-slider-actu .wrap-img-archive {
    position: relative;
}

.slide-slider-actu .hover-img-post {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
}

.slide-slider-actu:hover .hover-img-post {
    opacity: 1;
    pointer-events: all;
}

.main-img-slide-slider-actu {
    height: 300px;
    width: 100%;
    object-fit: cover;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.title-slide-slider-actu {
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: #1D1D1D;
    margin-top: 20px;
}

.wrap-desc-slide-slider-actu {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 12px;
    /* height: 70px; */
    overflow: hidden;
}

.desc-slide-slider-actu {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    max-width: 100%;
}

.desc-slide-slider-actu p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.slider-actu .list-icon-text {
    margin-top: 16px;
}

.slider-actu .item-list-icon-text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #1D1D1D;
    margin-top: 0px;
}

.slider-actu .tag {
    background: url(/wp-content/themes/jevoislavienevosges/img/tag.png);
    background-position: center;
    background-size: 100% 100%;
    padding: 10px 15px;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    width: fit-content;
    color: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 2;
}

.arrows-slider-actu {
    position: absolute;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    padding-top: 30px;
    pointer-events: none;
}

.arrows-slider-actu .arrow-left {
    transform: translateX(-50%);
    pointer-events: all;
}

.arrows-slider-actu .arrow-right {
    transform: translateX(50%);
    pointer-events: all;
}

.arrows-slider-actu {
    cursor: pointer;
}

.wrap-bottom-btn-actu {
    margin-top: 60px;
    margin-bottom: 100px;
}


/*------------------------------------*\
    Bloc Banniere archive
\*------------------------------------*/

.banner-archive {
    padding: 150px 70px 70px 70px;
    width: 100%;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}

.wrap-content-banner-archive {
    padding: 180px 120px;
    background-position: top !important;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.wrap-content-banner-archive h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
}

.wrap-content-banner-archive .desc {
    margin-top: 24px;
    max-width: 720px;
    font-family: Panton;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.wrap-content-banner-archive .desc p {
    color: #FFFFFF;
}

.wrap-content-banner-archive .wrap-btn {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.wrap-content-banner-archive .wrap-btn .btn-2 {
    margin-left: 16px;
}

.small-btn {
    height: 62px;
    width: 62px;
    background-color: #CB1517;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    cursor: pointer;
}

.banner-archive .small-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: 2;
}


/*------------------------------------*\
    Bloc Banniere article
\*------------------------------------*/

.banner-article {
    padding: 210px 70px 70px 70px;
    background-position: center !important;
    background-size: cover !important;
}

#breadcrumbs span {
    display: flex;
}

.banner-archive #breadcrumbs,
.banner-archive #breadcrumbs a {
    font-family: Panton;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    /* line-height: 16px; */
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: normal;
    margin-bottom: 24px;
}

.banner-archive #breadcrumbs a {
    margin-right: 14px;
}

.banner-article #breadcrumbs,
.banner-article #breadcrumbs a {
    font-family: Panton;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    /* line-height: 16px; */
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: normal;
}

.banner-article #breadcrumbs a {
    margin-right: 14px;
}

.list-icon-text-banner-article {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 42px;
}

.list-icon-text-banner-article .item-list-icon-text {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 20px;
}

.banner-article h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 66px;
    color: #FFFFFF;
    margin-top: 24px;
}

.banner-article .sub-title {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 16px;
}

.banner-article .extrait,
.banner-article .extrait p {
    margin-top: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
}

.banner-article .mask-img-text.square {
    /* position: absolute; */
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}


/*------------------------------------*\
    Bloc Titre
\*------------------------------------*/

.title-section.bloc {
    padding: 90px 0 0 0;
}


/*------------------------------------*\
    Bloc Fil d'Ariane
\*------------------------------------*/

.breadcumb {
    padding: 90px 0;
    display: flex;
    justify-content: center;
}

.breadcumb #breadcrumbs,
.breadcumb #breadcrumbs a {
    font-family: Panton;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}

.breadcumb #breadcrumbs a {
    margin-right: 14px;
}

#breadcrumbs a {
    text-decoration: none;
}


/*------------------------------------*\
    Bloc Text Simple
\*------------------------------------*/

.simple-text {
    padding: 90px 0;
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.simple-text h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 36px;
}

.simple-text h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 36px;
}

.simple-text a {
    color: #CB1517;
    text-decoration: underline;
}

.wrap-simple-text {
    max-width: 720px;
}


/*------------------------------------*\
    Bloc Image Texte
\*------------------------------------*/

.image-texte {
    padding: 90px 0;
}

.inverse .left-text-image {
    order: 2;
}

.inverse .right-text-image {
    order: 1;
}

.title-image-texte {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 36px;
}

.mask-img-text.square {
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}


/*------------------------------------*\
    Slider avis
\*------------------------------------*/

.slider-avis {
    max-width: 100%;
    width: 820px;
    position: relative;
}

.items-slider-avis {
    padding: 20px 50px 0 50px;
}

.wrap-slider-avis {
    padding: 90px 0;
    display: flex;
    justify-content: center;
}

.wrap-slider-avis .title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.slider-avis .texte {
    position: relative;
}

.slider-avis .texte p {
    font-family: Oranges And Lemons Script Up;
    font-style: normal;
    font-weight: normal;
    font-size: 62px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 15px;
}

.slider-avis .texte::before {
    content: url(/wp-content/themes/jevoislavienevosges/img/quotes.svg);
    position: absolute;
    top: -10px;
    left: -36px;
}

.slider-avis .texte::after {
    content: url(/wp-content/themes/jevoislavienevosges/img/quotes.svg);
    position: absolute;
    bottom: -10px;
    right: -36px;
}

.slider-avis .nom {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    display: flex;
    justify-content: center;
    margin-top: 46px;
}

.slider-avis .age {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.arrows-slider-avis {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.arrows-slider-avis .arrow-left {
    transform: translatex(-100%);
    cursor: pointer;
}

.arrows-slider-avis .arrow-right {
    transform: translatex(100%);
    cursor: pointer;
}

.wrap-controls-slider-avis {
    position: relative;
}


/*------------------------------------*\
    Bloc bouton
\*------------------------------------*/

.button {
    padding-bottom: 90px;
}


/*------------------------------------*\
    Bloc images
\*------------------------------------*/

.wrap-slider-images {
    padding: 90px 0;
    display: flex;
    justify-content: center;
}

.wrap-controls-slider-images {
    display: flex;
    justify-content: center;
    position: relative;
    width: 720px;
}

.slider-images {
    max-width: 100%;
    position: relative;
}

.items-slider-images {
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.items-slider-images img,
.items-slider-images iframe {
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 100%;
}

.slider-images .desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-top: 3px;
}

.slick-dots li {
    margin: 0 0px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #CB1517;
}

.arrows-slider-images {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.arrows-slider-images .arrow-left {
    transform: translatex(-50%);
    cursor: pointer;
    pointer-events: all;
}

.arrows-slider-images .arrow-right {
    transform: translatex(50%);
    cursor: pointer;
    pointer-events: all;
}

.wrap-controls-slider-images {
    position: relative;
}


/*------------------------------------*\
    Bloc images
\*------------------------------------*/

.slider-chiffre {
    max-width: 100%;
    width: 820px;
    position: relative;
}

.items-slider-chiffre {
    padding: 0 50px;
}

.wrap-slider-chiffre {
    padding: 90px 0;
    display: flex;
    justify-content: center;
}

.wrap-slider-chiffre .title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 39px;
}

.slider-chiffre .texte {
    position: relative;
}

.slider-chiffre .chiffre {
    font-family: Oranges And Lemons Script Up;
    font-style: normal;
    font-weight: normal;
    font-size: 190px;
    line-height: 94px;
    text-align: center;
    color: #CB1517;
    padding-top: 20px;
}

.slider-chiffre .texte {
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-top: 45px;
}

.arrows-slider-chiffre {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.arrows-slider-chiffre .arrow-left {
    transform: translatex(-100%);
    cursor: pointer;
}

.arrows-slider-chiffre .arrow-right {
    transform: translatex(100%);
    cursor: pointer;
}

.wrap-controls-slider-chiffre {
    position: relative;
}


/*------------------------------------*\
    Bloc engagement
\*------------------------------------*/

.engagement {
    background-color: rgba(81, 81, 81, 0.04);
    margin-top: 90px;
    margin-bottom: 90px;
}

.engagement .bg-left {
    height: 590px;
    background-position: left center!important;
    background-repeat: no-repeat!important;
    padding: 80px 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.engagement .wrap-imgs-three-cols {
    width: fit-content;
    margin-bottom: 0;
}

.engagement .title {
    font-style: normal;
    font-weight: 800;
    font-size: 56px;
    line-height: 56px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.engagement .sub-title {
    font-family: Oranges And Lemons Script;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 58px;
    color: #FFDD95;
    text-transform: lowercase;
    transform: rotate(-3deg);
    margin-top: -12px;
}

.engagement.vivre .sub-title {
    color: #2E504C;
}

.accroche {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: #FFFFFF;
}

.engagement.vivre .accroche {
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

.bg-right {
    padding: 26px 26px 26px 110px;
    height: 590px;
}

.bg-right .wrap-scroll {
    padding-right: 69px;
    padding-top: 63px;
    padding-bottom: 63px;
    height: 100%;
    overflow: auto;
}

.bg-right .wrap-scroll p {
    font-size: 17px;
    line-height: 28px;
}

.bg-right .wrap-scroll ul {
    margin-top: 15px;
}

.bg-right .wrap-scroll ul li {
    font-size: 17px;
    line-height: 28px;
}

.wrap-scroll::-webkit-scrollbar {
    width: 8px;
}

.wrap-scroll::-webkit-scrollbar-track {
    background: #EBEBEB;
    border-radius: 45px;
}

.wrap-scroll::-webkit-scrollbar-thumb {
    background: #CB1517;
    border-radius: 45px;
}

.wrap-scroll::-webkit-scrollbar-thumb:hover {
    background: #CB1517;
}

.bg-right h2,
.bg-right h3,
.bg-right h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 24px;
}

.bg-right .main-btn {
    margin-top: 8px;
}

.bloc-archive {
    padding-top: 120px;
    padding-bottom: 70px;
}

.wrap-img-archive {
    height: 330px;
    width: 100%;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: cover !important;
}

.sub-title-archive {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1D1D1D;
    margin-top: 16px;
}

.bloc-archive.vert .sub-title-archive {
    color: #ffffff;
}

.bloc-archive .title {
    margin-top: 24px;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1D1D1D;
}

.hover-img-post {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 300ms;
}

.item-post-archive {
    margin-bottom: 92px;
}

.item-post-archive:hover .hover-img-post {
    opacity: 1;
}

.visible_item {
    display: none;
}

.button-group-home {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    margin-right: 10px;
    padding: 3px 10px;
    color: #000000;
    background-image: url(/wp-content/themes/jevoislavienevosges/img/bg-filter-btn.png);
    background-position: bottom;
    background-size: 100% 0%;
    background-repeat: no-repeat;
    transition: all 300ms;
    cursor: pointer;
}

.button-group-home:hover {
    background-size: 100% 100%;
}

.button-group-home.active {
    background-size: 100% 100%;
}

.wrap-filters {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.title-filters {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #000000;
    margin-right: 32px;
}

.bloc-archive .img-bg-forest,
.bloc-archive .img-bg-forest-bottom {
    display: none;
}

.bloc-archive.vert {
    background: #2E504C;
    position: relative;
    overflow: hidden;
}

.bloc-archive.vert .item-list-icon-text {
    color: #ffffff;
}

.bloc-archive.vert .title {
    color: #ffffff;
}

.bloc-archive.vert .button-group-home {
    color: #ffffff;
}

.bloc-archive.vert .title-filters {
    color: #ffffff;
}

.bloc-archive.vert .img-bg-forest,
.bloc-archive.vert .img-bg-forest-bottom {
    display: block;
}

.wrap-rs-slide {
    display: flex;
    align-items: center;
}

.rs-side {
    margin-right: 30px;
    cursor: pointer;
}

.rs-side img {
    height: 16px;
}

.rs-side:last-of-type {
    margin-right: 0px;
}

.bloc-archive.vert .main-btn {
    background: #CB1517;
    color: #FFFFFF;
}

.bloc-archive .no-result {
    display: block;
    position: relative;
    color: #CB1517;
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: none;
}

.bloc-archive.vert .no-result {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: none;
}


/*------------------------------------*\
    Bloc téléchargement
\*------------------------------------*/

.engagement.dl {
    background-color: #ffffff;
}

.engagement.dl .bg-left {
    height: auto;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    padding: 66px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.engagement.dl .title {
    font-size: 36px;
    margin-bottom: 32px;
}

.img-dl {
    /* height: 143px; */
    margin-bottom: 50px;
}

.engagement.dl .sub-title-dl {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
}

.engagement.dl .bg-right {
    height: auto;
    padding: 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.engagement.dl .bg-right .main-btn {
    margin-top: 32px;
}

.engagement.dl:nth-of-type(2n) .bg-right {
    order: 1;
}

.engagement.dl:nth-of-type(2n) .bg-left {
    order: 2;
}


/*------------------------------------*\
    Bloc slider mode de vie
\*------------------------------------*/

.slider-mode-de-vie {
    padding-bottom: 100px;
}

.slider-mode-de-vie.vert .slick-dots li button:before {
    color: #ffffff;
}

.slider-mode-de-vie .slick-dots li.slick-active button:before {
    color: #CB1517;
}

.item-slider-mode .row {
    margin-left: 0!important;
    margin-right: 0!important;
}

.item-slider-mode .item-stories {
    margin-bottom: 100px;
}

.position-relative {
    position: relative;
}

.arrows-slider-mode {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.arrows-slider-mode .arrow-left {
    transform: translatex(-50%);
    cursor: pointer;
}

.arrows-slider-mode .arrow-right {
    transform: translatex(50%);
    cursor: pointer;
}

.slider-mode-de-vie.vert {
    position: relative;
    background-color: #2E504C;
    overflow: hidden;
}

.slider-mode-de-vie.vert h3,
.slider-mode-de-vie.vert h4,
.slider-mode-de-vie.vert p,
.slider-mode-de-vie.vert .item-list-icon-text {
    color: #ffffff;
}

.slider-mode-de-vie .img-bg-forest-bottom,
.slider-mode-de-vie .img-bg-forest {
    display: none;
}

.slider-mode-de-vie.vert .img-bg-forest-bottom,
.slider-mode-de-vie.vert .img-bg-forest {
    display: block;
}


/*------------------------------------*\
    Modals
\*------------------------------------*/

.modal-dialog {
    width: 80vw;
    max-width: 1200px;
}

.modal-content {
    background: url(/wp-content/themes/jevoislavienevosges/img/bg-modal.svg), linear-gradient(#CB1517, #CB1517);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 93px;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.modal-content .wpcf7-list-item-label a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}

#videoModal .modal-content,
#videoModalCraft .modal-content,
#videoModalTexteImage .modal-content,
#videoModalBtn .modal-content {
    padding: 0;
}

.modal-content .left {
    max-width: 489px;
}

.text-top-modal {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFDD95;
    display: flex;
    align-items: center;
}

.text-top-modal svg {
    margin-right: 15px;
}

.title-modal {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 49px;
    color: #FFFFFF;
    text-transform: uppercase;
    /* max-width: 500px; */
    margin-top: 10px;
}

.sub-title-modal {
    font-family: Panton;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 49px;
    color: #FFFFFF;
    margin-top: 36px;
    text-transform: uppercase;
}

.sub-title-modal-special {
    font-family: Oranges And Lemons Script;
    font-style: normal;
    font-weight: normal;
    font-size: 88px;
    line-height: 52px;
    color: #FFFFFF;
    transform: rotate(-3deg);
    text-transform: lowercase;
}

.accroche-modal,
.accroche-modal p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    color: rgba(255, 255, 255, 0.7);
}

.accroche-modal {
    margin-top: 36px;
}

.modal-dialog .btn-abs {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    pointer-events: auto;
}

.wrap-btn-modal {
    position: relative;
    width: 100%;
}

.modal-content .wpcf7 {
    /* padding: 0 50px; */
}

.modal-content input,
.modal-content select,
.modal-content textarea {
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    background-color: transparent;
}

.modal-content select option {
    color: rgba(0, 0, 0, 1);
}

.modal-content .wpcf7-submit {
    margin-top: 10px;
    padding: 27px 29px;
    background: #ffffff;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 300ms;
    justify-content: center;
}

.modal-content .wpcf7-form-control-wrap {
    line-height: 0;
}

.modal-content input::placeholder,
.modal-content textarea::placeholder {
    color: rgba(255, 255, 255, 1);
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-acceptance>.wpcf7-list-item>label {
    display: flex;
    align-items: flex-start;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.wpcf7-acceptance>.wpcf7-list-item>label input {
    width: fit-content;
    margin-right: 12px;
}

.wrap-btn-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: auto;
    z-index: 2;
    top: 60px;
    right: 60px;
    opacity: 1;
}

.hide-modal {
    display: none;
}

.wpcf7-spinner {
    display: none;
}

.surtitle-valid {
    font-family: Oranges And Lemons Script;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 52px;
    text-align: center;
    color: #FFFFFF;
}

.title-valid {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 23px;
    max-width: 490px;
    text-transform: uppercase;
}

.text-valid {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    max-width: 490px;
    margin-top: 26px;
}

.text-valid p {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.hide-modal-2 .main-btn {
    margin-top: 31px;
}

.hide-modal-2 {
    display: none;
}

.sent .hide-modal-2 {
    display: block;
}

.sent .hide-send {
    display: none!important;
}


/*------------------------------------*\
    Bloc formulaire
\*------------------------------------*/

.formulaire {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.formulaire .wpcf7 {
    width: 720px;
    max-width: 100%;
}

.formulaire input,
.formulaire select,
.formulaire textarea {
    background-color: #ffffff;
    padding: 24px;
    border: 1px solid #EBEBEB;
    transition: all 300ms;
    margin-bottom: 50px;
    width: 100%;
    font-size: 22px;
    line-height: 34px;
}

.formulaire input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    display: flex;
    align-items: center;
    color: rgba(66, 66, 66, 0.65);
}

.formulaire input:focus {
    background-color: rgba(81, 81, 81, 0.04);
}

.formulaire [type="checkbox"] {
    height: 50px!important;
    width: 50px!important;
}

.formulaire .wpcf7-acceptance>.wpcf7-list-item>label {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 1);
}

.formulaire .wpcf7-acceptance>.wpcf7-list-item>label .wpcf7-list-item-label {
    width: fit-content;
    padding-left: 40px;
}

.formulaire .wpcf7-submit {
    margin-top: 70px;
    padding: 27px 29px;
    background: #CB1517;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/brush-bouton.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 300ms;
    justify-content: center;
}

.label-form {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #CB1517;
    margin-bottom: 16px;
    padding: 0 15px;
    width: 100%;
}

.text-form,
.text-form p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #1D1D1D;
}

.text-form {
    padding: 0 15px;
    margin-bottom: 30px;
}

.custom-select-vosges {
    position: relative;
}

.custom-select-vosges select {
    display: none;
}

.select-selected {
    background-color: #ffffff;
    padding: 24px;
    border: 1px solid #EBEBEB;
    transition: all 300ms;
    margin-bottom: 50px;
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    display: flex;
    align-items: center;
}

.select-selected:after {
    position: absolute;
    content: "";
    /* top: calc(50% + 9px); */
    right: 28px;
    transform: translateY(25%);
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-color: #CB1517 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-items {
    max-height: 600px;
    overflow: auto;
    border-bottom: 3px solid #CB1517;
}

.select-items>div,
.select-selected {
    background-color: #ffffff;
    padding: 24px;
    border: 1px solid #EBEBEB;
    transition: all 300ms;
    /* margin-bottom: 50px; */
    width: 100%;
    font-size: 22px;
    line-height: 34px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 75px;
    color: #1D1D1D;
}

.select-items>div {
    padding-right: 24px;
    color: rgba(66, 66, 66, 0.65);
}

.same-as-selected .text-option {
    color: #1D1D1D;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items>div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.fake-check-select {
    width: 78px;
    height: 78px;
    border: 1px solid #EBEBEB;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.same-as-selected .fake-check-select {
    border: 2px solid #CB1517;
}

.same-as-selected .fake-check-select::after {
    content: url(/wp-content/themes/jevoislavienevosges/img/check.svg);
    position: absolute;
}

.text-option {
    flex: 1;
    padding-left: 24px;
}

.custom-checkbox-vosges [type="checkbox"] {
    position: relative;
    margin-bottom: 0;
}

.custom-checkbox-vosges [type="checkbox"]::before {
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #EBEBEB;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    cursor: pointer;
    top: 0;
    left: 0;
}

.custom-checkbox-vosges [type="checkbox"]:checked::before {
    border: 2px solid #CB1517;
}

.custom-checkbox-vosges [type="checkbox"]::after {
    opacity: 0;
    content: url(/wp-content/themes/jevoislavienevosges/img/check.svg);
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translate(-50%, -50%);
}

.custom-checkbox-vosges [type="checkbox"]:checked::after {
    opacity: 1;
}

.custom-checkbox-vosges a {
    font-weight: bold;
    text-decoration: underline;
    color: rgba(66, 66, 66, 0.65);
}


/*------------------------------------*\
    Bloc Remontees reduites event
\*------------------------------------*/

.bloc-small-event {
    padding: 90px 0;
}

.single .bloc-small-event {
    padding: 0;
}

.single .bloc-small-event .title-section {
    padding: 0;
}

.burger-mobile {
    display: none;
}

.sidebar-mobile {
    display: none;
}

.link-add-archive {
    margin: 0 12px;
}


/* CONTACT */

.wpcf7-not-valid-tip {
    margin-top: -50px;
    color: #dc3232;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 17px;
}

.custom-select-vosges .wpcf7-not-valid-tip {
    margin-top: 0px;
    color: #dc3232;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 100%;
    width: max-content;
}

.custom-select-vosges .wpcf7-form-control-wrap {
    position: initial;
}

.wpcf7-response-output {
    color: #000000;
    font-size: 14px;
    font-family: "Panton";
}

.modal .wpcf7-not-valid-tip {
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal .wpcf7-response-output {
    color: #ffffff;
}

.main-btn.newsletter {
    margin-top: 16px;
}


/*------------------------------------*\
    Responsive
\*------------------------------------*/

@media screen and (max-width: 1370px) {
    .logo-header {
        padding: 40px 40px 0 40px;
    }
    .item-menu-main {
        margin-right: 30px;
    }
    .item-menu-top {
        padding: 16px 15px;
    }
}

@media screen and (max-width: 1000px) {
    .logo-header {
        padding: 40px 15px 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .controls-slider-hp {
        padding-right: 0;
    }
    .item-menu-top {
        padding: 16px 8px;
    }
    #videoModal .modal-content,
    #videoModalCraft .modal-content,
    #videoModalTexteImage .modal-content,
    #videoModalBtn .modal-content {
        height: 300px;
    }
    .modal-dialog .btn-abs {
        transform: translate(-50%, 0%);
    }
    .grecaptcha-badge {
        display: none;
    }
    .wrap-btn-text-image {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .wrap-menu-header {
        display: none;
    }
    header>.row {
        justify-content: center;
    }
    .banner-home h1,
    .banner-home h1 p {
        font-style: normal;
        font-weight: normal;
        font-size: 93px!important;
        line-height: 65px;
    }
    .banner-home h1 {
        width: 90%;
    }
    .sidebar {
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        transform: translateY(0%);
        height: 56px;
        top: inherit;
    }
    .img-banner-home {
        -webkit-mask-size: 870px;
        mask-size: 870px;
    }
    footer {
        margin-bottom: 56px;
    }
    .copyright>.container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .sub-footer-menu {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .item-sub-menu-footer {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .arrows-slider-actu .arrow-right,
    .arrows-slider-actu .arrow-left {
        transform: translateX(0%);
        pointer-events: all;
    }
    .wrap-btn-text-image {
        margin-bottom: 30px;
    }
    .wrap-three-cols .col-md {
        margin-bottom: 50px;
    }
    .wrap-three-cols {
        padding-top: 55px;
        padding-bottom: 32px;
    }
    .text-item-stories {
        padding-left: 15px;
        padding-top: 68px;
    }
    .content-image-text .item-stories:nth-of-type(2n) .order-txt {
        order: 2
    }
    .content-image-text .item-stories:nth-of-type(2n) .order-img {
        order: 1;
    }
    .content-image-text .item-stories:nth-of-type(2n) .text-item-stories {
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-stories {
        margin-top: 111px;
        margin-bottom: 48px;
    }
    .logo-footer {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .banner-archive {
        padding: 150px 15px 70px 15px;
    }
    .wrap-content-banner-archive {
        padding: 50px 15px;
    }
    .wrap-btn {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wrap-content-banner-archive .wrap-btn .btn-2 {
        margin-left: 0px;
    }
    .simple-text {
        padding: 90px 15px;
    }
    .slider-avis {
        max-width: 100vw;
        width: 100vw;
        position: relative;
    }
    .wrap-slider-avis {
        position: relative;
        width: 100vw;
    }
    .arrows-slider-avis .arrow-right,
    .arrows-slider-avis .arrow-left {
        transform: translatex(0%);
        cursor: pointer;
    }
    .wrap-controls-slider-images {
        max-width: 100vw;
        width: 100vw;
    }
    .arrows-slider-images .arrow-right,
    .arrows-slider-images .arrow-left {
        transform: translatex(0%);
        cursor: pointer;
    }
    .slider-chiffre {
        max-width: 100vw;
        width: 100vw;
        position: relative;
    }
    .arrows-slider-chiffre .arrow-left,
    .arrows-slider-chiffre .arrow-right {
        transform: translatex(0%);
        cursor: pointer;
    }
    .engagement .bg-left {
        padding: 80px 15px;
    }
    .bg-right {
        padding: 26px 15px 26px 15px;
        height: 590px;
    }
    .arrows-slider-mode .arrow-right,
    .arrows-slider-mode .arrow-left {
        transform: translatex(0%);
        cursor: pointer;
    }
    .arrows-slider-mode {
        display: none;
    }
    .burger-mobile {
        display: flex;
        position: fixed;
        top: 0;
        right: 0;
        height: 57px;
        width: 57px;
        background: #1D1D1D;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .sidebar-mobile {
        height: 100vh;
        width: 100vw;
        background-image: url('/wp-content/themes/jevoislavienevosges/img/craft.png');
        background-position: center;
        background-size: cover;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        overflow: auto;
        transform: translateX(-100%);
        transition: all 300ms;
    }
    .sidebar-mobile.active {
        transform: translateX(0);
    }
    .logo-sidebar {
        margin-top: 30px;
        margin-left: 30px;
    }
    .primary-menu-sidebar {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 35px;
        display: flex;
        flex-direction: column;
    }
    .primary-menu-sidebar a {
        padding: 15px 30px;
        font-style: normal;
        font-weight: 800;
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .secondary-menu-sidebar {
        background: rgba(72, 72, 72, 0.3);
        padding: 15px 30px;
        display: flex;
        flex-direction: column;
    }
    .secondary-menu-sidebar a {
        padding: 20px 0px;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 16px;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #FFFFFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .secondary-menu-sidebar a:last-of-type {
        border-bottom: 0px solid rgba(255, 255, 255, 0.2);
    }
    .footer-sidebar {
        background-color: #CB1517;
        padding: 30px;
        display: flex;
        flex-direction: column;
    }
    .wrap-rs-footer {
        display: flex;
        align-items: center;
    }
    .rs-sidebar {
        margin-right: 30px;
    }
    .sub-menu-sidebar {
        display: flex;
        flex-direction: column;
        margin-top: 36px;
    }
    .sub-menu-sidebar a {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }
    .burger-mobile.close {
        opacity: 1;
    }
    .baseline-sidebar {
        margin-top: 48px;
        text-transform: uppercase;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .title-section .h3-special {
        max-width: 90%;
    }
    .slider-actu {
        margin: 0 -15px;
    }
    .wrap-rs-slide {
        transform: translateY(0%);
        left: 0;
        flex-direction: column;
        height: auto;
        width: 100%;
        padding-top: 30px;
    }
    .item-sidebar:hover .wrap-rs-slide {
        flex-direction: column;
        transform: translateY(-100%);
        left: 0;
        height: auto;
        width: 100%;
    }
    .item-sidebar .rs-side {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .modal-content .wpcf7 {
        padding: 0 0px;
        margin-top: 30px;
    }
    .modal-dialog {
        width: 100vw;
        /* max-width: 1200px; */
    }
    .modal-content {
        padding: 20px;
        padding-top: 90px;
        padding-bottom: 50px;
    }
    .slide-slider-actu {
        width: 100vw;
    }
    .wrap-filters {
        flex-direction: column;
    }
    .title-filters {
        margin-right: 0px;
    }
    .button-group-home {
        margin-right: 0px;
    }
    .title-section .h3 {
        font-size: 45px!important;
    }
    .wrap-content-banner-archive h1 {
        font-size: 49px;
    }
    .content-footer h3 {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .engagement.dl:nth-of-type(2n) .bg-right {
        order: 2;
    }
    .image-texte .title-image-texte {
        margin-top: 20px;
    }
    .banner-article {
        padding: 210px 15px 70px 15px;
    }
    .banner-article h1 {
        font-size: 45px;
        line-height: 52px;
    }
    .banner-article .sub-title {
        font-size: 30px;
        line-height: 40px;
    }
    .image-texte {
        padding: 90px 0 0 0;
    }
    .engagement.dl {
        margin-bottom: 0;
    }
    .bloc-small-event {
        padding: 0 15px;
    }
    .slider-avis .texte p {
        font-size: 46px;
        line-height: 37px;
        padding: 0 15px;
    }
    .slider-chiffre .chiffre {
        font-size: 72px;
        line-height: 45px;
        padding: 0 15px;
    }
    .slider-chiffre .texte {
        padding: 0 15px;
    }
    .right-text-image {
        order: 1;
    }
    .left-text-image {
        order: 2;
    }
}


/*------------------------------------*\
    Tarteaucitron
\*------------------------------------*/

#tarteaucitron {
    overflow: auto;
}

#tarteaucitron {
    overflow: auto;
}

div#tarteaucitronAlertBig,
.tarteaucitronDetails {
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translateZ(0);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.76);
    overflow: hidden !important;
}

@media screen and (max-width: 500px) {
    div#tarteaucitronAlertBig,
    .tarteaucitronDetails {
        overflow: auto !important;
    }
}

div#tarteaucitronAlertBig .decoration,
.tarteaucitronDetails .decoration {
    width: 500px;
    height: 100vh;
    background: #AD0A11;
    display: block;
    position: absolute;
    right: 80%;
    top: 50%;
    transform: rotate(15deg) translate(0, -50%);
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
}

@media screen and (max-width: 500px) {
    div#tarteaucitronAlertBig .decoration,
    .tarteaucitronDetails .decoration {
        display: none !important;
    }
}

div#tarteaucitronAlertBig .inner {
    background: #CB1517;
    position: fixed;
    right: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    bottom: initial;
    width: 100%;
    max-width: 810px;
    padding: 95px;
    padding-left: 102px;
    padding-right: 102px;
    box-sizing: border-box;
    z-index: 1000;
    border-radius: 20px;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

.tarteaucitronDetails {
    background: #CB1517;
    position: fixed;
    right: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    bottom: initial;
    width: 100%;
    max-width: 810px;
    padding: 95px;
    padding-left: 102px;
    padding-right: 102px;
    box-sizing: border-box;
    z-index: 1000;
    border-radius: 20px;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

@media screen and (max-width: 500px) {
    div#tarteaucitronAlertBig .inner,
    .tarteaucitronDetails {
        padding: 95px !important;
        padding-left: 28px !important;
        padding-right: 28px !important;
        top: 0 !important;
        left: 0;
        transform: none !important;
        overflow: auto;
        max-height: 100vh !important;
    }
}

#title-cookies,
.tarteaucitronName2 {
    font-family: "Panton";
    text-transform: uppercase;
    font-size: 40px;
    line-height: 49px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
}

#title-cookies .special-font,
.tarteaucitronName2 .special-font {
    font-family: Oranges And Lemons Script !important;
    font-style: normal;
    font-weight: normal;
    font-size: 76px;
    text-align: center;
    transform: rotate(-3deg);
    width: fit-content;
    margin: 0 auto 0;
    text-transform: none;
    color: #fff;
    text-align: center;
}

#tarteaucitronDisclaimerAlert,
#tarteaucitronDisclaimerAlert2 {
    font-family: "Panton";
    display: block;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-top: 28px !important;
    text-align: center;
    color: #fff !important;
}

#tarteaucitronDisclaimerAlert a,
#tarteaucitronDisclaimerAlert2 a {
    text-decoration: underline !important;
    font-family: "Panton";
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-top: 28px !important;
    text-align: center;
    color: #fff !important;
}

.tarteaucitronActions {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tarteaucitronActions .main-btn {
    margin: 0 20px;
    cursor: pointer;
}

#tarteaucitronCloseAlertPersonnalize {
    margin: 24px auto 0;
    cursor: pointer;
}

#tarteaucitronClosePanel {
    position: absolute;
    right: 70px;
    top: 70px;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    #tarteaucitronClosePanel {
        right: 28px;
        top: 40px;
    }
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    margin-top: 35px;
    height: auto !important;
    max-height: 250px !important;
    overflow: auto;
    padding-top: 40px;
}

@media screen and (max-width: 500px) {
    #tarteaucitron .tarteaucitronBorder {
        max-height: none !important;
        height: auto !important;
    }
}

.tarteaucitronLine {
    padding: 0 40px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .tarteaucitronLine {
        flex-direction: column;
    }
    .tarteaucitronName {
        width: 100% !important;
        float: none !important;
    }
}

.tarteaucitronLine .service_uri {
    display: none !important;
}

.tarteaucitronHidden {
    display: none !important;
    padding: 0 !important;
}

.tarteaucitronLine .service_name {
    font-family: "Panton";
    display: block;
    font-size: 22px !important;
    line-height: 32px !important;
    font-weight: 800 !important;
    color: #1D1D1D !important;
}

.tarteaucitronMainLine {
    flex-direction: column !important;
    padding: 0 !important;
}

.tarteaucitronLine .tarteaucitronListCookies {
    font-family: "Panton";
    display: block;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
    color: #1D1D1D !important;
}

.tarteaucitronAsk {
    display: flex !important;
}

.tarteaucitronAsk .main-btn {
    padding: 20px 20px !important;
    font-size: 16px !important;
    cursor: pointer;
}

.tarteaucitronAsk .denyClick,
.tarteaucitronAsk .allowClick {
    background: #CB1517 !important;
    color: #fff !important;
}

#tarteaucitronScrollbarParent::-webkit-scrollbar {
    width: 6px;
    -webkit-appearance: none;
}

#tarteaucitronScrollbarParent::-webkit-scrollbar-track {
    background: #FFF;
}

#tarteaucitronScrollbarParent::-webkit-scrollbar-thumb {
    background: #CB1517;
}

#tarteaucitronScrollbarParent::-webkit-scrollbar-thumb:hover {
    background: #CB1517;
}


/*------------------------------------*\
    Error404
\*------------------------------------*/

body.error404 footer,
body.error404 .header,
body.error404 .sidebar {
    display: none;
}

body.error404 {
    padding: 75px;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    body.error404 {
        padding: 0;
    }
}

.bloc-404 {
    width: 100%;
    height: calc(100vh - 150px);
    background: #CB1517;
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 500px) {
    .bloc-404 {
        height: 100vh;
        width: 100vw;
    }
}

.bloc-404 .decoration {
    width: 1000px;
    height: 200vh;
    background: #AD0A11;
    display: block;
    position: absolute;
    right: 80%;
    top: 50%;
    transform: rotate(15deg) translate(0, -50%);
    -webkit-mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    mask-image: url(/wp-content/themes/jevoislavienevosges/img/rectangle-image.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
}

@media screen and (max-width: 500px) {
    .bloc-404 .decoration {
        display: none;
    }
}

.bloc-404 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bloc-404 h1 {
    font-family: "Panton";
    font-size: 180px;
    line-height: 100px;
    font-weight: 800;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .bloc-404 h1 {
        font-size: 100px;
        line-height: 70px;
    }
}

.bloc-404 .desc {
    font-family: "Panton";
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin: 24px 0;
}


/*------------------------------------*\
    Message IE
\*------------------------------------*/

html.ie #ie-window {
    display: flex !important;
}

#ie-window {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #CB1517;
    ;
    background-size: cover;
    z-index: 10000000;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#ie-window .inner {
    max-width: 800px;
    width: 100%;
}

#ie-window .inner .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

#ie-window .inner svg {
    width: 88px;
}

#ie-window .desc {
    font-family: "Panton";
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin: 24px 0;
    text-align: center;
}

.separator-home {
    height: 1px;
    width: 50%;
    background-color: #C7AE89;
    margin: 0 auto;
}

.slider-mode-de-vie .title-section {
    margin-bottom: -100px;
}

.slider-mode-de-vie.vert .title-section .h2 {
    color: #FFDD95;
}