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


@font-face {
    font-family: 'Castellar';
    src: url('font/castelar_0-webfont.eot');
    src: url('font/castelar_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/castelar_0-webfont.woff') format('woff'),
         url('font/castelar_0-webfont.ttf') format('truetype'),
         url('font/castelar_0-webfont.svg#castellarregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Chantilly';
	src: url('font/CHANRG.TTF');
}
@font-face {
	font-family: 'ChantillyBold';
	src: url('font/CHANB_.TTF');
}

html{
	background: #fff url('images/matiere.jpg');
}

body{
	position: absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	width: 100%;
	display: none;
	border:none;
	border-collapse: collapse;
	background-color: #fff;
	overflow-x : hidden;
}

button{
	cursor: pointer;
}



/* *************** HEADER ************** */

header{
	position: relative;
	margin:0;
	width: 100%;
	height:138px;
	border:none;

	background:#fff;
	background-position: center;
	background-repeat: no-repeat;	

	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-size: auto;

}

#phone-number{

	position: absolute;
	right: 3.5%;
	bottom:8%;
	width: 16%;
	max-width: 250px;
	font-family: "Castellar", arial;
	font-weight: bold;
	color:#282828;
	text-align: right;

}
header{
    text-align:center;
}

header #header-social{
    position: absolute;
	left: 4%;
	bottom:8%;
	width: 250px;
	color:#282828;
}

header #language{
	position: absolute;
	right: 4%;
	bottom:8%;
	width: 250px;
	color:#282828;

}


#header-social a, #language div{
    position: relative;
	display: inline-block;
	margin-right: 12px;
    width:35px;
    height: 35px;
}
#header-social a img, #language div img{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    
    -webkit-transition: all .5s;
    transition: all .5s;
}

#header-social a:hover .social-nb, #language div:hover .social-nb{
	opacity:0;
}


header .main-logo{
	display: inline-block;
    vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	cursor: pointer;
}

header .main-logo img{
    height:100%;
}


/* *************** NAVIGATION - MENU *********** */


nav{
	position: relative;
	width: 100%;
    text-align: center;
	background:#232323 url("images/bg-nav.jpg") ;
}

nav a{
    display:inline-block;
    margin: 0px 2.5%;
	padding:0 20px;
	vertical-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color:white;
	font-family: "Castellar", arial;
	line-height: 38px;
}

nav a:hover{
    -moz-box-shadow: inset #fff 0 -5px 0 0;
    -webkit-box-shadow: inset #fff 0 -5px 0 0;
    box-shadow: inset #fff 0 -5px 0 0;
}


nav a.actif{
	background-image: url("images/barre_selectcolor.jpg");
    -moz-box-shadow: inset #fff 0 0px 0 0;
    -webkit-box-shadow: inset #fff 0 0px 0 0;
    box-shadow: inset #fff 0 0px 0 0;
}

/* ****************		VOS ENVIES	**************/

#section-vos-envies{
	position: relative;
	width: 100%;
	background-image:url("images/time-piece-nos-envies.jpg");
    background-position: 60% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 

#section-mentions-credits{
	position: absolute;
	
	padding-top: 30px;
	color:#777;
	font-family: "Castellar", arial;
	top:176px;
	width: 100%;
	background:white;
	border:none;

}

#section-mentions-credits p,	#section-mentions-credits ul li {
	font-family: "Chantilly";
	padding-left: 30%;
	padding-right: 30%;
	text-align: justify;
	list-style: none;
}

#section-mentions-credits h1, #section-mentions-credits h3{
	padding-left: 25%;
	padding-right: 25%;
}
#section-mentions-credits hr{
	width: 60%;
	height:1px; 
	color:#777;
}


#contenu-vos-envies{ 
	position: relative;
	left:10%;
	width: 80%;
    padding:3%;
    max-width: 800px;
	min-height: 300px;
	border:none;
	color:#aaa;
	font-size: 1.5em;
	font-family: "Chantilly";
}

#contenu-vos-envies #big-fleche{
    display:inline-block; 
    width:5%;
}    

#contenu-vos-envies p{
    display:inline-block;
    margin:20px;
}

