@charset "utf-8";
/* CSS Document */

*
{
	box-sizing: border-box;
}

html
{
	scroll-behavior: smooth;
}

body
{
	font-family: 'Source Serif Pro', serif;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	font-size: 14pt;
	color: #676767;
	/*background-image: linear-gradient(45deg, rgba(108, 184, 232, .5), rgba(116, 186, 113, .5));*/
}

header
{
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
}

header.accueil
{
	background: url(../images/accueil.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.approche
{
	background: url(../images/changement.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.hypnose
{
	background: url(../images/hypnose.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.art-therapie
{
	background: url(../images/art-therapie.png) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.pnl
{
	background: url(../images/pnl.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.psychotherapie
{
	background: url(../images/psychotherapie.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.emdr {
	background: url(../images/emdr.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.reiki
{
	background: url(../images/reiki.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.contact
{
	min-height: 500px !important;
	max-height: 500px;
	background: url(../images/contact.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.tarifs
{
	min-height: 500px !important;
	max-height: 500px;
	background: url(../images/tarifs.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header.faq
{
	background: url(../images/tournesols.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	min-height: 500px !important;
	max-height: 500px;
}

header.mentions
{
	background: url(../images/mentions.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	min-height: 500px !important;
	max-height: 500px;
}

header.politique
{
	background: url(../images/politique.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
	min-height: 500px !important;
	max-height: 500px;
}

header.erreur
{
	background: url(../images/erreur.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

header div#menu-bar
{
	width: 100%;
	height: 100px;
	margin: auto;
	box-shadow: 0 0px 10px 10px rgba(0, 0, 0, .2);
	background: rgba(255, 255, 255, 1);
	/*background-image: linear-gradient(45deg, rgba(108, 184, 232, .5), rgba(116, 186, 113, .5), #FFF 50%);*/
	position: fixed; /* fixed */
	z-index: 500;
	/*backdrop-filter: blur(3px);*/
	/*background: #FFF;*/
}

header div#menu-bar div#menu-bar-content
{
	width: 100%;
	margin: auto;
	height: 100px;
	position: relative;
}

header div#menu-bar div#menu-bar-content a div#logo
{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 5px;
	left: 25px;
	z-index: 1000;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1) url(../images/logo_seul_bar.png) center no-repeat;
	background-position: center 10px;
	box-shadow: 0 30px 20px 5px rgba(0, 0, 0, .2);
	border: 0;
}

header div#menu-bar div#menu-bar-content div#bouton-menu
{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 35px;
	right: 80px;
	background: transparent url(../images/icone-menu.png) center no-repeat;
	background-size: 30px;
}

nav
{
	width: 100%;
	height: auto;
	display: none;
	position: relative;
	top: 100px;
	box-shadow: 0 20px 10px 10px rgba(0, 0, 0, .2);
	z-index: 250;
}

nav ul
{
	margin-top: 0;
	padding-left: 0;
	list-style: none;
	height: auto;
	width: 100%;
	background: #FFF;
}

nav ul li
{
	display: block;
	width: 100%;
	height: auto;
	/*border-bottom: 1px dotted rgba(108, 184, 232, .25);*/
}

nav ul li:last-of-type
{
	border-bottom: none;
}

nav ul li a
{
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: #676767;
	display: block;
	width: 100%;
	height: 50px;
}

nav ul li a:hover, nav ul li a.actif
{
	color: #6cb8e8;
}

/* *** SOUS-MENU DROPDOWN *** */

nav ul li ul
{
	width: 100%;
	height: auto;
	display: none;
}

nav ul li ul li
{
	display: block;
	width: 100%;
}

nav ul li ul li a
{
	line-height: 50px;
	height: 50px;
	text-align: center;
	background: #FFF;
	background: rgba(108, 184, 232, .1);
}

header div#menu-bar div#menu-bar-content div#lang
{
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}

header div#menu-bar div#menu-bar-content div#lang a img
{
	border: 0;
}

header div#cta
{
	width: 280px;
	height: 50px;
	display: none;
	margin: auto;
	margin-top: 100px;
	/*position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -140px;*/
	/*transition: all .5s ease;*/
}

header div#cta a
{
	display: block;
	width: 100%;
	height: 50px;
	background: rgba(255, 255, 255, .25);
	border-radius: 25px;
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	font-size: 18pt;
	text-align: center;
}

header div#cta a:hover, header div#tel a:focus
{
	background: #FFF;
	color: #676767;
	transition: all .5s ease;
}

/*header div#cta:hover, header div#cta:focus
{
	width: 320px;
	margin-left: -160px;
	transition: all .5s ease;
}*/

header div#citation
{
	width: 100%;
	padding-top: 200px;
	font-size: 22pt;
	text-shadow: 1px 1px 5px #000;
	color: #FFF;
	display: none;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}

header div#citation span#auteur
{
	margin-top: 10px;
	text-align: center;
	display: block;
	font-size: 18pt;
}

main
{
	width: 100%;
}

main div.main-content
{
	width: 100%;
	margin: auto;
	padding: 25px;
	line-height: 20pt;
	text-align: justify;
}

main div.main-content p
{
	margin: 0;
	display: block;
}

main div.main-content a
{
	color: #ea935d;
}

main div.main-content a:hover, main div.main-content a:focus
{
	color: #6cb8e8;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
	color: #ea935d;
}

main h1, main h2.h1
{
	font-size: 20pt;
	margin-bottom: 25px;
	text-align: left;
}

main h2
{
	font-size: 16pt;
	text-align: center;
}

.photoDebbie {
	width: 100%;
	max-width: 300px;
	height: 300px;
	margin: auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.photoDebbie img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

main div.illustration
{
	width: 100%;
	height: 300px;
}

main div.illustration.libre
{
	background: url(../images/libre.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

main div.illustration.meditation
{
	background: url(../images/meditation.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

main div.illustration.plume
{
	background: url(../images/plume.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

main div.illustration.bonheur
{
	background: url(../images/bonheur.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

main div.illustration.domino
{
	background: url(../images/domino.jpg) center no-repeat;
	background-size: cover;
	background-attachment: scroll;
}

div.wrapper
{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	flex-direction: column;
}

/*div.wrapper div.motif, div.wrapper div.bienfait
{
	width: 300px;
	text-align: center;
	margin-bottom: 25px;
}

div.wrapper div.motif span, div.wrapper div.bienfait span
{
	display: block;
	padding: 5px;
	border-radius: 10px;
	background: rgba(234, 147, 93, .1);
	color: #ea935d;
}*/

div.wrapper.tarifs
{
	width: 100%;
	margin-bottom: 25px;
}

div.wrapper.tarifs div.bloc-tarif
{
	margin-bottom: 10px;
}

div.wrapper.tarifs div.bloc-tarif:nth-of-type(odd)
{
	width: 100%;
	text-align: center;
}

div.wrapper.tarifs div.bloc-tarif:nth-of-type(even)
{
	margin: auto;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #ea935d;
	text-align: center;
	color: #FFF;
	line-height: 75px;
	font-size: 20pt;
	margin-bottom: 50px;
}

div.wrapper.tarifs div.bloc-tarif:nth-of-type(even).little {
	line-height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.wrapper.tarifs div.bloc-tarif:nth-of-type(even).little a {
	font-size: 12pt;
	color: #FFF;
}

main div.main-content ul.liste
{
	width: 100%;
	height: auto;
	list-style: none;
	margin-top: 0;
	padding-left: 0;
}

main div.main-content ul.liste::after
{
	content: '';
	display: block;
	clear: both
}

main div.main-content ul.liste li
{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	background: red;
	color: #FFF;
	padding: 5px;
	border-radius: 10px;
	background: rgba(234, 147, 93, .1);
	color: #ea935d;
	text-align: center;
}

main div.main-content ul li:last-of-type
{
	margin-bottom: 0;
}

/* *** FORMULAIRE *** */

main div.main-content form input[type="text"]
{
	width: 100%;
	height: 40px;
	border-radius: 15px;
	border: 1px solid #676767;
	padding-left: 10px;
	padding-right: 10px;
	outline: 0;
	font-family: 'Source Serif Pro', serif;
	font-size: 11pt;
	color: #000;
	margin-bottom: 25px;
}

main div.main-content form textarea
{
	width: 100%;
	height: 120px;
	border-radius: 15px;
	border: 1px solid #676767;
	padding: 10px;
	outline: 0;
	font-family: 'Source Serif Pro', serif;
	font-size: 11pt;
	color: #000;
	margin-bottom: 25px;
}

main div.main-content form input[type="text"]:hover, main div.main-content form input[type="text"]:focus, main div.main-content form textarea:hover, main div.main-content form textarea:focus
{
	border-color: #ea935d;
	color: #ea935d;
}

main div.main-content div#bouton-contact
{
	width: 250px;
	height: 40px;
	display: block;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 50px;
}

main div.main-content form input[type="submit"]
{
	width: 250px;
	height: 40px;
	border-radius: 15px;
	text-align: center;
	border: 0;
	font-family: 'Source Serif Pro', serif;
	font-size: 12pt;
	background-color: rgba(234, 147, 93, .7);
	color: #FFF;
	cursor: pointer;
	outline: 0;
}

main div.main-content form input[type="submit"]:hover, main div.main-content form input[type="submit"]:focus
{
	background-color: rgba(234, 147, 93, 1);
	transition: all .5s ease;
}

/* *** / FORMULAIRE *** */

footer
{
	width: 100%;
	background-image: linear-gradient(45deg, rgba(108, 184, 232, .6), rgba(116, 186, 113, .6));
	padding: 25px;
}

footer div#footer-content div.wrapper
{
	border-top: 1px dotted rgba(255, 255, 255, .5);
	padding-top: 25px;
}

footer div#footer-content
{
	width: 100%;
	margin: auto;
	text-align: center;
	color: #FFF;
	line-height: 20pt;
	font-size: 12pt;
}

footer div#footer-content img
{
	display: block;
	margin: auto;
	margin-bottom: 15px;
}

footer div#footer-content a
{
	color: #FFF;
	text-decoration: none;
}

footer div#footer-content a:hover, footer div#footer-content a:focus
{
	color: #6cb8e8;
}

footer div#footer-content div.footer-bloc
{
	width: 100%;
	text-align: justify;
	margin-bottom: 25px;
}

footer div#footer-content div.footer-bloc h3
{
	color: #6cb8e8;
	font-size: 14pt;
}