@font-face {
	font-family: Gabriola;
	src: local("Gabriola"), url("/font/Gabriola.ttf");
}
@font-face {	
	font-family: futura-lt-w01-light;
	src: url("/font/Futura Lt Light.ttf");
}

* {
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
html {
	font-size: 30px;
	font-family: Gabriola;
	height: -moz-available; /* 100%;*/
	width: 100%;
	background-image: linear-gradient(#fffaf02e, #88f0cd87), url("../images/18.jpg");
	background-size: 30% 100%;
	background-attachment: fixed;
	margin: 0 auto;
	cursor: default;
}
body {
	margin: 0;
	min-height: 100%;
}
label {
	cursor: pointer;
}
input[type="checkbox"] {
	font-size: 0.7em;
	width: 1em;
	height: 1em;
    vertical-align: middle;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #ff8144;
}
.menu {
	background: linear-gradient(#fffe 1.5em, #fff0);
	height: 5em;
	font-size: 1em; 
	position: relative;
	top: 0;
	width: 100%;
}
.menu table {
	border-collapse: collapse;
	display: inline-block;
	vertical-align: top;
	font-size: 1.2em;
}
.menu td {
	text-align: center;
}
.menu td a:focus, .menu td a:hover {
	font-weight: bold;
	font-style: italic;
	color: deeppink;
	text-shadow: 0 0 0.42em deeppink;
}
.menu td a:focus img, .menu td a:hover img {
	/*filter: drop-shadow(0 0 0.1em deeppink);*/
}
.menu_ban {
	display: inline-block;
	position: absolute;
	right: 5em;
}
.menu_ban h1 {
	font-size: 1.4em;
	font-weight: initial;
	color: #ff8144;
	filter: drop-shadow(0.12em 0.12em 0.05em darkgray);
	margin: 0.8em 0 0 0;
}
.menu_ban h2 {
	margin: 0;
	font-weight: initial;
	font-size: 1.25em;
}
.menu_ban img {
	vertical-align: middle;
	margin-bottom: 0.1em;
	position: inherit;
}
.menu_ban p {
	margin: 0.5em 0;
	line-height: 0.8em;
	font-size: 0.8em;
	filter: drop-shadow(0.12em 0.12em 0.05em darkgray);
	color: black;
}
.menu_ban #tel {
	margin: 0px;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px 1px 1px;
	color:black;
	font-family: futura-lt-w01-light;
	font-weight: bold;
	font-size: 0.7em;
	filter: drop-shadow(0.12em 0.12em 0.05em darkgray);
}
.menu_ban #email {
	margin: 0px;
	font-weight: bold;
	font-style: italic;
	filter: drop-shadow(0.12em 0.12em 0.05em darkgray);
}
.menu_ban img[name="logo"] {
	width: 5em;
	vertical-align: top;
	margin-top: -0.5em;
    filter: drop-shadow(0.34em 0.34em 0.14em darkgray);
}
#mobilemenu {
	position:absolute;
	width: 100%;
	top:0.5em;
	left:0.5em;
	font-size: 2em;
	z-index:4;
}
.vertmenu {
	padding:0;
	margin:0;
	list-style:none;
}
.vertmenu li {
	background-color: white;
	border-radius: 0.5em;
	box-shadow: 0.1em 0.1em 0.1em gray;
	border: 1px solid black;
	height: 2.2em;
	width: 6em;
}
.vertmenu li ul {
	padding: 0 0.25em;
}
.vertmenu li li {
	max-height:0;
	overflow: hidden;
	transition: all 1s;
	border-radius:0;
	background: none;
	box-shadow: none;
	border: none;
	margin:0;
}
.vertmenu a {
	display:block;
	text-decoration:none;
	color: #ff8144;
	font-size: 1.2em;
	height: 1.75em;
}
.vertmenu ul li:last-child {
	border-radius: 0 0 0.5em 0.5em;
	border: none;
}

