html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* Mettre Box Sizing "border-box" par défaut */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* Les liens par défaut */
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  text-align: left;
}
a:hover {
  color: #9069B2;
}
/* FORMATAGE DE BASE
------------------------------------------------*/
/*ROOT FONT SIZE*/
html {
	font-size: 16px; /*par défaut dans les navigateurs: 16px*/
}

html, body {
	height: 100%;
}

/* BODY*/
body {
	font: 300 1em/1.6 "Lato";
	color: #707070;
	text-align: center;
}

/* TITRES */

h1 {

color: #9069B2;
font-size: 2.2em;
margin-top: 1.3em;
margin-bottom: 1em;
font-family: "Lato";
}

h2 {

font-family: "Lato";
color: #707070;
font-size: 1.3em;
text-align: center;
margin-bottom: 3em;
}

h3 {
/* font-family: "Great Vibes", cursive;
font-size: 2.1em;
padding-bottom: 10px; */

font-family: "Lato";
font-size: 1.2em;
color: #9069B2;
padding-bottom: 8px;

}



/* CLASSES
------------------------------------------------*/

.flex {
	display: flex;
	justify-content: space-between;
	flex-flow: ;
	align-items: flex-start;
}

.containerService {
  justify-content: baseline;
  max-width: 1260px;
  flex-flow: row wrap;
}

.main-content aside {
	margin-top: 0;
	padding-bottom: 2em;
}

.aside-title {
	margin-bottom: .5em;
  margin-top: 1em;
}
aside {
	/*rien à faire*/
}

/* Aside title */
.aside-title {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	font-style:
}

/*Aside title :after - faire une bordure*/
.aside-title:after {
	content: "";
	display: block;
	height: 1px;
	margin-top: .1em;
	max-width: 200px;
	margin: auto;
	background-color: #707070;
}

/* Aside links */
aside a {
	display: block;
	padding-left: 15px;
	line-height: 1.3;
	margin-bottom: .8em;
}

.TitleStyle {
	font-size: 2em;
	font-style:;
}

.TDTitre {
  font-weight: bold;
  text-decoration: ;
}


.ContainerHoraires {
  padding-top: px;
}

.logo {
  justify-content: space-between;

}

.article {
	margin: auto;
	position: center;
	padding-left: ;
  margin-bottom: 2em;
}

th {
	text-align: left;
}
td {
	text-align: left;
	padding-left: 5px;
  padding-bottom: 10px;
  font-size: 120%;
}


/* NAV + MENUS
----------------------------------------------------------*/






/* MAIN
--------------------------------------------------------*/

/*MAIN tag */
.main-content {
	padding: 0 6%;
	margin-bottom:
}

.main-content.flex {
	display: block;
	max-width: 1260px;
  margin-top: -.5em;
}

/* Article */
.main-content article {
	margin-top: ;
}

/* FORMATAGE ELEMENTS FORMULAIRES
--------------------------------------*/
fieldset {
  border: dotted 1px #9069B2;
  padding: 2rem;
}
legend {
  padding: 0 .5rem;
  text-transform: uppercase;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  width: 80%;
  max-width: 400px;
  padding: .4rem;
  border: solid 1px #e5e5e5;
  vertical-align: top;
  font-size: 1rem;
}
input[type=radio],
input[type=checkbox] {
  line-height: 1;
  margin: -1px 5px 0px 0;
}
input:focus, textarea:focus {
  outline: none;
  border-color: #9069B2;
}
label,
.checkbox-group,
.radio-group {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: .4rem 0;
  vertical-align: top;
}

.checkbox-group p,
.radio-group p {
  display: flex;
  justify-content:center;
  align-items:center;
}
.checkbox-group p label,
.radio-group p label {
  width: 80%;
  max-width: none;
  padding: 0;
}

/*PLACEHOLDER*/
input::placeholder,
textarea::placeholder {
  color: #e5e5e5;
}



