html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
@font-face {
font-display: swap;
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/fonts/raleway-v34-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/fonts/raleway-v34-latin-500.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/fonts/raleway-v34-latin-600.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/fonts/raleway-v34-latin-700.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Abhaya Libre';
font-style: normal;
font-weight: 400;
src: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/fonts/abhaya-libre-v17-latin-regular.woff2) format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Abhaya Libre';
font-style: normal;
font-weight: 700;
src: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/fonts/abhaya-libre-v17-latin-700.woff2) format('woff2');
}
* {
border: 0px;
margin: 0px;
padding: 0px;
text-decoration: none;
}
body {
background: #000000;
font-family: 'Raleway', Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 120%;
color: #000000;
-webkit-font-smoothing: antialiased;
}
button {
font-family: 'Raleway';
}
img {
max-width: 100%;
border: 0px;
vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
line-height: 120%;
margin: 10px 0px;
font-weight: bold;
}
h1 {
font-size: 36px;
margin: 0px 0px 30px 0px;
text-align: center;
font-weight: 300;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
a:focus {
outline: none;
}
a {
color: #000000;
text-decoration: underline;
}
p {
margin: 10px 0px;
line-height: 150%;
}
ul, ol {
margin: 10px 0px 10px 20px;
}
ul ul, 
ol ol, 
ul ol, 
ol ul {
margin: 0px 0px 0px 30px;
}
li {
line-height: 150%;
}
body:not(.home) .wp-block-table {
overflow: initial;
}
body:not(.home) .wp-block-table td:empty:after {
content: 'Empty cell';
visibility: hidden;
}
body:not(.home) .wp-block-table figcaption {
font-style: italic;
text-align: center;
font-size: 13px;
line-height: 1;
margin-top: 20px;
}
sup {
font-size: smaller;
vertical-align: text-bottom;
}
table {
border: 1px solid #cccccc;
margin: 10px 0px;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
table caption {
color: #ccc;
margin:5px 0;
text-align:left;
}
th {
border: 1px solid #ededed;
background: #C3A50B;
color: #FFFFFF;
font-weight: bold;
padding: 10px;
}
td {
border: 1px solid #ededed;
padding: 10px;
}
#nested .smart-menu {
display: none;
}
header #nested {
position: absolute;
height: 60px;
z-index: 5;
right: 40px;
top: 75px;
transition: 0.3s;
}
header #nested .firstLevel {
height: 60px;
margin: 0px;
padding: 0px;
list-style: none;
text-align: center;
}
header #nested .firstLevel li {
position: relative;
display: inline-block;
vertical-align: top;
padding: 0px;
height: 60px;
}
header #nested .firstLevel li a {
display: block;
height: 60px;
line-height: 60px;
color: #FFFFFF;
padding: 0px 12px;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.1em;
text-indent: 0.1em;
transition: 0.3s;
}
header #nested .firstLevel li a span {
display: block;
height: 60px;
line-height: 60px;
}
header #nested .firstLevel li ul {
position: absolute;
width: 260px;
height: 0px;
background: #FFFFFF;
margin-left: -120px;
margin-top: -20px;
box-shadow: 0px 4px 10px -4px rgba(0, 0, 0, 0.3);
left: 50%;
top: auto;
overflow: hidden;
opacity: 0;
transition: height 0ms ease 0ms, opacity 250ms ease 100ms, margin-top 250ms ease 100ms;
}
header #nested .firstLevel > li:hover > ul {
height: auto;
opacity: 1;
margin-top: 0px;
padding: 15px 10px;
}
header #nested .firstLevel li ul li {
display: block;
height: auto;
border-bottom: 1px solid #ededed;
}
header #nested .firstLevel li ul li:last-child {
border-bottom: none;
}
header #nested .firstLevel li ul li a {
height: auto;
padding: 10px;
line-height: 120%;
font-size: 13px;
}
header #nested .firstLevel li ul li a span {
display: inline !important;
height: auto !important;
line-height: 120% !important;
border-bottom: none !important;
}
body:not(.home) #wrapper ul {
list-style-type: none;
}
body:not(.home) #wrapper ul li {
position: relative;
}
body:not(.home) #wrapper ul li:before {
content: '';
width: 6px;
height: 6px;
background: #C3A50B;
position: absolute;
border-radius: 50%;
top: 8px;
left: -17px;
margin: auto;
}
#page {
position: relative;
min-width: initial;
background: #FFFFFF;
overflow: hidden;
}
header {
position: fixed;
width: 100%;
height: 150px;
z-index: 2;
transition: 0.3s;
}
header #headerInner {
position: relative;
width: 100%;
height: 100%;
}
header #logo {
position: absolute;
z-index: 4;
left: 40px;
top: 20px;
transition: 0.3s;
}
header #logo a {
position: relative;
display: block;
transition: 0.3s;
}
header #logo a > img {
transition: 0.3s;
}
#wrapper {
position: relative;
clear: both;
background: #FFFFFF;
z-index: 1;
}
#wrapperInner {
position: relative;
width: 90%;
max-width: 1140px;
margin: 0px auto;
padding: 85px 0px 0px 0px;
}
#container {
position: relative;
margin: 0px 0px 100px 0px;
}
#contents {
position: relative;
}
#contentsInner {
position: relative;
}
footer {
position: relative;
z-index: 1;
}
footer #footerInner {
position: relative;
width: 90%;
max-width: 1140px;
margin: 0px auto;
padding: 75px 0px;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
header #nested ul.firstLevel li ul li {
transition: 0.4s;
}
header #nested ul.firstLevel li ul li:hover {
background: #f7f7f7;
}
#headerBoxes p {
margin: 0;
line-height: 1;
}
body.home #wrapperInner {
padding: 0;
width: 100%;
max-width: 100%;
}
.grecaptcha-badge {
visibility: hidden;
}
#container {
margin-bottom: 100px;
}
html, body {
scroll-behavior: smooth;
}
iframe {
max-width: 100%;
}
::-moz-selection {
background-color: #1F2D71;
color: #FFFFFF;
}
::selection {
background-color: #1F2D71;
color: #FFFFFF;
}
strong {
font-weight: 700;
}
em {
font-style: italic;
}
header #nested ul.firstLevel > li {
transition: 0.25s opacity;
}
header #nested ul.firstLevel:hover > li {
opacity: 0.5;
}
header #nested ul.firstLevel:hover > li:hover {
opacity: 1;
}
body.home #container {
margin: 0px;
}
header #nested ul.firstLevel li ul li a {
font-size: 14px;
font-weight: 400;
text-transform: inherit;
text-align: left;
color: #1F2D71;
}
header #nested ul.firstLevel li ul li ul {
margin-left: 0px;
height: auto;
left: 100%;
top: 10px;
transition: 0.2s;
}
header #nested ul.firstLevel li ul li:hover ul {
opacity: 1;
top: 20px;
box-shadow: 8px 8px 10px rgb(0 0 0 / 30%);
}
header #nested ul.firstLevel > li > ul > li,
header #nested ul.firstLevel > li > ul > li > ul > li {
overflow: hidden;
}
header #nested ul.firstLevel > li > ul > li:hover,
header #nested ul.firstLevel > li > ul > li > ul > li:hover {
overflow: visible;
}
header #nested .firstLevel > li:hover > ul,
header #nested .firstLevel > li > ul > li:hover > ul {
padding: 15px 0px;
overflow: visible;
}
header #nested ul.firstLevel > li > ul > li,
header #nested ul.firstLevel > li > ul > li > ul > li {
padding: 0 10px;	
}
body.home div#chapterPicture {
display: none;
}
footer a {
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
footer #signature {
font-size: 12px;
text-align: center;
padding: 0 5% 25px 5%;
} body:not(.home) #chapterPicture {
padding-top: 150px;
height: 170px;
position: relative;
}
body:not(.home) #chapterPicture img {
width: 100%;
height: 100%;
object-fit: cover;
}
body:not(.home) #chapterPicture .title_and_bc {
position: absolute;
top: 150px;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.3);
color: #FFFFFF;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 5%;
}
body:not(.home) #chapterPicture .title_and_bc h1 {
font-size: 50px;
font-weight: 400;
letter-spacing: 0.25em;
text-indent: 0.25em;
text-transform: uppercase;
max-width: 1140px;
margin-bottom: -2px;
position: relative;
}
body:not(.home) #chapterPicture .title_and_bc h1:after, 
body:not(.home) #chapterPicture .title_and_bc h1:before {
content: '';
width: 150px;
height: 1px;
background: #FFFFFF;
pointer-events: none;
position: absolute;
top: 0;
bottom: 3px;
right: -175px;
margin: auto;
}
body:not(.home) #chapterPicture .title_and_bc h1:before {
right: auto;
left: -185px;
}
.widget_breadcrumb {
font-size: 13px;
letter-spacing: 0.025em;
width: 90%;
max-width: 1140px;
margin: 20px auto 0;
}
.widget_breadcrumb a {
text-decoration: none;
}
.widget_breadcrumb a:hover {
text-decoration: underline;
}
body:not(.home) h1,
body:not(.home) h2,
body:not(.home) h3 {
font-family: 'Abhaya Libre';
}
body:not(.home) h1 {
font-size: 50px;
font-weight: 400;
line-height: 1;
}
body:not(.home) h2 {
font-size: 36px;
color: #C3A50B;
margin-bottom: 15px;
}
body:not(.home) h3 {
font-size: 26px;
color: #1F2D71;
margin-bottom: 15px;
}
body:not(.home) #wrapperInner .wp-block-image {
margin: 0;
}
body:not(.home) #wrapperInner figure.wp-block-gallery {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-right: -2%;
margin-bottom: -2%;
gap: 0;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
width: 23.5% !important;
flex-grow: initial;
margin: 0 2% 2% 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(4),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(8),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(12),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(16),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(20),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(24),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(28) {
margin-right: 0 !important;
}
body:not(.home) #wrapperInner .wp-block-column figure.wp-block-gallery > figure {
width: 48% !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
transition: 0.2s ease-in-out;
width: 100% !important;
max-height: 210px !important;
flex: initial !important;
height: 16vw !important;
object-fit: cover;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img:hover {
opacity: 0.8;
}
body:not(.home) #wrapperInner p a,
body:not(.home) #wrapperInner li a {
transition: 0.2s ease-in-out;
}
body:not(.home) #wrapperInner p:not(.order-again) a:not(.wc-backward):hover,
body:not(.home) #wrapperInner li a:hover {
color: #1F2D71;
}
body:not(.home) #wrapperInner .wp-block-column > :first-child,
.wp-block-cover__inner-container > :first-child,
section#edito .container > div.droite > :first-child,
footer .wp-block-group__inner-container > :first-child {
margin-top: 0;
}
body:not(.home) #wrapperInner .wp-block-column > :last-child,
body:not(.home) #wrapperInner .wp-block-cover__inner-container > :last-child,
section#edito .container > div.droite > :last-child,
footer .wp-block-group__inner-container > :last-child {
margin-bottom: 0;
}
body:not(.home) #wrapperInner {
width: 100%;
max-width: 100%;
}
body:not(.home) #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group),
body:not(.home) #wrapperInner div#text > figure,
body:not(.home) #wrapperInner div#text > ul,
body:not(.home) #wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container,
body:not(.home) #wrapperInner div#text > p,
body.single-post #wrapperInner .pager {
width: 90%;
max-width: 1140px;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
body:not(.home) #wrapperInner div#text > ul {
padding-left: 17px;
}
body:not(.home) #wrapperInner div#text > div.wpforms-container:not(.wp-block-cover):not(.wp-block-group) {
max-width: 800px;
}
.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;
}
body:not(.home) #wrapperInner div#text .wp-block-group__inner-container > div:last-child {
margin-bottom: 0;
}
.wp-block-columns.gap10 {
gap: 10px;
}
.wp-block-columns.gap20,
.wp-block-group.gap20 {
gap: 20px;
}
.wp-block-columns.gap30 {
gap: 30px;
}
.wp-block-columns.gap40 {
gap: 40px;
}
.wp-block-columns.gap50 {
gap: 50px;
} body.single-post #chapterPicture .title_and_bc h1 {
font-size: 45px;
max-width: 1140px;
}
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;
}
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: #C3A50B;
}
section.newsContainer .gauche .chapoPicture.empty {
height: 270px;
background: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/images/logo.svg) no-repeat center center, #EFEEEC;
background-size: 80% 80%;
}
section.newsContainer.image_est_un_logo .gauche {
border: 1px solid #d1d1d1;
box-sizing: border-box;
}
section.newsContainer.image_est_un_logo .gauche img {
object-fit: contain;
height: auto;
width: auto;
max-width: 220px;
max-height: 150px;
}
section.newsContainer.image_est_un_logo .gauche .chapoPicture {
height: 270px;
display: flex;
align-items: center;
justify-content: center;
}
div#newsList > section:last-child {
border: none;
padding: 0 0 15px 0;
}
.pager {
text-align: center;
margin-top: 80px;
}
.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;
}
.pager.detail_actu > a {
width: 160px;
padding: 7px 10px;
height: auto;
margin: 0 6px;
}
div#newsList + .pager > a, div#newsList + .pager > span {
font-size: 15px;
font-weight: 600;
} body.contact #container {
margin: 0px;
}
.wpforms-container ul li:before {
display: none;
}
form.wpforms-form {
position: relative;
}
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
position: absolute;
right: 0;
bottom: 5px;
} body.page_404 #chapterPicture > .title_and_bc:first-child {
position: relative;
top: 0;
padding: 60px 7.5vw;
}
body.page_404 .widget_breadcrumb {
display: none;
}
body.page_404 #chapterPicture {
height: auto !important;
}
body.page_404 article {
text-align: center;
}
body:not(.home).page_404 #chapterPicture .title_and_bc h1 {
margin: 0;
}
body:not(.home) #wrapperInner p {
margin: 0 0 15px 0;
}
body:not(.home) #wrapperInner figure + *,
body:not(.home) #wrapperInner .wp-block-image + p {
margin-top: 20px;
}
footer .wp-block-image,
footer .wp-block-columns {
margin-bottom: 0;
}
body:not(.home) div .wp-block-cover .wp-block-cover__inner-container {
width: 90%;
max-width: 1140px;
}
body:not(.home) div .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
width: auto;
}
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;
}
}
body:not(.home) .wp-block-separator {
margin: 20px 0px;
max-width: 100px;
}
body:not(.home) .wp-block-columns .wp-block-column.is-vertically-aligned-center.has-background hr {
width: 100px;
margin-top: 5px;
}
body:not(.home) .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;
}
body:not(.home) #wrapperInner .wp-block-cover.lien-sur-bloc a, 
body:not(.home) #wrapperInner .wp-block-cover.lien-sur-bloc a:hover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
text-indent: -9999px;
background: none;
} body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display {
display: block;
columns: 2;
gap: 2em;
margin: 0px;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure {
width: initial !important;
break-inside: avoid;
margin: 0 0 2em 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure img {
width: auto !important;
max-height: none !important;
height: auto !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
columns: 3;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-4 {
columns: 4;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-5 {
columns: 5;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-6 {
columns: 6;
}    @media (min-width: 1250px) {
header #nested ul.firstLevel > li:nth-child(2) > a {
padding-left: 0;
}
header #nested ul.firstLevel > li:last-child > a {
padding-right: 0;
}
header #nested ul.firstLevel > li.hidden_on_desktop {
display: none;
}
}
@media (max-width: 1250px) {
header div #nested,
header.scrolled div #nested {
width: 40px;
height: 40px;
top: 25px;
right: 25px;
}
header div #nested .contentSmart {
width: 100%;
height: 100%;
cursor: pointer;
z-index: 25;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
header #nested .firstLevel {
text-align: left;
background: #000000;
width: 100%;
position: fixed;
right: -100%;
transition: 0.7s;
opacity: 0.3;
top: 0;
height: auto;
bottom: 0;
padding: 60px 0 50px 0;
overflow-y: auto;
overflow-x: hidden;
}
body.menu_open header #nested .firstLevel:after, 
body.menu_open header #nested .firstLevel:before {
content: '';
height: 50px;
background: linear-gradient(0deg, #000000, transparent);
position: fixed;
left: 0;
right: 0;
bottom: 0px;
opacity: 0;
pointer-events: none;
transition: 0.3s;
}
body.menu_open.animation_delai header #nested .firstLevel:after, 
body.menu_open.animation_delai header #nested .firstLevel:before {
opacity: 1;
}
body.menu_open header #nested .firstLevel:before {
bottom: auto;
top: 0;
z-index: 20;
background: linear-gradient(180deg, #000000, transparent);
height: 65px;
}
body.menu_open header #nested .firstLevel {
right: 0;
opacity: 1;
}
header #nested ul.firstLevel:hover > li {
opacity: 1;
}
header div #nested .contentSmart span {
width: 25px;
height: 2px;
background: #FFFFFF;
display: block;
border-radius: 3px;
position: relative;
top: 0;
transition: 0.5s;
}
header div #nested .contentSmart > span:nth-child(2) {
margin: 6px 0px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(1) {
transform: rotate(45deg);
top: 8px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(2) {
opacity: 0;
}
body.menu_open header div #nested .contentSmart > span:nth-child(3) {
transform: rotate(-45deg);
top: -8px;
}
header #nested ul.firstLevel li a {
font-size: 18px;
height: auto;
line-height: 1;
}
header #nested .firstLevel li a span {
line-height: 1.3em;
height: auto;
}
header #nested ul.firstLevel > li.menu-item-has-children {
margin-right: 0;
}
header #nested .firstLevel li {
height: auto;
}
header #nested ul.firstLevel > li {
margin: 0 0 30px 0;
display: flex;
flex-direction: column;
align-items: flex-start;
padding-left: 30px;
}
header #nested ul.firstLevel > li:last-child {
margin-bottom: 0;
}
header #nested ul.firstLevel > li.menu-item-has-children:after {
display: none;
}
header #nested ul.firstLevel > li.menu-item-has-children > a {
position: relative;
}
header #nested ul.firstLevel > li.menu-item-has-children > a:after {
content: '';
display: inline-block;
height: 0;
width: 0;
border-top: 5px solid #FFFFFF;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
pointer-events: none;
position: absolute;
right: -5px;
top: 10px;
}
header #nested .firstLevel li a {
color: #FFFFFF;
}
header #nested .firstLevel li ul,
header #nested .firstLevel > li:hover > ul {
position: relative;
height: auto;
opacity: 1;
background: none;
box-shadow: none;
margin: 10px 0 10px 13px;
padding: 0;
left: 0;
width: auto;
}
header #nested ul.firstLevel > li > ul > li, 
header #nested ul.firstLevel > li > ul > li > ul > li {
padding: 0 0 5px 0;
margin: 0 0 5px 0;
}
header #nested ul.firstLevel > li > ul > li:last-child, 
header #nested ul.firstLevel > li > ul > li > ul > li:last-child {
margin: 0;
padding: 0;
}
header #nested ul.firstLevel li ul li a {
color: #FFFFFF;
}
header #nested .firstLevel li ul li {
border-bottom: 1px solid #6b6b6b;
}
body.menu_open {
overflow: hidden;
}
header #nested .firstLevel li ul {
display: none;
}
header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > ul {
display: block;
}
header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a:after {
transform: rotate(180deg);
}
header #nested ul.firstLevel > li.menu-item-has-children.sous_menu_open > a {
color: #C3A50B;
}
header #nested ul.firstLevel li ul li:hover {
background: none;
}
}
@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: 1050px) {
body:not(.home) #chapterPicture {
height: auto;
}
body:not(.home) #chapterPicture img {
position: absolute;
top: 0;
left: 0;
}
body:not(.home):not(.page_404) #chapterPicture .title_and_bc {
position: relative;
padding: 5%;
top: 0;
}
body:not(.home) #chapterPicture .title_and_bc h1 {
font-size: 42px;
}
}
@media (max-width: 781px) {
body:not(.home) div #wrapperInner div#text > iframe[src*="maps"] {
height: 70vw;
}
}
@media (max-width: 890px) {
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
position: relative;
bottom: 0;
margin-top: 10px;
text-align: center;
}
}
@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: 88%;
max-width: 88%;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display > figure {
margin: 0 0 1.2em 0 !important;
}
body:not(.home) #wrapperInner 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;
}
}
@media (max-width: 1090px) {
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
position: relative;
text-align: right;
bottom: 0;
}
body:not(.home) #chapterPicture .title_and_bc h1:after,
body:not(.home) #chapterPicture .title_and_bc h1:before {
display: none;
}
}
@media (max-width: 850px) {
body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
width: 48% !important;
margin: 0 4% 4% 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(even) {
margin-right: 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
max-height: initial !important;
height: 26vw !important;
}
} body.woocommerce ul.products li.product {
position: relative;
padding-bottom: 72px;
text-align: center;
}
body.woocommerce ul.products li.product a img {
width: 100%;
height: 290px;
object-fit: contain;
transition: 0.3s;
margin: 0;
}
body.woocommerce ul.products li.product a img:hover {
opacity: 0.8;
}
.woocommerce ul.products li.product a.button {
box-sizing: border-box;
width: 90%;
text-align: center;
position: absolute;
left: 0;
bottom: 0;
right: 0;
margin: auto;
max-width: 235px;
}
body.woocommerce #wrapperInner ul.products li.product p.type_vin {
margin: 30px 0 0 0;
letter-spacing: 0;
color: #1F2D71;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 18px;
letter-spacing: 0;
margin: 5px 0 0 0;
color: #1F2D71;
text-align: center;
font-family: 'Raleway';
padding: 0;
}
body.woocommerce ul.products li.product .price {
font-weight: 600;
font-size: 20px;
margin: 20px 0 0 0;
color: #1F2D71;
}
body.woocommerce ul.products li.product .price del {
text-decoration: line-through;
font-size: 15px;
}
.wc-block-mini-cart__template-part p.has-text-align-center {
text-align: center;
margin: 0 0 20px 0;
}
div .wc-block-components-drawer .components-modal__header .components-button,
div button.wc-block-cart-item__remove-link {
cursor: pointer;
}
div .wc-block-mini-cart__shopping-button a,
div .wc-block-mini-cart__shopping-button a:hover {
border-color: #C3A50B;
}
div .wc-block-components-product-badge.wc-block-components-sale-badge {
display: none;
}
.wc-block-components-product-price del {
text-decoration: line-through;
font-size: 14px;
}
div .wc-block-components-product-price__value.is-discounted {
color: #C3A50B;
}
div .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
box-shadow: none;
transition: 0.3s;
}
div .wc-block-components-product-metadata__description {
display: none;
}
div table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
margin: 0;
}
.woocommerce ul.products li:before,
.woocommerce ul.products:before,
.woocommerce ul.products:after {
display: none;
}
body.woocommerce span.onsale,
body.woocommerce ul.products li.product .onsale {
background-color: #C3A50B;
margin: 0;
top: 0;
left: 0;
right: auto;
pointer-events: none;
font-size: 12px;
text-align: center;
border-radius: 0;
min-width: initial;
min-height: initial;
line-height: 1;
padding: 10px;
letter-spacing: 0;
}
body.woocommerce ul.products {
margin-top: 40px;
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-right: -4%;
}
body.woocommerce ul.products li.product {
float: none;
width: 31%;
margin: 0 1.166%;
margin-bottom: 70px;
}
body.woocommerce ul.products li.product.outofstock:after {
content: 'Rupture de stock';
background: #000000;
color: #FFFFFF;
position: absolute;
top: 0px;
left: 0px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0;
padding: 10px;
box-shadow: 0 0 10px rgb(0 0 0 / 15%);
pointer-events: none;
line-height: 1;
}
body.woocommerce ul.products li.product.outofstock span.onsale {
display: none;
}
body.woocommerce ul.products li.product .price del {
opacity: 1;
margin-right: 5px;
}
body.woocommerce ul.products li.product .price ins {
font-weight: 600;
}
body.woocommerce ul.products li.product a.button.added,
body.woocommerce ul.products li.product a.button.loading {
padding-left: 18px;
}
body.woocommerce a.button.added::after,
body.woocommerce a.button.loading::after {
display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading {
pointer-events: none;
}
body:not(.home).single-product #chapterPicture {
height: auto;
border-bottom: 1px solid #EAEAEA;
}
body.single-product .woocommerce-notices-wrapper {
width: 90%;
max-width: 1140px;
margin: 0 auto;
}
body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary {
margin-bottom: 0;
}
body.single-product .product_meta {
display: none;
}
body.single-product .woocommerce div.product p.price {
color: #C3A50B;
}
body.single-product .woocommerce div.product p.price del {
opacity: 1;
font-size: 22px;
text-decoration: line-through;
}
body.single-product .woocommerce div.product p.price ins span.amount,
body.single-product .woocommerce div.product p.price > span.amount {
font-size: 32px;
font-weight: 600;
}
body.single-product .woocommerce div.product .out-of-stock {
color: #f44336;
font-weight: 700;
font-size: 20px;
}
body.single-product .woocommerce div.product div.images .flex-control-thumbs {
display: flex;
flex-wrap: wrap;
margin: 4% -4% -4% 0;
}
body.single-product #wrapperInner {
padding-top: 20px;
}
body.single-product .woocommerce-message {
border-top-color: #C3A50B;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
line-height: 1;
margin-bottom: 65px;
}
body.single-product .woocommerce-message::before {
color: #C3A50B;
position: absolute;
top: 30px;
}
body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
body.single-product .woocommerce-message a.button {
border-radius: 0;
border-color: #C3A50B;
}
body.single-product .woocommerce-message a.button {
font-size: 13px;
background: #252525;
}
body.single-product .woocommerce .quantity .qty {
border: 2px solid #252525;
padding: 9px 0;
width: 60px;
font-weight: 600;
font-size: 22px;
margin-right: 10px;
height: 49px;
box-sizing: border-box;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
opacity: 1;
}
ul li.product a.added_to_cart.wc-forward {
display: none;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
font-weight: 600;
font-family: 'Raleway';
width: 125px;
font-size: 15px;
padding: 8px 15px 7px 15px;
text-align: center;
border: 2px solid #EAEAEA;
margin-right: 10px;
}
.woocommerce table.cart td.actions button.button {
border-radius: 0;
padding: 11px 20px;
background: #EAEAEA;
font-size: 15px;
letter-spacing: 0.025em;
text-transform: initial;
color: #515151;
}
.woocommerce-notices-wrapper li:before,
.woocommerce ul#shipping_method li:before {
display: none;
}
body.woocommerce-cart th {
background: #f4f4f4;
color: #252525;
}
body.woocommerce #respond input#submit.alt, 
body.woocommerce a.button.alt, 
body.woocommerce button.button.alt, 
body.woocommerce input.button.alt {
background-color: #C3A50B;
}
body.woocommerce-cart div#text > div.woocommerce {
margin-top: -10px;
}
input#calc_shipping_city,
input#calc_shipping_postcode,
body.woocommerce-account.woocommerce form .form-row input.input-text,
body.woocommerce form .form-row input.input-text, 
body.woocommerce form .form-row textarea, 
body.woocommerce-account .woocommerce form .form-row input.input-text, 
form.woocommerce-form-coupon input#coupon_code, 
form.woocommerce-form-login input#username, 
form.woocommerce-form-login input#password, 
div .woocommerce form .form-row input.input-text, 
div .woocommerce form .form-row textarea {
background: #f3f3f3;
padding: 12px;
font-family: 'Raleway';
font-size: 16px;
font-weight: 600;
}
section.shipping-calculator-form p#calc_shipping_postcode_field + p {
padding: 3px;
}
label[for="user_login"] {
font-weight: 700;
}
body:not(.home) #chapterPicture > .title_and_bc:first-child {
background: #1F2D71;
}
body.woocommerce-info {
border-top-color: #C3A50B;
}
body.woocommerce-info::before {
color: #C3A50B;
}
div#payment li.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
display: none;
}
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding-bottom: 0;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
margin-bottom: 0;
text-transform: initial;
letter-spacing: 0.025em;
font-weight: 700;
}
body.woocommerce-account .woocommerce-message {
border-top-color: #C3A50B;
}
body.woocommerce-account .woocommerce-message::before {
color: #C3A50B;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:before {
display: none;
}
li.woocommerce-MyAccount-navigation-link {
border-bottom: 1px solid #e3e3e3;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
margin: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
width: 27%;
}
li.woocommerce-MyAccount-navigation-link a {
text-decoration: none;
font-size: 18px;
font-weight: 500;
display: block;
padding: 18px 20px 17px 20px;
}
body:not(.home) #wrapperInner li.woocommerce-MyAccount-navigation-link a:hover {
color: #252525;
background: #F3F3F3;
}
li.woocommerce-MyAccount-navigation-link.is-active {
background: #C3A50B;
}
body:not(.home) #wrapperInner li.woocommerce-MyAccount-navigation-link.is-active a:hover {
background: #C3A50B;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
color: #FFFFFF !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
display: none;
}
body.woocommerce div.product form.cart {
margin: 25px 0 0 0;
}
body:not(.home).single-product #wrapperInner .woocommerce table.shop_attributes td p {
margin: 0 !important;
padding: 10px;
}
body.single-product h1 {
font-weight: 700;
text-align: left;
color: #1F2D71;
margin-bottom: 18px;
line-height: 1.1em;
}
body.single-product h1 span {
display: block;
line-height: 1.1em;
color: #C3A50B;
font-weight: 400;
}
body.woocommerce div.product form.cart .variations td, 
body.woocommerce div.product form.cart .variations th {
padding: 0;
line-height: 1;
vertical-align: middle;
}
body.woocommerce div.product form.cart .variations select {
margin: 0 0 0 15px;
font-size: 18px;
}
.woocommerce div.product form.cart .reset_variations {
visibility: hidden !important;
}
body.single-product .single_variation_wrap .woocommerce-variation-price span.price {
font-size: 24px;
margin: 0 0 20px 0;
display: block;
line-height: 1;
color: #252525;
font-weight: 700;
}
body.single-product .single_variation_wrap {
margin-top: 40px;
}
body.single-product #container {
margin-bottom: 0;
}
p#order_comments_field textarea#order_comments {
height: 200px;
}
h3#ship-to-different-address {
border: none;
padding-left: 0;
}
h3#order_review_heading {
margin-top: 50px;
}
body.woocommerce-checkout .woocommerce ul#shipping_method li {
margin-bottom: 0;
}
div#order_review th,
body.woocommerce-order-received .woocommerce-order-details th {
background: none;
color: #252525;
}
ul.wc_payment_methods li.wc_payment_method:before {
display: none !important;
}
body.woocommerce #payment #place_order {
border-color: #C3A50B;
border-radius: 0;
}
div#order_review table.shop_table.woocommerce-checkout-review-order-table {
margin-bottom: 40px;
}
ul.woocommerce-thankyou-order-details li:before {
display: none;
}
.woocommerce-account .addresses .title .edit {
margin-top: 15px;
}
body:not(.home) #wrapperInner p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
text-align: center;
font-weight: 700;
font-size: 32px;
margin-bottom: 55px;
color: #1F2D71;
}
body.woocommerce table.shop_table th {
line-height: 1.25em;
}
body.woocommerce table.my_account_orders td, 
body.woocommerce table.my_account_orders th {
padding: 8px;
}
.woocommerce .woocommerce-customer-details address {
box-sizing: border-box;
}
.woocommerce div.product form.cart .variations tbody > tr td, 
.woocommerce div.product form.cart .variations tbody > tr th {
border-bottom: 15px solid #FFFFFF;
}
body:not(.home).woocommerce-order-received #wrapperInner li p {
margin: 0;
}
body.woocommerce ul.order_details li strong {
font-size: initial;
}
.woocommerce ul.order_details li {
margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations tbody > tr th {
min-width: 70px;
}
body.woocommerce form .show-password-input, 
body.woocommerce-page form .show-password-input {
top: 8px;
}
body.woocommerce-password-strength.short,
body.woocommerce-password-strength.bad,
body.woocommerce-password-strength.good {
font-size: 14px;
line-height: 1.3em;
padding: 13px 13px 11px 13px;
}
div #add_payment_method .checkout .create-account small, 
body.woocommerce-cart .checkout .create-account small, 
body.woocommerce-checkout .checkout .create-account small {
font-size: 13px;
line-height: 1.35em;
margin-top: 15px;
}
p#account_password_field label, p#account_password_ver_field label {
font-size: 15px;
}
.woocommerce div.product form.cart .variations tbody > tr th {
padding: 0 15px;
}
form.woocommerce-EditAccountForm > fieldset > legend {
font-size: 18px;
font-weight: 700;
padding: 35px 0 10px 0;
display: block;
}
div .wp-block-woocommerce-mini-cart-contents {
background: #FFFFFF;
}   @media (max-width: 980px) {
body:not(.home) #wrapperInner p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
font-size: 26px;
}
}
@media (max-width: 1270px) {
body.woocommerce ul.products li.product a img {
height: 21vw;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 16px;
}
body.woocommerce ul.products li.product .price {
font-size: 18px;
}
}
@media (max-width: 1190px) {
body.woocommerce #wrapperInner ul.products li.product a.button {
line-height: 1.25em;
}
}
@media (max-width: 920px) {
body.woocommerce ul.products li.product a img {
height: 42vw;
}
.woocommerce ul.products li.product a.button {
width: auto;
}
}
@media (max-width: 800px) {
body.woocommerce ul.products[class*=columns-] li.product, 
body.woocommerce-page ul.products[class*=columns-] li.product {
width: 45%;
margin: 0 2.5% 85px 2.5%;
}
}
@media (max-width: 1270px) {
body.woocommerce ul.products li.product a img {
height: 19vw;
}
}
@media (max-width: 800px) {
body.woocommerce ul.products li.product a img {
height: 41vw;
}
}
@media (max-width: 820px) {
body.single-product .woocommerce-message {
flex-direction: column-reverse;
padding: 50px 25px 25px 25px;
line-height: 1.3em;
text-align: center;
}
body.single-product .woocommerce-message::before {
top: 15px;
left: 0;
right: 0;
margin: auto;
width: 15px;
}
body.single-product .woocommerce-message a.button {
margin-top: 20px;
}
}
@media (max-width: 1090px) {
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
position: relative;
text-align: right;
bottom: 0;
}
}
@media (max-width: 768px) {
li.woocommerce-MyAccount-navigation-link a {
font-size: 15px;
padding: 10px 10px 8px 10px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
margin-bottom: 40px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
display: flex;
align-items: flex-end;
justify-content: flex-start;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
width: auto;
text-align: center;
line-height: 1.1em;
}
.woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-delivery-date::before, 
.woocommerce-page table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-delivery-date::before {
float: none;
text-align: left;
display: block;
}
}
@media (max-width: 1100px) {
ul.woocommerce-thankyou-order-details {
display: flex;
flex-direction: column;
align-items: flex-start;
}
div .woocommerce ul.order_details li {
border-right: 0;
border-bottom: 1px dashed #d3ced2;
margin-right: 0;
padding: 0 0 10px 0;
}
} body.page_404 article a,
body:not(.home) #wrapperInner a.wp-block-button__link,
body:not(.home) #wrapperInner .bouton-classique a.wp-block-button__link,
section.newsContainer .droite > a,
footer .footer_adresse .wp-widget-group__inner-blocks > :nth-last-child(2) a,
div .wc-block-mini-cart__shopping-button a,
body.woocommerce #wrapperInner ul.products li.product a.button,
body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button,
body.single-product .woocommerce-message a.button,
div div.wpforms-container-full .wpforms-form input[type=submit],
div div div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div .woocommerce #payment #place_order,
section#vins .contenus > div.vins .shortProduct > a,
body.woocommerce div.product div.summary form.cart button.single_add_to_cart_button,
body.woocommerce div.product div.summary a.fiche_pdf,
body .wc-block-mini-cart__footer-actions a,
body .wc-block-mini-cart__drawer .wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper a,
.pager.detail_actu > a,
body:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
div .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
footer .sib-form-block__button {
border-radius: 0;
display: inline-block;
background: #C3A50B;
color: #FFFFFF;
padding: 15px 18px;
font-size: 13px;
font-weight: 700;
text-indent: 0.2em;
letter-spacing: 0.2em;
text-transform: uppercase;
line-height: 1;
text-decoration: none;
transition: 0.3s;
}
body.page_404 article a:hover,
body:not(.home) #wrapperInner a.wp-block-button__link:hover,
body:not(.home) #wrapperInner .bouton-classique a.wp-block-button__link:hover,
section.newsContainer .droite > a:hover,
footer .footer_adresse .wp-widget-group__inner-blocks > :nth-last-child(2) a:hover,
div .wc-block-mini-cart__shopping-button a:hover,
body.woocommerce #wrapperInner ul.products li.product a.button:hover,
body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button:hover,
body.single-product .woocommerce-message a.button:hover,
div div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div div div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div .woocommerce #payment #place_order:hover,
section#vins .contenus > div.vins .shortProduct > a:hover,
body.woocommerce div.product div.summary form.cart button.single_add_to_cart_button:hover,
body .wc-block-mini-cart__footer-actions a:hover,
body .wc-block-mini-cart__drawer .wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper a:hover,
.pager.detail_actu > a:hover,
body:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
div .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
footer .sib-form-block__button:hover {
background: #1F2D71;
color: #FFFFFF;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
} section#edito .container > div p a,
section#oenotourisme .container .flex > div .texte a,
section#actus > a,
section#actus .flex > .cate .news a,
section#deux_blocs > div.boutique .fond_blanc > p:last-child a,
section#deux_blocs > div.livraison .texte > p:last-child a,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover a.wp-block-button__link {
font-weight: 700;
font-size: 13px;
letter-spacing: 0.2em;
text-transform: uppercase;
text-decoration: none;
color: #C3A50B;
transition: 0.25s;
padding-right: 40px;
background: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/images/gold-arrow.svg) no-repeat right top 7px;
display: inline-block;
}
section#edito .container > div p a:hover,
section#oenotourisme .container .flex > div .texte a:hover,
section#actus > a:hover,
section#actus .flex > .cate .news a:hover,
section#deux_blocs > div.boutique .fond_blanc > p:last-child a:hover,
section#deux_blocs > div.livraison .texte > p:last-child a:hover,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover a.wp-block-button__link:hover {
text-decoration: underline;
padding-right: 46px;
} section#actus > a,
section#actus .flex > .cate .news a,
section#deux_blocs > div.boutique .fond_blanc > p:last-child a {
color: #1F2D71;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.1em;
background: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/images/blue-arrow.svg) no-repeat right top 4px;
} section#deux_blocs > div.livraison .texte > p:last-child a {
filter: brightness(0) invert(1);
}
body.home h2:not(.wc-block-mini-cart__title),
section#nous_trouver > div.fond_bleu > p:first-child,
section#deux_blocs > div.boutique .fond_blanc > p:first-child,
section#deux_blocs > div.livraison .texte > p:first-child {
margin: 0;
font-family: 'Abhaya Libre';
text-align: center;
text-transform: uppercase;
color: #C3A50B;
font-size: 40px;
font-weight: 400;
letter-spacing: 0.25em;
text-indent: 0.25em;
}
body.home h2:not(.wc-block-mini-cart__title) span {
position: relative;
}
body.home h2:not(.wc-block-mini-cart__title) span:after,
body.home h2:not(.wc-block-mini-cart__title) span:before {
content: '';
width: 150px;
height: 1px;
background: #C3A50B;
pointer-events: none;
position: absolute;
top: 0;
bottom: 3px;
right: -175px;
margin: auto;
}
body.home h2:not(.wc-block-mini-cart__title) span:before {
right: auto;
left: -185px;
}
section#edito .container > div.droite > :first-child,
section#actus .flex > .cate span.h3_like {
font-size: 38px;
line-height: 1.15em;
}
section#edito .container > div.droite p,
section#oenotourisme .container > p {
color: #1F2D71;
font-size: 18px;
}
body:not(.home) #wrapperInner p, 
body:not(.home) #wrapperInner li,
div.woocommerce-info {
letter-spacing: 0.025em;
font-size: 15px;
}
.cta_fixed {
position: fixed;
right: 0;
top: 50%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
gap: 20px;
z-index: 20;
}
.cta_fixed > a {
color: #FFFFFF;
text-decoration: none;
box-sizing: border-box;
text-transform: uppercase;
height: 94px;
width: 150px;
font-size: 13px;
letter-spacing: 0.15em;
font-weight: 600;
line-height: 1.15em;
transition: 0.3s;
position: relative;
right: 0;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 16px;
padding: 20px;
}
.cta_fixed > a:hover {
right: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cta_fixed > a:after {
content: '';
width: 10px;
height: 100%;
position: absolute;
top: 0;
right: -10px;
pointer-events: none;
}
.cta_fixed > a:nth-child(1),
.cta_fixed > a:nth-child(1):after {
background: #1F2D71;
}
.cta_fixed > a:nth-child(2),
.cta_fixed > a:nth-child(2):after {
background: #C3A50B;
}
.cta_fixed > a span {
width: 90px;
position: relative;
top: 1px;
}
header #headerBoxes {
position: absolute;
right: 40px;
top: 33px;
z-index: 3;
display: flex;
align-items: center;
gap: 40px;
transition: 0.3s;
}
header #headerBoxes figure a {
display: flex;
align-items: center;
}
header #headerBoxes figure img {
height: 18px;
transition: 0.3s;
filter: brightness(0) invert(1);
width: auto;
}
header #headerBoxes figure img:hover {
opacity: 0.7;
}
header #headerBoxes .wp-block-group.is-nowrap {
gap: 17px;
}
header #headerBoxes li.lang-item a img {
height: 16px;
}
header #headerBoxes li.lang-item {
line-height: 1;
}
header #headerBoxes ul {
margin: 0;
}
header #headerBoxes > div.widget > a {
text-decoration: none;
color: #FFFFFF;
font-size: 14px;
font-weight: 500;
position: relative;
transition: 0.3s;
top: 1px;
}
header #headerBoxes > div.widget > a:after {
content: '';
width: 0%;
height: 1px;
right: 0;
position: absolute;
bottom: -3px;
background: #FFFFFF;
transition: 0.25s;
}
header #headerBoxes > div.widget > a:hover:after {
width: 100%;
left: 0;
right: auto;
}
header #headerBoxes > div:nth-child(4) {
display: flex;
}
header .wc-block-mini-cart__quantity-badge > svg {
display: none;
}
header .wc-block-mini-cart__button {
padding: 0;
cursor: pointer;
opacity: 1 !important;
}
header .wc-block-mini-cart__button span.wc-block-mini-cart__quantity-badge {
width: 30px;
height: 25px;
background: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/images/ic-cart.svg) no-repeat center center;
background-size: auto 18px;
transition: 0.3s;
filter: brightness(0) invert(1);
}
body.drawer-open, body {
padding-right: 0 !important;
overflow: visible !important;
}
header #headerBoxes > div:nth-child(1),
header #headerBoxes > div:nth-child(2) {
transition: 0.3s;
}
header #headerBoxes > div.widget > a:before {
content: '';
width: 1px;
height: 25px;
background: #1F2D71;
position: absolute;
left: -40px;
top: -5px;
transition: 0.3s;
pointer-events: none;
opacity: 0;
}
header.scrolled #nested {
right: 250px;
top: 17px;
}
header.scrolled #headerBoxes {
gap: 20px;
}
header.scrolled #headerBoxes figure img,
header.scrolled .wc-block-mini-cart__button span.wc-block-mini-cart__quantity-badge {
filter: none;
}
header.scrolled #headerBoxes > div.widget > a {
color: #1F2D71;
}
header.scrolled #headerBoxes > div.widget > a:after {
background: #1F2D71;
}
header.scrolled #nested ul.firstLevel > li > a {
color: #1F2D71;
}
@media (min-width: 1251px) {
header.scrolled #headerBoxes > div.widget > a:before {
opacity: 1;
}
header.scrolled #headerBoxes > div:nth-child(1),
header.scrolled #headerBoxes > div:nth-child(2) {
opacity: 0;
pointer-events: none;
}
}
header.scrolled {
box-shadow: 0 0 10px rgba(0,0,0,0.2);
background: #FFFFFF;
height: 90px;
}
header.scrolled #logo {
top: 15px;
}
header.scrolled #logo a > img {
height: 60px;
}
section#home_bandeau {
height: 100vh;
position: relative;
}
section#home_bandeau > img {
height: 100%;
width: 100%;
object-fit: cover;
filter: brightness(0.9);
}
section#home_bandeau:after {
content: '';
width: 100%;
height: 100%;
background: linear-gradient(220deg, rgba(0,0,0,0.2), transparent);
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
section#home_bandeau .inner {
position: absolute;
top: 60px;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #FFFFFF;
z-index: 20;
}
section#home_bandeau .inner h1 {
font-family: 'Abhaya Libre';
margin: 0;
font-weight: 700;
text-transform: uppercase;
font-size: 60px;
line-height: 0.9;
max-width: 830px;
}
section#home_bandeau > svg {
position: absolute;
height: 20px;
padding: 20px;
width: 30px;
left: 0;
right: 0;
margin: auto;
cursor: pointer;
z-index: 30;
opacity: 0;
animation: slideFromBottom 0.6s;
animation-fill-mode: forwards;
animation-delay: 1s;
}
@keyframes slideFromBottom {
0% {
bottom: -25px;
opacity: 0;
}
100% {
bottom: 15px;
opacity: 1;
}
}
body.home .cta_fixed > a:nth-child(1), 
body.home .cta_fixed > a:nth-child(2) {
animation: slideFromRight 0.8s;
animation-fill-mode: forwards;
animation-delay: 1.5s;
right: -80px;
opacity: 0;
}
body.home .cta_fixed > a:nth-child(2) {
animation-delay: 1.7s;
}
@keyframes slideFromRight {
0% {
right: -80px;
opacity: 0;
}
100% {
right: 0px;
opacity: 1;
}
}
section#edito {
position: relative;
padding: 95px 0 55px 0;
scroll-margin-top: 60px;
}
section#edito h2 {
padding: 0 7.5vw;
}
section#edito > img {
position: absolute;
left: -184px;
top: 45px;
width: 479px;
pointer-events: none;
}
section#edito .container {
width: 90%;
max-width: 1140px;
margin: 45px auto 0;
display: flex;
align-items: flex-start;
justify-content: space-between;
position: relative;
}
section#edito .container > div {
width: 46%;
}
section#edito .container > div.gauche img {
height: auto;
}
section#edito .container > div.droite > :first-child {
color: #1F2D71;
font-family: 'Abhaya Libre';
max-width: 450px;
margin-bottom: 30px;
}
section#edito .container > div p a {
margin-top: 15px;
}
section#edito .container > div ul {
display: flex;
align-items: center;
margin: 30px 0 0 0;
gap: 30px;
}
section#edito .container > div ul img {
height: auto;
width: auto;
max-width: 190px;
max-height: 80px;
}
section#edito .container > div.droite > p:last-of-type {
font-size: 16px;
}
section#oenotourisme {
background: #EFEEEC;
padding: 90px 0 105px 0;
text-align: center;
margin-bottom: 90px;
}
section#oenotourisme .container {
width: 90%;
max-width: 1140px;
margin: 0 auto;
}
section#oenotourisme .container .flex {
display: flex;
justify-content: space-between;
margin-top: 35px;
}
section#oenotourisme .container .flex > div,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover {
width: 30.8%;
height: 27.2vw;
max-height: 350px;
position: relative;
transition: 0.4s;
overflow: hidden;
}
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover {
width: 100%;
}
section#oenotourisme .container .flex > div:hover,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover:hover {
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
section#oenotourisme .container .flex > div img,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.4s;
transform: scale(1.1);
}
section#oenotourisme .container .flex > div:after,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover:after {
content: '';
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0,0,0,0.8), transparent);
position: absolute;
top: 0;
left: 0;
pointer-events: none;
z-index: 2;
transition: 0.4s;
}
section#oenotourisme .container .flex > div .texte,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover .wp-block-cover__inner-container {
position: absolute;
bottom: 50px;
left: 20px;
right: 20px;
color: #FFFFFF;
z-index: 440;
}
section#oenotourisme .container .flex > div .texte > p:first-child,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover .wp-block-cover__inner-container > h2:first-child {
font-family: 'Abhaya Libre';
font-size: 28px;
font-weight: 700;
letter-spacing: 0.05em;
text-indent: 0.05em;
text-transform: uppercase;
line-height: 1;
max-width: 220px;
margin: 0 auto 20px;
color: #FFFFFF;
}
section#oenotourisme .container .flex > div:hover img,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover:hover img {
filter: brightness(0.9);
transform: scale(1);
}
section#oenotourisme .container .flex > div:before,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover:before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
z-index: 20;
border: 1px solid #FFFFFF;
transition: 0.4s;
opacity: 0;
}
section#oenotourisme .container .flex > div:hover:before,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover:hover:before {
opacity: 1;
left: 20px;
right: 20px;
bottom: 20px;
top: 20px;
}
section#oenotourisme .container .flex > div .fond,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover .wp-block-cover__background {
position: absolute;
z-index: 19;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
background: rgba(31, 45, 113, 0.5);
transition: 0.4s;
opacity: 0;
}
section#oenotourisme .container .flex > div:hover .fond,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover:hover .wp-block-cover__background {
opacity: 1;
}
section#vins {
position: relative;
margin: 0 auto 110px;
}
section#vins > img {
position: absolute;
left: -184px;
top: -5px;
width: 479px;
pointer-events: none;
}
section#vins > .container {
width: 90%;
max-width: 1140px;
margin: 0 auto;
position: relative;
}
section#vins .contenus > div:not(.active) {
display: none;
}
section#vins .tabs {
display: flex;
justify-content: space-between;
margin: 50px 0;
border-bottom: 1px solid #1F2D71;
}
section#vins .tabs > div {
width: 100%;
box-sizing: border-box;
text-align: center;
font-family: 'Abhaya Libre';
font-size: 24px;
font-weight: 700;
padding: 2px 20px 20px;
text-transform: uppercase;
color: #1F2D71;
line-height: 1;
cursor: pointer;
position: relative;
word-spacing: 300px;
}
section#vins .tabs > div:not(:last-child) {
border-right: 1px solid #EAEAEA;
}
section#vins .tabs > div.active:after {
content: '';
width: 100%;
height: 10px;
background: #C3A50B;
position: absolute;
left: 0;
bottom: -5px;
pointer-events: none;
}
section#vins .contenus > div.vins.active {
display: flex;
flex-wrap: wrap;
text-align: center;
justify-content: center;
row-gap: 60px;
margin: 0 -1.16666%;
}
section#vins .contenus > div.vins .shortProduct {
width: 31%;
margin: 0 1.166%;
}
section#vins .contenus > div.vins .shortProduct img {
width: auto;
height: 290px;
transition: 0.25s;
}
section#vins .contenus > div.vins .shortProduct img:hover {
opacity: 0.7;
}
section#vins .contenus > div.vins .shortProduct .nom_vin {
color: #1F2D71;
font-size: 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 3px;
margin: 30px 0;
}
section#vins .contenus > div.vins .shortProduct .nom_vin strong {
font-size: 18px;
}
section#quelques_clics {
background: #EFEEEC;
padding: 100px 0;
margin-bottom: 90px;
text-align: center;
}
section#quelques_clics h2 {
text-transform: initial;
letter-spacing: 0;
text-indent: 0;
color: #1F2D71;
font-weight: 700;
padding: 0 5%;
}
section#quelques_clics .container {
display: flex;
width: 90%;
max-width: 1140px;
margin: 75px auto 0;
justify-content: space-between;
align-items: flex-start;
position: relative;
}
section#quelques_clics .container > div {
width: 22.3%;
height: 254px;
box-sizing: border-box;
background: #FFFFFF;
border: 1px solid #C3A50B;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 25px;
position: relative;
gap: 20px;
z-index: 2;
}
section#quelques_clics .container:before {
content: '';
width: 100%;
background: #C3A50B;
height: 1px;
position: absolute;
bottom: 175px;
pointer-events: none;
z-index: 1;
}
section#quelques_clics .container > div p {
font-size: 18px;
font-weight: 700;
line-height: 1.25em;
margin: 0;
color: #1F2D71;
}
section#quelques_clics .container > div > span {
font-size: 100px;
display: block;
line-height: 1;
font-family: 'Abhaya Libre';
position: absolute;
left: 25px;
top: -51px;
color: #1F2D71;
}
section#quelques_clics .container > div:nth-child(2), 
section#quelques_clics .container > div:nth-child(4) {
margin-top: 100px;
}
section#actus {
width: 90%;
max-width: 1140px;
margin: 0 auto 100px;
text-align: center;
}
section#actus .flex {
display: flex;
justify-content: space-between;
margin-top: 40px;
gap: 40px;
}
section#actus .flex > .cate {
width: 100%;
}
section#actus .flex > .cate .news {
border: 1px solid #C3A50B;
padding: 55px 55px 115px 55px;
text-align: left;
margin-top: 30px;
min-height: 352px;
box-sizing: border-box;
position: relative;
height: calc(100% - 74px);
}
section#actus .flex > .cate .news a {
position: absolute;
left: 55px;
bottom: 55px;
}
section#actus > a {
margin-top: 35px;
}
section#actus .flex > .cate span.h3_like {
display: block;
font-family: 'Abhaya Libre';
color: #1F2D71;
}
section#actus .flex > .cate .news strong {
display: block;
font-size: 18px;
line-height: 1.25em;
color: #1F2D71;
}
section#actus .flex > .cate .news p {
font-size: 15px;
letter-spacing: 0.025em;
margin: 18px 0 0 0;
}
section#actus .flex > .cate .news p b {
font-weight: 700;
}
section#nous_trouver {
display: flex;
}
section#nous_trouver > div {
width: 50%;
}
section#nous_trouver > div.fond_bleu {
background: #1F2D71;
color: #FFFFFF;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: 25px;
}
section#nous_trouver > div.fond_bleu p {
margin: 0;
line-height: 1.25em;
font-size: 18px;
}
section#nous_trouver > div img {
width: 100%;
height: auto;
}
section#nous_trouver > div.fond_bleu > p:first-child {
line-height: 1;
}
footer .wp-block-group__inner-container > :first-child,
footer .brevo_titre {
font-size: 24px;
font-weight: 700;
font-family: 'Abhaya Libre';
text-transform: uppercase;
line-height: 1;
margin-bottom: 25px;
color: #C3A50B;
}
footer .wp-block-group__inner-container p {
font-size: 18px;
line-height: 1.4em;
color: #1F2D71;
}
footer .wp-block-group img {
transition: 0.3s;
}
footer .wp-block-group img:hover {
opacity: 0.75;
}
body:not(.home) header #headerBoxes > div.widget > a,
body:not(.home) header #nested .firstLevel li a {
color: #1F2D71;
}
body:not(.home) header #headerBoxes figure img,
body:not(.home) header .wc-block-mini-cart__button span.wc-block-mini-cart__quantity-badge {
filter: none;
}
body:not(.home) header #headerBoxes > div.widget > a:after {
background: #1F2D71;
}
body:not(.home) header {
background: #FFFFFF;
}
body:not(.home):not(.contact) footer #footerInner {
border-top: 1px solid #C3A50B;
}
.wp-block-columns {
margin-bottom: 2.25em;
}
body.single-product section#quelques_clics {
background: none;
padding-bottom: 25px;
}
body.woocommerce .woocommerce-breadcrumb a {
color: #000000;
text-decoration: none;
}
body.woocommerce .woocommerce-breadcrumb a:hover {
text-decoration: underline;
}
body.woocommerce .woocommerce-breadcrumb {
font-size: 13px;
width: 90%;
max-width: 1140px;
margin: 0 auto 50px;
color: #000000;
}
.pswp__caption__center,
.pswp__button--arrow--left, 
.pswp__button--arrow--right,
.pswp__counter {
display: none !important;
}
.pswp__bg {
background: rgba(0,0,0,0.9) !important;
}
.pswp__ui--fit .pswp__caption {
background: none !important;
}
body.woocommerce div.product {
display: flex;
justify-content: space-between;
}
body.woocommerce div.product div.summary {
float: none;
margin: 0;
width: 50%;
box-sizing: border-box;
}
body.woocommerce div.product div.images {
width: 50%;
box-sizing: border-box;
float: none;
margin: 0;
padding-left: 150px;
display: flex;
}
section#deux_blocs {
width: 90%;
max-width: 1140px;
margin: 100px auto 0;
display: flex;
justify-content: space-between;
}
section#deux_blocs > div {
box-sizing: border-box;
position: relative;
width: 48%;
text-align: center;
}
section#deux_blocs > div.livraison {
color: #FFFFFF;
background: #1F2D71;
overflow: hidden;
}
section#deux_blocs > div.livraison > img {
position: absolute;
top: -10px;
left: 0;
right: 0;
margin: auto;
pointer-events: none;
opacity: 0.2;
}
section#deux_blocs > div.livraison .texte {
position: relative;
z-index: 2;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
section#deux_blocs > div.boutique .fond_blanc {
background: #FFFFFF;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 40px;
}
section#deux_blocs > div.boutique .fond_blanc > p:first-child, 
section#deux_blocs > div.livraison .texte > p:first-child {
margin: 0;
line-height: 1.05em;
}
section#deux_blocs > div.boutique .fond_blanc > p:last-child {
margin: 15px 0 0 0;
line-height: 1.2em;
}
section#deux_blocs > div.boutique > img {
width: 100%;
height: 350px;
object-fit: cover;
}
section#deux_blocs > div.livraison .texte > p:first-child {
margin: 0 0 30px 0;
}
section#deux_blocs > div.livraison .texte > p:last-child {
margin: 10px 0 0 0;
font-size: 16px;
}
body.single-product section#quelques_clics h2 {
margin-top: 0;
padding: 0 7.5vw;
}
body.woocommerce div.product div.summary {
padding-left: calc(50% - 570px);
}
body.woocommerce div.product div.images .flex-viewport {
height: auto !important;
width: 180px !important;
}
body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
width: 100% !important;
transform: none !important;
}
body.woocommerce div.product div.images > .woocommerce-product-gallery__wrapper {
width: 180px !important; }
body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
float: none !important;
width: auto !important;
}
body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div img {
width: auto;
}
body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div:not(:first-child) {
display: none !important;
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
opacity: 1;
width: auto;
max-width: 125px;
height: auto;
}
body.woocommerce div.product div.images .flex-control-thumbs > :first-child {
display: none;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
pointer-events: none;
width: auto;
margin: 0 auto;
}
.flex-viewport {
height: auto !important;
}
body.woocommerce div.product div.images .flex-control-thumbs {
margin-left: 110px;
display: flex;
flex-direction: column;
gap: 30px;
}
body.woocommerce div.product div.images .image_fond {
position: absolute;
z-index: -1;
top: 75px;
bottom: 90px;
left: 80px;
right: 0;
}
body.woocommerce div.product div.images .image_fond img {
width: 100%;
height: 100%;
object-fit: cover;
}
body.single-product.woocommerce span.onsale {
display: none;
}
body:not(.home) #wrapperInner div.product div.summary p.type_vin {
letter-spacing: 0;
font-size: 18px;
color: #1F2D71;
margin-bottom: 25px;
}
body.woocommerce div.product div.summary .product-description h2 {
font-size: 24px;
margin: 20px 0 0 0;
}
body.woocommerce #wrapperInner div.product div.summary p.price {
color: #000000;
margin: 40px 0 30px 0;
}
body.woocommerce #wrapperInner div.product div.summary p.price span.woocommerce-Price-amount {
font-size: 30px;
font-weight: 700;
margin-left: 10px;
color: #C3A50B;
letter-spacing: 0;
}
body.woocommerce #wrapperInner div.product div.summary p.price del {
position: relative;
opacity: 1;
}
body.woocommerce #wrapperInner div.product div.summary p.price del:before {
content: '';
height: 3px;
background: #1F2D71;
position: absolute;
left: 5px;
right: 0;
top: 12px;
transform: rotate(-10deg);
}
body.woocommerce #wrapperInner div.product div.summary p.price del > span {
opacity: 0.5;
}
body.woocommerce div.product div.summary form.cart button.single_add_to_cart_button {
padding: 20px 28px;
margin-left: 30px;
}
body.woocommerce div.product div.summary form.cart .quantity,
.woocommerce-cart table.cart td.product-quantity .quantity {
height: 53px;
margin: 0;
display: flex;
}
body.woocommerce div.product div.summary form.cart .quantity button,
.woocommerce-cart table.cart td.product-quantity .quantity button {
height: 100%;
width: 45px;
appearance: none;
border-radius: 0;
background: #FFFFFF;
box-sizing: border-box;
border: 1px solid #EAEAEA;
color: #1F2D71;
font-size: 24px;
line-height: 1;
cursor: pointer;
transition: 0.2s;
}
body.woocommerce div.product div.summary form.cart .quantity button:hover,
.woocommerce-cart table.cart td.product-quantity .quantity button:hover {
background: #f4f4f4;
}
body.woocommerce div.product div.summary form.cart .quantity input,
.woocommerce-cart table.cart td.product-quantity .quantity input {
width: 50px;
padding: 0;
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #EAEAEA;
font-size: 24px;
font-weight: 500;
font-family: 'Raleway';
line-height: 1;
color: #1F2D71;
outline: none;
}
body.woocommerce div.product div.summary a.fiche_pdf {
background: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/images/ic-telecharger.svg) no-repeat center left 23px;
border: 1px solid #C3A50B;
color: #1F2D71;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.1em;
padding: 26px 30px 24px 74px;
margin-top: 15px
}
body.woocommerce div.product div.summary a.fiche_pdf:hover {
background: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/images/ic-telecharger.svg) no-repeat center left 23px, #1F2D71;
color: #FFFFFF;
}
body:not(.home).single-product #wrapper ul.woocommerce-error {
margin-bottom: 55px;
}
body:not(.home) #wrapperInner p.out-of-stock {
font-size: 20px;
font-weight: 700;
}
body div h2.wc-block-mini-cart__title {
margin: 21px 30px -30px;
font-size: 26px;
color: #C3A50B;
font-family: 'Abhaya Libre';
}
body .wc-block-components-drawer__close {
top: 25px;
right: 25px;
}
body .wc-block-mini-cart__items table td.wc-block-cart-item__image img {
max-height: 108px;
object-fit: contain;
}
body .wc-block-components-drawer .wc-block-components-totals-item__description {
display: block !important;
margin-top: 10px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
outline: none !important;
box-shadow: none !important;
}
td.wc-block-cart-item__product {
font-size: 15px;
}
body .wc-block-mini-cart__footer .wc-block-components-formatted-money-amount {
font-size: 20px;
color: #C3A50B;
}
body .wc-block-mini-cart__footer-actions a {
padding: 5px;
}
body .wc-block-mini-cart__footer-actions a.wc-block-mini-cart__footer-checkout:hover {
background: #1F2D71;
}
body .wc-block-mini-cart__drawer .wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper a {
min-height: initial;
}
body:not(.home) #wrapper ul.products {
width: 90%;
max-width: 1140px;
margin: 0 auto;
}
body:not(.home).woocommerce #wrapper ul.products {
margin-bottom: -70px;
}
body.woocommerce-cart table.cart img {
width: auto;
height: 70px;
}
@media (min-width: 1251px) {
body.woocommerce-cart header #headerBoxes,
body.woocommerce-checkout header #headerBoxes {
right: -28px;
}
body.woocommerce-cart header.scrolled #headerBoxes, 
body.woocommerce-checkout header.scrolled #headerBoxes {
right: -13px;
}
body.woocommerce-cart header.scrolled #nested,
body.woocommerce-checkout header.scrolled #nested {
right: 200px;
}
}
.wc-proceed-to-checkout a {
transition: 0.3s;
border-radius: 0px !important;
background: #C3A50B !important;
}
.wc-proceed-to-checkout a:hover {
background: #1F2D71 !important;
box-shadow: 0 0 10px rgba(0,0,0,0.2) !important;
}
div .woocommerce table.shop_table {
border-radius: 0;
}
body.woocommerce-cart table.cart td.product-name a {
text-decoration: none;
font-weight: 600;
}
.woocommerce table.shop_table td.product-subtotal {
font-weight: 600;
}
.woocommerce-cart table.cart td.product-quantity .quantity input {
font-size: 16px;
width: 35px;
}
.woocommerce-cart table.cart td.product-quantity .quantity {
height: 35px;
}
.woocommerce-cart table.cart td.product-quantity .quantity button {
width: 35px;
font-size: 19px;
}
body.woocommerce-cart #wrapper input::-webkit-outer-spin-button,
body.woocommerce-cart #wrapper input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
body.woocommerce-cart #wrapper input[type=number] {
-moz-appearance: textfield;
}
div.woocommerce-info {
border-top-color: #1F2D71;
}
div.woocommerce-info::before {
color: #1F2D71;
}
body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register {
margin-top: 0;
border-radius: 0;
}
body.woocommerce-account div#customer_login > div > h2 {
margin-top: 0;
}
div .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
display: none;
}
body:not(.home) #wrapperInner p.woocommerce-LostPassword {
margin: -35px 0 0 0;
text-align: right;
font-size: 13px;
}
div #wrapperInner form.register .woocommerce-privacy-policy-text p {
font-size: 13px;
}
.woocommerce-Addresses header {
position: relative;
width: auto;
height: auto;
transition: 0s;
}
body.woocommerce-checkout #payment {
background: #EAEAEA;
border-radius: 0px;
}
body.woocommerce-checkout #payment ul.payment_methods,
body.woocommerce-checkout #payment div.form-row {
padding: 25px;
}
body.woocommerce-checkout #payment div.payment_box::before {
border-bottom-color: #d9d9d9;
}
body.woocommerce-checkout #payment div.payment_box {
background-color: #d9d9d9;
}
body.woocommerce-order-received div ul.order_details li strong {
font-size: 17px;
}
body:not(.home).woocommerce-order-received #wrapperInner address > p:last-child,
body:not(.home) #wrapperInner .woocommerce-customer-details address > p:last-child {
margin-bottom: 0;
}
body:not(.home).woocommerce-order-received #wrapperInner address,
div .woocommerce .woocommerce-customer-details address {
padding: 20px;
border-right-width: 1px;
border-bottom-width: 1px;
border-radius: 0;
}
body p.woocommerce-store-notice.demo_store {
top: auto;
bottom: 0;
position: fixed;
padding: 20px;
box-sizing: border-box;
padding-left: calc(50% - 570px);
padding-right: calc(50% - 570px);
background: #C3A50B;
}
.wp-block-woocommerce-filled-mini-cart-contents-block > .wc-block-components-notices,
body.post-type-archive-product div#contentsInner > .woocommerce-notices-wrapper,
body.tax-product_cat div#contentsInner > .woocommerce-notices-wrapper {
display: none;
}
a.shipping-calculator-button {
font-size: 15px;
}
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
padding: 10px;
width: 79px;
}
html[lang="en-GB"] header #headerBoxes > div:nth-child(4) {
display: none !important;
}
@media (min-width: 1251px) {
html[lang="en-GB"] .cta_fixed > a {
width: 120px;
}
html[lang="en-GB"] header.scrolled #nested {
right: 40px;
}
html[lang="en-GB"] header.scrolled #headerBoxes {
gap: 40px;
}
} section#home_bandeau .inner h1 {
visibility: hidden;
}
.has-noir-color { color: #4B4B4B !important; }
.has-noir-background-color { background-color: #4B4B4B !important; }
.has-blanc-color { color: #FFFFFF !important; }
.has-blanc-background-color { background-color: #FFFFFF !important; }
.has-gris-color { color: #EFEEEC !important; }
.has-gris-background-color { background-color: #EFEEEC !important; }
.has-or-color { color: #C3A50B !important; }
.has-or-background-color { background-color: #C3A50B !important; }
.has-bleu-color { color: #1F2D71 !important; }
.has-bleu-background-color { background-color: #1F2D71 !important; }
footer .sib-form {
padding: 0;
font-family: 'Raleway';
}
footer #sib-container {
padding: 0;
max-width: 310px;
}
footer form#sib-form > :first-child {
padding-top: 0 !important;
margin: 0 0 15px 0;
}
footer form#sib-form > div:last-of-type {
padding-bottom: 0 !important;
}
footer .sib-form-block {
padding-left: 0;
padding-right: 0;
}
footer .sib-form .progress-indicator__icon {
display: none !important;
}
footer #footerInner > div:nth-child(2) {
max-width: 275px;
}
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover a.wp-block-button__link {
padding-top: 0;
padding-left: 0;
padding-bottom: 0;
line-height: unset;
line-height: inherit;
}
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover .wp-block-button {
line-height: 150%;
margin: 0 0 10px 0;
}
body.page_vins_presentation .wp-block-column .wp-block-cover__inner-container .wp-block-buttons > div:nth-child(2) {
display: none;
}
body.post-type-archive-product .wp-block-column .wp-block-cover__inner-container .wp-block-buttons > div:nth-child(1) {
display: none;
}
@media (max-width: 1250px) {
section#vins > img,
section#edito > img {
display: none;
}
footer #signature {
padding-bottom: 120px;
}
header {
height: 90px;
}
header #logo {
top: 15px;
left: 30px;
}
header #logo a > img {
height: 60px;
}
header #headerBoxes,
header.scrolled #headerBoxes {
right: 100px;
top: 32px;
gap: 30px;
}
header #nested ul.firstLevel li ul li a {
font-size: 15px;
padding: 7px 0;
}
header.scrolled #nested ul.firstLevel > li > a {
color: #FFFFFF;
}
body:not(.menu_open) header.scrolled div #nested .contentSmart span {
background: #1F2D71;
}
section#home_bandeau .inner {
top: 0;
}
.cta_fixed {
top: auto;
bottom: 0;
right: auto;
left: 0;
transform: none;
flex-direction: row;
}
section#home_bandeau > svg {
display: none;
}
}
@media (max-width: 820px) {
section#home_bandeau .inner h1 {
font-size: 46px;
max-width: 560px;
}
}
@media (max-width: 610px) {
section#home_bandeau .inner h1 {
font-size: 38px;
max-width: 350px;
}
}
@media (max-width: 720px) {
header #headerBoxes > div:nth-child(1) {
display: none;
}
}
@media (max-width: 660px) {
header #headerBoxes > div.widget > a {
top: 0;
width: 30px;
display: block;
height: 30px;
overflow: hidden;
background: url(//www.domaineraphaelluneau.fr/wp-content/themes/domaine-rl/images/compte.svg) no-repeat center center;
text-indent: -9999px;
background-size: 18px;
filter: brightness(0) invert(1);
}
header #headerBoxes, header.scrolled #headerBoxes {
gap: 10px;
top: 30px;
}
header #headerBoxes li.lang-item a img {
margin-right: 15px;
}
header.scrolled #headerBoxes > div.widget > a {
filter: none;
}
}
@media (max-width: 560px) {
.cta_fixed {
right: 0;
gap: 0;
}
.cta_fixed > a,
.cta_fixed > a:nth-child(1),
.cta_fixed > a:nth-child(2) {
width: 50%;
border: none;
right: 0;
margin: 0;
height: auto;
padding: 15px;
}
.cta_fixed > a:after {
display: none;
}
.cta_fixed > a svg {
display: none;
}
.cta_fixed > a span {
text-align: center;
margin: 0 auto;
}
.cta_fixed > a:nth-child(2) span {
width: 115px;
}
section#home_bandeau {
height: 100svh;
}
header #logo {
top: 90px;
right: 0;
left: 0;
display: flex;
justify-content: center;
width: 100%;
}
header #headerBoxes {
right: auto;
left: 30px;
}
header.scrolled #headerBoxes {
left: 100%;
margin-left: -210px;
top: 17px;
}
body.menu_open header #nested .firstLevel:after {
bottom: 60px;
}
header #nested .firstLevel {
padding-bottom: 110px;
}
header #logo a > img {
width: 264px;
object-fit: cover;
object-position: left center;
}
header.scrolled #logo a > img {
width: 30px;
height: 40px;
}
header.scrolled #logo {
top: 13px;
right: 100%;
margin-left: 20px;
width: 30px;
}
body.home header {
height: 165px;
}
header.scrolled,
body.home header.scrolled {
height: 64px;
}
header.scrolled div #nested {
top: 12px;
}
footer #signature {
padding-bottom: 85px;
}
}
@media (max-width: 1140px) {
footer #footerInner {
flex-direction: column;
gap: 55px;
align-items: center;
text-align: center;
}
footer .wp-block-group__inner-container > :first-child, footer .brevo_titre {
margin-bottom: 15px;
}
footer .wp-block-group {
justify-content: center;
}
footer form#sib-form > :first-child {
text-align: center;
margin-bottom: 7px;
}
body.home h2:not(.wc-block-mini-cart__title),
section#nous_trouver > div.fond_bleu > p:first-child,
section#deux_blocs > div.boutique .fond_blanc > p:first-child,
section#deux_blocs > div.livraison .texte > p:first-child {
font-size: 34px;
}
section#edito .container > div.droite p,
section#oenotourisme .container > p,
section#quelques_clics .container > div p,
footer .wp-block-group__inner-container p {
font-size: 16px;
}
section#edito .container > div.droite > :first-child, section#actus .flex > .cate span.h3_like {
font-size: 28px;
}
section#oenotourisme .container .flex > div .texte > p:first-child, body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover .wp-block-cover__inner-container > h2:first-child {
font-size: 24px;
}
section#vins .tabs > div {
font-size: 20px;
}
body:not(.home) h2 {
font-size: 32px;
}
body:not(.home) h1 {
font-size: 44px;
}
}
@media (max-width: 700px) {
section#nous_trouver {
flex-direction: column;
}
section#nous_trouver > div {
width: 100%;
}
section#nous_trouver > div img {
height: 65vw;
object-fit: cover;
}
section#nous_trouver > div.fond_bleu {
gap: 15px;
padding: 35px 0;
}
}
@media (max-width: 1210px) {
body p.woocommerce-store-notice.demo_store {
padding-left: 5%;
padding-right: 5%;
}
}
@media (max-width: 1030px) {
section#actus .flex {
flex-direction: column;
gap: 50px;
}
section#actus .flex > .cate .news {
min-height: 0;
height: auto;
text-align: center;
padding: 35px;
margin-top: 15px;
}
section#actus .flex > .cate .news a {
left: 0;
bottom: 0;
position: relative;
margin-top: 18px;
}
}
@media (max-width: 810px) {
body.home h2:not(.wc-block-mini-cart__title) span:after,
body.home h2:not(.wc-block-mini-cart__title) span:before {
display: none;
}
}
@media (max-width: 900px) {
section#quelques_clics .container > div:nth-child(2),
section#quelques_clics .container > div:nth-child(4) {
margin-top: 0;
}
section#quelques_clics .container > div {
width: 100%;
height: auto;
}
section#quelques_clics .container {
flex-direction: column;
gap: 65px;
}
section#quelques_clics .container:before {
bottom: 0;
width: 1px;
height: 100%;
left: 0;
right: 0;
margin: auto;
}
section#quelques_clics .container > div > span {
font-size: 70px;
top: -35px;
}
section#oenotourisme .container .flex {
flex-direction: column;
gap: 35px;
}
section#oenotourisme .container .flex > div,
body:not(.home) #wrapperInner .wp-block-column > .wp-block-cover {
width: 100%;
height: 80vw;
min-height: 0px !important;
}
section#edito .container {
flex-direction: column-reverse;
gap: 50px;
}
section#edito .container > div {
width: 100%;
}
section#vins .tabs > div.active:after {
display: none;
}
section#vins .tabs > div {
width: auto;
word-spacing: 0;
font-size: 18px;
padding: 15px 20px;
}
section#vins .tabs {
white-space: nowrap;
overflow-x: scroll;
}
section#vins .tabs > div.active {
color: #C3A50B;
}
section#vins .contenus > div.vins .shortProduct {
width: 46%;
margin: 0 2%;
}
section#vins .contenus > div.vins.active {
margin: 0 -2%;
}
section#vins .contenus > div.vins .shortProduct .nom_vin {
max-width: 165px;
margin: 30px auto;
}
}
@media (max-width: 1250px) {
body:not(.home):not(.menu_open) header div #nested .contentSmart span {
background: #1F2D71;
}
body:not(.home) #chapterPicture {
padding-top: 90px;
}
body:not(.home) #chapterPicture .title_and_bc {
top: 90px;
}
body:not(.home) header #nested .firstLevel li a {
color: #FFFFFF;
}
body:not(.home) header #headerBoxes > div.widget > a {
filter: none;
}
}
@media (max-width: 560px) {
body:not(.home) #headerBoxes {
left: 100%;
margin-left: -210px;
}
body:not(.home) header #logo {
top: 15px;
width: auto;
left: 25px;
right: auto;
margin: 0;
}
body:not(.home) header #logo a > img {
width: 42px;
}
body:not(.home) header.scrolled #logo a > img {
width: 30px;
}
body:not(.home) header.scrolled #logo {
top: 13px;
}
}
@media (max-width: 1270px) {
body.woocommerce div.product div.summary {
padding-left: 5%;
}
}
@media (max-width: 950px) {
section#deux_blocs {
flex-direction: column;
gap: 50px;
}
section#deux_blocs > div {
width: 100%;
}
section#deux_blocs > div.livraison {
padding: 50px;
}
}
@media (max-width: 1220px) {
body.woocommerce div.product div.images {
padding-left: 125px;
}
body.woocommerce div.product div.images .flex-control-thumbs {
margin-left: 70px;
}
}
@media (max-width: 1090px) {
body.woocommerce div.product div.summary {
width: 465px;
}
body.woocommerce div.product div.images .image_fond {
left: 0;
}
body.woocommerce div.product div.images .flex-viewport {
width: 150px !important;
}
body.woocommerce div.product div.images {
padding-left: 55px;
width: calc(100% - 500px);
}
}
@media (max-width: 940px) {
body.woocommerce div.product div.images .flex-control-thumbs {
margin-left: 50px;
}
}
@media (max-width: 920px) {
body.woocommerce div.product div.images .image_fond {
display: none;
}
body.woocommerce div.product div.images {
padding-left: 0;
justify-content: center;
flex-wrap: wrap;
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
max-width: 105px;
}
body.woocommerce div.product div.images .flex-control-thumbs li {
float: none;
margin: 0;
}
body.woocommerce div.product div.images .flex-control-thumbs {
margin: 40px 0 0 0;
width: 100%;
flex-direction: row;
justify-content: center;
gap: 20px;
}
body.woocommerce div.product div.images .flex-viewport {
width: 110px !important;
}
}
@media (max-width: 800px) {
body.woocommerce div.product {
flex-direction: column;
}
body.woocommerce div.product div.summary {
width: 90%;
padding: 0;
margin: 0 auto 50px;
}
body.woocommerce div.product div.images {
width: 90%;
margin: 0 auto;
}
}
@media (max-width: 1100px) {
body.woocommerce-account #wrapper .woocommerce-Address {
float: none;
width: auto;
margin: 0 0 25px 0;
}
} @media (max-width: 782px) {
div #wrapper .wc-block-cart .wc-block-cart__submit a {
margin-top: 0;
}
}
@media (max-width: 768px) {
nav.woocommerce-MyAccount-navigation {
margin-bottom: 30px;
position: relative;
}
nav.woocommerce-MyAccount-navigation ul {
margin: 0;
display: flex;
white-space: nowrap;
overflow-x: scroll;
border-bottom: 1px solid #E3E3E3;
position: relative;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
background: #F3F3F3;
color: #000000 !important;
border-right: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
border-top: none;
border-right: 1px solid #E3E3E3;
padding: 12px 15px;
}
nav.woocommerce-MyAccount-navigation ul > li:last-child a {
border-right: none;
}
body:not(.home) #wrapperInner nav.woocommerce-MyAccount-navigation li a:hover {
color: #000000;
}
body.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
div .woocommerce table.my_account_orders td,
div .woocommerce table.my_account_orders th {
padding: 12px;
}
body.woocommerce-account .woocommerce-MyAccount-content .u-column2.col-2.woocommerce-Address {
margin-top: 35px;
}
nav.woocommerce-MyAccount-navigation ul > li:last-child {
margin-right: 8px;
}
nav.woocommerce-MyAccount-navigation:after {
content: '';
width: 25px;
height: 100%;
background: linear-gradient(270deg, #FFFFFF, transparent);
position: absolute;
right: 0;
top: 0;
pointer-events: none;
z-index: 20;
}
body.woocommerce-account .u-column2.col-2 {
margin-top: 60px;
}
div .wc-block-components-radio-control .wc-block-components-radio-control__input {
left: 0;
}
}
@media (max-width: 1250px) {
body.woocommerce-cart header #headerBoxes,
body.woocommerce-cart header.scrolled #headerBoxes,
body.woocommerce-checkout header #headerBoxes,
body.woocommerce-checkout header.scrolled #headerBoxes {
right: 30px; }
}
@media (max-width: 1450px) {
body:not(.home).woocommerce-checkout #chapterPicture .title_and_bc h1 {
font-size: 44px;
}
}
@media (min-width: 1050px) {
body:not(.home).page-id-1476 #chapterPicture .title_and_bc h1 {
font-size: 46px; }
}
header #headerBoxes > div:nth-child(4) > .wc-block-mini-cart > .wc-block-components-drawer__screen-overlay {
display: none;
}
@media (max-width: 660px) {
body.woocommerce-cart header #headerBoxes,
body.woocommerce-cart header.scrolled #headerBoxes,
body.woocommerce-checkout header #headerBoxes,
body.woocommerce-checkout header.scrolled #headerBoxes {
right: 45px;
}
}
@media (max-width: 560px) {
body.woocommerce-cart header #headerBoxes,
body.woocommerce-cart header.scrolled #headerBoxes,
body.woocommerce-checkout header #headerBoxes,
body.woocommerce-checkout header.scrolled #headerBoxes {
margin-left: -175px;
}
html[lang="en-GB"] .cta_fixed > a {
width: 100%;
}
html[lang="en-GB"] .cta_fixed > a span {
width: auto;
}
}
@media (max-width: 500px) {
body.single-product .woocommerce div.product p.price ins span.amount, 
body.single-product .woocommerce div.product p.price > span.amount {
font-size: 26px;
font-weight: 600;
}
.widget_breadcrumb {
font-size: 11px;
}
body.single-product .woocommerce .quantity .qty {
width: 50px;
font-size: 18px;
height: 39px;
}
div .woocommerce ul.products[class*=columns-] li.product, 
div .woocommerce-page ul.products[class*=columns-] li.product {
margin-bottom: 50px;
}
body.single-product .woocommerce-message {
margin-bottom: 40px;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
font-size: 18px;
margin-top: 30px;
}
.woocommerce table.shop_table td.product-remove {
position: relative;
}
div .woocommerce a.remove {
position: absolute;
right: 10px;
top: 8px;
}
.woocommerce table.shop_table td.product-remove:before {
content: 'Enlever ce produit du panier';
display: block !important;
font-weight: 400;
float: none;
text-align: left;
}
body.woocommerce-cart table.shop_table > tbody > tr.cart_item {
border-bottom: 20px solid #FFFFFF;
}
div .woocommerce table.shop_table {
border-left: none;
border-right: none;
}
body.woocommerce-cart table.shop_table > tbody > tr.cart_item > td:not(:last-child) {
border-bottom: none;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color: #F3F3F3;
}
body.woocommerce-cart table.shop_table tr:nth-child(1n) .quantity .qty {
background: #efefef;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
margin-right: 0;
width: 48%;
height: 47px;
}
body:not(.home) #wrapperInner p.woocommerce-shipping-destination {
line-height: 1.4em;
}
p#account_password_field label, 
p#account_password_ver_field label {
line-height: 1.3em;
margin-bottom: 8px;
}
body:not(.home) #wrapper ul#shipping_method li, 
body:not(.home) #wrapperInner table.shop_table p {
font-size: 14px;
}
body:not(.home) #wrapperInner .payment_box.payment_method_cheque p,
body:not(.home) #wrapperInner .woocommerce-privacy-policy-text p {
line-height: 1.35em;
}
body:not(.home) #wrapperInner p.form-row.validate-required, 
body:not(.home) #wrapperInner p.form-row.validate-required label {
line-height: 1.4em;
}
body:not(.home) #wrapperInner p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
font-size: 22px;
line-height: 1.3em;
max-width: 260px;
margin: 0 auto 40px;
}
body:not(.home) #wrapper ul.order_details {
margin-bottom: 20px;
}
#container {
margin-bottom: 65px;
}
div .woocommerce div.product form.cart .variations select {
margin: 0 0 0 15px;
font-size: 16px;
}
.woocommerce div.product form.cart .reset_variations {
display: none !important;
}
body table.variations tbody tr th,
body table.variations tbody tr td {
display: block;
}
.woocommerce div.product form.cart .variations tbody > tr th {
padding: 12px 15px;
}
div .woocommerce div.product form.cart .variations select {
width: 100%;
margin: 0;
}
div .woocommerce form .form-row label {
line-height: 1.8em;
}
body.woocommerce ul.products {
margin-bottom: -50px;
}
body.woocommerce ul.products {
margin-left: -2.5%;
margin-right: -2.5%;
}
div h2.wc-block-mini-cart__title {
font-size: 20px;
}
div .woocommerce ul.products li.product {
padding-bottom: 78px;
}
div .woocommerce ul.products li.product.outofstock {
padding-bottom: 64px;
}
div .wc-block-mini-cart__footer {
padding-bottom: 20px !important;
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
display: block !important;
transform: scale(0.7);
}
body.woocommerce-account tbody > .woocommerce-orders-table__row:not(:last-child) {
margin-bottom: 30px;
}
div.woocommerce-Addresses > div:not(:last-child) {
margin-bottom: 20px;
}
} @media (max-width: 500px) {
body.single-product .woocommerce-notices-wrapper,
body:not(.home) #wrapperInner div#text > *:not(.wp-block-cover):not(.wp-block-group), 
body:not(.home) #wrapperInner div#text > figure, 
body:not(.home) #wrapperInner div#text > ul, 
body:not(.home) #wrapperInner div#text > .wp-block-group > .wp-block-group__inner-container, 
body:not(.home) #wrapperInner div#text > p, 
body.single-post #wrapperInner .pager,
section#edito .container,
section#oenotourisme .container,
section#vins > .container,
section#quelques_clics .container,
section#actus,
body.woocommerce div.product div.summary,
section#deux_blocs,
body:not(.home) div .wp-block-cover .wp-block-cover__inner-container,
.widget_breadcrumb {
width: 88%;
}
section#edito .container > div.droite p,
section#oenotourisme .container > p,
section#quelques_clics .container > div p,
footer .wp-block-group__inner-container p,
section#nous_trouver > div.fond_bleu p {
font-size: 15px;
}
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
display: block !important;
transform: scale(0.7);
}
header div #nested .contentSmart span {
width: 22px;
}
header div #nested .contentSmart > span:nth-child(2) {
margin: 5px 0px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(3) {
top: -6px;
}
body.menu_open header div #nested .contentSmart > span:nth-child(1) {
top: 8px;
}
header #nested ul.firstLevel > li {
max-width: 90vw;
padding-left: 15px;
}
header #nested ul.firstLevel li a {
font-size: 16px;
}
header #nested ul.firstLevel > li.menu-item-has-children > a:after {
right: -5px;
top: 7px;
}
body {
font-size: 15px;
}
body:not(.home) #chapterPicture .title_and_bc h1,
body:not(.home).woocommerce-checkout #chapterPicture .title_and_bc h1 {
font-size: 30px;
}
body:not(.home) #chapterPicture .widget_breadcrumb {
font-size: 12px;
}
body:not(.home):not(.page_404) #chapterPicture .title_and_bc {
padding: 30px 6%;
}
body:not(.home) #wrapperInner {
padding-top: 45px;
}
.wp-block-spacer {
max-height: 50px;
}
body:not(.home) #wrapperInner p + .wp-block-spacer {
margin-top: -15px;
}
#container {
margin: 0px 0px 60px 0px;
}
body:not(.home) h3 {
font-size: 18px;
margin-bottom: 10px;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure {
width: 48% !important;
margin: 0 4% 4% 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(2),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(4),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(6),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(8),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(10),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(12),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(14),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(16),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(18),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(20),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(22),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(24),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(26),
body:not(.home) #wrapperInner figure.wp-block-gallery > figure:nth-child(28) {
margin-right: 0 !important;
}
body:not(.home) #wrapperInner figure.wp-block-gallery > figure img {
height: 30vw !important;
}
.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--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;
}
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-5,
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-4,
body:not(.home) #wrapperInner figure.wp-block-gallery.masonry-display.columns-3 {
columns: 2;
}
div div.wpforms-container-full .wpforms-form .wpforms-one-half {
width: 100%;
margin-left: 0;
}
div div.wpforms-container-full .wpforms-form .wpforms-submit-container {
margin: 5px 0 0 0;
text-align: center;
}
body p.woocommerce-store-notice.demo_store,
section#quelques_clics h2 {
padding-left: 6%;
padding-right: 6%;
}
header #headerBoxes li.lang-item a img {
margin-right: 10px;
}
header div #nested,
header.scrolled div #nested {
right: 20px;
}
header.scrolled #headerBoxes {
margin-left: -200px;
}
section#edito h2 {
padding: 0 6%;
}
body.home h2:not(.wc-block-mini-cart__title),
section#nous_trouver > div.fond_bleu > p:first-child,
section#deux_blocs > div.boutique .fond_blanc > p:first-child,
section#deux_blocs > div.livraison .texte > p:first-child {
font-size: 30px;
text-align: left;
text-indent: 0;
}
section#edito {
padding: 65px 0;
}
section#edito .container > div ul {
flex-wrap: wrap;
justify-content: center;
}
section#edito .container > div.droite > :first-child {
margin-bottom: 15px;
}
section#edito .container {
margin-top: 25px;
}
section#oenotourisme .container .flex {
gap: 6vw;
margin-top: 20px;
}
section#oenotourisme {
padding: 60px 0;
margin-bottom: 65px;
}
section#nous_trouver > div.fond_bleu > p:first-child {
text-align: center;
text-indent: 0.25em;
}
section#vins .tabs > div:nth-child(1) {
padding-left: 0;
}
section#vins .tabs > div:last-child {
padding-right: 0;
}
section#vins .tabs::-webkit-scrollbar {display:none;}
section#vins .tabs {
margin-top: 15px;
}
section#vins .contenus > div.vins .shortProduct img {
height: 220px;
}
section#vins .contenus > div.vins .shortProduct .nom_vin strong {
font-size: 16px;
}
section#vins .contenus > div.vins .shortProduct .nom_vin {
max-width: 150px;
margin: 25px auto 18px;
}
body.page_404 article a, body:not(.home) #wrapperInner a.wp-block-button__link, body:not(.home) #wrapperInner .bouton-classique a.wp-block-button__link, section.newsContainer .droite > a, footer .footer_adresse .wp-widget-group__inner-blocks > :nth-last-child(2) a, div .wc-block-mini-cart__shopping-button a, body.woocommerce #wrapperInner ul.products li.product a.button, body.single-product .woocommerce div.product form.cart button.single_add_to_cart_button, body.single-product .woocommerce-message a.button, div div.wpforms-container-full .wpforms-form input[type=submit], div div div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button, div .woocommerce #payment #place_order, section#vins .contenus > div.vins .shortProduct > a, body.woocommerce div.product div.summary form.cart button.single_add_to_cart_button, body.woocommerce div.product div.summary a.fiche_pdf, body .wc-block-mini-cart__footer-actions a, body .wc-block-mini-cart__drawer .wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper a, .pager.detail_actu > a, body:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, div .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, html :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, footer .sib-form-block__button {
transition: 0.15s;
padding: 13px 15px 12px 15px;
font-size: 11px;
}
section#vins {
margin-bottom: 65px;
}
section#quelques_clics {
padding: 60px 0;
margin-bottom: 65px;
}
section#quelques_clics .container:before {
display: none;
}
section#quelques_clics .container {
gap: 50px;
margin-top: 55px;
}
section#actus {
text-align: left;
}
section#actus .flex > .cate .news {
text-align: left;
padding: 30px;
}
section#actus .flex {
gap: 40px;
margin-top: 30px;
}
section#actus > a, section#actus .flex > .cate .news a, section#deux_blocs > div.boutique .fond_blanc > p:last-child a {
font-size: 13px;
}
section#actus {
margin-bottom: 60px;
}
footer #footerInner {
gap: 45px;
padding: 50px 0;
}
.wp-block-columns + .wp-block-spacer {
max-height: 35px;
}
section.newsContainer .gauche .chapoPicture.empty {
display: none;
}
section.newsContainer .gauche:has(.chapoPicture.empty) {
margin: 0;
}
body:not(.home) h2 {
font-size: 28px;
}
body.woocommerce .woocommerce-breadcrumb {
font-size: 12px;
width: 88%;
margin: -20px auto 35px;
}
body.single-product section#quelques_clics {
padding-bottom: 0;
}
section#deux_blocs > div.boutique .fond_blanc > p:first-child {
text-align: center;
}
section#deux_blocs > div.boutique .fond_blanc {
transform: none;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(255,255,255,0.8);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
section#deux_blocs {
gap: 6vw;
margin-top: 65px;
}
body.woocommerce div.product div.images .flex-control-thumbs li img {
max-width: 90px;
}
body.woocommerce div.product div.images .flex-viewport,
body.woocommerce div.product div.images > .woocommerce-product-gallery__wrapper {
width: 80px !important;
}
body:not(.home) h1 {
font-size: 32px;
}
body.single-product h1 {
margin-bottom: 5px;
}
body.woocommerce #wrapperInner div.product div.summary p.price span.woocommerce-Price-amount {
font-size: 22px;
margin-left: 5px;
}
body.woocommerce div.product div.summary form.cart .quantity,
.woocommerce-cart table.cart td.product-quantity .quantity {
height: 36px;
}
body.woocommerce div.product div.summary form.cart .quantity button,
.woocommerce-cart table.cart td.product-quantity .quantity button {
width: 36px;
}
body.woocommerce div.product div.summary form.cart .quantity input,
.woocommerce-cart table.cart td.product-quantity .quantity input {
font-size: 18px;
width: 36px;
line-height: 36px !important;
}
body.woocommerce div.product div.summary form.cart button.single_add_to_cart_button {
margin-left: 15px;
}
body.woocommerce div.product div.summary .product-description h2 {
font-size: 20px;
}
body.woocommerce div.product div.summary a.fiche_pdf {
padding-left: 35px;
background-size: 14px;
background-position: left 10px center;
}
body.woocommerce #wrapperInner div.product div.summary p.price {
margin: 25px 0 -5px 0;
}
body div h2.wc-block-mini-cart__title {
margin-top: 25px;
font-size: 22px;
}
body:not(.home) #wrapperInner p.woocommerce-LostPassword {
margin: 25px 0 0 0;
}
body:not(.home) #headerBoxes {
margin-left: -195px;
}
body.woocommerce-cart table.shop_table > tbody > tr.cart_item > td.product-quantity {
display: flex;
justify-content: space-between;
}
.woocommerce table.cart td.actions button.button {
line-height: 1.25em;
padding: 9px 20px 8px 20px;
font-size: 12px;
}
div .woocommerce #payment #place_order {
font-size: 15px;
padding: 20px 20px 18px 20px;
}
body.woocommerce-cart header #headerBoxes,
body.woocommerce-cart header.scrolled #headerBoxes,
body.woocommerce-checkout header #headerBoxes,
body.woocommerce-checkout header.scrolled #headerBoxes {
margin-left: -150px;
}
section#edito .container > div.droite > :first-child,
section#actus .flex > .cate span.h3_like {
font-size: 26px;
}
img.wp-image-2422 {
height: auto !important;
}
}
@media (max-width: 350px) {
body.woocommerce div.product form.cart div.quantity {
float: none;
}
body.woocommerce div.product div.summary form.cart button.single_add_to_cart_button {
margin: 20px 0 0 0;
}
}
@media (max-width: 360px) {
body.home h2:not(.wc-block-mini-cart__title) {
font-size: 28px;
letter-spacing: 0.18em;
}
}
@media (max-width: 1250px) {
html[lang="en-GB"] header #headerBoxes,
html[lang="en-GB"] header.scrolled #headerBoxes {
top: 36px;
}
}
@media (max-width: 500px) {
html[lang="en-GB"] header #headerBoxes,
html[lang="en-GB"] header.scrolled #headerBoxes {
top: 37px;
}
html[lang="en-GB"] header.scrolled #headerBoxes {
margin-left: -100px;
}
html[lang="en-GB"] header.scrolled #headerBoxes {
top: 24px;
}
html[lang="en-GB"] body:not(.home) #headerBoxes {
margin-left: -100px;
}
}