@charset "UTF-8";
@font-face { font-family: "Poppins"; src: url("../fonts/poppins-regular.ttf") format("truetype"); font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/poppins-bold.ttf") format("truetype"); font-display: swap; font-weight: bold; }
@font-face { font-family: "Montserrat"; src: url("../fonts/poppins-italic.ttf") format("truetype"); font-display: swap; font-style: italic; }
html, body, header, nav, footer, section, div, span, h1, h2, h3, h4, p, a, img, ul, li, dl, dd, dt, iframe, input, textarea, button, figure, figcaption, blockquote, svg, strong, b, address { margin: 0; padding: 0; border: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

ul { list-style: none; }

@-webkit-keyframes cardio { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  7% { -webkit-transform: scale3d(0.98, 0.98, 1); transform: scale3d(0.98, 0.98, 1); }
  15% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  22% { -webkit-transform: scale3d(0.98, 0.98, 1); transform: scale3d(0.98, 0.98, 1); }
  50% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }

@keyframes cardio { 0% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  7% { -webkit-transform: scale3d(0.98, 0.98, 1); transform: scale3d(0.98, 0.98, 1); }
  15% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  22% { -webkit-transform: scale3d(0.98, 0.98, 1); transform: scale3d(0.98, 0.98, 1); }
  50% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
  100% { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
html { font-size: 100%; line-height: 1.8em; font-family: "Poppins", sans-serif; color: #212b37; }

body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background-color: #dae6e9; min-height: 100vh; }

main { -webkit-box-flex: 1; -ms-flex: 1 1 300px; flex: 1 1 300px; }
main ul { padding-left: 1em; }

h2 { margin-bottom: 2em; font-size: 2em; }

h3, h4 { margin-bottom: 1.5em; }

main p:not(:last-of-type) { margin-bottom: 0.5em; }

section:not(:first-of-type) { padding-top: 6em; padding-bottom: 6em; background-repeat: repeat-x; background-position: bottom -2px center; background-size: 1920px auto; }

section:nth-of-type(2n) .imageCercle-texte-container > figure:after { background-image: url("../images/cadre1.png"); }

section:nth-of-type(2n+1) { background-color: #f3efe0; }
section:nth-of-type(2n+1) .imageCercle-texte-container > figure:after { background-image: url("../images/cadre2.png"); }

section:nth-of-type(2n):not(:first-of-type):not(:last-of-type) { background-image: url("../images/section-transition-fusain1.png"); }

section:nth-of-type(2n+1):not(:first-of-type):not(:last-of-type) { background-image: url("../images/section-transition-fusain2.png"); }

.section-introduction { margin-top: 66px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 65vh; background-position: bottom -2px center, top center; background-size: 963px 263px, cover; background-repeat: repeat-x, no-repeat; }
.section-introduction h1 { padding: 0.5em; width: 100%; text-align: center; font-size: 2.6em; line-height: 1.3em; color: #dae6e9; text-shadow: 2px 2px 2px rgba(33, 43, 55, 0.9); background: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 43, 55, 0)), color-stop(40%, rgba(33, 43, 55, 0.3)), color-stop(60%, rgba(33, 43, 55, 0.3)), to(rgba(33, 43, 55, 0))); background: linear-gradient(0deg, rgba(33, 43, 55, 0) 0%, rgba(33, 43, 55, 0.3) 40%, rgba(33, 43, 55, 0.3) 60%, rgba(33, 43, 55, 0) 100%); }
.section-introduction h1 .container { max-width: 860px; display: inline-block; }

.container { margin: 0 auto; padding: 0 2rem; max-width: 1450px; }

section .container > ul > li { margin-bottom: 3rem; }

.imageCercle-texte-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 5em; }
.imageCercle-texte-container > div { -webkit-box-flex: 1; -ms-flex: 1 1 300px; flex: 1 1 300px; }
.imageCercle-texte-container > figure { position: relative; }
.imageCercle-texte-container > figure > img { border-radius: 50%; max-width: 100%; height: auto; vertical-align: bottom; }
.imageCercle-texte-container > figure:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: 100% auto; background-position: center; background-repeat: no-repeat; }
.imageCercle-texte-container ~ ul { margin-top: 5rem; }

ul.descriptif { margin-left: 1rem; margin-bottom: 1rem; padding-left: 0; list-style: disc; }

p ~ ul { margin-top: 3rem; }

.btn-reserver { border-radius: 8px; padding: 0.5em 1em; display: block; background-color: #f3efe0; color: #212b37; text-transform: uppercase; text-decoration: none; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: cardio; animation-name: cardio; -webkit-transition: -webkit-transform 0.1s; transition: -webkit-transform 0.1s; transition: transform 0.1s; transition: transform 0.1s, -webkit-transform 0.1s; }

@media screen and (max-width: 950px) { section h2 { text-align: center; }
  .imageCercle-texte-container { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .imageCercle-texte-container > div { width: 100%; }
  .imageCercle-texte-container figure { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } }
@media screen and (max-width: 400px) { .container { padding: 0 1rem; } }
header { padding-top: 1em; position: relative; background-color: #212b37; }
header .container { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
header .logo-image { max-width: 260px; width: 100%; min-height: 50px; background-image: url("../images/u-fragnu-di-perruccio-logo.png"); background-size: auto 100%; background-repeat: no-repeat; }
header .header-fusain { position: absolute; top: 100%; left: 0; width: 100%; height: 32px; background-image: url("../images/header-fusain.png"); background-repeat: repeat-x; background-position: bottom center; }
header .langue-container { position: relative; height: 28px; width: 115px; }
header .langue-container ul { border-radius: 0 0 8px 8px; padding: 0 1rem; z-index: 1; position: absolute; width: 115px; height: 28px; overflow: hidden; text-align: right; background-color: #212b37; -webkit-transition: height 0.1s ease-out overflow 0 0.1s; transition: height 0.1s ease-out overflow 0 0.1s; }
header .langue-container ul:hover { height: 130px; overflow: inherit; }
header .langue-container ul li a { font-size: 0.9rem; color: #f3efe0; text-decoration: none; }
header .langue-container ul li:first-of-type a:before { margin-right: 0.2rem; content: url("../images/icone-langue.png"); vertical-align: sub; }
header .langue-container ul li:last-of-type:hover { position: relative; }
header .langue-container ul li:last-of-type:hover:after { content: "Wir freuen uns über unsere deutschen Freunde, sprechen jedoch die Sprache nicht."; border-radius: 8px; padding: 1rem; position: absolute; left: 100%; top: 100%; width: 380px; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); color: #212b37; background-color: #f3efe0; -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2); box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2); }

header.header-init { z-index: 10; position: fixed; top: 0; left: 0; width: 100vw; -webkit-transition: -webkit-transform 0.1s; transition: -webkit-transform 0.1s; transition: transform 0.1s; transition: transform 0.1s, -webkit-transform 0.1s; }

header.header-hide { -webkit-transform: translate3d(0, calc(-100% - 32px), 0) !important; transform: translate3d(0, calc(-100% - 32px), 0) !important; -webkit-transition: -webkit-transform 0.2s !important; transition: -webkit-transform 0.2s !important; transition: transform 0.2s !important; transition: transform 0.2s, -webkit-transform 0.2s !important; }

nav { margin-left: auto; border-top: 1px dotted #671605; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: right; -ms-flex-pack: right; justify-content: right; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; }
nav ul li { margin-left: 32px; line-height: 1rem; }
nav ul li a { display: block; text-align: center; text-transform: uppercase; text-decoration: none; color: #f3efe0; font-size: 1rem; font-weight: normal; -webkit-animation-name: none; animation-name: none; }
nav ul li:first-of-type { margin-left: 0; }
nav ul li:last-of-type { margin-left: 64px; }
nav ul li.selected a { font-weight: bold; }
nav input { position: absolute; top: 1.5rem; right: 2rem; width: 40px; height: 40px; opacity: 0; pointer-events: none; z-index: -1; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

.header-hide { -webkit-transform: translate3d(0, -100%, 0) !important; transform: translate3d(0, -100%, 0) !important; -webkit-transition: -webkit-transform 0.2s !important; transition: -webkit-transform 0.2s !important; transition: transform 0.2s !important; transition: transform 0.2s, -webkit-transform 0.2s !important; }

@media screen and (max-width: 1100px) { header { padding: 0.5em 0; }
  header .container { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  header .logo-image { margin-top: 0; }
  header .langue-container { width: 100%; }
  header .langue-container ul { margin-top: 0.5rem; right: -1rem; }
  nav { border-top: none; }
  nav ul { z-index: 1; position: absolute; right: 0; top: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; max-height: 0; width: 100vw; text-align: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; overflow: hidden; -webkit-transition: max-height 0.4s ease-out; transition: max-height 0.4s ease-out; }
  nav ul li { margin-left: 0; padding: 6px 0; border-top: 1px dotted transparent; width: 100%; line-height: 2rem; -webkit-transition: border-color 0.2s; transition: border-color 0.2s; background-color: #212b37; }
  nav ul li:first-of-type { /*border-top: none;*/ }
  nav ul li:last-of-type { margin-left: 0; padding: 0; }
  nav ul li:last-of-type a { border-radius: 0; }
  nav ul li a { margin-top: 0; opacity: 0; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
  nav .mainMenu-icon { margin-left: auto; width: 40px; height: 40px; }
  nav .mainMenu-icon span { margin-left: auto; width: 40px; height: 3px; display: block; background-color: #f3efe0; pointer-events: none; -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; }
  nav .mainMenu-icon span:nth-of-type(1) { -webkit-transform-origin: left top; transform-origin: left top; }
  nav .mainMenu-icon span:nth-of-type(2) { -webkit-transform: translate3d(0, 16px, 0); transform: translate3d(0, 16px, 0); -webkit-transition: -webkit-transform 0.1s 0.2s; transition: -webkit-transform 0.1s 0.2s; transition: transform 0.1s 0.2s; transition: transform 0.1s 0.2s, -webkit-transform 0.1s 0.2s; }
  nav .mainMenu-icon span:nth-of-type(3) { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: translate3d(0, 31px, 0); transform: translate3d(0, 31px, 0); }
  nav input { z-index: 1; pointer-events: auto; }
  nav input:hover { cursor: pointer; }
  nav input:checked ~ ul { padding-bottom: 32px; max-height: 256px; -webkit-transition: max-height 0.4s ease-out; transition: max-height 0.4s ease-out; background-image: url("../images/header-fusain.png"); background-repeat: repeat-x; background-position: bottom center; }
  nav input:checked ~ ul li { border-color: #dae6e9; -webkit-transition: border-color 1s 0.2s; transition: border-color 1s 0.2s; }
  nav input:checked ~ ul li a { opacity: 1; -webkit-transition: opacity 1s 0.2s; transition: opacity 1s 0.2s; }
  nav input:checked ~ .mainMenu-icon span { -webkit-transition: -webkit-transform 0.2s 0.1s; transition: -webkit-transform 0.2s 0.1s; transition: transform 0.2s 0.1s; transition: transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s; }
  nav input:checked ~ .mainMenu-icon span:nth-of-type(1) { -webkit-transform: translate3d(7px, 6px, 0) rotate3d(0, 0, 1, 45deg); transform: translate3d(7px, 6px, 0) rotate3d(0, 0, 1, 45deg); }
  nav input:checked ~ .mainMenu-icon span:nth-of-type(2) { -webkit-transform: translate3d(0, 16px, 0) scale3d(0, 1, 1); transform: translate3d(0, 16px, 0) scale3d(0, 1, 1); -webkit-transition: -webkit-transform 0.1s; transition: -webkit-transform 0.1s; transition: transform 0.1s; transition: transform 0.1s, -webkit-transform 0.1s; }
  nav input:checked ~ .mainMenu-icon span:nth-of-type(3) { -webkit-transform: translate3d(7px, 27px, 0) rotate3d(0, 0, 1, -45deg); transform: translate3d(7px, 27px, 0) rotate3d(0, 0, 1, -45deg); }
  .header-hide ul { max-height: 0 !important; -webkit-transition: max-height 0.2s ease-out !important; transition: max-height 0.2s ease-out !important; } }
@media screen and (max-width: 500px) { header .langue-container ul li:last-of-type:hover:after { width: 80vw; } }
@media screen and (max-width: 400px) { header .logo-image { min-height: 40px; max-width: 220px; }
  nav input { right: 1rem; } }
@-webkit-keyframes btn-backToTop { 0% { -webkit-transform: translate3d(0, 0%, 0); transform: translate3d(0, 0%, 0); }
  100% { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); } }
@keyframes btn-backToTop { 0% { -webkit-transform: translate3d(0, 0%, 0); transform: translate3d(0, 0%, 0); }
  100% { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); } }
footer { padding: 1em 0; position: relative; background-color: #212b37; }
footer p, footer a { color: #dae6e9; }
footer address { 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; }
footer address > p { margin-bottom: 0.5em; width: 100%; font-size: 1.4em; }
footer address span:last-of-type { text-align: right; }
footer .container > span { margin-top: 1em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }
footer .footer-fusain { position: absolute; bottom: 100%; left: 0; width: 100%; height: 32px; -webkit-transform: rotate3d(0, 0, 1, 180deg); transform: rotate3d(0, 0, 1, 180deg); background-image: url("../images/header-fusain.png"); background-repeat: repeat-x; background-position: bottom center; }
footer .btn-backToTop { width: 48px; height: 42px; background-color: transparent; background-image: url("../images/icon-back-to-top.png"); background-size: 100% auto; background-repeat: no-repeat; -webkit-animation: 0.5s ease-in infinite alternate btn-backToTop; animation: 0.5s ease-in infinite alternate btn-backToTop; }
footer .btn-backToTop:hover { cursor: pointer; }
footer .btn-backToTop.disable { pointer-events: none; opacity: 0; }
footer .btn-backToTop.btn-backToTop-init { z-index: 1; position: fixed; bottom: 2rem; left: calc(50% + (1450px / 2) - 1rem); }

@media screen and (max-width: 1670px) { footer .btn-backToTop.btn-backToTop-init { left: inherit; right: 2rem; } }
@media screen and (max-width: 590px) { footer address { display: block; }
  footer address span:last-of-type { text-align: center; }
  footer p { text-align: center; }
  footer .container > span { display: block; text-align: center; } }
.page-accueil .section-introduction { background-image: url("../images/section-transition-foret.png"), url("../images/panoramique-batiment-principal.jpg"); }

.page-activites .section-introduction { background-image: url("../images/section-transition-foret.png"), url("../images/panoramique-randonneurs.jpg"); }
.page-activites .section-proposition { position: relative; }
.page-activites .section-proposition .container > ul > li > ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 10%; }
.page-activites .section-proposition .container > ul > li > ul ul { list-style: disc; }
.page-activites .section-proposition .btn-reserver { margin: 0 auto; position: absolute; bottom: 0; left: calc(50% - (97px / 2)); color: #f3efe0; background-color: #212b37; }
.page-activites section.artisanats ul { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4em 2em; }
.page-activites section.artisanats ul li { margin-bottom: 0; border-radius: 50%; max-width: 200px; min-width: 200px; height: 200px; justify-self: center; -webkit-transition: -webkit-transform 0.2s; transition: -webkit-transform 0.2s; transition: transform 0.2s; transition: transform 0.2s, -webkit-transform 0.2s; }
.page-activites section.artisanats ul li:nth-of-type(1) { background-image: url("../images/jambon.jpg"); }
.page-activites section.artisanats ul li:nth-of-type(2) { background-image: url("../images/buche-de-noel.jpg"); }
.page-activites section.artisanats ul li:nth-of-type(3) { background-image: url("../images/olives.jpg"); }
.page-activites section.artisanats ul li:nth-of-type(4) { background-image: url("../images/champ-safran.jpg"); }
.page-activites section.artisanats ul li:nth-of-type(5) { background-image: url("../images/miel.jpg"); }
.page-activites section.artisanats ul li:hover { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
.page-activites section.artisanats ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; width: 100%; height: 100%; font-size: 1.5em; color: white; font-weight: bold; text-shadow: 2px 2px 2px rgba(33, 43, 55, 0.9); text-decoration: none; }
.page-activites section.restaurants .container > ul > li { margin-bottom: 3em; }
.page-activites section.restaurants .container > ul > li > ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem 4rem; }
.page-activites section.restaurants h4 { margin-bottom: 1em; }

@media screen and (max-width: 1215px) { .page-activites section.artisanats ul { grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 1050px) { .page-activites section.restaurants .container > ul > li > ul { grid-template-columns: 1fr; } }
@media screen and (max-width: 950px) { .page-activites .section-proposition .container > ul > li > ul { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 755px) { .page-activites section.artisanats ul { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 650px) { .page-activites .section-proposition .container > ul > li > ul { grid-template-columns: 1fr; } }
@media screen and (max-width: 590px) { .page-activites section.artisanats ul { grid-template-columns: 1fr; } }
.page-hebergements .section-introduction { background-image: url("../images/section-transition-foret.png"), url("../images/panoramique-hebergements.jpg"); }
.page-hebergements .section-propriete .container > ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20%; }
.page-hebergements .section-chambres .container > ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 2em; }

@media screen and (max-width: 800px) { .page-hebergements .section-chambres .container > ul { grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 680px) { .page-hebergements .section-propriete .container > ul, .page-hebergements .section-chambres .container > ul { grid-template-columns: 1fr; } }
.page-contact .section-introduction { background-image: url("../images/section-transition-foret.png"), url("../images/panoramique-vallees.jpg"); }
.page-contact .section-form form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2em; }
.page-contact .section-form form label { margin-left: 18px; }
.page-contact .section-form form input, .page-contact .section-form form textarea { padding: 1em; font-family: "Poppins", sans-serif; }
.page-contact .section-form form input { margin-bottom: 1em; border-radius: 24px 0 0 24px; display: block; width: 100%; background-color: white; }
.page-contact .section-form form textarea { border-top-right-radius: 24px; width: 100%; width: 100%; resize: vertical; min-height: 317px; }
.page-contact .section-form form .captcha-container { grid-column: span 2; }
.page-contact .section-form form .captcha-container > div { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 1rem; }
.page-contact .section-form form .captcha-container > div svg { border-radius: 24px 0 0 24px; padding: 1em; background-color: rgba(226, 213, 213, 0.75); }
.page-contact .section-form form .captcha-container > div input { margin-bottom: 0; border-radius: 0; }
.page-contact .section-form form .captcha-container > div input[type="submit"] { border-radius: 0 0 24px 0; padding: 0; font-size: 1.5rem; color: #f3efe0; text-transform: uppercase; font-weight: bold; background-color: #212b37; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); }
.page-contact .section-form form .captcha-container > div input[type="submit"]:hover { cursor: pointer; }
.page-contact .section-form form p { grid-column: span 2; text-align: right; }
.page-contact ul { margin-bottom: 1em; }
.page-contact .map-container iframe { border-radius: 12px; width: 100%; height: 600px; }

@media screen and (max-width: 900px) { .page-contact .section-form form { grid-template-columns: 1fr; gap: 0; }
  .page-contact .section-form form label { margin-left: 0; }
  .page-contact .section-form form input, .page-contact .section-form form textarea { border-radius: 12px; }
  .page-contact .section-form form textarea { margin-bottom: 1em; }
  .page-contact .section-form form .captcha-container { grid-column: 1; }
  .page-contact .section-form form .captcha-container > div { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .page-contact .section-form form .captcha-container > div svg { border-radius: 12px 12px 0 0; }
  .page-contact .section-form form .captcha-container > div input[type="text"] { border-radius: 0; }
  .page-contact .section-form form .captcha-container > div input[type="submit"] { border-radius: 0 0 12px 12px; padding: 1em; -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
  .page-contact .section-form form p { margin-top: 1rem; grid-column: 1; text-align: left; } }
@media screen and (max-width: 500px) { .page-contact .map-container iframe { height: 400px; } }
.page-404 h1 { background: rgba(33, 43, 55, 0.4); }
