/*-----------------------------------------------------------------------------------
	Valerie Toumayan // Motion Designer
	About: Valerie Toumayan freelance Motion Designer / Filmmaker Paris. Animation After Effects 2D . Tournages, Montages, Réalisations
	Author: Valerie Toumayan
	Version: 1.0
	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: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection 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;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-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;
}

/* = 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;
}


/* 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;
}
/* Dividers */

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


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

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.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;
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = 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:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Montserrat";
	color:#20C5F5!important;
}
.container{
	max-width:1300px;
}
.img-style{
	width:97.5%;
}
.navbar-brand img{
	width:140px;
	height:140px;
}
.h3-style{
	font-size:20px;
	font-family:Montserrat;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:7px;
}
.p-style{
	font-family:Montserrat;
	font-weight:400;
	font-size:18px;
	line-height:25px;
	letter-spacing:0pt;
	text-align:left;
	color:#666666!important;
}
.h2-style{
	font-family:Montserrat;
	font-weight:400;
}
.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;
}
.link-style{
	width:100%;
	text-decoration:none;
	font-size:20px;
}
.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);
}
.link-qvt-style{
	text-decoration:none;
}
.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-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-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-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;
}
.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-jeanne:hover{
	width:99.2%;
}
.img-style:hover{
	width:97.5%;
}
.img-chicken-style:hover{
	background-repeat:no-repeat;
	background-position:center center;
	width:96%;
}
.link-padding{
	width:100%;
}
.link-motion-style{
	width:100%;
}
.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-cic-style{
	font-size:30px;
}
.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;
}
.h6-style{
	font-size:20px;
	font-weight:normal;
	line-height:30px;
}
.h6-style:hover{
	font-size:20px;
}
.links{
	font-family:"Montserrat";
	font-size:20px;
	color:#20C4F4!important;
}
.links:hover{
	color:#50D0C3!important;
	font-size:20px;
}
.img-bloc-2-style{
	width:400px;
}
.img-bloc-0-style{
	width:170px;
	height:170px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-position:center center;
}
.h5-style{
	font-size:32px;
}
.row-header-style{
	height:54px;
}
.padding{
	padding:10px 10px 10px 10px;
}
.text-span-color{
	color:#ffffff;
}
.p-color{
	color:#ffffff;
	font-size:1px;
}

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


/* Text colour styles */

.tc-white{
	color:#FEFFFF!important;
}
.tc-light-crimson{
	color:#F7698B!important;
}
.tc-dim-gray{
	color:#666666!important;
}
.tc-black{
	color:#000000!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .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%;}
    .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)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .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-style{
		width:100%;
		height:100%;
	}
	.img-style:hover{
		width:100%;
		height:100%;
	}
	.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;
	}
	.p-style{
		font-size:16px;
		color:#666666!important;
		margin-right:9px;
		text-align:justify;
	}
	.img-bloc-2-style{
		width:210px;
	}
	.h5-style{
		font-size:27px;
	}
	.h3-contact-style{
		font-size:25px;
	}
	.link-style{
		font-size:18px;
	}
	.row-header-style{
		height:82px;
	}
	.h6-style{
		line-height:30px;
	}
	.padding{
		padding:0px 0px 0px 0px;
	}
	.h2-style{
		font-size:28px;
	}
	.h3-style{
		font-size:18px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@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%;
	}
	.img-style{
		height:159px;
		width:157px;
	}
	.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-style:hover{
		height:159px;
		width:157px;
	}
	.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-cic-style{
		font-size:22px;
	}
	.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;
	}
	.h6-style{
		font-size:16px;
		line-height:18px;
	}
	.h6-style:hover{
		font-size:16px;
		line-height:18px;
	}
	.links{
		font-size:14px;
	}
	.links:hover{
		font-size:14px;
		font-family:"Montserrat";
	}
	.img-bloc-2-style{
		width:170px;
	}
	.h2-style{
		font-size:24px;
	}
	.h3-style{
		font-size:15px;
	}
	.p-style{
		font-size:14px;
		line-height:20px;
	}
	.h5-style{
		font-size:24px;
	}
	.h3-contact-style{
		font-size:22px;
	}
	.link-style{
		font-size:18px;
	}
	.row-header-style{
		height:60px;
	}
	.row-header-style:hover{
		height:60px;
	}
	.img-bloc-0-style{
		width:120px;
		height:120px;
	}
	.img-chicken-style:active{
		width:154px;
		height:159px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@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;
	}
	.h3-cic-style{
		font-size:18px;
	}
	.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;
	}
	.h6-style{
		line-height:12px;
		font-size:16px;
		margin:0px 10px 0px 10px;
		padding:3px 0px 0px 0px;
	}
	.h6-style:hover{
		font-size:16px;
		line-height:12px;
		margin-right:10px;
		margin-left:10px;
		padding-top:3px;
	}
	.links{
		font-size:11px;
		line-height:16px;
	}
	.links:hover{
		line-height:16px;
		font-size:11px;
	}
	.links:active{
	}
	.h2-style{
		font-size:18px;
	}
	.h3-style{
		font-size:12px;
	}
	.p-style{
		font-size:9px;
		color:#666666!important;
		line-height:15px;
		width:100%;
	}
	.h3-contact-style{
		font-size:18px;
	}
	.link-style{
		font-size:14px;
	}
	.h5-style{
		font-size:17px;
	}
	.img-bloc-0-style{
		width:75px;
		height:75px;
		padding-top:0px;
		background-repeat:no-repeat;
		background-position:center center;
		margin-top:2px;
	}
	.img-bloc-0-style:hover{
	}
	.row-header-style{
		height:53px;
	}
	.row-header-style:hover{
		height:53px;
	}
	.img-bloc-2-style{
		width:110px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

