*{
	margin: 0;
	padding: 0;
}

body{

	background-color: #ffffff;
	font-family: 'Cambria', Arial, sans-serif;
}

div{
	float:left;
}
.bloc{
	float:left;
	width:100%;
}
@font-face {
    font-family: 'alex_brushregular';
    src: url('../css/css_fonts/alexbrush-regular-webfont.woff2') format('woff2'),
         url('../css/css_fonts/alexbrush-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#hor{
	letter-spacing: inherit !important;
	line-height: normal !important;
	font-size: 19px !important;
}
#tarifs{
	max-width: 920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}
#tarifs a{
	width: 33.33%;
    float: left;
    display: inline-block;
	border-left:#333 1px solid;
	border-bottom:#333 1px solid;
	box-sizing: border-box;
}
@media screen and (max-width: 380px){
	#tarifs a{
		width: 50%;
	}
}
#tarifs img{
	width:100%;
    float: left;
    display: inline-block;
}
#nav-header{
	width: 100%;
	min-height: 450px;
	position: relative;
	height: 600px;
	background: url(../img/alexsandra-coiffeur-visagiste-sassenage.jpg) no-repeat center center / cover;
	box-sizing: border-box;
	padding:15px;
}
#grp-btn{
	margin: 0 auto;	
	width:100%;
	max-width:350px;
	display: flex;
	float: none;
	z-index:2;
}
@media screen and (max-width: 350px){
	#grp-btn{
		display:block;
	}
}
#grp-btn-b {
    display: flex;
    margin-top: 20px;
    bottom: 45px;
    position: absolute;
	left: 15px;
    right: 15px;
	float: none;
}
#grp-btn-c{
	margin: 0 auto;	
	width:100%;
	max-width:350px;
	display: flex;
	margin-top:20px;
	padding: 0 10px;
    box-sizing: border-box;
	float: none;
}
@media screen and (max-width: 350px){
	#grp-btn-c{
		display:block;
	}
}
#btn-reserver{
	border: 1px solid #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	background-color:#000;
	width:100%;
	max-width:250px;
	margin: 0 auto;
	text-align: center;
	
}
#btn-reserver:hover{
	background-color:#FFF;
	color:#000;
}
.btn-reseau{
	margin: 0 2px 0 2px;
	border: 1px solid #3C3C3B;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	background-color:#3C3C3B;
	color:#FFF;
	width:50%;
	display: block;
	text-align: center;
	font-weight: bold;
}

@media (max-width: 350px){
	.btn-reseau{
		width:100%;
		margin:1px 0 0 1px;
	}
}
.btn-reseau:hover{
	background-color:#FFF;
	color:#000;
}


#btn-reserver-b{
	border: 1px solid #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	background-color:#000;
	width:55%;
	text-align: center;
	display:block;
}
#btn-reserver-b:hover{
	background-color:#FFF;
	color:#000;
}
@media screen and (max-width: 350px){
	#btn-reserver-b{
		width:100%;
	}
}
#btn-telephone{
	border: 1px solid #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	width:40%;
	background-color:#000;
	text-align: center;
	margin-left:5%;
	display:block;
}
@media screen and (max-width: 350px){
	#btn-telephone{
		width:100%;
		margin:2px 0 0;
	}
}
#btn-telephone:hover{
	background-color:#FFF;
	color:#000;
}
#logo{
	width:350px;
	height:350px;
	border-radius: 175px;
	-webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.9);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.9);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -175px;
	background-size: 100%;
    animation: logo-blur 1.5s ease-out;
	-webkit-animation: logo-blur 1.5s ease-out;
    
}
#logo img{
	display:block;
	float:left;
	width:100%;
}
@keyframes logo-blur {
  0% { filter: blur(10px); -webkit-filter: blur(10px);}
  100% { filter: blur(0); -webkit-filter: blur(0);}
}

#nav-middle{
	width: 100%;
	min-height: 300px;
	box-sizing: border-box;
}

#content-middle-top{
	min-height: 300px;
	width: 100%;
	background: #1A1A1A;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.7);
	padding-bottom: 70px;
	float:left;
}

#content-middle-top #titre-forfaits{
	margin-top:30px;
	font-size:40px;
	font-family: 'alex_brushregular';
	line-height:30px;
}

.prt_forfait{
	margin-top:5px;
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
}


#content-middle-top h1{
	font-family: Arial, sans-serif;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%; 
	padding-top: 30px;
	margin-bottom: 10px;
	color: #ffffff;
}

h2{
	font-family: 'alex_brushregular', Arial, sans-serif;
	font-size: 65px;
	font-weight: normal;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%; 
	margin-top: 20px;
	margin-bottom: 30px;
	color: #ffffff;
	line-height: 60px;
}
#ph{
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%; 
	margin-top: 20px;
	margin-bottom: 30px;
	color: #ffffff;
	line-height: 60px;
}
.phb{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%; 
	margin-top: 50px;
	margin-bottom: 40px;
	color: #ffffff;
	line-height: 60px;
	text-transform: uppercase;
	display: block;
	float: left;
}
.txt{
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	width: 75%;
	margin-left: 12.5%;
	color: #ffffff;
	line-height: 23px;
}
.txt p{
	margin-top:10px;
	float: left;
	width:100%;
	display: block;
}
.informations {
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	color: #000;
	line-height: 23px;
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	padding: 25px;
	box-sizing: border-box;
	margin-top:40px;
}
.ttr-infos{
	font-family: Arial, sans-serif;padding-bottom:10px;
}
.informations ul{
	display:block;
	margin-top:10px;
}
.informations ul li{
	text-align: left;
	margin-top:5px;
	list-style-type: circle;
}
#content-middle-top hr{
	position: absolute;
	width: 260px;
	bottom: -2px;
	left: 50%;
	margin-left: -130px;
	border: 2px solid #000000;
}

