/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

header {padding:470px 20px 0 20px;}

picture img {
	width:100%;
}

picture img.contact {
	max-width:399px;
}

.text-vertical-center {
    text-align: center;
}

p.accueil {font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:21px;line-height:1.2;color:#000; font-weight:lighter; letter-spacing:1px; text-align:center;  }

.text-vertical-center h1 {
    margin:0px 0 0 0;
    padding: 0 50px 0 50px;
    font-size: 2.0em;
    font-weight:300;
	color:#fff;
	font-family:Helvetica;
display:none;
}

#top h1 {
    margin:250px 0 0 0;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}


/* Téléphone */
#tel {
    width: 57px;
    height: 40px;
    position: fixed;
    bottom: 55px;
    right: 5px;
    z-index: 10000;
    background-color: #000;
    text-align: center;
}
#tel .fa-phone {
    color: white !important;
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
}
#tel a.tel {
    display: block !important;
    width: 57px !important;
    height: 40px !important;
}

/* Side Menu */

/* Anim menu desktop */
@-webkit-keyframes grayBox {0% {top:-50px;} 50% {top:-25px;} 100% {top:0px;}}
@-moz-keyframes grayBox {0% {top:-50px;} 50% {top:-25px;} 100% {top:0px;}}
@keyframes 'grayBox' {0% {top:-50px;} 50% {top:-25px;} 100% {top:0px;}}
/* FIN Anim menu desktop */

@media(min-width:768px) {
		
 #sidebar-wrapper {
   z-index:2000;
   position:fixed;
   top:0px;
   width:100%;
   height:50px;
   background:rgba(102, 102, 102, 0.8); 
/* Anim menu desktop */ 
   -webkit-animation-name: grayBox;/* transition pour Chrome et Safari */
   -webkit-animation-duration: 0.5s;
   -moz-animation-name: grayBox;/* transition pour Firefox */
   -moz-animation-duration: 0.5s;   
   -o-animation-name: grayBox;/* transition pour Opéra */
   -o-animation-duration: 0.5s;   
   animation-name: grayBox;
   animation-duration: 0.5s;
/* FIN Anim menu desktop */
}

 #menu-toggle {display:none;}
 #menu-close {display:none;}
 ul.sidebar-nav {z-index:2000; width:fit-content; height:50px; position:relative; margin:0; padding:0; margin-left:auto; margin-right:auto;}
 ul.sidebar-nav li {float:left; list-style-type:none; height:50px; color:#fff; padding:0;}
 ul.sidebar-nav li a {display:block; color:#fff; height:50px; width:100%; text-align:center; font-size:15px; padding-left:20px; padding-right:20px; line-height:50px; }
 ul.sidebar-nav li a:hover {
	 text-decoration:none;
	 background-color:#c8e379;
	 color:#000;
     opacity:0.5;/* l'opacite que vous voulez au depart */
    -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* Hack IE8 */
    filter: alpha(opacity = 25); /* Hack IE 5-7 */
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;}
	
 ul.sidebar-nav li a:active {text-decoration:none; background-color:#000; color:#fff;}
 
 #top h1 {margin:375px 0 0 0;}

}

@media (min-width:768px) and (max-width:991px) {
	.text-vertical-center h1 {font-size:23px;} p.accueil {font-size:15px;} #top h1 {margin:375px 0 0 0;}	
}

@media(min-width:1024px) {.text-vertical-center h3 {padding:20px 0 0px 0;} #top h1 {margin:380px 0 0 0;}}

@media (min-width:768px) and (max-width:991px) {
	.text-vertical-center h1 {font-size:23px;} p.accueil {font-size:15px;} #top h1 {margin:375px 0 0 0;}	
}

@media(max-width:768px) {
	.map {height:75%;}
	.text-vertical-center h1 {margin:0px 0 0 0; font-size:25px; line-height:25px; padding-top:65px;}
	 p.accueil {font-size:15px; }
	.callout h1 {margin:0px 0 0 0; font-size:20px; line-height:30px; padding-top:40px; padding-bottom:40px;}
	.lead {padding:0 5% 0 5%;}
	
	#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    background:rgba(102, 102, 102, 0.9);
	transform: translateX(250px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color:#000;
    background-color:#c8e379;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 0 0 5px;
}
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 70px;
}

/* Callout */

.callout1 {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.callout2 {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/callout1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

#tarifs {min-height:500px; background-color:#746e69; color:#fff;}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 70px 0 50px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

.avatar { background-image:url(../img/picto-avatar.png); background-repeat:no-repeat; position:relative; height:70px; width:70px; margin: 40px auto 0 auto;}
.picto-coiffure { background-image:url(../img/picto-coiffure.png); background-repeat:no-repeat; position:relative; height:100px; width:100px; margin: 0 auto 0 auto;}
.picto-relooking { background-image:url(../img/picto-relooking.png); background-repeat:no-repeat; position:relative; height:100px; width:100px; margin: 0 auto 0 auto;}
.picto-relooking-style { background-image:url(../img/picto-relooking-style.png); background-repeat:no-repeat; position:relative; height:100px; width:100px; margin: 0 auto 0 auto;}
.picto-relooking-couleur { background-image:url(../img/picto-relooking-couleur.png); background-repeat:no-repeat; position:relative; height:100px; width:100px; margin: 0 auto 0 auto;}

.methode {width:100%; height:100%; float:left; text-align:center;}
.methode figcaption {color:#fff; margin-top:10px; padding: 0 5% 0 5%;}

 /* Tableau tarifs */                            
 
#tarifs .tableau-tarifs       {width:100%; min-height:200px;}
#tarifs  .tableau-tarifs span {color:#c7d97a;}
#tarifs  .titre               {float:left; width:100%; height:100%; text-align:left; font-size:15px; color:#edd3c5; margin-top:16px;}
#tarifs  .ligne               {float:left; height:20px; width:100%; border-bottom:solid 1px #edd3c5;}
#tarifs  .intitules           {float:left; width:65%; height:100%; text-align:left; border-bottom:solid 1px #7f7a76;}
#tarifs  .prix                {float:right; width:35%; height:100%; text-align:right; border-bottom:solid 1px #7f7a76;}


@media(max-width:480px) {
	
	#tarifs .tableau-tarifs {font-size:11px; font-weight:normal;}
	#top h1 {padding:0 0 0 0 !important; margin:276px 0 0px 0 !important;}
	.text-vertical-center h1 {font-size:22px !important; clear:both;}
	.text-vertical-center {vertical-align:top;}
	#top h3 {font-size:20px !important; padding:10px 0 0 0 !important;}
	#top a.btn {display:none;}
	p.accueil {width:90% !important; font-family:font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; line-height:1.2;color:#000; font-weight:lighter; width:35%; margin: 0 auto 0 auto; letter-spacing:1px;}
	
}







