/*
Theme Name: CHSTMartin - Tourisme 
Theme URI: CHSTMartin
Description: CHSTMartin
Author: B.carre Communication
Author URI: http://bcarre.com/
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ANVOL
Text Domain: blank
*/
/* =Reset default browser CSS. 
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    letter-spacing: normal;
	
	
}
* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
a img {
    border: none;
}
body, html {
    width: 100%;
    height: 100%;
}
body {
    color: #393939;
    font-size: 15px;
    line-height: 21px;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}
p {
    margin-bottom: 18px;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
img.alignright {
    float: right;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.grecaptcha-badge {
    visibility: hidden;
    display: none !important;
}
hr.wp-block-separator.is-style-default {
    margin: 80px 0;
    height: 0;
    border: none;
}


.lang {     
    position: absolute;
    left: -10px;
    top: 40px;
}
ul.lang img {
    width: 26px;
    height: auto;
}

.menu .logo .lang {     
   display:none;
}

.woocommerce-checkout  li.wcpa_cart_meta_item.wcpa_cart_item_checkbox p.wcpa_cart_meta_item-label,
.woocommerce-cart li.wcpa_cart_meta_item.wcpa_cart_item_checkbox p.wcpa_cart_meta_item-label {
    display: none;
}


body.postid-23308 .quantity {
    display: none!important;
}


/***********COLOR*********************************/
.header {
    width: 100%;
    max-width: 100%;
    padding: 0px 60px 0px 60px;
    position: fixed;
    height: 60px;
    top: 0;
    z-index: 9998;
    transition: all .4s ease;
    background: #ffffff;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    /* overflow: hidden; */
    -o-transition: all .4s ease;
}
.header.hide {
    top: -250px;
}
.cornerwoo {
    width: auto;
    position: absolute;
    float: right;
    right: 80px;
    display: inline-block;
    z-index: 40;
}
.cornerwoo p {
    display: inline-block;
    vertical-align: bottom;
    height: 31px;
    margin-right: 14px;
}
a.headtel {
    padding: 24px;
    height: 70px;
    background: #c55f37;
    font-family: abril-display, serif;
    font-weight: 500;
    color: #ffffff;
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    line-height: normal;
    text-decoration: none;
    font-style: italic;
}
a.headresrv {
    padding: 24px 44px 24px 80px;
    /* background: #9a0404; */
    font-family: abril-display, serif;
    height: 70px;
    font-weight: 500;
    color: #ffffff;
    vertical-align: top;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    line-height: normal;
    text-decoration: none;
    font-style: italic;
    background: #9a0404 url(images/resrv.svg) 27px center no-repeat;
    background-size: 40px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a.headresrv:hover {
    background-color: #c55f37;
}


.menu a.headresrv {
   display:none;
}



a.panier {
    padding: 24px 44px 24px 80px;
    position: fixed;
    /* background: #9a0404; */
    font-family: abril-display, serif;
    height: 70px;
    font-weight: 500;
    color: #ffffff;
    bottom: 0px;
    right: -160px;
    z-index: 9999999;
    /* transform: rotate(
-90deg
) translate(-50%, -50%); */
    vertical-align: top;
    transform-origin: right;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    line-height: normal;
    text-decoration: none;
    font-style: italic;
    background: #9a0404 url(images/cartcsm.svg) 16px center no-repeat;
    background-size: 44px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a.panier:hover {
    background-color: #c55f37;
    right: 0;
}
body.woocommerce-cart a.panier {
    display: none;
}
.cart-contents {
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    float: right;
    margin-top: 0;
    background: transparent url(images/cart.svg) center center no-repeat;
    background-size: 100%;
    display: inline-block;
    padding: 0;
}
.cart-contents-count {
    color: #fff;
    position: absolute;
    right: -10px;
    width: 24px;
    height: 24px;
    background-color: #8a0506;
    font-weight: 700;
    border-radius: 100%;
    padding: 4px;
    text-align: center;
    top: -2px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.accountlink {
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    float: right;
    margin-top: 0;
    margin-right: 10px;
    background: transparent url(images/account.svg) center center no-repeat;
    background-size: 100%;
    display: inline-block;
    padding: 0;
}
.content a:hover {
    color: #8a0506;
}
a.logo, .logo  {
    display: inline-block;
    float: left;
    background: #f7ebc5;
    padding: 20px;
    margin-left: -30px;
}
.logo img {
    max-width: 210px;
    height: auto;
}
.menu-header {
    display: inline-block;
    height: 200px;
    top: 60px;
    display: inline-block;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
    padding-left: 20px;
    width: calc(100% - 220px);
    max-width: 100%;
    vertical-align: top;
}
.menu-header li {
    margin: 0px 18px;
    list-style: none;
    display: inline-block;
    padding: 30px 0;
    height: 100%;
    position: relative;
}
.menu-header li a {
    color: #ffffff;
    text-transform: uppercase;
    z-index: 31;
    vertical-align: middle;
    font-family: oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    text-align: center;
    padding: 20px 0 0 0;
    position: relative;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.menu-header li a:hover, .menu-header li.current-menu-item > a {
    color: #c55f37;
}
.headvisu {
    width: 100%; /* pointer-events: none;*/
    max-width: 100%;
    height: 50vh;
    min-height: 600px;
    z-index: 101;
    padding: 60px;
}
.woocommerce .woocommerce-breadcrumb {
    bottom: 0;
    z-index: 4;
    position: absolute;
}
.woocommerce div.product:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}
body.home .headvisu, 
body.page-id-24743 .headvisu{
    height: 100vh;
    pointer-events: auto;
}
/*
.headvisu .blocimg :before {   
    content: '';
    position: absolute;
    z-index: 1;
    display: inline-block;
    height: 80px;
    background: red;
    width: 100%;
}
*/
.homeslide {
    color: #2e2e2e;
    width: 42%;
    position: absolute;
    bottom: 90px;
    right: 30px;
    z-index: 5;
}
.homeslide:after {
    content: '';
    background: #f7ebc5;
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    bottom: 40px;
    /* height: 100%; */
}



.swiper-slide{
   display: block!important;font-size: 15px!important;
}


.homeslide .swiper-slide {
    padding: 50px 50px 50px 90px;
}
.blocimg .swiper-wrapper {
    height: 100% !important;
}
.blocimg {
    max-width: 80%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    z-index: 2;
    overflow: hidden;
}
.blocimg img {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: none;
    transition: none;
}
.slideimg {
    width: 100%; /* position: absolute;display: none;*/
    height: 100% !important;
    background-size: cover;
    background-position: center center;
}
/*
.slideimg:nth-of-type(1){display:block}

*/
p.petittitre {
    font-family: abril-display, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    color: #4a2c30;
}
h1.swiper-title, h1.swiper-title a {
    margin-bottom: 20px;
    font-family: abril-display, serif;
    font-weight: 700;
    font-style: normal;
    color: #c55f37;
    font-size: 36px;
    line-height: normal;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
h1.swiper-title a:hover {
    color: #9a0404;
}
h1.swiper-title {
    margin-bottom: 0px;
}
.homeslide .swiper-content {
    margin-top: 20px;
}
body.home .homeslide .swiper-content, 
body.page-id-24743  .homeslide .swiper-content{
    padding-bottom: 50px;
    margin-top: 20px;
}
.homeslide .swiper-pagination {
    margin: 20px auto;
    width: 50%;
    bottom: -30px;
}
.swiper-slide a.fleche {
    font-family: abril-display, serif;
    font-weight: 600;
    /* color: #d4ac5d; */
    font-size: 20px;
    line-height: normal;
    font-style: italic;
    background: #c55f37;
    position: absolute;
    right: 50px;
    padding: 20px 30px 20px 70px;
    /* padding-left: 80px; */
    bottom: -40px;
    /* line-height: normal; */
    color: #ffffff;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.actu .swiper-slide a.fleche {
    position: relative;
    margin-top: 20px;
    display: inline-block;
}
.swiper-slide a.fleche:after {
    content: '';
    position: absolute;
    bottom: 26px;
    left: 20px;
    z-index: 9;
    background-image: url(images/linebtbl.svg);
    background-repeat: no-repeat;
    background-size: 61px 21px;
    background-position: right top;
    height: 20px;
    width: 40px;
}
.swiper-slide a.fleche:hover {}
.actu {
    background: #f7ebc5;
    background: linear-gradient(90deg, rgba(246, 237, 222, 1) 0%, rgba(250, 245, 237, 1) 70%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
    margin-bottom: 100px;
    width: 100%;
    margin-top: -160px;
    padding: 160px 0px 50px 0px;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: normal;
    padding: 12px 0 0 0;
    color: #8a0506;
    font-weight: normal;
    margin-bottom: 20px;
}
.content h1 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}
.content h2 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 16px;
}
.content h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 16px;
    font-family: 'Oswald', sans-serif;
    color: #8a0506;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
h2.grostitre {
    font-family: 'Antic Didone', serif;
    font-size: 80px;
    text-transform: none;
    color: #e6cbb9;
    font-weight: normal;
    display: block;
}
p.soustitre {
    font-size: 20px;
    line-height: 32px;
    /* font-weight: 600; */
    font-family: 'Oswald', sans-;
}
.actu .thumbnailactu {
    max-width: 40%;
    vertical-align: top;
    display: inline-block;
}
a.thumbnailactu img {
    max-width: 100%;
    height: auto;
}
a.thumbnailactu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    left: -15px;
    box-shadow: 0 0 0 3px #e0001a inset;
}
.actu .slidecontent {
    margin-bottom: -200px;
}
p.grostitre {
    font-family: 'Antic Didone', serif;
    font-size: 80px;
    color: #e9d7cb;
    top: 170px;
    left: 7%;
    display: inline-block;
}
.actu .swiper-title {
    width: 59%;
    min-height: 400px;
    display: inline-block;
    margin-top: 190px;
    vertical-align: top;
    padding-bottom: 200px;
}
.actu .swiper-slide {
    padding-left: 35px;
    padding-bottom: 40px;
}
.actu .swiper-content {
    width: 80%;
    vertical-align: top;
    overflow: hidden;
    display: inline-block;
    margin-left: 7%;
}
.actu .actutitre {
    text-transform: uppercase;
    line-height: 52px;
    display: inline-block;
    font-size: 44px;
    text-align: left;
    color: #8a0506;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.actu .actutitre:hover {
    color: #d3ac5d;
}
.actu .swiper-decor {
    /* background: #f4e9ff; */
    width: 40%;
    display: inline-block;
    /* position: absolute; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
    vertical-align: bottom;
}
.actu .swiper-decor img {
    max-width: 100%;
    min-width: 370px;
    height: auto;
}
.swiperbutton {
    position: absolute;
    top: 30px;
    left: -61px;
    width: 120px;
    height: 60px;
    z-index: 9;
}
.actu .swiperbutton {
    top: auto;
    bottom: -30px;
    left: 45%;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    font-size: 0px;
    color: #ffffff;
    background: #c55f37;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 300;
    width: 60px;
    top: 0;
    margin-top: 0;
    z-index: 10;
    background-image: none;
    outline: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    padding: 0;
    opacity: 1;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: -1px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #8a0506;
}
.glide__arrows {
    top: 50%;
    position: absolute;
    width: 100%;
}
.wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow {
    font-size: 0px;
    color: #ffffff;
    background: #c55f37;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 300;
    width: 60px;
    top: 0;
    margin-top: 0;
    background-image: none;
    outline: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    padding: 0;
    opacity: 1;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
.wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow svg {
    display: inline-block;
    width: 100%;
    height: 40%;
    fill: white;
    margin-top: 18px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.swiper-button-next svg, .swiper-button-prev svg {
    fill: white;
    display: inline-block;
    width: 100%;
    height: 40%;
    fill: white;
    margin-top: 18px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.swiper-button-next:hover svg, .swiper-button-prev:hover svg, .wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow:hover svg {
    fill: #9a0404;
}
.glide__arrow--left {
    left: -30px;
}
.glide__arrow--right {
    right: -30px;
}
.glide__arrow svg {
    display: inline-block;
    width: 100%;
    height: 40%;
    fill: white;
    margin-top: 18px;
}
.glide__bullets {
    bottom: 40px;
}
.wp-block-themeisle-blocks-slider .wp-block-themeisle-blocks-slider-item-wrapper figcaption {
    font-size: 14px;
}
.wp-block-image figcaption {
    margin-top: 0px;
    margin-bottom: 1em;
    font-style: italic;
    display: inline-block;
    right: -10px;
    padding: 10px;
    bottom: 20px;
    position: absolute;
    font-size: 14px;
    color: white;
    background: #c55f37;
}
.wp-block-coblocks-gallery-carousel .flickity-button {
    font-size: 40px;
    color: #ffffff;
    background: #d3ac5d;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 300;
    width: 60px;
    /* top: 0; */
    border-radius: 0;
    margin: 0 0;
    background-image: none;
    outline: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.wp-block-coblocks-gallery-carousel, .wp-block-coblocks-gallery-carousel .coblocks-gallery {
    overflow: visible;
}
.wp-block-coblocks-gallery-carousel .flickity-button.next {
    right: -30px;
}
.wp-block-coblocks-gallery-carousel .flickity-button.previous {
    left: -30px;
}
.flickity-page-dots {
    bottom: -30px;
}
.wp-block-coblocks-gallery-carousel .flickity-button:hover {
    background: #d3ac5d;
}
.wp-block-coblocks-gallery-carousel .flickity-button::after {
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.wp-block-coblocks-gallery-carousel .flickity-button:hover::after {
    background: #8a0506;
}
.wp-block-coblocks-gallery-carousel .has-carousel {
    margin: 0 0 40px 0;
    background: #ffffff;
}
figure.coblocks-gallery--figure {
    margin: 0 0px;
}
.nav-button__next, .nav-button__prev {
    z-index: 20;
}
.titlebox {
    text-transform: uppercase;
    color: #e0001a;
    font-weight: bold;
    font-size: 14px;
    background: #ededed;
    padding: 0 10px;
    text-decoration: none;
    transform: rotate(-90deg);
    position: absolute;
    top: 69px;
    left: -58px;
    z-index: 5;
}
.content {
    width: 100%;
    max-width: 1800px;
    display: block;
    padding: 40px 160px 80px 160px;
    margin: 0 auto;
}
.woocommerce .quantity .qty {
    /* width: 3.631em; */
    text-align: center;
    width: 60px;
    padding: 8px;
    border: 1px solid #d2d2d2;
}
.woocommerce div.product form.cart div.quantity {
    font-family: 'abril-display', serif;
    margin: 0px 0 20px 0;
    font-size: 22px;
    float: none;
    color: #c55f37;
    font-weight: 700;
}
.woocommerce div.product form.cart div.quantity .screen-reader-text {
    display: inline-block !important;
    clip: auto;
    height: auto;
    overflow: visible;
    position: relative !important;
    width: auto;
    word-wrap: normal !important;
    clip-path: none;
    margin-right: 10px;
}
.woocommerce div.product form.cart div.quantity .qty {
    width: 60px;
    padding: 8px;
    border: 1px solid #d2d2d2;
}
h2.woocommerce-Reviews-title {
    text-transform: none;
    font-size: 15px;
    line-height: normal;
    padding: 0 0 0 0;
    color: #515151;
    font-weight: normal;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 0;
}
.woocommerce p.stars a::before, .woocommerce p.stars:hover a::before, .woocommerce .star-rating span::before {
    color: #d4ac5d;
}
span#reply-title {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    display: block;
}
.contentsideleft {
    width: auto;
    max-width: 100%;
    display: table-cell;
    vertical-align: top;
    padding-right: 60px;
    background: azure;
}
.thesidebar {
    width: 320px;
    max-width: 100%;
    display: table-cell;
    background: #d8eaea;
}
.wigside {
    margin-bottom: 20px;
    background: #ededed;
    padding: 20px;
}
.logofoot {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}
.logofoot img {
    width: 100%;
    max-width: 240px;
    height: auto;
}
#footer a.social {
    color: #40282b;
    font-size: 22px;
    display: inline-block;
    margin: 7px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#footer a.social:hover {
    color: #8a0506;
}
#footer #social br {
    display: none;
}
#footer {
    background: #f7ebc5;
    margin-bottom: -50px;
}
.infoot {
    display: block;
    /* direction: rtl; */
    padding: 20px;
    width: 100%;
    max-width: 1430px;
    padding: 120px 40px 120px 0px;
    margin: 0 auto;
}
.infoot .widgetfoot {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.widgetfoot:nth-child(1) {
    text-align: right;
    margin-top: 40px;
}
.widgetfoot:nth-child(2) {
    text-align: center;
    width: 49%;
}
.widgetfoot:nth-child(3) {
    text-align: left;
    margin-top: 40px;
}
.widgetfooter {
    margin-bottom: 40px;
}
.small {
    font-size: 12px;
    margin-top: 12px;
}
p.small.captchadesc, p.small.captchadesc a {
    color: #ad7c7c;
    line-height: 15px;
    margin-bottom: 0;
}
.accept {
    margin-top: 47px;
    clear: both;
    line-height: normal;
}
.widgetfoot .titlewidg, .titlewigside {
    font-size: 24px;
    color: #4a2c30;
    font-family: abril-display, serif;
    font-weight: 500;
    margin-bottom: 18px;
}
.widgetfoot li.menu-item {
    color: red;
    color: #4a2c30;
    font-family: abril-display, serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}
.widgetfoot a, .wigside a {
    text-decoration: none;
    margin-bottom: 6px;
    display: inline-block;
}
.widgetfoot a:hover, .wigside a:hover {
    text-decoration: underline;
}
.rc-anchor-light {
    background: #8a0506;
    color: #f7ebc5;
}
.mention {
    background: #e2caa6;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #2f2d2c;
    padding: 33px;
}
.mention a {
    color: #926b6b;
    text-decoration: none;
}
.mention a:hover {
    color: #5d4d4d;
}
.mention li {
    display: inline-block;
    margin-right: 30px;
}
.fermepanier {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0.6;
    box-sizing: border-box;
    display: none;
    background: #541516;
}
.menu a.logo, .menu .logo {
    display: none;
}
/********MENU**********************/
.sub-menu {
    width: auto;
    position: absolute;
    left: -20px;
    top: 30px;
    padding-bottom: 30px;
    z-index: 9;
    padding-top: 10px;
    border-top: none;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: transparent;
    backdrop-filter: blur(2px);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.sub-menu li {
    display: block;
    padding: 10px;
    text-align: left;
    margin: 0px 0px;
}
.menu .menu-item-has-children ul a {
    line-height: 1em;
    padding: 12px 12px;
    max-width: 100%;
    text-align: left;
    height: auto;
    margin: 0 auto;
    white-space: nowrap;
}
.menu .menu-item-has-children ul a:hover > .zoom-icon {
    background: rgb(0 0 0 / 0%);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.4);
    border: 4px solid rgb(246 237 222);
}
.menu-header .menu li:hover > ul {
    top: 50px;
    visibility: visible;
    opacity: 1;
    z-index: 10;
    filter: alpha(opacity=100);
}
.menu-header ul li.menu-item-has-children > a:before {
    content: "\0025BE";
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: -20px;
    left: auto;
    top: 30px;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    position: absolute;
}
img.menu-image {
    border-radius: 100%;
    padding-top: 0 !important;
    height: auto;
    margin: 0 auto;
}
span.zoom-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    border: 0px solid rgba(246, 237, 222, 0);
    left: 30px;
    background: rgba(0, 0, 0, 0.24);
    /* opacity: 0; */
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu-image-title {
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
}
#thepanier {
    position: FIXED;
    width: 480px;
    max-width: 100%;
    overflow: auto;
    height: 100%;
    background: #fff;
    padding: 22px 40px;
    right: -800px;
    top: 0;
    z-index: 999999999999;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .2s ease;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#thepanier.move {
    right: 0;
}
.litlefermepanier, .litlefermeaccess {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d4ac5d;
    position: absolute;
    padding: 0 20px;
    right: 24px;
    z-index: 10;
    opacity: .6;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .2s ease;
}
.litlefermepanier:hover, .litlefermeaccess:hover {
    color: #8a0506;
}
#thepanier ul a {
    color: #a50000;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}
