@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
*, ::after, ::before {
     box-sizing: unset; 
}

img, object, embed, video {
	max-width: 100%;
	margin-bottom: 0px;
}
h1 {
    display: block !important;
    font-size: 1.6em !important;
    margin-block-start: 0.67em !important;
    margin-block-end: 0.67em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}
h3 {
    display: block !important;
    font-size: 1.17em;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
}
p{
    display: block !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.bouton_livre {
	float: left;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-left-radius: 3px;
	background-color: #3e5a0d;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.form-control{
    background-color:white !important;
    box-sizing: border-box !important;
    
}
.validation > div{
    box-sizing: border-box !important;
    margin-top:10px;
    margin-top:10px;
}

.titre1{
	font-size: 3em;
	color: hsla(28,85%,47%,1.00);
	text-shadow: 2px 4px 6px hsla(0,0%,100%,1.00);
	line-height: normal;
}
.titre2{
	font-size: 2em;
	color: hsla(87,40%,32%,1.00);
	text-shadow: 1px 1px 1px hsla(0,0%,72%,1.00);
	line-height: normal;
	}
.titre222{
	font-size: 1.7em;
	color: hsla(87,40%,32%,1.00);
	text-shadow: 1px 1px 1px hsla(0,0%,72%,1.00);
	line-height: normal;
	}
.titre3{
	font-size: 2em;
	color: hsla(28,85%,47%,1.00);
	text-shadow: 2px 4px 6px hsla(0,0%,100%,1.00);
	line-height: normal;
        background-color:transparent !important;
}
.titre22{
	font-size: 1.2em;
	color: hsla(87,40%,32%,1.00);
	text-shadow: 1px 1px 1px hsla(0,0%,72%,1.00);
	line-height: normal;
	}
.texte_noir{
	color: hsla(0,0%,0%,1.00);
}
.text_blanc{
	color: hsla(130,23%,31%,1.00);
	
}
.titre4{
	background-color: hsla(48,57%,67%,1.00);
}
.titre5{
	background-color: hsla(35,48%,68%,1.00);
}
.titre6{
	background-color: hsla(194,38%,70%,1.00);
}
.titre7{
	background-color: hsla(309,31%,80%,1.00);
}
.bouton{
	width: auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	text-align: center;
	float: right;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	border-radius: 4px;
	color: #FFFFFF;
	border: 1px solid hsla(0,0%,100%,1.00);
	font-style: oblique;
}
.texte_orange{
	color: hsla(28,87%,47%,1.00);
}
.bouton, .bouton:active {
	background: #444;
	background: linear-gradient( #555, #2C2C2C);
	background: -webkit-linear-gradient( #555, #2C2C2C);
	background: -moz-linear-gradient( #555, #2C2C2C);
	background: -ms-linear-gradient( #555, #2C2C2C);
	background-color: hsla(37,70%,74%,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(235,200,142,1.00) 0%,rgba(236,187,81,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(235,200,142,1.00) 0%,rgba(236,187,81,1.00) 100%);
	-webkit-box-shadow: 2px 2px 3px hsla(0,0%,42%,1.00);
	box-shadow: 2px 2px 3px hsla(0,0%,42%,1.00);
}
.bouton {
	box-shadow: 0 0 1px rgba( 0, 0, 0, 0.2), 0 -1px 0 rgba( 255, 255, 255, 0.1);
	text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.3);
	margin-top: 30px;
}
.bouton:hover {
	background: #555;
	background: -webkit-linear-gradient( #777, #333);
	background: -moz-linear-gradient( #777, #333);
	background: -ms-linear-gradient( #777, #333);
	background-color: hsla(37,57%,71%,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(223,191,139,1.00) 1.04%,rgba(199,185,164,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(223,191,139,1.00) 1.04%,rgba(199,185,164,1.00) 100%);
}
.bouton:active{
	box-shadow: 1px 1px 10px #000 inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: hsla(60,9%,98%,0.78);
}
#div1 {
}
#menu {
}
#contenido {
}
#cabecara1 {
	background-color: hsla(45,38%,94%,1.00);
}
#menu2 {
}
#cabecera2 {
}
#logo {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#titre_page {
	width: 100%;
	text-align: center;
}
#gauche {
}
#menu1 {
	margin-bottom: 2%;
	background-color: hsla(39,62%,90%,1.00);
	text-align: center;
	line-height: normal;
	padding-top: 10px;
	font-variant: small-caps;
	color: hsla(103,45%,29%,1.00);
	font-size: 1.5em;
	padding-bottom: 10px;
	
}
#menu1:hover{
	background-color: hsla(36,74%,73%,1.00);
	color:hsla(0,0%,100%,1.00);
}
#menu22 {
}
#menu3 {
}
#menu4 {
}
#relaxologie {
	padding-bottom: 15px;
}
#psychotherapie {
}
#relaxologie_enfant {
	padding-bottom: 15px;
}
#img_relax {
	text-align: center;
}
#texte_relax {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#img_therapie {
	text-align: center;
}
#texte_terapie {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
#texte_enfant {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}
#img_enfant {
	text-align: center;
}
#bloc_menu {
}
#bloc_menu2 {
}
#texte_intro {
	width: 98%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}