.aff li, .aff li li {
	width: auto;
	height: auto;
	max-height: none;
}
.titre_ss_menu {
	display: block;
	position: relative;
	z-index: 10;
}
.ss_menu {
	position: absolute;
	z-index: 9;
	top: 1.3em;
	width: 9em;
	/*margin-left: 0.8em;*/
	padding: 5px 5px 0;
	background: linear-gradient(0.53turn,#fff0,60%,#fd000040),linear-gradient(#ffffffc9,#ffffffba);
	border: 1px solid darkorange;
	border-bottom-left-radius: 0.5em;
	border-top: 0;
	border-right: 0;
	text-align: left;
}
.ss_menu a {
	display: block;
	line-height: 1.3em;
}

.avis img {
	width: 6em;
	position: absolute;
	right: 1em;
	top: 8em;
}
.avis img.img-top {
	opacity: 0;
}
.avis img.img-bkg {
	opacity: 1;
}
.avis:hover img.img-top {
	opacity: 1;
}
.avis:hover img.img-bkg {
	opacity: 0;
}
.avis[active="true"] img.img-top {
	opacity: 1;
}
.avis[active="true"] img.img-bkg {
	opacity: 0;
}

.corps {
	margin:-2em 0.675em 0;
}
.corps h1 {
	margin: 0;
}
.errInput {
	background-color: pink;
	border-color: red;
}

.surbrillance, #maps a:hover {
	font-weight: bold;
	text-shadow: 0 0 0.4em yellow;
}

.contact {
	background-color: #fbf5f59e;
	border-radius: 0.7em;
	padding: 0.34em;
	border: 0.08em solid #ff8144;
	box-shadow: 0.34em 0.34em 0.34em gray;
	width: 27em;
	height: 19em;
}
.contact .label {
	width: 5.4em; 
	display: inline-block;
	vertical-align: top;
}
.contact textarea, .contact input[type="text"] {
	font-size: 1em;
	font-family: Gabriola;
	line-height: 1.1;
	padding: 0 0.2em;
}
.contact input[type="text"] {
	width: 11.67em;
	height: 1.4em;
}
.contact textarea:hover, .contact textarea:focus, .contact input[type="text"]:hover, .contact input[type="text"]:focus {
	background-color: ivory;
	outline: 0.08em solid #ff8144;
	border: 0;
}
.contact input[type="submit"] {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	border-radius: 0.27em;
	border: 0.08em solid;
	margin-top: 0.5em;
	background-color: antiquewhite;
}
.contact input[type="submit"]:enabled {
	background-color: antiquewhite;
}
.contact input[type="submit"]:disabled {
	background-color: lightgray;
}
.contact input[type="submit"]:enabled:hover {
	color:#ff8144;
	border-color: #ff8144;
	background-color: bisque;
}
.contact_mb {
	background-color: #fbf5f59e;
	border-radius: 0.7em;
	padding: 0.34em;
	border: 0.08em solid #ff8144;
	box-shadow: 0.34em 0.34em 0.34em gray;
	width: 29em;
	height: 20em;
	font-size:2em;
	margin: 0 auto;
}
.contact_mb .label {
	width: 5.4em; 
	display: inline-block;
	vertical-align: top;
}
.contact_mb textarea, .contact_mb input[type="text"] {
	font-size: 1em;
	font-family: Gabriola;
	line-height: 1.1;
	padding: 0 0.2em;
}
.contact_mb input[type="text"] {
	width: 14em;
	height: 1.4em;
}
.contact_mb textarea:hover, .contact_mb textarea:focus, .contact_mb input[type="text"]:hover, .contact_mb input[type="text"]:focus {
	background-color: ivory;
	outline: 0.08em solid #ff8144;
	border: 0;
}
.contact_mb input[type="submit"] {
	width: 100%;
	font-family: Gabriola;
	font-size: 1em;
	font-weight: bold;
	border-radius: 0.27em;
	border: 0.08em solid;
	margin-top: 0.5em;
	background-color: antiquewhite;
}
.contact_mb input[type="submit"]:enabled {
	background-color: antiquewhite;
}
.contact_mb input[type="submit"]:disabled {
	background-color: lightgray;
}
.contact_mb input[type="submit"]:enabled:hover {
	color:#ff8144;
	border-color: #ff8144;
	background-color: bisque;
}
.info_contact {
	display: grid;
	align-items: start;
	grid-template-columns: 26.7em 26.7em;
	justify-content: space-evenly;
}

.titre {
	margin: 3em 0;
}
.titre h2 {
	margin: 0;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px 1px 1px;
	text-align: center;
	font-weight: bold;
}
.titre p {
	text-align: center;
	margin: 0 0 2em 0;
}
.titre p spam {
	background-color: antiquewhite;
	width: 22em;
	display: inline-block;
	font-style: italic;
	border-radius: 1.5em;
	box-shadow: 0.34em 0.34em 0.34em gray;
}
.titre_mb {
	margin: 3em 0;
}
.titre_mb h2 {
	margin: 0;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px 1px 1px;
	text-align: center;
	font-weight: bold;
	font-size: 4em;
}
.titre_mb p {
	text-align: center;
	margin: 0 0 2em 0;
	font-size: 2em;
}
.titre_mb p spam {
	background-color: antiquewhite;
	width: 22em;
	display: inline-block;
	font-style: italic;
	border-radius: 1.5em;
	box-shadow: 0.34em 0.34em 0.34em gray;
}

