
/* CSS3 Parallax Stylesheets - Copyright TIME PIECE - 2014 - Tous droits réservés - IMPACTIV' Creative Media    	  */
/* style.css - author : Francois BURDY*/
.parallax-wrapper{  
}

.parallaxee{
    position: relative;
	width: 100%;
	height:500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* ** SECTIONS NOS VALEURS ** */

#section-valeur1{
	background: url("images/time-piece-passion.jpg") center 0 no-repeat fixed;
}
#section-valeur2{
	background: url("images/time-piece-ecoute.jpg") center 0 no-repeat fixed;
}


#section-valeur3{
	background: url("images/time-piece-disponibilite.jpg") center 0 no-repeat fixed;
}



/* ** SECTIONS ACCUEIL ** */

#section-accueil1{
	background: url("images/imge1_light.jpg") center 0 no-repeat fixed;
}

#section-accueil2{
	background: url("images/imge2_light.jpg") center 0 no-repeat fixed;
}


#section-accueil3{
	background: url("images/imge3_light.jpg") center 0 no-repeat fixed;
}

#section-accueil4{
	background: url("images/imge4_light.jpg") center 0 no-repeat fixed;
}




.texte-droite {
	padding:15px;
	position: absolute;
	top:25%;
	right:11%;
	text-align: center;
	color: #fff;
	font-family: "Vernada";
	background-image: url("images/bg-texte.png");
	text-transform: uppercase;
}

a.texte-droite{
    text-decoration: none;   
}


.texte-droite div{

	font-family: "Castellar";
}

.texte-gauche{
	padding:15px;
	position: absolute;
	top:35%;
	left:11%;
	text-align: center;
	color: #fff;
	font-family: "Vernada";
	text-transform: uppercase;
	background-image: url("images/bg-texte.png");

}

.texte-gauche div{

	font-family: "Castellar";
}

.transparent{
	background:transparent;
}

.ombre-blanche{
	text-shadow:0px 0px 10px white;
}

.ombre-noire{
	text-shadow:0px 0px 10px black;
}

.bouton-plus{
    position: absolute;
	bottom:12%;
	background: rgba(0, 0, 0, 0.55);
    color:rgba(255, 255, 255, 0.9);
    font-size:2em;
    padding: 5px 10px;
    cursor:pointer;
}

.bouton-plus-droite {
	right:11%;
}



.bouton-plus-gauche {
	left:11%;
}

.bulle-droite{
	position: absolute;
	padding:10px 20px 10px 20px;
	background-image: url("images/bg-bulle.png");
	bottom:16%;
	right:11%;
	text-align: justify;
	margin-bottom: 25px;
	width:25%;
	box-shadow:0px 0px 10px gray;
	color:white;
	font-family: "Chantilly";
	display: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.bulle-gauche{
	position: absolute;
	padding:10px 20px 10px 20px;
	background-image: url("images/bg-bulle.png");
	bottom:16.5%;
	left:11%;
	text-align: justify;
	margin-bottom: 25px;
	width:25%;
	box-shadow:0px 0px 10px gray;
	display: none;
	color:white;
	font-family: "Chantilly";
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

@media screen and (max-width: 981px) {
    .bulle-gauche, .bulle-droite{
        font-size:1.3em;
    }
}
.bouton-ensavoirplus-beige, .bouton-ensavoirplus-bleu, .bouton-ensavoirplus-gris{
	
	
	border: none;
	bottom: 0px;
	margin-top: 30px;
	text-align: center;
	width: 137px;
	height: 34px;
}

.bouton-ensavoirplus-beige{
	background-image: url("images/ensavoirplus_beige.jpg");
}

.bouton-ensavoirplus-bleu{
	background-image: url("images/ensavoirplus_bleu.jpg");
}

.bouton-ensavoirplus-gris{
	background-image: url("images/ensavoirplus_grisf.jpg");
}

.droite{
	right:12%;
}

.gauche{
	left:12%;
}