#champs{

	background-color:#222;
	margin-left: 0%;
    padding: 20px;
}
/*******	SUCHARGE ORBIT	******/
.orbit-wrapper, 
.orbit, 
.orbit img{
    width:100%!important;
}

/*******	CATALOGUE	******/
#bandeau-defilant{
	text-align: center;
	height: 350px;
	/*border:1px dashed white;*/
	border:none;
	width: 100%;
	cursor: pointer;
}

div.slider-nav span{
    top: 50%;
    margin:0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

#contenu-catalogue{
    margin: 50px 0px;
	border:1px dotted white;
	width:100%;
	min-height: 1150px;
	background-color: #fff;
}

#cadre-catalogue{
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	padding:20px 20px;
	border: 2px dotted #999;
	width: 64%;
	margin-top: 30px;
	max-width: 900px;
}

#vente-en-cours{
	position: relative;
	top:-31px;
	font-family: "Castellar", arial;
	color:#a56132;
	text-align: center;
	margin-left:auto;
	margin-right: auto;
	font-size: 22px;
	line-height: 22px;
	border: none;
	background-color: white;
	width: 280px;
}

.auteur{
    font-size:0.7em;
}

/*******	FOOTER	******/


footer{
    position: relative;
	text-align: center;    
	background: #fff url('images/matiere.jpg');
	width: 100%;
	height: 150px;
	font-size: 0.9em;
}


#footer-gauche{
    position: relative;
    display:inline-block;
	text-align: right;
	color:#aaa;
	font-family: 'Chantilly';
	text-decoration: none;
}

#footer-gauche a{
    display:block;
    text-align: right;
}

#footer-droite{
    padding: 20px;
    margin:20px;
    position: relative;
    display:inline-block;
	text-align: left;
	color:#aaa;
	border-left: 1px dotted darkgray;
	
}

#footer-droite ul li{
	display: inline;
	margin: 0;
	padding:0;
}
footer a{
	color:#aaa;
	text-align: center;
	font-family: 'Chantilly';
	text-decoration: none;
}
footer a:hover{
	color:#fff;
	text-shadow:0px 0px 10px black;
}

footer img{
	margin-right: 10px;
}

footer img:hover{
	
}

#footer-num-email{
	font-family: "Chantilly";
	
	color:#aaa;
}
/************** MEDIA QUERY ***********/
@media screen and (max-width: 981px) {
    header{
        height: 220px;
    }
    #cadre-catalogue{
        width:auto;
        margin: 2%;
    }
    nav{
    }
    nav a{
        margin:0;
        line-height: 58px;
        font-size:1.5em;
    }
    
    footer{
	   font-size: 2em;
    }
}
/************** MOBILE TEMPORAIRE ***********/
.mobile-message {
    text-align: center;
    font-size:1.2em;
    font-family: "Castellar", arial;
    color: white;
    padding: 50px 70px;
    text-transform: uppercase;
}

#mobile-corps {
    background: #fff url('images/matiere.jpg');
}

#mobile-corps a{
    text-decoration: none;
}

#mobile-corps #bandeau-defilant{
    height:auto;
}

#logo-header-mobile{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:318px;
	cursor: pointer;
}
.separateur {
    border:3px solid rgba(255, 255, 255, 0.6);
    margin: 50px 100px;
}

.social-link{
    margin: 50px;   
}
.social-link img{
    width:15%;
    margin:3%;
}

.brand-grid{
    position: relative;
    width: 100%;
    background:white;
    text-align: center;
}

.brand-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}

.brand {
    position: relative;
    display: inline-block;
    height: 0px;
    padding-bottom: 9.09%;
    width: 9.09%;
    background: none repeat scroll 0% 0% #FFF;
    font-size: 1rem;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
}

.brand > img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.caption {
    position: absolute;
    font-family: "Droid Serif",serif;
    width: 100%;
    top: 45%;
    transform: translateY(-50%) translateX(-50px);
    color: #FFF;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.caption img{
    width:80%;
}

.overlay{
    position: absolute;
    opacity: 0.25;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, 0.7);
    
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}

.brand:hover .overlay{
    opacity:1;
}

.brand:hover .caption{
    opacity:1;
    transform: translateY(-50%);
}

@media screen and (max-width: 900px){
    .brand{
        width:20%;
        padding-bottom: 20%;
    }
}


