/*-----------------------------------------------------------------------------------
	    SUMMER V3
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"helvetica";
	color:#454545!important;
}
.container{
	max-width:1300px;
}
.navbar-brand img{
	width:140px;
	height:140px;
}
.h3-style{
	font-size:20px;
	font-family:Montserrat;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:7px;
}
.h2-style{
	font-family:"helvetica";
	font-weight:400;
	font-size:25px;
}
.h3-2-style{
	font-size:25px;
}
.p-2-style{
	line-height:35px;
	font-size:17px;
}
.team-card{
	min-height:350px;
}
.container-div-style{
	height:20px;
}
.card-body-style{
	height:350px;
}
.img-bloc-1-style-overlay{
	width:523px;
}
.img-2-style{
	width:1046px;
}
.h3-bloc-2-style{
	line-height:33px;
}
.h3-bloc-4-style{
	line-height:33px;
}
.divider-bloc-3-padding{
	padding:40px 22px 40px 22px;
}
.special-btn{
	text-shadow:0px 0px 0px #000000;
	opacity:1.0;
	box-shadow:0px 0px 4px rgba(0,0,0,0.30);
}
.h5-v-style{
	font-size:18px;
}
.description-projet{
	font-size:18px;
	color:#666666!important;
	font-family:"Montserrat";
	line-height:22px;
}
.projet-titre{
	font-family:"Montserrat";
	font-weight:600;
	font-size:24px;
	line-height:22px;
}
.navbar-nav li a{
	font-size:18px;
}
.img-forre-style{
	width:1217px;
}
.img-bloc-1-style-overlay:hover{
	opacity:0.6;
}
.img-overlay-medias{
	width:523px;
}
.img-overlay-medias:hover{
	opacity:0.6;
}
.bouton-medias{
	width:523px;
	height:294px;
	background-size:523px 294px;
	background-position:center center;
	font-family:"Montserrat";
	font-size:30px;
	color:#FFFFFF!important;
	background-image:url("img/cic.jpg");
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.bouton-medias:hover{
	background-image:url("img/cic-over.jpg");
}
.img-medias{
	background-image:url("img/cic.jpg");
	background-size:523px 294px;
	width:523px;
	height:294px;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-shadow:0px 0px 3px #000000;
	font-size:0px;
	background-repeat:no-repeat;
	background-position:center center;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.img-medias:hover{
	background-image:url("img/cic-over.jpg");
	width:523px;
	height:294px;
	background-size:523px 294px;
	font-size:40px;
}
.bouton-films{
	background-image:url("img/h%26m.jpg");
	background-size:523px 294px;
	width:523px;
	height:294px;
	background-repeat:no-repeat;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.bouton-motion{
	width:523px;
	height:294px;
	background-image:url("img/motion.jpg");
	background-size:523px 294px;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.row-bloc-67-style{
	width:91.11%;
}
.btn-style{
	width:100%;
}
.bb-overlay{
	background-size:523px 294px;
	width:523px;
	height:294px;
	padding-top:105px;
	font-family:"Montserrat";
	font-size:0px;
	color:#FFFFFF!important;
	text-shadow:0px 0px 5px #000000;
	text-align:center;
	background-color:transparent;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;
}
.bb-overlay:hover{
	font-size:40px;
	background-color:rgba(75,1,202,0.88);
}
.bb-medias{
	background-size:735px 352px;
	width:735px;
	height:352px;
	background-image:url("img/medias.jpg");
	float:left;
	overflow:visible;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-shadow:0px 0px 7px #000000;
	font-size:0px;
	margin-top:0px;
	background-repeat:no-repeat;
	padding:86px 29px 29px 29px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.bb-medias:hover{
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-shadow:0px 0px 7px #FFFFFF;
	font-size:30px;
	background-color:transparent;
	background-image:url("img/medias-over.jpg");
	background-size:382px 215px;
	background-repeat:no-repeat;
}
.colum{
	background-size:382% 215%;
	width:382px;
	height:215px;
}
.overlay{
	opacity:1.0;
}
.overlay:hover{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto auto;
	opacity:1.0;
	width:100%;
	background-color:#5B00D6;
	border-style:none;
	float:none;
	margin:0px 0px 0px 0px;
}
.img-moti-style{
	width:960px;
}
.img-jean-style{
	width:316px;
	height:316px;
	border-radius:0px 0px 0px 0px;
}
.bb{
	background-size:auto 100%;
	background-image:url("img/media-over.jpg");
	background-repeat:no-repeat;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	font-size:30px;
	text-transform:uppercase;
	background-position:center center;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.btn-padding{
	background-size:100% auto;
	background-image:url("img/medias.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	font-size:0px;
	font-family:"Montserrat";
	line-height:21px;
	color:#FFFFFF!important;
	text-transform:none;
	text-align:center;
	width:100%;
	padding:148px 148px 148px 148px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.bb:hover{
	font-family:"Montserrat";
	font-size:30px;
	background-size:auto 100%;
	background-color:rgba(91,0,214,0.74);
	background-image:url("img/media-over.jpg");
	background-repeat:no-repeat;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.row-bloc-71-style{
	width:100%;
}
.btn-padding:hover{
	background-size:100% auto;
	background-repeat:no-repeat;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:rgba(91,0,214,0.50);
	font-size:30px;
	color:#FFFFFF!important;
	text-align:center;
	padding:148px 148px 148px 148px;
}
.btn-button-style-motion{
	width:98.47%;
	padding-top:136px;
	padding-bottom:136px;
	background-image:url("img/Motion-long.jpg");
	font-size:30px;
	line-height:21px;
	background-size:100% auto;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.btn-button-style{
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.img-motion-lo-style{
	width:1117px;
}
.img-chick-style{
	width:329px;
}
.btn-motion{
	background-size:100% auto;
	background-repeat:no-repeat;
	height:400px;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	width:98.8%;
	background-image:url("img/motion-big.jpg");
	padding:145px 145px 145px 145px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.btn-motion:hover{
	height:400px;
	background-image:url("img/motion-big-over.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:30px;
	color:#FFFFFF!important;
	text-align:center;
	font-family:"Montserrat";
	width:98.8%;
	padding:180px 180px 180px 180px;
	border-radius:0px 0px 0px 0px;
}
.btn-motion:active{
}
.btn-bloc-0-padding-films{
	background-image:url("img/bt-films-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	line-height:1px;
	background-position:center top;
	width:98.25%;
	padding:200px 200px 200px 200px;
}
.btn-bloc-0-padding-films:hover{
	background-image:url("img/bt-films-big-over.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:30px;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-align:center;
	width:98.25%;
	padding:200px 200px 200px 200px;
}
.btn-style-concerts{
	background-image:url("img/bt-concerts-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	height:400px;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	width:98.8%;
	padding:145px 145px 145px 145px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.btn-style-concerts:hover{
	height:400px;
	background-image:url("img/bt-concerts-big-over.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:30px;
	color:#FFFFFF!important;
	text-align:center;
	font-family:"Montserrat";
	width:98.8%;
	padding:180px 180px 180px 180px;
	border-radius:0px 0px 0px 0px;
}
.btn-button-clips{
	background-image:url("img/bt-clips-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	height:346px;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	text-align:center;
	background-position:center top;
	width:97.6%;
	padding:119px 119px 119px 119px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.btn-button-clips:hover{
	width:97.6%;
	height:346px;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-image:url("img/bt-clips-big-over.jpg");
	font-family:"Montserrat";
	font-size:30px;
	color:#FFFFFF!important;
	text-align:center;
	padding:145px 145px 145px 145px;
}
.btn-button-clips:active{
}
.btn-button-docu{
	background-image:url("img/bt-docu-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	width:98.25%;
	height:346px;
	font-size:0px;
	font-family:"Montserrat";
	color:transparent!important;
	text-align:center;
	padding:145px 145px 145px 145px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.btn-button-docu:hover{
	width:98.25%;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-image:url("img/bt-docu-big-over.jpg");
	font-family:"Montserrat";
	font-size:30px;
	color:#FFFFFF!important;
	text-align:center;
	height:346px;
	padding:145px 145px 145px 145px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.btn-padding-swe{
	background-size:100% auto;
	background-image:url("img/bt-swe-big.jpg");
	background-repeat:no-repeat;
	font-size:23px;
	color:transparent!important;
	line-height:0px;
	text-align:center;
	padding:200px 200px 200px 200px;
}
.btn-padding-swe:hover{
	background-size:100% auto;
	background-image:url("img/bt-swe-big-over.jpg");
	font-size:30px;
	font-family:"Montserrat";
	font-weight:normal;
	text-transform:uppercase;
	color:transparent!important;
	line-height:0px;
	text-align:center;
	background-repeat:no-repeat;
	padding:200px 200px 200px 200px;
}
.btn-padding-swe:active{
	background-image:url("img/button2over.jpg");
	background-size:100% auto;
	padding:180px 180px 180px 180px;
}
.btn-bloc-media{
	background-image:url("img/bt-media-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	line-height:1px;
	background-position:center top;
	width:98.3%;
	padding:200px 200px 200px 200px;
}
.btn-bloc-media:hover{
	background-image:url("img/bt-media-big-over.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:30px;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-align:center;
	width:98.3%;
	padding:200px 200px 200px 200px;
}
.btn-line1-style{
	width:96.8%;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.btn-line1-style:hover{
	width:96.8%;
	background-repeat:no-repeat;
}
.btn-line1-style-copy-1{
	width:98.5%;
}
.btn-line1-style-copy-1:hover{
	width:98.5%;
}
.btn-line1-style:active{
}
.btn-line1-resize-chicken{
	width:96.3%;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.btn-line1-resize-chicken:hover{
	width:96.3%;
	background-repeat:no-repeat;
}
.btn-line1-resize-chicken:active{
}
.img-chicken-style{
	width:96%;
	background-repeat:no-repeat;
	background-position:center center;
}
.btn-line1-resize-motion{
	width:98.3%;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.btn-line1-resize-motion:hover{
	width:98.3%;
	background-repeat:no-repeat;
}
.btn-line1-resize-motion:active{
}
.btn-line1-resize-jeanne:hover{
	width:99.2%;
}
.img-chicken-style:hover{
	background-repeat:no-repeat;
	background-position:center center;
	width:96%;
}
.btn-bloc-film-small{
	background-image:url("img/bt-media-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	line-height:1px;
	background-position:center top;
	width:100%;
	padding:200px 200px 200px 200px;
}
.btn-bloc-film-small:hover{
	background-image:url("img/bt-media-big-over.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:30px;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-align:center;
	padding:200px 200px 200px 200px;
}
.btn-bloc-clips-small{
	background-image:url("img/bt-media-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	line-height:1px;
	background-position:center top;
	width:100%;
	padding:200px 200px 200px 200px;
}
.btn-bloc-clips-small:hover{
	background-image:url("img/bt-media-big-over.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:30px;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-align:center;
	padding:200px 200px 200px 200px;
}
.btn-bloc-docu-small{
	background-image:url("img/bt-media-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	line-height:1px;
	background-position:center top;
	width:100%;
	padding:200px 200px 200px 200px;
}
.btn-bloc-docu-small:hover{
	background-image:url("img/bt-media-big-over.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:30px;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-align:center;
	padding:200px 200px 200px 200px;
}
.img-style-cdcc{
	width:97.5%;
}
.img-style-cdcc:hover{
	width:97.5%;
}
.img-chicken-style:active{
	width:96%;
}
.btn-bloc-media-small{
	background-image:url("img/bt-media-big.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-family:"Montserrat";
	font-size:0px;
	color:transparent!important;
	line-height:1px;
	background-position:center top;
	width:100%;
	padding:200px 200px 200px 200px;
}
.btn-bloc-media-small:hover{
	background-image:url("img/bt-media-big-over.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	font-size:30px;
	font-family:"Montserrat";
	color:#FFFFFF!important;
	text-align:center;
	padding:200px 200px 200px 200px;
}
.description-projet-copy-1{
	font-size:18px;
	color:#666666!important;
	font-family:"Montserrat";
	line-height:22px;
}
.h3-hm-style{
	font-size:30px;
}
.h3-motion-style{
	font-size:30px;
}
.h3-viktor-olsson-style{
	font-size:30px;
}
.h3-documentaires-style{
	font-size:30px;
}
.titrre{
	font-size:40px;
	color:#000000!important;
}
.h5-style{
	font-size:32px;
}
.row-header-style{
	height:54px;
	border-color:#FFFFFF!important;
}
.padding{
	padding:10px 10px 10px 10px;
}
.nav-bar{
	padding-top:0px;
	margin-top:0px;
	width:0%;
	height:0px;
	padding-bottom:0px;
}
.h6-style{
	line-height:30px;
}
.marging{
	font-size:20px;
	padding:10px 10px 10px 10px;
}
.row-style{
	width:99.91%;
}
.typo{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:15px;
	padding-right:10px;
	width:96%;
	margin:10px 10px 20px 23px;
}
.h3-cic-style{
	font-size:25px;
	font-family:"helvetica";
}
.round{
	border-radius:10px 10px 0px 0px;
}
.h2-about-the-film-style{
	font-family:"helvetica";
	font-size:25px;
	line-height:40px;
	margin:20px 5px 5px 12px;
	padding:0px 0px 0px 10px;
}
.p-4-style{
	font-size:25px;
}
.round-2{
	border-radius:0px 0px 10px 10px;
}
.marging2{
	margin-left:22px;
}
.typo2{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:20px;
	padding-right:10px;
}
.divider-padding{
	padding-top:8px;
	padding-bottom:8px;
}
.typo3{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:20px;
	padding-right:10px;
}
.p-style{
	font-size:20px;
	line-height:px;
}
.p-7-style{
	width:95.11%;
}
.marging3{
	font-size:20px;
	margin-top:18px;
	padding:10px 10px 10px 24px;
}
.row-footer-style{
	margin-top:28px;
}
.divider-bloc-2-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.divider-0-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.bloc-pading{
	padding-top:1px;
	padding-bottom:0px;
	height:55px;
}
.typo-small{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:15px;
	padding-right:10px;
	width:96%;
	margin:10px 10px 20px 23px;
}
.titre-small{
	font-size:25px;
}
.marging4{
	font-size:20px;
	margin-top:18px;
	padding:10px 10px 10px 24px;
}
.marging5-ipad{
	font-size:20px;
	margin-top:18px;
	padding:10px 10px 10px 24px;
}
.marging-large{
	font-size:20px;
	padding-right:35px;
	padding-bottom:10px;
	padding-left:14px;
}
.marging-small{
	font-size:20px;
	margin-top:18px;
	padding:10px 10px 10px 24px;
}
.marging-medium{
	font-size:20px;
	margin-top:18px;
	padding:10px 10px 10px 24px;
}
.titre-medium{
	font-size:25px;
}
.typo-small2{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:15px;
	padding-right:10px;
	width:96%;
	margin:10px 10px 20px 23px;
}
.logo{
	width:594px;
}
.logo-small{
	width:594px;
}
.marging-medium-avatar{
	font-size:20px;
	margin-top:18px;
	padding:10px 10px 10px 24px;
}
.typo2-contact-medium{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:20px;
	padding-right:10px;
	width:209px;
}
.marging-large-avatar{
	font-size:20px;
	padding:4px 10px 0px 18px;
}
.marging-small-avatar{
	font-size:20px;
	padding:0px 10px 10px 14px;
}
.typo-small-small{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:15px;
	padding-right:10px;
	width:96%;
	margin:10px 10px 20px 23px;
}
.typo-small-small-2{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:15px;
	padding-right:10px;
	width:96%;
	margin:10px 10px 20px 0px;
}
.logo-small-2{
	width:594px;
}
.typo2-copy-1{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:15px;
	padding-right:10px;
}
.typo-small-small-3{
	color:#454545!important;
	font-weight:normal;
	font-family:"helvetica";
	font-size:15px;
	padding-right:10px;
	width:96%;
	margin:10px 10px 20px 0px;
}
.logo-titre{
	width:390px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FEFFFE;
}

/* Text colour styles */