/* MES CLASSES
--------------------------------------*/
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.d-flex {
  display: flex;
  justify-content: center;
}
.d-ib {
  display: inline-block;
}


/* LAYOUT
--------------------------------------*/
.formrow {
  padding-bottom: .5rem;
  border-bottom: ;
  margin-bottom: 1rem;
}
.formrow:first-of-type {
  padding-top: 1rem;
  border-top: ;
}
.formrow.no-border {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.BoxTransition {
    display: inline-grid;
    width: 100px;
    height: 50px;
    margin: 0 2em;
    font-size: 17px;
    line-height: 51px;
    color: #000;
    background-color: #f1f1f1;
}

#Transition {
    border-radius: 0;
    transition: border-radius .2s linear;
  }
#Transition:hover {
    border-radius: 50%;
  }

  #Photo0 {
    padding-top: 1em;
  }


/* GALLERY
........................*/
/* Gallery figure - margins */
.gallery-items {
	max-width: 1260px;
	margin: 1em auto 0;
	justify-content: space-around;
  flex-flow: row wrap;
}
.gallery-items figure {
	margin-bottom: 2em;
}

/* Gallery img - display + border-radius + filter + box-shadow + transition */
.gallery-items figure img {
	display: block;
	width: 99%;
	height: auto;
	border-radius: 400px 400px;
	filter: blur();
  box-shadow: -1px -5px 16px 11px #e0e0e0;
  transition: filter .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.photo-produit figure img {
	display: inline-block;
	width: 70%;
	height: auto;
	border-radius: 400px 400px;
	filter: blur();
  box-shadow: -1px -5px 16px 11px #e0e0e0;
  transition: filter .4s cubic-bezier(0.4, 0, 0.2, 1);
}



/*Gallery img hover - filter*/
.gallery-items figure img:hover {
	filter: grayscale(0%);
}

/*Gallery figcaption - formatage texte + margin top*/
.gallery-items figcaption {
	font-size: .9em;
	text-align: center;
	margin-top:.5em;
}

.map figure {
	margin: 1em auto 2em;
	justify-content: space-around;
	max-width: 1260px;
}

/* Gallery img - display + border-radius + filter + box-shadow + transition */
.map figure img {
	display: block;
	width: 100%;

}

/*Gallery figcaption - formatage texte + margin top*/
.map figcaption {
	font-size: .9em;
	text-align: center;
	margin-top:.5em;
}



/* PAGE ACCUEIL
----------------------------------------------------------*/

.img-accueil img {
	display: inherit;
  background-size: cover;
	position: inherit;
	width: 120%;
	max-width: 950px;
	margin:auto;
	transform: translateX(-5%);
}

.ContainerPhotoAccueil {
	position: absolute;z-index: 1;
  background-size: cover;
  width: 80%;
	left: 55%;
	bottom: 2%;
	transform: translateX(-50%);
	padding-right: 1.5em;
	padding-top: 1em;
}


/*.zonetexte {
	position: absolute;z-index: 1;
	width: 80%;

	left: 50%;
	bottom: 20%;
	transform: translateX(-50%);
}
*/



.NomSalon {
	font-size: 3.0em;
	font-family: "Great Vibes", cursive;
	color: #9069B2;
	margin-bottom: : .5em;
}

.TexteAccueil {

	margin-bottom: 1em;
	margin-top: -.2em;
  font-size: 1.2em;
}


.ContainerTransition {
	display: flex;
	margin-top: 1em;
	padding: 2em;
	background-color: #F6F2FC;
}

.box1 {
	position: inherit;
	z-index: 1;
	display: inherit;
	width: 220px;

	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #707070;
	background-color: #F6F2FC;
	border-radius: 100px 100px;
	box-shadow: 0px -4px 16px 9px #9069b273;
	margin-left: 7%;
	margin-bottom: 120%;
}

.box {
	display: none;
}

.adresse {
  padding-bottom: 2.5em;
  justify-content: center;
  margin-top: 2em;
}


/* FOOTER
...................................................*/

/*FOOTER tag*/

.main-footer {
	position: relative;
	text-align: center;
	padding: 2em 0;
	border-top: solid 1px #F6F2FC;
	width: 100%;
	max-width: 90%;
	margin: 0 auto;

}


/* MEDIA QUERIES SCREEN (Mobile First !)
 * Mobile first utilise min-width
 * Les points de rupture sont valables seulement
 * pour cette mise en page
------------------------------------------------*/
/* Point de rupture 1  */
@media only screen and (min-width: 320px) {

	/*Header tag - min-height + image en arrière-plan*/
	.main-header {
		min-height: 50px;

		background-repeat: no-repeat;
		background-position: center; /* x, y */
		background-size: cover; /* pour voir l'image en entier */

		/* shortcut equivalent:
		background: url(../img/header.jpg) no-repeat center bottom / cover;
		*/
	}


	/*Main - padding*/
	.main-content {
		padding: 0 6%;
	}
	/*Gallery - largeur*/
	.gallery-items figure {
    width: 70%;
	}

}

@media only screen and (min-width: 481px) {

	/*Gallery - largeur figure + margin*/
	.gallery-items figure {
		width: 45%;
		margin: 0 0 5%;
	}

	.NomSalon {
		font-size: 4em;
		margin-top: -.1em;
	}

	.TexteAccueil {
		font-size: 1.5em;
	}

  .ContainerPhotoAccueil {
    position: absolute;z-index: 1;
    width: 80%;
    left: 49%;
    bottom: 5%;
    transform: translateX(-50%);
  }

  .img-accueil img {
    background-size: auto;
    width: 90%;
  }


  h1 {

  color: #9069B2;
  font-size: 2.2em;
  margin-top: 1.5em;
  margin-bottom: -0em;
  font-family: "lato";
  }

  h2 {

  font-family: "Lato";
  color: #707070;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 3em;
  }

  h3 {
  /* font-family: "Great Vibes", cursive;
  font-size: 2.1em;
  padding-bottom: 10px; */

  font-family: "Lato";
  font-size: 1.3em;
  color: #9069B2;
  padding-bottom: 8px;
  }
}




/* Point de rupture 2  */
@media only screen and (min-width: 801px) {

	/*ROOT FONT SIZE*/
	html {
		font-size: 15px; /*par défaut dans les navigateurs: 16px*/
	}

	/* CLASSES & COMMON
	.......................................*/
	/*Sections - margin-top*/

  h1 {
  font-size: 2.5em;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  font-family: Lato;
}

h2 {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 4em;
}

h3 {
   font-family: Lato;
   font-size: 1.3em;
   color: #9069B2;
   padding-bottom: 10px;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  text-align: center;
}
  section {
		margin-top: -1.5em;
	}

	/*Classes L1 et L2 - width + max-width*/
	.L1 {
		width: 100%;
		margin: 0 auto;
	}
	.L2 {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}


  .flex {
  	display: flex;
  	justify-content: ;
  	flex-flow: row wrap;
  	align-items: flex-start;
  }
	.logo {
        margin-bottom: .5%;
        width: 25%;
        background-size: auto;
        justify-content: center;
        margin: auto;
        margin-top: -1.5em;
	}

  .containerService {
    justify-content: space-evenly;
    max-width: 1260px;
    flex-flow: row wrap;
  }

    figure img {
    	width: 32%;
    }

  .img-accueil img {
    background-size: cover;
    width: 55%;
    margin: auto;
    border-radius: 10%;
    padding-top: 10px;
}

.photo-produit figure img {
	display: inline-block;
	width: 40%;
	height: auto;
	border-radius: 400px 400px;
	filter: blur();
  box-shadow: -1px -5px 16px 11px #e0e0e0;
  transition: filter .4s cubic-bezier(0.4, 0, 0.2, 1);
}

	.NomSalon {
		font-size: 4em;
		margin-top: -.1em;
	}

	.TexteAccueil {
		font-size: 2.0em;
	}

	/*Gallery - largeur figure*/
	.gallery-items figure {
    width: 30%;
	}

	.img-accueil {
		margin:auto;
	}

/*#Photo1 {
  margin-top: 15em;
}
#Photo2 {
  margin-top: -2em;
}
#Photo3 {
  margin-top: 13em;
}
#Photo4 {
  margin-top: -9em;
}
*/
	/*Article  - margin top 0*/
	.main-content article {
		margin-top: 0;
	}





  fieldset {
      margin-top: -2.5em;
  }

	/* HEADER
	.......................................*/
	/*Header tag - position relative + min-height + padding*/

  .main-header {
		position: relative;
		max-height: 145px;
    background-color: #fbfbfb;
    border-bottom-right-radius: 20%;
    border-bottom-left-radius: 20%;
    border-bottom: solid 1px #84848426;

	}
	/*Logo -#efd8f70d position absolute + width*/


	/* NAV
	........................*/
	/*NAV tag - position absolute + width + background*/
	.main-nav {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, .6); /* a = alpha, transparence de 0 à 1 */
		text-align: center;
	}

	/*Hamburger link - masquer*/
	.hamburger {
		display: none;
	}

	/*UL tag - padding*/
	.main-menu.flex {
		padding: 0 3%;
	}


	/*Menu links - formatage liens pour desktop*/
	.main-menu a {
		display: block; /* pour que le lien soit cliquable en dehors du texte; default = inline */
		padding: .5em 1em .2em;
		font-family: "Great Vibes", cursive;
		font-size: 2em;
		color: #000;
		border-bottom: solid 2px rgba(0,0,0,0); /* transparent border */
		transition: border .4s ease-in-out;
	}

	/*Hover and active links - color + border*/
	.main-menu a:hover, .main-menu .active {
		color: #000;
		border-color: rgba(0,0,0,.8);
	}

	/* MAIN
	.......................................*/
	/*MAIN tag - padding et margin*/
	.main-content {
		padding: 0 3%;
		margin-top: 3em;
		margin-bottom: 3em;
	}

	/* Article - largeur */
	.main-content article {
		width: 65%;
	}

	#transition-6 {
		transition: all 1.5s ease;
	}
	#transition-6:hover {
		background: #F6F2FC;
		box-shadow: 0 0 15px 15px rgba(0,0,0,.3);

		border-radius: 20%;
	}

	/*.ContainerTransition {
		display: flex;
		margin-top: 1em;
		padding: 2em;
		background-color: #F6F2FC;
	}

	.box {
		display: inline-table;
		width: 220px;

		text-align: center;
		font-size: 18px;
		line-height: 70px;
		color: #fff;
		background-color: #9069B2;
		border-radius: 500px 400px;
		box-shadow: 9px -11px 16px 6px #9069b273;
	}

*/
	.box1 {
		display: none;
	}

}
@media only screen and (min-width: 950px) {
.img-accueil img {
  background-size: auto;
  width: %;
  margin-left: %
}

@media only screen and (min-width: 1020px) {
.img-accueil img {
    background-size: auto;
    width: %;
    margin-left: 27%;
  }

.ContainerPhotoAccueil{
  bottom: -5%;
  margin-left: 3%;
}

}

/* MEDIA QUERIES PRINT
------------------------------------------------*/
@media only print {

	/*Taille texte*/
	body {
		background: white;
   	font-size: 12pt;
	}

	/*Masquer, ne pas imprimer*/
	.main-, .main-footer, aside {
		display: none;
	}

	/*Header*/
	.main-header {
		min-height: 0;
	}


	/*Largeurs, tout le monde à 100%*/
	.L1,
	.L2,
	.main-content article,
	.main-content aside {
		width: 100%;
		margin: 0;
	}

	/*Éléments flex => display block*/
	.main-content.flex {
		display: block;
	}

	/*Forcer la section avec du texte sur la page suivante*/
	.some-text {
    page-break-before: always;
  }

	.main-content aside {
		margin: 30px 0;
	}

}
