@charset "UTF-8";
.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;
}
.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;
}:root {
--color-1: #938380;
--color-2: #9C9C9D;
--color-3: #9EA3B5;
--color-dark: #5A545E;
--color-light: #EBEDF5;
--color-text: var(--color-dark);
--border-radius: 12px;
--ws-space: 15px;
}
@media (min-width: 992px) {
:root {
--ws-space: 30px;
}
}
h2:first-child,
h3:first-child,
p:first-child {
margin-top: 0;
}
ul:last-child,
ol:last-child,
p:last-child {
margin-bottom: 0;
} .d-none {
display: none !important;
}
@media (min-width: 992px) {
.d-md-none {
display: none !important;
}
.d-md-block {
display: block !important;
}
.d-md-flex {
display: flex !important;
}
}

:root {
--decadeTop: 0;
--menuHeight: auto;
--safe-margin: 15px;
}
@media (min-width: 992px) {
:root {
--menuHeight: 90px;
--safe-margin: 60px;
}
:root body.admin-bar {
--decadeTop: 32px;
}
}
:root body {
--ws-weather-primary-color: var(--color-1);
--ws-weather-primary-color-light: var(--color-1-hover);
--ws-weather-secondary-color: var(--color-3);
--ws-weather-tertiary-color: var(--wp--preset--color--white);
}
body {
--season: "summer";
--page-top: 0;
--square-size: 35px;
--color-1: var(--wp--preset--color--canard);
--color-1-hover: var(--wp--preset--color--canard-hover);
--color-3: var(--wp--preset--color--yellow);
--color-3-hover: var(--wp--preset--color--yellow-hover);
--color-4: var(--wp--preset--color--blue);
--color-4-hover: var(--wp--preset--color--blue-hover);
}
body.logged-in {
--page-top: 46;
}
@media (min-width: 783px) {
body.logged-in {
--page-top: 32;
}
}
::-webkit-scrollbar {
height: 10px;
width: 10px;
background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
background: rgba(126, 181, 75, 0.99);
border: solid 1px #FFFFFF;
border-radius: 6px;
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
::-webkit-scrollbar-thumb:hover {
background: #7EB54B;
}
::-webkit-scrollbar-thumb:active {
background: #7EB54B;
}
::-webkit-scrollbar-button:single-button {
display: block;
background-color: #FFFFFF;
height: 10px;
width: 10px;
background-position: 1px;
background-size: 8px;
background-repeat: no-repeat;
}
::-webkit-scrollbar-button:single-button:vertical:decrement {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="rgba(126, 181, 75, 0.99)"><polygon points="50,15 0,85 100,85"/></svg>');
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="#7EB54B"><polygon points="50,15 0,85 100,85"/></svg>');
}
::-webkit-scrollbar-button:single-button:vertical:decrement:active {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="#7EB54B"><polygon points="50,15 0,85 100,85"/></svg>');
}
::-webkit-scrollbar-button:single-button:vertical:increment {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="rgba(126, 181, 75, 0.99)"><polygon points="0,15 100,15 50,85 50"/></svg>');
}
::-webkit-scrollbar-button:single-button:vertical:increment:hover {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="#7EB54B"><polygon points="0,15 100,15 50,85 50"/></svg>');
}
::-webkit-scrollbar-button:single-button:vertical:increment:active {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="#7EB54B"><polygon points="0,15 100,15 50,85 50"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:decrement {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="rgba(126, 181, 75, 0.99)"><polygon points="15,50 85,100 85,0"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:decrement:hover {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="#7EB54B"><polygon points="15,50 85,100 85,0"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="#7EB54B"><polygon points="15,50 85,100 85,0"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:increment {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="rgba(126, 181, 75, 0.99)"><polygon points="15,0 15,100 85,50"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:increment:hover {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="#7EB54B"><polygon points="15,0 15,100 85,50"/></svg>');
}
::-webkit-scrollbar-button:single-button:horizontal:increment:active {
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="#7EB54B"><polygon points="15,0 15,100 85,50"/></svg>');
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-family: Montserrat, sans-serif;
line-height: 1.3;
font-size: 1rem;
font-weight: 400;
color: var(--wp--preset--color--dark);
}
body ::-ms-backdrop {
background-image: unset;
background: rgba(0, 0, 0, 0.8);
}
body ::backdrop {
background-image: unset;
background: rgba(0, 0, 0, 0.8);
}
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
a:focus {
outline: none;
}
a:where(:not(.wp-element-button)) {
color: var(--color-1);
font-weight: 700;
}
a:where(:not(.wp-element-button)):hover, a:where(:not(.wp-element-button)):focus {
text-decoration: underline;
}
iframe {
display: block;
}
button,
input,
select,
textarea {
font-family: Montserrat, sans-serif;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: none;
}
input,
select,
textarea {
max-width: none;
width: 100%;
}
input,
textarea {
font-size: 1rem;
border: solid 1px;
padding: 10px 18px;
color: var(--color-1);
}
details {
position: relative;
margin: 0;
padding: 0;
z-index: 0;
}
details > summary::-webkit-details-marker {
display: none;
}
details > .details-wrapper {
padding: 0 0 20px;
}
details p {
padding: 0;
}
details p:first-of-type {
margin-top: 0;
}
details p:last-child {
margin-bottom: 0;
}
details[open] > summary::after {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
summary {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
margin-bottom: 10px;
padding-top: 0.3em;
padding-bottom: 0.3em;
padding-right: 1.5em;
gap: 0.5em;
line-height: 1.2;
font-weight: bold;
font-size: 1.25rem;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
outline: none;
z-index: 1;
cursor: pointer;
}
@media (min-width: 992px) {
summary {
font-size: 1.375rem;
}
}
summary::after {
content: "";
display: block;
width: 0.9em;
height: 0.9em;
position: absolute;
inset: 0.5em 0.2em auto auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--chevron);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--chevron);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
background-color: currentcolor;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
summary .icon {
display: none;
}
summary p {
margin: 0;
padding: 0;
}
summary h2,
summary h3,
summary h4 {
margin-top: 0;
margin-bottom: 0;
}
summary.notitle > .summary, summary.nolabel > .summary {
display: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (min-width: 992px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
}
h1,
.h1 {
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
font-weight: 700;
margin-left: auto;
margin-right: auto;
font-size: 1.5rem;
line-height: 1;
z-index: 0;
}
@media (min-width: 768px) {
h1,
.h1 {
font-size: 1.625rem;
}
}
@media (min-width: 992px) {
h1,
.h1 {
font-size: 1.75rem;
}
}
@media (min-width: 1200px) {
h1,
.h1 {
font-size: 3.125rem;
}
}
@media (min-width: 1470px) {
h1,
.h1 {
font-size: 3.75rem;
}
}
h2,
.h2,
h3,
.h3,
h4,
.h4 {
margin-bottom: 0;
line-height: 1;
font-weight: 700;
}
h2 b,
h2 strong,
.h2 b,
.h2 strong,
h3 b,
h3 strong,
.h3 b,
.h3 strong,
h4 b,
h4 strong,
.h4 b,
.h4 strong {
color: var(--color-1);
font-family: Caveat, monospace;
font-weight: 400;
padding-left: 20%;
font-size: 1.3em;
line-height: 0.7;
margin-top: -0.1em;
}
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em {
text-transform: uppercase;
font-style: normal;
font-size: 1.25rem;
font-weight: 400;
color: var(--wp--preset--color--dark);
}
@media (min-width: 768px) {
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em {
font-size: 1.375rem;
}
}
@media (min-width: 992px) {
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em {
font-size: 1.5rem;
}
}
@media (min-width: 1200px) {
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em {
font-size: 1.625rem;
}
}
h2:has(em, b, strong),
.h2:has(em, b, strong),
h3:has(em, b, strong),
.h3:has(em, b, strong),
h4:has(em, b, strong),
.h4:has(em, b, strong) {
color: var(--color-1);
}
h2,
.h2 {
font-size: 2.25rem;
color: var(--color-1);
}
@media (min-width: 768px) {
h2,
.h2 {
font-size: 2.375rem;
}
}
@media (min-width: 992px) {
h2,
.h2 {
font-size: 2.625rem;
}
}
@media (min-width: 1200px) {
h2,
.h2 {
font-size: 2.875rem;
}
}
@media (min-width: 1470px) {
h2,
.h2 {
font-size: 3.125rem;
}
}
h3,
.h3 {
font-size: 1.375rem;
color: var(--color-1);
}
@media (min-width: 768px) {
h3,
.h3 {
font-size: 1.625rem;
}
}
@media (min-width: 992px) {
h3,
.h3 {
font-size: 2.125rem;
}
}
@media (min-width: 1200px) {
h3,
.h3 {
font-size: 2.5rem;
}
}
@media (min-width: 1470px) {
h3,
.h3 {
font-size: 2.875rem;
}
}
h4,
.h4 {
font-size: 1.25rem;
color: var(--color-1);
}
@media (min-width: 768px) {
h4,
.h4 {
font-size: 1.375rem;
}
}
@media (min-width: 992px) {
h4,
.h4 {
font-size: 1.5rem;
}
}
@media (min-width: 1200px) {
h4,
.h4 {
font-size: 1.625rem;
}
}
@media (min-width: 1470px) {
h4,
.h4 {
font-size: 1.875rem;
}
}
ul.wp-block-list,
ol.wp-block-list,
.faq-answer ul,
.faq-answer ol {
list-style-type: none;
padding: 0;
}
ul.wp-block-list > li,
ol.wp-block-list > li,
.faq-answer ul > li,
.faq-answer ol > li {
min-height: 16px;
position: relative;
margin-bottom: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
z-index: 0;
}
ul.wp-block-list > li ul.wp-block-list,
ul.wp-block-list > li ol.wp-block-list,
ol.wp-block-list > li ul.wp-block-list,
ol.wp-block-list > li ol.wp-block-list,
.faq-answer ul > li ul.wp-block-list,
.faq-answer ul > li ol.wp-block-list,
.faq-answer ol > li ul.wp-block-list,
.faq-answer ol > li ol.wp-block-list {
margin-top: 0.25em;
margin-bottom: -0.25em;
}
ul.wp-block-list > li,
.faq-answer ul > li {
padding-left: 1.8em;
}
ul.wp-block-list > li::before,
.faq-answer ul > li::before {
content: "";
display: block;
width: 1em;
height: 1em;
position: absolute;
inset: 0.65em auto auto 0;
background-color: var(--color-1);
border-radius: 4px;
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
z-index: 1;
}
ul.wp-block-list > li ul li::before,
.faq-answer ul > li ul li::before {
background-color: var(--color-1);
}
ol.wp-block-list,
.faq-answer ol {
counter-reset: numero;
}
ol.wp-block-list > li,
.faq-answer ol > li {
counter-increment: numero;
}
ol.wp-block-list > li::before, ol.wp-block-list > li::after,
.faq-answer ol > li::before,
.faq-answer ol > li::after {
content: "";
display: block;
pointer-events: none;
}
ol.wp-block-list > li::before,
.faq-answer ol > li::before {
content: counters(numero, ".") ". ";
display: inline;
position: static;
font-weight: 700;
font-family: Caveat, monospace;
font-size: 1.75em;
min-width: 1em;
line-height: 1em;
text-align: left;
color: var(--color-1);
vertical-align: baseline;
z-index: -1;
}
ol.wp-block-list > li .block-editor-rich-text__editable,
.faq-answer ol > li .block-editor-rich-text__editable {
display: inline;
}
ol.wp-block-list > li ol li::before,
.faq-answer ol > li ol li::before {
color: var(--color-1);
}
hr.wp-block-separator {
border: solid 1px var(--color-1);
}
.yoast-breadcrumbs {
margin-bottom: 0;
padding: 15px;
background: var(--wp--preset--color--light);
}
.yoast-breadcrumbs a {
text-decoration: none;
font-weight: 700;
color: var(--wp--preset--color--dark);
}
.yoast-breadcrumbs > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0;
gap: 5px;
}
@media (min-width: 992px) {
.yoast-breadcrumbs > span {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.yoast-breadcrumbs > span span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
}
.yoast-breadcrumbs > span span::before {
content: "";
display: block;
width: 5px;
height: 5px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
pointer-events: none;
position: relative;
top: 0;
margin-left: 2px;
}
.yoast-breadcrumbs > span span:first-child::before {
display: none;
}
@media (max-width: 767px) {
.yoast-breadcrumbs > span span {
display: none;
}
.yoast-breadcrumbs > span span:first-child:last-child, .yoast-breadcrumbs > span span:nth-last-child(2), .yoast-breadcrumbs > span span:nth-last-child(2):first-child::before {
display: block;
}
.yoast-breadcrumbs > span span:first-child:last-child, .yoast-breadcrumbs > span span:nth-last-child(2) {
position: relative;
}
.yoast-breadcrumbs > span span:first-child:last-child a, .yoast-breadcrumbs > span span:nth-last-child(2) a {
padding-left: 17px;
}
.yoast-breadcrumbs > span span:first-child:last-child::before, .yoast-breadcrumbs > span span:nth-last-child(2)::before {
position: absolute;
top: 7px;
left: 1px;
-webkit-transform: rotateY(-180deg) rotateZ(45deg);
transform: rotateY(-180deg) rotateZ(45deg);
}
}
@media (max-width: 767px) and (min-width: 992px) {
.yoast-breadcrumbs > span span:first-child:last-child::before, .yoast-breadcrumbs > span span:nth-last-child(2)::before {
top: 10px;
}
}
.leaflet-popup-content-wrapper {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
}
.leaflet-popup-tip {
background: var(--color-1);
}
.leaflet-popup-content {
margin: 0;
width: 220px;
}
.leaflet-popup-content .card .group-content .field-title {
font-size: 1rem;
}
.leaflet-popup-close-button {
display: none;
}
.editor-visual-editor__post-title-wrapper {
display: none;
}
main {
position: relative;
padding-bottom: 45px;
margin-top: 0 !important;
z-index: 0;
}
@media (min-width: 992px) {
main {
min-height: 400px;
}
}
main > .wp-block-group {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
html {
height: 100%;
}
.home {
height: 100%;
max-height: 100%;
}
.table-responsive {
overflow-x: auto;
}
body.map-fullscreen {
overflow: hidden;
}
body.map-fullscreen header {
position: relative;
z-index: 0;
}
body.map-fullscreen main {
position: relative;
z-index: 1;
}
body.page-id-4690 ul {
list-style-type: none;
padding: 0;
}
body.page-id-4690 ul > li {
min-height: 16px;
position: relative;
margin-bottom: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 1.8em;
z-index: 0;
}
body.page-id-4690 ul > li::before {
content: "";
display: block;
width: 1em;
height: 1em;
position: absolute;
inset: 0.65em auto auto 0;
background-color: var(--color-1);
border-radius: 4px;
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
z-index: 1;
}
body.page-id-4690 ul > li ul {
margin-top: 0.25em;
margin-bottom: -0.25em;
}
body.page-id-4690 ul > li ul li::before {
background-color: var(--color-1);
}
body.single-apidae h1, body.privacy-policy h1, body.error404 h1, body.search h1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
body.single-apidae h1.wp-block-query-title, body.single-apidae h1.wp-block-post-title, body.privacy-policy h1.wp-block-query-title, body.privacy-policy h1.wp-block-post-title, body.error404 h1.wp-block-query-title, body.error404 h1.wp-block-post-title, body.search h1.wp-block-query-title, body.search h1.wp-block-post-title {
width: auto;
max-width: unset;
min-height: 245px;
position: relative;
margin: 0 -15px !important;
padding: 80px;
color: var(--wp--preset--color--white);
text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
body.single-apidae h1.wp-block-query-title::before, body.single-apidae h1.wp-block-post-title::before, body.privacy-policy h1.wp-block-query-title::before, body.privacy-policy h1.wp-block-post-title::before, body.error404 h1.wp-block-query-title::before, body.error404 h1.wp-block-post-title::before, body.search h1.wp-block-query-title::before, body.search h1.wp-block-post-title::before {
content: "";
display: block;
position: absolute;
inset: 0;
pointer-events: none;
background: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/texture.png), var(--color-1-hover);
opacity: 0.5;
z-index: -1;
}
.has-tooltip {
position: relative;
}
.has-tooltip::after {
content: attr(data-title);
position: absolute;
bottom: calc(100% + 10px);
left: 50%;
min-width: 120px;
max-width: 220px;
padding: 6px 9px;
background: #000000;
border-radius: 6px;
opacity: 0;
pointer-events: none;
font-size: 14px;
color: #FFFFFF;
text-align: center;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
line-height: 1.2;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.has-tooltip:hover::after, .has-tooltip:focus::after {
opacity: 1;
}
.menu-principal {
width: 100% !important;
}
.menu-principal .menu-item {
font-weight: 500;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item {
padding: 0 5px;
}
}
@media (min-width: 1200px) {
.menu-principal .level-1 > .menu-item {
padding: 0 10px;
}
}
@media (min-width: 1470px) {
.menu-principal .level-1 > .menu-item {
padding: 0 15px;
}
}
.menu-principal .level-1 > .menu-item::before {
content: "";
display: block;
height: var(--menuHeight);
position: fixed;
inset: calc(var(--page-top) * 1px) 0 auto 0;
background-color: var(--wp--preset--color--white);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
opacity: 0;
-webkit-transition: opacity 0.4s 0.4s;
transition: opacity 0.4s 0.4s;
pointer-events: none;
z-index: -1;
}
.menu-principal .level-1 > .menu-item > .nav-link {
position: relative;
white-space: nowrap;
font-size: 1.125rem;
text-transform: none;
color: var(--wp--preset--color--dark);
font-weight: 700;
z-index: 1;
}
.menu-principal .level-1 > .menu-item > .nav-link:hover, .menu-principal .level-1 > .menu-item > .nav-link:focus {
color: var(--color-1);
background-color: unset;
text-decoration: none;
}
.menu-principal .level-1 > .menu-item .submenu {
background: unset;
}
.menu-principal .level-1 > .menu-item .submenu.level-2 {
display: block;
position: fixed;
pointer-events: none;
inset: 0;
-webkit-transition: -webkit-transform 0.8s;
transition: -webkit-transform 0.8s;
transition: transform 0.8s;
transition: transform 0.8s, -webkit-transform 0.8s;
-webkit-transform: translateX(100%);
transform: translateX(100%);
background-color: var(--wp--preset--color--white);
z-index: 2;
padding-top: calc(var(--menuHeight) + 30px);
padding-bottom: 15px;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 {
inset: calc(var(--page-top) * 1px) 0 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
overflow: hidden;
z-index: -2;
}
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2::before, .menu-principal .level-1 > .menu-item .submenu.level-2::after {
content: "";
display: block;
position: absolute;
pointer-events: none;
z-index: -1;
}
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2::before {
inset: 0 20% 0 0;
background: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo-menu.svg), url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo-menu-2.svg);
background-size: 25% auto, 50% auto;
background-position: top left, bottom right;
background-repeat: no-repeat;
}
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2::after {
inset: 0 0 0 80%;
background: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/texture.png), var(--color-4);
}
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
height: 100%;
position: relative;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
}
}
@media (min-width: 1470px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content {
gap: 20px;
}
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item {
width: auto;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item:not(:has(.card)) {
width: auto;
background-color: unset;
padding: 0;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item:not(:has(.card)) {
width: 550px;
}
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item.submenu-cards {
gap: 10px;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item.submenu-cards {
width: auto;
position: absolute;
inset: 0 0 0 550px;
}
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item.submenu-cards::after {
content: none;
display: none;
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link {
position: relative;
padding: 15px;
color: var(--wp--preset--color--dark);
font-size: 1.25rem;
}
@media (max-width: 991px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link {
padding: 7px 5px 7px 2em;
}
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
font-size: 1.375rem;
padding: 10px 2em 10px 15px;
}
}
@media (min-width: 1200px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link {
font-size: 1.5rem;
}
}
@media (min-width: 1470px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link {
font-size: 1.625rem;
padding: 15px 2em 15px 15px;
}
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link::before {
content: "";
display: block;
width: 1.2em;
height: 1.2em;
position: absolute;
inset: 0.3em auto auto 0.2em;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--footprint);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--footprint);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: currentcolor;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link::before {
width: 0.9em;
height: 0.9em;
inset: 0.9em 0.9em auto auto;
opacity: 0;
-webkit-transition: opacity 0.8s 0.2s;
transition: opacity 0.8s 0.2s;
}
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link::after {
content: "";
display: block;
width: 0.9em;
height: 0.9em;
position: absolute;
inset: 0.6em 0 auto auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--footprint);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--footprint);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: currentcolor;
opacity: 0;
-webkit-transition: opacity 0.8s 0.6s;
transition: opacity 0.8s 0.6s;
}
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link:hover {
color: var(--color-1);
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link:hover::before, .menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-content > .menu-item > .nav-link:hover::after {
opacity: 1;
}
.menu-principal .level-1 > .menu-item .submenu.level-2 .submenu-header {
margin-top: -15px;
margin-left: -15px;
margin-right: -15px;
}
.menu-principal .level-1 > .menu-item .submenu.level-3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: static;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: 100%;
pointer-events: all;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-3 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
overflow: hidden;
}
}
.menu-principal .level-1 > .menu-item .submenu.level-3 .submenu-header {
display: none;
width: 100%;
}
.menu-principal .level-1 > .menu-item .submenu.level-3 > .menu-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 50%;
max-width: 50vh;
padding: 15px;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-3 > .menu-item:nth-of-type(2) {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding-top: 100px;
}
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item .submenu.level-3 > .menu-item:nth-of-type(3) {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-bottom: 100px;
}
}
.menu-principal .level-1 > .menu-item .submenu.level-3 > .menu-item .item {
width: 100%;
}
.menu-principal .level-1 > .menu-item .submenu.level-3 > .menu-item .item .card {
width: 100%;
}
.menu-principal .level-1 > .menu-item.submenu-open::before {
opacity: 1;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
pointer-events: all;
}
.menu-principal .level-1 > .menu-item.submenu-open > .submenu {
-webkit-transform: translateX(0);
transform: translateX(0);
pointer-events: all;
-webkit-transition: -webkit-transform 0.8s 0.4s;
transition: -webkit-transform 0.8s 0.4s;
transition: transform 0.8s 0.4s;
transition: transform 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
}
@media (min-width: 992px) {
.menu-principal .level-1 > .menu-item.submenu-open > .submenu {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.menu-principal .card {
border-radius: 0;
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.menu-principal .card .group-media::before, .menu-principal .card .group-media::after {
content: "";
display: block;
position: absolute;
pointer-events: none;
z-index: 1;
}
.menu-principal .card .group-media::before {
inset: 0;
background: linear-gradient(222deg, transparent 50%, var(--color-1) 89%);
opacity: 0.8;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.menu-principal .card .group-media::after {
inset: 50% 0 0 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
background-color: var(--wp--preset--color--white);
clip-path: polygon(37.259% 42.354%, 0% 6.903%, 0% 100%, 100% 100%, 100% 0.122%, 37.259% 67.324%, 37.259% 42.354%);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.menu-principal .card .group-content {
position: absolute;
inset: auto 0 0 0;
padding: 15px;
color: var(--wp--preset--color--white);
}
.menu-principal .card .field-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: left;
min-height: 50px;
font-weight: 700;
color: var(--wp--preset--color--white);
font-size: 1.125rem;
text-transform: none;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.menu-principal .card .field-description {
display: none;
}
.menu-principal .card:hover .group-media::before {
-webkit-transform: translateY(-70px);
transform: translateY(-70px);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.menu-principal .card:hover .group-media::after {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.menu-principal .card:hover .field-title {
color: var(--color-1);
}
.menu-principal .has-submenu::after {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--arrow);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--arrow);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--color-1);
}
.menu-acces-rapides {
margin-top: 0 !important;
}
@media (min-width: 992px) {
.menu-acces-rapides {
height: 100%;
width: 100% !important;
}
}
.menu-acces-rapides ul,
.menu-acces-rapides menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
height: 100%;
}
@media (min-width: 992px) {
.menu-acces-rapides ul,
.menu-acces-rapides menu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 100%;
gap: 20px;
margin-left: -15px;
margin-right: -15px;
}
}
.menu-acces-rapides ul > .menu-item,
.menu-acces-rapides menu > .menu-item {
width: 100%;
position: relative;
z-index: 0;
}
@media (min-width: 992px) {
.menu-acces-rapides ul > .menu-item,
.menu-acces-rapides menu > .menu-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: auto;
padding: 0;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transform: translateX(100%);
transform: translateX(100%);
pointer-events: all;
}
}
.menu-acces-rapides ul > .menu-item .nav-link,
.menu-acces-rapides menu > .menu-item .nav-link {
font-weight: 400;
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-ski,
.menu-acces-rapides menu > .menu-item .nav-link.picto-ski {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--skiing);
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-ski::after,
.menu-acces-rapides menu > .menu-item .nav-link.picto-ski::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-sun,
.menu-acces-rapides menu > .menu-item .nav-link.picto-sun {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--sun);
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-sun::after,
.menu-acces-rapides menu > .menu-item .nav-link.picto-sun::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-black-sun,
.menu-acces-rapides menu > .menu-item .nav-link.picto-black-sun {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--sun);
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-black-sun::after,
.menu-acces-rapides menu > .menu-item .nav-link.picto-black-sun::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-webcam,
.menu-acces-rapides menu > .menu-item .nav-link.picto-webcam {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--webcam);
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-webcam::after,
.menu-acces-rapides menu > .menu-item .nav-link.picto-webcam::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-calendar,
.menu-acces-rapides menu > .menu-item .nav-link.picto-calendar {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--calendar);
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-calendar::after,
.menu-acces-rapides menu > .menu-item .nav-link.picto-calendar::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-bus,
.menu-acces-rapides menu > .menu-item .nav-link.picto-bus {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--bus);
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-bus::after,
.menu-acces-rapides menu > .menu-item .nav-link.picto-bus::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-activity,
.menu-acces-rapides menu > .menu-item .nav-link.picto-activity {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--activity-1b);
}
.menu-acces-rapides ul > .menu-item .nav-link.picto-activity::after,
.menu-acces-rapides menu > .menu-item .nav-link.picto-activity::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-acces-rapides ul > .menu-item .nav-link.cycling-challenge::after,
.menu-acces-rapides menu > .menu-item .nav-link.cycling-challenge::after {
width: 50px;
height: 50px;
right: -5px;
background-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/cyclo.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.menu-acces-rapides ul > .menu-item.menu-item-339 .nav-link, .menu-acces-rapides ul > .menu-item.menu-item-339-it .nav-link, .menu-acces-rapides ul > .menu-item.menu-item-339-en .nav-link,
.menu-acces-rapides menu > .menu-item.menu-item-339 .nav-link,
.menu-acces-rapides menu > .menu-item.menu-item-339-it .nav-link,
.menu-acces-rapides menu > .menu-item.menu-item-339-en .nav-link {
background-color: var(--color-1);
color: var(--wp--preset--color--black);
}
.menu-acces-rapides ul > .menu-item.menu-item-339 .nav-link::before, .menu-acces-rapides ul > .menu-item.menu-item-339-it .nav-link::before, .menu-acces-rapides ul > .menu-item.menu-item-339-en .nav-link::before,
.menu-acces-rapides menu > .menu-item.menu-item-339 .nav-link::before,
.menu-acces-rapides menu > .menu-item.menu-item-339-it .nav-link::before,
.menu-acces-rapides menu > .menu-item.menu-item-339-en .nav-link::before {
background-color: var(--color-1);
}
.menu-acces-rapides ul > .menu-item.menu-item-353, .menu-acces-rapides ul > .menu-item.menu-item-353-it, .menu-acces-rapides ul > .menu-item.menu-item-353-en,
.menu-acces-rapides menu > .menu-item.menu-item-353,
.menu-acces-rapides menu > .menu-item.menu-item-353-it,
.menu-acces-rapides menu > .menu-item.menu-item-353-en {
display: none;
}
@media (min-width: 992px) {
.menu-acces-rapides ul > .menu-item.menu-item-353, .menu-acces-rapides ul > .menu-item.menu-item-353-it, .menu-acces-rapides ul > .menu-item.menu-item-353-en,
.menu-acces-rapides menu > .menu-item.menu-item-353,
.menu-acces-rapides menu > .menu-item.menu-item-353-it,
.menu-acces-rapides menu > .menu-item.menu-item-353-en {
display: block;
}
}
@media (min-width: 992px) {
.menu-acces-rapides ul > .menu-item:hover, .menu-acces-rapides ul > .menu-item:focus,
.menu-acces-rapides menu > .menu-item:hover,
.menu-acces-rapides menu > .menu-item:focus {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@media (min-width: 992px) {
.menu-acces-rapides ul > .menu-item:hover .nav-link, .menu-acces-rapides ul > .menu-item:focus .nav-link,
.menu-acces-rapides menu > .menu-item:hover .nav-link,
.menu-acces-rapides menu > .menu-item:focus .nav-link {
background-color: var(--color-4);
}
}
@media (min-width: 992px) {
.menu-acces-rapides ul > .menu-item:hover .nav-link::before, .menu-acces-rapides ul > .menu-item:focus .nav-link::before,
.menu-acces-rapides menu > .menu-item:hover .nav-link::before,
.menu-acces-rapides menu > .menu-item:focus .nav-link::before {
background-color: var(--color-4);
}
}
.menu-acces-rapides ul .nav-link,
.menu-acces-rapides menu .nav-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
padding: 32px 5px 0;
color: var(--wp--preset--color--white);
font-size: 0.625rem;
text-transform: uppercase;
text-align: center;
text-wrap: balance;
white-space: nowrap;
z-index: 1;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
text-decoration: none;
}
@media (min-width: 768px) {
.menu-acces-rapides ul .nav-link,
.menu-acces-rapides menu .nav-link {
padding: 32px 15px 0 15px;
}
}
@media (min-width: 992px) {
.menu-acces-rapides ul .nav-link,
.menu-acces-rapides menu .nav-link {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 190px;
min-width: 190px;
background-color: var(--wp--preset--color--dark);
color: var(--wp--preset--color--white);
font-size: 1rem;
min-height: var(--square-size);
padding: 8px 45px 8px 8px;
white-space: normal;
text-align: right;
}
}
.menu-acces-rapides ul .nav-link::before, .menu-acces-rapides ul .nav-link::after,
.menu-acces-rapides menu .nav-link::before,
.menu-acces-rapides menu .nav-link::after {
content: "";
display: block;
position: absolute;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
@media (min-width: 992px) {
.menu-acces-rapides ul .nav-link::before,
.menu-acces-rapides menu .nav-link::before {
width: 40px;
inset: 0 -10px 0 auto;
background-color: var(--wp--preset--color--dark);
border-radius: 0 4px 0 0;
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
z-index: -1;
}
}
.menu-acces-rapides ul .nav-link::after,
.menu-acces-rapides menu .nav-link::after {
width: calc(var(--square-size) - 5px);
height: calc(var(--square-size) - 5px);
inset: 3px auto 0 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
@media (min-width: 992px) {
.menu-acces-rapides ul .nav-link::after,
.menu-acces-rapides menu .nav-link::after {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
inset: 50% 5px auto auto;
}
}
.menu-tools {
max-width: unset !important;
}
@media (min-width: 992px) {
.menu-tools {
width: 100%;
}
}
.menu-tools .menu-item .nav-link {
width: auto;
min-height: 45px;
height: 45px;
white-space: nowrap;
}
.menu-tools .menu-item .nav-link::before {
background: unset;
width: 30px;
height: 30px;
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools .menu-item .nav-link.link-search::before {
-webkit-mask: unset;
mask: unset;
}
.menu-tools .menu-item .nav-link.link-reserver {
position: relative;
background-color: var(--color-1);
}
.menu-tools .menu-item .nav-link.link-reserver::before {
content: "";
display: block;
height: auto;
position: absolute;
width: 40px;
inset: 0 -10px 0 auto;
border-radius: 0 4px 0 0;
background-image: unset;
background-color: var(--color-1);
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
z-index: -1;
}
.menu-tools .menu-item .nav-link.picto-live {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--live);
}
.menu-tools .menu-item .nav-link.picto-live::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools .menu-item .nav-link.picto-loupe {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--loupe);
}
.menu-tools .menu-item .nav-link.picto-loupe::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools .menu-item .nav-link.picto-burger {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--burger);
}
.menu-tools .menu-item .nav-link.picto-burger::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools .menu-item .nav-link.picto-quick-access {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--quick-access);
}
.menu-tools .menu-item .nav-link.picto-quick-access::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools .menu-item .nav-link.picto-speech {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--speech);
}
.menu-tools .menu-item .nav-link.picto-speech::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools-mobile {
max-width: unset !important;
width: 100% !important;
}
.menu-tools-mobile .ws-navigation-menu {
gap: 25px;
}
.menu-tools-mobile .menu-item .nav-link.picto-live {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--live);
}
.menu-tools-mobile .menu-item .nav-link.picto-live::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools-mobile .menu-item .nav-link.picto-loupe {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--loupe);
}
.menu-tools-mobile .menu-item .nav-link.picto-loupe::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools-mobile .menu-item .nav-link.picto-burger {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--burger);
}
.menu-tools-mobile .menu-item .nav-link.picto-burger::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools-mobile .menu-item .nav-link.picto-quick-access {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--quick-access);
}
.menu-tools-mobile .menu-item .nav-link.picto-quick-access::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools-mobile .menu-item .nav-link.picto-speech {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--speech);
}
.menu-tools-mobile .menu-item .nav-link.picto-speech::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.menu-tools-mobile .menu-item.menu-item-444, .menu-tools-mobile .menu-item.menu-item-444-it, .menu-tools-mobile .menu-item.menu-item-444-en {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.menu-tools-mobile .menu-item.menu-item-444 .nav-link, .menu-tools-mobile .menu-item.menu-item-444-it .nav-link, .menu-tools-mobile .menu-item.menu-item-444-en .nav-link {
font-weight: 500;
padding-right: 15px;
background-color: var(--color-1);
font-size: 1rem;
}
.menu-tools-mobile .menu-item.menu-item-444 .nav-link::before, .menu-tools-mobile .menu-item.menu-item-444-it .nav-link::before, .menu-tools-mobile .menu-item.menu-item-444-en .nav-link::before {
background-color: var(--color-1);
inset: 0 -10px 0 auto;
border-radius: 0 4px 4px 0;
}
.menu-tools-mobile .menu-item.menu-item-444 .nav-link::after, .menu-tools-mobile .menu-item.menu-item-444-it .nav-link::after, .menu-tools-mobile .menu-item.menu-item-444-en .nav-link::after {
content: none;
display: none;
}
.menu-tools-mobile .menu-item.menu-item-240, .menu-tools-mobile .menu-item.menu-item-240-it, .menu-tools-mobile .menu-item.menu-item-240-en {
position: absolute;
inset: -50px 0 auto auto;
background-color: var(--color-1);
}
.menu-tools-mobile .nav-link {
position: relative;
width: auto;
min-height: 45px;
height: 45px;
white-space: nowrap;
border-radius: 0;
}
.menu-tools-mobile .nav-link.icon-only {
border-radius: 0;
}
.menu-tools-mobile .nav-link::before, .menu-tools-mobile .nav-link::after {
content: "";
display: block;
position: absolute;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.menu-tools-mobile .nav-link::before {
width: 40px;
height: auto;
inset: 0 auto 0 -10px;
border-radius: 4px 0 0 4px;
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
z-index: -1;
}
.menu-tools-mobile .nav-link::after {
width: calc(var(--square-size) - 5px);
height: calc(var(--square-size) - 5px);
inset: 50% auto auto 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.menu-tools-mobile .nav-link.link-aide {
width: 45px;
min-width: 45px;
padding-top: 33px;
font-size: 0.625rem;
color: var(--wp--preset--color--white);
background-color: var(--color-1);
}
.menu-tools-mobile .nav-link.link-aide::before {
background-color: var(--color-1);
}
.menu-tools-mobile .nav-link.link-aide::after {
inset: 3px auto auto 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.menu-tools-mobile .nav-link.link-accesrapides {
width: 65px;
min-width: 65px;
background-color: var(--color-1);
}
.menu-tools-mobile .nav-link.link-accesrapides::before {
background-color: var(--color-1);
}
.menu-tools-mobile .nav-link.link-accesrapides::after {
-webkit-transform: translateY(-50%) translateX(-50%) translateX(-5px);
transform: translateY(-50%) translateX(-50%) translateX(-5px);
}
.menu-tools-mobile .nav-link.link-menu {
font-size: 0.875rem;
width: 85px;
min-width: 85px;
padding-top: 31px;
background-color: var(--wp--preset--color--dark);
color: var(--wp--preset--color--white);
}
.menu-tools-mobile .nav-link.link-menu::before {
-webkit-mask-image: unset;
mask-image: unset;
background-color: var(--wp--preset--color--dark);
}
.menu-tools-mobile .nav-link.link-menu::after {
inset: 0 auto auto 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.menu-tools-mobile .nav-link.link-reserver {
background-color: var(--color-1);
margin-right: 25px;
}
.menu-tools-mobile .nav-link.link-reserver::before {
content: "";
display: block;
background-color: var(--color-1);
inset: 0 -10px 0 auto;
border-radius: 0 4px 4px 0;
}
.menu-tools-mobile .nav-link.link-reserver::after {
content: none;
display: none;
}
.menu-footer ul,
.menu-footer menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 15px;
margin: 0;
padding: 0;
color: var(--wp--preset--color--dark);
}
@media (min-width: 1200px) {
.menu-footer ul,
.menu-footer menu {
gap: 30px;
}
}
.menu-footer ul .menu-item,
.menu-footer menu .menu-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 5px;
margin-bottom: 5px;
}
.menu-footer ul .menu-item .nav-link,
.menu-footer menu .menu-item .nav-link {
padding: 5px;
white-space: nowrap;
text-align: center;
color: currentColor;
font-size: 0.875rem;
font-weight: 700;
text-transform: none;
text-decoration: none;
}
.menu-footer ul .menu-item .nav-link:hover,
.menu-footer menu .menu-item .nav-link:hover {
text-decoration: underline;
background-color: unset;
}
.menu-footer ul .menu-item .nav-link.link-websenso,
.menu-footer menu .menu-item .nav-link.link-websenso {
display: block;
font-size: 0;
width: 28px;
height: 28px;
background-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/ws.svg);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.menu-partenaire ul,
.menu-partenaire menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
list-style-type: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
margin: 0;
padding: 0;
color: var(--wp--preset--color--white);
}
.menu-partenaire ul .menu-item .nav-link,
.menu-partenaire menu .menu-item .nav-link {
min-height: unset;
height: unset;
padding: 5px;
white-space: nowrap;
text-align: center;
color: currentColor;
font-weight: 700;
text-transform: none;
text-decoration: none;
}
.menu-partenaire ul .menu-item .nav-link:hover,
.menu-partenaire menu .menu-item .nav-link:hover {
text-decoration: underline;
background-color: unset;
}
.site-header.megamenu-xs .main-menu .submenu {
background: unset;
}
.site-header.megamenu-xs .main-menu .submenu .submenu-header {
border-bottom: unset;
}
.site-header.megamenu-xs .main-menu .submenu .submenu-header .submenu-back {
background-color: unset;
border-radius: unset;
}
.site-header.megamenu-xs .main-menu .submenu .submenu-header .submenu-back::before {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--arrow);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--arrow);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--color-1);
}
.site-header.megamenu-xs .main-menu .submenu .submenu-header .submenu-title {
text-transform: none;
color: var(--color-1);
}
@media (min-width: 992px) {
body.menu-scroll .menu-acces-rapides ul > .menu-item,
body.menu-scroll .menu-acces-rapides menu > .menu-item {
-webkit-transform: translateX(calc(1 * var(--square-size) + 10px));
transform: translateX(calc(1 * var(--square-size) + 10px));
}
}
@media (min-width: 992px) {
body.menu-scroll .menu-acces-rapides ul > .menu-item:hover,
body.menu-scroll .menu-acces-rapides menu > .menu-item:hover {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.secondary-menu .nav-link,
.tools-menu .nav-link {
font-weight: 500;
text-align: center;
}
.secondary-menu .nav-link::before,
.tools-menu .nav-link::before {
margin-bottom: 0;
}
.wpml-language-switcher-block ul .wp-block-navigation-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.wpml-language-switcher-block ul .wp-block-navigation-item[data-wpml=current-language-item] {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.wpml-language-switcher-block ul .wp-block-navigation-item[data-wpml=current-language-item] .wp-block-navigation-item__label {
display: block;
}
.wpml-language-switcher-block ul .wp-block-navigation-item > div,
.wpml-language-switcher-block ul .wp-block-navigation-item > div > a {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2px;
}
.wpml-language-switcher-block ul .wp-block-navigation-item .wpml-ls-flag {
margin-right: 0 !important;
width: 30px !important;
height: 30px !important;
}
.wpml-language-switcher-block ul .wp-block-navigation-item .wp-block-navigation-item__label {
display: none;
font-size: 0.625rem;
text-transform: uppercase;
text-align: center;
color: var(--wp--preset--color--dark);
}
.card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
gap: 0;
height: 100%;
position: relative;
margin: 0 auto;
color: var(--wp--preset--color--dark);
overflow: hidden;
}
.card .group-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10px;
z-index: 1;
}
.card .group-media {
position: relative;
overflow: hidden;
z-index: 0;
}
.card .group-media img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: -webkit-transform 0.6s;
transition: -webkit-transform 0.6s;
transition: transform 0.6s;
transition: transform 0.6s, -webkit-transform 0.6s;
}
.card .group-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 10px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
padding: 10px 0;
z-index: 1;
}
.card .group-content :last-child {
margin-bottom: 0;
}
.card .group-dates {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
cursor: pointer;
z-index: 2;
}
.card .group-dates:hover .field-moredates .moredates, .card .group-dates:focus .field-moredates .moredates {
pointer-events: all;
opacity: 1;
}
.card .field-link {
position: absolute;
inset: 0;
z-index: 2;
}
.card .field-link a {
display: block;
width: 100%;
height: 100%;
font-size: 0;
}
.card .field-dates {
text-transform: uppercase;
font-weight: 700;
font-size: 1.375rem;
text-wrap: balance;
}
@media (min-width: 992px) {
.card .field-dates {
font-size: 1.625rem;
}
}
.card .field-dates .month {
color: var(--color-1);
}
.card .field-title {
text-transform: uppercase;
font-size: 1.125rem;
font-weight: 400;
color: var(--wp--preset--color--dark);
text-align: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-wrap: balance;
}
@media (min-width: 992px) {
.card .field-title {
font-size: 1.25rem;
}
}
.card .field-description {
position: relative;
font-size: 0.875rem;
}
@media (min-width: 992px) {
.card .field-description {
font-size: 1rem;
}
}
.card-apidae .group-media {
border-radius: 0;
}
.card-apidae.card-temps-forts {
max-width: 600px;
border-bottom: solid 1px var(--wp--preset--color--dark);
}
.card-apidae.card-temps-forts .group-content {
padding-right: 57px;
}
.card-apidae.card-temps-forts .group-media::before, .card-apidae.card-temps-forts .group-media::after {
content: "";
display: block;
position: absolute;
pointer-events: none;
z-index: 1;
}
.card-apidae.card-temps-forts .group-media::before {
inset: 0;
background: linear-gradient(222deg, transparent 50%, var(--color-1) 89%);
opacity: 0.8;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.card-apidae.card-temps-forts .group-media::after {
inset: 50% 0 0 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
background-color: var(--wp--preset--color--white);
clip-path: polygon(37.259% 42.354%, 0% 6.903%, 0% 100%, 100% 100%, 100% 0.122%, 37.259% 67.324%, 37.259% 42.354%);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.card-apidae.card-temps-forts .field-title {
text-align: left;
font-weight: 700;
font-size: 1.125rem;
text-transform: none;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.card-apidae.card-temps-forts .field-link::after {
content: "";
display: block;
width: 42px;
height: 42px;
position: absolute;
inset: 50% 0 auto auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--arrow-down);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--arrow-down);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 110% auto;
mask-size: 110% auto;
background-color: var(--color-1);
-webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
transition: background-color 0.4s, -webkit-transform 0.4s;
transition: background-color 0.4s, transform 0.4s;
transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.card-apidae.card-temps-forts:hover .group-media::before {
-webkit-transform: translateY(-70px);
transform: translateY(-70px);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.card-apidae.card-temps-forts:hover .group-media::after {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.card-apidae.card-avance, .card-apidae.card-objet-lie {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.card-apidae.card-avance .group-content, .card-apidae.card-objet-lie .group-content {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.card-apidae.card-avance .field-image img, .card-apidae.card-objet-lie .field-image img {
max-height: 215px;
}
.card-apidae.card-avance .field-description, .card-apidae.card-objet-lie .field-description {
display: none;
}
.card-apidae.card-avance .field-link::before, .card-apidae.card-avance .field-link::after, .card-apidae.card-objet-lie .field-link::before, .card-apidae.card-objet-lie .field-link::after {
content: "";
display: block;
position: absolute;
}
.card-apidae.card-avance .field-link::before, .card-apidae.card-objet-lie .field-link::before {
width: 79px;
height: 79px;
inset: auto -25px -25px auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--round);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--round);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 110% auto;
mask-size: 110% auto;
background-color: var(--color-1);
-webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
transition: background-color 0.4s, -webkit-transform 0.4s;
transition: background-color 0.4s, transform 0.4s;
transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.card-apidae.card-avance .field-link::after, .card-apidae.card-objet-lie .field-link::after {
width: 67px;
height: 67px;
inset: auto -20px -20px auto;
background-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--plus);
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 19px auto;
background-position: 40% 40%;
background-color: var(--wp--preset--color--white);
border-radius: 50%;
}
.card-apidae.card-avance:hover .field-link::before, .card-apidae.card-objet-lie:hover .field-link::before {
background-color: var(--color-3);
-webkit-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
}
.card-apidae.card-avance:hover .field-image img, .card-apidae.card-objet-lie:hover .field-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.card-apidae.card-objet-lie .group-media {
border-radius: 0;
}
.card-apidae.card-objet-lie .group-content {
padding-left: 0;
padding-right: 0;
}
.card-apidae.card-objet-lie .field-commune, .card-apidae.card-objet-lie .field-description {
text-align: left;
}
.card-apidae.apidae-popup {
max-width: 221px;
}
.card-apidae.apidae-popup .group-infos, .card-apidae.apidae-popup .group-content {
padding: 5px 10px;
}
.card-child {
background-color: var(--color-1);
}
.card-child .group-media {
position: relative;
background-color: var(--wp--preset--color--light);
}
.card-child .group-media::before {
content: "";
display: block;
position: absolute;
inset: 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.8) 100%);
pointer-events: none;
z-index: 1;
}
.card-child .group-content {
position: absolute;
inset: auto 0 0 0;
padding: 15px 60px 15px 15px;
margin-top: 0;
}
.card-child .group-content h3 {
display: inline;
color: var(--wp--preset--color--white);
margin: 0 !important;
font-size: 1rem;
font-weight: 700;
text-transform: none;
text-align: left;
}
.card-child .field-image img {
max-height: 215px;
}
.card-child .field-title {
display: inline;
color: var(--wp--preset--color--white);
margin: 0 !important;
font-size: 1rem;
font-weight: 700;
text-transform: none;
text-align: left;
}
.card-child .field-link {
margin-top: 0;
}
.card-child .field-link::before, .card-child .field-link::after {
content: "";
display: block;
position: absolute;
}
.card-child .field-link::before {
width: 79px;
height: 79px;
inset: auto -25px -25px auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--round);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--round);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 110% auto;
mask-size: 110% auto;
background-color: var(--color-1);
-webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
transition: background-color 0.4s, -webkit-transform 0.4s;
transition: background-color 0.4s, transform 0.4s;
transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.card-child .field-link::after {
width: 67px;
height: 67px;
inset: auto -20px -20px auto;
background-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--plus);
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 19px auto;
background-position: 40% 40%;
background-color: var(--wp--preset--color--white);
border-radius: 50%;
}
.card-child:hover .field-link::before {
background-color: var(--color-3);
-webkit-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
}
.card-child:hover .field-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
body {
--wp--style--root--padding-left: var(--wp--preset--spacing--30);
--wp--style--root--padding-right: var(--wp--preset--spacing--30);
background-color: var(--wp--preset--color--light);
}
:root :where(.is-layout-constrained) > * {
-webkit-margin-before: 30px;
margin-block-start: 30px;
-webkit-margin-after: 30px;
margin-block-end: 30px;
}
.wp-block-post-content > .wp-block-ws-library-ws-title,
.wp-block-post-content > .wp-block-ws-library-ws-button,
.wp-block-post-content > .wp-block-ws-library-ws-documents,
.wp-block-post-content > ul.wp-block-list,
.wp-block-post-content > ol.wp-block-list,
.wp-block-post-content > p,
.wp-block-post-content > hr {
margin-left: auto;
margin-right: auto;
width: calc(100% - 2 * var(--safe-margin));
}
@media (max-width: 991px) {
.wp-block-post-content > .wp-block-ws-library-ws-title.has-text-align-center,
.wp-block-post-content > .wp-block-ws-library-ws-button.has-text-align-center,
.wp-block-post-content > .wp-block-ws-library-ws-documents.has-text-align-center,
.wp-block-post-content > ul.wp-block-list.has-text-align-center,
.wp-block-post-content > ol.wp-block-list.has-text-align-center,
.wp-block-post-content > p.has-text-align-center,
.wp-block-post-content > hr.has-text-align-center {
text-align: left;
}
}
.wp-block-post-content > .wp-block-ws-library-ws-button,
.wp-block-post-content > .wp-block-ws-library-ws-documents,
.wp-block-post-content > ul.wp-block-list,
.wp-block-post-content > ol.wp-block-list,
.wp-block-post-content > p,
.wp-block-post-content > hr {
max-width: 720px;
}
@media (min-width: 1470px) {
.wp-block-post-content > .wp-block-ws-library-ws-button,
.wp-block-post-content > .wp-block-ws-library-ws-documents,
.wp-block-post-content > ul.wp-block-list,
.wp-block-post-content > ol.wp-block-list,
.wp-block-post-content > p,
.wp-block-post-content > hr {
max-width: var(--wp--style--global--content-size);
}
}
.wp-block-post-content p.text-socialwall {
font-size: 1.125rem;
text-align: center;
}
@media (min-width: 992px) {
.wp-block-post-content p.text-socialwall {
width: calc(100% - 2 * var(--safe-margin));
max-width: 800px;
}
}
.wp-block-ws-library-ws-columns, .wp-block-ws-library-ws-banner, .wp-block-ws-library-ws-banner-parallax, .wp-block-ws-library-ws-image, .wp-block-ws-library-ws-video, .wp-block-ws-library-ws-slider, .wp-block-ws-library-ws-list-content, .wp-block-ws-library-ws-featured-content {
margin-top: 50px;
}
.wp-block-ws-library-ws-list-pictos {
max-width: 850px !important;
}
.wp-block-ws-library-ws-accordion {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion {
width: calc(100% - 2 * var(--safe-margin));
max-width: 720px;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-accordion {
max-width: var(--wp--style--global--content-size);
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item ul.wp-block-list,
.wp-block-ws-library-ws-accordion-item ol.wp-block-list,
.wp-block-ws-library-ws-accordion-item p,
.wp-block-ws-library-ws-accordion-item hr {
width: 100%;
}
}
.wp-block-ws-library-ws-title {
padding: 1px 0;
}
.wp-block-ws-library-ws-title h2 {
margin-top: 15px;
margin-bottom: 10px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title h2 {
margin-top: 20px;
}
}
.wp-block-ws-library-ws-title h3 {
margin-top: 10px;
margin-bottom: 5px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title h3 {
margin-top: 20px;
}
}
.wp-block-ws-library-ws-title h4 {
margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title h4 {
margin-top: 10px;
}
}
.wp-block-ws-library-ws-button {
position: relative;
margin: 20px 10px;
}
.wp-block-ws-library-ws-button .wp-element-button {
display: inline-block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
height: auto;
position: relative;
padding: 0.85em 1.1em;
border: 0;
border-radius: 4px;
text-decoration: none;
text-align: center;
font-weight: 400;
color: var(--btn-color-text, var(--wp--preset--color--white));
background: var(--btn-color-background, var(--wp--preset--color--dark));
-webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s, padding 0.4s;
transition: color 0.4s, background-color 0.4s, border-color 0.4s, padding 0.4s;
overflow: hidden;
z-index: 0;
}
.wp-block-ws-library-ws-button .wp-element-button::before {
content: "";
display: block;
position: absolute;
inset: 0 calc(50% - 15px) 0 0;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
background: var(--btn-color-background-hover, var(--color-1));
clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
pointer-events: none;
z-index: -1;
}
.wp-block-ws-library-ws-button .wp-element-button:hover, .wp-block-ws-library-ws-button .wp-element-button:focus {
background: var(--btn-color-background, var(--wp--preset--color--dark));
}
.wp-block-ws-library-ws-button .wp-element-button:hover::before, .wp-block-ws-library-ws-button .wp-element-button:focus::before {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.wp-block-ws-library-ws-button.is-style-1 {
--btn-color-text: var(--wp--preset--color--white);
--btn-color-background: var(--wp--preset--color--dark);
--btn-color-text-hover: var(--wp--preset--color--white);
--btn-color-background-hover: var(--color-1);
}
.wp-block-ws-library-ws-button.is-style-2 {
--btn-color-text: var(--wp--preset--color--dark);
--btn-color-background: var(--color-1);
--btn-color-text-hover: var(--wp--preset--color--dark);
--btn-color-background-hover: var(--color-3);
}
.wp-block-ws-library-ws-button.is-style-3 {
--btn-color-text: var(--wp--preset--color--dark);
--btn-color-background: var(--color-1);
--btn-color-text-hover: var(--wp--preset--color--dark);
--btn-color-background-hover: var(--color-4);
}
.wp-block-ws-library-ws-button.is-style-4 {
--btn-color-text: var(--wp--preset--color--dark);
--btn-color-background: var(--color-3);
--btn-color-text-hover: var(--wp--preset--color--dark);
--btn-color-background-hover: var(--color-1);
}
.wp-block-ws-library-ws-documents {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
}
.wp-block-ws-library-ws-document a {
position: relative;
padding: 7px 1.5em 7px 2.2em;
font-weight: 700;
font-size: 1.125rem;
color: var(--wp--preset--color--dark);
text-decoration: none;
-webkit-transition: padding 0.4s;
transition: padding 0.4s;
}
.wp-block-ws-library-ws-document a::before, .wp-block-ws-library-ws-document a::after {
content: "";
display: block;
position: absolute;
}
.wp-block-ws-library-ws-document a::before {
width: 1.5em;
height: 1.5em;
inset: 0.3em auto auto 0;
background-color: var(--color-1);
border-radius: 4px;
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
-webkit-transition: backgorund-color 0.4s;
transition: backgorund-color 0.4s;
}
.wp-block-ws-library-ws-document a::after {
width: 1em;
height: 1em;
inset: 0.6em auto auto 0.2em;
background-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--download);
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.wp-block-ws-library-ws-document a:hover {
padding: 7px 0.5em 7px 3.2em;
}
.wp-block-ws-library-ws-document a:hover::before {
background-color: var(--color-3);
}
.wp-block-ws-library-ws-image, .wp-block-ws-library-ws-video {
position: relative;
max-width: unset;
z-index: 0;
}
.wp-block-ws-library-ws-image > .wrapper, .wp-block-ws-library-ws-video > .wrapper {
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-image > .wrapper, .wp-block-ws-library-ws-video > .wrapper {
width: calc(100% - 2 * var(--safe-margin));
max-width: 720px;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-image > .wrapper, .wp-block-ws-library-ws-video > .wrapper {
max-width: var(--wp--style--global--content-size);
}
}
.wp-block-ws-library-ws-image .group-media, .wp-block-ws-library-ws-video .group-media {
padding-left: 30px;
padding-right: 30px;
}
.wp-block-ws-library-ws-image .group-media {
padding-left: 0;
padding-right: 0;
}
.wp-block-ws-library-ws-image img {
width: auto;
height: auto;
max-height: 570px;
max-width: 100%;
}
.wp-block-ws-library-ws-image .credits {
inset: auto 15px 5px auto;
}
.wp-block-ws-library-ws-video {
padding: 0 0 75px 0;
background: linear-gradient(0deg, transparent 45%, var(--wp--preset--color--light) 45%), url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/texture-2.png);
background-size: cover;
}
.wp-block-ws-library-ws-video::before, .wp-block-ws-library-ws-video::after {
content: "";
display: block;
width: 100%;
position: absolute;
background-color: var(--wp--preset--color--light);
pointer-events: none;
z-index: -1;
}
.wp-block-ws-library-ws-video::before {
aspect-ratio: 1928/96;
inset: 55% 0 auto;
margin-top: -2px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-bottom.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-bottom.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.wp-block-ws-library-ws-video::after {
aspect-ratio: 1928/79;
inset: auto 0 0;
margin-bottom: -2px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.wp-block-ws-library-ws-video > .wrapper::before {
content: "";
display: block;
aspect-ratio: 584/551;
width: 60%;
position: absolute;
inset: auto auto -50px -12px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--color-1);
pointer-events: none;
z-index: -1;
}
.wp-block-ws-library-ws-video video,
.wp-block-ws-library-ws-video iframe {
width: 100%;
border-radius: 0;
}
.wp-block-ws-library-ws-video .wp-element-caption {
font-size: 0.875rem;
text-align: center;
}
.wp-block-ws-library-ws-video .wp-block-embed__wrapper {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; }
.wp-block-ws-library-ws-video .wp-block-embed__wrapper iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.wp-block-ws-library-ws-banner {
position: relative;
}
.wp-block-ws-library-ws-banner > .wrapper {
position: relative;
}
.wp-block-ws-library-ws-banner .group-media {
position: relative;
z-index: 0;
}
.wp-block-ws-library-ws-banner .group-media img {
position: relative;
z-index: 0;
min-height: 440px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner .group-media img {
aspect-ratio: 4/1;
}
}
.wp-block-ws-library-ws-banner .group-content {
position: relative;
margin-left: auto;
margin-right: auto;
padding: 25px;
z-index: 1;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner .group-content {
width: calc(100% - 2 * var(--safe-margin));
max-width: 720px;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-banner .group-content {
max-width: var(--wp--style--global--content-size);
}
}
.wp-block-ws-library-ws-banner .group-content::before {
content: "";
display: block;
position: absolute;
inset: -350px 0 0 0;
background: linear-gradient(222deg, transparent 63%, var(--color-1) 92%);
opacity: 0.8;
pointer-events: none;
z-index: -1;
}
.wp-block-ws-library-ws-banner .group-content h2,
.wp-block-ws-library-ws-banner .group-content h3,
.wp-block-ws-library-ws-banner .group-content h4 {
color: var(--wp--preset--color--dark);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner .group-content .wp-block-ws-library-ws-title,
.wp-block-ws-library-ws-banner .group-content .wp-block-ws-library-ws-button,
.wp-block-ws-library-ws-banner .group-content .wp-block-ws-library-ws-documents,
.wp-block-ws-library-ws-banner .group-content ul.wp-block-list,
.wp-block-ws-library-ws-banner .group-content ol.wp-block-list,
.wp-block-ws-library-ws-banner .group-content p,
.wp-block-ws-library-ws-banner .group-content hr {
width: 100%;
}
}
.wp-block-ws-library-ws-banner .group-content > :first-child {
margin-top: 0;
}
.wp-block-ws-library-ws-banner .group-content > :last-child {
margin-bottom: 0;
}
.wp-block-ws-library-ws-banner .wp-block-group {
width: 100%;
}
.wp-block-ws-library-ws-banner .wp-block-ws-library-ws-title {
margin: 0;
}
.wp-block-ws-library-ws-banner .wp-block-ws-library-ws-title h2,
.wp-block-ws-library-ws-banner .wp-block-ws-library-ws-title h3,
.wp-block-ws-library-ws-banner .wp-block-ws-library-ws-title h4 {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
}
.wp-block-ws-library-ws-banner .wp-block-ws-library-ws-button {
margin: 15px 0 0;
}
.wp-block-ws-library-ws-featured-content {
position: relative;
padding: 0;
background-color: unset;
border-radius: unset;
z-index: 1;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-featured-content {
padding-left: 290px;
padding-right: 100px;
}
}
.wp-block-ws-library-ws-featured-content::after {
content: "";
display: block;
aspect-ratio: 215/130;
width: 140px;
position: absolute;
inset: 0 auto auto 0;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/eagle.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/eagle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--color-1);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-featured-content::after {
width: 215px;
}
}
.wp-block-ws-library-ws-featured-content > :first-child {
margin-top: 0;
}
.wp-block-ws-library-ws-featured-content > :last-child {
margin-bottom: 0;
}
.wp-block-ws-library-ws-featured-content .wp-block-ws-library-ws-title {
max-width: 600px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-featured-content .wp-block-ws-library-ws-title {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-featured-content > .wp-block-ws-library-ws-title,
.wp-block-ws-library-ws-featured-content > .wp-block-ws-library-ws-button,
.wp-block-ws-library-ws-featured-content > .wp-block-ws-library-ws-documents,
.wp-block-ws-library-ws-featured-content > ul.wp-block-list,
.wp-block-ws-library-ws-featured-content > ol.wp-block-list,
.wp-block-ws-library-ws-featured-content > p,
.wp-block-ws-library-ws-featured-content > hr {
max-width: 450px;
margin-left: auto;
margin-right: auto;
}
}
.wp-block-ws-library-ws-featured-content .wp-block-ws-library-ws-title {
margin: 0;
}
.wp-block-ws-library-ws-featured-content .wp-block-ws-library-ws-title h2,
.wp-block-ws-library-ws-featured-content .wp-block-ws-library-ws-title h3,
.wp-block-ws-library-ws-featured-content .wp-block-ws-library-ws-title h4 {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
text-align: left;
}
.wp-block-ws-library-ws-featured-content.is-style-picto-topo {
padding-top: 100px;
}
.wp-block-ws-library-ws-featured-content.is-style-picto-topo::after {
aspect-ratio: 207/234;
inset: 0 auto auto 0;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo-3.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo-3.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--color-1);
}
.wp-block-ws-library-ws-slider.alignfull, .wp-block-ws-library-ws-slider.alignwide {
margin-left: -15px;
margin-right: -15px;
padding-left: 2px;
padding-right: 2px;
}
.wp-block-ws-library-ws-slider img {
width: 100%;
height: auto;
}
.wp-block-ws-library-ws-columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
margin-left: -15px !important;
margin-right: -15px !important;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-columns {
gap: 0;
margin-left: auto !important;
margin-right: auto !important;
}
}
.wp-block-ws-library-ws-columns.is-style-background-texture .wp-block-ws-library-ws-column, .wp-block-ws-library-ws-columns.is-style-background-white .wp-block-ws-library-ws-column {
padding-top: 50px;
padding-bottom: 50px;
}
.wp-block-ws-library-ws-columns.is-style-background-texture .wp-block-ws-library-ws-image, .wp-block-ws-library-ws-columns.is-style-background-texture .wp-block-ws-library-ws-video, .wp-block-ws-library-ws-columns.is-style-background-white .wp-block-ws-library-ws-image, .wp-block-ws-library-ws-columns.is-style-background-white .wp-block-ws-library-ws-video {
margin: -50px 0 !important;
}
.wp-block-ws-library-ws-columns.is-style-background-texture {
background-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/texture-2.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.wp-block-ws-library-ws-columns.is-style-background-white {
background-color: var(--wp--preset--color--white);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-columns.alignfull {
margin-left: -15px !important;
margin-right: -15px !important;
}
}
.wp-block-ws-library-ws-columns.alignfull .wp-block-ws-library-ws-image::before {
content: none;
display: none;
}
.wp-block-ws-library-ws-column {
position: relative;
padding: 0 15px;
z-index: 1;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-column {
max-width: 960px;
}
}
.wp-block-ws-library-ws-column:first-child {
padding-top: 0;
}
.wp-block-ws-library-ws-column:last-child {
padding-bottom: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-column:nth-child(1) .wp-block-ws-library-ws-image::before {
inset: -50px auto -50px 0;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-column:has(.wp-block-ws-library-ws-image, .wp-block-ws-library-ws-video) {
padding-left: 0;
padding-right: 0;
}
}
.wp-block-ws-library-ws-column .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 15px;
padding: 0;
}
.wp-block-ws-library-ws-column .wrapper > .wp-block-ws-library-ws-title,
.wp-block-ws-library-ws-column .wrapper > .wp-block-ws-library-ws-button,
.wp-block-ws-library-ws-column .wrapper > .wp-block-ws-library-ws-documents,
.wp-block-ws-library-ws-column .wrapper > ul.wp-block-list,
.wp-block-ws-library-ws-column .wrapper > ol.wp-block-list,
.wp-block-ws-library-ws-column .wrapper > p,
.wp-block-ws-library-ws-column .wrapper > hr {
margin-left: auto;
margin-right: auto;
width: calc(100% - 2 * var(--safe-margin));
max-width: 720px;
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-column .wrapper > .wp-block-ws-library-ws-title,
.wp-block-ws-library-ws-column .wrapper > .wp-block-ws-library-ws-button,
.wp-block-ws-library-ws-column .wrapper > .wp-block-ws-library-ws-documents,
.wp-block-ws-library-ws-column .wrapper > ul.wp-block-list,
.wp-block-ws-library-ws-column .wrapper > ol.wp-block-list,
.wp-block-ws-library-ws-column .wrapper > p,
.wp-block-ws-library-ws-column .wrapper > hr {
max-width: var(--wp--style--global--content-size);
}
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-button {
margin-top: 0;
margin-bottom: 0;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-image > .wrapper, .wp-block-ws-library-ws-column .wp-block-ws-library-ws-video > .wrapper {
width: 100%;
max-width: 100%;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-image .group-media, .wp-block-ws-library-ws-column .wp-block-ws-library-ws-video .group-media {
padding-left: 0;
padding-right: 0;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-image {
position: relative;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-image .group-media {
padding-top: 0;
padding-bottom: 0;
background: unset;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-image .credits {
inset: 100% 0 auto auto;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-video {
padding: 0;
background: unset;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-video::before, .wp-block-ws-library-ws-column .wp-block-ws-library-ws-video::after {
content: none;
display: none;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-list-content {
margin-top: 0;
}
.wp-block-ws-library-ws-column .wp-block-ws-library-ws-list-content .list-items {
padding-top: 0;
padding-bottom: 0;
}
.wp-block-ws-library-ws-column p,
.wp-block-ws-library-ws-column ul,
.wp-block-ws-library-ws-column ol {
margin-top: 0;
margin-bottom: 0;
}
.wp-block-ws-library-ws-share {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 350px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 25px 15px;
background: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/texture-2.png);
overflow: hidden;
z-index: 0;
}
.wp-block-ws-library-ws-share::after {
content: "";
display: block;
width: 780px;
aspect-ratio: 1928/79;
position: absolute;
inset: auto auto 0 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
margin-bottom: -2px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--light);
pointer-events: none;
z-index: -1;
}
.wp-block-ws-library-ws-share .share-subtitle {
font-size: 1.375rem;
font-weight: 700;
position: relative;
z-index: 0;
}
.wp-block-ws-library-ws-share .share-title {
font-family: Caveat, monospace;
font-size: 1.75rem;
color: var(--color-1);
position: relative;
padding-bottom: 0;
}
.wp-block-ws-library-ws-share .ws-share-button {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--share);
display: block;
width: 66px;
height: 66px;
position: relative;
font-size: 0;
border-radius: 50%;
background-color: transparent;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.wp-block-ws-library-ws-share .ws-share-button::before {
content: "";
display: block;
position: absolute;
inset: 12px 16px 13px 9px;
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.wp-block-ws-library-ws-share .ws-share-button:hover {
border: solid 2px var(--color-1);
}
.wp-block-ws-library-ws-list-content {
padding: 0 15px;
}
.wp-block-ws-library-ws-list-content .block-editor-block-list__layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wp-block-ws-library-ws-list-content .list-items {
width: calc(100% + 30px);
margin-left: -15px;
margin-right: -15px;
padding: 15px;
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card .group-content {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card .field-image img {
max-height: 215px;
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card .field-description {
display: none;
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card .field-link::before, .wp-block-ws-library-ws-list-content.is-style-card-landscape .card .field-link::after {
content: "";
display: block;
position: absolute;
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card .field-link::before {
width: 79px;
height: 79px;
inset: auto -25px -25px auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--round);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--round);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 110% auto;
mask-size: 110% auto;
background-color: var(--color-1);
-webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
transition: background-color 0.4s, -webkit-transform 0.4s;
transition: background-color 0.4s, transform 0.4s;
transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card .field-link::after {
width: 67px;
height: 67px;
inset: auto -20px -20px auto;
background-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--plus);
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 19px auto;
background-position: 40% 40%;
background-color: var(--wp--preset--color--white);
border-radius: 50%;
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card:hover .field-link::before {
background-color: var(--color-3);
-webkit-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
}
.wp-block-ws-library-ws-list-content.is-style-card-landscape .card:hover .field-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card .group-media::before, .wp-block-ws-library-ws-list-content.is-style-card-portrait .card .group-media::after {
content: "";
display: block;
position: absolute;
pointer-events: none;
z-index: 1;
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card .group-media::before {
inset: 0;
background: linear-gradient(222deg, transparent 50%, var(--color-1) 89%);
opacity: 0.8;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card .group-media::after {
inset: 50% 0 0 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
background-color: var(--wp--preset--color--white);
clip-path: polygon(37.259% 42.354%, 0% 6.903%, 0% 100%, 100% 100%, 100% 0.122%, 37.259% 67.324%, 37.259% 42.354%);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card .group-content {
position: absolute;
inset: auto 0 0 0;
padding: 15px;
color: var(--wp--preset--color--white);
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card .field-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: left;
min-height: 50px;
font-weight: 700;
color: var(--wp--preset--color--white);
font-size: 1.125rem;
text-transform: none;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card .field-description {
display: none;
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card:hover .group-media::before {
-webkit-transform: translateY(-70px);
transform: translateY(-70px);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card:hover .group-media::after {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wp-block-ws-library-ws-list-content.is-style-card-portrait .card:hover .field-title {
color: var(--color-1);
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card .group-media::before, .wp-block-ws-library-ws-list-content:not([class^=is-style]) .card .group-media::after {
content: "";
display: block;
position: absolute;
pointer-events: none;
z-index: 1;
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card .group-media::before {
inset: 0;
background: linear-gradient(222deg, transparent 50%, var(--color-1) 89%);
opacity: 0.8;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card .group-media::after {
inset: 50% 0 0 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
background-color: var(--wp--preset--color--white);
clip-path: polygon(37.259% 42.354%, 0% 6.903%, 0% 100%, 100% 100%, 100% 0.122%, 37.259% 67.324%, 37.259% 42.354%);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card .group-content {
position: absolute;
inset: auto 0 0 0;
padding: 15px;
color: var(--wp--preset--color--white);
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card .field-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: left;
min-height: 50px;
font-weight: 700;
color: var(--wp--preset--color--white);
font-size: 1.125rem;
text-transform: none;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card .field-description {
display: none;
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card:hover .group-media::before {
-webkit-transform: translateY(-70px);
transform: translateY(-70px);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card:hover .group-media::after {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wp-block-ws-library-ws-list-content:not([class^=is-style]) .card:hover .field-title {
color: var(--color-1);
}
.wp-block-ws-library-ws-list-pictos {
position: relative;
}
@media (min-width: 560px) {
.wp-block-ws-library-ws-list-pictos::before {
content: "";
display: block;
width: 1px;
position: absolute;
inset: 15px 50% 15px auto;
background-color: var(--wp--preset--color--dark);
}
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-list-pictos::before {
inset: 50% 15px auto 15px;
width: auto;
height: 1px;
}
}
.wp-block-ws-library-ws-list-pictos,
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__layout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0 15px 10px;
gap: 20px;
}
@media (min-width: 560px) {
.wp-block-ws-library-ws-list-pictos,
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__layout {
gap: 30px;
}
}
.wp-block-ws-library-ws-list-pictos .wp-block-ws-library-ws-text-icon {
min-width: calc(50% - 10px);
width: calc(50% - 10px);
padding: 15px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media (min-width: 530px) {
.wp-block-ws-library-ws-list-pictos .wp-block-ws-library-ws-text-icon {
min-width: 250px;
width: 250px;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-list-pictos .wp-block-ws-library-ws-text-icon ul.wp-block-list,
.wp-block-ws-library-ws-list-pictos .wp-block-ws-library-ws-text-icon ol.wp-block-list,
.wp-block-ws-library-ws-list-pictos .wp-block-ws-library-ws-text-icon p,
.wp-block-ws-library-ws-list-pictos .wp-block-ws-library-ws-text-icon hr {
width: 100%;
}
}
.wp-block-ws-library-ws-list-pictos .block-editor-block-list__layout .group-content {
position: relative;
z-index: 2;
}
.wp-block-ws-library-ws-text-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
gap: 5px;
}
.wp-block-ws-library-ws-text-icon .group-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 50px;
position: relative;
z-index: 0;
}
.wp-block-ws-library-ws-text-icon .group-media img {
width: 50px;
height: auto;
max-height: 100%;
}
.wp-block-ws-library-ws-text-icon .group-content {
margin-top: auto;
padding: 0;
font-size: 1.125rem;
text-align: center;
font-weight: 700;
z-index: 1;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-text-icon .group-content {
font-size: 1.25rem;
}
}
.wp-block-ws-library-ws-text-icon .field-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wp-block-ws-library-ws-text-icon .cardlink {
position: absolute;
inset: 0;
font-size: 0;
z-index: 2;
}
.wp-block-ws-library-ws-text-icon:hover .group-content, .wp-block-ws-library-ws-text-icon:focus .group-content, .wp-block-ws-library-ws-text-icon:active .group-content {
color: var(--color-1);
}
.wp-block-ws-library-ws-text-icon:active .group-content {
text-decoration: underline;
}
.wp-block-ws-library-ws-text-icon.block-editor-block-list__block .cardlink {
position: static;
}
.wp-block-ws-library-ws-header-interne, .wp-block-ws-library-ws-header-principal {
position: relative;
padding: 0;
z-index: 0;
}
.wp-block-ws-library-ws-header-interne.alignfull, .wp-block-ws-library-ws-header-principal.alignfull {
margin: 0 -15px;
}
.wp-block-ws-library-ws-header-interne .header-container, .wp-block-ws-library-ws-header-principal .header-container {
max-width: 100%;
}
.wp-block-ws-library-ws-header-interne .group-media, .wp-block-ws-library-ws-header-principal .group-media {
max-width: 100%;
position: relative;
background-color: var(--color-1);
}
.wp-block-ws-library-ws-header-interne .group-media .components-placeholder, .wp-block-ws-library-ws-header-principal .group-media .components-placeholder {
border-radius: 48px;
z-index: 5;
}
.wp-block-ws-library-ws-header-interne .group-media img, .wp-block-ws-library-ws-header-principal .group-media img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.wp-block-ws-library-ws-header-interne .group-content, .wp-block-ws-library-ws-header-principal .group-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
position: static;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-interne .group-content, .wp-block-ws-library-ws-header-principal .group-content {
width: calc(100% - 2 * var(--safe-margin));
max-width: 720px;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-header-interne .group-content, .wp-block-ws-library-ws-header-principal .group-content {
max-width: var(--wp--style--global--content-size);
}
}
.wp-block-ws-library-ws-header-interne .group-content .title, .wp-block-ws-library-ws-header-principal .group-content .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
position: absolute;
padding: 15px 45px;
pointer-events: none;
color: var(--wp--preset--color--white);
z-index: 1;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-interne .group-content .title, .wp-block-ws-library-ws-header-principal .group-content .title {
padding: 15px 75px;
}
}
.wp-block-ws-library-ws-header-interne .group-content .title h1, .wp-block-ws-library-ws-header-principal .group-content .title h1 {
max-width: 1200px;
pointer-events: all;
margin: 0;
}
.wp-block-ws-library-ws-header-interne .wp-block-video, .wp-block-ws-library-ws-header-principal .wp-block-video {
margin: 0;
}
.wp-block-ws-library-ws-header-principal .group-content {
padding: 0 15px;
}
.wp-block-ws-library-ws-header-principal .group-content .title {
inset: auto 0 20% 0;
margin: 0 auto;
}
.wp-block-ws-library-ws-header-principal .group-media {
position: relative;
min-height: 100vh;
overflow: hidden;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-principal .group-media {
height: calc(100vh - 90px);
max-height: 56vw;
}
}
.wp-block-ws-library-ws-header-principal .group-media::before {
background: rgba(0, 0, 0, 0.4);
}
.wp-block-ws-library-ws-header-principal .group-media video {
height: auto;
width: auto;
min-height: 100%;
min-width: 100%;
max-width: unset;
position: absolute;
inset: 50% auto 0 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.wp-block-ws-library-ws-header-principal .title {
max-width: 950px;
}
.wp-block-ws-library-ws-header-principal .title h1 {
display: block;
font-weight: 700;
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-header-principal .title h1 {
font-size: 2rem;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-principal .title h1 {
font-size: 2.5rem;
}
}
@media (min-width: 1200px) {
.wp-block-ws-library-ws-header-principal .title h1 {
font-size: 3.125rem;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-header-principal .title h1 {
font-size: 3.75rem;
}
}
.wp-block-ws-library-ws-header-principal .title h1 strong {
text-transform: none;
color: var(--color-1);
font-family: Caveat, monospace;
font-size: 2em;
font-weight: 400;
}
.wp-block-ws-library-ws-header-interne .group-media {
min-height: 275px;
}
.wp-block-ws-library-ws-header-interne .group-media img {
min-height: 200px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-interne .group-media img {
min-height: 400px;
aspect-ratio: 3/1;
}
}
.wp-block-ws-library-ws-header-interne .group-content .title {
min-height: 90px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-interne .group-content .title {
min-height: 245px;
}
}
.wp-block-ws-library-ws-header-interne .group-content .title::before {
content: "";
display: block;
position: absolute;
inset: 0;
pointer-events: none;
background: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/texture.png), var(--color-1-hover);
opacity: 0.5;
z-index: -1;
}
.wp-block-ws-library-ws-socialwall {
margin-left: -15px !important;
margin-right: -15px !important;
max-width: unset;
min-height: 316px;
}
.wp-block-ws-library-ws-socialwall .socialwall {
display: grid;
gap: 2px;
max-width: 692px;
margin-left: auto;
margin-right: auto;
padding: 0 2px;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "a" "b" "c" "d" "e";
}
@media (min-width: 450px) {
.wp-block-ws-library-ws-socialwall .socialwall {
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-template-areas: "a b" "c d" "e e";
}
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-socialwall .socialwall {
max-width: 1039px;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas: "a b c" "d e e";
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-socialwall .socialwall {
max-width: 2080px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr;
grid-template-areas: "a b c d e";
}
}
.wp-block-ws-library-ws-socialwall .post-social {
width: auto;
margin-bottom: 0;
padding: 0;
}
@media (max-width: 991px) {
.wp-block-ws-library-ws-socialwall .post-social {
min-height: 215px;
}
}
.wp-block-ws-library-ws-socialwall .post-social:nth-child(1) {
grid-area: a;
}
.wp-block-ws-library-ws-socialwall .post-social:nth-child(2) {
grid-area: b;
}
.wp-block-ws-library-ws-socialwall .post-social:nth-child(3) {
grid-area: c;
}
.wp-block-ws-library-ws-socialwall .post-social:nth-child(4) {
grid-area: d;
}
.wp-block-ws-library-ws-socialwall .post-social:nth-child(5) {
grid-area: e;
}
.wp-block-ws-library-ws-socialwall .post-social:nth-child(5) .card-post {
max-width: 690px;
}
@media (max-width: 450px) {
.wp-block-ws-library-ws-socialwall .post-social:nth-child(5) .card-post {
width: 80vw;
}
}
@media (min-width: 450px) {
.wp-block-ws-library-ws-socialwall .post-social:nth-child(5) .card-post {
width: auto;
}
}
.wp-block-ws-library-ws-socialwall .card-post {
max-width: 337px;
max-height: 450px;
}
.wp-block-ws-library-ws-socialwall .card-post .group-content {
display: block;
position: absolute;
inset: auto 0 0 0;
padding: 15px;
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: opacity 0.4s, -webkit-transition 0.4s;
transition: opacity 0.4s, -webkit-transition 0.4s;
transition: opacity 0.4s, transition 0.4s;
transition: opacity 0.4s, transition 0.4s, -webkit-transition 0.4s;
pointer-events: none;
}
.wp-block-ws-library-ws-socialwall .card-post .group-content .post-description {
line-height: 1.3;
}
.wp-block-ws-library-ws-socialwall .card-post .group-content .post-date,
.wp-block-ws-library-ws-socialwall .card-post .group-content .post-author {
display: none;
}
.wp-block-ws-library-ws-socialwall .card-post .group-media {
aspect-ratio: 33/43;
height: auto;
width: 100%;
}
.wp-block-ws-library-ws-socialwall .card-post .group-media::before {
opacity: 0.8;
background: linear-gradient(222deg, transparent 50%, var(--color-1) 89%);
-webkit-transition: background 0.4s;
transition: background 0.4s;
z-index: 1;
}
.wp-block-ws-library-ws-socialwall .card-post .group-media::after {
content: none;
display: none;
}
.wp-block-ws-library-ws-socialwall .card-post .group-media .post-network {
width: 27px;
height: 27px;
inset: 15px auto auto 15px;
-webkit-transform: none;
transform: none;
opacity: 1;
z-index: 2;
}
.wp-block-ws-library-ws-socialwall .card-post .group-media .post-network::before {
width: auto;
height: auto;
-webkit-transform: none;
transform: none;
inset: 0;
background: var(--wp--preset--color--white);
}
.wp-block-ws-library-ws-socialwall .card-post .group-content {
background-color: rgba(255, 255, 255, 0.5);
color: var(--wp--preset--color--dark);
}
.wp-block-ws-library-ws-socialwall .card:hover .group-media::before, .wp-block-ws-library-ws-socialwall .card:focus .group-media::before {
-webkit-transform: none;
transform: none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, transparent), to(rgba(0, 0, 0, 0.8)));
background: linear-gradient(180deg, transparent 15%, rgba(0, 0, 0, 0.8) 100%);
}
.wp-block-ws-library-ws-socialwall .card:hover .group-content, .wp-block-ws-library-ws-socialwall .card:focus .group-content {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.wp-block-ws-library-ws-banner-parallax {
margin-left: -15px !important;
margin-right: -15px !important;
overflow: hidden;
text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.wp-block-ws-library-ws-banner-parallax .header-container {
min-height: 500px;
position: relative;
padding-top: 5%;
padding-bottom: 5%;
background: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/texture.png);
background-size: cover;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner-parallax .header-container {
min-height: 700px;
}
}
.wp-block-ws-library-ws-banner-parallax .header-container::before, .wp-block-ws-library-ws-banner-parallax .header-container::after {
content: "";
display: block;
width: 100%;
position: absolute;
background-color: var(--wp--preset--color--light);
pointer-events: none;
z-index: 1;
}
.wp-block-ws-library-ws-banner-parallax .header-container::before {
aspect-ratio: 1928/96;
inset: 0 0 auto 0;
margin-top: -2px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-bottom.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-bottom.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.wp-block-ws-library-ws-banner-parallax .header-container::after {
aspect-ratio: 1928/79;
inset: auto 0 0;
margin-bottom: -2px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.wp-block-ws-library-ws-banner-parallax .group-media, .wp-block-ws-library-ws-banner-parallax .group-content {
position: absolute;
inset: 0;
}
.wp-block-ws-library-ws-banner-parallax .group-media {
background-color: var(--color-1);
clip-path: circle(300px);
overflow: hidden;
-webkit-transition: clip-path 3.4s 2s;
transition: clip-path 3.4s 2s;
z-index: 0;
}
.wp-block-ws-library-ws-banner-parallax .group-media .components-placeholder {
border-radius: 48px;
z-index: 5;
}
.wp-block-ws-library-ws-banner-parallax .group-media img {
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 3s 2s;
transition: -webkit-transform 3s 2s;
transition: transform 3s 2s;
transition: transform 3s 2s, -webkit-transform 3s 2s;
-o-object-fit: cover;
object-fit: cover;
}
.wp-block-ws-library-ws-banner-parallax .group-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 7%;
padding-bottom: 7%;
color: var(--wp--preset--color--white);
z-index: 1;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner-parallax .group-content {
gap: 60px;
width: calc(100% - 2 * var(--safe-margin));
max-width: var(--wp--style--global--wide-size);
}
}
.wp-block-ws-library-ws-banner-parallax .group-content .columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 15px;
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-banner-parallax .group-content .columns {
gap: 30px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.wp-block-ws-library-ws-banner-parallax .group-content .column {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
-webkit-transition: -webkit-transform 1.4s 2s ease;
transition: -webkit-transform 1.4s 2s ease;
transition: transform 1.4s 2s ease;
transition: transform 1.4s 2s ease, -webkit-transform 1.4s 2s ease;
-webkit-transform: translateY(50vh);
transform: translateY(50vh);
}
@media (max-width: 767px) {
.wp-block-ws-library-ws-banner-parallax .group-content .column {
width: 100%;
}
}
.wp-block-ws-library-ws-banner-parallax .group-content .column:nth-of-type(1) {
-webkit-transition-delay: 2.4s;
transition-delay: 2.4s;
}
.wp-block-ws-library-ws-banner-parallax .group-content .column:nth-of-type(2) {
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
.wp-block-ws-library-ws-banner-parallax .group-content .column:nth-of-type(3) {
-webkit-transition-delay: 2.8s;
transition-delay: 2.8s;
}
.wp-block-ws-library-ws-banner-parallax .group-content .column h2,
.wp-block-ws-library-ws-banner-parallax .group-content .column h3,
.wp-block-ws-library-ws-banner-parallax .group-content .column h4 {
color: var(--wp--preset--color--white);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.wp-block-ws-library-ws-banner-parallax .group-content .column h3 {
font-size: 1.625rem;
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-banner-parallax .group-content .column h3 {
font-size: 1.75rem;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner-parallax .group-content .column h3 {
font-size: 1.875rem;
}
}
@media (min-width: 1200px) {
.wp-block-ws-library-ws-banner-parallax .group-content .column h3 {
font-size: 2rem;
}
}
.wp-block-ws-library-ws-banner-parallax .group-content .column p {
font-weight: 700;
text-align: center;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner-parallax ul.wp-block-list,
.wp-block-ws-library-ws-banner-parallax ol.wp-block-list,
.wp-block-ws-library-ws-banner-parallax p,
.wp-block-ws-library-ws-banner-parallax hr {
width: 100%;
}
}
.wp-block-ws-library-ws-banner-parallax .intro-text {
color: var(--color-3);
font-weight: 700;
font-size: 2.125rem;
padding-left: 15px;
padding-right: 15px;
-webkit-transition: -webkit-transform 0.8s 1s ease;
transition: -webkit-transform 0.8s 1s ease;
transition: transform 0.8s 1s ease;
transition: transform 0.8s 1s ease, -webkit-transform 0.8s 1s ease;
-webkit-transform: translateX(-100vw);
transform: translateX(-100vw);
}
.wp-block-ws-library-ws-banner-parallax .buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
margin-top: auto;
-webkit-transition: -webkit-transform 0.8s 1s ease;
transition: -webkit-transform 0.8s 1s ease;
transition: transform 0.8s 1s ease;
transition: transform 0.8s 1s ease, -webkit-transform 0.8s 1s ease;
-webkit-transform: translateY(50vh);
transform: translateY(50vh);
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-banner-parallax .buttons {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
gap: 30px;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner-parallax .buttons {
gap: 60px;
}
}
.wp-block-ws-library-ws-banner-parallax .buttons .wp-block-ws-library-ws-button {
margin: 0;
}
.wp-block-ws-library-ws-banner-parallax .buttons .wp-element-button {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
min-width: 205px;
}
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .group-media, .wp-block-ws-library-ws-banner-parallax.started .group-media {
clip-path: circle(100%);
}
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .group-media img, .wp-block-ws-library-ws-banner-parallax.started .group-media img {
-webkit-transform: scale(1.4);
transform: scale(1.4);
}
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .intro-text, .wp-block-ws-library-ws-banner-parallax.started .intro-text {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .buttons, .wp-block-ws-library-ws-banner-parallax.started .buttons {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .group-content .column, .wp-block-ws-library-ws-banner-parallax.started .group-content .column {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .group-media .components-placeholder {
margin-top: 70px;
margin-left: 15px;
margin-right: 15px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .group-media .components-placeholder {
width: calc(100% - 2 * var(--safe-margin));
max-width: var(--wp--style--global--wide-size);
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .group-media .components-placeholder {
margin-left: auto;
margin-right: auto;
}
}
.wp-block-ws-library-ws-banner-parallax.block-editor-block-list__block .group-content {
top: 215px !important;
}
.wp-block-ws-library-ws-countdown {
position: relative;
z-index: 1;
margin-top: -60dvh;
margin-bottom: calc(60dvh + 50px - 200px);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown {
margin-top: -200px;
margin-bottom: 50px;
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
padding: 60px 30px;
border-radius: var(--ws-border-radius);
overflow: hidden;
text-align: center;
margin-left: auto;
margin-right: auto;
max-width: 720px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown .ws-countdown-wrapper {
padding: 40px 50px;
max-width: var(--wp--style--global--content-size);
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-title {
position: relative;
margin: 0;
font-family: Caveat, monospace;
font-size: 1.5rem;
font-weight: 600;
color: var(--wp--preset--color--white);
letter-spacing: 0.02em;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown .ws-countdown-title {
font-size: 2rem;
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-timer {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-countdown .ws-countdown-timer {
gap: 15px;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown .ws-countdown-timer {
gap: 30px;
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-unit {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
min-width: 60px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown .ws-countdown-unit {
min-width: 90px;
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-value {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 60px;
height: 60px;
position: relative;
font-family: Montserrat, sans-serif;
font-size: 1.25rem;
font-weight: 700;
color: var(--wp--preset--color--white);
border-radius: 12px;
line-height: 1;
letter-spacing: 0.04em;
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown .ws-countdown-value {
width: 90px;
height: 90px;
font-size: 3rem;
border-radius: 16px;
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-value::before {
content: "";
display: block;
position: absolute;
inset: 0;
border-radius: inherit;
background-color: var(--wp--preset--color--dark);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
z-index: -1;
}
.wp-block-ws-library-ws-countdown .ws-countdown-label {
font-family: Montserrat, sans-serif;
font-size: 0.625rem;
font-weight: 600;
color: var(--wp--preset--color--white);
text-transform: uppercase;
letter-spacing: 0.12em;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown .ws-countdown-label {
font-size: 0.75rem;
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-separator {
font-family: Montserrat, sans-serif;
font-size: 1.875rem;
font-weight: 700;
color: color-mix(var(--wp--preset--color--white) 70%, transparent);
line-height: 1;
margin-bottom: 20px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown .ws-countdown-separator {
font-size: 3rem;
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-expired {
position: relative;
margin: 0;
font-family: Montserrat, sans-serif;
font-size: 1.125rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.7);
font-style: italic;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-countdown .ws-countdown-expired {
font-size: 1.375rem;
}
}
.wp-block-ws-library-ws-countdown .ws-countdown-placeholder {
margin: 0;
font-size: 0.875rem;
color: rgba(255, 255, 255, 0.4);
font-style: italic;
}
.wp-block-social-links {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 20px;
}
.wp-block-social-links .wp-social-link {
background: 0 none;
position: relative;
}
.wp-block-social-links .wp-social-link svg {
display: none;
}
.wp-block-social-links .wp-social-link .wp-block-social-link-anchor {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 28px;
height: 28px;
min-width: 28px;
position: relative;
padding: 0;
z-index: 0;
}
.wp-block-social-links .wp-social-link::before {
content: "";
display: block;
position: absolute;
inset: 0;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
background-color: var(--wp--preset--color--white);
}
.wp-block-social-links .wp-social-link.wp-social-link-facebook::before {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--facebook);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--facebook);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.wp-block-social-links .wp-social-link.wp-social-link-instagram::before {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--instagram);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--instagram);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.wp-block-social-links .wp-social-link.wp-social-link-linkedin::before {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--linkedin);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--linkedin);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.wp-block-social-links .wp-social-link:hover, .wp-block-social-links .wp-social-link:focus {
-webkit-transform: none;
transform: none;
}
.wp-block-social-links .wp-social-link:hover::before, .wp-block-social-links .wp-social-link:focus::before {
background-color: var(--color-3);
}
.wp-block-image img {
margin: 0 auto;
}
.wp-block-query .list-items {
display: block;
}
.wp-block-query .wp-block-post-template {
--gap: 10px;
display: grid;
grid-template-rows: auto;
grid-template-columns: repeat(auto-fit, minmax(250px, 337px));
width: 100%;
gap: var(--gap);
margin: 15px 0;
position: relative;
z-index: 0;
}
@media (min-width: 992px) {
.wp-block-query .wp-block-post-template {
--gap: 15px;
}
}
@media (min-width: 1200px) {
.wp-block-query .wp-block-post-template {
grid-template-columns: repeat(auto-fit, minmax(250px, calc(25% - 12px)));
}
}
@media (min-width: 1560px) {
.wp-block-query .wp-block-post-template {
--gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(250px, 337px));
}
}
.wp-block-query .wp-block-post-template > .hentry {
width: 100%;
}
.wp-block-query .wp-block-post-template > .hentry > .item {
height: 100%;
}
.wp-block-query .wp-block-post-template > .hentry > .item > .card {
height: 100%;
gap: 0;
}
.wp-block-query .wp-block-post-template > .hentry .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
width: 100%;
}
.wp-block-search {
width: 270px;
border: 0;
border-radius: 40px;
}
@media (min-width: 768px) {
.wp-block-search {
width: 450px;
}
}
@media (min-width: 992px) {
.wp-block-search {
width: 670px;
}
}
.wp-block-search .wp-block-search__inside-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 0;
padding: 9px 9px 9px 30px;
position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper::before {
content: "";
display: block;
position: absolute;
inset: 0;
background-color: var(--color-1);
opacity: 0.1;
pointer-events: none;
border-radius: 40px;
z-index: -1;
}
.wp-block-search .wp-block-search__input {
background-color: unset;
border-radius: 0;
border: 0;
padding: 0 40px 0 0;
color: var(--wp--preset--color--dark);
}
.wp-block-search .wp-block-search__input::-webkit-input-placeholder {
color: var(--wp--preset--color--dark);
}
.wp-block-search .wp-block-search__input::-moz-placeholder {
color: var(--wp--preset--color--dark);
}
.wp-block-search .wp-block-search__input:-ms-input-placeholder {
color: var(--wp--preset--color--dark);
}
.wp-block-search .wp-block-search__input::-ms-input-placeholder {
color: var(--wp--preset--color--dark);
}
.wp-block-search .wp-block-search__input::placeholder {
color: var(--wp--preset--color--dark);
}
.wp-block-search .wp-block-search__input::-webkit-search-cancel-button {
-webkit-appearance: none;
height: 24px;
width: 24px;
margin-left: 0.4em;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23777"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
cursor: pointer;
}
.wp-block-search .wp-block-search__button {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--loupe);
display: block;
width: 65px;
min-width: 65px;
height: 65px;
border-radius: 50%;
padding: 0;
font-size: 0;
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 55% 55%;
background-color: var(--wp--preset--color--dark);
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.wp-block-search .wp-block-search__button svg {
display: none;
}
.wp-block-spacer {
max-height: 50px;
}
@media (min-width: 992px) {
.wp-block-spacer {
max-height: 75px;
}
}
@media (min-width: 1200px) {
.wp-block-spacer {
max-height: 100px;
}
}
.block-editor-block-list__layout .card {
padding: 0;
min-width: unset;
max-width: unset;
}
.sitemap ul {
list-style-type: none;
padding-left: 0;
}
.sitemap ul > li {
padding-left: 2em;
min-height: 16px;
position: relative;
}
.sitemap ul > li::before {
content: "";
display: block;
width: 0.5em;
height: 0.5em;
position: absolute;
top: 0.4em;
left: 0.75em;
border-radius: 50%;
background-color: var(--color-1);
z-index: 1;
}
.sitemap ul > li ul {
margin-top: 5px;
margin-left: -1em;
margin-bottom: 5px;
}
.sitemap a {
text-decoration: none;
font-weight: 500;
}
main {
background-color: unset;
}
main .entry-content > .wp-block-group {
position: relative;
margin-top: 50px;
padding-left: 0;
padding-right: 0;
}
main .entry-content > .wp-block-group.section-domaine, main .entry-content > .wp-block-group.section-temps-forts, main .entry-content > .wp-block-group.section-agenda, main .entry-content > .wp-block-group.section-bons-plans, main .entry-content > .wp-block-group.section-decouvertes, main .entry-content > .wp-block-group.section-bons-plans, main .entry-content > .wp-block-group.section-parallax, main .entry-content > .wp-block-group.section-decouvertes {
position: relative;
margin: 0 -15px;
padding: 45px 15px;
z-index: 0;
}
main .entry-content > .wp-block-group.section-domaine {
position: relative;
margin-top: 0;
padding-bottom: 5%;
padding-left: 15px;
background: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/texture-2.png);
background-size: cover;
z-index: 0;
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-domaine {
padding-top: 100px;
}
}
main .entry-content > .wp-block-group.section-domaine::after {
content: "";
display: block;
width: 100%;
aspect-ratio: 1928/79;
position: absolute;
inset: auto 0 0 0;
margin-top: -2px;
background-color: var(--wp--preset--color--light);
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
pointer-events: none;
z-index: -1;
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-domaine .wp-block-ws-library-ws-column:nth-child(1) {
text-align: left;
}
}
main .entry-content > .wp-block-group.section-domaine .wp-block-ws-library-ws-image::before {
content: none;
display: none;
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-domaine .wp-block-ws-library-ws-image {
margin-top: -400px;
margin-bottom: -400px;
}
}
main .entry-content > .wp-block-group.section-domaine .wp-block-ws-library-ws-title h2 {
color: var(--color-1);
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
main .entry-content > .wp-block-group.section-parallax > .wp-block-ws-library-ws-title {
margin-bottom: 0;
}
main .entry-content > .wp-block-group.section-parallax > .wp-block-ws-library-ws-title h2 {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
color: var(--color-1);
font-size: 2.25rem;
}
main .entry-content > .wp-block-group.section-parallax > .wp-block-ws-library-ws-banner-parallax {
margin-top: 0;
}
main .entry-content > .wp-block-group.section-decouvertes {
position: relative;
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-decouvertes::before, main .entry-content > .wp-block-group.section-decouvertes::after {
content: "";
display: block;
position: absolute;
pointer-events: none;
-webkit-transition: -webkit-transform 1s ease;
transition: -webkit-transform 1s ease;
transition: transform 1s ease;
transition: transform 1s ease, -webkit-transform 1s ease;
-webkit-transform: translateX(-500px);
transform: translateX(-500px);
background-color: var(--color-1);
z-index: -1;
}
}
main .entry-content > .wp-block-group.section-decouvertes::before {
aspect-ratio: 215/130;
width: 215px;
inset: 0 auto auto 150px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/eagle.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/eagle.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-transition-delay: 2s;
transition-delay: 2s;
}
main .entry-content > .wp-block-group.section-decouvertes::after {
aspect-ratio: 366/150;
width: 366px;
inset: 80px auto auto 0;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/clouds.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/clouds.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-transition-delay: 2.4s;
transition-delay: 2.4s;
}
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content {
position: relative;
margin-top: 30px;
}
@media (min-width: 768px) {
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content {
max-width: 715px;
padding-top: 0;
padding-bottom: 0;
}
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content {
width: calc(100% - 2 * var(--safe-margin));
}
}
@media (min-width: 1200px) {
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content {
max-width: var(--wp--style--global--wide-size);
}
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content::after {
content: "";
display: block;
position: absolute;
aspect-ratio: 259/963;
width: 259px;
inset: auto calc(50% - 50vw + 6px) 0 auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo-decouvertes.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo-decouvertes.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--color-1);
pointer-events: none;
z-index: -1;
}
}
@media (max-width: 767px) {
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content .list-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
overflow: auto;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (min-width: 1200px) {
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content .list-items {
grid-template-columns: repeat(auto-fit, minmax(250px, calc(25% - 12px)));
}
}
@media (min-width: 1560px) {
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content .list-items {
grid-template-columns: repeat(auto-fit, minmax(250px, 337px));
}
}
main .entry-content > .wp-block-group.section-decouvertes .wp-block-ws-library-ws-list-content .list-items .item {
min-width: 250px;
}
main .entry-content > .wp-block-group.section-decouvertes.block-editor-block-list__block::before, main .entry-content > .wp-block-group.section-decouvertes.block-editor-block-list__block::after, main .entry-content > .wp-block-group.section-decouvertes.started::before, main .entry-content > .wp-block-group.section-decouvertes.started::after {
-webkit-transform: translateY(0);
transform: translateY(0);
}
main .entry-content > .wp-block-group.section-sejour {
position: relative;
margin-top: 0;
margin-left: 0;
margin-right: 0;
max-width: unset;
}
main .entry-content > .wp-block-group.section-sejour::before, main .entry-content > .wp-block-group.section-sejour::after {
content: "";
display: block;
position: absolute;
}
main .entry-content > .wp-block-group.section-sejour::before {
inset: 2.5rem 0 0;
background-color: var(--color-1);
opacity: 0.2;
}
@media (min-width: 768px) {
main .entry-content > .wp-block-group.section-sejour::before {
inset: 2.875rem 0 0;
}
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-sejour::before {
inset: 50% 0 0;
}
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-sejour::after {
aspect-ratio: 213/285;
width: 250px;
inset: auto auto 10px 0;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo-sejours.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/topo-sejours.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--color-1);
pointer-events: none;
z-index: -1;
}
}
main .entry-content > .wp-block-group.section-sejour .wp-block-ws-library-ws-columns.alignfull {
margin-left: 0;
margin-right: 0;
}
main .entry-content > .wp-block-group.section-sejour .wp-block-ws-library-ws-title h2:has(em, b, strong) {
color: var(--wp--preset--color--dark);
}
main .entry-content > .wp-block-group.section-sejour .wp-block-ws-library-ws-title h2 strong {
color: var(--color-1);
}
main .entry-content > .wp-block-group.section-socialwall {
position: relative;
max-width: 1920px;
margin-left: auto;
margin-right: auto;
}
main .entry-content > .wp-block-group.section-socialwall > .group-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
z-index: 1;
}
@media (min-width: 450px) {
main .entry-content > .wp-block-group.section-socialwall > .group-content {
position: absolute;
inset: 33.3333% 50% 33.3333% 0;
max-width: 337px;
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 768px) {
main .entry-content > .wp-block-group.section-socialwall > .group-content {
inset: 0 33.3333% 50% 33.3333%;
}
}
@media (min-width: 1470px) {
main .entry-content > .wp-block-group.section-socialwall > .group-content {
inset: 0 50% 0 33.3333%;
}
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-socialwall > .group-content ul.wp-block-list,
main .entry-content > .wp-block-group.section-socialwall > .group-content ol.wp-block-list,
main .entry-content > .wp-block-group.section-socialwall > .group-content p,
main .entry-content > .wp-block-group.section-socialwall > .group-content hr {
width: 100%;
}
}
main .entry-content > .wp-block-group.section-socialwall > .group-content .wp-block-ws-library-ws-html {
width: 100%;
max-width: 100%;
margin-bottom: 0;
}
main .entry-content > .wp-block-group.section-socialwall > .group-content .wp-block-ws-library-ws-html .link-contact a {
display: block;
height: 50px;
width: 50px;
font-size: 0;
}
main .entry-content > .wp-block-group.section-socialwall > .group-content .wp-block-ws-library-ws-html .link-contact a::after {
height: 100%;
width: 100%;
inset: 0;
}
main .entry-content > .wp-block-group.section-socialwall > .group-content .wp-block-ws-library-ws-title {
margin-top: 0;
margin-bottom: 0;
margin-left: unset !important;
margin-right: unset !important;
}
main .entry-content > .wp-block-group.section-socialwall > .group-content .wp-block-ws-library-ws-title h2 {
text-align: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
color: var(--wp--preset--color--dark);
}
main .entry-content > .wp-block-group.section-socialwall > .group-content .wp-block-ws-library-ws-title h2 strong {
font-family: Montserrat, sans-serif;
color: var(--color-1);
font-weight: 700;
padding-left: 0;
margin-top: 0;
font-size: 1em;
}
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall {
margin-left: 0 !important;
margin-right: 0 !important;
}
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .socialwall {
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "a" "b" "c" "d" "e" "f";
}
@media (min-width: 450px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .socialwall {
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-template-areas: "a b" "c d" "e f";
}
}
@media (min-width: 768px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .socialwall {
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr;
grid-template-areas: "a b c" "d e f";
}
}
@media (min-width: 1470px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .socialwall {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr;
grid-template-areas: "a b c d e f";
}
}
@media (max-width: 449px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .socialwall {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 15px;
padding: 0 15px;
}
}
@media (min-width: 768px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .post-social:nth-child(2) {
grid-area: c;
}
}
@media (min-width: 1470px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .post-social:nth-child(2) {
grid-area: b;
}
}
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .post-social:nth-child(3) {
grid-area: d;
}
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .post-social:nth-child(4) {
grid-area: e;
}
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-socialwall .post-social:nth-child(5) {
grid-area: f;
}
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-title {
width: 100%;
}
@media (min-width: 768px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-title h2 {
font-size: 1.375rem;
}
}
@media (min-width: 992px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-title h2 {
font-size: 1.625rem;
}
}
@media (min-width: 1200px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-title h2 {
font-size: 1.875rem;
}
}
@media (min-width: 1470px) {
main .entry-content > .wp-block-group.section-socialwall .wp-block-ws-library-ws-title h2 {
font-size: 2.125rem;
}
}
ws-snowreport-block .label,
ws-snowreport-value .label {
display: none;
}
ws-snowreport-value p {
margin: 0 0 0.875rem 0 !important;
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
max-width: -webkit-fit-content !important;
max-width: -moz-fit-content !important;
max-width: fit-content !important;
}
.ws-snowreport--block {
display: grid;
grid-template-areas: "a b b" "a c d";
grid-template-columns: 64px auto 1fr;
gap: 5px 10px;
margin: 10px 0;
}
.ws-snowreport--block .ws-snowreport--sky-status {
grid-area: a;
}
.ws-snowreport--block .ws-snowreport--temperature {
grid-area: b;
align-self: end;
}
.ws-snowreport--block .ws-snowreport--temperature dd.value {
font-weight: 700;
color: var(--color-3);
}
.ws-snowreport--block .ws-snowreport--temperature dd.value .value {
font-size: 1.5rem;
}
@media (min-width: 576px) {
.ws-snowreport--block .ws-snowreport--temperature dd.value .value {
font-size: 1.75rem;
}
}
.ws-snowreport--block .ws-snowreport--wind {
grid-area: c;
}
.ws-snowreport--block .ws-snowreport--wind-direction {
grid-area: d;
}
.ws-snowreport--loading {
display: block;
margin: 10px;
}
[class^=ws-snowreport--] {
margin: 0;
}
[class^=ws-snowreport--] dd {
line-height: 1;
}
[class^=ws-snowreport--] dt {
display: none;
}
.ws-snowreport--avalanche-risk {
margin: 10px 0;
}
.ws-snowreport--avalanche-risk .value {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 5px;
}
.ws-snowreport--avalanche-risk .value .score {
font-weight: 700;
}
.ws-snowreport--avalanche-risk .value .score .score-value {
font-size: 1.5rem;
}
@media (min-width: 576px) {
.ws-snowreport--avalanche-risk .value .score .score-value {
font-size: 1.75rem;
}
}
.ws-snowreport--avalanche-risk .value .icon {
margin: 0 auto;
}
.ws-api--meteo {
margin: 0 -15px;
}
@media (min-width: 992px) {
.ws-api--meteo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.ws-api--meteo .block {
padding: 10px;
}
@media (min-width: 992px) {
.ws-api--meteo .block {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
margin: 0 15px;
border: solid 1px var(--color-1);
}
.ws-api--meteo .block:last-child {
border: solid 1px var(--color-1);
}
}
.ws-api--meteo .block .section.section-forecast {
margin-bottom: 20px;
}
@media (min-width: 992px) {
.ws-api--meteo .block .section.section-forecast {
margin-bottom: 10px;
}
}
.ws-api--meteo .block .section .section-title {
font-size: 1.25rem;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
margin-bottom: 30px;
}
@media (min-width: 576px) {
.ws-api--meteo .block .section .section-title {
font-size: 26px;
}
}
.ws-api--meteo .block .section .section-content .date {
margin-bottom: 10px;
display: grid;
gap: 10px;
}
@media (min-width: 576px) {
.ws-api--meteo .block .section .section-content .date {
grid-template-columns: 1fr 1fr;
}
}
.ws-api--meteo .block .section .section-content .date .date-title {
font-weight: 700;
width: 100%;
}
@media (min-width: 576px) {
.ws-api--meteo .block .section .section-content .date .date-title {
font-size: 1.125rem;
grid-column: 1/3;
}
}
.ws-api--meteo .block .section .section-content .time .time-title {
font-weight: 700;
font-size: 0.75rem;
text-transform: uppercase;
}
@media (min-width: 576px) {
.ws-api--meteo .block .section .section-content .time .time-title {
font-size: 0.875rem;
}
}
.ws-api--meteo .block .section .section-table {
width: 100%;
border: 0 none;
}
.ws-api--meteo .block .section .section-table th,
.ws-api--meteo .block .section .section-table td {
padding: 5px;
}
.ws-api--meteo .block .section .section-table th {
font-weight: 700;
vertical-align: top;
text-align: center;
line-height: 1;
word-break: break-word;
-ms-hyphens: auto;
hyphens: auto;
}
@media (min-width: 576px) {
.ws-api--meteo .block .section .section-table th {
font-size: 1.125rem;
}
}
.ws-api--meteo .block .section .section-table tr > td:first-child {
font-weight: 700;
min-width: 80px;
}
@media (min-width: 576px) {
.ws-api--meteo .block .section .section-table tr > td:first-child {
font-size: 1.125rem;
}
}
.ws-api--meteo .block .section .section-table td {
text-align: center;
}
.ws-api--meteo .block .section .section-table td .time {
margin: 5px 0;
}
.ws-api--meteo .block .section .section-table .ws-snowreport--wind-direction .value {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
body.page-id-1370 .wp-block-ws-library-ws-columns,
body.page-id-1370 .wp-block-group {
margin-top: 0 !important;
}
ws-snowreport-value[data-target-data=lastModified] {
display: inline-block;
}
ws-snowreport-value[data-target-data=name],
ws-snowreport-value[data-target-data=altitude] {
font-weight: bold;
}
ws-snowreport-value[data-target-data=name] {
display: block;
margin-top: 50px;
-webkit-margin-before: 50px !important;
margin-block-start: 50px !important;
}
#ai-virage-chat-widget-fab {
background-color: var(--color-1) !important;
}
@media (min-width: 992px) {
#ai-virage-chat-widget-fab {
bottom: 15px !important;
right: 15px !important;
}
}
@media (min-width: 992px) {
#ai-virage-chat-widget-content {
bottom: 15px !important;
right: 15px !important;
}
}
body.page-id-521 .wp-block-post-content p {
width: 100% !important;
max-width: 100% !important;
}  :where(.editor-styles-wrapper) .wp-block-ws-library-ws-columns.alignfull .wp-block-ws-library-ws-column > .wrapper {
width: 100%;
}
:where(.editor-styles-wrapper) .wp-block-ws-library-ws-column .wrapper {
width: 100%;
}
:where(.editor-styles-wrapper) .wp-block-ws-library-ws-column .wp-block-ws-library-ws-image > .wrapper,
:where(.editor-styles-wrapper) .wp-block-ws-library-ws-column .wp-block-ws-library-ws-video > .wrapper {
width: 100%;
}
:where(.editor-styles-wrapper) .wp-block-ws-library-ws-column .wp-block-ws-library-ws-list-content {
width: 100%;
}
:where(.editor-styles-wrapper) .wp-block-ws-library-ws-column p,
:where(.editor-styles-wrapper) .wp-block-ws-library-ws-column ul,
:where(.editor-styles-wrapper) .wp-block-ws-library-ws-column ol {
margin-top: revert;
margin-bottom: revert;
}
@media (min-width: 992px) {
.is-layout-constrained > .alignwide {
width: calc(100% - 2 * var(--safe-margin));
}
}
@media (min-width: 992px) {
.is-layout-constrained > .alignwide.wp-block-ws-library-ws-banner, .is-layout-constrained > .alignwide.wp-block-ws-library-ws-video, .is-layout-constrained > .alignwide.wp-block-ws-library-ws-slider, .is-layout-constrained > .alignwide.wp-block-ws-library-ws-columns, .is-layout-constrained > .alignwide.wp-block-ws-library-ws-html {
width: 100%;
}
}
@media (min-width: 992px) {
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
width: calc(100% - 2 * var(--safe-margin));
}
}
@media (min-width: 992px) {
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)).wp-block-ws-library-ws-video {
width: 100%;
margin-left: -15px;
margin-right: -15px;
}
}
@media (min-width: 992px) {
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)).wp-block-ws-library-ws-video {
width: 100% !important;
max-width: 100% !important;
margin-left: -15px !important;
margin-right: -15px !important;
}
}
.otgs-development-site-front-end {
display: none;
}
.entry-content .wp-block-group.wp-block-group-is-layout-flex {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.entry-content .wp-block-group.wp-block-group-is-layout-flex .wp-block-group {
-webkit-box-flex: 1;
-ms-flex: 1 1 300px;
flex: 1 1 300px;
max-width: 412px;
}
.entry-content .wp-block-group.wp-block-group-is-layout-flex .wp-block-group > div {
width: 100%;
}
.entry-content .wp-block-group.wp-block-group-is-layout-flex .wp-block-group .wp-block-ws-library-ws-image > .wrapper {
width: 100%;
}
.wpcf7 {
max-width: 720px;
margin: auto;
}
.wpcf7 label {
font-weight: 700;
font-size: 0.875rem;
text-transform: uppercase;
}
.wpcf7 .wpcf7-not-valid-tip {
text-transform: none;
font-weight: 700;
margin-top: 3px;
}
.wpcf7 .wpcf7-submit {
cursor: pointer;
color: var(--wp--preset--color--white);
background: var(--color-1);
border: 0 none;
font-weight: 700;
-webkit-transition: background 0.25s;
transition: background 0.25s;
width: auto;
}
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit:focus {
background: var(--color-1);
}
.wpcf7 input[type=checkbox] {
width: auto;
}
.wpcf7 .wpcf7-select {
min-height: 42px;
}
.list-items {
--gap: 10px;
display: grid;
grid-template-rows: auto;
grid-template-columns: repeat(auto-fit, minmax(250px, 337px));
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
gap: var(--gap);
margin: 15px 0;
position: relative;
z-index: 0;
}
@media (min-width: 992px) {
.list-items {
--gap: 15px;
}
}
@media (min-width: 1560px) {
.list-items {
--gap: 20px;
}
}
@media (min-width: 1200px) {
.list-items.alignfull, .list-items.alignwide {
grid-template-columns: repeat(auto-fit, minmax(250px, calc(25% - 12px)));
}
}
@media (min-width: 1560px) {
.list-items.alignfull, .list-items.alignwide {
grid-template-columns: repeat(auto-fit, minmax(250px, 337px));
}
}
.list-items > .item {
margin: 0;
padding: 0;
width: 100%;
}
.list-items > .item > .card {
height: 100%;
}
.listing-facets {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 99;
}
.listing-facets.open {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing-facets::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
.listing-facets {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.listing-facets .facette {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
max-width: 420px;
min-height: 380px;
position: relative;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
max-height: 100%;
overflow: hidden;
}
.listing-facets .facette .facet-inner {
overflow: auto;
padding: 15px 18px;
background: var(--wp--preset--color--white);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media (min-width: 992px) {
.listing-facets .facette .facet-inner {
max-height: calc(100vh - 300px);
}
}
.listing-facets .facet-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: var(--color-1);
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
min-height: 50px;
}
.listing-facets .facet-header .facet-title {
padding: 12px 18px;
padding-bottom: 6px;
}
.listing-facets .facet-header .facet-close {
font-size: 0;
height: 40px;
width: 40px;
margin-left: auto;
position: relative;
background: var(--color-1);
cursor: pointer;
margin-right: 6px;
-webkit-transition: background 0.25s;
transition: background 0.25s;
}
.listing-facets .facet-header .facet-close:hover, .listing-facets .facet-header .facet-close:focus {
background: var(--color-1);
}
.listing-facets .facet-header .facet-close::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: 14px;
height: 14px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--cross);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#divers--cross);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
background: var(--wp--preset--color--white);
pointer-events: none;
}
.listing-facets .facet-title {
color: var(--wp--preset--color--white);
text-transform: uppercase;
top: 15px;
left: 20px;
font-family: Caveat, monospace;
font-weight: 700;
font-size: 2rem;
line-height: 1;
}
.listing-facets .facet-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding: 15px 20px;
overflow: hidden;
min-height: 50px;
gap: 10px;
background: var(--wp--preset--color--white);
}
.listing-facets .facet-buttons .facet-close {
text-transform: none;
}
.listing-facets .facet-buttons .btn {
cursor: pointer;
}
.listing-facets .facetwp-toggle {
margin-top: 5px;
color: var(--color-1);
font-size: 0.875rem;
}
.listing-facets .facet-label {
margin-bottom: 10px;
}
.listing-facets .link-reset {
font-size: 0.875rem;
border: 0 none;
padding: 0;
background: 0 none;
margin-right: auto;
color: var(--color-1);
text-decoration: underline;
cursor: pointer;
}
.listing-facets .facet-wrap {
margin-bottom: 15px;
}
.listing-facets .facet-wrap:last-child {
margin-bottom: 0;
}
.listing-facets .facetwp-facet {
margin-bottom: 15px;
}
.listing-facets .facetwp-facet:last-child {
margin-bottom: 0;
}
.listing-facets .facetwp-facet.wrapper-dates label {
display: inline-block;
min-width: 50px;
font-weight: 700;
}
.listing-facets .facetwp-facet.wrapper-dates input {
width: 100%;
}
.listing-facets .facetwp-facet.wrapper-dates .date-du,
.listing-facets .facetwp-facet.wrapper-dates .date-au {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.listing-facets .facetwp-facet.wrapper-dates .date-du {
margin-bottom: 10px;
}
@media (min-width: 992px) {
.listing-facets .facetwp-facet.wrapper-dates {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.listing-facets .facetwp-facet.wrapper-dates .date-du,
.listing-facets .facetwp-facet.wrapper-dates .date-au {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 50%;
}
.listing-facets .facetwp-facet.wrapper-dates .date-du {
margin-bottom: 0;
padding-right: 10px;
}
}
.listing-facets .facetwp-counter {
color: var(--color-1);
}
.listing-facets .facetwp-checkbox {
background: 0 none;
padding: 4px 0;
padding-left: 35px;
position: relative;
}
.listing-facets .facetwp-checkbox::before {
content: "";
display: block;
height: 15px;
width: 15px;
position: absolute;
top: 5px;
left: 5px;
background: var(--wp--preset--color--white);
-webkit-box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--color-1);
box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--color-1);
}
.listing-facets .facetwp-checkbox.checked {
background: 0 none;
}
.listing-facets .facetwp-checkbox.checked::before {
background: var(--color-1);
-webkit-box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--color-1);
box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--color-1);
}
.listing-header .results,
.facetwp-template .results {
font-family: Montserrat, sans-serif;
font-size: 1.5rem;
text-transform: uppercase;
padding-top: 4px;
height: 50px;
}
.listing-header {
padding: 0 15px;
}
.listing-header .toggle-container .toggle-btn {
min-height: 36px;
padding: 10px 16px 10px 40px;
background: 0 none;
border: solid 2px var(--wp--preset--color--dark);
background-color: var(--wp--preset--color--dark);
color: var(--wp--preset--color--white);
font-weight: 700;
border-radius: 4px;
font-size: 1rem;
font-family: Montserrat, sans-serif;
line-height: 1;
position: relative;
cursor: pointer;
-webkit-transition: background 0.25s, color 0.25s;
transition: background 0.25s, color 0.25s;
}
.listing-header .toggle-container .toggle-list {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--switch-list);
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: 5px 2px;
background-repeat: no-repeat;
}
.listing-header .toggle-container .toggle-fulllist {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--switch-map);
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: 5px 2px;
background-repeat: no-repeat;
}
.listing-header .toggle-container .toggle-map {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--switch-map);
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: 5px 2px;
background-repeat: no-repeat;
}
.listing-header .toggle-container .toggle-facets {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--switch-filters);
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
background-size: 30px 30px;
background-position: 5px 2px;
background-repeat: no-repeat;
}
.listing-header .toggle-container:focus {
outline: none;
}
.facetwp-selections {
position: relative;
z-index: 1;
}
.facetwp-selections ul {
list-style: none;
padding-left: 0;
}
.facetwp-selections li {
position: relative;
padding: 10px;
margin: 5px;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
line-height: 34px;
}
.facetwp-selections li .facetwp-selection-label {
font-weight: 700;
}
.facetwp-selections li .facetwp-selection-value {
position: relative;
padding: 10px;
padding-right: 16px;
cursor: pointer;
}
.facetwp-selections li .facetwp-selection-value::before {
content: "";
display: block;
position: absolute;
top: 0;
right: -5px;
bottom: 0;
left: 0;
z-index: -1;
background: var(--color-1);
-webkit-transform-origin: bottom right;
transform-origin: bottom right;
-webkit-transform: skewX(-8deg);
transform: skewX(-8deg);
opacity: 0;
-webkit-transition: 0.2s;
transition: 0.2s;
}
.facetwp-selections li .facetwp-selection-value:hover::before {
opacity: 1;
}
.facetwp-selections li::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 2px;
bottom: 0;
left: 0;
z-index: -1;
background: var(--color-1);
-webkit-transform-origin: top right;
transform-origin: top right;
-webkit-transform: skewX(-8deg);
transform: skewX(-8deg);
}
.facetwp-pager {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 15px 0;
}
.facetwp-pager > .facetwp-page {
padding: 8px 6px;
background: var(--color-1);
color: var(--wp--preset--color--white);
margin: 0 3px;
margin-bottom: 6px;
min-width: 32px;
text-align: center;
font-weight: 700;
text-decoration: none;
line-height: 1;
-webkit-transition: background 0.25s, color 0.25s;
transition: background 0.25s, color 0.25s;
}
.facetwp-pager > .facetwp-page:hover, .facetwp-pager > .facetwp-page:focus, .facetwp-pager > .facetwp-page.active {
background: var(--color-1);
}
footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
margin-top: 40px;
z-index: 0;
}
footer .info-contact {
color: var(--wp--preset--color--white);
}
footer .link-contact a {
color: var(--wp--preset--color--white);
}
footer .link-contact a:hover {
color: var(--color-3);
}
.region-wrapper-footer-main, .region-wrapper-footer-secondary {
position: relative;
}
.region-wrapper-footer-main {
position: relative;
background-color: var(--wp--preset--color--dark);
color: var(--wp--preset--color--white);
padding-top: 5%;
padding-bottom: 5%;
}
.region-wrapper-footer-main::before, .region-wrapper-footer-main::after {
content: "";
display: block;
width: 100%;
position: absolute;
background-color: var(--wp--preset--color--light);
pointer-events: none;
z-index: 1;
}
.region-wrapper-footer-main::before {
aspect-ratio: 1928/79;
inset: 0 0 auto 0;
margin-top: -2px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top-inv.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top-inv.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.region-wrapper-footer-main::after {
aspect-ratio: 1928/96;
inset: auto 0 0;
margin-bottom: -2px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-bottom-inv.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-bottom-inv.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.region-wrapper-footer-secondary {
padding: 15px;
}
.region-wrapper-after-footer {
background-color: var(--wp--preset--color--light);
}
@media (max-width: 991px) {
.region-wrapper-after-footer {
padding-bottom: 100px;
}
}
.region-footer-main, .region-footer-secondary, .region-after-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-left: auto;
margin-right: auto;
padding: 0 15px;
}
@media (min-width: 768px) {
.region-footer-main, .region-footer-secondary, .region-after-footer {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media (min-width: 992px) {
.region-footer-main, .region-footer-secondary, .region-after-footer {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
.region-footer-main > div, .region-footer-secondary > div, .region-after-footer > div {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
}
@media (min-width: 768px) {
.region-footer-main > div, .region-footer-secondary > div, .region-after-footer > div {
-webkit-box-flex: 1;
-ms-flex: 1 1 400px;
flex: 1 1 400px;
}
}
@media (min-width: 1200px) {
.region-footer-main > div, .region-footer-secondary > div, .region-after-footer > div {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
}
}
.region-footer-main h2, .region-footer-secondary h2, .region-after-footer h2 {
width: 100%;
}
.region-footer-main {
padding: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.region-footer-main .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
width: 100%;
}
.region-secondary {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 15px 0;
gap: 10px;
}
.region-secondary > p {
margin: 0;
}
.region-secondary > .wp-block-group {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
margin: 0;
}
@media (min-width: 768px) {
.region-secondary > .wp-block-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (min-width: 992px) {
.region-secondary > .wp-block-group {
gap: 15px;
}
}
.region-secondary > .wp-block-group .wp-block-image:nth-of-type(3) {
padding: 5px;
background-color: var(--color-4);
}
.region-footer-main-1, .region-footer-main-2, .region-footer-main-3, .region-footer-main-4 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
padding: 15px;
}
.region-footer-main-1 > *, .region-footer-main-2 > *, .region-footer-main-3 > *, .region-footer-main-4 > * {
width: 100%;
margin: 0;
}
@media (max-width: 991px) {
.region-footer-main-1 > *, .region-footer-main-2 > *, .region-footer-main-3 > *, .region-footer-main-4 > * {
max-width: 350px;
margin: 0 auto;
}
}
.region-footer-main-1 h2, .region-footer-main-2 h2, .region-footer-main-3 h2, .region-footer-main-4 h2 {
max-width: unset;
}
.region-footer-main-1 .wp-block-image img {
width: 300px;
height: auto;
max-width: 100%;
margin: 0;
}
@media (min-width: 768px) {
.region-footer-main-3 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
}
@media (min-width: 992px) {
.region-footer-main-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
}
@media (min-width: 768px) {
.region-footer-main-4 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
}
@media (min-width: 992px) {
.region-footer-main-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
}
.region-footer-main-5 {
width: 100%;
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
@media (max-width: 991px) {
.region-footer-main-5 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.region-footer-main-5 .logo-main,
.region-footer-main-5 .logo-secondary {
width: calc(50% - 7.5px);
}
@media (min-width: 992px) {
.region-footer-main-5 .logo-main,
.region-footer-main-5 .logo-secondary {
width: 20%;
}
}
.region-footer-main-5 .logos {
width: 100%;
}
@media (min-width: 992px) {
.region-footer-main-5 .logos {
width: 60%;
}
}
.block-social-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
}
@media (min-width: 768px) {
.block-social-links {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
max-width: 125px;
}
}
.block-social-links p {
margin: 0;
}
.block-social-links * {
margin-left: 0 !important;
margin-right: 0 !important;
}
.block-partenaires {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 30px;
padding: 0 15px;
}
.block-partenaires > figure {
margin: 0 !important;
max-width: 160px;
}
.block-partenaires > figure.size-full {
height: auto;
}
.block-partenaires img {
max-height: 55px;
min-height: 25px;
width: auto;
}
.block-footer-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 10px;
}
.block-footer-buttons .wp-block-ws-library-ws-button {
margin: 0 !important;
}
.block-footer-buttons .wp-block-ws-library-ws-button .wp-element-button {
min-width: 210px;
}
.block-footer-newsletter .h3 {
color: var(--wp--preset--color--white);
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.block-footer-newsletter .h3 strong {
color: var(--color-1);
}
.block-footer-carte {
position: relative;
padding-left: 35%;
}
.block-footer-carte .link-contact {
position: absolute;
inset: auto auto 35% 0;
margin-bottom: 0;
}
.block-footer-carte .map-bg,
.block-footer-carte .map-bg-fix {
fill: var(--color-1);
}
.block-footer-carte svg {
margin-top: 0;
max-width: 100%;
height: auto;
}
.info-contact {
position: relative;
padding: 7px 5px 7px 2.5em;
font-weight: 700;
font-size: 1.125rem;
text-decoration: none;
}
.info-contact::after {
content: "";
display: block;
width: 1.7em;
height: 1.7em;
position: absolute;
inset: 0.1em auto auto 0.2em;
}
.link-contact a {
display: inline-block;
position: relative;
padding: 7px 5px 7px 2.5em;
font-weight: 700;
font-size: 1.125rem;
text-decoration: none;
}
.link-contact a::after {
content: "";
display: block;
width: 1.7em;
height: 1.7em;
position: absolute;
inset: 0.1em auto auto 0.2em;
}
.site-header {
background-color: var(--wp--preset--color--white);
}
.site-header.is-fixed {
position: static;
}
@media (min-width: 992px) {
.site-header.is-fixed {
position: sticky;
}
}
.site-header.is-fixed + main {
padding-top: 0;
}
@media (max-width: 991px) {
.site-header.is-fixed .top-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: static;
z-index: 6;
}
}
@media (min-width: 992px) {
.site-header.is-fixed .top-header {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 10;
}
}
.top-header {
--ws-menu-height: var(--menuHeight);
}
.region-menu, .region-quick-access, .region-search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 30px;
height: 100%;
position: relative;
margin: 0;
padding: 15px;
overflow: auto;
}
@media (min-width: 992px) {
.region-menu, .region-quick-access, .region-search {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.region-quick-access {
width: -webkit-fit-content !important;
width: -moz-fit-content !important;
width: fit-content !important;
position: relative;
margin-right: 0 !important;
padding-top: 0;
padding-bottom: 0;
background-color: var(--color-1);
overflow: visible;
z-index: 0;
}
@media (max-width: 991px) {
.region-quick-access {
padding-right: 77px;
padding-left: 0;
margin-left: auto;
}
}
@media (max-width: 991px) {
.region-quick-access::before {
content: "";
display: block;
position: absolute;
width: 40px;
inset: 0 auto 0 -10px;
background-color: var(--color-1);
border-radius: 4px 0 0 4px;
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
z-index: -1;
}
}
@media (min-width: 992px) {
.region-quick-access {
margin-left: auto;
overflow: visible;
}
}
.wp-block-site-logo {
position: relative;
height: auto;
padding: 10px 0;
}
@media (min-width: 992px) {
.wp-block-site-logo {
z-index: 10;
}
}
.wp-block-site-logo img {
width: 118px;
-webkit-transition: width 0.4s;
transition: width 0.4s;
max-width: 50vw;
max-height: unset;
}
.tools-area {
inset: auto 0 5px 0;
max-width: 100% !important;
pointer-events: none;
}
@media (min-width: 992px) {
.tools-area {
display: none;
}
}
.tools-area .inner-tools {
width: 100%;
max-width: 100% !important;
padding: 0 !important;
border-radius: unset;
-webkit-box-shadow: unset;
box-shadow: unset;
background-color: unset;
}
.tools-area .nav-link {
pointer-events: all;
}
@media (min-width: 992px) {
.inner-tools {
display: none;
}
}
.secondary-area {
width: 100% !important;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--wp--preset--color--white);
z-index: 2;
}
@media (min-width: 992px) {
.secondary-area {
width: auto !important;
position: absolute;
inset: 100% 0 auto auto;
padding: 10px 15px;
background-color: var(--color-4);
}
}
@media (min-width: 1470px) {
.secondary-area {
position: static;
inset: unset;
padding: 0;
background-color: unset;
}
}
.secondary-area::before {
content: "";
display: block;
position: absolute;
inset: 0;
background-color: var(--wp--preset--color--white);
opacity: 0.1;
pointer-events: none;
border-radius: 0;
z-index: -1;
}
@media (min-width: 992px) {
.secondary-area::before {
width: 40px;
inset: 0 auto 0 -20px;
background-color: var(--color-4);
opacity: 1;
border-radius: 0 0 0 4px;
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
z-index: -1;
}
}
@media (min-width: 1470px) {
.secondary-area::before {
content: none;
display: none;
}
}
@media (max-width: 991px) {
body.home .site-header.is-fixed .top-header {
position: absolute;
inset: 0 0 auto 0;
background-color: unset;
-webkit-box-shadow: unset;
box-shadow: unset;
}
}
@media (max-width: 991px) {
body.home .wp-block-site-logo img {
-webkit-filter: brightness(100);
filter: brightness(100);
}
}
.menu-area,
.search-area {
width: 100%;
background-color: var(--wp--preset--color--light);
inset: calc(var(--page-top) * 1px) 0 0;
}
@media (min-width: 992px) {
.menu-area {
background-color: var(--wp--preset--color--white);
-webkit-box-flex: unset;
-ms-flex-positive: unset;
flex-grow: unset;
width: auto;
}
}
.menu-area .menu-toggle,
.search-area .search-toggle,
.additional-area .additional-toggle {
-webkit-transform: none;
transform: none;
max-width: unset;
width: auto;
left: 0;
right: 0;
border-radius: 0;
background-color: var(--wp--preset--color--black);
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--cross);
}
.menu-area .menu-toggle a,
.search-area .search-toggle a,
.additional-area .additional-toggle a {
width: 40px;
height: 40px;
margin: 5px auto;
background: unset;
}
.menu-area .menu-toggle a::before,
.search-area .search-toggle a::before,
.additional-area .additional-toggle a::before {
clip-path: unset;
-webkit-transform: unset;
transform: unset;
-webkit-mask-image: unset;
mask-image: unset;
background: unset;
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.wpml-language-switcher-block > .wp-block-navigation-item {
background-color: transparent;
}
.wpml-language-switcher-block .wp-block-navigation-submenu ul {
--language-spacing: 0 !important;
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--multilangue);
padding: 8px !important;
gap: 10px;
}
.wpml-language-switcher-block .wp-block-navigation-submenu ul::before {
content: none;
display: none;
}
.wpml-language-switcher-block .wp-block-navigation-submenu ul .wp-block-navigation-item[data-wpml=current-language-item] {
margin-bottom: var(--language-spacing) !important;
}
.wpml-language-switcher-block .wp-block-navigation-submenu ul .wp-block-navigation-item[data-wpml=current-language-item]::before {
content: "";
display: block;
width: 30px;
height: 30px;
-webkit-mask-image: unset;
mask-image: unset;
background-color: unset;
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.wpml-language-switcher-block .wp-block-navigation-submenu ul .wp-block-navigation-item[data-wpml=current-language-item] .wpml-ls-flag {
display: none !important;
}
.site-header {
width: 100%;
}
@media (min-width: 992px) {
.site-header .search-area {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
opacity: 0;
pointer-events: none;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: opacity 0.25s, -webkit-transform 0.4s;
transition: opacity 0.25s, -webkit-transform 0.4s;
transition: transform 0.4s, opacity 0.25s;
transition: transform 0.4s, opacity 0.25s, -webkit-transform 0.4s;
}
}
.site-header .search-area::before {
content: "";
display: block;
height: var(--menuHeight);
position: fixed;
inset: 0 0 auto 0;
background-color: var(--wp--preset--color--white);
-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
pointer-events: none;
z-index: 1;
}
@media (min-width: 992px) {
.site-header .search-area.is-open {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.site-header .wpml-language-switcher-block {
margin-top: -10px;
}
@media (max-width: 991px) {
.site-header .menu-area,
.site-header .search-area,
.site-header .additional-area {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
opacity: 0;
pointer-events: none;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: opacity 0.25s, -webkit-transform 0.4s;
transition: opacity 0.25s, -webkit-transform 0.4s;
transition: transform 0.4s, opacity 0.25s;
transition: transform 0.4s, opacity 0.25s, -webkit-transform 0.4s;
}
}
@media (max-width: 991px) {
.site-header .menu-area.is-open,
.site-header .search-area.is-open,
.site-header .additional-area.is-open {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.site-header .region-wrapper-menu, .site-header .region-wrapper-quick-access, .site-header .region-wrapper-search {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (max-width: 991px) {
.site-header .region-wrapper-menu {
position: fixed;
pointer-events: none;
inset: calc(var(--page-top) * 1px) 0 0;
background-color: var(--wp--preset--color--green);
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
z-index: 2;
}
.site-header .region-wrapper-menu.open {
-webkit-transform: translateY(0);
transform: translateY(0);
pointer-events: all;
}
.site-header .region-wrapper-menu::after {
content: "";
display: block;
position: absolute;
inset: auto 0 0;
background-color: var(--wp--preset--color--light);
width: 100%;
height: 100px;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mask-header.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mask-header.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
pointer-events: none;
z-index: 2;
}
}
@media (max-width: 991px) and (max-width: 991px) {
.site-header .region-wrapper-menu::after {
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}
}
@media (max-width: 991px) and (min-width: 992px) {
.site-header .region-wrapper-menu::after {
height: auto;
aspect-ratio: 1920/72;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/img/backgrounds/mountain-top.svg);
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
}
.site-header .region-wrapper-quick-access {
display: block !important;
opacity: 1;
}
@media (max-width: 991px) {
.site-header .region-wrapper-quick-access {
position: fixed;
pointer-events: none;
inset: auto 0 55px 0;
background-color: unset;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
-webkit-transform: translateX(100%);
transform: translateX(100%);
z-index: 2;
}
.site-header .region-wrapper-quick-access.is-open {
-webkit-transform: translateX(0);
transform: translateX(0);
pointer-events: all;
}
}
@media (min-width: 992px) {
.site-header .region-wrapper-quick-access {
position: fixed;
pointer-events: all;
width: auto;
height: auto;
inset: 0 100% 0 auto;
padding: 0;
-webkit-transform: none;
transform: none;
overflow: visible;
padding-top: calc(var(--page-top) * 1px + var(--menuHeight) + 35px);
background-color: transparent;
}
}
@media (min-width: 992px) {
.site-header .region-wrapper-quick-access .panel-title {
display: none;
}
}
body.additional-open {
overflow: auto;
}
body.search-open .ws-navigation-menu .nav-link.link-search::before {
-webkit-mask-image: unset;
mask-image: unset;
}
.lightbox-trigger {
display: block;
line-height: 0;
width: 100%;
overflow: hidden;
}
.lightbox-trigger img {
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.lightbox-trigger:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.caption {
font-size: 0.875rem;
text-align: center;
}
.caption:empty {
display: none;
}
.credits {
color: var(--wp--preset--color--dark);
font-size: 0.625rem;
position: absolute;
padding: 10px 15px 5px;
inset: 100% 0 auto auto;
}
.credits:emtpy {
display: none;
}
.credits:not(:empty)::before {
content: "©";
margin-right: 2px;
display: inline-block;
}
.picto-facebook::after {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--facebook);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--facebook);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-instagram::after {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--instagram);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--instagram);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-youtube::after {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--youtube);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--youtube);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-linkedin::after {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--linkedin);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--linkedin);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-x::after {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--x);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--x);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-share::after {
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--share);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#social--share);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-gps {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--gps);
}
.picto-gps::after,
.picto-gps a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-marker {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--marker);
}
.picto-marker::after,
.picto-marker a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-phone {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--phone);
}
.picto-phone::after,
.picto-phone a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-email {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--email);
}
.picto-email::after,
.picto-email a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-clock {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--clock);
}
.picto-clock::after,
.picto-clock a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-traffic {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--traffic);
}
.picto-traffic::after,
.picto-traffic a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-go {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--go);
}
.picto-go::after,
.picto-go a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-white--gps {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--gps);
}
.picto-white--gps::after,
.picto-white--gps a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-white--marker {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--marker);
}
.picto-white--marker::after,
.picto-white--marker a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-white--phone {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--phone);
}
.picto-white--phone::after,
.picto-white--phone a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-white--email {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--email);
}
.picto-white--email::after,
.picto-white--email a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-white--clock {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--clock);
}
.picto-white--clock::after,
.picto-white--clock a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-white--traffic {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--traffic);
}
.picto-white--traffic::after,
.picto-white--traffic a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-white--go {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--go);
}
.picto-white--go::after,
.picto-white--go a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.picto-black--instagram {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--instagram);
}
.picto-black--instagram::after,
.picto-black--instagram a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-agenda {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--agenda);
}
.icon-agenda::after,
.icon-agenda a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-website {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--website);
}
.icon-website::after,
.icon-website a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-email {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--email);
}
.icon-email::after,
.icon-email a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-phone {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--phone);
}
.icon-phone::after,
.icon-phone a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-facebook {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--facebook);
}
.icon-facebook::after,
.icon-facebook a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-instagram {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--instagram);
}
.icon-instagram::after,
.icon-instagram a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-googlemybusiness {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--googlemybusiness);
}
.icon-googlemybusiness::after,
.icon-googlemybusiness a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-tripadvisor {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--tripadvisor);
}
.icon-tripadvisor::after,
.icon-tripadvisor a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.icon-reservation {
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--black--reservation);
}
.icon-reservation::after,
.icon-reservation a::after {
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.splide--nav,
.splide--slide,
.splide--loop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 15px;
max-width: unset !important;
}
.splide--nav .list-items,
.splide--slide .list-items,
.splide--loop .list-items {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
gap: unset;
}
.splide--nav .list-items .item,
.splide--slide .list-items .item,
.splide--loop .list-items .item {
width: auto;
padding: 0;
margin-bottom: 0;
}
.splide__track {
width: 100%;
max-width: 100%;
}
.splide__track--nav > .splide__list > .splide__slide {
border: 0;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
border: 0;
}
.splide__arrows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 15px;
position: relative;
background: unset;
z-index: 2;
}
.splide__arrows::before {
content: "";
display: block;
position: absolute;
width: 32px;
height: 32px;
inset: 8px auto auto 50%;
-webkit-transition: inset 0.4s;
transition: inset 0.4s;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#others--separator);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#others--separator);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--dark);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
z-index: -1;
}
.splide__arrows .splide__arrow {
display: block;
position: relative;
inset: unset;
width: 48px;
height: 48px;
background-color: unset;
border-radius: 0;
opacity: 1;
-webkit-transform: none;
transform: none;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.splide__arrows .splide__arrow::after {
content: "";
display: block;
position: absolute;
height: 32px;
width: 32px;
inset: 8px 8px auto auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--arrow);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#arrows--arrow);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--color-1);
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
transition: opacity 0.4s, -webkit-transform 0.4s;
transition: transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.splide__arrows .splide__arrow:hover::after {
-webkit-transform: translateX(5px);
transform: translateX(5px);
opacity: 0.8;
}
.splide__arrows .splide__arrow svg {
display: none;
}
.splide__arrows .splide__arrow[disabled]::after {
background-color: var(--wp--preset--color--dark);
}
.splide__arrows .splide__arrow[disabled]:hover::after {
-webkit-transform: none;
transform: none;
opacity: 1;
}
.splide__arrows .splide__arrow.splide__arrow--prev, .splide__arrows .splide__arrow.btn-prev {
-webkit-transform: rotateZ(-180deg);
transform: rotateZ(-180deg);
}
.splide:not(.is-overflow) .splide__arrows {
display: none;
}
.splide__slide .item {
height: 100%;
}
:root :where(.is-layout-flex) {
gap: 15px;
}
img {
display: block;
}
a:where(:not(.wp-element-button)) {
text-decoration: none;
}
.praloup-loader {
display: none;
position: fixed;
inset: 0;
z-index: 5;
} body.panel-open {
overflow: hidden;
}
body.panel-open main {
z-index: 3;
}
.panel-fixe {
position: fixed;
inset: calc(var(--page-top) * 1px) 0 0;
z-index: 3;
pointer-events: none;
margin: 0 !important;
}
.panel-fixe .panel-overlay {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: transparent;
max-width: none;
-webkit-transition: background 0.35s;
transition: background 0.35s;
}
.panel-fixe .panel-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px;
padding-left: 30px;
background-color: var(--wp--preset--color--dark);
}
.panel-fixe .panel-title {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-weight: 700;
font-size: 24px;
color: var(--wp--preset--color--white);
}
.panel-fixe .panel-close {
width: 45px;
height: 45px;
position: relative;
margin-left: auto;
border: 0;
border-radius: 50px;
-webkit-box-shadow: 0;
box-shadow: 0;
font-size: 0;
cursor: pointer;
--url: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--white--cross);
background-image: var(--url, url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#icons--summer--sun));
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
}
.panel-fixe .panel-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
max-width: 560px;
position: absolute;
inset: 0 0 0 auto;
background: var(--wp--preset--color--white);
margin: 0;
-webkit-box-shadow: 0 0 25px var(--wp--preset--color--dark);
box-shadow: 0 0 25px var(--wp--preset--color--dark);
z-index: 3;
-webkit-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform 0.45s, -webkit-box-shadow 0.25s;
transition: -webkit-transform 0.45s, -webkit-box-shadow 0.25s;
transition: transform 0.45s, box-shadow 0.25s;
transition: transform 0.45s, box-shadow 0.25s, -webkit-transform 0.45s, -webkit-box-shadow 0.25s;
}
.panel-fixe .panel-content {
padding: 30px;
height: 100%;
overflow: auto;
}
.panel-fixe .results-count {
display: contents;
}
.panel-fixe .panel-footer {
border-top: solid 1px var(--color-1);
padding: 15px;
margin-top: auto;
}
.panel-fixe .panel-footer button {
padding: 0.85em 1.1em;
border: 0;
border-radius: 4px;
text-decoration: none;
text-align: center;
font-weight: 400;
background-color: var(--wp--preset--color--dark);
color: var(--wp--preset--color--white);
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.panel-fixe .panel-footer button:hover {
opacity: 0.8;
}
.panel-fixe.open {
pointer-events: all;
z-index: 100000;
}
.panel-fixe.open .panel-overlay {
background: rgba(0, 0, 0, 0.4);
}
.panel-fixe.open .panel-inner {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
} @media (min-width: 992px) {
.panel-fixe.panel-popup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.panel-fixe.panel-popup .panel-inner {
position: relative;
height: 100%;
max-height: 85vh;
-webkit-transform: translateY(-60px);
transform: translateY(-60px);
opacity: 0;
-webkit-transition: opacity 0.25s, -webkit-transform 0.35s;
transition: opacity 0.25s, -webkit-transform 0.35s;
transition: transform 0.35s, opacity 0.25s;
transition: transform 0.35s, opacity 0.25s, -webkit-transform 0.35s;
}
.panel-fixe.panel-popup.open .panel-inner {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
.ws-api--meteo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: unset !important;
-ms-flex-align: unset !important;
align-items: unset !important;
position: relative;
padding: 15px;
z-index: 0;
}
@media (min-width: 992px) {
.ws-api--meteo {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
padding: 30px 15px;
min-width: 50%;
}
}
.ws-api--meteo .wrapper-meteo, .ws-api--meteo .wrapper-enneigement {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
position: relative;
z-index: 0;
margin-top: 0;
margin-bottom: 0;
}
.ws-api--meteo .wrapper-meteo > .wrapper, .ws-api--meteo .wrapper-enneigement > .wrapper {
height: 100%;
padding: 15px;
background: rgba(160, 191, 195, 0.2);
}
@media (min-width: 992px) {
.ws-api--meteo .wrapper-meteo > .wrapper, .ws-api--meteo .wrapper-enneigement > .wrapper {
padding: 30px 15px;
min-width: 50%;
}
}
.ws-api--meteo .meteo-zones {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ws-api--meteo .meteo-zone {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 25px;
position: relative;
padding: 25px;
}
@media (min-width: 992px) {
.ws-api--meteo .meteo-zone {
gap: 45px;
padding: 45px;
}
}
.ws-api--meteo .enneigement-date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ws-api--meteo .enneigement-zones {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.ws-api--meteo .enneigement-zone {
max-width: 350px;
padding-top: 25px;
padding-bottom: 25px;
}
@media (min-width: 1470px) {
.ws-api--meteo .enneigement-zone {
padding-top: 45px;
padding-bottom: 45px;
}
}
.ws-api--meteo .enneigement-data {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
gap: 20px 10px;
grid-template-areas: "a a" "b c";
}
.ws-api--meteo .enneigement-data ws-snowreport-value[data-target-data=snowTotalDepth] {
grid-area: a;
}
.ws-api--meteo .enneigement-data ws-snowreport-value[data-target-data=freshSnowFallDepth24H] {
grid-area: b;
}
.ws-api--meteo .enneigement-data ws-snowreport-value[data-target-data=avalancheRisk] {
grid-area: c;
}
.ws-api--meteo .date {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ws-api--meteo .date-label {
color: var(--wp--preset--color--dark);
text-align: center;
font-size: 1.25rem;
font-weight: 700;
font-style: normal;
text-transform: uppercase;
-webkit-transition: font-size 0.4s, font-weight 0.4s;
transition: font-size 0.4s, font-weight 0.4s;
}
@media (min-width: 768px) {
.ws-api--meteo .date-label {
font-size: 1.375rem;
}
}
@media (min-width: 1470px) {
.ws-api--meteo .date-label {
font-size: 1.75rem;
}
}
.ws-api--meteo .date-full {
text-align: center;
font-size: 1.125rem;
line-height: 1.1;
}
@media (min-width: 768px) {
.ws-api--meteo .date-full {
font-size: 1.25rem;
}
}
.ws-api--meteo .zone-info {
-webkit-writing-mode: tb-rl;
-ms-writing-mode: tb-rl;
writing-mode: tb-rl;
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
width: 60px;
}
@media (min-width: 768px) {
.ws-api--meteo .zone-info {
width: 80px;
}
}
.ws-api--meteo .zone-forecast {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr;
gap: 30px;
grid-template-areas: "a" "b";
width: 100%;
overflow: hidden;
}
@media (min-width: 768px) {
.ws-api--meteo .zone-forecast {
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-template-areas: "a b";
}
}
.ws-api--meteo .forecast {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
width: 100%;
}
@media (min-width: 992px) {
.ws-api--meteo .forecast {
gap: 15px;
}
}
.ws-api--meteo .forecast:nth-of-type(1) {
grid-area: a;
}
.ws-api--meteo .forecast:nth-of-type(2) {
grid-area: b;
}
.ws-api--meteo .forecast-label {
color: var(--wp--preset--color--dark);
text-align: center;
font-size: 1.375rem;
text-transform: uppercase;
line-height: 1;
}
.ws-api--meteo .forecast-data {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
gap: 15px 10px;
grid-template-areas: "a b" "c d";
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.ws-api--meteo .forecast-data ws-snowreport-value[data-target-data=skyStatus] {
grid-area: a;
}
.ws-api--meteo .forecast-data ws-snowreport-value[data-target-data=temperature] {
grid-area: b;
}
.ws-api--meteo .forecast-data ws-snowreport-value[data-target-data=wind] {
grid-area: c;
}
.ws-api--meteo .forecast-data ws-snowreport-value[data-target-data=windDirection] {
grid-area: d;
}
.ws-api--meteo .zone-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
gap: 25px;
color: var(--color-1);
font-size: 1.875rem;
font-weight: 700;
}
.ws-api--meteo .zone-title::before, .ws-api--meteo .zone-title::after {
content: "";
display: block;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
height: 1px;
background-color: var(--wp--preset--color--white);
}
.ws-api--meteo h4 {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--wp--preset--color--dark);
}
dl {
margin: 0;
}
ws-snowreport-value .label {
white-space: normal;
}
ws-snowreport-value .ws-snowreport--last-modified .label {
color: var(--color-1);
}
ws-snowreport-value .ws-snowreport--name .label {
display: none;
}
ws-snowreport-value .ws-snowreport--name .value {
color: var(--color-1);
text-align: right;
font-size: 1.125rem;
line-height: 1;
text-transform: uppercase;
text-wrap: balance;
}
@media (min-width: 768px) {
ws-snowreport-value .ws-snowreport--name .value {
font-size: 1.375rem;
}
}
ws-snowreport-value .ws-snowreport--altitude .label {
display: none;
}
ws-snowreport-value .ws-snowreport--altitude .value {
color: var(--color-1);
text-align: right;
font-family: Caveat, monospace;
font-size: 2.25rem;
font-weight: 900;
line-height: 1;
text-transform: uppercase;
}
@media (min-width: 768px) {
ws-snowreport-value .ws-snowreport--altitude .value {
font-size: 2.875rem;
}
}
ws-snowreport-value .ws-snowreport--altitude .value .value {
font-size: 1em;
}
ws-snowreport-value .ws-snowreport--altitude .value .unit {
margin-top: 0.2em;
}
ws-snowreport-value .ws-snowreport--sky-status, ws-snowreport-value .ws-snowreport--temperature {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
ws-snowreport-value .ws-snowreport--sky-status .label {
display: none;
}
ws-snowreport-value .ws-snowreport--sky-status .value .icon {
width: 55px;
height: 55px;
margin-left: auto;
margin-right: auto;
background-color: var(--color-1);
background-image: unset !important;
}
@media (min-width: 768px) {
ws-snowreport-value .ws-snowreport--sky-status .value .icon {
width: 65px;
height: 65px;
}
}
@media (min-width: 1200px) {
ws-snowreport-value .ws-snowreport--sky-status .value .icon {
width: 70px;
height: 70px;
}
}
ws-snowreport-value .ws-snowreport--sky-status.ws-snowreport-empty > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/EMPTY.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/EMPTY.svg);
-webkit-mask-size: 32px 32px;
mask-size: 32px 32px;
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=UNDEF] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/UNDEF.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/UNDEF.svg);
-webkit-mask-size: 32px 32px;
mask-size: 32px 32px;
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=SUNNY] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/SUNNY.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/SUNNY.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=MOSTLY_SUNNY] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/MOSTLY_SUNNY.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/MOSTLY_SUNNY.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=FAIR_WEATHER_PARTLY_CLOUDY] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/FAIR_WEATHER_PARTLY_CLOUDY.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/FAIR_WEATHER_PARTLY_CLOUDY.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=MOSTLY_CLOUDY_SOME_SUN] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/MOSTLY_CLOUDY_SOME_SUN.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/MOSTLY_CLOUDY_SOME_SUN.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=MOSTLY_CLOUDY_LIGHT_RAIN] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/MOSTLY_CLOUDY_LIGHT_RAIN.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/MOSTLY_CLOUDY_LIGHT_RAIN.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=CLOUDY_LIGHT_RAIN] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY_LIGHT_RAIN.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY_LIGHT_RAIN.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=CLOUDY] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=VARIABLE_SKY_LIGHT_SNOWFALL] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/VARIABLE_SKY_LIGHT_SNOWFALL.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/VARIABLE_SKY_LIGHT_SNOWFALL.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=CLOUDY_LIGHT_SNOWFALL] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY_LIGHT_SNOWFALL.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY_LIGHT_SNOWFALL.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=CLOUDY_MODERATE_HEAVY_SNOWFALL] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY_MODERATE_HEAVY_SNOWFALL.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY_MODERATE_HEAVY_SNOWFALL.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=CLOUDY_MODERATE_HEAVY_RAIN] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY_MODERATE_HEAVY_RAIN.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/CLOUDY_MODERATE_HEAVY_RAIN.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=FOG] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/FOG.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/FOG.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=THUNDERSTORMS] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/THUNDERSTORMS.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/THUNDERSTORMS.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=VARIABLE_SKY_SCATTERED_THUNDERSTORMS] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/VARIABLE_SKY_SCATTERED_THUNDERSTORMS.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/lumiplay/VARIABLE_SKY_SCATTERED_THUNDERSTORMS.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=sunny] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/sunny.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/sunny.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=hazy] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/hazy.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/hazy.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=partially-hazy] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/partially-hazy.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/partially-hazy.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=very-cloudy-with-sun] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/very-cloudy-with-sun.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/very-cloudy-with-sun.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=cloudy] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/cloudy.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/cloudy.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=very-cloudy] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/very-cloudy.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/very-cloudy.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=rain-sun] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/rain-sun.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/rain-sun.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=light-rain] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/light-rain.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/light-rain.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=rain] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/rain.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/rain.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=snow-sun] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/snow-sun.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/snow-sun.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=rain-snow] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/rain-snow.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/rain-snow.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=light-snow] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/light-snow.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/light-snow.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=snow] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/snow.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/snow.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=storm] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/storm.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/storm.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=windstorm] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/windstorm.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/windstorm.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=fog] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/fog.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/fog.svg);
}
ws-snowreport-value .ws-snowreport--sky-status[data-sky-status=strong-wind] > .value > .icon {
-webkit-mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/strong-wind.svg);
mask-image: url(https://api.websenso.com/dist/assets/icons/snowreport/skyStatus/digisnow/strong-wind.svg);
}
ws-snowreport-value .ws-snowreport--temperature .label {
display: none;
}
ws-snowreport-value .ws-snowreport--temperature .value {
color: var(--color-1);
text-align: center;
font-size: 50px;
font-weight: 700;
line-height: 1;
}
@media (min-width: 768px) {
ws-snowreport-value .ws-snowreport--temperature .value {
font-size: 60px;
}
}
@media (min-width: 1200px) {
ws-snowreport-value .ws-snowreport--temperature .value {
font-size: 70px;
}
}
ws-snowreport-value .ws-snowreport--temperature .value .value {
font-size: 1em;
}
ws-snowreport-value .ws-snowreport--temperature .value .unit {
margin-top: 0.2em;
font-size: 0.6em;
vertical-align: top;
}
ws-snowreport-value .ws-snowreport--wind, ws-snowreport-value .ws-snowreport--wind-direction {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 5px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding-top: 40px;
}
ws-snowreport-value .ws-snowreport--wind .label, ws-snowreport-value .ws-snowreport--wind-direction .label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 150px;
min-height: 35px;
text-align: center;
font-size: 0.875rem;
font-weight: 400;
text-transform: uppercase;
color: var(--wp--preset--color--dark);
}
ws-snowreport-value .ws-snowreport--wind .value, ws-snowreport-value .ws-snowreport--wind-direction .value {
color: var(--wp--preset--color--dark);
text-align: center;
font-size: 1.25rem;
font-weight: 700;
}
ws-snowreport-value .ws-snowreport--wind .value .value, ws-snowreport-value .ws-snowreport--wind-direction .value .value {
font-size: 1em;
}
ws-snowreport-value .ws-snowreport--wind .value .unit, ws-snowreport-value .ws-snowreport--wind-direction .value .unit {
margin-left: 0.2em;
}
ws-snowreport-value .ws-snowreport--wind .value .description, ws-snowreport-value .ws-snowreport--wind-direction .value .description {
font-size: 1em;
}
ws-snowreport-value .ws-snowreport--wind .value .icon, ws-snowreport-value .ws-snowreport--wind-direction .value .icon {
position: absolute;
inset: 0 0 auto 0;
margin-left: auto;
margin-right: auto;
background-position: center;
}
ws-snowreport-value .ws-snowreport--wind::before {
content: "";
display: block;
width: 30px;
height: 30px;
position: absolute;
inset: 0 0 auto 0;
margin-left: auto;
margin-right: auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#ws-api--wind);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#ws-api--wind);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--dark);
}
ws-snowreport-value .ws-snowreport--wind::after {
content: "";
display: block;
height: 20px;
width: 1px;
background-color: var(--wp--preset--color--dark);
opacity: 0.5;
position: absolute;
inset: auto -5px 18px auto;
}
ws-snowreport-value .ws-snowreport--wind-direction .value .icon {
width: 30px;
height: 30px;
inset: 0 0 auto 0;
margin-left: auto;
margin-right: auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#ws-api--direction) !important;
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#ws-api--direction) !important;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=NORTH] > .value > .icon, ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=n] > .value > .icon {
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=NORTH_EAST] > .value > .icon, ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=ne] > .value > .icon {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=EAST] > .value > .icon, ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=e] > .value > .icon {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=SOUTH_EAST] > .value > .icon, ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=se] > .value > .icon {
-webkit-transform: rotateZ(135deg);
transform: rotateZ(135deg);
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=SOUTH] > .value > .icon, ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=s] > .value > .icon {
-webkit-transform: rotateZ(0);
transform: rotateZ(0);
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=SOUTH_WEST] > .value > .icon, ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=sw] > .value > .icon {
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=WEST] > .value > .icon, ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=w] > .value > .icon {
-webkit-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=NORTH_WEST] > .value > .icon, ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=nw] > .value > .icon {
-webkit-transform: rotateZ(135deg);
transform: rotateZ(135deg);
}
ws-snowreport-value .ws-snowreport--wind-direction[data-wind-direction=TURNING] > .value > .icon {
-webkit-animation: 1s infinite alternate ease-in-out turning;
animation: 1s infinite alternate ease-in-out turning;
}
ws-snowreport-value .ws-snowreport--snow-total-depth .label {
display: none;
}
ws-snowreport-value .ws-snowreport--snow-total-depth .value {
color: var(--color-1);
text-align: center;
font-size: 50px;
font-weight: 700;
line-height: 1;
}
@media (min-width: 768px) {
ws-snowreport-value .ws-snowreport--snow-total-depth .value {
font-size: 60px;
}
}
@media (min-width: 1200px) {
ws-snowreport-value .ws-snowreport--snow-total-depth .value {
font-size: 70px;
}
}
ws-snowreport-value .ws-snowreport--snow-total-depth .value .value {
font-size: 1em;
}
ws-snowreport-value .ws-snowreport--snow-total-depth .value .unit {
margin-left: 0.2em;
font-size: 0.8em;
vertical-align: bottom;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h, ws-snowreport-value .ws-snowreport--avalanche-risk {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 5px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
padding-top: 40px;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .label, ws-snowreport-value .ws-snowreport--avalanche-risk .label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 150px;
min-height: 35px;
text-align: center;
font-size: 0.875rem;
font-weight: 400;
text-transform: uppercase;
color: var(--wp--preset--color--dark);
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .value .score, ws-snowreport-value .ws-snowreport--avalanche-risk .value .score {
color: var(--wp--preset--color--dark);
text-align: center;
font-size: 1.25rem;
font-weight: 700;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .value .score-value, ws-snowreport-value .ws-snowreport--avalanche-risk .value .score-value {
font-size: 1em;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .value .score-total, ws-snowreport-value .ws-snowreport--avalanche-risk .value .score-total {
font-size: 1em;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .value .description, ws-snowreport-value .ws-snowreport--avalanche-risk .value .description {
display: none;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .value .icon, ws-snowreport-value .ws-snowreport--avalanche-risk .value .icon {
height: 45px;
position: absolute;
inset: -10px 0 auto 0;
margin-left: auto;
margin-right: auto;
background-position: center;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h::before {
content: "";
display: block;
width: 30px;
height: 30px;
position: absolute;
inset: 0 0 auto 0;
margin-left: auto;
margin-right: auto;
-webkit-mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#ws-api--snow);
mask-image: url(//www.gfpraloup.com/wp-content/themes/vivaldi-child/assets/sprite/view/sprite.svg#ws-api--snow);
-webkit-mask-size: 100% auto;
mask-size: 100% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--dark);
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h::after {
content: "";
display: block;
height: 20px;
width: 1px;
background-color: var(--wp--preset--color--dark);
opacity: 0.5;
position: absolute;
inset: auto -15px 18px auto;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .value {
color: var(--wp--preset--color--dark);
text-align: center;
font-size: 1.25rem;
font-weight: 700;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .value .value {
font-size: 1em;
}
ws-snowreport-value .ws-snowreport--fresh-snow-fall-depth24h .value .unit {
margin-left: 0.2em;
}
ws-snowreport-stat {
--stat-color: $color-1;
}
ws-snowreport-stat.difficulty-V {
--stat-color: #64D339;
}
ws-snowreport-stat.difficulty-B {
--stat-color: #399FD3;
}
ws-snowreport-stat.difficulty-R {
--stat-color: #D33939;
}
ws-snowreport-stat.difficulty-N {
--stat-color: $color-black;
}
ws-snowreport-cluster {
width: 100%;
max-width: 485px;
}
ws-snowreport-cluster .ws-snowreport--cluster {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 5px;
text-align: left;
}
ws-snowreport-cluster .ws-snowreport--block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media (min-width: 768px) {
ws-snowreport-cluster .ws-snowreport--block {
gap: 10px;
}
}
@media (min-width: 992px) {
ws-snowreport-cluster .ws-snowreport--block {
gap: 15px;
}
}
ws-snowreport-cluster .ws-snowreport--name {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
ws-snowreport-cluster .ws-snowreport--name::after {
content: "";
display: block;
height: 1px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
background-color: #F2F2F2;
}
ws-snowreport-cluster .ws-snowreport--name .label, ws-snowreport-cluster .ws-snowreport--opening-status .label {
display: none;
}
ws-snowreport-cluster .ws-snowreport--name .value, ws-snowreport-cluster .ws-snowreport--opening-status .value {
color: var(--color-1);
font-weight: 700;
}
@media (min-width: 992px) {
ws-snowreport-cluster .ws-snowreport--name .value, ws-snowreport-cluster .ws-snowreport--opening-status .value {
font-size: 1.125rem;
}
}
ws-snowreport-cluster .ws-snowreport--opening-status {
margin-left: auto;
max-width: 110px;
}
@media (min-width: 992px) {
ws-snowreport-cluster .ws-snowreport--opening-status {
max-width: 125px;
}
}
ws-snowreport-cluster .ws-snowreport--opening-status .value {
text-transform: uppercase;
text-align: right;
}
ws-snowreport-cluster .ws-snowreport--difficulty .label, ws-snowreport-cluster .ws-snowreport--poi-type .label {
display: none;
}
ws-snowreport-cluster .ws-snowreport--difficulty > .value > .description, ws-snowreport-cluster .ws-snowreport--poi-type > .value > .description {
display: none;
}
ws-snowreport-cluster .ws-snowreport--difficulty.with-icon > .value > .description, ws-snowreport-cluster .ws-snowreport--poi-type.with-icon > .value > .description {
display: none;
}
@-webkit-keyframes turning {
0% {
-webkit-transform: rotateZ(-30deg);
transform: rotateZ(-30deg);
}
100% {
-webkit-transform: rotateZ(40deg);
transform: rotateZ(40deg);
}
}
@keyframes turning {
0% {
-webkit-transform: rotateZ(-30deg);
transform: rotateZ(-30deg);
}
100% {
-webkit-transform: rotateZ(40deg);
transform: rotateZ(40deg);
}
}