#slogan {
width: 100%;
clear: both;
margin-left: 0;
}
#contenido2 {
	background-color: hsla(40,18%,97%,1.00);

}
#cv {
	margin-top: 3%;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: 2%;
}
#antier {
}
#pied1 {
	background-color: hsla(36,72%,75%,1.00);
}
#seances {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: hsla(28,87%,47%,0.11);
	margin-bottom: 2%;
}
#accueil {
	display: none;
}
#plan {
}
#text_contact {
}
#img_seance {
	float: left;
	text-align: center;
}
#lien_bouton {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#menu {
	background-image: url(image/fond-orange.jpg);
	height: 20px;
}
#contenido {
}
#cabecara1 {
}
#menu2 {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#cabecera2 {
}
#logo {
width: 100%;
clear: both;
margin-left: 0;
}
#titre_page {
width: 100%;
}
#gauche {
}
#menu1 {
}
#menu22 {
}
#menu3 {
}
#menu4 {
}
#relaxologie {
}
#psychotherapie {
}
#relaxologie_enfant {
}
#img_relax {
}
#texte_relax {
}
#img_therapie {
}
#texte_terapie {
}
#texte_enfant {
}
#img_enfant {
}
#bloc_menu {
}
#bloc_menu2 {
}
#texte_intro {
	text-align: center;
}
#slogan {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#contenido2 {
}
#cv {
}
#antier {
	width: 20%;
	float: right;
}
#pied1 {
}
#seances {
}
#accueil {
	#accueil {
	position: relative;
	top: -30px;
	display: none;
	display: none;
	display: none;
}
#plan {
}
#text_contact {
}
#img_seance {
	margin-bottom: 2%;
	margin-right: 2%;
	width: 40%;
}
#lien_bouton {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#plan {
	margin-right: 3%;
	width: 47%;
}
#text_contact {
	width: 50%;
	clear: none;

}
#img_seance {
	width: 40%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#lien_bouton {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    .gridContainer {
            width: 88.5%;
            max-width: 1000px;
            padding-left: 0.75%;
            padding-right: 0.75%;
            margin: auto;
            clear: none;
            float: none;
            margin-left: auto;
    }
    body{
            background-image: url(image/arbre-relaxologie.jpg);
            background-repeat: no-repeat;
            background-position: right -50%;
            background-attachment: fixed;
            background-color: rgba(245,242,233,1.00);
    }
    #div1 {}
    #menu {
            background-image: url(image/fond-orange.jpg);
            height: 20px;
    }
    #contenido {
            background-color: hsla(0,0%,100%,0.85);
            width: 98%;
            padding-left: 1%;
            padding-right: 1%;
    }
    #cabecara1 {}
    #menu2 {
            width: 88.5%;
            max-width: 1000px;
            padding-left: 0.75%;
            padding-right: 0.75%;
            margin: auto;
            clear: none;
            float: none;
            margin-left: auto;

    }
    #cabecera2 {
            width: 88.5%;
            max-width: 1000px;
            padding-left: 0.75%;
            padding-right: 0.75%;
            margin: auto;
            clear: none;
            float: none;
            margin-left: auto;
    }
    #logo {
    width: 32.2033%;
    margin-left: 0;
    clear: both;
    }
    #titre_page {
            width: 64.1016%;
            padding-left: 2%;
            padding-top: 2%;
            text-align: left;
            clear: none;
    }
    #gauche {
            width: 40%;
            background-color: hsla(45,82%,65%,1.00);
    }
    #menu1 {}
    #menu22 {}
    #menu3 {}
    #menu4 {}
    #relaxologie {
            margin-top: 3%;
            background-color: hsla(38,62%,90%,1.00);
            width: 32%;
    }
    #psychotherapie {
            width: 32%;
            margin-top: 3%;
            clear: none;
            margin-left: 2%;
            background-color: hsla(39,62%,90%,1.00);
            padding-bottom: 15px;
    }
    #relaxologie_enfant {
            width: 32%;
            margin-left: 2%;
            clear: none;
            margin-top: 3%;
            background-color: hsla(39,62%,90%,1.00);
    }
    #img_relax {}
    #texte_relax {}
    #img_therapie {}
    #texte_terapie {
            padding-left: 2%;
            padding-right: 2%;
    }
    #texte_enfant {}
    #img_enfant {}
    #bloc_menu {
            margin-top: 3%;

    }
    #bloc_menu2 {
            width: 38%;
            margin-top: 3%;
    }
    #texte_intro {
            width: 55%;
            margin-left: 3%;
            clear: none;
            text-align: left;
    }
    #slogan {
            width: 66.1016%;
            margin-left: 1.6949%;
            clear: none;
            text-align: left;
    }
    #contenido2 {
            background-color: hsla(0,0%,100%,0.85);
            width: 98%;
            padding-left: 1%;
            padding-right: 1%;
    }
    #cv {}
    #antier {}
    #pied1 {
            width: 88.5%;
            max-width: 1000px;
            padding-left: 0.75%;
            padding-right: 0.75%;
            margin: auto;
            clear: none;
            float: none;
            margin-left: auto;
    }
    #seances {}
    #accueil {
            position: relative;
            top: -10px;
            display: block;
    }
    .zeroMargin_desktop {
        margin-left: 0;
    }
    .hide_desktop {
        display: none;
    }
/* } */
    .zeroMargin_desktop {
        margin-left: 0;
    }
    .hide_desktop {
        display: none;
    }
}

.parrafo_comentarios{
    border-bottom:1px dashed hsla(87,40%,32%,1.00);
    margin:5px 0px;
    padding-bottom:10px;
    padding-top:5px;
}