.google_map {
	width: 27em;
	height: 19em;
	border-radius: 0.7em;
	border: 0.08em solid #ff8144;
	box-shadow: 0.34em 0.34em 0.34em gray;
}
.google_map_mb {
	width: 58em;
	height: 40em;
	border-radius: 1.7em;
	border: 0.08em solid #ff8144;
	box-shadow: 1em 1em 1em gray;
}

.titre2 {
	margin: 1.7em auto 1.7em;
	width: -moz-fit-content;
	width: fit-content;
}
.titre2 img[src="/images/banniere_logo3.png"] {
	width: 27.3em;
	filter: drop-shadow(0 0.4em 0.07em darkgray);
}
.titre2 h2 {
	margin: 0 0 0 -5em;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px 1px 1px;
	text-align: center;
	font-weight: bold;
}

.tarifs h3, .tarifs p, .tarifs ul, .tarifs li {
	margin: 0;
}
.tarifs h3 {
	margin: 0.9em 0 -0.9em 0;
	color: #ff8144;
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}
.tarifs h3 img {
	height: 0.86em;
	vertical-align: sub;
	margin-right: 0.43em;
}
.tarifs p {
	margin-left: 1.34em;
	text-decoration: underline 1px;
}
.tarifs ul {
	margin-left: 1.34em;
}
.tarifs li {
	list-style : none;
	background-image : url("../images/puce01.png");
	background-size : 0.8em;
	background-repeat : no-repeat;
	background-position-x : left;
	background-position-y : top 0.4em;
	padding-left: 1.2em;
	
}
.tarifs img {
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}
.tarifs div {
	display: inline-block;
}

.naturo h3 {
	margin: 0.9em 0 -0.9em 0;
	color: #ff8144;
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}
.naturo p {
	margin: 0;
}
.naturo li {
	list-style : none;
	background-image : url("../images/puce01.png");
	background-size : 0.8em;
	background-repeat : no-repeat;
	background-position-x : left;
	background-position-y : top 0.5em;
	padding-left: 1.16em;
}
.naturo img {
	height: 0.9em;
	vertical-align: sub;
	margin-right: 0.5em;
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}

.naturo div {
	display: inline-block;
}

.reflexo p, .reflexo ul, .reflexo li, .reflexo table {
	margin: 0;
	/*font-size: 1em;*/
}
.reflexo h3 {
	margin: 0.9em 0 -0.9em 0;
	color: #ff8144;
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}
.reflexo h3 img {
	height: 0.86em;
	vertical-align: sub;
	margin-right: 0.43em;
}
.reflexo ul {
	margin-left: 1.34em;
}
.reflexo li {
	list-style : none;
	background-image : url("../images/puce01.png");
	background-size : 0.8em;
	background-repeat : no-repeat;
	background-position-x : left;
	background-position-y : top 0.5em;
	padding-left: 1.2em;
	
}
.reflexo img {
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}
.reflexo div {
	display: inline-block;
}

.presta ul {
		margin: 0;
}

.presta li {
	margin-left: -2.5em;
	font-size: 0.933em;
	list-style : none;
	background-image : url("../images/puce02.png");
	background-size : 0.8em;
	background-repeat : no-repeat;
	background-position-x : left;
	background-position-y : top 0.4em;
	padding-left: 1.25em;
	color: darkred;
}

.presta h3 {
	margin: 0.9em 0 -0.9em 0;
	color: #ff8144;
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}

.presta h3 span {
	font-size: 0.7em;
	font-weight: initial;
	color: gray;
	right: 0;
	position: absolute;
	margin-top: 0.6em;
}

.presta h4 {
	margin: 0;
}

.presta p {
	margin: 0;
}

.presta img {
	height: 0.9em;
	vertical-align: sub;
	margin-right: 0.5em;
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}

.presta div {
	margin: 0 1em;
	display: inline-block;
}

.tdiv {
	margin: 0 1.7em;
}
.ghdiv {
	margin: 0 0 0 1em;
	width: 18em;
}
.dtdiv {
	margin: 0 1em 0 0;
	width: 18em;
}
.presta .descr, .naturo .descr, .reflexo .descr {
	margin-left: 1.2em;
	line-height:1.2em;
}
.tarifs div[name="lignedeco"], .presta div[name="lignedeco"], .naturo div[name="lignedeco"], .reflexo div[name="lignedeco"]{
	margin: 0;
	height: 0.33em;
	background-image: url(../images/banniere.png);
	width: 100%;
	background-size: contain;
}
.container {
	width: 42em;
	position: relative;
	background-color: #fffbfb7d;
	padding: 1em;
	border-radius: 0.8em;
	box-shadow: 0.34em 0.34em 0.34em gray;
	margin: 0 auto 1em;
}
div[name="global-container"] {
	padding: 1em;
}

