@charset "utf-8";
/* CSS Document */

*
{
	box-sizing: border-box;
}

html
{
	scroll-behavior: smooth;
	height: 100vh; /* */
	min-height: 100%; /* */
}

body
{
	width: 100%;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Cantarell', sans-serif;
	font-size: 12pt;
	color: #896138;
	background-color: rgba(250, 228, 186, .25);
}

header
{
	width: 100%;
	min-height: 220px;
	height: auto;
	background-image: linear-gradient(#b69ab9, #fae4ba); /* #efc589, #fae4ba */
	z-index: 5000;
	position: fixed;
	padding: 10px;
	top: 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
}

header div#header-content
{
	width: 100%;
	height: auto;
	margin: auto;
	position: relative;
}

header div#header-content div#lang a img
{
	border: 0;
}

header div#header-content span.nom
{
	font-size: 24pt;
	display: block;
	margin-bottom: 15px;
}

header div#header-content span.nom span.couleur
{
	color: #b94708;
	font-weight: bold;
}

header div#header-content div#coordonnees
{
	margin: auto;
	width: 100%;
	height: 35px;
	color: #b94708;
	text-align: center;
	display: block;
	margin-top: 10px;
}

header div#header-content div#coordonnees span.info-coor
{
	height: 35px;
	width: auto;
	display: inline;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 12px;
	line-height: 35px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: rgba(197, 103, 49, .1);
}

header div#header-content div#coordonnees span.info-coor:last-of-type {
	margin-bottom: 0;
}

header div#header-content div#coordonnees::after
{
	content: '';
	display: block;
	clear: both;
}

header div#header-content div#lang
{
	position: absolute;
	right: 23px;
	top: 70px;
}

header div#icone-menu
{
	width: 35px;
	height: 35px;
	background: url(../images/icone-menu.png) no-repeat;
	position: absolute;
	z-index: 20000;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

nav
{
	width: 100%;
	height: auto;
	/*position: sticky;
	top: 0;*/
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
	display: none;
	margin-top: 11px;
	border-radius: 0 0 10px 10px;
	position: absolute;
	z-index: 10000;
	top: 226px;
	left: 0;
	right: 0;
}

nav ul
{
	margin-top: 0;
	padding-left: 0;
	list-style: none;
	width: 100%;
	height: auto;
	margin: auto;
	background: rgba(255, 255, 255, .9);
	display: block;
	box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15);
	border-radius: 0 0 10px 10px;
}

nav ul li
{
	display: block;
	width: 100%;
}

nav ul li a
{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #b94708;
	text-transform: uppercase;
	font-size: 12pt;
}

nav ul li:last-of-type a, nav ul li:last-of-type
{
	border-radius: 0 0 10px 10px;
}

nav ul li a:hover, nav ul li a.actif
{
	background-color: rgba(197, 103, 49, .75);
	color: #FFF;
}

nav ul li a.actif:hover
{
	border-color: #FFF;
	color: #FFF;
}

/* *** DROPDOWN *** */
nav ul li ul
{
	width: 100%;
	height: auto;
	display: none;
	margin-top: 0;
	box-shadow: none;
	border-radius: 0;
}

nav ul li ul li
{
	display: block;
	width: 100%;
	border-radius: 0;
}

nav ul li ul li a
{
	text-transform: none;
	width: 100%;
	text-align: center;
	color: #b94708;
	/*background: #e0d3c3;*/
	background: rgba(197, 103, 49, .2);
}

nav ul li ul li:last-of-type a, nav ul li ul li:last-of-type
{
	border-radius: 0;
}

/*header nav ul li ul li:first-of-type a
{
	box-shadow: inset 0 10px 5px -5px rgba(0, 0, 0, .2);
}

header nav ul li ul li:last-of-type a
{
	box-shadow: inset 0 -10px 5px -5px rgba(0, 0, 0, .2);
}*/

nav ul li ul li a:hover
{
	border-bottom: 0;
	background-color: #b94708;
	color: #FFF;
	transition: disp .5s ease;
}

/* *** / DROPDOWN *** */

div#citation
{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	font-size: 18pt;
	color: #FFF;
	text-shadow: 0 0 6px #000;
	font-style: italic;
	margin-bottom: 50px;
	display: block;
}

div#citation span.auteur
{
	font-size: 14pt;
	font-style: normal;
}

div.illustration
{
	width: 100%;
	height: 300px;
	margin-top: 25px;
	margin-bottom: 25px;
}

