.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.footer-menu a {
color: #999999;
}
.footer-menu a:hover {
color: #999999 !important;
}
#footer-pilowa-wrapper {
width: 100%;
padding: 40px 20px;
}
#footer-pilowa {
max-width: 1200px;
margin: 0 auto;
}
.footer-menu {
columns: 4; column-gap: 40px;
list-style: none;
padding: 0;
margin: 0;
}
.footer-menu li {
break-inside: avoid; margin-bottom: 10px;
}
.footer-menu a {
text-decoration: none;
font-size: 14px;
display: block;
}
.footer-menu a:hover {
color: #0073aa;
} @media screen and (max-width: 768px) {
.footer-menu {
columns: 2;
}
} @media screen and (max-width: 480px) {
.footer-menu {
columns: 1;
}
}.pbk {
position: fixed;
inset: 0;
z-index: 2147483000;
display: flex;
align-items: flex-end;
justify-content: center;
pointer-events: none;
}
.pbk.pbk-cache { display: none; }
.pbk-fond {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, .55);
opacity: 0;
transition: opacity .25s ease;
pointer-events: none;
}
.pbk.pbk-ouvert .pbk-fond { opacity: 1; pointer-events: auto; }
.pbk-boite {
position: relative;
pointer-events: auto;
width: 100%;
max-width: 1180px;
margin: 0 16px 16px;
background: #262626;
border-top: 4px solid #8ab917;
box-shadow: 0 10px 40px rgba(0, 0, 0, .45);
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 1.55;
transform: translateY(24px);
opacity: 0;
animation: pbk-entree .35s ease forwards;
max-height: calc(100vh - 32px);
overflow-y: auto;
box-sizing: border-box;
}
@keyframes pbk-entree { to { transform: none; opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
.pbk-boite { animation: none; transform: none; opacity: 1; }
}
.pbk-principal,
.pbk-choix { padding: 26px 30px; } .pbk-boite, .pbk-boite * { min-width: 0; overflow-wrap: break-word; }
.pbk-titre {
font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
text-transform: uppercase;
font-size: 26px;
line-height: 1.1;
font-weight: 700;
letter-spacing: .02em;
margin: 0 0 10px;
color: #fff;
}
.pbk-texte {
margin: 0 0 18px;
max-width: 78ch;
color: #e6e6e6;
}
.pbk-lien {
color: #8ab917;
text-decoration: underline;
text-underline-offset: 2px;
}
.pbk-lien:hover, .pbk-lien:focus { color: #fff; } .pbk-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}
.pbk-btn {
font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
text-transform: uppercase;
font-size: 17px;
font-weight: 700;
letter-spacing: .03em;
line-height: 1;
padding: 14px 26px;
border: 2px solid transparent;
border-radius: 0;
cursor: pointer;
transition: background-color .2s ease, color .2s ease, border-color .2s ease;
-webkit-appearance: none;
appearance: none;
}
.pbk-btn:focus-visible { outline: 3px solid #8ab917; outline-offset: 3px; }
.pbk-btn-oui { background: #8ab917; color: #fff; border-color: #8ab917; }
.pbk-btn-oui:hover { background: #fff; color: #262626; border-color: #fff; }
.pbk-btn-non { background: transparent; color: #fff; border-color: #fff; }
.pbk-btn-non:hover { background: #fff; color: #262626; }
.pbk-btn-plus {
background: transparent;
color: #e6e6e6;
border-color: transparent;
text-decoration: underline;
text-underline-offset: 3px;
padding-left: 8px;
padding-right: 8px;
}
.pbk-btn-plus:hover { color: #8ab917; } .pbk-cat {
border-top: 1px solid #3d3d3d;
padding: 16px 0;
}
.pbk-cat:first-of-type { border-top: 0; padding-top: 4px; }
.pbk-cat-tete {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
.pbk-cat-nom {
font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
text-transform: uppercase;
font-size: 19px;
font-weight: 700;
letter-spacing: .02em;
color: #fff;
}
label.pbk-cat-nom { cursor: pointer; }
.pbk-toujours {
font-size: 13px;
text-transform: uppercase;
letter-spacing: .06em;
color: #8ab917;
white-space: nowrap;
}
.pbk-cat-texte { margin: 6px 0 0; color: #b9b9b9; font-size: 14px; max-width: 74ch; }
.pbk-choix .pbk-actions { margin-top: 20px; } .pbk-bascule { position: relative; flex: 0 0 auto; cursor: pointer; }
.pbk-bascule input {
position: absolute;
opacity: 0;
width: 100%;
height: 100%;
margin: 0;
cursor: pointer;
}
.pbk-piste {
display: block;
width: 52px;
height: 28px;
border-radius: 999px;
background: #4a4a4a;
transition: background-color .2s ease;
}
.pbk-pastille {
display: block;
width: 22px;
height: 22px;
margin: 3px;
border-radius: 50%;
background: #fff;
transition: transform .2s ease;
}
.pbk-bascule input:checked + .pbk-piste { background: #8ab917; }
.pbk-bascule input:checked + .pbk-piste .pbk-pastille { transform: translateX(24px); }
.pbk-bascule input:focus-visible + .pbk-piste { outline: 3px solid #8ab917; outline-offset: 3px; } html.pbk-attente #zenchef-sdk { display: none !important; } .pbk-bloque {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
min-height: 260px;
padding: 30px 24px;
background: #262626;
border: 1px solid #3d3d3d;
color: #e6e6e6;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
box-sizing: border-box;
}
.pbk-bloque p { margin: 0; max-width: 46ch; } .pbk-rouvrir {
background: none;
border: 0;
padding: 0;
color: inherit;
font: inherit;
text-decoration: underline;
cursor: pointer;
}
.pbk-rouvrir:hover { color: #8ab917; } @media (max-width: 900px) {
.pbk-principal, .pbk-choix { padding: 22px 24px; }
.pbk-titre { font-size: 24px; }
.pbk-boite { font-size: 14.5px; }
} @media (max-width: 600px) {
.pbk-boite {
margin: 0;
max-height: 92vh;
border-top-width: 3px;
}
.pbk-principal, .pbk-choix { padding: 20px 18px 22px; }
.pbk-titre { font-size: 22px; }
.pbk-texte { margin-bottom: 16px; max-width: none; }
.pbk-cat-texte { max-width: none; }
.pbk-actions { flex-direction: column; align-items: stretch; gap: 8px; }
.pbk-btn { width: 100%; padding: 15px 18px; font-size: 16px; }
.pbk-btn-plus { padding: 10px; }
.pbk-cat-tete { gap: 12px; }
.pbk-cat-nom { font-size: 17px; }
.pbk-bloque { min-height: 210px; padding: 24px 16px; }
}.stp_paginate{
margin:10px 0;
}
.stp_paginate a{
display: inline-block;
padding: 0px 9px;
margin-right: 1px;
border-radius: 3px;
border: solid 1px #c0c0c0;
background: #e9e9e9;
box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
font-size: .875em;
font-weight: bold;
text-decoration: none;
color: #717171;
text-shadow: 0px 1px 0px rgba(255,255,255, 1);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);	
}
.stp_paginate a:hover{
background: #fefefe;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.stp_paginate a.selected {
border: none;
background: #616161;
box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
color: #f0f0f0;
text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}