#content-middle-middle{
	width: 100%;
	background: #ffffff; /* Old browsers */
	box-sizing: border-box;
	max-width: 1600px;
	margin: 0 auto;
}

#content-middle-middle .ttre-gal{
	font-family: 'Cambria', Arial, sans-serif;
	font-size: 26px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin: 65px auto 30px;
	line-height: 26px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

/*GALERIE*/
#galerie{
	width:90%;
	margin: 0 5%;
	box-sizing: border-box;
	margin-top:70px;
}

.glb-gal{
	width:33.33%;
	float:left;
	position:relative;
}

.glb-gal a{
	border:1px solid #ffffff;
	display:block;
    float:left;
    width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	box-sizing: border-box;
}

.glb-gal a:hover{
	background:url(../img/fond_img_gal.png) no-repeat center center;
	background-size: 100%;
}

.glb-gal img{
    display: block;
    float: left;
    width: 100%;
	z-index:1;	
	position:relative;
}

@media screen and (max-width: 700px){
	.glb-gal{
		width:50%;
	}
}

#nav-middle-bottom{
	min-height: 300px;
	width: 100%;
	box-sizing: border-box;
	max-width: 1600px;
	margin: 0 auto;
}

#content-middle-left{
	width: 55%;
	float: left;
	margin-top: 50px;
	margin-left: 5%;
	padding: 25px;
	box-sizing: border-box;
}

#content-middle-right{
	width: 35%;
	float: right;
	margin-top: 50px;
	margin-right: 5%;
	margin-bottom: 50px;
	overflow:hidden;
	height:360px;
	background:#CCCCCC;
	box-sizing:border-box;
	position:relative;
}

#content-middle-right #acc_drt{
	position:absolute;
	width:30%;
	height:100%;
	left:0px;
	background:url(../img/fond_trs.png) repeat;
	z-index:5;
}
#content-middle-right #acc_gch{
	position:absolute;
	width:30%;
	height:100%;
	right:0px;
	background:url(../img/fond_trs.png) repeat;
	z-index:5;
}

#content-middle-right iframe{
	width:100%;
	height:360px;
	border:none 0px;
}

#content-middle-left h2{
	color: #000000;
}

#content-middle-left p{
	font-family: 'Cambria', Arial, sans-serif;
	font-size: 26px;
	color: #000000;
	letter-spacing: 8px;
	margin-bottom: 20px;
	line-height: 26px;
	text-align: center;
}

#content-middle-left p a{
	color: #000000;
	text-decoration: none;
}

#content-middle-left p a:hover{
	color: #f6904c;
	text-decoration: none;
}

#info_mentions{
	width:100%;
	text-align:center;
	float:left;
	display:block;
	font-size:11px;
	color:#000000;
	padding-bottom:20px;
}

#info_mentions a{
	text-decoration:none;
	color:#000000;
}

#info_mentions a:hover{
	text-decoration:underline;
}

.blc_mts{
    float: left;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.blc_mts .mts_centre {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 100%;
}

.blc_mts .mts_centre .mts_txt{
    display: block;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 47px;
    padding-bottom: 35px;
    width: 100%;
	float:left;
}

.blc_mts .mts_centre .mts_txt h2{
	font-size:30px;
	margin-top:15px;
	color:#000000;
}

.blc_mts .mts_centre .mts_txt h3{
	font-size:20px;
	color:#000000;
	margin-top:20px;
}

.blc_mts .mts_centre .mts_txt p{
	margin-top:15px;
}
.blc_mts .mts_centre .mts_txt p a{
	color:#000000;
	text-decoration:underline;
}
.blc_mts .mts_centre .mts_txt p a:hover{
	color:#999999;
	text-decoration:underline;
}

.ret_mts{
	padding-left:40px;
	padding-right:40px;
	float:left;
}

.blc_comm{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding-bottom: 50px;
	margin-top: 20px;
	float: left;
}

.comm_centre {
    width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.ret_comm{
	padding-left:40px;
	padding-right:40px;
	float:left;
}

.ret_comm h1{
	font-size:30px;
	text-align: center;
}

.ret_comm p{
	margin-top:10px;
	text-align: center;
}

.ret_comm a{
	color:#666666;
	text-decoration:none;
}

.ret_comm a:hover{
	color:#999999;
	text-decoration:underline;
}


#comm{
	float:left;
	display:block;
	position:absolute;
	z-index:-1;
	top:60px;
	padding:0 80px;
}

#comm li{
	float:left;
	display:block;
	margin-left:5px;
}

#comm li a{
	float: left;
	display: block;
	color: #0AFF00;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
	box-sizing: border-box;
}

#comm li a:hover{
	text-decoration:underline;
}

@media screen and (max-width: 780px){
	#content-middle-right{
		width: 90%;
		margin-left: 5%;
	}
	#content-middle-left{
		width: 90%;
		margin-right: 5%;
	}
}

@media (max-width: 670px){
	#logo{
		width: 250px;
		height: 250px;
		margin-left: -125px;
		margin-top: -125px;
	}
	#nav-header{
		background-position: left center;
	}
}

@media screen and (max-width: 489px){
	.glb-gal{
		width: 100%;
	}
	#content-middle-left{
		padding:0;
	}
	#content-middle-left p{
		font-size: 22px;
		word-wrap: break-word;
	}
}

@media (max-width: 350px){
	#logo{
		width: 180px;
		height: 180px;
		margin-left: -90px;
		margin-top: -90px;
	}
}