@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('../fonts/bebasneue/bebasneue_regular-webfont.eot');
    src: url('../fonts/bebasneue/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue/bebasneue_regular-webfont.woff') format('woff'),
         url('../fonts/bebasneue/bebasneue_regular-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue/bebasneue_bold-webfont.eot');
    src: url('../fonts/bebasneue/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue/bebasneue_bold-webfont.woff') format('woff'),
         url('../fonts/bebasneue/bebasneue_bold-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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




html, body {
	height:100%;
	background-color:#494c53;
	color:#FFF;
	font-family:"ciclefina";
	font-size:20px;
}

h1 {
	font-family:"Bebas Neue";
	font-size:2em;
}

.skrollr-desktop body {
	height:100% !important;
}

.parallax-image-wrapper {
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
}

.parallax-image-wrapper-50 {
	height:50%;
	top:-50%;
}

.parallax-image-wrapper-100 {
	height:100%;
	top:-100%;
}

.parallax-image {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.parallax-image-50 {
	height:200%;
	top:-50%;
}

.parallax-image-100 {
	height:100%;
	top:0;
}

.parallax-image.skrollable-between {
	display:block;
}

.no-skrollr .parallax-image-wrapper {
	display:none !important;
}

#skrollr-body {
	height:100%;
	overflow:visible;
	position:relative;
}

.gap {
	background:transparent center no-repeat;
	background-size:cover;
}

.skrollr .gap {
	background:transparent !important;
}

.gap-50 {
	height:50%;
}

.gap-100 {
	height:100%;
}

.header, .content {
	background:#494c53;
	padding:1em;

	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.content-full {
	height:100%;
}




#nav {
	padding:10px;
	position:fixed;
	left:0;
	right:0;
	background:#494c53;
	z-index:100;
	top:0px;
}

#nav nav {
	font-family:"Bebas Neue";
	font-size:1.2em;
	float:right;
}

#nav nav a {
	color:#FFF;
	text-decoration:none;
	margin-right:25px;
}

#sous_logo_top {
	width: 80px;
	height: 80px;
	background-color:rgb(71,74,82);
	position:fixed;
	top:10px;
	left:-90px;
	z-index:110;
	cursor:pointer;
	
	-webkit-clip-path: polygon(30% 0, 100% 30%, 70% 100%, 0 70%);
	clip-path: polygon(30% 0, 100% 30%, 70% 100%, 0 70%);
}

#logo_top {
	position:fixed;
	top:5px;
	left:20px;
	z-index:120;
	width: 13px;
	height: 34px;
}



@media (min-width : 701px) {
	#accueil {
		background-image:url(../images/bg-exception-media-web-video-laurentides.jpg);
	}
	#real_video {
		background-image:url(../images/bg-video-production-realisation-laurentides.jpg);
	}
	#real_web {
		background-image:url(../images/bg-web-site-internet-laurentides.jpg);
	}
	#img-contact {
		background-image:url(../images/bg-contact-exception-media-laurentides.jpg);
	}
}
@media (max-width : 700px) {
	#accueil {
		background-image:url(../images/bg-exception-media-web-video-laurentides-700.jpg);
	}
	#real_video {
		background-image:url(../images/bg-video-production-realisation-laurentides-700.jpg);
	}
	#real_web {
		background-image:url(../images/bg-web-site-internet-laurentides-700.jpg);
	}
	#img-contact {
		background-image:url(../images/bg-contact-exception-media-laurentides-700.jpg);
	}
}



#accueil, #img-contact {
	text-align:center;
	position:relative;
}

div.logo-centre {
	position:absolute;
	top:50%;
	margin-top:-300px;
	left:50%;
	margin-left:-160px;
}

div.logo-centre h1 {
	font-size:3em;
}

div.logo-centre img {
	margin-bottom:20px;
	position:relative;
	left:-20px;
}




#video, #web, #contact {
	padding:100px 0 0 0!important;
}

article section.texte {
	margin:0 auto;
	max-width:800px;
	padding:0 20px 100px 20px;
}

.content article h1 {
	margin-bottom:30px;
}

.content article .texte h2 {
	margin-top:25px;
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:700;
}

.realisations {
	text-align:center;
	position:relative;
	padding-top:50px;
}
#video .realisations {
	background:#838485;
}
#web .realisations {
	background:#a2a8b8;
}

