@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 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;
}

::-webkit-scrollbar {
height: 10px;
width: 10px;
background: #FFFFFF;
}
::-webkit-scrollbar-thumb {
background: rgba(222, 110, 91, 0.99);
border: solid 1px #FFFFFF;
border-radius: 6px;
-webkit-transition: background 0.2s;
transition: background 0.2s;
}
::-webkit-scrollbar-thumb:hover {
background: #DE6E5B;
}
::-webkit-scrollbar-thumb:active {
background: #DE6E5B;
}
::-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(222, 110, 91, 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="#DE6E5B"><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="#DE6E5B"><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(222, 110, 91, 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="#DE6E5B"><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="#DE6E5B"><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(222, 110, 91, 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="#DE6E5B"><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="#DE6E5B"><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(222, 110, 91, 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="#DE6E5B"><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="#DE6E5B"><polygon points="15,0 15,100 85,50"/></svg>');
}
:root {
--decadeTop: 0;
--menuHeight: 0;
}
@media (min-width: 992px) {
:root {
--menuHeight: 80px;
}
:root body.admin-bar {
--decadeTop: 32px;
}
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font-family: "DMSans", "Trebuchet MS", Helvetica, sans-serif;
line-height: 1.3;
font-size: 16px;
font-weight: 300;
color: var(--wp--preset--color--purple);
}
@media (min-width: 992px) {
body {
font-size: 18px;
}
}
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
a:focus {
outline: none;
}
a:where(:not(.wp-element-button)) {
color: var(--wp--preset--color--coral);
font-weight: 400;
}
a:where(:not(.wp-element-button)):hover, a:where(:not(.wp-element-button)):focus {
text-decoration: underline;
}
button,
input,
select,
textarea {
font-family: "DMSans", "Trebuchet MS", Helvetica, sans-serif;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: none;
}
input,
select,
textarea {
max-width: none;
width: 100%;
}
input,
textarea {
font-size: 16px;
border: solid 1px;
padding: 10px 18px;
color: var(--wp--preset--color--purple);
}
details {
position: relative;
margin: 0;
padding: 10px 0;
color: var(--wp--preset--color--coral);
z-index: 0;
}
details > summary::-webkit-details-marker {
display: none;
}
details > .details-wrapper {
padding: 0 10px 20px;
}
details p {
padding: 0 15px;
}
details p:first-of-type {
margin-top: 0;
}
details p:last-child {
margin-bottom: 0;
}
details[open] {
background-color: var(--wp--preset--color--purple);
clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 40px, 100% 100%, 0 100%);
color: var(--wp--preset--color--white);
}
details[open] > summary::after {
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}
summary {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
min-height: 60px;
cursor: pointer;
position: relative;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 46px;
line-height: 1.2;
font-weight: bold;
font-size: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--wp--preset--color--coral);
outline: none;
z-index: 1;
}
@media (min-width: 992px) {
summary {
font-size: 22px;
}
}
summary::before, summary::after {
content: "";
display: block;
position: absolute;
}
summary::before {
width: 1.5em;
height: 1.9em;
inset: auto 0.5em 0.5em auto;
background-color: var(--wp--preset--color--coral);
-webkit-transition: height 0.4s;
transition: height 0.4s;
}
summary::after {
width: 0.9em;
height: 0.9em;
inset: auto 0.8em 1em auto;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--purple);
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
summary p {
margin: 0;
padding: 0;
}
summary.notitle > .summary, summary.nolabel > .summary {
display: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
font-family: "FunnelDisplay", "Trebuchet MS", Helvetica, sans-serif;
font-weight: 700;
}
h1,
.h1 {
color: var(--wp--preset--color--anthracite);
font-size: 40px;
line-height: 1;
}
@media (min-width: 768px) {
h1,
.h1 {
font-size: 50px;
}
}
@media (min-width: 992px) {
h1,
.h1 {
font-size: 60px;
}
}
@media (min-width: 1200px) {
h1,
.h1 {
font-size: 70px;
}
}
@media (min-width: 1470px) {
h1,
.h1 {
font-size: 80px;
}
}
h2,
.h2,
h3,
.h3,
h4,
.h4 {
margin: 0;
margin-bottom: 15px;
line-height: 1;
color: var(--wp--preset--color--purple);
}
h2,
.h2 {
font-size: 26px;
}
@media (min-width: 768px) {
h2,
.h2 {
font-size: 36px;
}
}
@media (min-width: 992px) {
h2,
.h2 {
font-size: 46px;
}
}
h3,
.h3 {
font-size: 28px;
}
@media (min-width: 992px) {
h3,
.h3 {
font-size: 32px;
}
}
h4,
.h4 {
font-size: 18px;
}
@media (min-width: 992px) {
h4,
.h4 {
font-size: 22px;
}
}
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 {
padding-top: 0.25em;
padding-bottom: 0.25em;
padding-left: 2em;
min-height: 16px;
position: relative;
}
ul.wp-block-list > li::before,
ol.wp-block-list > li::before,
.faq-answer ul > li::before,
.faq-answer ol > li::before {
content: "";
display: block;
width: 0.75em;
height: 1em;
position: absolute;
top: 0.4em;
left: 0.75em;
background-color: var(--wp--preset--color--coral);
z-index: 1;
}
ul.wp-block-list > li ol,
ul.wp-block-list > li ul,
ol.wp-block-list > li ol,
ol.wp-block-list > li ul,
.faq-answer ul > li ol,
.faq-answer ul > li ul,
.faq-answer ol > li ol,
.faq-answer ol > li ul {
margin-top: 15px;
margin-bottom: -0.25em;
}
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,
.faq-answer ol > li::before {
top: 0.1em;
left: 0;
width: 1.4em;
height: 1.8em;
}
ol.wp-block-list > li::after,
.faq-answer ol > li::after {
content: counter(numero);
position: absolute;
font-weight: 700;
z-index: 2;
top: 5px;
left: 10px;
color: var(--wp--preset--color--purple);
}
.yoast-breadcrumbs {
text-align: center;
margin-bottom: 15px;
font-size: 16px;
}
.yoast-breadcrumbs a {
font-weight: 700;
text-decoration: none;
}
@media (min-width: 992px) {
.yoast-breadcrumbs {
margin-top: 15px;
margin-bottom: 30px;
}
}
.leaflet-popup-content-wrapper {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
}
.leaflet-popup-tip {
background: var(--wp--preset--color--purple);
}
.leaflet-popup-content {
margin: 0;
width: 220px;
}
.leaflet-popup-content .card .group-content .field-title {
font-size: 16px;
}
.leaflet-popup-close-button {
display: none;
}
.editor-visual-editor__post-title-wrapper {
display: none;
}
main {
min-height: 400px;
padding-bottom: 45px;
}
.card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
background-color: var(--wp--preset--color--white);
position: relative;
}
.card .group-media {
position: relative;
width: 50%;
padding-top: 25px;
}
.card .group-media::before, .card .group-media::after {
content: "";
display: block;
height: 20px;
position: absolute;
background-color: var(--wp--preset--color--purple);
pointer-events: none;
z-index: 1;
}
.card .group-media::before {
inset: -5px 10px auto 95px;
background-color: var(--wp--preset--color--purple);
}
.card .group-media::after {
width: 45px;
inset: -5px auto auto 50px;
-webkit-transform-origin: top right;
transform-origin: top right;
-webkit-transform: rotateZ(-55deg);
transform: rotateZ(-55deg);
}
.card .group-content {
width: 50%;
padding: 10px;
}
.card .field-link a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-size: 0;
}
.card .field-link a::before, .card .field-link a::after {
content: "";
display: block;
position: absolute;
}
.card .field-link a::before {
width: 25px;
height: 40px;
inset: auto 30px 0 auto;
background-color: var(--wp--preset--color--coral);
-webkit-transition: height 0.4s;
transition: height 0.4s;
}
.card .field-link a::after {
width: 12px;
height: 12px;
inset: auto 36px 14px auto;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--purple);
-webkit-transition: inset 0.4s;
transition: inset 0.4s;
}
.card .field-image {
height: 100%;
clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
.card .field-image img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.card .field-title {
font-size: 24px;
font-family: "FunnelDisplay", "Trebuchet MS", Helvetica, sans-serif;
}
@media (min-width: 992px) {
.card:hover::before, .card:focus::before {
width: calc(100% - 60px);
}
.card:hover .field-image img, .card:focus .field-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.card:hover .field-link a, .card:focus .field-link a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-size: 0;
}
.card:hover .field-link a::before, .card:focus .field-link a::before {
height: 50px;
}
.card:hover .field-link a::after, .card:focus .field-link a::after {
inset: auto 36px 24px auto;
}
}
body {
--wp--style--root--padding-left: var(--wp--preset--spacing--30);
--wp--style--root--padding-right: var(--wp--preset--spacing--30);
}
:root :where(.is-layout-constrained) > * {
-webkit-margin-before: 30px;
margin-block-start: 30px;
}
@media (min-width: 992px) {
:root :where(.is-layout-constrained) > * {
-webkit-margin-before: 45px;
margin-block-start: 45px;
}
}
.has-global-padding > .alignfull {
margin-left: 0;
margin-right: 0;
}
.wp-block-post-content ul.wp-block-list,
.wp-block-post-content ol.wp-block-list,
.wp-block-post-content p {
max-width: 720px;
}
.wp-block-ws-library-ws-accordion, .wp-block-ws-library-ws-banner, .wp-block-ws-library-ws-list-pictos, .wp-block-ws-library-ws-slider {
max-width: 1440px !important;
}
.wp-block-ws-library-ws-title.is-style-trait-purple h2,
.wp-block-ws-library-ws-title.is-style-trait-purple h3,
.wp-block-ws-library-ws-title.is-style-trait-purple h4 {
padding-left: 20%;
position: relative;
z-index: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title.is-style-trait-purple h2,
.wp-block-ws-library-ws-title.is-style-trait-purple h3,
.wp-block-ws-library-ws-title.is-style-trait-purple h4 {
padding-left: 40%;
}
}
.wp-block-ws-library-ws-title.is-style-trait-purple h2::before,
.wp-block-ws-library-ws-title.is-style-trait-purple h3::before,
.wp-block-ws-library-ws-title.is-style-trait-purple h4::before {
content: "";
display: block;
position: absolute;
inset: 0.2em auto 0 0;
height: 0.7em;
width: calc(20% - 15px);
background-color: var(--wp--preset--color--purple);
z-index: -1;
pointer-events: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title.is-style-trait-purple h2::before,
.wp-block-ws-library-ws-title.is-style-trait-purple h3::before,
.wp-block-ws-library-ws-title.is-style-trait-purple h4::before {
width: calc(40% - 15px);
}
}
.wp-block-ws-library-ws-title.is-style-trait-corail h2,
.wp-block-ws-library-ws-title.is-style-trait-corail h3,
.wp-block-ws-library-ws-title.is-style-trait-corail h4 {
padding-top: 0.6em;
padding-left: 2em;
position: relative;
z-index: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title.is-style-trait-corail h2,
.wp-block-ws-library-ws-title.is-style-trait-corail h3,
.wp-block-ws-library-ws-title.is-style-trait-corail h4 {
padding-left: 4em;
}
}
.wp-block-ws-library-ws-title.is-style-trait-corail h2::before, .wp-block-ws-library-ws-title.is-style-trait-corail h2::after,
.wp-block-ws-library-ws-title.is-style-trait-corail h3::before,
.wp-block-ws-library-ws-title.is-style-trait-corail h3::after,
.wp-block-ws-library-ws-title.is-style-trait-corail h4::before,
.wp-block-ws-library-ws-title.is-style-trait-corail h4::after {
content: "";
display: block;
position: absolute;
background-color: var(--wp--preset--color--coral);
height: 0.85em;
pointer-events: none;
z-index: -1;
}
.wp-block-ws-library-ws-title.is-style-trait-corail h2::before,
.wp-block-ws-library-ws-title.is-style-trait-corail h3::before,
.wp-block-ws-library-ws-title.is-style-trait-corail h4::before {
width: 1.5em;
inset: 0 auto auto 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title.is-style-trait-corail h2::before,
.wp-block-ws-library-ws-title.is-style-trait-corail h3::before,
.wp-block-ws-library-ws-title.is-style-trait-corail h4::before {
width: 3.5em;
}
}
.wp-block-ws-library-ws-title.is-style-trait-corail h2::after,
.wp-block-ws-library-ws-title.is-style-trait-corail h3::after,
.wp-block-ws-library-ws-title.is-style-trait-corail h4::after {
-webkit-transform-origin: top left;
transform-origin: top left;
width: 1.8em;
inset: 0 auto auto 1.5em;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title.is-style-trait-corail h2::after,
.wp-block-ws-library-ws-title.is-style-trait-corail h3::after,
.wp-block-ws-library-ws-title.is-style-trait-corail h4::after {
inset: 0 auto auto 3.5em;
}
}
.wp-block-ws-library-ws-title.is-style-color-corail h2,
.wp-block-ws-library-ws-title.is-style-color-corail h3,
.wp-block-ws-library-ws-title.is-style-color-corail h4 {
padding-left: 1.5em;
overflow: hidden;
color: var(--wp--preset--color--coral);
position: relative;
z-index: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-title.is-style-color-corail h2,
.wp-block-ws-library-ws-title.is-style-color-corail h3,
.wp-block-ws-library-ws-title.is-style-color-corail h4 {
padding-left: 3em;
}
}
.wp-block-ws-library-ws-title.is-style-color-corail h2::after,
.wp-block-ws-library-ws-title.is-style-color-corail h3::after,
.wp-block-ws-library-ws-title.is-style-color-corail h4::after {
content: "";
display: inline-block;
width: 100%;
height: 0.1em;
vertical-align: middle;
background-color: var(--wp--preset--color--coral);
margin-right: -100%;
margin-left: 0.3em;
margin-top: 0.1em;
}
.wp-block-ws-library-ws-image, .wp-block-ws-library-ws-video {
max-width: 720px;
position: relative;
padding: 15px 15px 0 0;
z-index: 0;
}
.wp-block-ws-library-ws-image::before, .wp-block-ws-library-ws-video::before {
content: "";
display: block;
position: absolute;
background-color: var(--wp--preset--color--coral);
pointer-events: none;
z-index: -1;
}
.wp-block-ws-library-ws-image::before {
inset: 0 0 25% 80px;
}
.wp-block-ws-library-ws-image img {
width: 100%;
height: auto;
}
.wp-block-ws-library-ws-image .caption {
margin-top: 0;
font-size: 16px;
}
.wp-block-ws-library-ws-image .caption:empty {
display: none;
}
.wp-block-ws-library-ws-video::before {
inset: 0 0 40px 80px;
}
.wp-block-ws-library-ws-video video,
.wp-block-ws-library-ws-video iframe {
width: 100%;
}
.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;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.wp-block-ws-library-ws-banner {
position: relative;
padding-right: 15px;
padding-bottom: 60px;
padding-left: 15px;
}
.wp-block-ws-library-ws-banner::before, .wp-block-ws-library-ws-banner::after {
content: "";
display: block;
position: absolute;
background-color: var(--wp--preset--color--coral);
height: 40px;
pointer-events: none;
z-index: 1;
}
.wp-block-ws-library-ws-banner::before {
width: 165px;
inset: auto 80px 40px auto;
}
.wp-block-ws-library-ws-banner::after {
width: 90px;
inset: auto -10px 40px auto;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.wp-block-ws-library-ws-banner img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.wp-block-ws-library-ws-button {
position: relative;
margin-bottom: 10px;
margin-right: 10px;
}
.wp-block-ws-library-ws-button .wp-element-button {
display: inline-block;
padding: 12px 15px;
vertical-align: middle;
border: 0;
overflow: hidden;
position: relative;
font-weight: 700;
font-size: 16px;
font-family: "FunnelDisplay", "Trebuchet MS", Helvetica, sans-serif;
background: var(--wp--preset--color--purple);
color: var(--wp--preset--color--white);
-webkit-transition: color 0.4s, background-color 0.4s;
transition: color 0.4s, background-color 0.4s;
z-index: 1;
}
.wp-block-ws-library-ws-button .wp-element-button::after {
background: var(--wp--preset--color--white);
}
.wp-block-ws-library-ws-button .wp-element-button:hover, .wp-block-ws-library-ws-button .wp-element-button:focus {
background: unset;
color: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-button .wp-element-button:hover::after, .wp-block-ws-library-ws-button .wp-element-button:focus::after {
background: var(--wp--preset--color--purple);
}
.wp-block-ws-library-ws-button .wp-element-button.btn-icon {
position: relative;
padding-left: 2em;
}
.wp-block-ws-library-ws-button .wp-element-button.btn-icon::after {
content: "";
display: block;
width: 1em;
height: 1em;
position: absolute;
inset: 0.9em auto auto 0.65em;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-arrow::before {
content: "";
display: block;
width: 0.75em;
height: 1em;
position: absolute;
inset: 0.85em auto auto 0.65em;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-arrow::after {
width: 0.4em;
height: 0.4em;
inset: 1.2em auto auto 0.9em;
}
.wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-arrow:hover::before, .wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-arrow:focus::before {
background: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-button.is-style-purple .wp-element-button {
background: var(--wp--preset--color--purple);
color: var(--wp--preset--color--white);
}
.wp-block-ws-library-ws-button.is-style-purple .wp-element-button::after {
background: var(--wp--preset--color--white);
}
.wp-block-ws-library-ws-button.is-style-purple .wp-element-button:hover, .wp-block-ws-library-ws-button.is-style-purple .wp-element-button:focus {
background: unset;
color: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-button.is-style-purple .wp-element-button:hover::after, .wp-block-ws-library-ws-button.is-style-purple .wp-element-button:focus::after {
background: var(--wp--preset--color--purple);
}
.wp-block-ws-library-ws-button.is-style-purple .wp-element-button.icon-arrow:hover::before, .wp-block-ws-library-ws-button.is-style-purple .wp-element-button.icon-arrow:focus::before {
background: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-button.is-style-coral .wp-element-button {
background: var(--wp--preset--color--coral);
color: var(--wp--preset--color--purple);
}
.wp-block-ws-library-ws-button.is-style-coral .wp-element-button::after {
background: var(--wp--preset--color--purple);
}
.wp-block-ws-library-ws-button.is-style-coral .wp-element-button:hover, .wp-block-ws-library-ws-button.is-style-coral .wp-element-button:focus {
background: unset;
color: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-button.is-style-coral .wp-element-button:hover::after, .wp-block-ws-library-ws-button.is-style-coral .wp-element-button:focus::after {
background: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-button.is-style-coral .wp-element-button.icon-arrow:hover::before, .wp-block-ws-library-ws-button.is-style-coral .wp-element-button.icon-arrow:focus::before {
background: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-button.is-style-coral .wp-element-button.icon-arrow:hover::after, .wp-block-ws-library-ws-button.is-style-coral .wp-element-button.icon-arrow:focus::after {
background: var(--wp--preset--color--purple);
}
.wp-block-ws-library-ws-slider img {
width: 100%;
height: auto;
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 65px), calc(100% - 50px) 100%, 0 100%);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion {
min-height: 467px;
position: relative;
padding: 45px 60px 45px calc(50% + 60px);
background-color: var(--wp--preset--color--purple);
clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 80px, 100% 100%, 0 100%);
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-accordion {
min-height: 537px;
padding: 65px 90px 65px 750px;
}
}
.wp-block-ws-library-ws-accordion-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.wp-block-ws-library-ws-accordion-item > .wrapper {
width: 100%;
}
@media (max-width: 991px) {
.wp-block-ws-library-ws-accordion-item .group-media {
display: none;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item .group-media {
width: 50%;
position: absolute;
inset: 50% auto auto 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
padding: 25px;
z-index: 1;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-accordion-item .group-media {
padding: 45px;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item .group-media .field-image {
overflow: hidden;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item .group-media img {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
width: 100%;
height: auto;
-webkit-transition: -webkit-transform 0.4s 0.4s;
transition: -webkit-transform 0.4s 0.4s;
transition: transform 0.4s 0.4s;
transition: transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
}
}
.wp-block-ws-library-ws-accordion-item .group-media.open {
z-index: 2;
}
.wp-block-ws-library-ws-accordion-item .group-media.open img {
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition: -webkit-transform 0.4s;
transition: -webkit-transform 0.4s;
transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.wp-block-ws-library-ws-accordion-item.block-editor-block-list__block .group-media {
display: none;
}
.wp-block-ws-library-ws-accordion-item details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item details {
color: var(--wp--preset--color--white);
}
}
.wp-block-ws-library-ws-accordion-item details summary {
padding-left: 15px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item details summary {
color: var(--wp--preset--color--white);
}
}
.wp-block-ws-library-ws-accordion-item details summary strong {
font-family: "FunnelDisplay", "Trebuchet MS", Helvetica, sans-serif;
font-weight: bold;
font-size: 44px;
margin-right: 10px;
margin-bottom: -5px;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item details summary::before {
background-color: var(--wp--preset--color--purple);
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item details summary::after {
background-color: var(--wp--preset--color--coral);
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item details[open]::before {
color: var(--wp--preset--color--coral);
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item details[open] summary {
color: var(--wp--preset--color--coral);
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item details[open] summary::before {
background-color: var(--wp--preset--color--coral);
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-accordion-item details[open] summary::after {
background-color: var(--wp--preset--color--purple);
}
}
.wp-block-ws-library-ws-featured-content {
max-width: 720px;
position: relative;
padding: 50px 55px 35px 70px;
z-index: 0;
}
.wp-block-ws-library-ws-featured-content::before, .wp-block-ws-library-ws-featured-content::after {
content: "";
display: block;
position: absolute;
z-index: -1;
pointer-events: none;
}
.wp-block-ws-library-ws-featured-content::before {
width: 230px;
height: 110px;
background-color: var(--wp--preset--color--purple);
inset: 0 auto auto 0;
}
.wp-block-ws-library-ws-featured-content::after {
background-color: var(--wp--preset--color--pale-blue);
inset: 15px 0 0 15px;
}
.wp-block-ws-library-ws-featured-content.is-style-color-purple::before {
background-color: var(--wp--preset--color--purple);
}
.wp-block-ws-library-ws-featured-content.is-style-color-corail::before {
background-color: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-featured-content.alignwide {
max-width: 960px;
}
.wp-block-ws-library-ws-list-content .list-items {
--gap: 15px;
--columns: 1;
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;
gap: var(--gap);
margin: 0;
position: relative;
z-index: 0;
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-list-content .list-items {
--columns: 2;
--gap: 30px;
}
}
.wp-block-ws-library-ws-list-content .list-items .item {
width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
padding: 0;
margin: 0;
}
.wp-block-ws-library-ws-list-content .list-items .item .card {
margin-left: auto;
margin-right: auto;
max-width: 410px;
width: 100%;
height: 100%;
}
@media (min-width: 1200px) {
.wp-block-ws-library-ws-list-content.alignwide .list-items, .wp-block-ws-library-ws-list-content.alignfull .list-items {
--columns: 3;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-list-content.alignfull .list-items {
--columns: 4;
}
}
.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;
margin-left: -15px;
margin-right: -15px;
padding: 0 15px 10px;
gap: 30px;
overflow: auto;
-ms-scroll-snap-type: x mandatory;
scroll-snap-type: x mandatory;
}
.wp-block-ws-library-ws-list-pictos .wp-block-ws-library-ws-text-icon {
display: block;
width: 252px;
min-width: 252px;
}
.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 {
position: relative;
}
.wp-block-ws-library-ws-text-icon .group-content {
text-align: center;
font-weight: 400;
}
.wp-block-ws-library-ws-text-icon .field-description {
margin-top: 0;
}
.wp-block-ws-library-ws-text-icon .cardlink {
position: absolute;
inset: 0;
font-size: 0;
}
.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(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-text-icon:active .group-content {
text-decoration: underline;
}
.wp-block-ws-library-ws-columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 991px) {
.wp-block-ws-library-ws-columns.alignfull .wp-block-ws-library-ws-column > .wrapper {
padding: 0 15px;
}
}
@media (max-width: 991px) {
.wp-block-ws-library-ws-columns.alignfull .wp-block-ws-library-ws-column .wp-block-ws-library-ws-image, .wp-block-ws-library-ws-columns.alignfull .wp-block-ws-library-ws-column .wp-block-ws-library-ws-video {
margin: 0 15px;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-column {
padding: 0 15px;
}
}
.wp-block-ws-library-ws-column:first-child {
padding-top: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-column:first-child {
padding-left: 0;
}
}
.wp-block-ws-library-ws-column:last-child {
padding-bottom: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-column:last-child {
padding-right: 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-bottom: 15px;
}
.wp-block-ws-library-ws-share .share-subtitle {
font-weight: bold;
font-size: 22px;
padding-top: 0.5em;
padding-left: 3.5em;
position: relative;
z-index: 0;
}
.wp-block-ws-library-ws-share .share-subtitle::before, .wp-block-ws-library-ws-share .share-subtitle::after {
content: "";
display: block;
position: absolute;
background-color: var(--wp--preset--color--coral);
height: 0.7em;
pointer-events: none;
z-index: -1;
}
.wp-block-ws-library-ws-share .share-subtitle::before {
width: 3.5em;
inset: 0 auto auto 0;
}
.wp-block-ws-library-ws-share .share-subtitle::after {
-webkit-transform-origin: top left;
transform-origin: top left;
width: 1.8em;
inset: 0 auto auto 3.5em;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.wp-block-ws-library-ws-share .share-title {
font-family: "FunnelDisplay", "Trebuchet MS", Helvetica, sans-serif;
font-size: 20px;
font-weight: bold;
}
.wp-block-ws-library-ws-share .ws-share-button {
display: block;
width: 44px;
height: 44px;
position: absolute;
inset: auto 60px 0 auto;
font-size: 0;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--share);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--share);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--purple);
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.wp-block-ws-library-ws-share .ws-share-button:hover {
background-color: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-header-3-links {
position: relative;
}
.wp-block-ws-library-ws-header-3-links .list-items {
--gap: 15px;
--columns: 1;
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;
gap: var(--gap);
position: relative;
padding: 0 15px;
z-index: 0;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .list-items {
--columns: 2;
--gap: 30px;
}
}
.wp-block-ws-library-ws-header-3-links .list-items .item {
width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
padding: 0;
margin: 0;
}
.wp-block-ws-library-ws-header-3-links .list-items .item .card {
margin-left: auto;
margin-right: auto;
max-width: 690px;
min-height: 200px;
max-height: 35vh;
width: 100%;
height: 100%;
}
.wp-block-ws-library-ws-header-3-links .list-items .item:nth-child(2) .card .field-image {
clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 41px));
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .list-items .item:nth-child(2) .card .field-image {
clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%, 0 calc(100% - 82px));
}
}
.wp-block-ws-library-ws-header-3-links .list-items .item:nth-child(3) .card .field-image {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 41px), calc(100% - 30px) 100%, 0 100%);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .list-items .item:nth-child(3) .card .field-image {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 82px), calc(100% - 60px) 100%, 0 100%);
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
inset: 50% 0 0 50%;
padding-left: 15px;
}
}
.wp-block-ws-library-ws-header-3-links .title h1 {
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;
max-width: 315px;
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-header-3-links .title h1 {
max-width: 415px;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .title h1 {
margin: 0;
max-width: 515px;
}
}
@media (min-width: 1200px) {
.wp-block-ws-library-ws-header-3-links .title h1 {
max-width: 615px;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-header-3-links .title h1 {
max-width: 715px;
}
}
.wp-block-ws-library-ws-header-3-links .title h1 span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "DMSans", "Trebuchet MS", Helvetica, sans-serif;
font-weight: 100;
font-size: 22px;
position: relative;
}
@media (min-width: 768px) {
.wp-block-ws-library-ws-header-3-links .title h1 span {
font-size: 27px;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .title h1 span {
font-size: 32px;
}
}
@media (min-width: 1200px) {
.wp-block-ws-library-ws-header-3-links .title h1 span {
font-size: 37px;
}
}
@media (min-width: 1470px) {
.wp-block-ws-library-ws-header-3-links .title h1 span {
font-size: 42px;
}
}
.wp-block-ws-library-ws-header-3-links .title h1 span::after {
content: "";
display: block;
height: 0.1em;
background-color: var(--wp--preset--color--anthracite);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-left: 0.3em;
margin-top: 0.2em;
}
.wp-block-ws-library-ws-header-3-links .card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: var(--wp--preset--color--white);
position: relative;
}
.wp-block-ws-library-ws-header-3-links .card .group-media {
width: 100%;
position: relative;
padding-top: 0;
}
.wp-block-ws-library-ws-header-3-links .card .group-media::before {
width: auto;
height: 6px;
inset: -3px 30% auto;
background-color: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-header-3-links .card .group-media::after {
content: none;
display: none;
}
.wp-block-ws-library-ws-header-3-links .card .group-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
padding: 15px;
position: absolute;
inset: 0;
}
.wp-block-ws-library-ws-header-3-links .card .field-link a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-size: 0;
}
.wp-block-ws-library-ws-header-3-links .card .field-link a::before, .wp-block-ws-library-ws-header-3-links .card .field-link a::after {
content: none;
display: none;
}
.wp-block-ws-library-ws-header-3-links .card .field-image {
height: 100%;
clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 41px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .card .field-image {
clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 82px, 100% 100%, 0 100%);
}
}
.wp-block-ws-library-ws-header-3-links .card .field-image::before {
content: "";
display: block;
position: absolute;
inset: 0;
background: rgba(43, 43, 43, 0.5);
z-index: 1;
}
.wp-block-ws-library-ws-header-3-links .card .field-image img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
transition: -webkit-transform 0.4s, -webkit-filter 0.4s;
transition: transform 0.4s, filter 0.4s;
transition: transform 0.4s, filter 0.4s, -webkit-transform 0.4s, -webkit-filter 0.4s;
}
@media (max-width: 991px) {
.wp-block-ws-library-ws-header-3-links .card .field-image img {
aspect-ratio: 69/25;
-o-object-fit: cover;
object-fit: cover;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .card .field-image img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
}
.wp-block-ws-library-ws-header-3-links .card .field-title {
position: relative;
color: var(--wp--preset--color--white);
font-size: 26px;
padding-left: 36px;
-webkit-transition: color 0.4s, margin-bottom 0.4s, -webkit-transform 0.4s;
transition: color 0.4s, margin-bottom 0.4s, -webkit-transform 0.4s;
transition: transform 0.4s, color 0.4s, margin-bottom 0.4s;
transition: transform 0.4s, color 0.4s, margin-bottom 0.4s, -webkit-transform 0.4s;
max-width: 85%;
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .card .field-title {
font-size: 36px;
padding-left: 44px;
}
}
@media (min-width: 1200px) {
.wp-block-ws-library-ws-header-3-links .card .field-title {
font-size: 44px;
padding-left: 55px;
}
}
.wp-block-ws-library-ws-header-3-links .card .field-title::before, .wp-block-ws-library-ws-header-3-links .card .field-title::after {
content: "";
display: block;
position: absolute;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.wp-block-ws-library-ws-header-3-links .card .field-title::before {
width: 20px;
height: 26px;
inset: 0 auto auto 0;
background-color: var(--wp--preset--color--white);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .card .field-title::before {
width: 30px;
height: 40px;
inset: 0 auto auto 0;
}
}
@media (min-width: 1200px) {
.wp-block-ws-library-ws-header-3-links .card .field-title::before {
width: 41px;
height: 53px;
inset: 0 auto auto 0;
}
}
.wp-block-ws-library-ws-header-3-links .card .field-title::after {
width: 12px;
height: 12px;
inset: 6px auto auto 4px;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--anthracite);
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .card .field-title::after {
width: 18px;
height: 18px;
inset: 10px auto auto 6px;
}
}
@media (min-width: 1200px) {
.wp-block-ws-library-ws-header-3-links .card .field-title::after {
width: 23px;
height: 23px;
inset: 14px auto auto 8px;
}
}
@media (min-width: 992px) {
.wp-block-ws-library-ws-header-3-links .card:hover::before, .wp-block-ws-library-ws-header-3-links .card:focus::before {
width: calc(100% - 60px);
}
.wp-block-ws-library-ws-header-3-links .card:hover .field-title, .wp-block-ws-library-ws-header-3-links .card:focus .field-title {
color: var(--wp--preset--color--coral);
-webkit-transform: translateY(0);
transform: translateY(0);
margin-bottom: 60px;
}
.wp-block-ws-library-ws-header-3-links .card:hover .field-title::before, .wp-block-ws-library-ws-header-3-links .card:focus .field-title::before {
background-color: var(--wp--preset--color--coral);
}
.wp-block-ws-library-ws-header-3-links .card:hover .field-title::after, .wp-block-ws-library-ws-header-3-links .card:focus .field-title::after {
background-color: var(--wp--preset--color--purple);
}
.wp-block-ws-library-ws-header-3-links .card:hover .field-image img, .wp-block-ws-library-ws-header-3-links .card:focus .field-image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.wp-block-ws-library-ws-header-3-links .card:hover .field-link a, .wp-block-ws-library-ws-header-3-links .card:focus .field-link a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-size: 0;
}
}
.wp-block-social-links {
gap: 20px;
}
.wp-block-social-links .wp-social-link {
background: 0 none;
}
.wp-block-social-links .wp-social-link svg path {
fill: var(--wp--preset--color--purple);
}
.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;
position: relative;
z-index: 0;
width: 28px;
height: 28px;
min-width: 28px;
padding: 0;
}
.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 svg path, .wp-block-social-links .wp-social-link:focus svg path {
fill: var(--wp--preset--color--coral);
}
.wp-block-search {
width: 255px;
}
.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;
}
.wp-block-search .wp-block-search__input {
background-color: unset;
border-radius: 0;
border: 0;
padding: 0 40px 0 0;
border-bottom: solid 2px;
color: var(--wp--preset--color--purple);
}
.wp-block-search .wp-block-search__input::-webkit-input-placeholder {
color: var(--wp--preset--color--purple);
}
.wp-block-search .wp-block-search__input::-moz-placeholder {
color: var(--wp--preset--color--purple);
}
.wp-block-search .wp-block-search__input:-ms-input-placeholder {
color: var(--wp--preset--color--purple);
}
.wp-block-search .wp-block-search__input::-ms-input-placeholder {
color: var(--wp--preset--color--purple);
}
.wp-block-search .wp-block-search__input::placeholder {
color: var(--wp--preset--color--purple);
}
.wp-block-search .wp-block-search__input::-webkit-search-cancel-button {
margin-left: 0;
margin-right: -10px;
}
.wp-block-search .wp-block-search__button {
display: block;
width: 20px;
height: 20px;
padding: 0;
margin-left: -20px;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--search);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--search);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--purple);
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
border-radius: 0;
}
.wp-block-search .wp-block-search__button:hover {
background-color: var(--wp--preset--color--coral);
}
.wp-block-search .wp-block-search__button svg {
display: none;
}
.wpcf7 {
max-width: 720px;
margin: auto;
}
.wpcf7 label {
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
}
.wpcf7 label input[type=checkbox] {
display: inline-block;
width: auto;
}
.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(--wp--preset--color--purple);
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(--wp--preset--color--purple);
}
.wpcf7 .wpcf7-select {
min-height: 42px;
font-size: 16px;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0;
}
.list-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
}
.list-items > .item {
width: 100%;
padding: 0 15px;
margin-bottom: 30px;
}
.list-items > .item > .card {
height: 100%;
}
@media (max-width: 991px) {
.list-items > .item:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.list-items > .item, .list-items.list-2-2-2 > .item, .list-items.list-2-2-3 > .item, .list-items.list-2-2-4 > .item, .list-items.list-2-3-3 > .item, .list-items.list-2-3-4 > .item, .list-items.list-2-4-4 > .item {
width: 50%;
}
}
@media (min-width: 992px) {
.list-items.list-1-2-2 > .item {
width: 50%;
}
.list-items > .item, .list-items.list-2-3-3 > .item, .list-items.list-2-3-4 > .item {
width: 33.33%;
}
.list-items.list-2-4-4 > .item {
width: 25%;
}
}
@media (min-width: 1470px) {
.list-items.list-1-1-2 > .item {
width: 50%;
}
.list-items.list-2-2-3 > .item, .list-items.list-2-3-3 > .item {
width: 33.33%;
}
.list-items.list-2-2-4 > .item, .list-items.list-2-3-4 > .item {
width: 25%;
}
}
.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(--wp--preset--color--purple);
-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(--wp--preset--color--purple);
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(--wp--preset--color--purple);
}
.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.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--cross);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--cross);
-webkit-mask-size: 128% auto;
mask-size: 128% 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: #000;
pointer-events: none;
}
.listing-facets .facet-title {
color: var(--wp--preset--color--white);
text-transform: uppercase;
top: 15px;
left: 20px;
font-family: "FunnelDisplay", "Trebuchet MS", Helvetica, sans-serif;
font-weight: 700;
font-size: 32px;
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;
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(--wp--preset--color--purple);
font-size: 14px;
}
.listing-facets .facet-label {
margin-bottom: 10px;
}
.listing-facets .link-reset {
font-size: 14px;
border: 0 none;
padding: 0;
background: 0 none;
margin-right: auto;
color: var(--wp--preset--color--purple);
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(--wp--preset--color--purple);
}
.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(--wp--preset--color--purple);
box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--wp--preset--color--purple);
}
.listing-facets .facetwp-checkbox.checked {
background: 0 none;
}
.listing-facets .facetwp-checkbox.checked::before {
background: var(--wp--preset--color--purple);
-webkit-box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--wp--preset--color--purple);
box-shadow: 0 0 0 4px var(--wp--preset--color--white), 0 0 0 5px var(--wp--preset--color--purple);
}
.listing-header .results,
.facetwp-template .results {
font-family: "DMSans", "Trebuchet MS", Helvetica, sans-serif;
font-size: 24px;
text-transform: uppercase;
padding-top: 4px;
height: 50px;
color: var(--wp--preset--color--purple);
}
.listing-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.listing-header .toggle-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 10px;
gap: 3px;
}
.listing-header .toggle-container .toggle-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
min-height: 36px;
padding: 10px 16px;
background: 0 none;
border: solid 2px var(--wp--preset--color--purple);
font-size: 16px;
font-family: "DMSans", "Trebuchet MS", Helvetica, sans-serif;
line-height: 1;
cursor: pointer;
-webkit-transition: background 0.25s, color 0.25s;
transition: background 0.25s, color 0.25s;
}
.listing-header .toggle-container .toggle-btn::before {
content: "";
display: block;
width: 18px;
height: 18px;
background: var(--wp--preset--color--purple);
-webkit-transition: background 0.25s;
transition: background 0.25s;
}
.listing-header .toggle-container .toggle-btn.toggle-list::before {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--grid);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--grid);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.listing-header .toggle-container .toggle-btn.toggle-map::before {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--map);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--map);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.listing-header .toggle-container .toggle-btn.toggle-facets::before {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--settings);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#divers--settings);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.listing-header .toggle-container .toggle-btn.toggle-facets {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
margin-right: auto;
}
.listing-header .toggle-container .toggle-btn:focus {
outline: none;
}
@media (max-width: 991px) {
.listing-header .results,
.listing-header .toggle-container {
width: 100%;
}
.listing-header .toggle-container {
width: 100%;
}
.listing-header .toggle-container .toggle-btn.toggle-map, .listing-header .toggle-container .toggle-btn.toggle-list {
font-size: 0;
gap: 0;
}
}
@media (min-width: 992px) {
.listing-header .toggle-container .toggle-btn.toggle-map, .listing-header .toggle-container .toggle-btn.toggle-list {
display: none;
}
.listing-header .toggle-container .toggle-btn:hover, .listing-header .toggle-container .toggle-btn:focus, .listing-header .toggle-container .toggle-btn.active {
background: var(--wp--preset--color--purple);
color: var(--wp--preset--color--white);
}
.listing-header .toggle-container .toggle-btn:hover::before, .listing-header .toggle-container .toggle-btn:focus::before, .listing-header .toggle-container .toggle-btn.active::before {
background: var(--wp--preset--color--white);
}
}
.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(--wp--preset--color--purple);
-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(--wp--preset--color--purple);
-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(--wp--preset--color--purple);
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(--wp--preset--color--purple);
color: var(--wp--preset--color--purple);
}
@media (max-width: 991px) {
body {
padding-bottom: 85px;
}
}
.post-footer {
padding: 10px;
}
.post-footer a {
font-weight: 400;
font-size: 14px;
}
.post-footer .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
color: var(--wp--preset--color--coral);
}
.post-footer ul {
gap: 0;
}
.post-footer ul li::after {
content: " - ";
margin: 0 5px;
}
.post-footer ul li:last-child::after {
display: none;
}
footer {
margin-top: 40px;
overflow: hidden;
}
footer .footer-main > .wp-block-group {
margin-top: 0;
}
footer .footer-row-1 {
padding: 15px;
}
footer .footer-row-1 h2 {
position: relative;
color: var(--wp--preset--color--coral);
margin-bottom: 0;
padding-right: 15px;
}
footer .footer-row-1 h2::before {
content: "";
display: block;
width: 175px;
position: absolute;
inset: 25px auto 15px 100%;
background-color: var(--wp--preset--color--coral);
}
footer .footer-row-1-subrow-1 {
gap: 15px;
-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: 768px) {
footer .footer-row-1-subrow-1 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
}
footer .footer-row-1-subrow-1 h2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
max-width: 450px;
}
footer .footer-row-1-subrow-1 h2::after {
content: "";
display: block;
height: 4px;
background-color: var(--wp--preset--color--coral);
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-left: 10px;
margin-top: 4px;
}
footer .footer-row-2 {
padding-top: 10px;
clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 45px, 100% 100%, 0 100%);
border-bottom: solid 1px var(--wp--preset--color--white);
}
@media (min-width: 992px) {
footer .footer-row-2 {
clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 90px, 100% 100%, 0 100%);
}
}
footer .footer-row-2 h2 {
margin-bottom: 0;
color: var(--wp--preset--color--white);
font-size: 16px;
}
@media (min-width: 992px) {
footer .footer-row-2 h2 {
font-size: 18px;
}
}
footer .footer-row-2 .picto {
position: relative;
padding-left: 25px;
}
footer .footer-row-2 .picto::after {
content: "";
display: block;
width: 16px;
height: 16px;
position: absolute;
inset: 6px auto auto 0;
background-color: var(--wp--preset--color--white);
}
footer .footer-row-2-subrow-1, footer .footer-row-2-subrow-2, footer .footer-row-2-subrow-3 {
padding: 15px;
}
footer .footer-row-2-subrow-2 {
-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;
gap: 25px;
}
@media (min-width: 992px) {
footer .footer-row-2-subrow-2 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (max-width: 991px) {
footer .footer-row-2-subrow-2 {
max-width: 285px !important;
}
}
footer .footer-row-2-subrow-2 > .wp-block-group {
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
max-width: 285px;
}
footer .footer-row-2-subrow-2-col-3 {
margin-left: -15px;
margin-right: -15px;
}
footer .footer-row-2-subrow-2-col-3 .wp-block-ws-library-ws-button .wp-element-button {
min-width: 165px;
}
footer .footer-row-2-subrow-3 {
max-width: 160px;
min-height: 95px;
margin-left: auto !important;
margin-bottom: -1px !important;
margin-right: -1px !important;
position: relative;
padding: 15px;
background-color: var(--wp--preset--color--white);
border-top: solid 20px var(--wp--preset--color--coral);
z-index: 0;
}
@media (min-width: 768px) {
footer .footer-row-2-subrow-3 {
max-width: 630px;
}
}
footer .footer-row-2-subrow-3::before, footer .footer-row-2-subrow-3::after {
content: "";
display: block;
position: absolute;
background-color: var(--wp--preset--color--coral);
pointer-events: none;
z-index: 1;
}
footer .footer-row-2-subrow-3::before {
width: 75px;
inset: -20px calc(100% - 13px) 0 auto;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
background-color: var(--wp--preset--color--white);
border-top: solid 20px var(--wp--preset--color--coral);
}
footer .footer-row-2-subrow-3::after {
width: 45px;
height: 20px;
inset: -20px 100% 0 auto;
-webkit-transform-origin: top right;
transform-origin: top right;
-webkit-transform: rotateZ(-55deg);
transform: rotateZ(-55deg);
}
footer .footer-row-2-subrow-3 h2 {
color: var(--wp--preset--color--purple);
}
footer .footer-row-3 {
padding: 15px;
}
footer .footer-row-3 .wp-block-navigation .wp-block-navigation-link:not(:first-child)::before {
content: "-";
margin: 0 8px 0 -10px;
}
footer a:hover {
text-decoration: none;
}
footer .main-footer {
padding: 0;
}
@media (min-width: 992px) {
.header {
position: sticky;
inset: 0 0 auto 0;
z-index: 3;
background-color: var(--wp--preset--color--white);
}
}
.header-row-1 {
padding: 5px 15px;
}
.header-row-1 > .wrapper {
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;
gap: 15px;
}
@media (min-width: 992px) {
.header-row-1 > .wrapper {
gap: 20px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.header-row-1 .wp-block-site-logo {
margin-left: unset !important;
margin-right: unset !important;
}
.header-row-1 .wp-block-site-logo img {
max-width: 230px;
}
@media (max-width: 991px) {
.header-row-1-subrow-1 {
position: fixed;
inset: auto 0 25px 0;
max-width: -webkit-fit-content !important;
max-width: -moz-fit-content !important;
max-width: fit-content !important;
margin-left: auto !important;
margin-right: auto !important;
gap: 0 !important;
z-index: 3;
}
}
@media (min-width: 992px) {
.header-row-1-subrow-1 {
margin-top: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 5px !important;
margin-right: 475px !important;
margin-left: auto !important;
}
.header-row-1-subrow-1 .wp-block-ws-library-ws-button {
width: 100%;
}
.header-row-1-subrow-1 .wp-block-ws-library-ws-button .wp-element-button {
width: 100%;
}
}
@media (min-width: 1200px) {
.header-row-1-subrow-1 {
gap: 15px !important;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-right: 535px !important;
}
.header-row-1-subrow-1 .wp-block-ws-library-ws-button {
width: auto;
}
.header-row-1-subrow-1 .wp-block-ws-library-ws-button .wp-element-button {
width: auto;
}
}
@media (max-width: 991px) {
.header-row-1-subrow-1 .wp-block-ws-library-ws-button.is-style-purple {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
@media (max-width: 991px) {
.header-row-1-subrow-1 .wp-block-ws-library-ws-button.is-style-coral {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (max-width: 991px) {
.header-row-1-subrow-1 .wp-block-ws-library-ws-button.toggle-menu {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
}
.header-row-1-subrow-1 .wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-arrow {
white-space: nowrap;
}
@media (max-width: 991px) {
.header-row-1-subrow-1 .wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-arrow {
padding: 11px 15px;
padding-left: 15px;
}
}
@media (max-width: 991px) {
.header-row-1-subrow-1 .wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-arrow::before, .header-row-1-subrow-1 .wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-arrow::after {
content: none;
display: none;
}
}
@media (max-width: 991px) {
.header-row-1-subrow-1 .wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-phone {
display: block;
width: 45px;
height: 45px;
padding-left: 0;
font-size: 0;
}
.header-row-1-subrow-1 .wp-block-ws-library-ws-button .wp-element-button.btn-icon.icon-phone::after {
width: 21px;
height: 21px;
inset: 12px auto auto 12px;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--phone-2);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--phone-2);
}
}
@media (max-width: 991px) {
.header-row-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
pointer-events: none;
inset: 0;
background-color: var(--wp--preset--color--white);
-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;
padding: 15px 15px 90px 15px;
}
.header-row-2.open {
-webkit-transform: translateX(0);
transform: translateX(0);
overflow: auto;
pointer-events: all;
}
}
@media (min-width: 992px) {
.header-row-2 {
padding-top: 12px;
padding-bottom: 12px;
background-color: var(--wp--preset--color--purple);
}
}
@media (min-width: 992px) {
.header-row-2 .wp-block-search .wp-block-search__input {
color: var(--wp--preset--color--white);
}
}
@media (min-width: 992px) {
.header-row-2 .wp-block-search .wp-block-search__input::-webkit-input-placeholder {
color: var(--wp--preset--color--white);
}
.header-row-2 .wp-block-search .wp-block-search__input::-moz-placeholder {
color: var(--wp--preset--color--white);
}
.header-row-2 .wp-block-search .wp-block-search__input:-ms-input-placeholder {
color: var(--wp--preset--color--white);
}
.header-row-2 .wp-block-search .wp-block-search__input::-ms-input-placeholder {
color: var(--wp--preset--color--white);
}
.header-row-2 .wp-block-search .wp-block-search__input::placeholder {
color: var(--wp--preset--color--white);
}
}
@media (min-width: 992px) {
.header-row-2 .wp-block-search .wp-block-search__input::-webkit-search-cancel-button {
color: var(--wp--preset--color--white);
-webkit-filter: brightness(100);
filter: brightness(100);
}
}
@media (min-width: 992px) {
.header-row-2 .wp-block-search .wp-block-search__button {
background-color: var(--wp--preset--color--white);
}
}
@media (min-width: 992px) {
.header-row-2 .wp-block-search .wp-block-search__button:hover {
background-color: var(--wp--preset--color--coral);
}
}
.header-row-2 > .wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 992px) {
.header-row-2 > .wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media (max-width: 991px) {
.header-row-2 > .wrapper {
padding-top: 110px;
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
gap: 20px;
}
.header-row-2 > .wrapper::before {
content: "";
display: block;
height: 110px;
position: absolute;
inset: 0 0 auto 0;
background-color: var(--wp--preset--color--purple);
clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 40px, 100% calc(100% - 40px), 84px calc(100% - 40px), 54px 100%, 0 100%);
}
}
@media (max-width: 991px) {
.header-row-2-subrow-1 {
width: 100%;
position: relative;
margin-right: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-row-2-subrow-1::before, .header-row-2-subrow-1::after {
content: "";
display: block;
position: absolute;
background-color: var(--wp--preset--color--coral);
pointer-events: none;
z-index: 1;
}
.header-row-2-subrow-1::before {
height: 10px;
inset: -45px 0 0 79px;
background-color: var(--wp--preset--color--coral);
}
.header-row-2-subrow-1::after {
width: 40px;
height: 10px;
inset: -45px auto 0 39px;
-webkit-transform-origin: top right;
transform-origin: top right;
-webkit-transform: rotateZ(-55deg);
transform: rotateZ(-55deg);
}
}
.header-row-2-subrow-2 {
position: relative;
}
@media (max-width: 991px) {
.header-row-2-subrow-2 {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
margin-right: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (min-width: 992px) {
.header-row-2-subrow-2 {
margin-top: 0;
margin-right: 0 !important;
}
}
@media (min-width: 992px) {
.header-row-2-subrow-2 nav.menu-secondaire {
position: absolute;
inset: auto 0 100% auto;
margin-bottom: 35px;
min-width: 410px;
}
}
@media (min-width: 1200px) {
.header-row-2-subrow-2 nav.menu-secondaire {
margin-bottom: 53px;
}
}
nav.menu-principal > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 992px) {
nav.menu-principal > ul {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
gap: 25px;
}
}
@media (min-width: 1200px) {
nav.menu-principal > ul {
gap: 50px;
}
}
nav.menu-principal > ul > li {
color: var(--wp--preset--color--coral);
}
@media (min-width: 992px) {
nav.menu-principal > ul > li {
color: var(--wp--preset--color--white);
}
}
@media (max-width: 991px) {
nav.menu-principal > ul > li {
width: 100%;
}
}
nav.menu-principal > ul > li > a {
position: relative;
padding-left: 24px;
-webkit-transition: color 0.4s, margin-top 0.4s;
transition: color 0.4s, margin-top 0.4s;
font-family: "FunnelDisplay", "Trebuchet MS", Helvetica, sans-serif;
font-weight: 700;
}
@media (max-width: 991px) {
nav.menu-principal > ul > li > a {
width: 100%;
font-size: 18px;
}
}
nav.menu-principal > ul > li > a::before, nav.menu-principal > ul > li > a::after {
content: "";
display: block;
position: absolute;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
nav.menu-principal > ul > li > a::before {
width: 14px;
height: 18px;
inset: 4px auto auto 0;
background-color: var(--wp--preset--color--coral);
}
@media (min-width: 992px) {
nav.menu-principal > ul > li > a::before {
background-color: var(--wp--preset--color--white);
}
}
nav.menu-principal > ul > li > a::after {
width: 7px;
height: 7px;
inset: 9px auto auto 4px;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--purple);
}
@media (min-width: 992px) {
nav.menu-principal > ul > li > a::after {
background-color: var(--wp--preset--color--purple);
}
}
@media (min-width: 992px) {
nav.menu-principal > ul > li > a:hover, nav.menu-principal > ul > li > a:focus {
text-decoration: none;
color: var(--wp--preset--color--coral) !important;
}
nav.menu-principal > ul > li > a:hover::before, nav.menu-principal > ul > li > a:focus::before {
background-color: var(--wp--preset--color--coral);
}
}
nav.menu-secondaire > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 992px) {
nav.menu-secondaire > ul {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
}
@media (min-width: 1200px) {
nav.menu-secondaire > ul {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
gap: 15px;
}
}
@media (max-width: 991px) {
nav.menu-secondaire > ul {
min-width: 285px;
}
}
nav.menu-secondaire > ul > li {
color: var(--wp--preset--color--purple);
}
@media (min-width: 992px) {
nav.menu-secondaire > ul > li {
width: calc(50% - 10px);
}
}
@media (min-width: 1200px) {
nav.menu-secondaire > ul > li {
width: auto;
}
}
@media (max-width: 991px) {
nav.menu-secondaire > ul > li {
width: 100%;
}
}
nav.menu-secondaire > ul > li > a {
position: relative;
padding-right: 28px;
-webkit-transition: color 0.4s, margin-top 0.4s;
transition: color 0.4s, margin-top 0.4s;
font-family: "FunnelDisplay", "Trebuchet MS", Helvetica, sans-serif;
font-weight: 700;
white-space: nowrap;
}
@media (min-width: 992px) {
nav.menu-secondaire > ul > li > a {
padding-right: 0;
}
}
@media (max-width: 991px) {
nav.menu-secondaire > ul > li > a {
width: 100%;
font-size: 18px;
}
}
nav.menu-secondaire > ul > li > a::after {
content: "";
display: block;
width: 10px;
height: 10px;
position: absolute;
inset: 4px 0 auto auto;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#arrows--external);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--purple);
}
@media (min-width: 992px) {
nav.menu-secondaire > ul > li > a::after {
content: none;
display: none;
}
}
@media (min-width: 992px) {
nav.menu-secondaire > ul > li > a:hover, nav.menu-secondaire > ul > li > a:focus {
text-decoration: none;
color: var(--wp--preset--color--coral) !important;
}
}
.toggle-menu .wp-element-button {
display: block;
width: 45px;
height: 45px;
padding-left: 0;
font-size: 0;
background-color: var(--wp--preset--color--coral);
}
.toggle-menu .wp-element-button::after {
content: "";
display: block;
position: absolute;
width: 21px;
height: 21px;
inset: 12px auto auto 12px;
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--menu);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--menu);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
background-color: var(--wp--preset--color--purple);
}
@media (min-width: 992px) {
.toggle-menu .wp-element-button {
display: none;
}
}
.toggle-menu .wp-element-button:hover, .toggle-menu .wp-element-button:focus {
background-color: var(--wp--preset--color--coral);
}
.toggle-menu .wp-element-button.open::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--close);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--close);
}
.lightbox-trigger {
display: block;
line-height: 0;
height: 100%;
width: 100%;
}
.picto-facebook::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--facebook);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--facebook);
-webkit-mask-size: 128% auto;
mask-size: 128% 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.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--instagram);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--instagram);
-webkit-mask-size: 128% auto;
mask-size: 128% 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.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--youtube);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--youtube);
-webkit-mask-size: 128% auto;
mask-size: 128% 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.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--linkedin);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--linkedin);
-webkit-mask-size: 128% auto;
mask-size: 128% 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.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--x);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--x);
-webkit-mask-size: 128% auto;
mask-size: 128% 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.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--share);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#social--share);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-gps::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--gps);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--gps);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-marker::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--marker);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--marker);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-phone::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--phone);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--phone);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-email::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--email);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--email);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.picto-clock::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--clock);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#contact--clock);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.icon-phone::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--phone);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--phone);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.icon-email::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--email);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--email);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.icon-arrow::after {
-webkit-mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--arrow);
mask-image: url(//www.iserehabitation.fr/wp-content/themes/vivaldi/assets/sprite/view/sprite.svg#icon--arrow);
-webkit-mask-size: 128% auto;
mask-size: 128% auto;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.splide--nav,
.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;
gap: 15px;
}
.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: start;
-ms-flex-pack: start;
justify-content: flex-start;
gap: 15px;
background: unset;
}
.splide__arrows .splide__arrow {
display: block;
position: relative;
inset: auto;
width: 35px;
height: 35px;
background-color: var(--wp--preset--color--purple);
clip-path: polygon(0 0, 100% 0, 100% 29px, 30px 100%, 0 100%);
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: -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: absolute;
font-size: 1.5em;
color: var(--wp--preset--color--coral);
inset: 0;
-webkit-transition: background-color 0.4s;
transition: background-color 0.4s;
}
.splide__arrows .splide__arrow:hover {
background-color: var(--wp--preset--color--coral);
}
.splide__arrows .splide__arrow:hover::after {
color: var(--wp--preset--color--purple);
}
.splide__arrows .splide__arrow svg {
display: none;
}
.splide__arrows .splide__arrow[disabled] {
opacity: 0.5;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
-webkit-transform: rotateZ(-180deg);
transform: rotateZ(-180deg);
}
:root :where(.is-layout-flex) {
gap: 15px;
}
body.home .wp-block-ws-library-ws-header-3-links {
overflow: hidden;
}
body.home .wp-block-ws-library-ws-header-3-links .list-items .item {
-webkit-transform: translateY(100vh);
transform: translateY(100vh);
-webkit-transition: -webkit-transform 0.8s;
transition: -webkit-transform 0.8s;
transition: transform 0.8s;
transition: transform 0.8s, -webkit-transform 0.8s;
}
body.home .wp-block-ws-library-ws-header-3-links .list-items .item .field-title {
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
body.home .wp-block-ws-library-ws-header-3-links .list-items .item:nth-of-type(1) {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
body.home .wp-block-ws-library-ws-header-3-links .list-items .item:nth-of-type(1) .field-title {
-webkit-transition-delay: 0.5s, 0s, 0s;
transition-delay: 0.5s, 0s, 0s;
}
body.home .wp-block-ws-library-ws-header-3-links .list-items .item:nth-of-type(2) {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
body.home .wp-block-ws-library-ws-header-3-links .list-items .item:nth-of-type(2) .field-title {
-webkit-transition-delay: 0.9s, 0s, 0s;
transition-delay: 0.9s, 0s, 0s;
}
body.home .wp-block-ws-library-ws-header-3-links .list-items .item:nth-of-type(3) {
-webkit-transition-delay: 0.8s;
transition-delay: 0.8s;
}
body.home .wp-block-ws-library-ws-header-3-links .list-items .item:nth-of-type(3) .field-title {
-webkit-transition-delay: 1.3s, 0s, 0s;
transition-delay: 1.3s, 0s, 0s;
}
body.home.started .wp-block-ws-library-ws-header-3-links .list-items .item {
-webkit-transform: translateY(0);
transform: translateY(0);
}
body.home.started .wp-block-ws-library-ws-header-3-links .list-items .item .field-title {
-webkit-transform: translateY(0);
transform: translateY(0);
}.cookie-tracker-table {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
border: 1px solid #ddd;
}
.cookie-tracker-table th,
.cookie-tracker-table td {
padding: 10px;
border: 1px solid #ddd;
}
.cookie-tracker-table th {
background-color: #f4f4f4;
}a {
text-decoration-thickness: 1px !important;
text-underline-offset: .1em;
} :where(.wp-site-blocks *:focus) {
outline-width: 2px;
outline-style: solid;
} .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
margin-bottom: 3px;
} .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
outline-offset: 4px;
} .wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
outline-offset: 0;
} h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
text-wrap: pretty;
} .more-link {
display: block;
}