.tc-outer-space{
	color:#454545!important;
}

/* Link colour styles */

.ltc-blue-munsell{
	color:#0091AE!important;
}
.ltc-blue-munsell:hover{
	color:#00748b!important;
}
.ltc-outer-space{
	color:#454545!important;
}
.ltc-outer-space:hover{
	color:#373737!important;
}

/* Icon colour styles */

.icon-blue-munsell{
	color:#0091AE!important;
	border-color:#0091AE!important;
}

/* Bloc image backgrounds */

.bg-fond{
	background-image:url("img/fond-1.jpg");
}
.bg-fond{
	background-image:url("img/fond.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.img-jean-style{
		height:213px;
	}
	.btn-padding{
		padding-top:84px;
		padding-bottom:84px;
	}
	.btn-motion{
		height:227px;
		font-size:0px;
		width:98.5%;
		padding:110px 110px 110px 110px;
	}
	.btn-motion:hover{
		height:227px;
		font-size:20px;
		width:98.5%;
		padding:100px 100px 100px 100px;
	}
	.btn-bloc-0-padding-films{
		font-size:0px;
		width:98.19%;
		padding:110px 110px 110px 110px;
	}
	.btn-bloc-0-padding-films:hover{
		font-size:20px;
		width:98.19%;
		padding:110px 110px 110px 110px;
	}
	.btn-style-concerts{
		height:222px;
		font-size:0px;
		width:98.5%;
		padding:110px 110px 110px 110px;
	}
	.btn-style-concerts:hover{
		height:222px;
		font-size:20px;
		width:98.5%;
		padding:100px 100px 100px 100px;
	}
	.btn-button-clips{
		height:190px;
		color:transparent!important;
		font-size:0px;
		width:96.9%;
		padding:80px 80px 80px 80px;
	}
	.btn-button-clips:hover{
		height:190px;
		font-size:20px;
		width:96.9%;
		padding:80px 80px 80px 80px;
	}
	.btn-button-clips:active{
	}
	.btn-button-docu{
		height:190px;
		padding:80px 80px 80px 80px;
	}
	.btn-button-docu:hover{
		height:190px;
		font-size:20px;
		padding:80px 80px 80px 80px;
	}
	.btn-padding-swe{
		padding:111px 111px 111px 111px;
	}
	.btn-padding-swe:hover{
		font-size:20px;
		padding:111px 111px 111px 111px;
	}
	.btn-padding-swe:active{
	}
	.btn-bloc-media{
		background-image:url("img/bt-media-big.jpg");
		color:transparent!important;
		font-size:0px;
		text-align:center;
		background-size:100% auto;
		background-position:left top;
		width:97.8%;
		padding:110px 110px 110px 110px;
	}
	.btn-bloc-media:hover{
		background-image:url("img/bt-media-big-over.jpg");
		font-size:20px;
		width:97.8%;
		padding:110px 110px 110px 110px;
	}
	.btn-line1-style{
		background-repeat:no-repeat;
		padding-top:108px;
		padding-bottom:108px;
		width:97%;
	}
	.btn-line1-style:hover{
		width:97%;
		background-repeat:no-repeat;
		padding:108px 108px 108px 108px;
	}
	.btn-line1-style:active{
	}
	.btn-line1-style-copy-1{
		width:97.06%;
		background-repeat:no-repeat;
		padding-top:108px;
		padding-bottom:108px;
	}
	.btn-line1-style-copy-1:hover{
		width:97.06%;
		background-repeat:no-repeat;
		padding:108px 108px 108px 108px;
	}
	.btn-line1-style-copy-1:active{
	}
	.img-chick-style{
		width:213px;
	}
	.btn-line3-padding{
		padding-top:106px;
		padding-bottom:106px;
	}
	.btn-line3-padding:hover{
		padding:106px 106px 106px 106px;
	}
	.btn-line1-resize-chicken{
		width:97.06%;
		background-repeat:no-repeat;
		padding-top:108px;
		padding-bottom:108px;
	}
	.btn-line1-resize-chicken:hover{
		width:97.06%;
		background-repeat:no-repeat;
		padding:108px 108px 108px 108px;
	}
	.btn-line1-resize-chicken:active{
	}
	.btn-line1-resize-motion{
		width:97.06%;
		background-repeat:no-repeat;
		padding-top:108px;
		padding-bottom:108px;
	}
	.btn-line1-resize-motion:hover{
		width:97.06%;
		background-repeat:no-repeat;
		padding:108px 108px 108px 108px;
	}
	.btn-line1-resize-motion:active{
	}
	.img-chicken-style{
		width:95%;
	}
	.img-chicken-style:hover{
		width:95%;
	}
	.btn-bloc-film-small{
		background-image:url("img/bt-media-big.jpg");
		color:transparent!important;
		font-size:0px;
		text-align:center;
		background-size:100% auto;
		background-position:left top;
		padding:110px 110px 110px 110px;
	}
	.btn-bloc-film-small:hover{
		background-image:url("img/bt-media-big-over.jpg");
		font-size:20px;
		padding:110px 110px 110px 110px;
	}
	.btn-bloc-clips-small{
		background-image:url("img/bt-media-big.jpg");
		color:transparent!important;
		font-size:0px;
		text-align:center;
		background-size:100% auto;
		background-position:left top;
		padding:110px 110px 110px 110px;
	}
	.btn-bloc-clips-small:hover{
		background-image:url("img/bt-media-big-over.jpg");
		font-size:20px;
		padding:110px 110px 110px 110px;
	}
	.btn-bloc-docu-small{
		background-image:url("img/bt-media-big.jpg");
		color:transparent!important;
		font-size:0px;
		text-align:center;
		background-size:100% auto;
		background-position:left top;
		padding:110px 110px 110px 110px;
	}
	.btn-bloc-docu-small:hover{
		background-image:url("img/bt-media-big-over.jpg");
		font-size:20px;
		padding:110px 110px 110px 110px;
	}
	.btn-line6-padding{
		width:98%;
	}
	.btn-line6-padding:hover{
		width:98%;
	}
	.img-style-cdcc{
		width:220px;
		height:220px;
	}
	.img-style-cdcc:hover{
		width:220px;
		height:220px;
	}
	.img-chicken-style:active{
		width:95%;
	}
	.btn-bloc-media-small{
		background-image:url("img/bt-media-big.jpg");
		color:transparent!important;
		font-size:0px;
		text-align:center;
		background-size:100% auto;
		background-position:left top;
		padding:110px 110px 110px 110px;
	}
	.btn-bloc-media-small:hover{
		background-image:url("img/bt-media-big-over.jpg");
		font-size:20px;
		padding:110px 110px 110px 110px;
	}
	.description-projet{
		font-size:16px;
	}
	.projet-titre{
		font-size:22px;
	}
	.h3-viktor-olsson-style{
		font-size:28px;
	}
	.h3-documentaires-style{
		font-size:28px;
	}
	.titrre{
		font-size:30px;
		color:#000000!important;
	}
	.h5-style{
		font-size:27px;
	}
	.h3-contact-style{
		font-size:25px;
	}
	.row-header-style{
		height:82px;
	}
	.padding{
		padding:0px 0px 0px 0px;
	}
	.h2-style{
		font-size:28px;
	}
	.h3-style{
		font-size:18px;
	}
	.typo2{
		font-size:15px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:13px;
	}
	.h6-style{
		line-height:030px;
	}
	.bloc-pading{
	}
	.marging4{
	}
	.marging5-ipad{
		padding-right:13px;
		padding-left:13px;
		margin-right:15px;
	}
	.marging-small{
		padding-right:13px;
		padding-left:13px;
		margin-right:15px;
	}
	.marging-large{
		padding-left:12px;
	}
	.marging-medium{
		padding-right:13px;
		padding-left:13px;
		margin-right:15px;
	}
	.h2-about-the-film-style{
	}
	.typo-small2{
	}
	.marging-medium-avatar{
		margin-right:15px;
		width:300px;
		padding:0px 13px 10px 21px;
	}
	.typo2-contact-medium{
		font-size:15px;
	}
	.marging3{
	}
	.marging-large-avatar{
		margin-right:15px;
		width:300px;
		padding:4px 13px 10px 21px;
	}
	.marging-small-avatar{
		margin-right:15px;
		width:300px;
		padding:10px 13px 10px 21px;
	}
	.typo{
	}
	.typo2-copy-1{
		font-size:15px;
	}
	.p-5-style{
		font-size:15px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.btn-motion{
		height:168px;
		width:99%;
		padding:50px 50px 50px 50px;
	}
	.btn-motion:hover{
		font-size:16px;
		height:168px;
		width:99%;
		padding:75px 75px 75px 75px;
	}
	.btn-bloc-0-padding-films{
		width:100%;
		padding:78px 78px 78px 0px;
	}
	.btn-bloc-0-padding-films:hover{
		font-size:16px;
		width:100%;
		padding:78px 78px 78px 78px;
	}
	.btn-style-concerts{
		height:168px;
		width:99%;
		padding:50px 50px 50px 50px;
	}
	.btn-style-concerts:hover{
		height:168px;
		font-size:16px;
		width:99%;
		padding:75px 75px 75px 75px;
	}
	.btn-button-clips{
		height:135px;
		background-position:center top;
		width:97.6%;
		padding:50px 50px 50px 50px;
	}
	.btn-button-clips:hover{
		height:135px;
		font-size:16px;
		background-repeat:no-repeat;
		background-position:center top;
		width:97.6%;
		padding:55px 55px 55px 55px;
	}
	.btn-button-docu{
		height:135px;
		float:none;
		background-position:center top;
		color:transparent!important;
		font-size:0px;
		border-color:#FFFFFF!important;
		width:97.44%;
		text-align:center;
		background-size:100% auto;
		margin:0px 0px 0px 0px;
		padding:45px 45px 45px 45px;
		border-width:0px 0px 0px 0px;
	}
	.btn-button-docu:hover{
		height:135px;
		font-size:16px;
		width:97.44%;
		margin:0px 0px 0px 0px;
		padding:55px 55px 55px 55px;
		border-radius:0px 0px 0px 0px;
		border-width:0px 0px 0px 0px;
	}
	.btn-padding-swe{
	}
	.btn-bloc-media{
		width:98.6%;
		padding:78px 78px 78px 78px;
	}
	.btn-bloc-media:hover{
		font-size:16px;
		width:98.6%;
		padding:78px 78px 78px 78px;
	}
	.btn-line1-style{
		width:98.5%;
	}
	.btn-line1-style:hover{
		width:98.5%;
	}
	.btn-line1-style-copy-1{
		width:96%;
	}
	.btn-line1-style-copy-1:hover{
		width:96%;
	}
	.btn-line1-resize-chicken{
		width:97%;
	}
	.btn-line1-resize-chicken:hover{
		width:97%;
	}
	.btn-line1-resize-motion{
		width:97%;
	}
	.btn-line1-resize-motion:hover{
		width:97%;
	}
	.img-chicken-style{
		height:159px;
		width:154px;
	}
	.img-chicken-style:hover{
		width:154px;
		height:159px;
	}
	.btn-bloc-film-small{
		padding:78px 78px 78px 78px;
	}
	.btn-bloc-film-small:hover{
		font-size:16px;
		padding:78px 78px 78px 78px;
	}
	.btn-bloc-clips-small{
		padding:78px 78px 78px 78px;
	}
	.btn-bloc-clips-small:hover{
		font-size:16px;
		padding:78px 78px 78px 78px;
	}
	.btn-bloc-docu-small{
		padding:78px 78px 78px 78px;
	}
	.btn-bloc-docu-small:hover{
		font-size:16px;
		padding:78px 78px 78px 78px;
	}
	.adj{
		background-repeat:no-repeat;
		background-position:right top;
		float:right;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.btn-padding-swe:hover{
	}
	.btn-line6-padding{
		width:98.7%;
	}
	.btn-line6-padding:hover{
		width:98.7%;
	}
	.img-style-cdcc{
		height:165px;
		width:165px;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.img-style-cdcc:hover{
		height:165px;
		width:165px;
		background-repeat:no-repeat;
		background-position:center center;
	}
	.img-style-copy-1:hover{
		height:163px;
		width:163px;
	}
	.img-line6-style{
		width:163px;
		background-position:center center;
		background-repeat:no-repeat;
	}
	.img-line6-style:hover{
		background-repeat:no-repeat;
		background-position:center center;
	}
	.btn-bloc-media:active{
		width:98%;
	}
	.btn-bloc-media-small{
		padding:78px 78px 78px 78px;
	}
	.btn-bloc-media-small:hover{
		font-size:16px;
		padding:78px 78px 78px 78px;
	}
	.projet-titre{
		font-size:16px;
	}
	.description-projet{
		font-size:12px;
		line-height:18px;
	}
	.description-projet-copy-1{
		font-size:14px;
		line-height:18px;
	}
	.h3-hm-style{
		font-size:22px;
	}
	.h3-motion-style{
		font-size:22px;
	}
	.h3-viktor-olsson-style{
		font-size:22px;
	}
	.divider-bloc-3-padding{
		padding-top:16px;
		padding-bottom:16px;
	}
	.h3-documentaires-style{
		font-size:22px;
	}
	.h2-style{
		font-size:24px;
	}
	.h3-style{
		font-size:15px;
	}
	.h5-style{
		font-size:24px;
	}
	.h3-contact-style{
		font-size:22px;
	}
	.row-header-style{
		height:60px;
	}
	.row-header-style:hover{
		height:60px;
	}
	.img-chicken-style:active{
		width:154px;
		height:159px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:11px;
	}
	.marging{
	}
	.marging2{
	}
	.marging3{
	}
	.marging4{
		padding-left:24px;
		padding-right:24px;
	}
	.marging5-ipad{
		padding-left:24px;
		padding-right:24px;
	}
	.marging-large{
	}
	.marging-small{
		padding-left:24px;
		padding-right:24px;
	}
	.marging-medium{
		padding-left:46px;
		padding-right:24px;
	}
	.round{
	}
	.typo{
	}
	.marging-medium-avatar{
		padding-left:46px;
		padding-right:24px;
	}
	.marging-large-avatar{
		padding-left:46px;
		padding-right:24px;
	}
	.marging-small-avatar{
		padding-right:18px;
		padding-left:0px;
	}
	.logo-small{
		width:394px;
	}
	.typo-small-small{
		font-size:14px;
		padding-right:20px;
	}
	.typo-small-small-2{
		font-size:14px;
		padding-right:20px;
	}
	.logo-small-2{
		width:394px;
	}
	.typo-small-small-3{
		font-size:14px;
		padding-right:20px;
		margin-left:23px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
}

@media (max-width: 575px){
	.btn-motion{
		width:97%;
		background-image:url("img/bt-motion-small.jpg");
		height:130px;
		font-size:0px;
	}
	.btn-motion:hover{
		background-image:url("img/bt-motion-small-over.jpg");
		height:130px;
		width:97%;
		font-size:14px;
		padding:50px 50px 50px 50px;
	}
	.btn-motion:active{
	}
	.btn-bloc-0-padding-films{
		background-size:100% auto;
		background-repeat:no-repeat;
		background-position:center top;
		height:100px;
		width:100%;
		color:#FFC43D!important;
		font-size:10px;
		text-align:center;
		line-height:10px;
		margin:10px 10px 10px 10px;
		padding:27px 38px 38px 38px;
	}
	.btn-bloc-0-padding-films:hover{
		font-size:10px;
		width:100%;
		height:100px;
		background-size:100% auto;
		text-align:center;
		margin:10px 10px 10px 10px;
		padding:27px 38px 38px 38px;
	}
	.btn-bloc-0-padding-films:active{
	}
	.btn-style-concerts{
		height:130px;
		width:97.8%;
		background-image:url("img/bt-concerts-small.jpg");
	}
	.btn-style-concerts:hover{
		height:130px;
		background-image:url("img/bt-concerts-small-over.jpg");
		width:97.8%;
		padding:50px 50px 50px 50px;
	}
	.btn-bloc-media{
		height:150px;
		color:transparent!important;
		font-size:0px;
		line-height:40px;
		background-image:url("img/bt-media-big.jpg");
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-media:hover{
		font-size:14px;
		height:150px;
		background-image:url("img/bt-media-big-over.jpg");
		width:100%;
		margin:0px 0px 0px 0px;
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-media:active{
	}
	.btn-line1-style{
		width:97.9%;
		padding:45px 45px 45px 45px;
	}
	.btn-line1-style:hover{
		width:97.9%;
		padding:45px 45px 45px 45px;
	}
	.btn-line1-resize-chicken{
		width:97%;
		padding:45px 45px 45px 45px;
	}
	.btn-line1-resize-chicken:hover{
		padding:45px 45px 45px 45px;
	}
	.btn-line1-resize-motion{
		width:97%;
		padding:45px 45px 45px 45px;
	}
	.btn-line1-resize-motion:hover{
		padding:45px 45px 45px 45px;
	}
	.btn-bloc-film-small{
		height:150px;
		color:transparent!important;
		font-size:0px;
		line-height:40px;
		background-image:url("img/bt-films-big.jpg");
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-film-small:hover{
		font-size:14px;
		height:150px;
		background-image:url("img/bt-films-big-over.jpg");
		margin:0px 0px 0px 0px;
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-film-small:active{
	}
	.btn-bloc-clips-small{
		height:150px;
		color:transparent!important;
		font-size:0px;
		line-height:40px;
		background-image:url("img/bt-clips-small.jpg");
		width:99%;
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-clips-small:hover{
		font-size:14px;
		height:150px;
		background-image:url("img/bt-clips-small-over.jpg");
		width:99%;
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-clips-small:active{
	}
	.btn-bloc-media-small:hover{
		background-size:100% auto;
		width:100%;
		background-image:url("img/bt-media-big-over.jpg");
		height:150px;
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-docu-small{
		height:150px;
		color:transparent!important;
		font-size:0px;
		line-height:40px;
		background-image:url("img/bt-docu-small.jpg");
		width:99%;
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-docu-small:hover{
		font-size:14px;
		height:150px;
		background-image:url("img/bt-docu-small-over.jpg");
		width:99%;
		margin:0px 0px 0px 0px;
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-docu-small:active{
	}
	.btn-line1-style-copy-1{
		width:97%;
	}
	.btn-line1-style-copy-1:active{
	}
	.btn-line1-style-copy-1:hover{
		width:97%;
	}
	.btn-line6-padding{
		padding-top:72px;
		padding-bottom:72px;
		width:99%;
	}
	.btn-line6-padding:hover{
		width:99%;
		padding:72px 72px 72px 72px;
	}
	.btn-bloc-media-small{
		color:transparent!important;
		font-size:0px;
		line-height:40px;
		background-image:url("img/bt-media-big.jpg");
		background-position:center center;
		background-size:100% auto;
		width:100%;
		height:150px;
		padding:44px 44px 44px 44px;
	}
	.btn-bloc-media-small:active{
	}
	.btn-bloc-film-small-copy-1:hover{
		background-image:url("img/bt-films-big-over.jpg");
	}
	.projet-titre{
		font-size:12px;
	}
	.description-projet{
		font-size:10px;
		line-height:14px;
	}
	.divider-bloc-3-padding{
		padding-top:14px;
		padding-bottom:14px;
	}
	.special-btn{
	}
	.btf{
		background-image:url("img/bt-media-big.jpg");
		background-repeat:no-repeat;
		width:100%;
		height:150px;
		background-size:100% auto;
		color:transparent!important;
		font-size:0px;
		line-height:40px;
		padding:44px 44px 44px 44px;
	}
	.btf:hover{
		background-repeat:no-repeat;
		background-image:url("img/bt-media-big-over.jpg");
		width:100%;
		background-size:100% auto;
		height:150px;
		font-family:"Montserrat";
		color:#FFFFFF!important;
		font-size:16px;
		text-align:center;
		padding:50px 50px 50px 50px;
	}
	.h3-hm-style{
		font-size:18px;
	}
	.h3-motion-style{
		font-size:16px;
	}
	.h3-viktor-olsson-style{
		font-size:18px;
	}
	.img-bloc-61-style{
		width:125px;
	}
	.img-123-style{
		width:115px;
	}
	.img-124-style{
		width:125px;
	}
	.h3-documentaires-style{
		font-size:18px;
	}
	.h2-style{
		font-size:18px;
	}
	.h3-style{
		font-size:12px;
	}
	.h3-contact-style{
		font-size:18px;
	}
	.h5-style{
		font-size:17px;
	}
	.row-header-style{
		height:53px;
	}
	.row-header-style:hover{
		height:53px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:10px;
	}
	.h6-style{
		line-height:20px;
		font-size:10px;
	}
	.typo{
	}
	.typo-small{
		font-size:10px;
		width:93%;
		margin-left:15px;
	}
	.titre-small{
		font-size:14px;
		padding-left:4px;
	}
	.h2-about-the-film-style{
	}
	.marging{
		;
	}
	.marging3{
	}
	.marging-small{
		padding-right:25px;
		padding-left:46px;
		text-align:center;
		float:initial;
	}
	.marging-medium{
		padding-right:25px;
		padding-left:46px;
		text-align:center;
		float:initial;
	}
	.titre-medium{
		font-size:14px;
		padding-left:4px;
	}
	.typo2{
	}
	.typo-small2{
		font-size:10px;
		padding-left:0px;
		padding-right:0px;
		width:100%;
		float:left;
		display:block;
		margin-left:0px;
		margin-bottom:0px;
		height:0px;
	}
	.typo3{
	}
	.logo-small{
		width:234px;
	}
	.logo{
		;
	}
	.marging-medium-avatar{
		padding-right:56px;
		padding-left:56px;
		text-align:center;
		float:initial;
	}
	.typo2-contact-medium{
	}
	.marging-large-avatar{
		padding-right:56px;
		padding-left:56px;
		text-align:center;
		float:initial;
	}
	.marging-small-avatar{
		padding-right:56px;
		padding-left:56px;
		text-align:center;
		float:initial;
	}
	.typo-small-small{
		font-size:10px;
		margin-left:15px;
		width:94%;
	}
	.typo-small-small-2{
		font-size:10px;
		margin-left:0px;
		width:88%;
		height:299px;
	}
	.logo-small-2{
		width:234px;
		padding-top:10px;
	}
	.img-bloc-2-style{
		padding-top:30px;
	}
	.typo2-copy-1{
		font-size:13px;
	}
	.typo-small-small-3{
		font-size:10px;
		margin-left:0px;
		width:88%;
		height:299px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-clear-xs{
		margin:0;
	}
	
}