.no-svgclippaths .realisations h2 {
	padding:15px 0;
}

.realisations h2 {
	padding:15px 0 30px 0;
	font-size:1.4em;
	width:100%;
	position:absolute;
	top:-5px;
}
#video .realisations h2 {
	background:#65666b;
	border-top:8px solid #55575f;
	-webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 70%);
	clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 70%);
}
#web .realisations h2 {
	background:#8e97ab;
	border-top:8px solid #8790a3;
	-webkit-clip-path: polygon(0 5%, 100% 0, 100% 70%, 0 100%);
	clip-path: polygon(0 5%, 100% 0, 100% 70%, 0 100%);
}

.realisations ul {
	overflow:hidden;
	padding:50px 0;
	height:185px;
}

.realisations li {
	display:inline-block;
	margin:0 15px;
}

.realisations li img {
	-webkit-clip-path: polygon(30% 0, 100% 30%, 70% 100%, 0 70%);
	clip-path: polygon(30% 0, 100% 30%, 70% 100%, 0 70%);

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}

.realisations li img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
}


.slideshow_real {
	text-align:center;
	position: relative;
	padding-top:4%;
	height:100%;
	width:100%;
	overflow:hidden;
}

.centreur {
	position:absolute;
	left:50%;
}

.centreur article {
	position:relative;
	left:-50%;
}

.slideshow_real .photo {
	padding:15px;
	margin:0 auto 40px auto;
	position:relative;
}
#real-web .photo {
	background:#7C869E;
	width:650px;
	height:400px;
}
#real-video .photo {
	background:#494C53;
	width:600px;
	height:338px;
}

.visit {
	font-size:3em;
	color:#FFF;
	width:50%;
	left:25%;
	text-align:center;
	z-index:100;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.slideshow_real .info {
	width:500px;
	height:28px;
	padding:15px 0;
	margin:0 auto;
	-webkit-clip-path: polygon(0 16px, 20px 7px, 380px 16px, 500px 16px, 490px 74px, 470px 84px, 80px 74px, 10px 72px);
	clip-path: polygon(0 16px, 20px 7px, 380px 16px, 500px 16px, 490px 74px, 470px 84px, 80px 74px, 10px 72px);
}
#real-web .info {
	background:#7C869E;
	border-top:16px solid #a0accc;
	border-bottom:14px solid #646c80;
}
#real-video .info {
	background:#494C53;
	border-top:16px solid #9a9b9d;
	border-bottom:14px solid #394042;
}

.vimeo_cp_fix {
	width:500px;
	height:28px;
	padding:15px 0;
	margin:0 auto;
	-webkit-clip-path: polygon(0 16px, 20px 7px, 380px 16px, 500px 16px, 490px 74px, 470px 84px, 80px 74px, 10px 72px);
	clip-path: polygon(0 16px, 20px 7px, 380px 16px, 500px 16px, 490px 74px, 470px 84px, 80px 74px, 10px 72px);
	position:absolute;
}

.slideshow_real .info h1 {
	font-size:1.4em;
}

.bt_retour {
	margin-bottom:30px;
}

.bt_retour a {
	text-decoration:none;
	color:#FFF;
}
#real-web .bt_retour a:hover {
	color:#7C869E;
}
#real-video .bt_retour a:hover {
	color:#494C53;
}

#real-web .nav_real {
	margin-top:630px;
}

#real-video .nav_real {
	margin-top:560px;
}

.nav_real a {
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 5px;
	-webkit-clip-path: polygon(30% 0, 100% 30%, 70% 100%, 0 70%);
	clip-path: polygon(30% 0, 100% 30%, 70% 100%, 0 70%);
}
#real-web .nav_real a {
	background:#7C869E;
}
#real-video .nav_real a {
	background:#494C53;
}
.nav_real a.courant {
	background:#FFF !important;
}
.nav_real a:hover {
	background:#FFF !important;
}

.fleche {
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:10px;
	-webkit-clip-path: polygon(50% 0, 0 90%, 90% 100%);
	clip-path: polygon(50% 0, 0 90%, 90% 100%);
}
#real-web .fleche {
	background:#7C869E;
}
#real-video .fleche {
	background:#494C53;
}



#web {
	background:#7c869e;
}



