.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/map/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/map/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/map/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}:root {
--color-primary: #16828b; --color-primary-light: #489fa7;
--color-primary-lighter: #c5ebee;
--color-primary-dark: #02545c;
--color-primary-darker: #001113;
--color-accent: #ff8b42; --color-success: #7EBF0F;
--color-warning: #F2A500;
--color-error: #D62424; --color-gray-dark: #333;
--color-gray: #777;
--color-gray-light: #ccc;
--color-gray-lighter: #f2f2f2;
--font-title: 'passion_oneregular', 'Roboto', sans-serif; 
--font-body: 'Roboto', sans-serif;
}    html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}    details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: var(--font-body);
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
@media screen and (max-width: 30rem) {
html, body {
font-size: 15px;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
h1, h2 {
font-family: var(--font-title);
font-weight: normal;
}
h1 {
font-size: calc(2.5em + 2vmin);
line-height: 1.125;
}
h2 {
font-size: calc(1.5em + 2vmin);
line-height: 1.3;
}
h3 {font-size: 1.25em;}
h4 {font-size: 1em;}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}  .icon {
display: inline-block;
fill: currentColor;
height: 1em;
line-height: 1;
position: relative;
top: -1px;
vertical-align: middle;
width: 1em;
} html {
-webkit-box-sizing: border-box;
box-sizing: border-box; scroll-behavior: smooth;
height:100%;
} @media (prefers-reduced-motion: reduce) {
html {scroll-behavior: auto;}
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff; overflow-x: hidden;
height:100%;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover { }
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus { }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 2px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
border: 2px solid var(--color-primary);
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: var(--color-primary);
text-decoration: none;
}
a:visited {
color: var(--color-primary-dark);
}
a:hover,
a:focus,
a:active {
text-decoration: underline;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}  .hamburger {
padding: 15px 15px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 0.7; }
.hamburger.is-active:hover {
opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: #000; }
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; }
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 35px;
height: 3px;
background-color: var(--color-primary);
border-radius: 0px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -10px; }
.hamburger-inner::after {
bottom: -10px; }
.main-navigation.toggled .hamburger--arrow-r .hamburger-inner::before {
transform: translate3d(12px, 4.5px, 0) rotate(45deg) scale(0.5, 1); }
.main-navigation.toggled .hamburger--arrow-r .hamburger-inner::after {
transform: translate3d(12px, -4.5px, 0) rotate(-45deg) scale(0.5, 1); }
.main-navigation {
position: relative;
display: flex;
align-items: center;
}
.menu-principal-container {
position: absolute;
top: 100%;
right: 0;
background-color: white;
min-width: 270px;
z-index: 999;
}
.main-navigation .button {
padding: 0;
margin: 0.5rem;
}
.main-navigation .button a {
padding: 0.5rem 1rem;
color: #fff;
}
.main-navigation .button a:hover,
.main-navigation .button a:focus,
.main-navigation .button a.focus {
color: #fff;
}
.main-navigation .button a:focus,
.main-navigation .button a.focus {
text-decoration: underline;
}
.main-navigation h1 {margin:0}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
white-space: nowrap;
}
.main-navigation ul ul {
flex-direction: column;
background-color: white;
display: none;
position: static;
padding-left: 1rem;
top: 100%;
left: auto;
z-index: 99999;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus-within > ul,
.main-navigation ul li.focus > ul {
display: block;
}
.main-navigation li {
position: relative;
display: block;
}
.main-navigation li.menu-item-has-children > a::after {
content: "";
display: inline-block;
vertical-align: sub;
margin-left: 0.3em;
width: 1em;
height: 1em;
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/icons/ic_sharp-chevron-right.svg);
background-size: contain;
}
.main-navigation li a {
padding: 1rem;
font-size: 1.1rem;
text-decoration: none;
display: block;
color: #333;
}
.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li a.focus,
.main-navigation .current-menu-item a
{color: var(--color-primary);}
.custom-logo-link {
box-sizing: content-box;
padding: 15px; width: 45px;
height: 45px;
}
.info-nav {
flex: 1;
text-align: center;
margin: 0.5rem 0;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.toggled .hamburger {
position: fixed;
z-index: 1200;
right: 0;
}
.toggled .menu-principal-container {
height: 100%;
position: fixed;
top: 0;
padding-top: 75px;
overflow-y: auto;
}
@media screen and (min-width: 60rem) {
.main-navigation h1,
.custom-logo-link {margin-right: auto;}
.custom-logo-link {
width: auto;
height: 80px;
padding: 0.5rem 1.5rem;
}
.info-nav {
display: none;
}
.hamburger,
.toggled .menu-principal-container {
position: static;
}
.menu-toggle,
.main-navigation.toggled ul {display: none;}
.main-navigation .nav-menu,
.main-navigation.toggled .nav-menu {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.menu-principal-container {position: static;}
.toggled .menu-principal-container {padding-top: 0;}
.main-navigation ul ul {
position: absolute;
padding-left: 0;
}
.sub-menu {
box-shadow: 3px 5px 10px 0px #0000001f;
min-width: 100%;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .adress {
display: none;
text-align: center;
color: #666666;
font-size: 1.2rem;
background: #F0F0F0;
padding: 0.5rem;
}
.adress p,
.info-nav p {margin:0;}
@media screen and (min-width: 60em) {
.adress {
display: block;
}
} .site {
display: flex;
flex-direction: column;
min-height: 100%;
}
.site-content {
flex: 1 0 auto;
}
.sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}  .has-primary-color {color: var(--color-primary);}
.has-primary-background-color {background-color: var(--color-primary);}
.has-primary-light-color {color: var(--color-primary-light);}
.has-primary-light-background-color {background-color: var(--color-primary-light);}
.has-primary-even-lighter-background-color {background-color: hsl(184.4, 36.7%, 94%);}
.has-primary-dark-color {color: var(--color-primary-dark);}
.has-primary-dark-background-color {background-color: var(--color-primary-dark);}
.has-success-color {color: var(--color-success);}
.has-success-background-color {background-color: var(--color-success);}
.has-warning-color {color: var(--color-warning);}
.has-warning-background-color {background-color: var(--color-warning);}
.has-error-color {color: var(--color-error);}
.has-error-background-color {background-color: var(--color-error);}
.has-error-color {color: var(--color-error);}
.has-error-background-color {background-color: var(--color-error);}
.has-gray-dark-color {color: var(--color-gray-dark);}
.has-gray-dark-background-color {background-color: var(--color-gray-dark);}
.has-gray-color {color: var(--color-gray);}
.has-gray-background-color {background-color: var(--color-gray);}
.has-gray-light-color {color: var(--color-gray-light);}
.has-gray-light-background-color {background-color: var(--color-gray-light);}
.has-gray-lighter-color {color: var(--color-gray-lighter);}
.has-gray-lighter-background-color {background-color: var(--color-gray-lighter);}
.has-white-color {color: #fff;}
.has-white-background-color {background-color: #fff;} @media screen and (min-width: 50rem) {
.alignwide {
margin: 2rem calc(-50vw / 2 + 50% / 2);
max-width: 100vw;
}
}
.alignfull {
margin: 2rem calc(-50vw + 50%);
max-width: 100vw;
}
.alignfull .alignfull { width: 100%;
max-width: 100%;
}
.wp-block-cover.alignfull {
width: unset;
margin: 0 calc(-50vw + 50%);
max-width: 100vw;
}
.is-style-home-banner {
background-color: var(--color-primary-lighter);
} .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {color: unset;} .wp-block-cover-image .block-editor-block-list__block, .wp-block-cover .block-editor-block-list__block {color: unset;} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {max-width: 100%;} .custom-logo-link {display: inline-block;} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.wp-caption-text {text-align: center;} .gallery {margin-bottom: 1.5em;}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {display: block;} .has-text-center {text-align: center;}
.container-s {
max-width: 60rem;
margin: 0 auto;
}
.button,
input[type="submit"].search-submit,
.wp-block-button__link {
display: inline-block;
padding: .5rem 1.25rem;
background-color: var(--color-primary);
background-image: linear-gradient(to left, var(--color-primary-dark) 0%, var(--color-primary-dark) 50%, var(--color-primary) 50%, var(--color-primary) 100%);
background-size: 200%;
color: #fff;
font-size: 1em;
border: 0;
border-radius: 0;
transition: all .3s;
}
.button:hover,
input[type="submit"].search-submit:hover,
.wp-block-button__link:hover {
background-position: -100%;
}
.button:visited,
.wp-block-button__link:visited {color: #fff;}
.button:hover,
.wp-block-button__link:hover {text-decoration: none;}
.is-size-1, .has-huge-font-size {font-size: calc(2em + 3vmin);}
.is-size-2, .has-very-big-font-size {font-size: calc(2em + 1vmin);}
.is-size-3, .has-big-font-size {font-size: calc(1.5em + 0.8vmin);}
.is-size-4, .has-medium-font-size, .wp-block-button.is-style-big {font-size: calc(1rem + 1vmin)}
.is-size-5, .has-regular-2-font-size {font-size: calc(1rem + 0.5vmin);}
.is-size-6, .has-regular-font-size {font-size: 1rem;}
.is-size-7, .has-small-font-size {font-size: 0.85rem;}  .ma0 {margin: 0;}
.pa0 {padding: 0;}
.mas {margin: 1rem;}
.mam {margin: 2rem;}
.mal {margin: 4rem;}
.pas {padding: 1rem;}
.pam {padding: 2rem;}
.pal {padding: 4rem;} .mvs {margin: 1rem 0;}
.mvm {margin: 2rem 0;}
.mvl {margin: 4rem 0;}
.pvs {padding: 1rem 0;}
.pvm {padding: 2rem 0;}
.pvl {padding: 4rem 0;} .mhs {margin: 0 1rem;}
.mhm {margin: 0 2rem;}
.mhl {margin: 0 4rem;}
.phs {padding: 0 1rem;}
.phm {padding: 0 2rem;}
.phl {padding: 0 4rem;} .mt0 {margin-top: 0;}
.mts {margin-top: 1rem;}
.mtm {margin-top: 2rem;}
.mtl {margin-top: 4rem;}
.mr0 {margin-right: 0;}
.mrs {margin-right: 1rem;}
.mrm {margin-right: 2rem;}
.mrl {margin-right: 4rem;}
.mb0 {margin-bottom: 0;}
.mbs {margin-bottom: 1rem;}
.mbm {margin-bottom: 2rem;}
.mbl {margin-bottom: 4rem;}
.ml0 {margin-left: 0;}
.mls {margin-left: 1rem;}
.mlm {margin-left: 2rem;}
.mll {margin-left: 4rem;} .mauto {margin: auto;}
.mtauto {margin-top: auto;}
.mrauto {margin-right: auto;}
.mbauto {margin-bottom: auto;}
.mlauto {margin-left: auto;}
.mhauto {
margin-right: auto;
margin-left: auto;
} .pt0 {padding-top: 0;}
.pts {padding-top: 1rem;}
.ptm {padding-top: 2rem;}
.ptl {padding-top: 4rem;}
.pr0 {padding-right: 0;}
.prs {padding-right: 1rem;}
.prm {padding-right: 2rem;}
.prl {padding-right: 4rem;}
.pb0 {padding-bottom: 0;}
.pbs {padding-bottom: 1rem;}
.pbm {padding-bottom: 2rem;}
.pbl {padding-bottom: 4rem;}
.pl0 {padding-left: 0;}
.pls {padding-left: 1rem;}
.plm {padding-left: 2rem;}
.pll {padding-left: 4rem;} .article-title {
position: relative;
padding: 3rem 1rem;
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/pattern.png);
background-color: var(--color-primary-dark);
background-size: 520px;
background-position: center;
color: #fff;
}
.has-post-thumbnail .article-title {
background-image: linear-gradient(to bottom right, #489fa7 -25%, #c3dee196, #489fa7 125%), var(--bg-image);
background-color: transparent;
background-position: center;
background-size: cover;
background-blend-mode: hard-light;
min-height: 70vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-attachment: fixed;
color: #333;
}
.post-category {
position: absolute;
display: block;
background-color: #16828b;
opacity: 1;
top: 0;
left: 0;
}
.post-category a {
padding: 10px 15px;
margin: 0;
color: #FFFFFF;
display: inline-block;
}
.title-intro {
height: 100%;
width: 100%;
text-align: center;
}
.home .entry-content {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.entry-content {
max-width: 80ch;
margin: 1.5rem auto;
padding: 1em;
box-sizing: content-box;
}
.entry-content p + ul {
margin-top: -1.5em;
} .site-footer {
background-color: var(--color-primary-lighter);
}
.columns {
display:flex;
flex-wrap: wrap;
padding: 2em 0;
line-height: 1.2em;
}
.column {
flex:1 1 10rem;
margin: 1em 2em;
}
.footer-adress, .legal, .site-footer .menu a {
font-size: 0.8em;
}
.footer-adress {
margin-top: 10px;
margin-bottom: 0;
}
.social-icon {
color: #4A4A4A;
font-size: 1.875em;
}
.social-icon:hover, .social-icon:focus {
color: var(--color-primary);
}
.client-name {
font-size: 1.2em;
margin: 0;
max-width: 10em;
font-weight: bold;
}
.legal {
font-family: var(--font-body);
text-transform: uppercase;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0;
}
.column ul {
margin-bottom: 0;
margin-left: 0;
list-style: none;
padding-left: 0;
} .wp-block-custom-gutenberg-blocks-custom-map #map {
height: 70vh;
min-height: 350px;
position: relative;
margin: 2rem 0;
}
.wp-block-custom-gutenberg-blocks-custom-map #map .logo {
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.5 100'%3E%3Cpath d='M53.3 9.2A31.26 31.26 0 009.1 53.4s22.1 21.7 22.1 46.7c0-25 22.1-46.7 22.1-46.7 12.3-12.2 12.3-32 0-44.2zM31.2'/%3E%3C/svg%3E%0A");
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.5 100'%3E%3Cpath d='M53.3 9.2A31.26 31.26 0 009.1 53.4s22.1 21.7 22.1 46.7c0-25 22.1-46.7 22.1-46.7 12.3-12.2 12.3-32 0-44.2zM31.2'/%3E%3C/svg%3E%0A");
background-color: var(--color-primary);
background-size: contain;
background-repeat: no-repeat;
position: relative;
}
.wp-block-custom-gutenberg-blocks-custom-map #map .logo::before {
box-sizing: border-box;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
padding: 5px;
background-image: var(--logo); background-color: #fff;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50%;
width: 45px;
height: 45px;
border: 4px solid var(--color-primary);
}
.leaflet-popup-content {
padding: 0.5rem;
line-height: 1.8;
position: relative;
z-index: 1;
min-width: 200px;
font-size: 0.9rem;
font-family: inherit;
}
.leaflet-popup-content h3 {
margin: 0 0 0.5rem;
line-height: 1.45;
}
.leaflet-popup-content p {
margin: 0;
line-height: 1.45;
}
.leaflet-popup-content .button {
color: #fff;
padding: 0.2rem 0.9rem 0.2rem 0.7rem;
margin-top: 1rem;
}
.leaflet-container a.leaflet-popup-close-button {
padding: 0.8rem;
z-index: 1;
} .container {
max-width: 1180px;
margin-left: auto;
margin-right: auto;
}
.list-articles {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
grid-gap: 3rem;
}
.presentation-article {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 2.8rem 1rem 3rem;
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/pattern.png);
background-color: var(--color-primary-dark);
background-size: 520px;
background-position: center;
position: relative;
min-height: 15em;
text-align: center;
}
.presentation-article.has-post-thumbnail {
background-color: rgba(0, 0, 0, 0.6);
background-blend-mode: overlay;
background-size: cover;
}
.presentation-article h2{
margin-top: 0;
margin-bottom: 1rem;
color: white;
}
.presentation-article .tags {margin-top: 1rem;}
.presentation-article .tags a {
color: #ccc;
display: inline-block;
margin: 0.5rem;
border: 1px solid #ccc;
border-radius: 35px;
padding: 0.2rem 0.8rem;
}
.presentation-article .tags a:hover {
color: #fff;
border-color: #fff;
}
.presentation-article .tags a::before {
content: "#"
} summary {
display: block;
list-style-type: none;
cursor: pointer;
text-align: center;
margin-bottom: 1rem;
}
summary::-webkit-details-marker {
display: none
}
summary::after {
content: "▶";
display: inline-block;
margin-left: 0.7em;
}
summary h3 {
display: inline-block;
margin: 0;
cursor: inherit;
}
details[open] summary::after {
transform: rotate(90deg);
}
.wp-block-column details {
height: 100%;
}
details.force-open summary {
cursor: text;
}
details.force-open summary:focus {
outline: 0;
}
details.force-open summary::after {
display: none;
}
.wp-block-custom-gutenberg-blocks-equipe {
text-align: center;
min-width: 260px;
}
.wp-block-custom-gutenberg-blocks-accordeon summary {
background-color: var(--color-primary-lighter);
padding: 1rem 2rem;
margin-bottom: 0;
}
.wp-block-custom-gutenberg-blocks-accordeon {
background-color: #daf3f4;
}
.wp-block-custom-gutenberg-blocks-accordeon h3 {
text-align: center;
}
.accordeon-content {
padding: 1.5rem;
max-width: 620px;
margin: 0 auto;
}
.wp-block-table.is-style-stripes td:not(:last-of-type),
.wp-block-table.is-style-stripes th {
border-right-color: #E5E5E5;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color:var(--color-primary-lighter);
}
.equipe-photo {
border-radius: 50%;
width: 200px;
height: 200px;
object-fit: cover;
object-position: top;
}
.details-content p {
color: var(--color-gray);
margin: 0;
}
.google-reviews {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 1rem;
} .review-item {
margin-top: 1rem;
text-align: center;
z-index: 1;
flex-shrink: 0;
height: 100%;
width: 100%;
}
.review-meta::before {
content: "\201F";
font-weight: bold;
position: absolute;
top: -4rem;
font-size: 8rem;
left: calc(50% - 7rem);
color: #fff;
z-index: -1;
}
.review-meta {
position: relative;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 1px;
color: #999;
}
.review-stars ul {
display: inline-block;
list-style: none;
padding-left: 0;
margin: 0;
}
.review-stars ul li {
float: left;
margin-right: 5px;
}
.review-stars ul li i {
color: var(--color-primary);
font-size: 0.8rem;
font-style: normal;
}
.review-stars ul li i.inactive {
color: #c6c6c6;
}
.star:after {
content: "\2605";
}
.review-text {
max-width: 80ch;
margin: 0.5rem auto 0;
font-size: 1.2rem;
font-weight: 400;
}
@media screen and (max-width: 768px) {
.review-text {
font-size: 1rem;
}
}
.nav-links {
text-align: center;
}
.nav-links {
font-size: 1.2rem;
padding: 2rem;
margin: 1rem 0 2rem;
}
.next.page-numbers {
margin-left: 1.5rem;
}
.prev.page-numbers {
margin-right: 1.5rem;
}
.page-numbers {
padding: 0.5rem;
}
#breadcrumbs {
color: var(--color-gray);
font-size: 0.9rem;
margin: 2rem 1rem 0;
}
#breadcrumbs::before {
content: "";
display: inline-block;
vertical-align: sub;
width: 1.2em;
height: 1.2em;
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/icons/ic_baseline-home.svg);
background-size: contain;
margin-right: 0.3rem;
}
#breadcrumbs + .entry-title,
#breadcrumbs + .page-title {
margin-top: 0.3rem;
}
.single #breadcrumbs {
margin: 0 0 2rem;
}
.filters {
background-color: #f2f2f2;
padding: 0 1rem;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
max-width: 80ch;
margin: 3rem auto;
border-radius: 10px;
}
.filters .category,
.filters .tags {
display: flex;
align-items: center;
}
.heading {
text-transform: uppercase;
font-weight: bold;
font-size: 0.8rem;
color: var(--color-gray);
}
.filters > * {
margin: 1rem;
}
.field-title {
margin-right: 0.5rem;
}
select {
display: block;
color: var(--color-gray);
line-height: 1.3;
padding: 0.4em 2.2em 0.4em .8em;
width: 100%;
max-width: 100%;
box-sizing: border-box;
cursor: pointer;
margin: 0;
border: none;
box-shadow: none;
border-radius: 5px;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/icons/ic_sharp-arrow-drop-down.svg);
background-repeat: no-repeat;
background-position: right 0.5em top 45%;
background-size: 1.5em auto;
}
select::-ms-expand {
display: none;
}
select:hover {
border-color: #888;
}
select:focus {
border-color: transparent;
box-shadow: 0 0 0 2px var(--color-primary);
color: #222;
outline: none;
}
select option {
font-weight:normal;
}
.is-style-background-pattern {
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/blue-medical-pattern.svg), linear-gradient(173deg, var(--color-primary-lighter), transparent 85%);
padding: 5rem 1rem;
background-size: contain;
background-position: -4rem -1rem, 0 0;
background-repeat: no-repeat;
margin-top: 0;
margin-bottom: 0;
}
.container-txt,
.is-style-container-txt {
max-width: 80ch;
margin: 0 auto;
}
[target="_blank"]:not(.social-icon)::after {
content: "lien externe";
display: inline-block;
width: .7em;
height: .7em;
text-indent: .7em;
white-space: nowrap;
overflow: hidden;
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/icons/open-in-new.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
margin-left: .1em;
}
[href*="tel"]::before {
content: "Téléphone";
display: inline-block;
text-indent: 1em;
white-space: nowrap;
overflow: hidden;
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/icons/ic_round-local-phone-blue.svg);
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
margin-right: 0.2em;
height: 1em;
line-height: 1;
position: relative;
top:-1px;
vertical-align: sub;
width: 1em;
}
.wp-block-button__link[href*="tel"]::before,
.button[href*="tel"]::before {
background-image: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/assets/icons/ic_round-local-phone.svg);
margin-left: -0.2em;
}
.is-style-key-points {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 2rem;
margin: 2rem 0;
list-style: none;
counter-reset: custom-counter;
grid-gap: 1rem;
padding: 0;
}
.is-style-key-points li {
display: flex;
background-color: var(--color-primary);
padding: 1rem;
counter-increment: custom-counter;
margin: 0;
}
.is-style-key-points li::before {
content: counter(custom-counter);
color: var(--color-primary-lighter);
border-radius: 50%;
display: block;
margin-right: 0.5rem;
color: var(--color-primary-light);
margin-right: 1rem;
font-size: 3em;
line-height: 1;
}
.is-style-key-points a {color: #fff;}
.post-edit-link {
padding: 0.3rem 0.5rem;
border: 2px solid;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: bold;
}
.edit-link {
margin: 0 1rem 3rem;
text-align: center;
}
.title-intro .tags {
margin-bottom: 1.5rem;
}
.title-intro .tags a {
background-color: var(--color-primary);
color: #fff;
display: inline-block;
padding: 0.2rem 0.5rem;
border-radius: 38px;
}
.title-intro .tags a::before {
content: "#"
}
.title-intro .tags a {
padding: 0.3rem 0.7rem;
margin: 0.5rem;
}
.single .entry-title {
font-size: 5rem;
max-width: 30ch;
display: inline-block;
line-height: 1.125;
margin-bottom: 1.5rem;
}
.form-control {
position: relative;
}
.form-control label {
position: absolute;
z-index: 1;
left: 16px;
right: auto;
top: 3.6rem;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
pointer-events: none;
transition: transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);
transform-origin: left top;
background-color: #fff;
padding: 0 0.4rem;
margin-left: -0.4rem;
color: var(--color-gray);
}
.is-filled label, .is-focused label {
transform: translateY(-34.75px) scale(0.75);
}
.is-focused label {
color: var(--color-primary);
}
.form-control input, .form-control textarea {
right: 0;
left: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 100%;
height: 100%;
text-align: left;
padding: 0.8rem;
margin: 2rem 0 0;
background-color: #fff;
}
.wpcf7-form input[type="submit"] {
border: 0;
border-radius: 0;
background: inherit;
color: inherit;
font-size: inherit;
padding: .5rem 1.25rem;
cursor: pointer;
}
input[type="search"].search-field {
padding: .5rem 1.25rem;
}
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.wpcf7-response-output {
margin: 2em 0 1em;
padding: 0.2em 1em;
border: 2px solid var(--color-error);
}
.wpcf7-mail-sent-ok {
border: 2px solid var(--color-success);
}
.wpcf7-mail-sent-ng,
.wpcf7-aborted {
border: 2px solid var(--color-error);
}
.wpcf7-spam-blocked {
border: 2px solid var(--color-warning);
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
border: 2px solid var(--color-warning);
}
.wpcf7-form-control-wrap {
position: relative;
}
input.wpcf7-not-valid, .wpcf7-not-valid {
border: 2px solid var(--color-error);
}
span.wpcf7-not-valid-tip {
color: var(--color-error);
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid var(--color-error);
background: #fff;
padding: .2em .8em;
} .editor-post-featured-image__toggle {height: auto;}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {display: none;}
.wpcf7 .ajax-error {display: none;}
.wpcf7 .placeheld {
color: #888;
}
.wpcf7 .ajax-loader::after {
content: "...";
display: none;
margin-right: 1rem;
overflow: hidden;
white-space: nowrap;
-webkit-animation: typing 2s steps(4) infinite;
animation: typing 2s steps(4) infinite;
vertical-align: text-bottom;
}
.wpcf7 .ajax-loader.is-active::after {display: inline-block;}
@keyframes typing {
0% {width:0}
to {width:1em}
} .wp-block-custom-gutenberg-blocks-grid-columns,
.wp-block-custom-gutenberg-blocks-grid-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
display: grid;
grid-template-columns: 1fr;
grid-gap: 20px;
}
@media screen and (min-width: 600px) {
.wp-block-custom-gutenberg-blocks-grid-columns,
.wp-block-custom-gutenberg-blocks-grid-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {
grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}
} @media screen and (min-width: 600px) {
.wp-block-custom-gutenberg-blocks-grid-columns .block-editor-block-list__layout > .block-list-appender {
grid-column: 1;
}
.wp-block-custom-gutenberg-blocks-grid-columns .wp-block {max-width: 100%;}
}
.wp-block-cover-image.is-style-degrade::before, .wp-block-cover.is-style-degrade::before {
background-image: linear-gradient(155deg, #02545c, #1b647e, #4c709c, #817aae);
}
.wp-block-cover-image.is-style-degrade .wp-block-cover__inner-container,
.wp-block-cover.is-style-degrade .wp-block-cover__inner-container {
text-shadow: 0 0 60px var(--color-primary-darker);
}
.wp-block-cover__inner-container {
padding: 2rem 1rem;
}
.wp-block-gallery.is-style-marginless {
margin: 0;
}
.wp-block-gallery.is-style-marginless .blocks-gallery-item {
margin: 0;
}
.is-style-home-banner p {
padding: 1rem;
margin: 0;
}
.is-style-home-banner {
margin-top: 0;
margin-bottom: 0;
}
.scroll-to-top {
position: fixed;
display: none;
bottom: 1.5em;
right: 0;
background-color: var(--color-primary);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' preserveAspectRatio='xMidYMid meet' viewBox='0 0 24 24'%3E%3Cpath d='M4 15l8-8l8 8l-1.414 1.414L12 9.828l-6.586 6.586' fill='white'/%3E%3C/svg%3E");
border-radius: 10px 0 0 10px;
padding: 1em 1.5em;
box-shadow: -0.2em 0.2em 0.6em rgba(0, 0, 0, 0.1);
transition: 0.3s;
width: 3em;
height: 2.7em;
background-size: 1.5em;
background-repeat: no-repeat;
background-position: center;
z-index: 9999;
}
.scroll-to-top:hover {
transform: translateY(-5px);
}
.scroll-to-top.is-active {display: block;} .wp-block-social-links.is-style-logos-only .wp-social-link,
.wp-social-link a {
padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
color: inherit;
}
.wp-social-link {
width: unset;
height: unset;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
width: 1.7em;
height: 1.7em;
} .wp-block {
max-width: 80ch;
} .wp-block[data-align="wide"] {
max-width: 90ch;
margin-right: auto;
margin-left: auto;
}
.wp-block[data-align="full"] {
max-width: 100%;
margin-right: 0;
margin-left: 0;
}
.block-editor-block-list__layout {
padding-right: 15px;
padding-left: 15px;
}@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Roboto'), local('Roboto-Regular'),
url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-regular.woff2) format('woff2'), url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-regular.woff) format('woff'), url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-regular.ttf) format('truetype'); } @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Roboto Italic'), local('Roboto-Italic'),
url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-italic.woff2) format('woff2'), url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-italic.woff) format('woff'), url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-italic.ttf) format('truetype'); } @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Roboto Bold'), local('Roboto-Bold'),
url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-700.woff2) format('woff2'), url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-700.woff) format('woff'), url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/roboto/roboto-v20-latin-700.ttf) format('truetype'); }
@font-face {
font-family: 'passion_oneregular';
src: url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/passion-one/passionone-regular-webfont.woff2) format('woff2'),
url(//www.cliniquemontagneverte.fr/wp-content/themes/montagne-verte/fonts/passion-one/passionone-regular-webfont.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}