﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
html{
	max-width:100%
	}
body  {
	font: 16px papyrus, Arial, Helvetica, sans-serif ;
	background: #ffffff;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color:#b90957;
	
}
.esthetique #container { 
	width: 1100px;  /* ce paramétrage crée un conteneur dont la largeur est 80 % de celle du navigateur */
	height:auto;
	background: #FFFFFF;
	margin: 5px auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #19bf2e;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
} 
.esthetique #header { 
	height:200px;
	background:url(../images/banner3.png) no-repeat top left;
	padding: 0 ;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
} 

.esthetique #header h1 {
	margin: 0 ; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
	font-size:24px;
	position:relative;
	top:155px;
	left:455px;
}
/* Conseils pour sidebar1 :
1. comme nous travaillons en unités relatives, il est préférable de ne pas utiliser de remplissage latéral pour l'encadré. Pour les navigateurs conformes aux standards, il sera ajouté à la largeur globale, créant ainsi une largeur réelle inconnue. 
2. Comme nous utilisons des unités ems pour l'encadré, ne pas oublier que sa largeur variera en fonction de la taille de texte par défaut.
3. Pour créer un espace entre le côté de l'élément div et les éléments qu'il contient, attribuez une marge gauche et une marge droite à ces éléments, comme dans la règle ".twoColHybRtHdr #sidebar1 p".
*/
.esthetique #sidebargauche {
	float: left;
	height:auto;
	width: 200px; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	background: #ffffff; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding:5px 0; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div  */
	margin: 0 10px 0 0;
}
.esthetique #sidebargauche h2{
	font-size:20px}
.esthetique #sidebardroite {
	margin: 0;
	float: right; 
	width: 100px; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	background: #fff; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 0; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div  */
	height:450px;
}
/* MENU */
.esthetique #menu {
width:150px;
margin: 0 auto;
color:#b90957;
}

.esthetique #menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.esthetique #menu li a {
height: 30px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 20px;
text-decoration: none;
margin-bottom:20px;
color:#19bf2e;
} 
.esthetique #menu li a:link, #menu li a:visited {
color: #19bf2e;
display: block;
background: url(../images/boutonnavi2.png);
padding: 10px 0 0 35px;
}
.esthetique #menu li a:hover {
color: #b90957;
background: url(../images/boutonnavi2.png) 0 -32px;
padding: 10px 0 0 35px;
}
/* Conseils pour mainContent :
1. L'espace compris entre les éléments mainContent et sidebar1 est créé avec la marge droite de l'élément div mainContent.  Quelle que soit la taille du contenu dans l'élément div sidebar1, l'espace des colonnes reste préservé. Vous pouvez supprimer cette marge droite si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine.
2. Veuillez noter qu'il est possible de provoquer une perte de l'élément flottant (perte de la zone non flottante mainContent sous l'encadré) si vous placez dans l'élément divmainContent un élément plus large que ce qu'il peut contenir. Avec une mise en page hybride (largeur générale en pourcentages avec un encadré en ems), il peut être impossible de calculer la largeur exacte disponible. Si la taille de texte par défaut d'un utilisateur est supérieure à la moyenne, l'élément div de l'encadré sera plus large et il y aura donc moins de place dans l'élément div mainContent. N'oubliez jamais cette limitation, en particulier si le client doit ajouter du contenu avec Contribute.
3. Dans le commentaire conditionnel pour Internet Explorer ci-dessous, la propriété zoom permet de donner à l'élément mainContent l'attribut "hasLayout." Cela évite l'apparition de plusieurs bogues spécifiques d'Internet Explorer.
*/
.esthetique #mainContent {
  margin: 0px 20px 0 210px; /* La valeur de la marge gauche est égale à celles de l'en-tête et du pied de page, ce qui crée un alignement sur tout le côté gauche du document. */
  padding: 0 0;
} 
.esthetique #mainContent h1{
	font-size:24px;}
.esthetique #footer {
	margin-top:20px; 
	padding: 0 10px; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	background:#ffffff;
	text-align:center;
	height:auto;
} 
.esthetique #menubas {
	font-size:12px;
	margin:10px;
}
.esthetique #menubas ul{
	list-style: none;
margin: 0;
padding: 0;
}
.esthetique #menubas li {
	margin-right:10px;
	display:inline}
.esthetique #menubas li a{
	text-decoration:none;
	color:#19bf2e; 	
	}
.esthetique #menubas li a:link, #menu li a:visited {
	color:#19bf2e;
	}
.esthetique #menubas li a:hover{
	color:#000;}
/* Diverses classes à réutiliser */
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

           /*============PAGE SOINS=========*/
		   
.flexsoins{
	display:flex;
	justify-content: space-between;
	flex-direction: row;
	width:100%
	}
.flexsoins p{
	display:flex;
	flex:1;
	flex-basis:auto;
	}
.flexsoins h5{
	display:flex;
	flex:1;
	flex-basis:auto;
	text-align:left;
	width:90%;
	}
.flexsoins p:first-of-type {
	align-self: flex-start;
	width:9%;
	}
.flexsoins p:nth-of-type(2) {
	align-self: flex-start;
	text-align:right;
	width:6%;
	justify-content: flex-end;
		}
.soustext p{
	display:flex;
	flex:1;
	flex-basis:auto;
	}
.soustext{
	display:flex;
	padding-left:2%;
	width:98%;
	
	}
.soustext h5{
	display:flex;
	flex:1;
	flex-basis:auto;
	text-align:left;
	width:87%;
	font-size:0.8em;
	}
.soustext p:first-of-type{
	align-self: flex-start;
	width:10%;
		}

