figure.wp-block-table {
overflow: initial;
}
.wp-block-table td:empty:after {
content: 'Empty cell';
visibility: hidden;
}
.wp-block-table figcaption {
font-style: italic;
text-align: center;
font-size: 13px;
line-height: 1;
margin-top: 20px;
}
table {
border: 1px solid #dedede;
margin: 10px 0px;
border-spacing: 0;
}
figure.wp-block-table th {
border: 1px solid #dedede;
background: #A6172D;
color: #FFFFFF;
font-weight: bold;
padding: 12px;
}
figure.wp-block-table td {
border: 1px solid #dedede;
padding: 12px;
}
figure.wp-block-table thead {
border: none;
}
footer {
position: relative;
background: #A6172D;
color: #FFFFFF;
z-index: 1;
}
#footerInner {
position: relative;
width: 90%;
max-width: 1140px;
margin: 0px auto;
padding: 80px 0px 70px 0px;
display: flex;
justify-content: space-between;
align-items: flex-start;
font-size: 18px;
}
footer p {
margin: 0px 0 18px 0;
}
footer a {
color: #FFFFFF;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
#signature {
font-size: 12px;
color: #FFFFFF;
padding: 0 5% 25px 5%;
text-align: center;
}
::selection {
background-color: #A6172D;
color: #FFFFFF;
}
#wrapper .wp-block-image {
margin: 0;
}
body:not(.home) #wrapper p a,
body:not(.home) #wrapper li a {
transition: 0.2s ease-in-out;
}
body:not(.home) #wrapper p a:hover,
body:not(.home) #wrapper li a:hover {
color: #A6172D;
}
#wrapper .wp-block-column > :first-child,
.wp-block-cover__inner-container > :first-child {
margin-top: 0;
}
#wrapper .wp-block-column > :last-child,
#wrapper .wp-block-cover__inner-container > :last-child,
#wrapper div#text .wp-block-group__inner-container > div:last-child {
margin-bottom: 0;
}
#wrapper div#text > *:not(.wp-block-cover):not(.wp-block-group),
#wrapper div#text > figure,
#wrapper div#text > ul,
#wrapper div#text > .wp-block-group > .wp-block-group__inner-container,
#wrapper div#text > p,
body.single-post #wrapperInner .pager {
width: 90%;
max-width: 1140px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
#wrapper div#text > ul {
padding-left: 15px;
}
.wp-block-cover {
overflow: hidden;
}
.wp-block-cover img {
transition: transform 0.4s ease-out;
}
.wp-block-cover.is_hovered img {
transform: scale(1.1);
}
.wp-block-group__inner-container > .wp-block-cover h2 {
max-width: 740px;
margin: 0 auto;
}
div .wp-block-image figcaption {
margin-top: 15px;
text-align: center;
font-style: italic;
font-size: 15px;
}
.wp-block-columns.gap10,
.gap10 {
gap: 10px;
}
.wp-block-columns.gap20,
.gap20 {
gap: 20px;
}
.wp-block-columns.gap30,
.gap30 {
gap: 30px;
}
.wp-block-columns.gap40,
.gap40 {
gap: 40px;
}
.wp-block-columns.gap50,
.gap50 {
gap: 50px;
} section.newsContainer {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 55px;
padding-bottom: 55px;
border-bottom: 1px solid #EFEFEF;
}
section.newsContainer .gauche {
width: 33%;
}
section.newsContainer .gauche img {
width: 100%;
height: 270px;
object-fit: cover;
border-radius: 40px;
}
section.newsContainer .gauche:has(img[src*="logo"]) {
height: 270px;
background: #F1F1F1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 40px;
}
section.newsContainer .gauche img[src*="logo"] {
width: auto;
height: auto;
max-height: 270px;
object-fit: contain;
}
section.newsContainer .droite {
width: 62%;
}
section.newsContainer .droite time {
display: block;
line-height: 1;
margin-bottom: 20px;
font-size: 13px;
font-style: italic;
}
section.newsContainer .droite > a {
margin-top: 25px;
}
section.newsContainer .droite .description {
line-height: 1.5em;
}
section.newsContainer .droite h2 {
margin: 0 0 15px 0;
}
section.newsContainer .droite h2 a:not(:hover) {
text-decoration: none;
}
section.newsContainer .droite h2 a {
color: #A6172D;
}
section.newsContainer .gauche .chapoPicture.empty {
height: 270px;
background: url(//www.chateaudufresneanjou.com/wp-content/themes/chateaudufresne/images/logo.png) no-repeat center center, #777777;
background-size: 80% 80%;
}
div#newsList > section:last-child {
border: none;
padding: 0 0 15px 0;
}
.pager {
text-align: center;
}
.pager > a, 
.pager > span {
margin: 0 2px;
background: #EDEDED;
padding: 3px 10px;
width: 30px;
height: 30px;
display: inline-block;
box-sizing: border-box;
text-decoration: none;
line-height: 25px;
}
.pager > a.next,
.pager > a.prev {
width: auto;
} body.contact #container {
margin: 0px;
}
.wpforms-container ul li:before {
display: none;
}
div form.wpforms-form {
position: relative;
}
div div.wpforms-container-full button[type=submit]:focus:after {
display: none;
}
@media (min-width: 1200px) {
div .wpforms-container .wpforms-submit-container {
position: absolute;
right: 0;
bottom: -20px;
margin: 0;
padding: 0;
}
}
#wrapper div div.wpforms-container-full input:focus,
#wrapper div div.wpforms-container-full textarea:focus {
border: none;
box-shadow: none;
border-bottom: 1px solid #777777;
}
#wrapper div div.wpforms-container-full ::placeholder {
color: #969696;
opacity: 1;
}
#wrapper .wpforms-confirmation-container-full p {
margin: 0;
}
@media (min-width: 601px) {
#wrapper div .wpforms-field-container div.wpforms-field {
padding: 12px 0;
}
} body.error404 #chapterPicture > .title_and_bc:first-child {
position: relative;
top: 0;
border: none;
padding: 60px;
}
body.error404 .widget_breadcrumb {
display: none;
}
body.error404 #chapterPicture {
height: auto !important;
}
body.error404 article {
text-align: center;
}
body:not(.home).error404 .title_and_bc h1 {
margin: 0;
} .slick-slider {
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
margin: 0;
padding: 0;
overflow: hidden;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
body:not(.home) #wrapper p {
margin: 0 0 15px 0;
}
body:not(.home) #wrapper figure + *,
#wrapper .wp-block-image + p {
margin-top: 20px;
}
#wrapper .wp-block-cover .wp-block-cover__inner-container {
width: 90%;
max-width: 1140px;
}
div :where(.wp-block-columns.is-layout-flex) {
gap: 3em;
}
.no-margin {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.wp-block-column {
box-sizing: border-box;
}
@media (min-width: 980px) {
.is_hidden_on_desktop {
display: none !important;
}
}
#wrapper .wp-block-separator {
margin: 20px 0px;
max-width: 100px;
}
#wrapper .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background hr {
width: 100px;
margin-top: 5px;
}
#wrapper .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background {
align-self: initial;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.wp-block-columns {
margin-bottom: 2.25em;
}
@media (max-width: 930px) {
.wp-block-spacer {
max-height: 70px;
}
#container {
margin: 0px 0px 70px 0px;
}
.is_hidden_on_mobile {
display: none !important;
}
.invert-columns-order {
flex-direction: column-reverse;
}
div :where(.wp-block-columns.is-layout-flex) {
gap: 2em;
}
}
@media (max-width: 880px) {
section.newsContainer {
flex-direction: column-reverse;
margin-bottom: 45px;
}
section.newsContainer .gauche {
width: 100%;
margin-top: 40px;
}
section.newsContainer .droite {
width: 100%;
}
section.newsContainer .gauche img {
width: auto;
height: auto;
}
}
@media (max-width: 980px) {
body #baguetteBox-overlay .full-image img {
max-height: 85%;
max-width: 85%;
}
#wrapper figure.wp-block-gallery.masonry-display > figure {
margin: 0 0 1.2em 0 !important;
}
#wrapper figure.wp-block-gallery.masonry-display {
gap: 1.2em;
}
html body {
--wp--preset--spacing--20: 2.5vw;
--wp--preset--spacing--30: 2.5vw;
--wp--preset--spacing--40: 2.5vw;
--wp--preset--spacing--50: 5vw;
--wp--preset--spacing--60: 5vw;
--wp--preset--spacing--70: 5vw;
}
} :root {
--wp--style--gallery-gap-default: 20px;
}
#wrapper .wp-block-gallery img {
transition: 0.2s ease-in-out;
}
#wrapper .wp-block-gallery img:hover {
opacity: 0.8;
}
#wrapper .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
#wrapper .wp-block-gallery figure:not(:has(> a)) {
display: block;
}
#wrapper .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) img {
height: 240px;
}
#wrapper .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image) img {
height: 190px;
}
#wrapper .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image) img {
height: 150px;
}
#cde {
width: 90%;
max-width: 1500px;
margin: 0 auto 105px;
display: flex;
align-items: flex-end;
justify-content: space-between;
}
#cde .gauche {
width: 32%;
}
#cde .droite {
width: 62.5%;
position: relative;
}
#cde .gauche img {
border-radius: 40px;
height: auto;
}
#cde .gris {
background: #777777;
color: #FFFFFF;
border-radius: 40px;
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 25px 0;
margin-top: 70px;
}
#wrapper #cde .gris p {
font-weight: 500;
margin: 20px 0;
}
#cde .droite > p:last-of-type {
margin-top: 25px;
}
#cde .ic {
width: 77px;
height: 77px;
border-radius: 50%;
background: #A6172D;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
}
#cde .droite p {
max-width: 750px;
}
#cde .droite > img {
position: absolute;
z-index: -1;
top: -155px;
right: 80px;
}
body:not(.home) #cde {
padding-top: 130px;
}
#etapes {
position: relative;
margin-bottom: 95px;
overflow: hidden;
}
#etapes > img {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
object-fit: cover;
transition: 0.5s;
}
#etapes:has(a:hover) > img {
transform: scale(1.08);
filter: brightness(0.9);
}
#etapes:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg, rgb(60, 60, 60, 0.5), rgba(119, 119, 119, 0.65));
pointer-events: none;
mix-blend-mode: multiply;
}
#etapes .container {
position: relative;
display: flex;
width: 90%;
max-width: 1250px;
margin: 0 auto;
padding: 85px 0 55px 0;
color: #FFFFFF;
text-align: center;
z-index: 1;
}
#etapes a {
position: absolute;
left: 50%;
bottom: 85px;
transform: translateX(-50%);
}
#etapes .step .txt > p:first-child {
margin: 0 0 10px 0;
text-transform: uppercase;
color: #FFFFFF;
line-height: 1;
}
#etapes .step {
width: 20%;
display: flex;
flex-direction: column;
align-items: center;
}
#etapes .step .txt {
width: 282px;
margin-bottom: 15px;
}
#etapes .ic {
width: 150px;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
background: #A6172D;
border-radius: 50%;
position: relative;
margin: 35px auto 0;
box-shadow: 20px 20px 15px rgba(0,0,0,0.4);
}
#etapes .ic:after {
width: 100%;
height: 100%;
border: 3px solid #FFFFFF;
position: absolute;
top: -8px;
left: 8px;
content: '';
border-radius: 50%;
box-sizing: border-box;
pointer-events: none;
}
#etapes .container > div:nth-child(2),
#etapes .container > div:nth-child(4) {
margin-top: 290px;
flex-direction: column-reverse;
}
#etapes .container > div:nth-child(2) .txt,
#etapes .container > div:nth-child(4) .txt {
margin: 20px 0 0 0;
}
.step img[src*="sens"] {
position: relative;
z-index: 1;
}
#etapes .container > div:nth-child(2) .ic,
#etapes .container > div:nth-child(4) .ic {
margin: 0 0 35px 0;
}
#etapes .container > div:nth-child(2) .ic:after,
#etapes .container > div:nth-child(4) .ic:after {
top: auto;
bottom: -8px;
}
#etapes .container > div:nth-child(2) {
position: relative;
left: -25px;
top: -22px;
}
#etapes .container > div:nth-child(4) {
position: relative;
right: -25px;
}
#edito {
width: 90%;
max-width: 1500px;
margin: 0 auto 105px;
display: flex;
align-items: flex-start;
}
#edito .gauche {
width: 62%;
position: relative;
z-index: 1;
text-align: right;
}
#edito .droite {
width: 38%;
}
#edito .bulle {
width: 262px;
height: 262px;
background: #A6172D;
border-radius: 50%;
position: relative;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #FFFFFF;
font-size: 19px;
line-height: 1.1em;
font-weight: 700;
box-sizing: border-box;
padding: 22px;
margin: 0 0 90px 90px;
}
#edito .bulle:after {
content: '';
width: 100%;
height: 100%;
box-sizing: border-box;
border: 3px solid #FFFFFF;
position: absolute;
left: 8px;
bottom: 8px;
border-radius: 50%;
pointer-events: none;
}
#edito .txt {
background: #A6172D;
padding: 70px;
color: #FFFFFF;
border-radius: 40px;
position: relative;
margin-top: 90px;
box-sizing: border-box;
width: 100%;
text-align: left;
}
#edito .txt:after {
content: '';
width: 180px;
height: 180px;
box-sizing: border-box;
border: 3px solid #FFFFFF;
border-radius: 50%;
pointer-events: none;
position: absolute;
right: 50px;
z-index: 1;
bottom: -120px;
}
#edito .txt img {
width: 220px;
height: 220px;
object-fit: cover;
border-radius: 40px;
position: absolute;
right: -60px;
bottom: -30px;
}
#edito .txt h2 {
color: #FFFFFF;
margin: 0 0 40px 0;
max-width: 570px;
}
#edito .txt p {
margin: 10px 0 0 0;
max-width: 560px;
}
#edito .btn {
text-align: left;
}
#edito .btn a {
margin: 25px 0 0 68px;
min-width: 160px;
box-sizing: border-box;
}
#edito .gauche > img {
height: 230px;
width: 60%;
object-fit: cover;
border-radius: 40px;
position: relative;
right: -30px;
}
#edito .droite img {
height: 320px;
max-width: 9999px;
object-fit: cover;
position: relative;
left: -100px;
width: calc(100% + 120px);
border-radius: 40px;
}
#edito .droite > div:last-child,
#edito .bulle + .imgs > img:not(:first-child) {
display: none;
}
#actu {
width: 90%;
max-width: 1140px;
margin: 0 auto 115px;
}
#actu h2 {
text-align: center;
}
#actu .flex {
display: flex;
justify-content: space-between;
margin-top: 40px;
}
#actu .news {
width: 30.5%;
border-radius: 40px;
overflow: hidden;
background: #F1F1F1;
position: relative;
}
#actu .news .img {
height: 345px;
overflow: hidden;
}
#actu .news .img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.35s;
cursor: pointer;
}
#actu .infos {
padding: 35px 35px 90px 35px;
}
#actu .lien {
border-top: 1px solid #A6172D;
padding-top: 20px;
position: absolute;
bottom: 35px;
left: 35px;
right: 35px;
}
#actu span.titre {
display: block;
line-height: 1.1em;
font-size: 20px;
cursor: pointer;
}
#actu .lien a {
text-decoration: none;
font-weight: 500;
}
#actu .lien a:hover {
text-decoration: underline;
}
#actu .news:has(a:hover) .img img {
transform: scale(1.1);
filter: brightness(0.85);
}
#actu .news .img img[src*="logo"] {
width: auto;
height: auto;
max-width: 80%;
max-height: 80%;
}
#actu .news .img:has(img[src*="logo"]) {
display: flex;
align-items: center;
justify-content: center;
}
body.home #contact {
width: 90%;
max-width: 1140px;
margin: 0 auto 105px;
display: flex;
justify-content: space-between;
}
#contact .txt p {
font-size: 20px;
line-height: 1.2em;
}
#contact .txt h2 + p {
color: #777777;
font-weight: 700;
margin: 25px 0;
line-height: 1.1em;
}
#contact .txt {
width: 31%;
}
#contact .form {
width: 59%;
}
#wrapper .wpforms-container textarea,
#wrapper .wpforms-container input:not([type="checkbox"]) {
font-weight: 300;
border: none;
border-bottom: 1px solid #777777;
border-radius: 0px;
}
:root {
--wpforms-field-size-padding-h: 0px;
--wpforms-field-size-input-height: 50px;
}
#wrapper .wpforms-container .wpforms-field-label-inline {
font-weight: 300;
}
#wrapper .wpforms-container textarea {
height: 130px;
}
#contact form {
margin-top: -55px;
}
#wrapper div div#wpforms-11-field_6-container {
padding-top: 30px;
}
@media (min-width: 601px) {
#wrapper .wpforms-layout-column-50 {
width: 48.5%;
}
}
body.contact div#wpforms-11 {
margin-top: 15px;
}
.wp-block-image img {
border-radius: 40px;
}
.wp-block-column .wp-block-cover,
.colonnes_colles {
border-radius: 40px;
overflow: hidden;
}
.colonnes_colles > .wp-block-column > figure > img {
border-radius: 0px;
}
body.nos_vins #vins .slick {
flex-wrap: wrap;
justify-content: space-between;
margin-top: 0;
}
body.nos_vins #vins .slick .cuvee {
width: 30.5%;
margin: 0 0 70px 0;
}
body.nos_vins #vins .slick:after {
content: '';
width: 30.5%;
}
body.nos_vins #vins {
margin-bottom: -60px;
}
#wrapper .wc-product-table thead {
display: none;
}
#wrapper table.wc-product-table {
border: none;
}
#wrapper .wc-product-table td {
vertical-align: middle;
position: relative;
}
#wrapper .wc-product-table td.col-name a,
#wrapper .wc-product-table td.col-image a {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
text-indent: -9999px;
overflow: hidden;
}
#wrapper td.col-adresse_de_la_page_cuvee {
width: 0;
overflow: hidden;
padding: 0;
}
#wrapper td.col-adresse_de_la_page_cuvee a {
display: none;
}
#wrapper .wc-product-table input.qty,
.woosq-popup .quantity input {
border: 2px solid #777777;
color: #777777;
font-weight: 700;
outline: none;
font-size: 15px;
height: 100%;
border-radius: 50px;
font-family: Arial;
}
#wrapper .wc-product-table-controls {
display: none;
}
#wrapper .wc-product-table .button.added:after {
font-size: 0.8em;
position: relative;
top: 1px;
}
#wrapper .wc-product-table .single_add_to_cart_button {
margin-left: 6px;
}
#wrapper .wc-product-table .quantity {
height: 40px;
margin: 0;
}
#wrapper .wc-product-table .single_add_to_cart_button.loading:after {
left: auto;
}
#wrapper .wc-product-table .single_add_to_cart_button.loading {
padding-right: 55px;
}
#wrapper .wc-product-table td.col-image {
padding-left: 0;
width: 35px;
}
#wrapper .wc-product-table del {
text-decoration: line-through;
opacity: 0.5;
}
#wrapper .wc-product-table select {
background: #FFFFFF;
}
#wrapper .wc-product-table select,
#woosq-popup form.cart .variations select {
cursor: pointer;
font-family: 'neulis-sans';
font-weight: 300;
height: 40px;
margin: 0 15px 0 0;
border-radius: 50px;
padding: 0 15px 0 15px;
outline: none;
}
#woosq-popup form.cart .variations select {
background-color: #F1F1F1;
}
#wrapper .wc-product-table-wrapper:before {
content: '';
background: #F1F1F1;
position: absolute;
left: -80px;
top: -30px;
bottom: -25px;
right: -80px;
border-radius: 40px;
pointer-events: none;
}
#wrapper .wc-product-table-wrapper {
position: relative;
}
span.rupture_de_stock {
font-weight: 500;
color: #A6172D;
}
#wrapper .wc-product-table .woocommerce-variation-price,
#wrapper .wc-product-table .woocommerce-variation-availability {
display: none;
}
#wrapper .wc-product-table del span.woocommerce-Price-amount,
.woosq-popup del span.woocommerce-Price-amount {
color: #777777;
}
#wrapper .wc-product-table span.woocommerce-Price-amount {
font-weight: 300;
position: relative;
max-width: 115px;
display: block;
}
#wrapper .wc-product-table td > span.woocommerce-Price-amount:before {
content: 'Prix bouteille (à l\'unité) : ' ;
font-size: 14px;
}
#wrapper .wc-product-table .woocommerce-variation {
margin: 0;
}
#wrapper .wc-product-table td.col-image img {
width: auto;
height: 80px;
display: block;
margin: 0 auto;
object-fit: cover;
}
#wrapper .wc-product-table td.col-image img[src*=".jpg"],
.woosq-product .thumbnails img[src*=".jpg"] {
mix-blend-mode: multiply;
}
body .woosq-popup {
max-height: 500px;
}
body .woosq-product > .product > div {
height: 500px;
}
body .woosq-product .thumbnails {
max-height: 500px;
}
body .woosq-product .thumbnails img {
max-height: 440px;
}
body .woosq-product > .product .summary .summary-content {
padding: 35px;
}
.woosq-popup span.woocommerce-Price-amount {
color: #A6172D;
font-weight: 500;
}
#wrapper .woocommerce-message,
#wrapper .woocommerce-error {
outline: none;
background: #F1F1F1;
}
body.single-cuvee #wrapper .woocommerce-message,
body.single-cuvee #wrapper .woocommerce-error {
margin-bottom: 70px;
}
body.single-cuvee #wrapper .woocommerce-error + .woocommerce-message {
margin: -45px 0 80px 0;
}
.woosq-custom-field-adresse_de_la_page_cuvee {
display: none;
}
.woosq-product .summary-content > a {
position: absolute;
bottom: 35px;
text-transform: initial;
left: 35px;
right: 35px;
}
#woosq-popup div.product form.cart .variations th {
text-align: left;
vertical-align: middle;
}
#woosq-popup .woocommerce-variation-price {
margin-bottom: 20px;
}
#woosq-popup h1.product_title {
font-size: 34px;
}
body.single-cuvee.retrait_cave #wrapper .woocommerce-error {
display: none;
}
#wrapper .wc-product-table td.col-name {
font-weight: 700;
color: #A6172D;
text-transform: uppercase;
font-size: 14px;
width: 170px;
}
#wrapper .wc-product-table td.col-name span {
display: block;
color: #777777;
text-transform: initial;
font-weight: 500;
margin-top: 2px;
}
#wrapper .wp-block-woocommerce-cart td.wc-block-cart-item__image img {
width: auto;
height: 120px;
}
body.single-cuvee.retrait_cave #wrapper .woocommerce-message a {
display: none;
}
html[lang="en-GB"] #headerBoxes > div:nth-child(2) > div {
display: flex;
flex-direction: row-reverse;
gap: 20px;
}
html[lang="en-GB"] #headerBoxes ul {
margin: 0;
position: relative;
top: 5px;
}
html[lang="en-GB"] header .flex {
margin: 0 20px 0 0;
position: relative;
z-index: 1;
}
html[lang="en-GB"] header:not(.scrolled) #headerBoxes {
top: 45px;
}
html[lang="en-GB"] header.scrolled #headerBoxes > :first-child {
right: -95px;
}
html[lang="en-GB"] #footerInner {
font-size: 17px;
}
body:not(.woocommerce-block-theme-has-button-styles) #wrapper .wc-block-components-button:not(.is-link):focus {
outline: none;
box-shadow: none;
}
#wrapper:has(.wc-block-store-notice.is-error.is-dismissible) .wc-block-cart__submit-container a {
pointer-events: none;
opacity: 0.15;
}
body.woocommerce-checkout #wrapper .wc-block-components-totals-shipping .wc-block-components-totals-item__description {
display: none;
}
body.woocommerce-page input {
font-weight: 300;
font-family: Arial;
}
a.wc-block-components-product-name:not([href]) {
text-decoration: none;
}
body.woocommerce-order-received .woocommerce-table--order-details tfoot > tr:nth-last-child(2) {
display: none;
}
.woosq-popup .product_meta {
display: none;
}
#wrapper .wc-product-table td.col-prix_carton_6 {
font-weight: 500;
color: #A6172D;
width: 190px;
}
#wrapper .wc-product-table td.col-prix_carton_6:not(:empty):before {
content: 'Prix bouteille (carton complet) : ';
font-weight: 300;
max-width: 127px;
font-size: 14px;
display: inline-block;
}
.wc-added-to-cart-popup {
position: fixed;
bottom: 25px;
right: 25px;
background-color: #4caf50;
color: #FFFFFF;
padding: 17px 22px 15px 22px;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px;
z-index: 9999;
}
@media (min-width: 1251px) {
header:not(.scrolled) #nested .firstLevel li ul {
margin-left: -115px;
}
}
header.scrolled #nested .firstLevel li ul {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
#wrapper .wc-product-table td.col-price > *:not(:first-child) {
display: none;
}
body.woocommerce-cart ul.wc-block-components-product-details li:before,
body.woocommerce-checkout .wc-block-components-totals-discount__coupon-list li:before {
display: none;
}
#wrapper .wc-product-table .wpt_variations_form .variations {
display: none;
}
#wrapper .wc-product-table td.col-buy .cdf_variations {
display: flex;
float: left;
position: relative;
top: 3px;
}
#wrapper .wc-product-table td.col-buy .add-to-cart-wrapper {
float: right;
}
#wrapper span.wdp_bulk_table_content {
display: none;
}
#wrapper div#text > *:not(.wp-block-cover):not(.wp-block-group).dataTables_wrapper {
max-width: 1390px;
}
#wrapper .cdf_variations label strong {
font-weight: 500;
}
#wrapper .cdf_variations label {
text-align: left;
display: block;
position: relative;
cursor: pointer;
}
#wrapper .cdf_variations label:before {
content: '';
width: 16px;
height: 16px;
background: #FFFFFF;
position: absolute;
border-radius: 50%;
left: -27px;
bottom: 11px;
border: 2px solid #A6172D;
}
#wrapper .cdf_variations label.active:before {
background: #A6172D;
}
#wrapper .cdf_variations input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
#wrapper .wc-product-table td.col-buy .cdf_variations > span {
padding-left: 48px;
display: flex;
align-items: center;
font-size: 14px;
}
#wrapper .wc-product-table td.col-buy .cdf_variations > span.out_of_stock_cdf {
pointer-events: none;
opacity: 0.4;
}
.woosq-popup .product-type-variable p.price {
display: none;
}
body.woocommerce-checkout #wrapper .wc-block-components-order-summary-item del {
text-decoration: line-through;
opacity: 0.5;
}
.cdf_variations > :first-child label span {
display: none;
}
#wrapper .cdf_variations > :first-child label:before {
bottom: 2px;
}
#wrapper .wc-product-table td.col-buy {
width: 790px;
}
body.woocommerce-cart #wrapper .wc-block-components-product-price__value.is-discounted {
position: relative;
}
body.woocommerce-cart #wrapper .wc-block-components-product-price__value.is-discounted:after {
content: '(Prix carton)';
margin-left: 5px;
font-size: 12px;
}
body.woocommerce-cart #wrapper .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
display: none;
}
body.woocommerce-cart .wc-block-components-totals-shipping .wc-block-components-radio-control__description {
font-size: 11px;
display: block;
line-height: 1;
font-weight: 500;
}
@media (min-width: 779px) {
body.woocommerce-checkout #wrapper .wc-block-components-checkout-order-summary__title {
padding: 0 20px;
}
}
body.woocommerce-cart #wrapper li.wc-block-components-totals-discount__coupon-list-item:before {
display: none;
}
body.woocommerce-cart.mode_retrait #wrapper .wp-block-woocommerce-cart-order-summary-shipping-block span.wc-block-components-totals-item__label {
position: relative;
}
body.woocommerce-cart.mode_retrait #wrapper .wp-block-woocommerce-cart-order-summary-shipping-block span.wc-block-components-totals-item__label:before {
content: 'Retrait \0000E0  la cave';
background: #FFFFFF;
position: absolute;
top: 0;
left: 0;
}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button__text {
justify-content: center;
}
body.woocommerce-cart #wrapper .wc-block-components-totals-shipping__change-address__link[aria-label*="option"] {
font-size: 14px;
margin-top: 25px;
color: #A6172D;
white-space: initial;
}
#wrapper .wc-product-table td.col-buy .cdf_variations.product-simple {
top: 13px;
}
.woosq-popup div.quantity {
height: 40px;
}
@media (max-width: 1580px) {
#cde .gris {
padding: 20px 0;
margin-top: 50px;
}
#cde .droite {
width: 64%;
}
#cde .droite > img {
height: 180px;
top: -75px;
right: 0;
}
}
@media (max-width: 1380px) {
#cde .droite {
width: 58%;
}
#cde .gauche {
width: 37.5%;
}
}
@media (max-width: 1000px) {
#cde {
width: 100%;
background: #F1F1F1;
padding: 70px 0;
}
#cde .gauche {
display: none;
}
#cde .droite {
width: 87%;
margin: 0 auto;
}
#cde .droite > img {
display: none;
}
body:not(.home) #cde {
padding-top: 65px;
margin-top: 60px;
}
#cde .droite p {
max-width: 100%;
}
}
@media (max-width: 650px) {
#cde .gris {
flex-direction: column;
padding: 35px;
text-align: center;
}
#wrapper #cde .gris p {
margin: 15px 0;
}
#cde .gris .txt {
padding: 15px 0;
}
#cde .gris svg {
width: auto;
height: auto;
max-width: 38px;
max-height: 32px;
}
}
@media (max-width: 1280px) {
#etapes .step .txt {
width: 215px;
}
#etapes .container > div:nth-child(2),
#etapes .container > div:nth-child(4) {
margin-top: 20px;
right: 0;
left: 0;
top: 0;
}
#etapes {
padding-bottom: 120px;
}
#etapes a {
bottom: -60px;
}
#etapes .ic {
width: 130px;
height: 130px;
}
#etapes .ic:after {
top: 5px;
left: 5px;
}
}
@media (max-width: 1160px) {
#etapes .step {
width: 290px;
flex-shrink: 0;
}
#etapes .step .txt {
width: 100%;
}
#etapes {
padding: 0;
}
#etapes .container {
overflow-x: scroll;
padding: 65px 6.5vw 55px 6.5vw;
width: 100%;
box-sizing: border-box;
}
#etapes .container > .step:not(:last-of-type) {
margin-right: 30px;
}
#wrapper #etapes a.wp-block-button__link {
display: none;
}
#etapes ::-webkit-scrollbar { display: none; }
}
@media (max-width: 1560px) {
#edito .txt p {
max-width: 460px;
}
#edito .txt h2 {
margin-bottom: 20px;
}
}
@media (max-width: 1350px) {
#edito .txt {
padding: 60px;
}
#edito .txt p {
max-width: 400px;
}
}
@media (max-width: 1200px) {
#edito .bulle,
#edito .txt img,
#edito .gauche > img,
#edito .txt:after {
display: none;
}
#edito .droite > div:last-child,
#edito .bulle + .imgs > img:not(:first-child) {
display: flex;
}
#edito .droite,
#edito .gauche {
width: 100%;
}
#edito {
flex-direction: column;
gap: 6.5vw;
}
#edito .txt {
margin-top: -30px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
padding-bottom: 5px;
}
#edito .txt p, #edito .txt h2 {
max-width: 100%;
}
#edito .btn {
background: #A6172D;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
padding: 20px 60px 60px 60px;
}
#edito .btn a {
margin: 0;
}
#edito .droite,
#edito .droite .imgs {
display: flex;
justify-content: flex-start;
}
#edito .droite .imgs {
gap: 30px;
padding-right: 30px;
}
body.imgs_chargees #edito .droite .imgs {
animation: marquee 10s linear infinite;
}
#edito .droite img {
width: auto;
left: 0;
flex-shrink: 0;
height: 30vw;
}
}
@media (max-width: 1250px) {
#actu .news .img {
height: 26vw;
}
#nested ul.firstLevel li.bouton {
padding: 0 45px;
}
#nested ul.firstLevel li.bouton a {
background: #FFFFFF;
color: #A6172D;
font-size: 15px;
text-transform: uppercase;
width: 100%;
box-sizing: border-box;
}
#nested ul.firstLevel li.bouton a:hover {
color: #FFFFFF;
}
}
@media (max-width: 1050px) {
#actu {
width: 100%;
}
#actu h2 {
padding: 0 6.5vw;
}
#actu .flex {
overflow-x: scroll;
padding-left: 5%;
}
#actu .news {
width: 41vw;
flex-shrink: 0;
margin-right: 35px;
}
#actu ::-webkit-scrollbar { display: none; }
body:not(.home).woocommerce-cart #chapterPicture h1,
body:not(.home).woocommerce-checkout #chapterPicture h1,
body:not(.home).woocommerce-account #chapterPicture h1 {
margin: 0;
}
}
@media (max-width: 750px) {
#actu .news {
width: 72vw;
}
}
@media (max-width: 1020px) {
#contact .txt h2 + p {
margin: 15px 0;
}
#contact .txt p {
font-size: 18px;
}
body.home #contact {
flex-direction: column;
gap: 35px;
}
#contact .txt {
width: 100%;
}
#contact .form {
width: 100%;
}
#footerInner {
flex-direction: column;
text-align: center;
align-items: center;
gap: 30px;
font-size: 16px;
}
footer .wp-block-group {
justify-content: center;
}
body.nos_vins #vins .slick .cuvee {
width: 47.5%;
}
}
@media (max-width: 1650px) {
#wrapper .wc-product-table-wrapper:before {
left: -35px;
top: -25px;
bottom: -25px;
right: -30px;
}
}
@media (max-width: 1550px) {
#wrapper .wc-product-table td.col-buy .cdf_variations > span {
padding-left: 44px;
font-size: 13px;
}
#wrapper .cdf_variations label:before {
width: 14px;
height: 14px;
left: -24px;
bottom: 11px;
}
#wrapper .wc-product-table td.col-buy {
width: 745px;
}
#wrapper .wc-product-table td > span.woocommerce-Price-amount:before,
#wrapper .wc-product-table td.col-prix_carton_6:not(:empty):before,
#wrapper .wc-product-table td.col-name {
font-size: 13px;
}
#wrapper .wc-product-table {
font-size: 14px;
}
#wrapper .wc-product-table td.col-name {
width: 160px;
}
#wrapper .wc-product-table td.col-prix_carton_6:not(:empty):before {
max-width: 118px;
}
#wrapper .wc-product-table td.col-prix_carton_6 {
width: 175px;
}
}
@media (max-width: 1460px) {
#wrapper .wc-product-table td.col-prix_carton_6 {
margin-top: 25px;
}
#wrapper .wc-product-table td.col-prix_carton_6,
#wrapper td.col-price {
display: block;
width: auto;
padding-bottom: 0;
padding-top: 3px;
}
#wrapper .wc-product-table span.woocommerce-Price-amount {
max-width: 100%;
}
#wrapper .wc-product-table td.col-prix_carton_6:not(:empty):before {
margin-right: 4px;
max-width: 100%;
}
}
@media (max-width: 1410px) {
#wrapper div#text > *:not(.wp-block-cover):not(.wp-block-group).dataTables_wrapper {
width: 100%;
max-width: 2000px;
padding: 0 35px;
}
#wrapper .wc-product-table-wrapper:before {
left: -999px;
right: -999px;
}
#wrapper .wc-product-table input.qty {
width: 40px;
}
#wrapper .wc-product-table td.col-buy {
width: 735px;
}
}
@media (max-width: 1340px) {
#wrapper .cdf_variations > :first-child:not(:last-child) label {
height: 36px;
}
#wrapper .cdf_variations label:before,
#wrapper .cdf_variations > :first-child label:before {
left: 0;
right: 0;
margin: auto;
bottom: -25px;
}
#wrapper .wc-product-table td.col-buy .cdf_variations > span {
padding: 0 10px 40px;
}
#wrapper .wc-product-table td.col-buy {
width: 610px;
}
}
@media (max-width: 1210px) {
#wrapper .wc-product-table td.col-prix_carton_6,
#wrapper td.col-price {
margin: 0;
}
#wrapper table.wc-product-table td,
#wrapper .wc-product-table td.col-image,
#wrapper .wc-product-table td.col-name,
#wrapper .wc-product-table td.col-buy {
display: block;
text-align: center;
width: 100%;
}
#wrapper .wc-product-table td.col-buy .add-to-cart-wrapper {
float: none;
margin-top: 15px;
}
#wrapper .wc-product-table td.col-buy .cdf_variations,
#wrapper .wc-product-table td.col-buy .cdf_variations.product-simple {
float: none;
justify-content: center;
top: 0;
}
#wrapper .wc-product-table td.col-buy {
padding: 25px 10px 40px 10px;
box-sizing: border-box;
}
#wrapper .wc-product-table td.col-image img {
height: 140px;
}
#wrapper .wc-product-table td.col-image {
padding-left: 10px;
box-sizing: border-box;
}
#wrapper .wc-product-table td.col-name {
padding-bottom: 20px;
box-sizing: border-box;
}
#wrapper .wc-product-table td.col-name a,
#wrapper .wc-product-table td.col-image a {
width: 220px;
margin: auto;
}
}
@media (max-width: 1023px) {
body .woosq-product > .product > div {
height: auto;
}
body .woosq-product > .product .thumbnails {
max-height: 9999px;
}
body .woosq-popup {
max-height: 80vh;
}
body .woosq-product .thumbnails .images {
padding: 30px 0 !important;
}
body .woosq-product > .product .summary .summary-content {
padding-bottom: 85px;
}
}
@media (max-width: 782px) {
div #wrapper .wc-block-cart__submit-container.wc-block-cart__submit-container--sticky a {
margin: 0;
}
#wrapper .wc-block-cart .wc-block-cart__submit-container--sticky {
background: #FFFFFF !important;
padding: 20px;
}
}
@media (max-width: 778px) {
body:not(.home) #wrapper p.wc-block-components-checkout-order-summary__title-text {
margin: 0;
}
body.woocommerce-order-received .woocommerce-column--shipping-address {
margin-top: 40px;
}
}
@media (max-width: 750px) {
.wc-added-to-cart-popup {
left: 25px;
text-align: center;
line-height: 1.4em;
}
}
@media (max-width: 500px) {
#wrapper div#text > *:not(.wp-block-cover):not(.wp-block-group), 
#wrapper div#text > figure, 
#wrapper div#text > ul, 
#wrapper div#text > .wp-block-group > .wp-block-group__inner-container, 
#wrapper div#text > p, 
body.single-post #wrapperInner .pager,
#wrapper .wp-block-cover .wp-block-cover__inner-container,
#h1, #vins, #edito, body.home #contact, #footerInner {
width: 87%;
}
#signature {
padding: 0 6.5% 30px 6.5%;
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
display: block !important;
transform: scale(0.7);
}
.wp-block-spacer {
max-height: 50px;
}
#wrapper p + .wp-block-spacer {
margin-top: -5px;
}
#container {
margin: 0px 0px 60px 0px;
}
body:not(.home) h3 {
margin-bottom: 10px;
}
.pager > a, .pager > span {
font-size: 13px;
}
td {
font-size: 14px;
}
html body {
--wp--preset--spacing--20: 5vw;
--wp--preset--spacing--30: 5vw;
--wp--preset--spacing--40: 5vw;
--wp--preset--spacing--50: 7.5vw;
--wp--preset--spacing--60: 7.5vw;
--wp--preset--spacing--70: 7.5vw;
--wp--preset--spacing--80: 45px;
--wp--preset--font-size--small: 13px;
--wp--preset--font-size--medium: 18px;
--wp--preset--font-size--large: 24px;
--wp--preset--font-size--x-large: 30px;
}
div .wp-block-cover, 
div .wp-block-cover-image {
min-height: 350px;
}
#wrapper .wp-block-gallery.columns-4 figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-3 figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-default figure.wp-block-image:not(#individual-image) img,
#wrapper .wp-block-gallery.columns-5 figure.wp-block-image:not(#individual-image) img {
height: 28vw;
}
.wp-block-columns {
margin-bottom: 1.75em;
}
div .wpforms-container .wpforms-submit-container {
text-align: center;
margin-bottom: 15px;
}
#actu .flex {
padding-left: 6.5%;
}
#nested ul.firstLevel li.bouton {
padding: 0 35px;
}
#cde {
background: none;
padding: 0;
margin-bottom: 60px;
}
#wrapper #cde .gris p {
line-height: 1.3em;
max-width: 190px;
}
#etapes .container > .step:not(:last-of-type) {
margin-right: 0;
}
#etapes .step {
width: 68vw;
scroll-snap-align: center;
}
#etapes .container {
scroll-snap-type: x mandatory;
}
#edito .txt {
padding: 35px;
}
#edito .btn {
padding: 0px 35px 35px 35px;
margin-top: -15px;
position: relative;
}
#edito {
gap: 60px;
}
#edito .droite img {
height: 55vw;
}
#edito .droite .imgs {
gap: 6.5vw;
padding-right: 6.5vw;
}
#edito {
margin-bottom: 65px;
}
#actu .flex {
margin-top: 25px;
scroll-snap-type: x mandatory;
}
#actu .news .img {
height: 65vw;
}
#actu .news {
width: 80vw;
margin-right: 6.5vw;
scroll-snap-align: center;
}
#actu {
margin-bottom: 65px;
}
html body {
--wpforms-field-size-padding-h: 0px;
}
#contact .txt p {
font-size: 16px;
}
body.home #contact {
margin-bottom: 45px;
}
#footerInner {
padding: 55px 0;
gap: 20px;
}
body.nos_vins #vins .slick .cuvee {
width: 100%;
}
body:not(.home) #cde {
padding-top: 0;
}
#wrapper div#text > *:not(.wp-block-cover):not(.wp-block-group).dataTables_wrapper {
padding: 0;
}
#wrapper .wc-product-table .quantity {
height: 37px;
}
#wrapper .wc-product-table input.qty {
width: 50px;
}
#wrapper td.col-price {
box-sizing: border-box;
}
#wrapper .wc-product-table td.col-buy {
padding: 25px 0 40px;
}
div #wrapper .wc-block-cart__submit-container a {
font-size: 15px;
padding: 21px 20px 17px 20px;
}
#wrapper .wc-block-cart .wc-block-cart__submit-container--sticky {
padding: 15px 6.5vw;
}
#wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap > * {
margin-bottom: 3px;
}
body.woocommerce-cart #wrapper .wc-block-components-totals-shipping__change-address__link[aria-label*="option"] {
text-align: right;
max-width: 200px;
margin: 0;
}
body.woocommerce-cart #container {
margin: 0px 0px 30px 0px;
}
#wrapper .wp-block-woocommerce-checkout {
padding-top: 0;
margin-top: -20px;
}
.wc-block-components-totals-discount__coupon-list li:before {
display: none;
}
body.woocommerce-checkout #wrapper .wc-block-components-totals-wrapper {
padding-left: 0;
padding-right: 0;
}
#wrapper .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
flex-direction: column-reverse;
gap: 40px;
}
#wrapper .wc-block-components-checkout-place-order-button {
width: 100%;
}
body.woocommerce-order-received ul.woocommerce-thankyou-order-details {
display: flex;
flex-direction: column;
gap: 15px;
margin: -20px 0 20px 0;
}
#wrapper .woocommerce ul.order_details li {
border: 0;
padding: 0;
margin: 0;
}
#etapes > img {
filter: brightness(0.85);
}
}
body.woocommerce-order-received #wrapper div table.shop_table ul.wc-item-meta {
font-size: 12px;
margin-top: -2px;
} #produits_divers + .woocommerce + div td.col-prix_carton_6 {
display: none;
}
#wrapper #produits_divers + .woocommerce + div .wc-product-table span.woocommerce-Price-amount {
max-width: 9999px;
color: #A6172D;
font-weight: 500;
}
#wrapper #produits_divers + .woocommerce + div .wc-product-table td > span.woocommerce-Price-amount::before {
content: 'Prix : ';
font-weight: 300;
}
#wrapper #produits_divers + .woocommerce + div .cdf_variations {
display: none;
}
body:not(.home) #wrapper p.wc-block-components-totals-shipping-address-summary {
margin: 0;
line-height: 1.25em;
}
body.woocommerce-cart.adresse_remplie  .wc-block-components-shipping-address {
display: none;
}
@media (max-width: 500px) {
div .wc-block-components-totals-shipping .wc-block-components-shipping-address:after {
max-width: 195px;
}
}