div[name="global-container"] h1 {
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px 1px 1px;
	filter: drop-shadow(0.145em 0.145em 0.115em darkgray);
}

.legal p {
	margin: 0;
	line-height:1.2em;
	font-size: 0.8em;
}

.legal li {
	font-size: 0.8em;
	list-style : none;
	background-image : url("../images/puce01.png");
	background-size : 0.85em;
	background-repeat : no-repeat;
	background-position-x : left;
	background-position-y : 0.4em;
	padding-left: 1.46em;
}

.legal img[src="/images/banniere01.png"] {
	width: 5em;
}

.ss-titre2 {
	font-weight: bold;
	text-decoration: underline 1px;
}

a[href^="mailto"]:hover {
	text-decoration: underline 1px;
}

.reflexion-yoga {
	position : relative;
	background-image: url("../images/yoga-pt.png");
	background-size: 100%;
	width : 22em;
	height: 5em;
	margin: -5.6em 0 2em 13.2em;
}

.reflexion-yoga::after {
	content: "";
	background-image: url("../images/yoga-pt.png");
	background-size: 100%;
	width: inherit;
	height: 5em;
	position: absolute;
	bottom: -100%;	
	transform: scaleY(-1);
	mask-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
	filter: blur(0.07em);
}

.reflexion-adv {
	position: absolute;
	background : url("../images/arbredevie.png");
	background-size: 100%;
	width : 5em;
	height: 5em;
	bottom: 5em;
	right: 1.5em;
}
.reflexion-adv::after {
	content: "";
	background: url("../images/arbredevie.png");
	background-size: 100%;
	width: inherit;
	height: 5em;
	position: absolute;
	bottom: -90%;
	transform: scaleY(-1);
	mask-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
	filter: blur(2px);
}
.reflexion-adv_mb {
	position: absolute;
	background : url("../images/arbredevie.png");
	background-size: 100%;
	width : 4em;
	height: 4em;
	bottom: 4em;
	right: 0.5em;
}
.reflexion-adv_mb::after {
	content: "";
	background: url("../images/arbredevie.png");
	background-size: 100%;
	width: inherit;
	height: 4em;
	position: absolute;
	bottom: -90%;
	transform: scaleY(-1);
	mask-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
	filter: blur(2px);
}

.zoom {
	cursor: zoom-out;
	background-color: rgba(128, 128, 128, 0.5);
	position: absolute;
	z-index: 10;
	text-align: center;
	width:100%;
	top: 0;
	display:none;
}

.zoom img {
	height:50em;
	cursor: zoom-out;
}

.bt-up {
	display: none;
	position: absolute;
	z-index: 20;
}

.bt-up img {
	height: 1.67em;
	filter: drop-shadow(0.145em 0.145em 0.115em black);
	position: fixed;
	right: 1em;
	top: 75%;
}

.sitation {
	position:absolute;
	width:100%;
	box-shadow: 0.5em 0.5em 0.5em #515151;
}

.flip-box {
	background-color: transparent;
	perspective: 2000px;
	height: 7em;
	width: -moz-fit-content;
	width: fit-content;
	margin: 2em auto 1em;
}
.flip-box-mb {
	background-color: transparent;
	perspective: 2000px;
	height: 7em;
	width: -moz-fit-content;
	width: fit-content;
	margin: 7em auto 1em;
}
.flip-box-inner {
	position: relative;
	width:100%;
	height:100%;
	transform-style: preserve-3d;
}
.back {
	transform: rotateY(-90deg);
	display:none;
}
.lalign {text-align: left;}
.lalign img {
	width: auto;
	filter: drop-shadow(0.5em 0.5em 0.25em #515151);
}
.ralign {text-align: right;}
.ralign img {
	width: auto;
	filter: drop-shadow(-0.5em 0.5em 0.25em #515151);
}
footer {
	position: static;
	font-variant-caps: all-small-caps;
	height: 8em;
	text-align: center;
	font-size: 1em;
	width: -webkit-fill-available;
	width: -moz-available;
}
footer div {
	width: fit-content;
    margin: 0 auto;
}
footer table {
	margin: 0 auto;
}
footer td {
	margin: 0;
	padding: 0;
}
footer a {
	margin: 0 0.7em;
}
footer a:hover {
	font-style: italic;
	color: deeppink;
	text-shadow: 0 0 0.5em deeppink;
}