@charset "UTF-8";
/* 
    Theme Name: Château les Miaudoux
    Theme URL: chateaulesmiaudoux.com
    Description: Commerce de gros de fournitures pour la plomberie et le chauffage
    Version: v3.0
    Author: Jonathan Castera pour Groupe Gedone
*/

/*--------------------------------------------------------------
/* Design
-------------------------------------------------------------- */
body{background: #333333;overflow-x: hidden;}
a:active, a:hover, a:focus{outline: none !important;text-decoration: none !important;}
hr{border: 0;clear: both;color: #C5C9C3;height: 2px;padding: 0;}
ul{padding-left: 0;}
section.wrap{padding: 0;position: relative;}
.screen-reader-text{clip: rect(1px, 1px, 1px, 1px);height: 1px;overflow: hidden;position: absolute !important;width: 1px;word-wrap: normal !important;}
.icon{display: inline-block;fill: currentColor;height: 1em;position: relative;top: -0.0625em;vertical-align: middle;width: 1em;}
.scrollToTop{ background:url(images/back_top.png) no-repeat; bottom:10px; height:92px; position:fixed; right:20px;  width:92px; z-index:3000;}
a.scrollToTop { color:#fff; display:block; height:92px; overflow:hidden; text-indent:-800px; width:92px; }
input[type="submit"], input[type="reset"]{background: #df3537;border: none;border-radius: 0;color: #FFFFFF;cursor: pointer;letter-spacing: 1px;margin-top: 20px;width: 200px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;-webkit-transform:scale(1); -moz-transform:scale(1);-ms-transform:scale(1); -o-transform:scale(1);transform:scale(1);}
.btn-sm, .btn-group-sm > .btn{background: #df3537 !important;border: none !important;border-radius: 5px !important;color: #FFFFFF !important;font: var(--texte-font)/150% "Montserrat-Regular" !important;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;-webkit-transform:scale(1); -moz-transform:scale(1);-ms-transform:scale(1); -o-transform:scale(1);transform:scale(1);}
.btn:hover,.btn:focus{-webkit-transform: scale(0.90); -moz-transform: scale(0.90);-ms-transform: scale(0.90); -o-transform: scale(0.90);transform: scale(0.90);}
.invisible{display: none;}
.container-fluid{padding: 0 !important;}
.container-fluid .row{margin-left: 0 !important;margin-right: 0 !important;}

/*--------------------------------------------------------------
/* Variables
--------------------------------------------------------------*/
:root 
{
    --banniere-font         : 5rem;    
    --title-h1-font         : 7rem;    
    --title-h2-font         : 7rem;    
    --title-h3-font         : 3.5rem;
    --texte-font            : 1.6rem;
}

/*--------------------------------------------------------------
/* Navigation
--------------------------------------------------------------*/
.navigation-top{background: rgba(11,32,45,1);padding: 0;position: fixed;top: 0;width: 100%;z-index: 1000;}
.navigation-top .main-navigation{background: transparent;box-shadow: none;display: flex;width: 100%;}
.navigation-top .main-navigation .navbar-header{background: transparent;position: absolute;z-index: 11;}
.navigation-top .main-navigation .navbar-header .navbar-brand{background: transparent;display: block;float: left;height: inherit;padding: 0;transition-property: color, width;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.navigation-top .main-navigation .navbar-header .navbar-brand img{margin: 0;max-width: 77.8rem;padding: 0;position: relative;width: 100%;z-index: 10;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.navigation-top.scroll .main-navigation .navbar-header .navbar-brand img{width: 70%;}
.navigation-top .main-navigation .navbar-menu{flex: 1 0 70%;position: relative;}
.navigation-top .main-navigation .navbar-menu .menu-btn{align-items: center;background: rgba(15,80,145,0.9);border-radius: 1rem;cursor: pointer;display: flex;height: 15rem;justify-content: center;max-width: 100%;/*outline: 8px solid rgba(11,35,55,1);outline-offset: 0.5rem;*/padding: 0;position: absolute;right: 0;top: 0;width: 15rem;z-index: 12;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.navigation-top .main-navigation .navbar-menu .menu-btn.active{background: transparent;outline: 10px solid transparent;}
.navigation-top .main-navigation .navbar-menu .menu-btn .menu-container{display: flex;flex: 1 0 100%;flex-wrap: wrap;margin: 0;position: relative;row-gap: 1.5rem;}
.navigation-top .main-navigation .navbar-menu .menu-btn .menu-container .titre{color: #FFFFFF;display: block;font: calc(var(--texte-font) + 0.3rem)/100% "Montserrat-Regular";letter-spacing: 4px;margin: -3rem 0 0;position: absolute;text-align: center;text-transform: uppercase;width: 100%;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.navigation-top .main-navigation .navbar-menu .menu-btn:hover .menu-container .titre{color: #ec5802;}
.navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container .titre{opacity: 0;}
.navigation-top .main-navigation .navbar-menu .menu-btn .menu-container label{cursor: pointer;display: block;height: 1rem;left: 0;margin: 0 auto 0 auto;position: relative;right: 0;top: 50%;width: 75px;}
.navigation-top .main-navigation .navbar-menu .menu-btn .menu-container label div{background-color: #FFFFFF;border-radius: 2px;height: 4px;margin-bottom: 1rem;position: relative;top: 0;width: 90%;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.navigation-top .main-navigation .navbar-menu .menu-btn .menu-container label div:first-child{transform-origin: 0;}
.navigation-top .main-navigation .navbar-menu .menu-btn .menu-container label div:nth-child(2){right: 0;width: 60%;}
.navigation-top .main-navigation .navbar-menu .menu-btn .menu-container label div:last-child{margin-bottom: 0;transform-origin: 60px;width: 30px;}
.navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container label div{background: #FFFFFF;}
.navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container label div:first-child{left: 5px;top: -13px;transform: rotateZ(45deg);width: 105%;}
.navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container label div:nth-child(2){width: 77px;top: 0;right: 5px;transform: rotateZ(-45deg);}
.navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container label div:last-child{top: 14px;transform: rotateZ(45deg);}
.navigation-top .main-navigation .navbar-menu .menu-btn:hover .menu-container label div{background-color: #ec5802;}
.navigation-top .main-navigation .navbar-menu .menu-btn.active:hover .menu-container label div{background-color: #ec5802;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container{align-items: center;display: flex;justify-content: center;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide.open{opacity: 1;width: 50%;transform: translate3d(0, 0, 0);transition: transform .3s ease-in-out, opacity .3s ease-in-out;z-index: 5;}
/* Menu */
.navigation-top .main-navigation .navbar-menu{align-content: flex-start;display: flex !important;background: transparent;background-size: 100%;flex-wrap: wrap;padding-bottom: 2.5rem;padding-left: 85rem;padding-right: 5rem;padding-top: 2.5rem;row-gap: 5rem;z-index: 10;}
.navigation-top .main-navigation .navbar-menu .menu-barre{align-items: center;column-gap: 2.5rem;display: flex;flex-wrap: wrap;justify-content: right;max-width: 50rem;padding: 0;padding-right: 2.5rem;position: absolute;right: 0;top: 1.5rem;width: 100%;z-index: 1;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp{display: inline-block;max-width: 26.5rem;margin: 0;overflow: hidden;position: relative;width: 100%;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp{background: #ec5802;border: 0;border-radius: 75rem;padding: 0;position: relative;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader{margin-right: 0;right: 1rem !important;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp input{background: url(images/chateau-les-miaudoux-fond.png) no-repeat;background-size: cover;border: 0;border-radius: 75rem;color: #0b202d;height: 3.5rem;padding: 1.7rem 1rem 1.7rem 1rem;width: 100%;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp input:hover{background: transparent;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp input::placeholder{color: #0b202d;opacity: 1;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp button{background: url(images/distri-chauffage-recherche.png) no-repeat;background-size: 2.7rem;bottom: 0;height: 2.7rem;left: auto;margin: auto;min-height: 2.7rem;min-width: 2.7rem;padding: 0;position: absolute;right: 0.5rem;top: 0;width: 2.7rem;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp button svg{display: none;}
.navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp.dgwt-wcas-search-filled button{opacity: 0;}
.navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens{align-content: flex-start;column-gap: 1.5rem;display: flex;flex-wrap: wrap;position: relative;}
.navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens a{align-items: center;background: transparent;border-radius: 0;column-gap: 10px;display: inline-flex;justify-content: right;margin: 0;padding: 0;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
.navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens a:hover{-webkit-transform: scale(0.85); -moz-transform: scale(0.85);-ms-transform: scale(0.85); -o-transform: scale(0.95);transform: scale(0.85);}
.navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens a img{max-width: 2.8rem;width: 100%;}
.navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens a.panier{background: url(images/chateau-les-miaudoux-fond.png) no-repeat;background-size: cover;border: 0;border-radius: 75rem;display: inline-flex;margin: 0;padding: 0 1.5rem 0 1.5rem;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;} 
.navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens a.panier span{color: #0b202d;font: var(--texte-font)/100% "Montserrat-Bold";}
.navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens a.panier img{max-width: 2rem;}
.navigation-top .main-navigation .navbar-menu .menu-btn{background: #632946;display: none;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide{height: auto;justify-content: left;position: relative;transform: translate3d(0, 0, 0);width: 100%;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu{background: transparent;border-radius: 0;column-gap: 2.5rem;display: flex;flex-wrap: wrap;margin: 0;position: relative;justify-content: right;width: auto;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li{align-content: center;background: transparent;display: inline-block;margin-bottom: 0;margin-right: 0;opacity: 1;transition: transform .3s ease-in-out;width: auto;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li a{color: #FFFFFF;display: block;font: calc(var(--texte-font) + 0.2rem)/100% "Montserrat-Regular";letter-spacing: 0;margin: 0;padding: 0;position: relative;text-transform: uppercase;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li a:hover{color: #eacfac;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.current-menu-item a{color: #eacfac;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li .sub-menu{background: transparent;display: none;overflow: hidden;padding: 0;padding-top: 2.5rem;position: absolute;max-width: 27.5rem;width: 100%;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li:hover .sub-menu{column-gap: 2px;display: flex;flex-wrap: wrap;position: absolute;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li .sub-menu li{border-bottom: 1px solid rgba(234,207,172,0.4);flex: 1 0 100%;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li .sub-menu li:last-child{border-bottom: 0;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children a{color: #FFFFFF;display: block;font: calc(var(--texte-font) + 0.2rem)/100% "Montserrat-Regular";letter-spacing: 0;margin: 0;padding: 0;position: relative;text-transform: uppercase;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children a:hover{color: #eacfac;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children.current-menu-parent a{color: #eacfac;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre{align-content: flex-start;background: #0b202d;display: flex;flex-wrap: wrap;position: relative;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li a{color: #eacfac;font: var(--texte-font)/100% "Montserrat-Regular";letter-spacing: 0;padding: 1rem 1.5rem;pointer-events: initial;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li a:hover{background: #eacfac;color: #0b202d;}
.navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li.current-menu-item a{background: #eacfac;color: #0b202d;}

@keyframes fadeInRight
{
    0%{opacity: 0;left: 3rem;}
    100%{opacity: 1;left: 0;}
}

/*--------------------------------------------------------------
/* Animations
--------------------------------------------------------------*/
@keyframes transparence
{ 
    0%{opacity: 0;}
    100%{opacity: 1;} 
}

@keyframes mouvementImageY
{
    0%{transform: translateY(0);}
    100%{transform: translateY(-8.1rem);}
}

@keyframes mouvementTexteY
{
    0%{transform: translateY(0);}
    100%{transform: translateY(-8.1rem);}
}

@keyframes mouvementTexteNegY 
{
    0%{opacity: 0;transform: translateY(-1rem)};
    100%{opacity: 1;transform: translate(0);}
}

@keyframes mouvementTextePosY 
{
    0%{opacity: 0;transform: translateY(1rem)};
    100%{opacity: 1;transform: translate();}
}

@keyframes mouvementTexteNegX
{
    0%{opacity: 0;transform: translateX(-1rem)};
    100%{opacity: 1;transform: translate(0);}
}
@keyframes mouvementTextePosX
{
    0%{opacity: 0;transform: translateX(1rem)};
    100%{opacity: 1;transform: translate(0);}
}

/*--------------------------------------------------------------
/* Banniere
--------------------------------------------------------------*/
.bloc_item.banniere{position: relative;z-index: 1;}
.bloc_item.banniere .bloc_item.contenu{display: flex;height: 100vh;overflow: hidden;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.image{background: url(images/chateau-les-miaudoux-accueil.jpg) 50% 0 no-repeat fixed;background-position-y: -20rem;background-size: cover;flex: 1 0 100%;overflow: hidden;position: relative;width: 100%;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.slogan{left: 0;padding-left: 25rem;padding-right: 10rem;position: absolute;top: 55%;width: 100%;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.slogan p:nth-of-type(1){color: #FFFFFF;font: var(--banniere-font)/100% "Smoothy-Regular";letter-spacing: 0;margin: 0 0 1rem;padding: 0;text-transform: initial;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.slogan p:nth-of-type(2){color: #FFFFFF;font: calc(var(--banniere-font) - 2rem)/100% "Montserrat-Light";letter-spacing: 0;margin: 0;padding: 0;text-transform: initial;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.slogan a.bouton{align-items: center;border: 0;border-radius: 0;color: #b4c441;display: inline-flex;font: var(--texte-font)/100% "Montserrat-SemiBold";gap: 10px;margin-top: 15px;position: relative;text-transform: uppercase;z-index: 2;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.slogan a.bouton .bloc_cadre{align-items: center;background: #0b202d;border-radius: 75rem;column-gap: 1.5rem;display: inline-flex;padding: 2rem 2.5rem 2rem 2.5rem;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.slogan a.bouton:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.banniere .bloc_item.contenu .bloc_item.slogan a.bouton span{letter-spacing: 2px;margin-top: 0;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations{column-gap: 5rem;display: flex;flex: 1 0 100%;flex-wrap: wrap;justify-content: center;padding-bottom: 10rem;padding-left: 10rem;padding-right: 10rem;top: 67.5%;position: absolute;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre{display: flex;flex: 0 0 26rem;flex-wrap: wrap;position: relative;row-gap: 2.5rem;z-index: 2;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre .bloc_item.image{background: url(images/distri-chauffage-pailent.png) no-repeat;background-size: 6rem;background-position-x: 50%;background-position-y: 50%;border-radius: 0;flex: 1 0 100%;height: 8rem;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre:nth-of-type(2) .bloc_item.image{background: url(images/distri-chauffage-livraison.png) no-repeat;background-size: 6rem;background-position-x: 50%;background-position-y: 50%;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre:nth-of-type(3) .bloc_item.image{background: url(images/distri-chauffage-conseils.png) no-repeat;background-size: 6rem;background-position-x: 50%;background-position-y: 50%;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre:nth-of-type(4) .bloc_item.image{background: url(images/distri-chauffage-qualite.png) no-repeat;background-size: 6rem;background-position-x: 50%;background-position-y: 50%;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre:nth-of-type(5) .bloc_item.image{background: url(images/distri-chauffage-installation.png) no-repeat;background-size: 6rem;background-position-x: 50%;background-position-y: 50%;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre .bloc_item.name{display: flex;flex-wrap: wrap;margin: auto;position: relative;row-gap: 0.5rem;text-align: center;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre .bloc_item.name p{color: #FFFFFF;display: inline-block;flex: 1 0 100%;font: var(--texte-font)/100% "Smoothy-Regular";letter-spacing: 3px;margin: 0;padding: 0;text-transform: uppercase;}
.bloc_item.banniere .bloc_item.contenu .bloc_item.informations .bloc_item.cadre .bloc_item.name p:nth-of-type(2){color: #ec5802;}

/*--------------------------------------------------------------
/* Animation
--------------------------------------------------------------*/
[data-animation]{opacity: 0;-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-duration: 1s;animation-duration: 2s;}
.animations-disabled, .animations-disabled [data-animation]{-webkit-animation: none !important;animation: none !important;opacity: 1 !important;}
.slideInUp{-webkit-animation-name: slideInUp;animation-name: slideInUp;}
.slideInDown{-webkit-animation-name: slideInDown;animation-name: slideInDown;}
.slideInLeft{-webkit-animation-name: slideInleft;animation-name: slideInleft;}
.slideInRight{-webkit-animation-name: slideInRight;animation-name: slideInRight;}
.fadeIn{-webkit-animation-name: fadeIn;animation-name: fadeIn;}
.fadeOut{-webkit-animation-name: fadeIn;animation-name: fadeIn;animation-direction: reverse;}
.zoomIn{-webkit-animation-name: zoomIn;animation-name: zoomIn;}
.zoomOut{-webkit-animation-name: zoomIn;animation-name: zoomIn;animation-direction: reverse;}
.zoomReverseIn{-webkit-animation-name: zoomReverseIn;animation-name: zoomReverseIn;}
.zoomReverseOut{-webkit-animation-name: zoomReverseIn;animation-name: zoomReverseIn;animation-direction: reverse;}
.flipInY{-webkit-animation-name: flipInY;animation-name: flipInY;}
.flipOutY{-webkit-animation-name: flipInY;animation-name: flipInY;animation-direction: reverse;}

@-webkit-keyframes slideInUp
{
    0%{opacity: 0;transform: translateY(50%);}
    100%{opacity: 1;transform: none;}
}
@keyframes slideInUp
{
    0%{opacity: 0;transform: translateY(50%);}
    100%{opacity: 1;transform: none;}
}
@-webkit-keyframes slideInDown
{
    0%{opacity: 0;transform: translateY(-50%);}
    100%{opacity: 1;transform: none;}
}
@keyframes slideInDown
{
    0%{opacity: 0;transform: translateY(-50%);}
    100%{opacity: 1;transform: none;}
}
@-webkit-keyframes slideInleft
{
    0%{opacity: 0;transform: translateX(50%);}
    100%{opacity: 1;transform: none;}
}
@keyframes slideInleft
{
    0%{opacity: 0;transform: translateX(50%);}
    100%{opacity: 1;transform: none;}
}
@-webkit-keyframes slideInRight
{
    0%{opacity: 0;transform: translateX(-50%);}
    100%{opacity: 1;transform: none;}
}
@keyframes slideInRight
{
    0%{opacity: 0;transform: translateX(-50%);}
    100%{opacity: 1;transform: none;}
}
@-webkit-keyframes fadeIn
{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes fadeIn
{
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@-webkit-keyframes zoomIn
{
    0%{opacity: 0;transform: scale(0.5);}
    100%{opacity: 1;transform: none;}
}
@keyframes zoomIn
{
    0%{opacity: 0;transform: scale(0.5);}
    100%{opacity: 1;transform: none;}
}
@-webkit-keyframes zoomReverseIn
{
    0%{opacity: 0;transform: scale(1.5);}
    100%{opacity: 1;transform: none;}
}
@keyframes zoomReverseIn
{
    0%{opacity: 0;transform: scale(1.5);}
    100%{opacity: 1;transform: none;}
}
@-webkit-keyframes flipInY
{
    0%{opacity: 0;transform: rotateY(90deg);}
    100%{opacity: 1;transform: none;}
}
@keyframes flipInY
{
    0%{opacity: 0;transform: rotateY(90deg);}
    100%{opacity: 1;transform: none;}
}
@keyframes rebond
{
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40%{transform: translateY(-3rem);}
    60%{transform: translateY(-1.5rem);}
}

/*--------------------------------------------------------------
/* Page
--------------------------------------------------------------*/
.bloc_item.selection .bloc_item.contenu{background: url(images/chateau-les-miaudoux-fond3.png) no-repeat, url(images/chateau-les-miaudoux-fond2.png) no-repeat;background-position: 5% 90%, 0% 0%;background-size: 31.2rem, cover;display: flex;flex-wrap: wrap;margin-top: -6.5rem;min-height: 98rem;padding-top: 10rem;position: relative;z-index: 1;}
.bloc_item.selection .bloc_item.contenu .bloc_item.fleche{height: 10.9rem;left: 0;margin: auto;position: absolute;right: 0;top: -10rem;width: 10.9rem;z-index: 3;-moz-animation: rebounce 2s infinite;-webkit-animation: rebond 2s infinite;animation: rebond 2s infinite;}
.bloc_item.selection .bloc_item.contenu .bloc_item.fleche a{background: url(images/chateau-les-miaudoux-fleche.png) no-repeat;background-size: 100%;display: inline-block;height: 100%;width: 100%;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre{flex: 1 0 100%;padding-left: 10rem;padding-right: 10rem;position: relative;text-align: center;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre h2{color: #5e2d12;font: calc(var(--title-h2-font) - 4rem)/100% "Montserrat-Light";margin: 0;padding: 0;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre hr{background: url(images/chateau-les-miaudoux-fond4.png) no-repeat;background-size: 100%;border: 0;height: 4.8rem;margin-bottom: 2.5rem;margin-top: 1.5rem;width: 29.4rem;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce{align-content: flex-start;column-gap: 2.5rem;display: flex;flex-wrap: wrap;position: relative;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce li.product-category{flex: 0 0 32.4rem;list-style: none;position: relative;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce li.product-category a{align-content: flex-start;display: flex;flex-wrap: wrap;position: relative;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce li.product-category a:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce li.product-category a img{width: 100%;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce li.product-category a h2{align-content: center;background: #092956;color: #FFFFFF;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";margin: 0;min-height: 7.8rem;padding: 1.5rem;position: relative;text-align: center;text-transform: uppercase;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce li.product-category a h2 mark{display: none;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce li.product-category a:hover h2{background: #ec5802;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products{align-content: flex-start;column-gap: 2.5rem;display: flex;flex: 1 0 100%;flex-wrap: wrap;margin: 0;position: relative;row-gap: 2.5rem;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products:before, .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products:after{display: none;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{background: rgba(26,45,47,0.1);border-radius: 1.5rem;box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);display: flex;flex: 0 0 41.1rem;flex-wrap: wrap;margin: 0;overflow: hidden;padding: 0;text-align: center;width: 100%;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.woocommerce-LoopProduct-link{display: flex;flex-wrap: wrap;position: relative;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.woocommerce-LoopProduct-link span.onsale{display: none;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.woocommerce-LoopProduct-link img{background: #FFFFFF;border: 0;margin: 0;min-height: 40.5rem;order: 1;padding: 0;width: 100%;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.woocommerce-LoopProduct-link span.price{background: #0b202d;color: #FFFFFF;flex: 1 0 100%;font: calc(var(--texte-font) + 0.2rem)/150% "Montserrat-SemiBold";margin: 0;order: 2;padding: 1.5rem;position: relative;text-transform: uppercase;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{align-content: center;background: #e8e3ca;color: #000000;flex: 1 0 100%;font: var(--texte-font)/100% "Montserrat-Regular";letter-spacing: 0;margin: 0;min-height: 7.8rem;order: 3;padding: 1.5rem;position: relative;text-transform: uppercase;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button{background: #b4c441;border-radius: 0;color: #0b202d;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";margin-right: 1.5rem;margin-top: 0;padding: 1.5rem 1.5rem;position: relative;text-transform: uppercase;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:before{background: url(images/chateau-les-miaudoux-panier.png) no-repeat;background-size: 2.7rem;border: 0;bottom: 0;content: '';display: block;left: 6.5rem;height: 2.7rem;margin: auto;position: absolute;top: 0;width: 2.7rem;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:hover{background: #94A421;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.added_to_cart{background: #009901;border-radius: 0;color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";padding: 0.7rem 1.5rem;position: relative;width: 100%;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.added_to_cart:hover{background: #0b202d;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce nav.woocommerce-pagination{flex: 1 0 100%;padding-top: 5rem;position: relative;text-align: center;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce nav.woocommerce-pagination ul.page-numbers{}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce nav.woocommerce-pagination ul.page-numbers li{}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers{background: #0f448f;color: #FFFFFF;font: var(--texte-font)/150% "Smoothy-Regular";margin: 0;padding: 1rem 1.5rem;position: relative;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover{background: #ec5802;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers{background: #0f448f;color: #FFFFFF;font: var(--texte-font)/150% "Smoothy-Regular";margin: 0;padding: 1rem 1.5rem;position: relative;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current{background: #ec5802;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre a.bouton{align-items: center;border: 0;border-radius: 0;color: #5e2d12;display: inline-flex;float: right;font: var(--texte-font)/100% "Montserrat-Regular";gap: 10px;margin-top: 5rem;position: relative;text-transform: uppercase;z-index: 2;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre a.bouton .bloc_cadre{align-items: center;background: transparent;border-radius: 0;column-gap: 1.5rem;display: inline-flex;padding: 0;}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre a.bouton:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.selection .bloc_item.contenu .bloc_item.titre a.bouton span{letter-spacing: 2px;margin-top: 0;white-space: nowrap;}

.bloc_item.presentation .bloc_item.contenu{align-content: flex-start;display: flex;flex-wrap: wrap;position: relative;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama{flex: 1 0 100%;position: relative;z-index: 1;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel{min-height: auto;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner{border-radius: 0;cursor: pointer;height: 100%;list-style: none;margin-bottom: 0;z-index: 1;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 5 / 2;overflow: hidden;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{margin-top: -15%;max-width: none;width: 100%;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item .bloc_item.masque{background: url(images/chateau-les-miaudoux-fond5.png) no-repeat;background-size: cover;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel-indicators{bottom: 5rem;column-gap: 1.5rem;display: flex;flex-wrap: wrap;justify-content: center;left: 0;margin: 0;width: 100%;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel-indicators li{background: #b4c441;height: 2rem;margin: 0;outline: 3px solid #FFFFFF;width: 2rem;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel-indicators li.active, .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel-indicators li:hover{background: #0b202d;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte{left: 0;padding-left: 25rem;padding-right: 80rem;padding-top: 15rem;position: absolute;top: 0;z-index: 1;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte h2{color: #FFFFFF;font: var(--title-h2-font)/100% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: uppercase;width: 132.5%;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte h3{color: #033357;font: var(--title-h3-font)/125% "Montserrat-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: uppercase;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte hr{background: url(images/chateau-les-miaudoux-fond4.png) no-repeat;background-size: 100%;border: 0;height: 4.8rem;margin-bottom: 2.5rem;margin-left: 0;margin-top: 1.5rem;width: 29.4rem;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte p{color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte p strong, .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte a{color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Bold";font-weight: normal;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte ul{display: flex;flex-wrap: wrap;position: relative}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte ul li{color: #FFFFFF;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";list-style: none;padding-left: 2.5rem;position: relative;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte ul li:before{background: #FFFFFF;content: '';display: block;height: 6px;left: 0;margin: auto;position: absolute;top: 8.5px;width: 6px;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte a.bouton{align-items: center;border: 0;border-radius: 0;color: #FFFFFF;display: inline-flex;font: var(--texte-font)/100% "Montserrat-Regular";gap: 10px;margin-top: 15px;position: relative;text-transform: uppercase;z-index: 2;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte a.bouton .bloc_cadre{align-items: center;background: #b4c441;border-radius: 75rem;column-gap: 1.5rem;display: inline-flex;padding: 1rem 2.5rem 1rem 1rem;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte a.bouton:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte a.bouton img{max-width: calc(var(--texte-font) + 1.9rem);width: 100%;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte a.bouton span{letter-spacing: 2px;margin-top: 0;white-space: nowrap;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle{color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";padding: 0 0 2.5rem;margin: 0;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;} 
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .more{color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";padding: 0;margin: 0;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .more strong{color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Bold";}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .active{margin-top: -4rem;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .less{}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .more ul{margin-bottom: 1rem;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .less .button-read-more{background: transparent;border: 0;border-radius: 0;color: #b4c441;display: inline-block;font: var(--texte-font)/100% "Montserrat-SemiBold";padding: 0;position: relative;text-transform: initial;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .less .button-read-more:hover{color: #FFFFFF;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .less.active .button-read-more, .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .less .button-read-less{display: none}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .less.active .button-read-less{background: transparent;border: 0;border-radius: 0;color: #b4c441;display: inline-block;font: var(--texte-font)/100% "Montserrat-SemiBold";margin-top: 2.5rem;padding: 0;position: relative;text-transform: initial;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .toggle .less.active .button-read-less:hover{color: #FFFFFF;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .bloc_item.logos{display: flex;flex-wrap: wrap;left: 5rem;max-width: 13.5rem;position: absolute;top: 15rem;row-gap: 2.5rem;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .bloc_item.logos img.agriculture{max-width: 13.4rem;width: 100%;}
.bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .bloc_item.logos img.demeter{max-width: 13.4rem;width: 100%;}

.bloc_item.videos .bloc_item.contenu{background: url(images/chateau-les-miaudoux-fond6.png) no-repeat;background-position: 85% 50%;background-size: cover;padding-bottom: 10rem;padding-left: 35rem;padding-right: 35rem;padding-top: 10rem;position: relative;}
.bloc_item.videos .bloc_item.contenu .bloc_item.cadre{position: relative;}
.bloc_item.videos .bloc_item.contenu .bloc_item.cadre video{outline: 1rem solid #0b202d;width: 100%;}
.bloc_item.sejour .bloc_item.contenu{background: url(images/chateau-les-miaudoux-fond7.png) no-repeat;background-position: 100% 100%;background-size: cover;padding-bottom: 10rem;padding-left: 25rem;padding-right: 95rem;padding-top: 10rem;position: relative;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre{position: relative;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre h2{color: #0b202d;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: uppercase;width: 132.5%;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre h3{color: #0b202d;font: var(--title-h3-font)/125% "Montserrat-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: uppercase;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre hr{background: #0b202d;border: 0;height: 3px;margin-bottom: 2.5rem;margin-left: 0;margin-top: 1.5rem;width: 4.5rem;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre p{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre p strong, .bloc_item.sejour .bloc_item.contenu .bloc_item.titre a{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Bold";font-weight: normal;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre ul{display: flex;flex-wrap: wrap;position: relative}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre ul li{color: #0b202d;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";list-style: none;padding-left: 2.5rem;position: relative;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre ul li:before{background: #0b202d;content: '';display: block;height: 6px;left: 0;margin: auto;position: absolute;top: 8.5px;width: 6px;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre a.bouton{align-items: center;border: 0;border-radius: 0;color: #0b202d;display: inline-flex;font: var(--texte-font)/100% "Montserrat-Regular";gap: 10px;margin-top: 15px;position: relative;text-transform: uppercase;z-index: 2;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre a.bouton .bloc_cadre{align-items: center;background: url(images/chateau-les-miaudoux-fond.png);background-size: cover;border-radius: 75rem;column-gap: 1.5rem;display: inline-flex;padding: 2rem 2.5rem 2rem 2.5rem;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre a.bouton:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre a.bouton img{max-width: calc(var(--texte-font) + 1.9rem);width: 100%;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre a.bouton span{letter-spacing: 2px;margin-top: 0;white-space: nowrap;}
.bloc_item.sejour .bloc_item.contenu .bloc_item.titre img.gites{left: -12.5rem;max-width: 8.4rem;position: absolute;top: 0;width: 100%;}

.bloc_item.article .bloc_item.contenu{align-content: flex-start;background: url(images/chateau-les-miaudoux-fond9.png) no-repeat;background-position: 85% 0%;background-size: cover;column-gap: 10rem;display: flex;flex-wrap: wrap;padding-bottom: 10rem;padding-top: 30rem;position: relative;row-gap: 5rem;}
.bloc_item.article .bloc_item.contenu .bloc_item.social{left: 5rem;position: absolute;top: 30rem;z-index: 1;}
.bloc_item.article .bloc_item.contenu .bloc_item.social a{align-items: center;background: transparent;column-gap: 10px;display: inline-flex;height: 5rem;justify-content: right;margin-bottom: 1.5rem;padding: 0.5rem 0.5rem 0.5rem 2.5rem;position: relative;width: 5rem;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
.bloc_item.article .bloc_item.contenu .bloc_item.social a:hover{-webkit-transform: scale(0.95);-moz-transform: scale(0.95);-ms-transform: scale(0.95);-o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.article .bloc_item.contenu .bloc_item.social a img{max-width: 5rem;position: absolute;width: 100%;}
.bloc_item.article .bloc_item.contenu .bloc_item.social a img:nth-of-type(2){opacity: 0;}
.bloc_item.article .bloc_item.contenu .bloc_item.social a:hover img:nth-of-type(1){opacity: 0;}
.bloc_item.article .bloc_item.contenu .bloc_item.social a:hover img:nth-of-type(2){opacity: 1;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre{flex: 1 0 60%;padding-right: 30rem;position: relative;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre h2{color: #5e2d12;font: calc(var(--title-h2-font) - 4rem)/100% "Montserrat-Light";margin: 0;padding: 0;position: relative;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre h3{color: #0b202d;font: calc(var(--title-h3-font) - 0.5rem)/100% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: initial;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre hr{background: url(images/chateau-les-miaudoux-fond4.png) no-repeat;background-size: 100%;border: 0;height: 4.8rem;margin-bottom: 2.5rem;margin-left: 0;margin-top: 1.5rem;width: 29.4rem;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre p{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";}
.bloc_item.article .bloc_item.contenu .bloc_item.titre p strong, .bloc_item.article .bloc_item.contenu .bloc_item.titre a{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Bold";font-weight: normal;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre ul{display: flex;flex-wrap: wrap;position: relative}
.bloc_item.article .bloc_item.contenu .bloc_item.titre ul li{color: #0b202d;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";list-style: none;padding-left: 2.5rem;position: relative;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre ul li:before{background: #0b202d;content: '';display: block;height: 6px;left: 0;margin: auto;position: absolute;top: 1rem;width: 6px;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre a.bouton{align-items: center;border: 0;border-radius: 0;color: #FFFFFF;display: inline-flex;font: var(--texte-font)/100% "Montserrat-Regular";gap: 10px;margin-top: 15px;position: relative;text-transform: uppercase;z-index: 2;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre a.bouton .bloc_cadre{align-items: center;background: #ec5802;border-radius: 75rem;column-gap: 1.5rem;display: inline-flex;padding: 1rem 2.5rem 1rem 1rem;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre a.bouton:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.article .bloc_item.contenu .bloc_item.titre a.bouton img{max-width: calc(var(--texte-font) + 1.9rem);width: 100%;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre a.bouton span{letter-spacing: 2px;margin-top: 0;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre a.pdf{background: url(images/chateau-les-miaudoux-pdf.png) no-repeat;background-position: 90% 50%;background-size: 2.4rem;background-color: #0b202d;border-radius: 1rem;color: #b4c441;display: inline-block;font: var(--texte-font)/150% "Montserrat-Regular";margin-top: 2.5rem;padding: 1.5rem 5.5rem 1.5rem 1.5rem;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_item.article .bloc_item.contenu .bloc_item.titre a.pdf:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama{flex: 1 0 30%;order: -1;padding-left: 15rem;position: relative;z-index: 1;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel{height: 75rem;max-height: 45rem;position: relative;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner{border-radius: 5rem;/*box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/cursor: pointer;height: 100%;list-style: none;margin-bottom: 0;z-index: 1;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 3 / 2;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{margin-left: -22.5%;max-width: none;width: 145%;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-control{background: transparent;z-index: 1;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .fleche_gauche_primary{align-items: center;bottom: 0;display: inline-flex;justify-content: left;left: 2.5rem;position: absolute;top: 0;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .fleche_gauche_primary img{width: 100%;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .fleche_droite_primary{align-items: center;bottom: 0;display: inline-flex;justify-content: right;right: 2.5rem;position: absolute;top: 0;}
.bloc_item.article .bloc_item.contenu .bloc_item.diaporama .fleche_droite_primary img{width: 100%;}

/* Page Boutique */
.bloc_woocommerce .bloc_item.woocommerce{align-content: flex-start;background: url(images/chateau-les-miaudoux-fond9.png) no-repeat;background-position: 85% 0%;background-size: cover;display: flex;flex-wrap: wrap;padding-bottom: 10rem;padding-top: 30rem;position: relative;row-gap: 2.5rem;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.titre{flex: 1 0 100%;padding-left: 15rem;padding-right: 15rem;position: relative;text-align: center;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.titre h2{color: #5e2d12;font: calc(var(--title-h2-font) - 4rem)/100% "Montserrat-Light";margin: 0;padding: 0;position: relative;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.titre hr{background: url(images/chateau-les-miaudoux-fond4.png) no-repeat;background-size: 100%;border: 0;height: 4.8rem;margin-bottom: 2.5rem;margin-top: 1.5rem;width: 29.4rem;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte{flex: 1 0 100%;padding-left: 10rem;padding-right: 10rem;position: relative}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte p.woocommerce-result-count{display: none;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte form.woocommerce-ordering{display: none;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description{padding-bottom: 2.5rem;position: relative;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description h2{color: #092956;font: var(--title-h2-font)/100% "Smoothy-Regular";margin: 0;padding: 0;position: relative;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description h3{color: #12656b;font: var(--title-h3-font)/100% "Montserrat-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: uppercase;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description hr{background: #ec5802;border: 0;height: 3px;margin-bottom: 1.5rem;margin-left: 0;margin-top: 1.5rem;width: 4.5rem;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description p{color: #092956;font: var(--texte-font)/150% "Montserrat-Regular";}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description p strong, .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description a{color: #092956;font: var(--texte-font)/150% "Montserrat-Bold";font-weight: normal;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description ul{display: flex;flex-wrap: wrap;position: relative}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description ul li{color: #092956;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";list-style: none;padding-left: 2.5rem;position: relative;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .term-description ul li:before{background: #092956;content: '';display: block;height: 6px;left: 0;margin: auto;position: absolute;top: 8.5px;width: 6px;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce{align-content: flex-start;column-gap: 2.5rem;display: flex;flex-wrap: wrap;position: relative;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce li.product-category{flex: 0 0 32.4rem;list-style: none;position: relative;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce li.product-category a{align-content: flex-start;display: flex;flex-wrap: wrap;position: relative;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce li.product-category a:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce li.product-category a img{width: 100%;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce li.product-category a h2{align-content: center;background: #092956;color: #FFFFFF;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";margin: 0;min-height: 7.8rem;padding: 1.5rem;position: relative;text-align: center;text-transform: uppercase;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce li.product-category a h2 mark{display: none;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce li.product-category a:hover h2{background: #ec5802;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products{align-content: flex-start;column-gap: 2.5rem;display: flex;flex: 1 0 100%;flex-wrap: wrap;margin: 0;position: relative;row-gap: 2.5rem;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products:before, .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products:after{display: none;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{background: rgba(26,45,47,0.1);border-radius: 1.5rem;box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);display: flex;flex: 0 0 41.1rem;flex-wrap: wrap;margin: 0;overflow: hidden;padding: 0;text-align: center;width: 100%;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link{display: flex;flex-wrap: wrap;position: relative;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link span.onsale{display: none;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link img{background: #FFFFFF;border: 0;margin: 0;min-height: 40.5rem;order: 1;padding: 0;width: 100%;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link span.price{background: #0b202d;color: #FFFFFF;flex: 1 0 100%;font: calc(var(--texte-font) + 0.2rem)/150% "Montserrat-SemiBold";margin: 0;order: 2;padding: 1.5rem;position: relative;text-transform: uppercase;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{align-content: center;background: #e8e3ca;color: #000000;flex: 1 0 100%;font: var(--texte-font)/100% "Montserrat-Regular";letter-spacing: 0;margin: 0;min-height: 7.8rem;order: 3;padding: 1.5rem;position: relative;text-transform: uppercase;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button{background: #b4c441;border-radius: 0;color: #0b202d;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";margin-right: 1.5rem;margin-top: 0;padding: 1.5rem 1.5rem;position: relative;text-transform: uppercase;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:before{background: url(images/chateau-les-miaudoux-panier.png) no-repeat;background-size: 2.7rem;border: 0;bottom: 0;content: '';display: block;left: 6.5rem;height: 2.7rem;margin: auto;position: absolute;top: 0;width: 2.7rem;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:hover{background: #94A421;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.added_to_cart{background: #009901;border-radius: 0;color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";padding: 0.7rem 1.5rem;position: relative;width: 100%;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.added_to_cart:hover{background: #0b202d;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce nav.woocommerce-pagination{flex: 1 0 100%;padding-top: 5rem;position: relative;text-align: center;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce nav.woocommerce-pagination ul.page-numbers{}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce nav.woocommerce-pagination ul.page-numbers li{}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers{background: #0f448f;color: #FFFFFF;font: var(--texte-font)/150% "Smoothy-Regular";margin: 0;padding: 1rem 1.5rem;position: relative;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;-ms-transition: all 0.7s ease;transition: all 0.7s ease;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover{background: #ec5802;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers{background: #0f448f;color: #FFFFFF;font: var(--texte-font)/150% "Smoothy-Regular";margin: 0;padding: 1rem 1.5rem;position: relative;}
.bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current{background: #ec5802;}

/* Page fiche produits */
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre a.bouton{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce{}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product{}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .woocommerce-notices-wrapper .woocommerce-message{background: rgba(26,45,47,0.1);border-radius: 3.5rem;border-top-color: #092956;color: #092956;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .woocommerce-notices-wrapper .woocommerce-message:before{color: #ec5802;position: absolute;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .woocommerce-notices-wrapper .woocommerce-message a.button{background: #ec5802;border-radius: 75rem;bottom: 0;color: #FFFFFF;float: none;height: 4rem;margin: auto;padding: 0.8rem 1.5rem 0.8rem 4.5rem;position: absolute;right: 1.5rem;top: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .woocommerce-notices-wrapper .woocommerce-message a.button:before{background: url(images/distri-chauffage-panier.png) no-repeat;background-size: 4rem;border: 0;content: '';display: block;left: 0;height: 4rem;margin: auto;position: absolute;top: 0;width: 4rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .woocommerce-notices-wrapper .woocommerce-message a.button:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product{align-content: flex-start;column-gap: 7.5rem;display: flex;flex-wrap: wrap;position: relative;row-gap: 2.5rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product span.onsale{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-product-gallery{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary{background: #0b202d;border-radius: 2.5rem;flex: 1 0 30%;margin: 0;max-height: 30rem;order: 2;/*outline: 2rem solid rgba(236,88,2,0.2);*/padding: 0;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary p.price{border-bottom: 1px solid #827a2f;color: #FFFFFF;font: calc(var(--texte-font) + 1.9rem)/150% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 1.5rem 2.5rem 2.5rem;text-align: center;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary p.price{/*display: none;*/}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary p.stock.in-stock{color: #FFFFFF;margin-bottom: 2.5rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary .woocommerce-product-details__short-description{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart{column-gap: 1.5rem;display: inline-flex;;flex-wrap: wrap;margin: 0;position: relative;row-gap: 2.5rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart:before, .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart:after{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity{flex: 1 0 100%;margin: 0;padding: 1.5rem 3.5rem 1.5rem;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity label{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity input[type=number]{background: #FFFFFF;border: 0;border-radius: 0.5rem;color: #0b202d;font: calc(var(--texte-font) + 1rem)/150% "Smoothy-Regular";height: 4rem;width: 27rem;-moz-appearance: textfield;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity input[type=number]::-webkit-outer-spin-button,
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity button.minus{background: url(images/chateau-les-miaudoux-moins.png) no-repeat;background-position-x: 50%;background-position-y: 50%;background-size: 11px;border: 0;bottom: 0;cursor: pointer;height: 2rem;left: 1rem;margin: auto;position: absolute;top: 0;width: 2rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity button.plus{background: url(images/chateau-les-miaudoux-plus.png) no-repeat;background-position-x: 50%;background-position-y: 50%;background-size: 11px;border: 0;bottom: 0;cursor: pointer;height: 2rem;margin: auto;position: absolute;right: 1rem;top: 0;width: 2rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .single_add_to_cart_button{background: transparent;border-radius: 0;border-top: 1px solid #827a2f;color: #b4c441;flex: 1 0 100%;float: none;font: var(--texte-font)/150% "Montserrat-Regular";letter-spacing: 2px;margin-top: 0;padding: 0;padding-bottom: 1.5rem;padding-top: 1.5rem;position: relative;text-transform: uppercase;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .single_add_to_cart_button:before{background: url(images/distri-chauffage-panier.png) no-repeat;background-size: 4rem;border: 0;content: '';display: block;left: 0;height: 4rem;margin: auto;position: absolute;top: 0;width: 4rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .single_add_to_cart_button:hover{color: #FFFFFF;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart.variations_form .single_variation_wrap .woocommerce-variation .woocommerce-variation-price{text-align: center;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart{column-gap: 1.5rem;display: flex;flex-wrap: wrap;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary .first-payment-date{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary .product_meta{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-tabs{flex: 1 0 45%;order: 1;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-tabs .tabs{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel{background: transparent;border: 0;box-shadow: none;color: #092956;font: var(--texte-font)/150% "Montserrat-Regular";}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h3{margin: 1.5rem 0;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel h3 strong{font-family: "Montserrat-Bold";}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-tabs .woocommerce-Tabs-panel .ArtGrpDetailHeadDescriptionContentBox{display: flex;flex-wrap: wrap;position: relative;row-gap: 2.5rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary p.price{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap{display: flex;flex-wrap: wrap;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap .single_variation{flex: 1 0 100%;order: 1;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap .single_variation .woocommerce-variation-price span.price{color: #FFFFFF;font: calc(var(--texte-font) + 1.9rem)/150% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap .single_variation .woocommerce-variation-availability p.in-stock{margin-bottom: 0.5rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap table.variations{flex: 1 0 100%;order: 2;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap table.variations tbody tr{display: flex;flex-wrap: wrap;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap table.variations tbody tr th{flex: 1 0 100%;margin: 0;padding: 0 3.5rem;position: relative;text-align: left;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap table.variations tbody tr th label{color: #FFFFFF;font: var(--texte-font)/150% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0;text-transform: uppercase;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap table.variations tbody tr td{flex: 1 0 100%;padding: 0 3.5rem;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap table.variations tbody tr td select{background: #FFFFFF;border: 0;border-radius: 75rem;color: #092956;padding: 0.5rem 1.5rem;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap table.variations tbody tr td a{background: #6a7e9a;border: 0;border-radius: 75rem;color: #FFFFFF;padding: 0.9rem 1.5rem;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap table.variations tbody tr td a.reset_variations{display: none !important;}
.single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product.product-type-variable .entry-summary form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{flex: 1 0 100%;order: 3;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .related.products{flex: 1 0 100%;padding-left: 10rem;padding-right: 10rem;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .related.products h2{color: #5e2d12;font: calc(var(--title-h2-font) - 4rem)/100% "Montserrat-Light";margin: 0 0 2.5rem;padding: 0;position: relative;text-align: center;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul{align-content: flex-start;column-gap: 2.5rem;display: flex;flex-wrap: wrap;margin: 0;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul:before, .woocommerce-shop .bloc_item.woocommerce .bloc_item.texte ul:after{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li{background: rgba(26,45,47,0.1);border-radius: 1.5rem;box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);display: flex;flex: 0 0 41.1rem;flex-wrap: wrap;margin: 0;overflow: hidden;padding: 0;text-align: center;width: 100%;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.woocommerce-LoopProduct-link{display: flex;flex-wrap: wrap;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.woocommerce-LoopProduct-link span.onsale{display: none;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.woocommerce-LoopProduct-link img{background: #FFFFFF;border: 0;margin: 0;min-height: 40.5rem;order: 1;padding: 0;width: 100%;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.woocommerce-LoopProduct-link span.price{background: #0b202d;color: #FFFFFF;flex: 1 0 100%;font: calc(var(--texte-font) + 0.2rem)/150% "Montserrat-SemiBold";margin: 0;order: 2;padding: 1.5rem;position: relative;text-transform: uppercase;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.woocommerce-LoopProduct-link h2{align-content: center;background: #e8e3ca;color: #000000;flex: 1 0 100%;font: var(--texte-font)/100% "Montserrat-Regular";letter-spacing: 0;margin: 0;min-height: 7.8rem;order: 3;padding: 1.5rem;position: relative;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button{background: #b4c441;border-radius: 0;color: #0b202d;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";margin-right: 1.5rem;margin-top: 0;padding: 1.5rem 1.5rem;position: relative;text-transform: uppercase;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:before{background: url(images/chateau-les-miaudoux-panier.png) no-repeat;background-size: 2.7rem;border: 0;bottom: 0;content: '';display: block;left: 6.5rem;height: 2.7rem;margin: auto;position: absolute;top: 0;width: 2.7rem;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:hover{background: #94A421;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.added_to_cart{background: #009901;border-radius: 0;color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";padding: 0.7rem 1.5rem;position: relative;width: 100%;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.added_to_cart:hover{background: #0b202d;}

/* Page panier */
.woocommerce-cart .bloc_item.woocommerce{background-position-y: 0;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte{flex: 1 0 100%;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart{}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block{text-align: center;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.wp-block-heading{display: none;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon{color: #092956;display: inline-block;font: var(--title-h2-font)/100% "Montserrat-Regular";margin: 0;padding: 0;padding-left: 10rem;position: relative;text-align: left;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block h2.with-empty-cart-icon:before{height: 6.8rem;left: 0;margin: 0;mask-size: 1.8em;padding: 0;position: absolute;top: -2rem;width: 6.8rem;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block hr{display: none;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new{display: none;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block{column-gap: 5rem;display: flex;flex-wrap: wrap;margin: 0;padding: 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main{flex: 1 0 65%;margin: 0;padding: 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table{background: #092956 !important;border: 0;border-radius: 3.5rem;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table thead tr th{color: #FFFFFF;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";padding: 1.5rem 5rem;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product h1{color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Bold";margin: 0;padding: 0;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product a{color: #FFFFFF;font: calc(var(--title-h2-font) - 5rem)/100% "Montserrat-Bold";margin: 0 0 1.5rem;padding: 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product a:hover{color: #ec5802;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product p{color: #FFFFFF;font: calc(var(--title-h2-font) - 5rem)/150% "Montserrat-Regular";margin: 0;padding: 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product span.price{color: #FFFFFF;font: calc(var(--texte-font) + 1rem)/150% "Smoothy-Regular";margin: 0;padding: 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product .wc-block-components-quantity-selector{margin-top: 2px;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product .wc-block-components-quantity-selector input{background: #FFFFFF;height: 35px;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product .wc-block-components-quantity-selector button{background: #b4c441;color: #FFFFFF;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--minus{border-radius: 75rem 0 0 75rem;} 
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button--plus{border-radius: 0 75rem 75rem 0;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product button.wc-block-cart-item__remove-link{background: #E22624;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";height: auto;margin-top: 0.1rem;padding: 0.5rem 2.5rem 0;position: relative;text-decoration: none;width: auto;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product button.wc-block-cart-item__remove-link:hover{background: #b00000;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__total{color: #FFFFFF;font: calc(var(--texte-font) + 1rem)/150% "Smoothy-Regular";margin: 0;padding: 20px 5rem;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar{background: #092956 !important;border: 0;border-radius: 3.5rem;flex: 1 0 30%;margin: 0;padding: 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block h2{color: #FFFFFF;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";padding: 1.5rem 5rem;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block{border-bottom: 1px solid rgba(255,255,255,0.2);border-top: 1px solid rgba(255,255,255,0.2);}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon{padding: 1.5rem 5rem;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__button{color: #FFFFFF;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__content .wc-block-components-totals-coupon__button{background: #b4c441;border: 0;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Regular";-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__content .wc-block-components-totals-coupon__button:hover{background: #94a421;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item{padding: 1.5rem 5rem;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item span.wc-block-components-totals-item__label{color: #FFFFFF;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";margin: 0;padding: 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-formatted-money-amount{color: #FFFFFF;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";margin: 0;padding: 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-components-totals-item__description{color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 1.5rem 0 0;position: relative;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wcs-recurring-totals-panel__details{color: #172f2d;font: var(--texte-font)/100% "Montserrat-Bold";margin: 0;padding: 0;position: relative;padding: 1.5rem 5rem;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wcs-recurring-totals-panel__details .wc-block-components-totals-item{padding: 0;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-cart__submit{padding: 0 10rem;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-cart__submit a.wc-block-cart__submit-button{background: #b4c441;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";margin-top: 0;padding: 1rem 1.5rem;position: relative;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-cart__submit a.wc-block-cart__submit-button:hover{background: #94a421;}

/* Page Validation de la commande */
.woocommerce-checkout .bloc_item.woocommerce{background: url(images/chateau-les-miaudoux-fond9.png) no-repeat;background-position: 85% 0%;background-size: cover;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte{flex: 1 0 100%;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout{align-content: flex-start;column-gap: 5rem;display: flex;flex-wrap: wrap;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .with-scroll-to-top__scroll-point{display: none;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-notices{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";margin: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-notices .wc-block-store-notice{border-radius: 3.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main{flex: 1 0 45%;margin: 0;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main h2{color: #092956;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";margin: 0;padding: 0;position: relative;text-transform: uppercase;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content input{border: 1px solid #dddddd;border-radius: 3.5rem;outline: none;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-card{background: rgba(26,45,47,0.1);border-radius: 3.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-card span{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-card span.wc-block-components-address-card__address-section--primary{font-family: "Montserrat-Bold";} 
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper select{background: rgba(26,45,47,0.1);border: 1px solid #dddddd;border-radius: 3.5rem;} 
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-address-address-wrapper .wc-block-components-address-form-wrapper input{background: rgba(26,45,47,0.1);border: 1px solid #dddddd;border-radius: 3.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";overflow: hidden;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-checkout__no-payment-methods-notice{border-radius: 0.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-radio-control{background: rgba(26,45,47,0.1);border: 0;border-radius: 3.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option{border: 0;box-shadow: none;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option span.wc-block-components-payment-method-label{color: #172f2d;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option input:before{background: #84b732;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option-layout span{color: #172f2d;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 1px 0 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content div{border-radius: 3.5rem;color: #172f2d;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 1rem;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wc-block-components-checkout-step__content .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content span{color: #172f2d;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 3.5px 0 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-order-note-block span{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";margin-top: -4px;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-order-note-block textarea{background: rgba(26,45,47,0.1);border: 1px solid #dddddd;border-radius: 3.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-terms-block span{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row{justify-content: left;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button{background: #092956;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 2rem 2.5rem 2rem 2.5rem;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover{background: #e8e3ca;color: #092956;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button svg{display: none;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button{background: #84b732;border: 0;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 2rem 2.5rem 2rem 2.5rem;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button.wc-block-components-checkout-place-order-button:hover{background: #009901;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar{background: #092956;border: 0;border-radius: 3.5rem;flex: 1 0 25%;margin: 0;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block{border: 0;padding: 2.5rem 0;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{margin: 0;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p{color: #FFFFFF;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0 2.5rem;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block{padding: 0 0 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary{padding: 0 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item{column-gap: 2.5rem;display: flex;flex-wrap: wrap;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item span{color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Bold";margin: 0;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description{padding: 0;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description h3{color: #FFFFFF;font: calc(var(--title-h2-font) - 5.5rem)/100% "Montserrat-Bold";margin: 0;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description p{color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description span{color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Bold";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-metadata{display: none;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block{border-bottom: 1px solid rgba(255,255,255,0.2);border-top: 1px solid rgba(255,255,255,0.2);}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon{padding: 0 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__button{color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Bold";margin: 0;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-totals-coupon__form button{background: #b4c441;border: 0;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Regular";-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-totals-coupon__form button:hover{background: #94a421;} 
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item{padding: 0 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item span{color: #172f2d;font: var(--texte-font)/100% "Montserrat-Bold";margin: 0;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item{padding: 0 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item span{color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Bold";margin: 0;padding: 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-order-meta .wc-block-components-totals-item .wc-block-components-totals-item__description span{color: #FFFFFF;display: block;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 1.5rem 0;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wcs-recurring-totals-panel__details{color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Bold";margin: 0;padding: 0 2.5rem;;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wcs-recurring-totals-panel__details .wc-block-components-panel__content .wc-block-components-totals-item{padding: 0;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order{padding-top: 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order p{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order ul.order_details{background: rgba(26,45,47,0.1);border: 1px solid #dddddd;border-radius: 75rem;display: inline-flex;flex-wrap: wrap;overflow: hidden;margin: 0 0 1.5rem;position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order ul.order_details:before, .woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order ul.order_details:after{display: none;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order ul.order_details li{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Bold";margin: 0;padding: 1.5rem 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order ul.order_details li strong{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details{padding-top: 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details h2{color: #84b732;font: var(--title-h2-font)/100% "Montserrat-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: uppercase;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table{background: rgba(26,45,47,0.1);border-radius: 3.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table thead tr{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Bold";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table thead tr th{padding: 1.5rem 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table tbody tr{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table tbody tr td{padding: 1.5rem 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table tbody tr td a{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Bold";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table tbody tr td a:hover{color: #84b732;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table tfoot tr{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table tfoot tr th{font-family: "Montserrat-Bold";font-weight: normal;padding: 1.5rem 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-order-details table tfoot tr td{font-family: "Montserrat-Regular";font-weight: normal;padding: 1.5rem 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-customer-details{margin: 0;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-customer-details h2{color: #84b732;font: var(--title-h2-font)/100% "Montserrat-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: uppercase;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-customer-details address{background: rgba(26,45,47,0.1);border-radius: 3.5rem;color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;padding: 2.5rem;}
.woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .woocommerce-order .woocommerce-customer-details address p:before{margin-top: -1px;}

/* Page Mon compte */
.woocommerce-account .bloc_item.woocommerce{background-position-y: 0;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte{flex: 1 0 100%;padding-left: 15rem;padding-right: 30rem;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce{column-gap: 5rem;display: flex;flex-wrap: wrap;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce:before,.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce:after{display: none;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation{flex: 1 0 15%;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul{background: #eacfac;border: 0;border-radius: 3.5rem;display: flex;flex-wrap: wrap;overflow: hidden;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul li{flex: 1 0 100%;list-style: none;padding: 0;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul li a{color: #0b202d;display: block;font: var(--texte-font)/150% "Montserrat-Regular";margin: 0;padding: 1rem 2.5rem;text-transform: uppercase;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul li:first-of-type a{padding: 1.5rem 2.5rem 1rem;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul li:last-of-type a{padding: 1rem 2.5rem 1.5rem;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{background: #0b202d;color: #FFFFFF;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content{flex: 1 0 70%;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content h2{color: #84b732;font: var(--title-h2-font)/100% "Montserrat-Regular";margin: 0 0 2.5rem;padding: 0;position: relative;text-transform: uppercase;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content p{color: #092956;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content p strong{color: #092956;font: var(--texte-font)/150% "Montserrat-Bold";font-weight: normal;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content a{color: #092956;font: var(--texte-font)/150% "Montserrat-Regular";font-weight: normal;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content a:hover{color: #ec5802;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-info{background: #092956;border-radius: 3.5rem;border-top: 3px solid #ec5802;color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-info:before{color: #94a421;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button{background: #b4c441;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0;padding: 2rem 2.5rem 2rem 2.5rem;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button:hover{background: #94a421;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{column-gap: 5rem;display: flex;flex-wrap: wrap;padding-top: 1.5rem;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses:before, .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses:after{display: none;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{background: #092956;border-radius: 3.5rem;display: flex;flex: 1 0 45%;flex-wrap: wrap;padding: 2.5rem 2.5rem 1.5rem;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header{flex: 1 0 100%;padding-bottom: 2.5rem;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header:before, .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header:after{display: none;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h2{color: #FFFFFF;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";margin: 0 0 2.5rem;padding: 0;position: relative;text-transform: uppercase;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a{background: #b4c441;border-radius: 75rem;color: #FFFFFF;float: none;padding: 1rem 1.5rem;position: relative;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a:hover{background: #94a421;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address{color: #FFFFFF;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form h2{color: #0b202d;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";margin: 0 0 2.5rem;padding: 0;position: relative;text-transform: uppercase;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form label{color: #092956;font: var(--texte-font)/150% "Montserrat-Regular";}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form p button{background: #b4c441;border-radius: 75rem;color: #FFFFFF;margin-top: 1.5rem;padding: 1rem 1.5rem;position: relative;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form p button:hover{background: #94a421;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form input{background-color: #FFFFFF;border: 1px solid #CCCCCC;border-radius: 4px;box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";height: 38px;padding: 6px 12px;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form input:focus{border-color: #66afe9;box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form fieldset{border-radius: 3.5rem;margin: 2.5rem 0 0;padding: 1.5rem 2.5rem;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form fieldset legend{color: #0b202d;font: calc(var(--title-h2-font) - 4rem)/100% "Smoothy-Regular";margin: 0;padding: 0 1.5rem;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form fieldset p:before, .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form fieldset p:after{display: none;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form fieldset p span.password-input{position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form fieldset p span.password-input .show-password-input{background: transparent;margin: 0;padding: 0;position: absolute;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content ul.woocommerce-error{background: rgba(26,45,47,0.1);border-radius: 3.5rem;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content ul.woocommerce-error li{color: #172f2d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-wrapper .waitlist-products{align-content: flex-start;display: flex;flex-wrap: wrap;padding-top: 1.5rem;position: relative;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-wrapper .waitlist-products .waitlist-single-product{background: rgba(26,45,47,0.1);border-radius: 3.5rem;flex: 0 0 30rem;max-height: 45rem;padding-top: 2.5rem;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-wrapper .waitlist-products .waitlist-single-product h4{color: #84b732;font: var(--texte-font)/100% "Montserrat-Regular";margin: 0 0 2.5rem;padding: 0;position: relative;text-transform: uppercase;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-wrapper .waitlist-products .waitlist-single-product a{display: block;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-wrapper .waitlist-products .waitlist-single-product p{display: inline-block;margin: 0;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-wrapper .waitlist-products .waitlist-single-product p a.wcwl_remove_product{background: #84b732;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";margin-top: 1.5rem;padding: 1rem 1.5rem;position: relative;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .waitlist-user-waitlist-wrapper .waitlist-products .waitlist-single-product p a.wcwl_remove_product:hover{background: #009901;}

.bloc_item.contact .bloc_item.contenu{align-content: flex-start;background: url(images/chateau-les-miaudoux-fond9.png) no-repeat;background-position: 85% 0%;background-size: cover;display: flex;flex-wrap: wrap;padding-bottom: 10rem;padding-left: 10rem;padding-right: 10rem;padding-top: 30rem;position: relative;}
.bloc_item.contact .bloc_item.contenu .bloc_item.titre{flex: 1 0 100%;position: relative;}
.bloc_item.contact .bloc_item.contenu .bloc_item.titre h1{color: #5e2d12;font: calc(var(--title-h2-font) - 4rem)/100% "Montserrat-Light";margin: 0;padding: 0;position: relative;}
.bloc_item.contact .bloc_item.contenu .bloc_item.titre h3{color: #0b202d;font: calc(var(--title-h3-font) - 0.5rem)/100% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: initial;}
.bloc_item.contact .bloc_item.contenu .bloc_item.titre hr{background: url(images/chateau-les-miaudoux-fond4.png) no-repeat;background-size: 100%;border: 0;height: 4.8rem;margin-bottom: 2.5rem;margin-left: 0;margin-top: 1.5rem;width: 29.4rem;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte{column-gap: 5rem;display: flex;flex: 1 0 100%;flex-wrap: wrap;position: relative;row-gap: 5rem;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire{flex: 1 0 45%;position: relative;} 
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs{padding: 0;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs .wpcf7-not-valid-tip{color: #E22624;display: inline-block;font: var(--texte-font)/150% "Montserrat-Regular";margin-bottom: 0;text-transform: initial;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form{}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .wpcf7-response-output{border: 0;color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";margin: 0;padding: 0;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .flex_container{display: flex;flex-wrap: wrap;gap: 1rem;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .bloc_centre{flex: 1 0 100%;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .bloc_gauche{display: flex;flex-wrap: wrap;flex: 1 0 25%;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .bloc_droite{display: flex;flex-wrap: wrap;flex: 1 0 25%;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .form-group{margin-bottom: 1rem;width: 100%;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .form-group p{margin: 0;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .form-group label{color: #0b202d;display: inline-block;font: var(--texte-font)/150% "Montserrat-Regular";margin-bottom: 0;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .form-group textarea{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";height: 28rem;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .form-group select{background-image: none;display: block;height: 38px;width: 100%;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .form-group input{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";height: 38px;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .form-group input[type="submit"]{background: #0b202d;border: 0;border-radius: 75rem;color: #FFFFFF;font: var(--texte-font)/150% "Montserrat-Regular";display: inline-block;height: auto;letter-spacing: 0.4rem;padding: 1.5rem 2.5rem 1.5rem 2.5rem;text-transform: uppercase;;width: auto;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire .bloc_item.champs form .form-group input[type="submit"]:hover{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte{align-content: baseline;display: flex;flex: 1 0 45%;flex-wrap: wrap;margin-top: 2.4rem;position: relative;row-gap: 2.5rem;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte iframe{height: 36.5rem;width: 100%;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte h3{color: #092956;font: calc(var(--title-h3-font) - 0.5rem)/100% "Smoothy-Regular";margin: 0 0 0.5rem;padding: 0;position: relative;text-transform: uppercase;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte p{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte a.phones{align-items: center;column-gap: 1rem;display: inline-flex;flex-wrap: wrap;padding: 0;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte a.phones:hover{-webkit-transform:scale(0.95);-moz-transform:scale(0.95);-ms-transform:scale(0.95);-o-transform:scale(0.90);transform:scale(0.95);}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte a.phones img{flex: 1 0 auto;max-width: calc(var(--texte-font) + 0.2rem);}
.bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte a.phones p{align-self: baseline;color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";margin: 0;position: relative;}

.bloc_item.mention .bloc_item.contenu{align-content: flex-start;background: url(images/chateau-les-miaudoux-fond9.png) no-repeat;background-position: 40% 0%;background-size: cover;display: flex;flex-wrap: wrap;padding-bottom: 10rem;padding-left: 10rem;padding-right: 10rem;padding-top: 30rem;position: relative;row-gap: 2.5rem;}
.bloc_item.mention .bloc_item.contenu .bloc_item.titre{flex: 1 0 100%;position: relative;}
.bloc_item.mention .bloc_item.contenu .bloc_item.titre h1{color: #5e2d12;font: calc(var(--title-h2-font) - 4rem)/100% "Montserrat-Light";margin: 0;padding: 0;position: relative;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte{column-gap: 5rem;display: flex;flex: 1 0 100%;flex-wrap: wrap;position: relative;row-gap: 5rem;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte h3{color: #0b202d;font: calc(var(--title-h3-font) - 0.5rem)/100% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: initial;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte h3:first-child{margin-top: 0;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte p{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte a{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";font-weight: normal;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte a strong{font-family: "Montserrat-Bold";font-weight: normal;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte a:hover{color: #ec5802;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte ul{display: flex;flex-wrap: wrap;position: relative}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte ul li{color: #0b202d;flex: 1 0 100%;font: var(--texte-font)/150% "Montserrat-Regular";list-style: none;padding-left: 2rem;position: relative;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte ul li:before{background: #0b202d;border-radius: 75rem;content: '';display: block;height: 6px;left: 0;margin: auto;position: absolute;top: 0.8rem;width: 6px;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte .bloc_mentions{flex: 1 0 30%;position: relative;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte .bloc_mentions .bloc_bordures{border: 1px solid #0b202d;color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";padding: 2.5rem;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte .bloc_infos{flex: 1 0 60%;color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";position: relative;}
.bloc_item.mention .bloc_item.contenu .bloc_item.texte .bloc_infos img{max-width: 7.2rem;}

.bloc_item.lost .bloc_item.contenu{align-content: flex-start;background: url(images/chateau-les-miaudoux-fond9.png) no-repeat;background-position: 40% 0%;background-size: cover;display: flex;flex-wrap: wrap;padding-bottom: 10rem;padding-left: 10rem;padding-right: 10rem;padding-top: 30rem;position: relative;row-gap: 2.5rem;}
.bloc_item.lost .bloc_item.contenu .bloc_item.titre{flex: 1 0 100%;position: relative;text-align: center;} 
.bloc_item.lost .bloc_item.contenu .bloc_item.titre h1{color: #0b202d;font: calc(var(--title-h3-font) - 0.5rem)/100% "Smoothy-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: initial;}
.bloc_item.lost .bloc_item.contenu .bloc_item.titre p{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";}

#banner{height: 24.6rem;position: fixed;width: 100%;z-index: 10;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
#banner.scroll{margin-top: -6.5rem;}
#banner img{height: 100%;width: 100%;}

/*--------------------------------------------------------------
/* Footer
--------------------------------------------------------------*/
footer#main{align-content: flex-start;display: flex;flex-wrap: wrap;position: relative;}
footer#main .bloc_item.ethique{background: url(images/chateau-les-miaudoux-fond8.png) no-repeat;background-size: cover;display: flex;flex: 1 0 100%;flex-wrap: wrap;padding-bottom: 5rem;padding-left: 15rem;padding-right: 15rem;padding-top: 5rem;position: relative;}
footer#main .bloc_item.ethique .bloc_item.cadre{align-content: flex-start;column-gap: 5rem;display: flex;flex: 1 0 100%;flex-wrap: wrap;position: relative;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.titre{flex: 1 0 20%;position: relative;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.titre h2{color: #0b202d;font: calc(var(--title-h2-font) - 2rem)/100% "Smoothy-Regular";margin: 0;padding: 0;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion{flex: 1 0 75%;margin-top: 0;position: relative;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item{margin-bottom: 1.5vh;overflow: hidden;position: relative;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .arrow{border: 0;border-left: 1px solid #eacfac;cursor: pointer;padding: 1.8rem 2rem;position: absolute;right: -0.3vw;z-index: 5;-webkit-transform: translate(-6px, 0);transform: translate(-6px, 0);}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .arrow:before{background: url(images/chateau-les-miaudoux-fleche2.png) no-repeat;bottom: 0;content: '';display: block;height: 0.8rem;left: 0;margin: auto;position: absolute;right: 0;top: 0;width: 1.5rem;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item:hover .arrow:before{background: url(images/chateau-les-miaudoux-fleche3.png) no-repeat;bottom: 0;content: '';display: block;height: 0.8rem;left: 0;margin: auto;position: absolute;right: 0;top: 0;width: 1.5rem;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item.is-open .arrow:before{background: url(images/chateau-les-miaudoux-fleche4.png) no-repeat;bottom: 0;content: '';display: block;height: 0.8rem;left: 0;margin: auto;position: absolute;right: 0;top: 0;width: 1.5rem;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-toggle{background: transparent;background-size: 100%;border: 1px solid #eacfac;border-radius: 0;color: #0b202d;cursor: pointer;display: block;font: var(--texte-font)/100% "Montserrat-Regular";letter-spacing: 0;margin: 0;padding: 1vh 1vw;position: relative;text-align: left;text-transform: uppercase;width: 100%;z-index: 1;-webkit-transition: background .5s ease-out;-moz-transition: background .5s ease-out;-o-transition: background .5s ease-out;transition: background .5s ease-out;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-toggle:hover, footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item.is-open .accordion-toggle{background: #011f39;color: #FFFFFF;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-toggle span{display: inline-block;padding: 0 0.5vw 0 0;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-panel{color: #000000;font: 18px/150% "Barlow-Regular";padding: 1rem 0 2.5rem 0;text-align: justify;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-panel > *:last-child{margin-bottom: 0;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-panel h2{color: #0b202d;font: var(--title-h3-font)/125% "Montserrat-Regular";margin: 0 0 1.5rem;padding: 0;position: relative;text-transform: uppercase;}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-panel p{color: #0b202d;font: var(--texte-font)/150% "Montserrat-Regular";}
footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-panel p strong{font-family: "Montserrat-Bold";font-weight: normal;}
footer#main .bloc_item.contenu{align-content: flex-start;background: #0b202d;column-gap: 7.5rem;display: flex;flex: 1 0 100%;flex-wrap: wrap;padding-bottom: 2.5rem;padding-top: 5rem;position: relative;row-gap: 2.5rem;}
footer#main .bloc_item.contenu .bloc_item.image{align-self: flex-start;flex: 1 0 20%;padding-left: 10rem;position: relative;text-align: right;}
footer#main .bloc_item.contenu .bloc_item.image img{height: auto;max-width: 40.1rem;width: 100%;}
footer#main .bloc_item.contenu .bloc_item.telephone{align-content: flex-start;display: flex;flex: 1 0 20%;flex-wrap: wrap;padding-left: 5rem;position: relative;row-gap: 2.5rem;}
footer#main .bloc_item.contenu .bloc_item.telephone:before{background: rgba(234,207,172,0.3);border: 0;border-radius: 0;content: '';display: block;left: 0;height: 100%;margin: auto;position: absolute;top: 0;;width: 2px;}
footer#main .bloc_item.contenu .bloc_item.telephone a{align-content: start;display: inline-block;position: relative;}
footer#main .bloc_item.contenu .bloc_item.telephone a span{color: #eacfac;display: block;font: var(--texte-font)/100% "Montserrat-Regular";letter-spacing: 0;text-transform: uppercase;}
footer#main .bloc_item.contenu .bloc_item.telephone a p{align-items: center;background: #eacfac;border-radius: 75rem;column-gap: 1rem;display: inline-flex;flex-wrap: wrap;margin: 1.5rem 0 0;padding: 1rem 2.5rem 1rem 1rem;position: relative;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
footer#main .bloc_item.contenu .bloc_item.telephone a:hover p{-webkit-transform: scale(0.95); -moz-transform: scale(0.95);-ms-transform: scale(0.95); -o-transform: scale(0.95);transform: scale(0.95);}
footer#main .bloc_item.contenu .bloc_item.telephone a p img{max-width: calc(var(--texte-font) + 2.5rem);width: 100%;}
footer#main .bloc_item.contenu .bloc_item.telephone a p span{color: #0b202d;flex: 0 0 auto;font: calc(var(--texte-font) + 2.5rem)/100% "Smoothy-Regular";letter-spacing: 2px;margin: 0;padding: 0;}
footer#main .bloc_item.contenu .bloc_item.telephone .bloc_item.adresse{align-content: flex-start;padding-right: 10rem;position: relative;row-gap: 1.5rem;text-align: left;}
footer#main .bloc_item.contenu .bloc_item.telephone .bloc_item.adresse h2{color: #eacfac;font: calc(var(--texte-font) + 0.4rem)/100% "Montserrat-Regular";letter-spacing: 2px;margin: 0 0 1.5rem;padding: 0;text-transform: uppercase;}
footer#main .bloc_item.contenu .bloc_item.telephone .bloc_item.adresse p{color: #eacfac;font: var(--texte-font)/150% "Montserrat-Regular";letter-spacing: 2px;margin: 0;padding: 0;text-transform: uppercase;}
footer#main .bloc_item.contenu .bloc_item.social{align-content: flex-start;column-gap: 1.5rem;display: flex;flex: 1 0 20%;flex-wrap: wrap;padding-left: 5rem;position: relative;row-gap: 1.5rem;}
footer#main .bloc_item.contenu .bloc_item.social:before{background: rgba(234,207,172,0.3);border: 0;border-radius: 0;content: '';display: block;left: 0;height: 100%;margin: auto;position: absolute;top: 0;;width: 2px;}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.liens{align-content: flex-start;column-gap: 1rem;display: flex;flex: 1 0 100%;flex-wrap: wrap;position: relative;row-gap: 1rem;}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.liens h2{color: #eacfac;display: block;flex: 1 0 100%;font: var(--texte-font)/100% "Montserrat-Regular";letter-spacing: 0;margin: 0;padding: 0;text-transform: uppercase;}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.liens a{align-items: center;background: transparent;column-gap: 10px;display: inline-flex;justify-content: left;margin: 0;padding: 0;position: relative;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease;}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.liens a:hover{-webkit-transform: scale(0.85); -moz-transform: scale(0.85);-ms-transform: scale(0.85); -o-transform: scale(0.95);transform: scale(0.85);}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.liens a img{max-width: 5rem;width: 100%;}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.credits{column-gap: 1.5rem;display: flex;flex-wrap: wrap;justify-content: left;padding-top: 1.5rem;position: relative;}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.credits a{color: #b3b3b3;font: var(--texte-font)/100% "Montserrat-Regular";letter-spacing: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.credits a:hover{color: #b4c441;}
footer#main .bloc_item.contenu .bloc_item.social .bloc_item.credits img.flag{height: 12px;max-width: 3.1rem;margin-top: 0.3rem;width: 100%;}

/*--------------------------------------------------------------
/*  Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1919px) /* 1600 x 900 */
{       
    html{font-size: 53.5% !important;}
    .navigation-top .main-navigation .navbar-header .navbar-brand img{max-width: 67.5rem;}
    .navigation-top .main-navigation .navbar-menu{padding-left: 70rem;}
    /* Debut Fix Font Size */        
    :root
    {        
        --banniere-font : 5.9rem;    
        --title-h1-font : 8.2rem;    
        --title-h2-font : 8.2rem;    
        --title-h3-font : 4.6rem;
        --texte-font    : 1.9rem;
    }
    /* Fin Fix Font Size */
    .bloc_item.selection .bloc_item.contenu{margin-top: -8.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 39.3rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:before{height: 3.5rem;left: 5rem;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 4 / 2;}
    .bloc_item.videos .bloc_item.contenu{padding-left: 25rem;padding-right: 25rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 39.3rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:before{height: 3.5rem;left: 5rem;}    
    .bloc_item.article .bloc_item.contenu .bloc_item.titre{padding-right: 15rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre h3{margin: 0 0 3.5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre ul li:before{top: 1.2rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{width: 155%;}    
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 39.3rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:before{height: 3.5rem;left: 5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity input[type=number]{width: 31.5rem;}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__button{font-size: calc(var(--title-h2-font) - 5rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item span.wc-block-components-totals-item__label{font-size: calc(var(--title-h2-font) - 5rem);}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte{margin-top: 2.5rem;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte iframe{height: 37.5rem;}
    .bloc_item.mention .bloc_item.contenu .bloc_item.texte .bloc_infos img{max-width: 5.5rem;}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion{flex: 1 0 70%;}
}
@media only screen and (max-width: 1512px) /* 1512 x 982 */
{
    html{font-size: 43.5% !important;}
    .navigation-top .main-navigation .navbar-menu{padding-left: 80rem;}
    .navigation-top .main-navigation .navbar-menu .menu-barre{max-width: 55rem;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li .sub-menu{max-width: 28.5rem;}
    /* Debut Fix Font Size */        
    :root
    {        
        --banniere-font : 7.2rem;    
        --title-h1-font : 10rem;    
        --title-h2-font : 10rem;    
        --title-h3-font : 5.5rem;
        --texte-font    : 2.3rem;
    }
    /* Fin Fix Font Size */
    .bloc_item.banniere .bloc_item.contenu .bloc_item.image{background-position-y: 0;}
    .bloc_item.selection .bloc_item.contenu{margin-top: -7.2rem;min-height: 115rem;padding-top: 15rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 46.8rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button{padding: 1.5rem 1.5rem 0.5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre a.pdf{padding: 1.5rem 7.5rem 1.5rem 1.5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel{height: auto;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary{max-height: 32.5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity input[type=number]{width: 40rem;}    
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 46.8rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 46.8rem;}    
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte{margin-top: 3.5rem;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte iframe{height: 39.5rem;}
    .bloc_item.mention .bloc_item.contenu .bloc_item.texte .bloc_infos img{max-width: 7.5rem;}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h2{font-size: calc(var(--title-h2-font) - 5rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product a{font-size: calc(var(--title-h2-font) - 6rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product span.price{font-size: calc(var(--texte-font) + 2rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__total{font-size: calc(var(--texte-font) + 2rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product p{font-size: calc(var(--title-h2-font) - 6rem);}
    .woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description h3{font-size: calc(var(--title-h2-font) - 7rem);}
}
@media screen and (max-width: 1366px) and (max-height: 1024px) and (orientation : landscape) /* 1366 x 768 */
{   
    html{font-size: 40% !important;}
    .navigation-top .main-navigation .navbar-menu{padding-left: 71.5rem;}
    .navigation-top .main-navigation .navbar-menu .menu-barre{max-width: 60rem;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li .sub-menu{max-width: 30rem;}
    /* Debut Fix Font Size */        
    :root
    {        
        --banniere-font : 7.5rem;    
        --title-h1-font : 10rem;    
        --title-h2-font : 10rem;    
        --title-h3-font : 6rem;
        --texte-font    : 2.5rem;
    }
    /* Fin Fix Font Size */
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 45.8rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{font-size: calc(var(--texte-font) - 0.5rem);}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button{padding: 1.5rem 1.5rem 1.5rem;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte{padding-right: 25rem;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte h2{width: 100%;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 45.8rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{font-size: calc(var(--texte-font) - 0.5rem);}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 45.8rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.woocommerce-LoopProduct-link h2{font-size: calc(var(--texte-font) - 0.5rem);}
    footer#main .bloc_item.contenu .bloc_item.image{flex: 1 0 15%;}
}
@media screen and (max-width: 1334px) and (max-height: 800px) and (orientation : landscape) /* 1334 x 800 */
{
    html{font-size: 40% !important;}
    .navigation-top .main-navigation .navbar-header .navbar-brand img{max-width: 65rem;}
    .navigation-top .main-navigation .navbar-menu{padding-left: 68.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 45.2rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 45.2rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 45.2rem;}
}
@media only screen and (max-width: 1280px) /* 1280 x 1024 */
{
    html{font-size: 37.5% !important;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li .sub-menu{max-width: 32.5rem;}
    /* Debut Fix Font Size */            
    :root
    {        
        --banniere-font : 7.5rem;    
        --title-h1-font : 10rem;    
        --title-h2-font : 10rem;    
        --title-h3-font : 6.3rem;
        --texte-font    : 2.7rem;
    }
    /* Fin Fix Font Size */
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 45.7rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:before{left: 3.5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 45.7rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:before{left: 3.5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 45.7rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:before{left: 3.5rem;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte{margin-top: 4rem;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte iframe{height: 41rem;}
}
@media only screen and (max-width: 1024px) /* 768 x 1024 */
{   
    html{font-size: 37.5% !important;}
    .navigation-top.scroll .main-navigation .navbar-header .navbar-brand img{width: 100%;}
    .navigation-top .main-navigation .navbar-menu{padding-left: 5rem;padding-top: 18rem;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li .sub-menu{max-width: 37.5rem;}
    .navigation-top .main-navigation .navbar-menu .menu-barre{row-gap: 2.5rem;}
    .navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp{min-width: 100%;}
    .navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp input{padding: 3.5rem 1rem 3.5rem 1rem;}
    .navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens a img{max-width: 4.5rem;}
    .navigation-top .main-navigation .navbar-menu .menu-barre .bloc_item.liens a.panier img{max-width: 3rem;}
    /* Debut Fix Font Size */        
    :root
    {        
        --banniere-font : 7.5rem;    
        --title-h1-font : 4.2rem;    
        --title-h2-font : 4.2rem;    
        --title-h3-font : 3.4rem;
        --texte-font    : 3rem;
    }
    /* Fin Fix Font Size */
    .bloc_item.banniere .bloc_item.contenu .bloc_item.slogan{opacity: 1;padding-left: 5rem;padding-right: 5rem;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.selection .bloc_item.contenu{background-position-x: 50%;margin-top: -13.5rem;min-height: 210rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.fleche{top: -2.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre{opacity: 1;padding-left: 5rem;padding-right: 5rem;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre h2{font-size: var(--title-h2-font);}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 57.7rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{font-size: calc(var(--texte-font) - 0.3rem);}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button{font-size: calc(var(--texte-font) - 0.3rem);}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:before{left: 9.5rem;top: 1rem;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 1 / 1;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{margin-left: -37.5%;width: 175%;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte{opacity: 1;padding-left: 5rem;padding-right: 5rem;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte .bloc_item.logos{column-gap: 5rem;left: auto;max-width: none;right: 5rem;top: 5rem;}    
    .bloc_item.videos .bloc_item.contenu{padding-left: 5rem;padding-right: 5rem;}
    .bloc_item.videos .bloc_item.contenu .bloc_item.cadre{opacity: 1;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.sejour .bloc_item.contenu{background-position: 75% 100%;padding-left: 15rem;padding-right: 35rem;}
    .bloc_item.sejour .bloc_item.contenu .bloc_item.titre{opacity: 1;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.sejour .bloc_item.contenu .bloc_item.titre img.gites{left: -12.5rem;}    
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.titre{padding-left: 5rem;padding-right: 5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.titre h2{font-size: var(--title-h2-font);}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte{padding-left: 5rem;padding-right: 5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 57.7rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{font-size: calc(var(--texte-font) - 0.3rem);}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button{font-size: calc(var(--texte-font) - 0.3rem);}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:before{left: 9.5rem;top: 1rem;}    
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce{row-gap: 5rem;}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button{float: left;margin-top: 2.5rem;}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block{row-gap: 5rem;}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table thead tr th{font-size: calc(var(--title-h2-font) - 0rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product a{font-size: calc(var(--title-h2-font) - 1.5rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block h2{font-size: calc(var(--title-h2-font) - 0rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__button{font-size: calc(var(--title-h2-font) - 0rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item span.wc-block-components-totals-item__label{font-size: calc(var(--title-h2-font) - 0rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-formatted-money-amount{font-size: calc(var(--title-h2-font) - 0rem);}
    .woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-main{flex: 1 0 100%;}
    .woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block .wc-block-components-order-summary .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description h3{font-size: calc(var(--title-h2-font) - 1.5rem);}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre{flex: 1 0 100%;opacity: 1;order: 1;padding-left: 5rem;padding-right: 5rem;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre h2{font-size: var(--title-h2-font);}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre h3{font-size: calc(var(--title-h3-font) + 2.5rem);}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre ul li:before{top: 1.6rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.social{left: auto;right: 5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.diaporama{opacity: 1;order: 2;padding-left: 5rem;padding-right: 5rem;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel{max-height: none;}
    .bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 2 / 1;}
    .bloc_item.article .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{margin-left: 0;width: 100%;}    
    .single-product .bloc_item.article .bloc_item.contenu .related.products{order: 3;padding-left: 5rem;padding-right: 5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products h2{font-size: var(--title-h2-font);}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul{row-gap: 2.5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 57.7rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.woocommerce-LoopProduct-link h2{font-size: calc(var(--texte-font) - 0.3rem);}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button{font-size: calc(var(--texte-font) - 0.3rem);}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:before{left: 9.5rem;top: 1rem;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .woocommerce-tabs{flex: 1 0 100%;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary{max-width: 40%;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .single_add_to_cart_button{padding-bottom: 2.5rem;padding-top: 2.5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.diaporama{flex: 1 0 100%;order: 1;}
    .bloc_item.contact .bloc_item.contenu{padding-left: 5rem;padding-right: 5rem;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.titre{opacity: 1;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.titre h1{font-size: var(--title-h2-font);}
    .bloc_item.contact .bloc_item.contenu .bloc_item.titre h3{font-size: calc(var(--title-h3-font) + 2.5rem);}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte{opacity: 1;-webkit-animation: none !important;animation: none !important;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.formulaire{flex: 1 0 100%;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte{margin-top: 0;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte iframe{height: 70rem;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.texte .bloc_item.carte h3{font-size: calc(var(--title-h3-font) + 0.5rem);}
    .bloc_item.mention .bloc_item.contenu{padding-left: 5rem;padding-right: 5rem;}
    .bloc_item.mention .bloc_item.contenu .bloc_item.titre h1{font-size: var(--title-h2-font);}
    .bloc_item.mention .bloc_item.contenu .bloc_item.texte h3{font-size: calc(var(--title-h3-font) + 2.5rem);}
    .bloc_item.lost .bloc_item.contenu{padding-left: 5rem;padding-right: 5rem;}
    .bloc_item.lost .bloc_item.contenu .bloc_item.titre h1{font-size: var(--title-h2-font);}
    #banner{display: none;}
    footer#main .bloc_item.ethique{padding-left: 5rem;padding-right: 5rem;}
    footer#main .bloc_item.ethique .bloc_item.cadre{opacity: 1;row-gap: 2.5rem;-webkit-animation: none !important;animation: none !important;}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.titre{flex: 1 0 100%;}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.titre h2{font-size: calc(var(--title-h2-font) + 1.7rem);}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .arrow{padding: 3.3rem 3.3rem;}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .arrow:before{height: 1.1rem;width: 2.4rem;}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item:hover .arrow:before{height: 1.1rem;width: 2.4rem;}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-toggle{font-size: calc(var(--texte-font) - 0.3rem);}
    footer#main .bloc_item.contenu{row-gap: 5rem;}
    footer#main .bloc_item.contenu .bloc_item.image{flex: 1 0 100%;padding-left: 0;text-align: center;}
    footer#main .bloc_item.contenu .bloc_item.image img{max-width: 75rem;}
    footer#main .bloc_item.contenu .bloc_item.telephone:before{display: none;}
    footer#main .bloc_item.contenu .bloc_item.telephone .bloc_item.adresse h2{letter-spacing: 0;}
    footer#main .bloc_item.contenu .bloc_item.telephone .bloc_item.adresse p{letter-spacing: 0;}
    footer#main .bloc_item.contenu .bloc_item.social{padding-right: 5rem;}
    footer#main .bloc_item.contenu .bloc_item.social .bloc_item.credits{row-gap: 1.5rem;}    
}
@media only screen and (max-width: 1024px) and (orientation : landscape) /* 1024 x 768 */
{
    html{font-size: 37.5% !important;}	
    .bloc_item.selection .bloc_item.contenu{margin-top: -16.5rem;min-height: 265rem;padding-top: 25rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 79rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:before{left: 20rem;top: 0;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 3 / 2;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{margin-left: 0;width: 125%;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 51.8rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{min-height: 12.5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:before{left: 6.5rem;}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul li a{font-size: calc(var(--texte-font) - 0.5rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__button{font-size: calc(var(--title-h2-font) - 0.1rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-cart__submit{padding: 0 5rem;}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-cart__submit a.wc-block-cart__submit-button{font-size: calc(var(--texte-font) - 0.1rem);}    
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary{max-width: 29%;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 79rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:before{left: 20rem;top: 0;}
    
}
@media screen and (max-width: 962px) and (orientation : landscape) /* 962 x 601 */
{    
    html{font-size: 37.5% !important;}
    .bloc_item.banniere .bloc_item.contenu .bloc_item.slogan p:nth-of-type(2){font-size: calc(var(--banniere-font) - 2.5rem);}
    .bloc_item.selection .bloc_item.contenu{min-height: 252.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 73.8rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:before{left: 17rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 48.3rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:before{left: 4.5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary{max-width: 31.5%;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 73.8rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:before{left: 17rem;}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a{font-size: calc(var(--texte-font) - 0.1rem);}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-navigation ul li a{font-size: calc(var(--texte-font) - 0.6rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon .wc-block-components-panel__button{font-size: calc(var(--title-h2-font) - 0.5rem);}
    footer#main .bloc_item.contenu .bloc_item.telephone a span{font-size: calc(var(--texte-font) - 0.2rem);}
}   
@media screen and (min-width: 769px) and (max-height: 1334px) and (orientation : portrait)  /* 800 x 1334 */
{   
    html{font-size: 37.5% !important;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 60.3rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 60.3rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{min-height: 11.5rem;}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button{float: right;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 60.3rem;}    
}
@media only screen and (max-width: 601px) /* 601 x 962 */
{
    html{font-size: 32.5% !important;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li .dropdown-toggle{display: none;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li a{font-size: var(--texte-font);}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li:hover .sub-menu{max-width: 42.5rem;}
    .navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp{min-width: 85%;}
     /* Debut Fix Font Size */
    :root
    {        
        --banniere-font : 6.8rem;    
        --title-h1-font : 4.9rem;    
        --title-h2-font : 4.9rem;    
        --title-h3-font : 3.9rem;
        --texte-font    : 3.5rem;
    }
    /* Fin Fix Font Size */
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 0 0 51.4rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{min-height: 12.7rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:before{left: 4.5rem;}
    .bloc_item.sejour .bloc_item.contenu{background-position: 65% 100%;padding-right: 10rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 0 0 51.4rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.woocommerce-LoopProduct-link h2{min-height: 12.7rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:before{left: 4.5rem;}    
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{row-gap: 5rem;}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address{flex: 1 0 100%;}
    .woocommerce-checkout .bloc_item.woocommerce .bloc_item.texte .wc-block-checkout .wc-block-components-sidebar{display: none;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary{max-height: 37.5rem;max-width: 47.5%;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity{padding: 1.5rem 5rem 1.5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 0 0 51.4rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.woocommerce-LoopProduct-link h2{min-height: 12.7rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:before{left: 4.5rem;}    
    .bloc_item.mention .bloc_item.contenu .bloc_item.texte .bloc_infos img{max-width: 12.5rem;}    
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .accordion-toggle{padding-right: 8.5rem;}
    footer#main .bloc_item.contenu .bloc_item.telephone{flex: 1 0 100%;justify-content: center;row-gap: 7.5rem;text-align: center;}
    footer#main .bloc_item.contenu .bloc_item.telephone .bloc_item.adresse{padding-right: 0;text-align: center;}
    footer#main .bloc_item.contenu .bloc_item.social{justify-content: center;text-align: center;}
    footer#main .bloc_item.contenu .bloc_item.social:before{display: none;}
    footer#main .bloc_item.contenu .bloc_item.social .bloc_item.liens{justify-content: center;}
}
@media only screen and (max-width:447px)
{   
    html{font-size: 27.5% !important;}
    .navigation-top .main-navigation .navbar-header .navbar-brand img{max-width: 52.5rem;}
    .navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp{min-width: 70%;}
    .navigation-top .main-navigation .navbar-menu{padding-left: 2.5rem;padding-right: 2.5rem;}
    .navigation-top .main-navigation .navbar-menu .menu-btn{background: rgba(11,32,45,1);display: flex;position: absolute;height: 7.5rem;padding-right: 2.5rem;right: 0;top: auto;width: 100%;}
    .navigation-top .main-navigation .navbar-menu .menu-btn .menu-container .titre{margin: 0;position: relative;text-align: right;}
    .navigation-top .main-navigation .navbar-menu .menu-btn .menu-container label{display: none;}
    .navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container label{display: block;left: auto;position: absolute;}
    .navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container label div:first-child{left: 30px;top: -10px;width: 35%;}
    .navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container label div:nth-child(2){right: -36%;top: -9px;width: 25px;}
    .navigation-top .main-navigation .navbar-menu .menu-btn.active .menu-container label div:last-child{width: 0;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide{display: none;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide.open{display: flex;width: 100%;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu{padding-top: 10rem;row-gap: 3rem;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li{flex: 1 0 100%;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu{display: flex;max-width: 100%;position: relative;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children:hover .sub-menu{max-width: 100%;position: relative;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu li{border: 0;}    
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li a{color: #FFFFFF;padding-left: 5rem;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li a:before{background: #FFFFFF;border: 0;border-radius: 0;content: '';display: block;left: 0;height: 8px;margin: auto;position: absolute;top: 1.9rem;;width: 8px;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li a:hover{background: transparent;color: #eacfac;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li a:hover:before{background: #eacfac;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li.current-menu-item a{background: transparent;color: #eacfac;}
    /* Debut Fix Font Size */        
    :root
    {        
        --banniere-font : 6rem;    
        --title-h1-font : 7rem;    
        --title-h2-font : 7rem;    
        --title-h3-font : 5rem;
        --texte-font    : 3.7rem;
    }
    /* Fin Fix Font Size */
    .bloc_item.banniere .bloc_item.contenu{height: 80vh;}
    .bloc_item.banniere .bloc_item.contenu .bloc_item.image{background-position-y: 50%;background-size: auto;}
    .bloc_item.banniere .bloc_item.contenu .bloc_item.slogan{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_item.selection .bloc_item.contenu{background-position: 5% 100%, 50% -35rem;background-size: 31.2rem, auto 107.5%;margin-top: -2.5rem;min-height: 535rem;padding-top: 12.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.fleche{top: -17.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre hr{width: 66.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li{flex: 1 0 100%;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button{padding: 2.5rem 1.5rem 1.5rem;}
    .bloc_item.selection .bloc_item.contenu .bloc_item.titre .woocommerce ul.products li a.add_to_cart_button:before{background-size: 4.5rem;height: 5.5rem;left: 17.5rem;width: 5.5rem;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .bloc_item.texte h2{width: 100%;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 1 / 2;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{margin-left: -112.5%;width: 325%;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel-indicators{column-gap: 3rem;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel-indicators li{height: 5rem;width: 5rem;}
    .bloc_item.videos .bloc_item.contenu{padding-bottom: 5rem;padding-left: 2.5rem;padding-right: 2.5rem;padding-top: 5rem;}
    .bloc_item.sejour .bloc_item.contenu{background-position: 0% 100%;padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_item.sejour .bloc_item.contenu .bloc_item.titre{padding-top: 12.5rem;}
    .bloc_item.sejour .bloc_item.contenu .bloc_item.titre img.gites{left: 0;}
    .bloc_item.sejour .bloc_item.contenu .bloc_item.titre h2{font-size: calc(var(--title-h2-font) - 2rem);width: 100%;}
    .bloc_woocommerce .bloc_item.woocommerce{padding-top: 37.5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.titre{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.titre hr{width: 66.5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li{flex: 1 0 100%;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button{padding: 2.5rem 1.5rem 1.5rem;}
    .bloc_woocommerce .bloc_item.woocommerce .bloc_item.texte .woocommerce ul.products li a.add_to_cart_button:before{background-size: 4.5rem;height: 5.5rem;left: 17.5rem;width: 5.5rem;}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h2{font-size: calc(var(--title-h2-font) - 2rem);}
    .woocommerce-account .bloc_item.woocommerce .bloc_item.texte .woocommerce .woocommerce-MyAccount-content form fieldset legend{font-size: calc(var(--title-h2-font) - 2rem);}
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product a{font-size: calc(var(--title-h2-font) - 3rem);}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary{max-width: 100%;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity input[type=number]{margin-left: 2.5rem;width: 95%;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity button.minus{left: 2.5rem;top: -1rem;}
    .single-product .bloc_item.article .bloc_item.contenu .bloc_item.titre .woocommerce .single-product .product .entry-summary form.cart .quantity button.plus{right: 2.5rem;top: -1rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products{padding-left: 2.5rem;padding-right: 2.5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li{flex: 1 0 100%;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button{padding: 2.5rem 1.5rem 1.5rem;}
    .single-product .bloc_item.article .bloc_item.contenu .related.products ul li a.add_to_cart_button:before{background-size: 4.5rem;height: 5.5rem;left: 17.5rem;width: 5.5rem;}
    .bloc_item.article .bloc_item.contenu{padding-top: 37.5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre hr{width: 66.5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre ul li{padding-left: 3.5rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre ul li:before{top: 2.2rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.social{top: 35rem;}
    .bloc_item.article .bloc_item.contenu .bloc_item.diaporama{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_item.contact .bloc_item.contenu{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_item.contact .bloc_item.contenu .bloc_item.titre hr{width: 66.5rem;}
    .bloc_item.mention .bloc_item.contenu{padding-left: 2.5rem;padding-right: 2.5rem;}
    .bloc_item.lost .bloc_item.contenu{padding-left: 2.5rem;padding-right: 2.5rem;padding-top: 37.5rem;}    
    footer#main .bloc_item.ethique{padding-left: 2.5rem;padding-right: 2.5rem;}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .arrow{padding: 4rem 3.5rem;}
    footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item.is-open .arrow:before, footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item .arrow:before, footer#main .bloc_item.ethique .bloc_item.cadre .bloc_item.accordion .accordion-item:hover .arrow:before{height: 1.9rem;width: 3.5rem;}
    footer#main .bloc_item.contenu .bloc_item.telephone{padding-left: 2.5rem;padding-right: 2.5rem;}
    footer#main .bloc_item.contenu .bloc_item.telephone a span{font-size: calc(var(--texte-font) - 0.2rem);}
    footer#main .bloc_item.contenu .bloc_item.social .bloc_item.credits{justify-content: center;}
}
@media only screen and (max-width:393px)
{
    html{font-size: 27.5% !important;}
    .navigation-top .main-navigation .navbar-menu .menu-barre .dgwt-wcas-search-wrapp{min-width: 65%;}
    /* Debut Fix Font Size */        
    :root
    {        
        --banniere-font : 6rem;    
        --title-h1-font : 6.5rem;    
        --title-h2-font : 6.5rem;    
        --title-h3-font : 4.5rem;
        --texte-font    : 3.7rem;
    }
    /* Fin Fix Font Size */        
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 4 / 9;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{margin-left: -130%;width: 360%;}
}
@media only screen and (max-width:390px)
{
   html{font-size: 26% !important;}       
   /* Debut Fix Font Size */        
    :root
    {        
        --banniere-font : 6.3rem;    
        --title-h1-font : 7rem;    
        --title-h2-font : 7rem;    
        --title-h3-font : 5rem;
        --texte-font    : 3.7rem;
    }
    /* Fin Fix Font Size */   
    .woocommerce-cart .bloc_item.woocommerce .bloc_item.texte .wp-block-woocommerce-cart .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table tbody tr td.wc-block-cart-item__product a{font-size: calc(var(--title-h2-font) - 3.5rem);}
}
@media only screen and (max-width:360px)
{
   html{font-size: 24.2% !important;}
   /* Debut Fix Font Size */        
    :root
    {        
        --banniere-font : 6.3rem;    
        --title-h1-font : 6.8rem;    
        --title-h2-font : 6.8rem;    
        --title-h3-font : 5rem;
        --texte-font    : 3.7rem;
    }
    /* Fin Fix Font Size */
    
}
@media only screen and (max-width:306px)
{
    html{font-size: 20.5% !important;}
    .navigation-top .main-navigation .navbar-menu .menu-menu-container.leftslide ul#top-menu li.menu-item-has-children .sub-menu .bloc_item.cadre li a:before{top: 1.1rem;}
    /* Debut Fix Font Size */    
    :root
    {        
        --banniere-font : 6.3rem;    
        --title-h1-font : 6.5rem;    
        --title-h2-font : 6.5rem;    
        --title-h3-font : 4.8rem;
        --texte-font    : 3.5rem;
    }
    /* Fin Fix Font Size */
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item{aspect-ratio: 2 / 4;}
    .bloc_item.presentation .bloc_item.contenu .bloc_item.diaporama .carousel .carousel-inner .item img{margin-left: -112.5%;width: 325%;}
    .bloc_item.article .bloc_item.contenu .bloc_item.titre ul li:before{top: 1.5rem;}
}
@media screen and (min-width: 48em)
{    
    .js .menu-toggle, .js .dropdown-toggle{display: none;}
    .js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul{display: block;}    
}