#thepanier ul a:hover {
    color: #292929;
    text-decoration: underline;
}
.bouton a, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #thepanier .widget_shopping_cart_content a.button.commander {
    border-radius: 0;
    width: 100%;
    padding: 13px 50px 21px 0;
    font-family: abril-display, serif;
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    font-style: italic;
    background: #c55f37;
    color: #ffffff;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.wp-block-button.bouton {
    width: 100%;
}
.woocommerce div.product form.cart .button {
    font-family: abril-display, serif;
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    font-style: italic;
    background: #c55f37;
    color: #ffffff;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.woocommerce div.product form.cart .button:hover {
    background: #9a0404;
}
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
    background-color: #847171;
    color: #fff;
}
tr.order-total td {
    text-align: right;
}
.bouton a:before, .woocommerce #respond input#submit.alt:before, .woocommerce a.button.alt:before, .woocommerce button.button.alt:before, .woocommerce input.button.alt:before, #thepanier .widget_shopping_cart_content a.button.commander:before {
    content: '';
    position: relative;
    display: inline-block;
    z-index: 19;
    background-image: url(images/linebtbl.svg);
    background-repeat: no-repeat;
    background-size: 61px 21px;
    background-position: left bottom;
    height: 31px;
    width: 75px;
}
.bouton a:hover:before, .woocommerce #respond input#submit.alt:hover:before, .woocommerce a.button.alt:hover:before, .woocommerce button.button.alt:hover:before, .woocommerce input.button.alt:hover:before, #thepanier .widget_shopping_cart_content a.button.commander:hover:before {
    background-image: url(images/linebtbl.svg);
}
.bouton a:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, #thepanier .widget_shopping_cart_content a.button.commander:hover {
    color: #ffffff;
    padding-left: 30px !important;
    background: #9a0404;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    font-size: 14px;
    vertical-align: baseline;
}
.woocommerce button.button.loading::after {
    /* top: auto; */
    font-size: 14px;
    vertical-align: baseline;
    top: 44%;
    right: 10px;
}
#sidebarpanier p.titlewidg {
    font-size: 18px;
    text-transform: uppercase;
    color: #8a0506;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-bottom: 26px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4ac5d;
}
.widget_shopping_cart_content span.quantity {
    color: #848484;
    font-size: 14px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 0 0 20px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 14px;
    margin-left: 0;
    width: 65px;
    height: auto;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.woocommerce a.remove {
    display: block;
    z-index: 20;
    position: absolute;
    top: 0;
    left: initial;
    right: 0;
    color: #9b9b9b !important;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: #8b8b8b;
}
.widget_shopping_cart a.button.commander {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    border-radius: 3px;
    padding: 20px;
    font-weight: 700;
    margin-top: 12px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
    border: none;
    background: #9f3ca5;
}
.widget_shopping_cart a.button.commander:hover {
    color: #e477ea;
    background-color: #fff;
    border: none;
}
p.woocommerce-mini-cart__total.total {
    border-top: 1px solid #d4ac5d;
    padding: 10px 0 0;
    color: #444444;
    font-size: 14px;
    text-align: right;
}
#thepanier ul a.button.wc-forward.voirpanier {
    color: #585858;
    font-size: 13px;
    width: 100%;
    font-style: italic;
    text-align: right;
    padding: 10px 0;
    font-weight: 400;
    text-decoration: none;
    line-height: 21px;
    font-family: Arial, Helvetica, sans-serif;
    background: none;
}
#thepanier ul a.button.wc-forward.voirpanier:hover {
    color: #8a0506;
    text-decoration: underline;
}
p.woocommerce-mini-cart__empty-message {
    color: #8b8b8b;
    font-size: 14px;
}
/******************************SINGLEPROUCT*****/
section.related.products, section.up-sells.upsells.products {
    position: relative;
    display: block;
    clear: both;
    margin-top: 80px;
}
div#tab-additional_information h2 {
    display: none;
}
.woocommerce-tabs, .woocommerce-tabs, . .woocommerce-tabs, {
    margin-top: 40px;
}
.woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 0 0;
}
.woocommerce-tabs ul.tabs li {
    display: inline-block;
    padding: 8px 1em;
    font-size: 23px;
    font-family: 'Oswald', sans-serif;
    font-family: 'abril-display', serif;
    border-bottom: 4px solid #ffffff;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.woocommerce-tabs ul.tabs a {
    padding: .5em 0;
}
.woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #c55f37;
    z-index: 2;
    border-bottom: 4px solid #f7ebc5;
    border-radius: 0;
}
.woocommerce-tabs ul.tabs::before, .woocommerce-tabs ul.tabs li::after, .woocommerce-tabs ul.tabs li::before {
    content: none;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: none;
}
.woocommerce table.shop_attributes th {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 200px;
    padding-left: 23px
}
.woocommerce table.shop_attributes {
    border-top: none;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    color: #8a0506;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    text-decoration: none;
}
.woocommerce div.product .product_soustitle {
    font-family: 'Oswald', sans-serif;
    color: #d4ac5d;
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    text-decoration: none;
}
.product_meta a {
    text-decoration: none;
    padding: 4px 8px;
    font-size: 12px;
    margin: 0px 4px 4px 0;
    text-transform: uppercase;
    color: #c5c5c5;
    font-family: 'Oswald', sans-serif;
    border-radius: 2px;
    font-weight: 600;
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.product_meta a:hover {
    background-color: #f1d6d2;
}
p.stars span {
    display: flex;
}
.woocommerce p.stars a {
    padding: 9px;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: none !important;
}
p.soustext {
    color: gray;
    margin-bottom: 1px;
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 4px;
}
.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    margin: 0;
    text-align: left;
    clear: none;
    margin-top: 0;
    padding: 0;
    margin-bottom: 4px;
    font-family: 'Oswald', sans-serif;
    font-family: 'abril-display', serif;
    color: #c55f37;
    font-weight: 700;
    color: #8a0506;
    font-size: 24px;
    line-height: normal;
    text-decoration: none;
}
.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating, .woocommerce ul.products li.product .price {
    color: #c55f37;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 13px;
    text-align: left;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-top: 10px;
}
.woocommerce table.shop_table {
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-collapse: collapse;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-shipping-calculator input[type="text"], form.checkout.woocommerce-checkout input[type="text"], form.checkout.woocommerce-checkout input[type="password"], form.checkout.woocommerce-checkout input[type="date"], form.checkout.woocommerce-checkout input[type="datetime"], form.checkout.woocommerce-checkout input[type="email"], form.checkout.woocommerce-checkout input[type="number"], form.checkout.woocommerce-checkout input[type="tel"], form.checkout.woocommerce-checkout textarea {
    display: inline-flex;
    border: 1px solid #e5e5e5;
    padding: 0 16px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #737373;
    font-size: 14px;
    background: #fff;
    max-width: 100%;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
form.checkout.woocommerce-checkout textarea {
    min-height: 108px;
    padding: 7px 14px;
}
form.checkout.woocommerce-checkout textarea::-webkit-input-placeholder {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
form.checkout.woocommerce-checkout textarea:-moz-placeholder { /* Firefox 18- */ padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
form.checkout.woocommerce-checkout textarea::-moz-placeholder { /* Firefox 19+ */ padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
form.checkout.woocommerce-checkout textarea:-ms-input-placeholder {
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
.select2.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #e5e5e5;
    background-color: #fff;
    height: 42px;
    line-height: 42px;
}
.woocommerce-privacy-policy-text {
    font-size: 14px;
}
.woocommerce .woocommerce-ordering select {
    background: #fff url(images/arrow-menu.png) no-repeat 95% 50%;
    padding-right: 30px;
    border: none;
    margin-bottom: 20px;
}
#order_review .shop_table tfoot tr:first-child th, #order_review .shop_table tfoot tr:first-child td {
    border-top: 1px solid #e1e1e1;
}
#order_review .shop_table tfoot tr th {
    border-left: 1px solid #e1e1e1;
}
#order_review .shop_table tfoot tr th, #order_review .shop_table tfoot tr td {
    padding: 15px 21px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fafafa;
}
#order_review .shop_table tfoot tr td {
    border-right: 1px solid #e1e1e1;
    text-align: right;
}
#payment .payment_methods {
    border: 1px solid #e1e1e1;
}
#payment .payment_methods li {
    font-size: inherit;
    padding: 15px 19px;
    border-bottom: 1px solid #eee;
}
table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    text-align: right;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
}
.woocommerce-checkout #payment div.payment_box {
    font-size: 12px;
    background-color: #ffffff;
}
.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}
#payment .payment_methods li:last-child {
    border-bottom: 0 none;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 26px 12px;
}
td.product-quantity {
    text-align: center;
}
th.product-quantity {
    text-align: center;
}
#add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 20%;
    min-width: 130px;
}
.woocommerce ul#shipping_method li input {
    vertical-align: baseline;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 6px 8px;
    width: 110px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a.remove {
    position: relative;
    height: 20px;
    width: 20px;
    margin: auto;
    right: auto;
}
.wigfoot .menu .sub-menu {
    display: none;
    position: relative;
    visibility: visible;
    left: auto;
    opacity: 1;
    background-color: transparent;
    padding-bottom: 0;
    top: auto;
    padding-top: 0;
}
.wigfoot .menu .menu-item-has-children ul a {
    padding: 0 0 0 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 1em;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e2caa6;
    color: #8a0506;
}
.page-numbers, a.page-numbers {
    background: #f7ebc5;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    margin: 4px;
}
.thepagesidebar {
    width: 395px;
    vertical-align: top;
    padding: 20px 0 0 0px;
    display: table-cell;
}
.leftwithsidebar {
    width: 100%;
    width: calc(100% - 400px);
    vertical-align: top;
    margin-right: 0;
    display: table-cell;
    padding-right: 40px;
}
.leftwithsidebar.paddtop {
    padding-top: 20px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .wpcf7 textarea {
    width: 100%;
    background: #fff;
    margin: 4px 0 0px 0;
    border: none;
    padding: 14px 14px !important;
    box-shadow: none;
    width: 100% !important;
    -moz-box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    margin-top: 60px;
    bottom: -100px;
    right: 0;
    position: absolute;
    background-color: #c55f37;
    background-image: url(images/linebtblitl.svg);
    background-repeat: no-repeat;
    background-size: 61px 21px;
    background-position: 10px 42%;
    font-size: 20px;
    padding: 20px 40px 20px 80px;
    font-family: abril-display, serif;
    font-weight: 500;
    font-style: italic;
    box-shadow: none;
    color: #fff;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #9a0404;
    margin-right: 0px;
}
span.wpcf7-form-control.wpcf7-acceptance {
    font-size: 14px;
    color: #707070;
}
span.wpcf7-form-control.wpcf7-acceptance a {
    text-decoration: underline;
}
.wpcf7-form br {
    /* height: 1px; */
    display: none;
}
.wpcf7-not-valid {
    border-left: 4px solid red !important;
}
.wpcf7-response-output {
    position: absolute;
    bottom: -190px;
}
.wpcf7 textarea {
    height: 200px;
}
span.wpcf7-list-item {
    margin: 15px 0 0 0;
}
input.wpcf7-form-control.wpcf7-submit:disabled, input.wpcf7-form-control.wpcf7-submit:disabled:hover {
    cursor: not-allowed;
    background-color: #847171;
}
.g-recaptcha {
    position: relative;
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}
.g-recaptcha > * {
    float: left;
    left: 0;
}
.g-recaptcha::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    clear: both;
}
.rc-anchor-compact {
    height: 136px;
    width: 100%;
}
.aaa {
    right: 0;
    left: auto;
    display: inline-block;
    top: 4px;
    width: 50px;
    height: 41px;
    position: absolute;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    display: block;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
select {
    background: #f9f9f9;
    margin: 5px 10px 0 0;
    border: 1px solid #dcd9d9;
    box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 1px 1px 1px rgb(0 0 0 / 10%);
    cursor: pointer;
    padding: 14px 6px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: none;
    width: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.woocommerce div.product form.cart .variations select {
    display: inline-block;
    margin-right: 1em;
    max-width: 100%;
    min-width: 100%;
    background: #fff url(images/arrow-menu.png) no-repeat 95% 50%;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.contentcarousel {}
.contentcarousel .swiper-button-next, .contentcarousel .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
}
.contentcarousel .incaro {
    bottom: 0;
    position: absolute;
    right: 30px;
}
a.carouselbloc {
    font-family: 'abril-display', serif;
    text-align: right;
    color: white;
    text-decoration: none;
    background-size: cover;
    background-size: cover;
    display: block;
    padding: 20px;
    height: 100%;
    /*  top: 50%;
    transform: translateY(-50%);*/
    background-repeat: no-repeat;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a.carouselbloc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .5) 80%);
    bottom: 0px;
    left: 0;
    z-index: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
a.carouselbloc:hover {
    color: #d3ac5d;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.swiper-button-prev.carousel-prev {
    left: -30px;
}
.swiper-button-next.carousel-next {
    right: -30px;
}
.carouseltire {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 10px;
    font-weight: 900;
    display: block;
}
.carouselbtn {
    font-size: 20px;
    display: inline-block;
    font-style: italic;
    padding: 0 0 0px 40px;
}
.carouselbtn:hover {
    color: #ffffff;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.carouselbtn:after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: -30px;
    z-index: 9;
    background-image: url(images/linebtbl.svg);
    background-repeat: no-repeat;
    background-size: 61px 21px;
    height: 20px;
    width: 60px;
}
.contentcarousel .swiper-slide {
    background: #f7ebc5;
    height: inherit;
    position: relative;
    width: 100%;
    min-height: 400px;
}
.wp-block-column.plusloin {
    margin: 100px 0 90px 0;
}
.wp-block-column.plusloin a {
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition:
}
.wp-block-column.plusloin a:hover {
    color: #d3ac5d;
}
.wp-block-column.plusloin:before {
    content: '';
    background: #f7ebc5;
    position: absolute;
    width: 80%;
    height: 115%;
    margin: -50px 0 0px -160px;
}
.wp-block-column.plusloin .wp-block-column {
    width: 80%;
}
.wp-block-column.plusloin .wp-block-column:nth-child(2) {
    top: 80px;
}
.plusloin .wp-block-cover__inner-container {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    text-align: right;
    padding: 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
}
.gamme {
    margin: 100px 0;
}
.zonetitre {
    width: 33%;
    padding-right: 60px;
    display: inline-block;
    vertical-align: top;
    margin-top: 26px;
}
.zonedetail {
    display: inline-block;
    width: 67%;
    vertical-align: top;
}
.gamme .zonedetail li {
    display: none;
}
.gamme .zonedetail li:nth-child(1) {
    display: block;
}
.zonetitre ul li {
    padding: 3px 20px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    display: table;
    cursor: pointer;
    float: right;
    width: auto;
    clear: both;
    font-size: 22px;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
}
.zonetitre ul li:after {
    content: '';
    width: 0%;
    background: #f6aeab;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 6px;
    z-index: -1;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.zonetitre ul li:hover, .zonetitre ul li.active {
    color: #393939;
}
.zonetitre ul li:hover:after, .zonetitre ul li.active:after {
    width: 75%;
}
.zonedetail ul {
    max-width: 80%;
    padding: 0 40px 40px 110px;
    margin-top: -50px;
}
.zonedetail:after {
    right: -160px;
    z-index: -1;
    content: '';
    background: #f7ebc5;
    position: absolute;
    width: calc(100% + 160px);
    top: -90px;
    height: calc(100% + 110px);
    margin: -50px 0 0px -160px;
}
.zonedetail h3 {
    padding: 0 0 0 0;
    margin-left: -40px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: #393939;
    width: auto;
    clear: both;
    font-size: 35px;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
}
.zonedetail ul li {
    padding-bottom: 80px;
}
.zonedetail a.fleche {
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    position: absolute;
    right: 80px;
    bottom: -38px;
    line-height: normal;
    background: #8a0506;
    padding: 20px 30px 20px 100px;
    color: #d4ac5d;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.thepage .fleche a {
    font-size: 20px;
    padding: 20px 40px;
    font-family: abril-display, serif;
    font-weight: 500;
    font-style: italic;
    position: relative;
    display: inline-block;
    line-height: normal;
    margin-left: 40px;
    background: none;
    color: #c55f37;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.thepage .fleche a:hover {
    margin-left: 60px;
}
.thepage a.fleche.bouton {
    background: #8a0506;
}
/*
.wp-block-buttons {
    margin-top: 60px;
}*/
.wp-block-button__link {
    background-color: #c55f37;
    font-size: 20px;
    padding: 20px 40px;
    border-radius: 0;
    font-family: abril-display, serif;
    font-weight: 500;
    font-style: italic;
}
.thepage .fleche a:after, .wp-block-button__link:after {
    content: '';
    position: absolute;
    bottom: 26px;
    left: -30px;
    z-index: 9;
    background-image: url(images/linebt.svg);
    background-repeat: no-repeat;
    background-size: 61px 21px;
    height: 20px;
    width: 60px;
}
.bouton .wp-block-button__link:after {
    content: none;
}
.bouton a:hover {
    margin-left: 0px !important;
}
.thepage a.fleche:after, .zonedetail a.fleche:after {
    content: '';
    position: absolute;
    bottom: 26px;
    left: 26px;
    z-index: 9;
    background-image: url(images/linebt.svg);
    background-repeat: no-repeat;
    background-size: 61px 21px;
    height: 20px;
    width: 60px;
}
.zonedetail a.fleche:hover {
    right: 60px;
}
body.archive.tax-product_cat .homeslide {
    background: #ffffff;
    color: #fff;
    padding: 50px 50px 50px 50px;
    width: 41%;
    position: absolute;
    bottom: 0px;
    left: 49%;
    z-index: 5;
}
body.archive.tax-product_cat h1.swiper-title {
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    color: #8a0506;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 32px;
    font-weight: 600;
    text-decoration: none;
}
body.archive.tax-product_cat h2.product_soustitle {
    font-family: 'Oswald', sans-serif;
    color: #d4ac5d;
    font-size: 22px;
    line-height: normal;
    font-weight: 600;
    text-decoration: none;
}
.hamburger {
    font-size: 30px;
    display: none;
    position: fixed;
    z-index: 9999999;
    width: 70px;
    padding: 31px;
    padding: 30px 20px;
    cursor: pointer;
    transition: transform .2s ease-in-out;
    vertical-align: middle;
    right: 0px;
    top: -10px;
    border: 0 none;
}
.hamburger::-moz-focus-inner {
    padding: 0;
    border: 0 none;
}
.hamburger:focus {
    outline: 0;
}
.hamburger:before, .hamburger:after {
    content: "";
}
.hamburger:before, .hamburger .icon, .hamburger:after {
    display: block;
    width: 100%;
    height: 4px;
    margin: 0 0 5px;
    transition: transform .2s ease-in-out;
    border-radius: .05em;
    background: #8a0506;    -webkit-mask-image: none;
    mask-image: none;
}
.hamburger.dark:before, .hamburger.dark .icon, .hamburger.dark:after {
    background: #ffffff;
}
.hamburger:hover .icon {
    transform: translate(2px, 0px);
}
.hamburger:hover:before {
    transform: translate(-2px, 0px);
}
.hamburger:hover:after {
    transform: translate(-2px, 0px);
}
.hamburger.active .icon {
    transform: translate(-7px, 8px) rotate(135deg) scaleX(-0.34);
}
.hamburger.active:before {
    transform: translate(5px, 5px) rotate(135deg) scaleX(0.6);
}
.hamburger.active:after {
    transform: translateY(-8px) rotate(-135deg);
}
.screen-reader-text {
    display: none;
}
iframe {
    max-width: 100%;
}
/**BLOK****************/
.thepage h1, .thepage h2, .thepage h3, .thepage h4, .thepage h5 {
    font-family: 'abril-display', serif;
    text-transform: none;
    font-size: 16px;
    line-height: normal;
    padding: 12px 0 0 0;
    color: #c55f37;
    font-weight: 700;
    margin-bottom: 25px;
}
.thepage h1 {
    font-size: 44px;
}
.home .thepage h1.titre, .page-id-24743 .thepage h1.titre {
    font-size: 72px;
}
.thepage h1.titre {
    font-size: 60px;
}
.thepage h2 {
    font-size: 32px;
}
.thepage h3 {
    font-size: 28px;
}
.thepage h4 {
    font-size: 26px;
}
.thepage h5 {
    font-size: 24px;
}
.titre:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    max-width: 260px;
    background: #c55f37;
    bottom: 14px;
    margin-left: 26px;
}
.home .titre:after {
    bottom: 24px;
}
h2.titre:after {
    bottom: 10px;
}
.wp-block-image figcaption {
    margin-top: 0px;
    margin-bottom: 1em;
    font-style: italic;
}
.wp-block-column .coblocks-gallery img {
    margin: 0px 0 0px 0;
}
.intropage:before {
    content: '';
    background: #f7ebc5;
    position: absolute;
    width: 62%;
    right: 0;
    height: calc(100% - 60px);
    max-height: 800px;
    margin: -30px -160px 0px 0;
}
.wp-block-column img {
    margin: 20px 0 10px 0;
}
.zonearriere:before {
    content: '';
    background: #f7ebc5;
    position: absolute;
    width: 50%;
    z-index: -1;
    right: 0;
    height: 90%;
    margin: -30px -160px 0 0;
}
.zonearriere.gauche:before {
    right: auto;
    left: 0;
    height: 90%;
    width: 50%;
    margin: -30px 0 0 -160px;
}
.zonearriere.large:before {
    width: 70%;
    height: calc(100% + 60px);
}
.zonearriere.slider:before {
    right: auto;
    left: 0;
    height: 100%;
    width: 50%;
    margin: 60px 0 0 -160px;
}
.full, .alignfull, .thepage .wp-block-columns.full {
    margin: 0 -160px;
}
.thepage .wp-block-columns.full .zonearriere:before {
    width: 120%;
    margin: -70px 0px 0 0;
}
.full .wp-block-column.zonearriere {
    padding-right: 90px;
}
.wp-block-column ul {
    list-style: square;
    padding-left: 20px;
	    margin-bottom: 20px;
}
.wp-block-cover, .wp-block-cover-image {
    width: auto;
}
.coblocks-lightbox__arrow {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    border: none;
    height: auto;
    margin: 0 1%;
    padding: 15px;
    position: absolute;
    right: 0;
    background: #d3ac5d;
    top: 0;
    margin-top: 0;
    background-image: none;
    outline: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s;
    top: 50%;
    transform: translateY(-50%);
    transition: 250ms background-color linear;
    z-index: 3;
}
.coblocks-gallery.is-cropped .coblocks-gallery--item img {
    flex: none;
    height: auto;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.wp-block-group.blocchambre a, .blocchambre img, .content a img {
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.wp-block-group.blocchambre {
    background: #f7ebc5;
    padding: 40px 40px 58px 40px;
    margin-bottom: 80px;
}
.wp-block-group.blocchambre h2 {
    margin: 20px 0 0px 0;
}
.wp-block-group.blocchambre h2 a {
    text-decoration: none;
}

.wp-block-group.blocchambre h3 {
      font-size: 24px;
    font-weight: 500;
    margin: 0px 0 10px 0
}





.wp-block-group.blocchambre .wp-block-buttons {
    margin-top: 60px;
    bottom: -100px;
    right: 0;
    position: absolute;
}
.wp-block-column.margintop {
    margin-top: 100px;
}
.blocchambre img {
    margin: 0px 0 0px 0;
}



.wc-block-grid__products .wc-block-grid__product-image img {
     border: 1px solid #f7ebc5;
margin: 0px 0 10px 0;
}


.content a img, .wp-block-group.blocchambre .wp-block-image a img {
   border: 1px solid #f7ebc5;
}


.content a:hover img, .wp-block-group.blocchambre .wp-block-image a:hover img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);    border: 1px solid #8a0506;
}


.encart-reception-left {
    background: #fff;
    padding: 70px;
    margin-top: -200px!important;
    margin-left: 40px!important;
}
.encart-reception-right {
    color: white;
    background: #c55f37;
    padding: 70px;
    margin-top: -70px!important;
    margin-left: 0 !important;
    border-top: 8px solid white;
}
.encart-reception-right h3 {
    color: white;
}
.introslide .glide__arrows {
    bottom: 0px;
    top: auto;
    width: 61px;
    right: 80px;
}
.lactu {
    padding-bottom: 50px;
}
.allactu {
    left: -40px;
    bottom: -50px;
    position: absolute;
}
.contentcarouselactu {
    margin-right: -160px;
    margin-left: 110px;
}
.lactu h1.titre {
    width: 50%;
    float: right;
    margin-bottom: 60px;
    display: block;
}
.lactu h1.titre:after {
    right: 100%;
    margin-right: 36px;
}
.lactu.zonearriere.large:before {
    width: 60%;
    top: 80px;
    right: auto;
    /* left: -110px; */
    height: 100%;
}
.wp-block-coblocks-posts__date, .thedate, .thecateg {
    display: inline;
    color: #a9a9a9;
    font-size: 13px;
}
.thecateg {
    float: right;
}
.contentcarouselactu h1.swiper-title {
    color: #4a2c30;
    font-size: 32px;
    padding: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.contentcarouselactu h1.swiper-title:hover {
    color: #c55f37;
}
.contentcarouselactu .swiper-button-next.carousel-next {
    right: 90px;
}
.contentcarouselactu .swiper-button-next.carousel-next, .contentcarouselactu .swiper-button-prev.carousel-prev {
    top: 110px;
}
.carouselactu {
    padding-right: 160px;
}
.blocnewsletter {
    margin: 80px 0 200px 0;
}
.blocnewsletter h1 {
    font-size: 62px !important;
}
.blocnewsletter.zonearriere.gauche:before {
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    left: -5vw;
    height: 26vw;
    width: 30vw;
    margin: 0px 0 0 0;
}
.blocnewsletter .titre:after {
    content: none;
}
.blocnewsletter .txtabo {
    font-size: 16px;
}
.sib_signup_form {
    margin: 40px 0 0px 0;
}
label.sib-email-termcase {
    display: block;
    color: #a7a7a7;
    margin-top: 30px;
    font-size: 14px;
}
p.sib-email-area {
    display: inline-block;
}
input.sib-default-btn {
    min-width: 200px;
    display: inline-block;
    border: none;
    -webkit-appearance: none;
    font-family: 'abril-display', serif;
    font-size: 21px;
    line-height: normal;
    color: #c55f37;
    font-style: italic;
    font-weight: 700;
    border-radius: 0;
    -webkit-border-radius: 0px;
    padding: 20px;
    color: #c55f37;
    background: white;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
input.sib-default-btn:hover {
    color: #ffffff;
    background: #c55f37;
}
p.sib-email-area {
    display: inline-block;
    width: 45%;
    margin-right: 10px;
    border-bottom: 1px solid #616161;
}
input.sib-email-area {
    border: none;
    font-size: 15px;
    padding-bottom: 4px;
}
.prolongez {
    margin-top: 100px;
    margin-bottom: 60px;
}
.carteprolongez h1 {
    color: #c55f37 !important;
}
.carteprolongez {
    color: #393939;
    background: #f7ebc5;
    width: 700px;
    /* min-width: 500px; */
    top: 50%;z-index: 50;
    transform: translateY(-50%);
    position: absolute;
    right: 160px;
    padding: 40px 60px 0px 60px;
    /* float: right; */
}
.carteprolongez .wp-block-buttons {
    bottom: -30px;
    margin-top: 0px;
}
.carteprolongez .wp-block-buttons a {
    padding-left: 70px;
    margin-right: 20px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.carteprolongez .wp-block-buttons a:after {
    content: '';
    position: absolute;
    bottom: 26px;
    left: 20px;
    z-index: 9;
    background-image: url(images/linebtbl.svg);
    background-repeat: no-repeat;
    background-size: 61px 21px;
    background-position: right top;
    height: 20px;
    width: 40px;
}
.carteprolongez .wp-block-buttons a:hover {
    margin-right: 0px;
}
.wp-block-button__link {
    margin-left: 0px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.wp-block-button__link:hover {
    margin-left: 20px;
}
.homeslide .swiper-slide a.fleche, .wp-block-buttons.is-content-justification-right .wp-block-button__link {
    margin-right: 20px;
}
.homeslide .swiper-slide a.fleche:hover, .wp-block-buttons.is-content-justification-right .wp-block-button__link:hover {
    margin-right: 0px;
}
.homeslide .swiper-slide a.fleche:hover, .swiper-button-next:hover, .swiper-button-prev:hover {
    background: #c55f37;
}
.avecbordure img {
    border: 20px solid #f7ebc5
}
.wp-block-coblocks-posts__content a {
    color: #4a2c30;
    font-size: 24px;
    margin: 6px 0;
    font-family: 'abril-display', serif;
    padding: 0;
    line-height: normal;
    font-weight: 700;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.wp-block-coblocks-posts__content a:hover {
    color: #c55f37;
}
.wp-block-coblocks-posts__image {
    background: #f7ebc5;
    margin-bottom: 0;
}
.wp-block-coblocks-posts__image a {
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.wp-block-coblocks-posts__image a:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    opacity: 0.85;
}
ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 999;
    width: 100%;
    height: 0;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}
li.flex-nav-prev {
    float: left;
}
li.flex-nav-next {
    float: right;
}
a.flex-next {
    visibility: hidden;
}
a.flex-prev {
    visibility: hidden;
}
a.flex-next::after {
    visibility: visible;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}
a.flex-prev::before {
    visibility: visible;
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}
ul.flex-direction-nav li a {
    color: #ccc;
    display: block;
    font-size: 0;
}
ul.flex-direction-nav li a:hover {
    text-decoration: none;
}
a.flex-next, a.flex-prev {
    visibility: visible;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: right;
    width: 46%;
    max-width: 600px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 42%;
    clear: none;
}
.single-product p.price {
    color: #4a2c30 !important;
    font-family: 'abril-display', serif;
    text-transform: none;
    font-size: 27px !important;
    line-height: normal;
    margin-top: -20px;
    color: #c55f37;
    font-weight: 700;
    margin-bottom: 25px;
}
p.price em {
    display: block;
    font-size: 18px;
    color: #ababab;
    font-weight: 400;
}
.woocommerce-variation-price {
    color: #4a2c30 !important;
    font-family: 'abril-display', serif;
    text-transform: none;
    font-size: 27px !important;
    line-height: normal;
    margin-top: 0px;
    color: #c55f37;
    font-weight: 700;
    margin-bottom: 15px;
}
.woocommerce-variation-price .price {
        color: #4a2c30 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 19%;
    margin: 0 1% 1% 0;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
ul.flex-direction-nav li a {
    color: #fff;
}
a.flex-prev::before {
    margin-left: 0px;
    font-size: 26px;
}
a.flex-next::after {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 26px;
}
li.flex-nav-prev, li.flex-nav-next {
    float: left;
    color: #ffffff;
    background: #c55f37;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 300;
    width: 60px;
    left: -30px;
}
li.flex-nav-next {
    float: right;
    left: auto;
    right: -30px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: block;
    clear: both;    margin-top: 90px;
}
.wc-bookings-booking-form label {
    display: inline-block;
}
.wc-bookings-booking-form .form-field input[type=number] {
    width: 60px;
    padding: 8px;
    border: 1px solid #d2d2d2;
}
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
    background-color: #9bd84a !important;
}
/* Available calendar day hover background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
    background-color: #c55f37 !important;
}
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
    background: #c55f37 !important;
    color: #fff;
}
.wc-bookings-date-picker .ui-datepicker td.fully_booked span, .wc-bookings-date-picker .ui-datepicker td.fully_booked a {
    background-image: url(images/booked.svg) !important;
    background-color: #fffefd !important;
    color: #423939 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .85;
    filter: Alpha(Opacity=85);
}
#wc-bookings-booking-form .block-picker li a.selected {
    background: #c55f37 !important;
}
a.plusinfotabs {
    color: #c55f37;
    text-decoration: underline;
}
h2.selectdate {
    margin: 30px 0 10px 0;
    font-size: 28px;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-name a {
    font-family: 'abril-display', serif;
    text-transform: none;
    font-size: 22px;
    line-height: normal;
    /* padding: 12px 0 0 0; */
    color: #c55f37;
    font-weight: 700;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
}
.pswp {
    z-index: 99999999;
}
.pswp__ui {
    height: 100%;
}
.pswp__caption__center {
    text-align: center;
}
.woocommerce #review_form #respond textarea {
    border-color: #d4d4d4;
}
.wp-block-column.border {
    border-left: 1px solid #d8d8d8;
    padding-left: 30px;
}
h2.souligne {
    display: flex;
}
h2.souligne:after {
    content: "";
    flex: 1 1;
    background: #c55f37;
    height: 1px;
    align-self: center;
    margin: 10px 0px 0 12px;
}
.has-text-align-center {
    text-align: center !important;
}
span.edit-link {
    position: fixed;
    bottom: 10px;
    z-index: 999999999999999;
    left: 10px;
}

span.edit-link a {
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
    background: #8a0506;
}
.mejs-inner, .mejs-layers {
    position: initial;
}
.wp-block-coblocks-gallery-collage__figure img {
    height: 100%;
}
.wp-block-embed {
    margin-bottom: 1em;
    margin: 1em 0;
}
figure.wp-block-image {
    margin: 0 0 1em 0;
}
.cornerwoo .widget_shopping_cart_content .blockOverlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.widget_shopping_cart_content .blockOverlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}
tr.cart_item .product-name img {
    max-width: 38px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.myreviewrap {
    display: table;
    width: 100%;
}
.myreviewimg {
    display: table-cell;
    vertical-align: middle;
    width: 55px;
}
.myreview {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.myreview .ts-product-image {
    display: none !important;
}
.myreviewprice {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
tr.cart-subtotal td {
    text-align: right;
}
ul.products .swiper-container li.product {
    width: 100%;
}
.woocommerce ul.products li.product a {
    display: inline-block;
}
.slideproductshop .swiper-wrapper {
    margin: 40px 0;
}
.slideproductshop .swiper-button-next, .slideproductshop .swiper-button-prev {
    top: 40%;
    transform: translateY(-50%);
}
.slideproductshop .swiper-button-prev {
    left: -10px;
}
.slideproductshop .swiper-button-next {
    right: -10px;
}
.slideproductshop .swiper-container {
    padding: 0 20px;
}
.content h1.antic, .content h2.antic, .content h3.antic {
    font-family: 'Antic Didone', serif;
    font-size: 72px;
    text-transform: none;
    font-weight: normal;
}
.content h1.antic {
    font-size: 72px;
}
.content h2.antic {
    font-size: 62px;
}
.content h3.antic {
    font-size: 52px;
}
.anim {
    transform: matrix(.99026, .13917, 0, 1, 0, 150);
    opacity: 0;
    transition: all 1s cubic-bezier(.090, .345, .25, 1)
}
.anim.show {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0)
}
.parallax, .woocommerce-product-gallery {
    transition: all .6s cubic-bezier(.090, .345, .25, 1) !important;
}
.flex-viewport {
    margin-bottom: 20px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce ul.products li.product a img {
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}


.woocommerce ul.wc-block-grid__products li.wc-block-grid__product:hover img,
.woocommerce ul.products li.product:hover img {
    transform: scale(1.04);
}


.woocommerce ul.wc-block-grid__products li.wc-block-grid__product:after, 
.woocommerce ul.products li.product:after {
    content: "";
    background: #f7ebc5;
    width: 100%;
    padding-top: 100%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}









.woocommerce ul.products li.product:hover {}



.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
 color: #f7ebc5;
    background-color: #c55f37;
}


.woocommerce .cart .button, .woocommerce .cart input.button {
    color: #515151;
    background-color: #ebe9eb;
}



p a {
    text-decoration: underline;
}





a.booking {
    background: #003580 url(images/booking-logo.png) right center no-repeat;
    color: #fff;
    background-size: 110px;
    text-decoration: none;
    display: table;
    padding: 20px 120px 20px 20px;
    border-radius: 3px;
    font-weight: bold;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}


a.booking:hover { color: #fff;
	background-color: #9a0404;
}






.woocommerce a.button:hover {
    background-color: #8a0506;

    color: #ffffff;
}




.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.video-responsive { 
overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 0 0 40px 0;
    height: 0;
}

.video-responsive iframe { left:0; top:0; height:100%;
 width:100%; position:absolute;}







@media only screen and (max-width:1500px) {
    .menu-header li {
        margin: 0px 12px;
    }
    .menu-header li a {
        font-size: 16px;
    }
}




@media only screen and (min-width:1460px) {
    .sub-menu {
        display: table !important;
    }
    .aaa {
        display: none;
    }
}

@media only screen and (max-width:1460px) {
    .homeslide {
        width: 52%;
        right: 25px;
    }
    .menu-header {
        position: FIXED;
        width: 420px;
        overflow: auto;
        height: 100%;
        background: #f7ebc5;
        right: -800px;
        padding: 36px 20px 110px 20px;
        top: 0;
        z-index: 99999;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .2s ease;
        color: #FFF;
    }
    .menu-header.move {
        right: 0px;
    }
    .menu a.logo img,   .menu .logo img  {
        max-width: 160px;
    }
    .menu-header li {
        height: auto;
        display: block;
        width: 100%;
        padding: 14px 0 0 0;
        position: relative;
    }
    .menu-header li a {
        text-align: left;
        padding: 12px 0 0 0;
        width: 100%;
        display: block;
        color: #4a2c30;
        font-size: 18px;
    }
    .menu ul li {
        min-width: 100%;
        white-space: normal;
    }
    .menu ul ul.sub-menu {
        left: 0;
        top: 0;
    }
    .menu-header ul.sub-menu li.menu-item-has-children > a:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .menu-header > ul > li.menu-item-has-children > a:before {
        content: "\0025BE";
        font-size: 30px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        right: 20px;
        left: auto;
        top: 50%;
        -webkit-transform: translateY(-51%);
        -moz-transform: translateY(-51%);
        -ms-transform: translateY(-51%);
        -o-transform: translateY(-51%);
        transform: translateY(-51%);
        position: absolute;
    }
    .menu .menu-item-has-children ul a {
        line-height: 1em;
        padding: 9px 10px;
        max-width: 100%;
        text-align: left;
        height: auto;
        margin: 0 auto;
    }
    .menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below, .menu-image-title-below, .menu-image-title-above, .menu-item a.menu-image-title-above, .menu-item a.menu-image-title-below, .menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
        text-align: left;
        display: block;
    }
    ul.sub-menu {
        visibility: visible;
        opacity: 1;
        padding: 0 0 0 0;
        background-color: transparent;
        position: relative;
        display: none;
        top: auto;
        left: 0px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    .sub-menu li {
        display: block;
        padding: 0px;
        text-align: left;
        margin: 0px 0px;
    }
    .menu .menu-item-has-children ul a .zoom-icon, .menu .menu-item-has-children ul a img {
        display: none;
    }
    .menu-header .menu li:hover > ul, .menu-header .menu li > ul {
        top: auto;
    }
    .menu-image-title {
        top: auto;
        left: auto;
        z-index: 9;
        transform: none;
        position: relative;
        color: #231f20;
    }
    ul#menu-principal {
        padding-top: 40px;
    }
    .menu a.logo,     .menu .logo {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .hamburger {
        display: inline-block;
    }
    .hamburger.fixed {
        position: fixed;
    }
    .actu {
        margin-bottom: 140px;
    }
    .contentcarousel .swiper-slide {
        min-height: 360px;
    }
    .zonedetail ul {
        max-width: 100%;
    }
    .gamme {
        margin: 160px 0 120px 0;
    }
}
@media only screen and (max-width:1270px) {
    .zonearriere:before {
        margin: -70px -80px 0 0;
    }
    .zonearriere.gauche:before {
        margin: -70px 0 0 -80px;
    }
    .zonearriere.slider:before {
        margin: 60px 0 0 -80px;
    }
    .content {
        padding: 40px 80px 80px 80px;
    }
    .intropage:before {
        margin: -30px -80px 0px 0;
        width: 56%;
    }
    .carteprolongez {
        right: 80px;
    }
    .full, .alignfull {
        margin: 0 -80px;
    }
    .thepage h1.titre, .thepage h1 {
        font-size: 50px;
      
    }
    .titre:after {
        max-width: 130px;
        margin-left: 16px;
    }
    .zonedetail:after {
        right: -80px;
        width: calc(100% + 80px);
        margin: -50px 0 0px -80px;
    }
    h2.grostitre {
        font-size: 70px;
   
    }
    .carouseltire {
        font-size: 26px;
    }
    .plusloin .wp-block-cover__inner-container {
        font-size: 26px;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 36%;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 62%;
    }
    .contentcarouselactu {
        margin-right: -80px;
        margin-left: 80px;
    }
}
@media only screen and (max-width:1180px) {
    .cornerwoo p {
        display: none;
    }
    .infoot .widgetfoot {
        width: 33%;
    }
}
@media only screen and (max-width:1120px) {
    input.sib-email-area {
        width: 100%;
    }
}
@media only screen and (max-width:1024px) {
    .zonearriere.gauche:before {
        margin: -30px 0 0 -80px;
    }
    .zonearriere:before {
        margin: -30px -80px 0 0;
    }
    
    h2.titre:after{
        content:none!important;
    }
    
    
    
    
    
    
    
    
}
@media only screen and (max-width:900px) {
    .logofoot img {
        max-width: 180px;
    }
    .widgetfoot li.menu-item, .widgetfoot .titlewidg, .titlewigside {
        font-size: 18px;
    }
    .carteprolongez {
        max-width: 500px;
    }
    .prolongez .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
    }
}
@media only screen and (max-width:785px) {
    .logo img {
        max-width: 140px;
        height: auto;
    }
    .infoot {
        padding: 80px 0px 60px 0px;
    }
    .infoot .widgetfoot {
        width: 100%;
        text-align: center;
    }
    h1.has-text-align-right.titre {
        text-align: left;
    }
   /* .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 10px 10px 0;
    }*/
    .inc.incbutton, .dec.incbutton {
        width: 30px;
    }
    .prolongez .wp-block-column {
        margin: 0 0 0 0;
    }
    .carteprolongez {
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        top: -120px;
        transform: none;
        position: relative;
        margin: 0 auto;
        right: auto;
    }
    .blocnewsletter h1.titre {
        width: 100% !important;
    }
    p.sib-email-area {
        width: 100%;
    }
    input.sib-default-btn {
        width: 70%;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
    #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
        width: 82px;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
        content: none;
    }
    .homeslide {
        width: 68%;
        right: 25px;
    }
    .wp-block-columns.encart-reception .wp-block-column {
        width: 100%;
        flex-basis: 100% !important;
        flex-grow: 0;
        margin-left: 40px !important;
        margin-right: 40px !important;
        border-top: none;
        padding: 30px;
    }
    .home .thepage h1.titre {
     font-size: 51px;
    width: 80%;
    margin-right: 0;
    }
    .home .titre:after {
        bottom: 14px;
    }
    .titre:after {
        max-width: 100px;
        margin-left: 16px;
    }
    
    
    .thepage h1.titre, .thepage h1 {
     font-size: 42px;
    max-width: calc(100% - 80px);
}
    
    

    
    
    
    .lactu h1.titre:after {
        right: 0;
        margin-right: 0;
    }
    .wp-block-themeisle-blocks-slider, .glide__slides {
        height: 380px !important;
    }
}







@media only screen and (min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 5em;
    }
    .wp-block-column.plusloin .wp-block-column:not(:first-child) {
        margin-left: 10%;
    }
	
	.encart-reception {
    gap: 0!important;
}
}







@media only screen and (max-width:768px) {
    .thepage h1 {
        font-size: 34px;
    }
    .thepage h2 {
        font-size: 28px;
    }
    .thepage h3 {
        font-size: 24px;
    }
    .thepage h4 {
        font-size: 20px;
    }
    .thepage h5 {
        font-size: 16px;
    }
    .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0;
    }
    .thepage .wp-block-columns:first-child:before, .intropage:before {
        /*width: 100%;*/
        height: calc(100% + 200px);
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        float: none;
        width: 100% !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 12%;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
        margin-bottom: 50px;
    }
    
    .encart-reception-right {
    margin-top: 0;
    }
    .lactu h1.titre {    float: none;} 
    .lactu h1.titre:after {
    right: auto;
  
}
    .blocnewsletter h1.titre {
    font-size: 34px!important;
}
   .wp-block-themeisle-blocks-slider {
    margin-bottom: 30px;
}
    .wp-block-group.blocchambre {

    margin-bottom: 30px;
}
    .wp-block-columns.zonechambre .wp-block-column {
    display: block;
    width: 100%;
    flex-basis: 100%!important;
    margin: 0;
}
}
@media only screen and (max-width:710px) {
    .cornerwoo .headtel{
        display: none;
    }
}
@media only screen and (max-width:680px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0px 20px 0;
    }
    .wp-block-coblocks-gallery-carousel .has-carousel {
        margin: 0 0px;
        background: #ffffff;
    }
    .woocommerce-product-gallery {
        transition: opacity 0.25s ease-in-out 0s;
    }
    .parallax, .woocommerce-product-gallery {
        transition: all .2s cubic-bezier(.090, .345, .25, 1) !important;
    }
}
@media only screen and (max-width:600px) {
    .wp-block-column.margintop {
        margin-top: 0;
    }
				
				
				.wp-block-column ul {
    padding-left: 0px;

}
				a.add_to_cart_button.button {
    width: 100%;
    font-size: 18px;
    padding: 20px 20px;
}
				
}
@media only screen and (max-width:599px) {
    .wp-block-coblocks-gallery-carousel {
        margin: 0px 10px;
    }
    .wp-block-column.border {
        border-left: none;
        padding-left: 0px;
    }
				
				
				
				
				
				
}
@media only screen and (max-width:520px) {
 
  .lang {
    z-index: 999999;
    position: absolute;
       left: -13px;
    top: 10px;
} 
    body.home .headvisu,
	body.page-id-24743 .headvisu{
        height: auto;
        min-height: 280px;
    }
    .headvisu {
        padding: 0 0 30px 0;
        min-height: auto;
    }
    .blocimg {
        height: 320px;
        /* min-height: 280px; */
    }
    .homeslide .swiper-slide {
        padding: 50px 30px 50px 30px;
    }
    .swiperbutton {
        top: -30px;
        left: auto;
        right: 40px;
    }
    .intropage:before {
        width: 80%;
        margin: -200px 0 0px -30px;
    }
    .zonearriere:before {
        margin: -40px -30px 0 0;
    }
    .zonearriere.gauche:before {
        margin: -40px 0 0 -30px;
    }
    .zonearriere.slider:before {
        margin: -40px 0 0 -30px;
    }
    .woocommerce table.shop_attributes th {
        text-align: left;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 400;
        width: 140px;
        padding-left: 23px;
    }
    .thepage h1.titre br, .thepage h1 br {
        display: none;
    }
    .home .thepage h1.titre, .thepage h1.titre, .thepage h1 {
        font-size: 33px;
        width: 80%;
    }
    .thepage h1 {
        font-size: 27px;
        width: 100%;
								max-width: 100%;
    }
    .thepage h2 {
        font-size: 24px;
    }
    .lactu h1.titre {
        width: 80%;
        float: none;
    }
    .contentcarouselactu {
        margin-right: 0;
        margin-left: 0;
    }
    .contentcarouselactu .swiper-button-next.carousel-next {
        right: -30px;
    }
    .carouselactu {
        padding-right: 0;
    }
    .lactu h1.titre {
        /* width: 60%!important; */
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    
    
    .blocnewsletter h1.titre {

    max-width: 100%;
}
    
    
    
    
    
    
    .lactu.zonearriere.large:before {
        width: 60%;
        top: 10px;
        right: auto;
        left: -30px;
        height: 370px;
    }
    .allactu {
        left: auto;
    }
 .wp-block-columns.encart-reception .wp-block-column {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 20px;
}
 .wp-block-columns.encart-reception .wp-block-column.encart-reception-left {
    margin-bottom: 50px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px;
}
    .homeslide .swiper-slide a.fleche, .wp-block-buttons.is-content-justification-right .wp-block-button__link {
        margin-right: 0;
    }
    .wp-block-button__link {
        font-size: 18px;
        padding: 20px 20px;
    }
    .wp-block-button a {
        padding-left: 40px;
    }
    .wp-block-cover.alignfull.full.mb-0 {
        min-height: 400px !important;
    }
    .wp-block-group.blocchambre {
        background: #f7ebc5;
        padding: 20px 20px 48px 20px;
        margin-bottom: 80px;
    }
    .thepage .wp-block-columns:first-child:before, .intropage:before {
        height: calc(100% + 30px);
    }
    .thepage .fleche a:after, .wp-block-button__link:after {
        content: '';
        position: absolute;
        bottom: 26px;
        left: -20px;
        z-index: 9;
        background-image: url(images/linebt.svg);
        background-repeat: no-repeat;
        background-size: 61px 21px;
        background-position: right center;
        height: 20px;
        width: 50px;
    }
    .woocommerce ul.products li.product .onsale {
        top: 0;
        right: auto;
        left: 0;
        margin: 0px 0 0 0px;
    }
    .woocommerce span.onsale {
        right: 0;
        top: -60px;
        left: auto;
    }
    .intropage:before {
        margin: -30px -30px 0px 0;
        width: 56%;
    }
    .woocommerce .woocommerce-breadcrumb {
        display: none;
    }
    .homeslide {
        width: 90%;
        bottom: auto;
        position: relative;
        right: auto;
        width: 100%;
    }
    .menu-header {
        width: 100%;
    }
    .logo img {
        max-width: 120px;
        height: auto;
    }
    .prolongez .wp-block-cover {
        height: 200px !important;
        min-height: 200px !important;
    }
    .carteprolongez {
        top: 0;
        padding: 20px 20px 0px 20px;
    }
    .zonearriere.gauche:before {
        margin: -30px 0 0 -30px;
    }
    .zonearriere:before {
        margin: -30px -30px 0 0;
    }
    .titre:after {
        max-width: 20%;
        margin-left: 16px;
    }
    .blocnewsletter.zonearriere.gauche:before {
       right: auto;
    left: -30px;
    height: 220px;
    top: 20%;
    width: 220px;
 
    }
    .blocnewsletter {
        margin: 80px 0 40px 0;
    }
    
    input.sib-default-btn {
    width: 100%;
}
    
    
    h1.swiper-title, h1.swiper-title a {
        font-size: 24px;
    }
    .content {
        padding: 40px 30px 80px 30px;
    }
    .full, .alignfull, .thepage .wp-block-columns.full {
        margin: 0 0 20px 0;
    }
    .full .wp-block-column.zonearriere {
        padding-right: 0px;
    }
    .thepage .wp-block-columns.full .zonearriere:before {
        margin: -70px -30px 0 -30px;
        height: 83%;
        width: 200%;
    }
    h2.grostitre {
        font-size: 35px;
    }
    
    .contentcarouselactu h1.swiper-title {
      font-size: 27px;

}
    
    .wp-block-spacer {

    max-height: 60px;
    }
}

@media only screen and (max-width:480px) {
	.cornerwoo {
    display: none;
}
	
	a.headresrv {
    width: 100%;
    background-color: #c55f37;
}

	.menu a.headresrv {
    display: block;
}






	a.booking {
    background-size: 80px;
    padding: 20px 90px 20px 20px;
}


	
}





@media only screen and (max-width:360px) {
    .logo img {
        max-width: 100px;
        height: auto;
    }
    .actu .actutitre {
        line-height: 29px;
        font-size: 24px;
    }
    .infoot {
        padding: 40px 0 40px 0px;
    }
    .ts-product-image {
        display: none !important;
    }
}