#contact {
	background:#524f49;
}

#contact .infos {
	margin-top:50px;
	font-size:1.3em;
	line-height:1.3em;
}

#contact .infos a {
	color:#FFF;
	text-decoration:none;
}
#contact .infos a:hover {
	text-decoration:underline;
}



#img-contact {
	position:relative;
}

#partage-cont {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}

#partage {
	display:inline-block;
	padding:20px 40px;
}

.slide-social{
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 10px 0;
    width: 150px;
    height: 48px;
    background: #F1F1F1;
}

.slide-social .button{
    position: absolute;
    margin: 15px 0 0 55px;
}

.slide-social a{
    display: none; /* hide flash of unstyled tweet button */
}

.icon{
    float: left;
    padding-top: 12px;
    width: 25%;
    height: 100%;
    text-align: center;
}

.icon i{
    color: #FFF;
    font-size: 1.2em;
}

.slide{
    position: relative;
    float: left;
    width: 75%;
    height: 100%;
}

.slide p{
    position: relative;
    top: 15px;
    margin: 0;
    border-left: 1px solid rgb(255,255,255); /* IE < 9 Fallback Colour */
    border-left: 1px solid rgba(255,255,255,0.3);
    color: #FFF;
    text-align: center;
    font-weight: 600;
}

.facebook{
    background: #3b5998;
}

.twitter{
    background: #00acee;
}

.linkedin{
    background: #0e76a8;
}

/* Slide Animation */

.slide-social:hover .slide{
    -webkit-transform: translate(101%, 0);
    -moz-transform: translate(101%, 0);
    -ms-transform: translate(101%, 0);
    -o-transform: translate(101%, 0);
    transform: translate(101%, 0);
}

.no-cssanimations .slide{
    display: none; /* hide in IE 8-9 */
}

.touch .slide{
    display: none; /* hide on touch devices */
}

/* Transition */

.slide{
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


/* Example Media Queries */

@media only screen and (max-width : 30em) { /* 480px/16px = 30em */

    .slide-social{
        width: 100%;
		position:relative;
    }

    .slide-social .button{
        position: absolute;
        margin-left: 50%;
    }
}


@media (max-width : 1100px) {

    .realisations ul {
		height:auto;
	}
	
}


@media (max-width : 768px) {

    div.logo-centre img {
		width:94px;
	}
	
	#nav nav a {
		margin-right:15px;
	}
	
	#video, #web, #contact {
		padding:50px 0 0 0!important;
	}
	article section.texte {
		padding:0 20px 50px 20px;
	}
	
	#sous_logo_top {
		display:none;
	}
	
	#real-video .photo {
		width:300px;
		height:169px;
		background:transparent;
	}
	
	.realisations ul {
		padding:20px 0;
	}
	
	.realisations li {
		margin:0;
	}
	
	.realisations li img {
		width:90px !important;
		height:90px !important;
	}
	
	#real-web .nav_real {
		margin-top:320px;
	}

	#real-video .nav_real {
		margin-top:290px;
	}
	
	#real-web .info, #real-video .info, #real-web .info, #real-video .info {
		-webkit-clip-path:none !important;
		clip-path:none !important;
		border:0;
		background:transparent;
		width:auto;
		height:auto;
	}
	
	#real-web .photo, #real-web .photo img {
		width:325px;
		height:200px;
		background:transparent;
	}
	
	.slideshow_real .photo {
		margin:0 auto 10px auto;
	}
	
	#video .realisations h2, #web .realisations h2 {
		-webkit-clip-path:none !important;
		clip-path:none !important;
		padding:10px 0 10px 0;
	}
	
	.bt_retour {
		margin-bottom:10px;
		margin-top:20px;
	}
	
	.centreur article {
		overflow:hidden;
	}
	
	#accueil {
		padding-top:50px;
	}
	
	#accueil, #real_video, #real_web, #contact {
		min-height:400px;
	}
	
	#accueil div.logo-centre {
		position:relative;
		top:0;
		left:0;
		margin:0px auto 0 auto;
	}
	
	#img-contact div.logo-centre {
		display:none;
	}
	
	#real-video iframe,
	#real-video object,
	#real-video embed {
		position: absolute;
		top: 1%;
		left: 1%;
		width: 98%;
		height: 98%;
	}
	
}