div.illustration.plume
{
	background: url(../images/plume.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

div.illustration.paquerette
{
	background: url(../images/paquerette.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

div.illustration.main
{
	background: url(../images/main.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

div.illustration.route
{
	background: url(../images/route.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

div.illustration.feu
{
	background: url(../images/feu.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

div.illustration.craie
{
	background: url(../images/craie.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

div#accueil
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/accueil.jpg) center no-repeat;
	background-size: cover;
	background-position: -200px 190px;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/accueil.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	background-position: -200px 190px;
	padding-top: 300px;
}

div#a-propos
{
	/*width: 100vw;
	height: 100vh;
	position: relative;
	background: url(../images/a-propos.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/a-propos.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
}

div#hypnose
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/hypnose.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/hypnose.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
}

div#somato
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/masso.jpg) center no-repeat;
	background-size: cover;
	background-position: left center;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/masso.jpg) left no-repeat;
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
}

div#psycho
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/psycho.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/psycho.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
}

div#art-therapie
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/art-therapie.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/art-therapie.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: sroll;
	padding-top: 300px;
}

div#symbolisme
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/symbolisme.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/symbolisme.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
}

div#tarifs
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/tarifs.jpg) top no-repeat;
	background-size: cover;
	background-position: center 100px;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/tarifs.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	background-position: center 100px;
	padding-top: 300px;
}

div#actus
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/actus.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/actus.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
}

div#contact
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/contact.jpg) center no-repeat;
	background-size: cover;
	background-position: center 125px;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/contact.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	background-position: center 125px;
	padding-top: 300px;
}

div#mediation
{
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/mediation.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	background-position: -300px 125px;
	padding-top: 300px;
}

@media only screen and (min-width: 420px) /*and (max-width: 1080px)*/ {
    
    div#mediation {
        width: 100%;
        height: auto;
        min-height: 100vh;
        background: url(../images/mediation.jpg) center no-repeat; 
        background-size: cover;
        background-attachment: fixed;
        background-position: center 125px;
        padding-top: 300px;
    }
}


div#politique
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/politique.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/politique.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
}

div#mentions
{
	/*second version
	position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 125%;*/ /* To compensate for mobile browser address bar space */
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/mentions.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
	/*first version
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/mentions.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 350px;*/
}

div#erreur
{
	/*width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/erreur.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 350px;*/
	width: 100%;
	height: auto;
	min-height: 100vh;
    background: url(../images/erreur.jpg) center no-repeat; 
    background-size: cover;
	background-attachment: fixed;
	padding-top: 300px;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
	margin-bottom: 25px;
	color: #b94708;
}

h1, h2.h1
{
	font-size: 22pt;
}

div#content
{
	width: 100%;
	position: relative;
}

div#content main
{
	position: relative;
	top: 0px;
	width: 100%;
	margin: auto;
	padding: 25px;
	padding-top: 60px;
	background: #FFF;
	/*border-radius: 15px 15px 0 0;*/
	z-index: 1000;
	box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, .25);
	text-align: justify;
	margin-bottom: 0px;
}

div#content main a
{
	color: #b94708;
	text-decoration: underline;
}

div#content main a:hover
{
	color: #896138;
}

div#content main a.cta
{
	position: absolute;
	display: block;
	height: 100px;
	width: 100px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	background: rgba(197, 103, 49, .75);
	line-height: 20pt;
	right: 50%;
	margin-right: -50px;
	top: -50px;
	z-index: 0;
	box-shadow: 0 0 0px 5px rgba(197, 103, 49, .5); /* 189, 149, 99 */
	padding-top: 25px;
	
}

div.wrapper
{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

div.wrapper.wrapper-tarifs
{
	width: 100%;
	margin: auto;
}

@keyframes bounce
{
	0% { box-shadow: 0 0 0px 0 rgba(197, 103, 49, .5); }
	50% { box-shadow: 0 0 0px 15px rgba(197, 103, 49, .5); }
	100% { box-shadow: 0 0 0px 0 rgba(197, 103, 49, .5); }
}

div#content main a.cta:hover
{
	background: #b94708;
	animation-name: bounce;
	animation-duration: .5s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	transition-property: bounce;
	transition-duration: infinite;
}

/* *** FORMULAIRES *** */

div#content main form input[type="text"], div#content main form input[type="password"], div#content main form textarea
{
	outline: 0;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Cantarell', sans-serif;
	font-size: 12pt;
	color: #896138;
	border: 1px solid rgba(197, 103, 49, .5);
	margin-bottom: 25px;
}

div#content main form textarea
{
	width: 100%;
	height: 125px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div#content main form input[type="submit"]
{
	width: 100%;
	height: 50px;
	outline: 0;
	border: 0;
	background: rgba(197, 103, 49, .65);
	font-family: 'Cantarell', sans-serif;
	color: #FFF;
	font-size: 12pt;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

div#content main form input[type="text"]:hover, div#content main form input[type="password"]:hover, div#content main form textarea:hover, div#content main form input[type="text"]:focus, div#content main form input[type="password"]:focus, div#content main form textarea:focus
{
	border-color: rgba(197, 103, 49, 1);
}

div#content main form input[type="submit"]:hover, div#content main form input[type="submit"]:focus
{
	background: rgba(197, 103, 49, 1);
	transition: all .5s ease;
}

div#content main div#bouton-contact
{
	margin: auto;
	width: 100%;
	height: 50px;
	margin-bottom: 25px;
	margin-top: 25px;
}

#boutonForm {
	margin: auto;
	width: 100%;
	max-width: 625px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* *** / FORMULAIRES *** */

div#content main div.wrapper div.tarif
{
	width: 100%;
	height: auto;
	background: rgba(197, 103, 49, 0);
	padding: 15px;
	text-align: center;
	margin-bottom: 25px;
}

div#content main div.wrapper div.tarif:hover, div#content main div.wrapper div.tarif:focus
{
	background: rgba(197, 103, 49, .05);
}

div#content main div.wrapper div.tarif div.prix
{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #FFF;
	font-size: 18pt;
	line-height: 80px;
	background: rgba(197, 103, 49, .75);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .25);
	margin: auto;
	margin-top: 15px;
}

div#content main article::after
{
	clear: both;
	content: '';
	display: block;
}

div#content footer
{
	width: 100%;
	background: linear-gradient(to top, #b69ab9 10%, #e0d3c3); /* to top, #bd9563 10%, #e0d3c3 */
}

div#content footer div#social
{
	width: 100%;
	padding-top: 7px;
	padding-bottom: 2px;
	background: rgba(197, 103, 49, .5);
	text-align: center;
}

div#content footer div#social a
{
	border: 0;
}

div#content footer div#social a img
{
	border: 0;
	width: 35px;
}

div#content footer div#footer-content
{
	width: 100%;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: #FFF;
	font-size: 10pt;
}

div#content footer div#footer-content div.wrapper
{
	margin-bottom: 25px;
	flex-direction: column;
}

div#content footer div#footer-content div.bloc
{
	width: 100%;
	text-align: justify;
	font-size: 12pt;
	margin-bottom: 25px;
}

div#content footer div#footer-content div.bloc!last-of-type
{
	margin-bottom: 0;
}

div#content footer a
{
	color: #FFF;
	text-decoration: none;
}

div#content footer strong
{
	color: #b94708;
}

div#content footer a:hover
{
	color: #b94708;
	text-decoration: underline;
}

div#content footer span.tag
{
	/*background: rgba(255, 255, 255, .1);*/
	padding: 3px;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
}

@supports not (background-attachment: fixed)
{
	div.illustration.plume
	{
		background: url(../images/plume.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div.illustration.paquerette
	{
		background: url(../images/paquerette.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div.illustration.main
	{
		background: url(../images/main.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div.illustration.route
	{
		background: url(../images/route.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div.illustration.feu
	{
		background: url(../images/feu.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div.illustration.craie
	{
		background: url(../images/craie.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div#accueil
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/accueil.jpg) center no-repeat;
		background-size: cover;
		background-position: -200px 190px;
		background-attachment: scroll;
	}
	
	div#a-propos
	{
		width: 100vw;
		height: 100vh;
		position: relative;
		background: url(../images/a-propos.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div#hypnose
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/hypnose.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div#somato
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/masso.jpg) center no-repeat;
		background-size: cover;
		background-position: left center;
		background-attachment: scroll;
	}
	
	div#psycho
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/psycho.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div#art-therapie
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/art-therapie.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div#symbolisme
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/symbolisme.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div#tarifs
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/tarifs.jpg) top no-repeat;
		background-size: cover;
		background-position: center 100px;
		background-attachment: scroll;
	}
	
	div#actus
	{
		width: calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
		height: calc(100vh - 0px);
		height: -webkit-calc(100vh - 0px);
		position: relative;
		background: url(../images/tarifs.jpg) center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	
	div#contact
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/contact.jpg) center no-repeat;
		background-size: cover;
		background-position: center 125px;
		background-attachment: scroll;
	}
	
	div#politique
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/politique.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div#mentions
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/mentions.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
	
	div#erreur
	{
		width: 100%;
		height: 100vh;
		position: relative;
		background: url(../images/erreur.jpg) center no-repeat;
		background-size: cover;
		background-attachment: scroll;
	}
}