.soustext p:nth-of-type(2){
	align-self: flex-start;
	text-align:right;
	width:5%;
	justify-content: flex-end;
	}
.spansoust{
	font-size: 0.8em;
	}
h5{
	font-size:0.9em;
	font-weight:lighter
	}
.boxforfait{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width:100%;
	}
.containerforf{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	}
.esthetique #boxsoins{
	width:740px;
	padding-top:10px;
	height:auto;
	padding-left:5px;
	padding-right:5px;
border-radius:5px;
border-top-left-radius:100px 50px;
border-top-right-radius:100px 50px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
box-shadow:0px 0px 3px #19bf2e;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffffff));
background-image: -o-linear-gradient(top, #ffffff, #19bf2e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #ffffff, #ffffff);
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
#boxsoins h2{
	background-color:rgba(25, 191, 46, 0.6);
	margin:40px 0 20px 0;
	color:#fff}
#boxsoins h3{
	margin:30px 0 15px 0;}
.esthetique #promo{
	padding:5px;
	margin:5px auto;
	width:300px;
border-radius:10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
box-shadow:0px 0px 3px #19bf2e;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ffffff));
background-image: -o-linear-gradient(top, #ffffff, #19bf2e);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #ffffff, #ffffff);
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	}
.esthetique #promo ul{
	padding-left:15px;
	list-style:none;
	}
.esthetique #forfait{
	padding:20px;
	margin:5px 15px ;
	width:60%;
	background:url(../images/fondforfait.png) right top  no-repeat;
border-radius:20px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
box-shadow:0px 0px 3px #19bf2e;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	}

#boxsoins h2{
	margin:35px 0 20px 0;
	/*background-color:#ffecf4;*/
	font-size:16px;
	font-weight:bolder;
	word-spacing:0.2em;
	color:;}

.forfaitepil {
	width:300px;
	margin-left:200px;
	border-radius:5px;
	box-shadow:red 0px 0px 5px;
	}

	
/*Page produits*/

.esthetique #produits{
	display:inline-table;
	vertical-align:top;
	padding:5px;
	margin:10px 5px;
	width:410px;
	height:auto;
border-radius:5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
box-shadow:0px 0px 10px #19bf2e;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	}
.esthetique #produits div{
	vertical-align:top;
	width:250px;
	margin:2px 0 10px 160px;
	}
.esthetique #produits div h3{
	font-size:14px;
	font-weight: bolder;}
.esthetique #produits img{
	float:left;
	margin:4px;
	margin-left:0px;
	}
.esthetique h2{
	font-size:14px;
	font-weight:bold;
	}
.esthetique #produits h3{
	font-size:10px;
	}
	
/*Page produits Slide*/
.slide{
	width:200px;
	height:400px;}
.slide ul{
	list-style:none
	}
.slide li{}

.esthetique #txthome{
	margin-left:80px;
	width:650px;
	display:table-cell;
	vertical-align:top;
	padding:10px;
	
	}	
.esthetique	#illusthome{
	margin-left:50px;
	display:table-cell;
	vertical-align:top;
	}
.esthetique #formation{
	vertical-align:top;
	padding:20px;
	margin:5px auto;
	width:665px;
	height:auto;
border-radius:5px;
box-shadow:0px 0px 3px #19bf2e;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	}
.esthetique #cad{
	background:url(../images/fondcad3.png) no-repeat top right;
	vertical-align:top;
	padding:5px;
	margin: 70px auto;
	width:580px;
	color:#19bf2e;
	font-weight:lighter;
	height:auto;
	border:solid thin #e7515b;
border-radius:5px;
border-top-left-radius:25px 15px;
border-top-right-radius:25px 15px;
border-bottom-left-radius:25px 15px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
box-shadow:0px 0px 10px #b90957;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}
.esthetique #cad h1{
	font-size:10px;
	border-bottom:#e7515b thin solid;
}
#cad a{
	color:#19bf2e;
	}
#cad a:hover{
	color:#b90957;
	}
#sidebargauche .promo{
	width:180px;
	padding:10px 5px;
	margin:10px 5px;
border-radius:5px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
box-shadow:0px 0px 10px #19bf2e;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
	}
.important{
	color:#000;
	font-weight: 700;
}
.liens{
	text-decoration:none;
	color:#b90957;
	}
.faceb{
	height:30px;
	}
.new{
	display:flex;
	flex-direction: row;
	justify-content: center;
	background-color:#F00;
	color:#Fff;
	font-family:Verdana, Geneva, sans-serif;
	margin-left:10px;
	font-size:14px;  
	font-weight: 600;
	padding:0.2em;
	border-radius:5px;
	border:#FFF thin solid;
	box-shadow:#F00 1px 1px 5px;
	}
/* Accueil slide */
.spa{
	margin:0 auto;
	border:solid thin #e7515b;
	border-radius:10px;
	width:190px;
	height:260px;
	padding:1px;
	box-shadow:0px 0px 5px #b90957;
	position: relative;
	display: inline-block;
	margin: 0;
	text-align: left;
	overflow: hidden;}

.figcaption {
	position: absolute;
	left: 0; bottom: -0.5em;
	width: 187px;
	height: 2.1em;
	line-height: 1.6em;
	text-align: left;
	padding:4px;
	color: #fff;
	background: rgba(200,5,97,0.6);
	overflow: hidden;
	/*préparation de la transition*/
	transition: all 0.7s;
	border-radius: 5px;
}
.figcaption span { 
             display: block;
			 font-weight:800; 
				  }
.spa:hover .figcaption,
.spa:focus .figcaption {
	height: 265px;
	background: rgba(250,2,112,0.9);
}