/*
Casablanca Responsive
*/

@media (max-width:1199px){

header .nav li a{
	font-size: 12px;
	padding: 30px 10px 30px 40px;
}

header .nav li img{
	width: 24px;
}

#profil .content.team{
	margin-top: 50px;
}

#profil .content.team .infos{
	margin-top: 20px;
}

#profil .content.team .infos.lise{
	margin-top: 20px;
}

ul.lang{
    right: 114px;
}

} /* end max-width:1199px */


@media (max-width:991px){

body{
	overflow: hidden;
}

/* ---------Menu Design */

#mobile-menu{
	width: 80%;
	background-color: #fff;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
	z-index: -1;
	padding-top: 75px;
	border-left: 1px solid orange;
}

#mobile-menu.opened{
	display: block;
	z-index: 9000;
}

#mobile-menu ul li{
	border-bottom: 1px solid orange;
}

#mobile-menu ul li:first-child{
	border-top: 1px solid orange;
}

#mobile-menu ul li a{
	text-transform: uppercase;
	font-size: 13px;
    font-family: 'BebasNeue';
    color: #5d5d5d;
    letter-spacing: 3px;
    padding: 10px 30px;
}

/* -------------------- */
#zone{
	display: none;
}

#preloader {
    top: 125px;
}

.container{
	width: 100%;
}

header .navbar-toggle .icon-bar{
	background-color: #df9636;
}

header .nav, ul.lang{
	display: none;
}

header .logo{
	margin-bottom: 10px;
	float: left;
}

header .logo p{
	float: left;
	padding-top: 5px;
}

header .logo img{
	float: none;
	margin-bottom: 15px;
}

header button.navbar-toggle{
	display: block;
	position: absolute;
	top: 7px;
	right: -20px;
	z-index: 9999;
}

#home .international-content .section-infos{
	padding-right: 80px;
}

#home .main,
#profil .content.team .bio,
#productions .description,
#productions .images,
#prix article,
#contact .row.contact{
	padding-left: 15px;
	padding-right: 15px;
}

#contact .row.contact{
	margin-top: 20px;
}

#contact .location{
	margin-top: 15px;
}

} /* end max-width:991px */

@media (max-width:767px){

#productions #prod-home .col-md-4,
#productions #prod-home .col-sm-6{
	float: left;
}

footer .contact{
	margin-top: 10px;
}

} /*end max-width:767px*/

@media (max-width:641px){

#preloader {
    top: 140px;
}

header{
	padding-bottom: 40px;
}

header .slogan{
	left: 0px;
	top: 65px;
}

/*header .slogan br{
	display: block;
}*/

/*header .logo img{
    width: 210px;
}*/

header #site-title{
    padding-left: 0px;
    padding-top: 62px;
    margin-bottom: 0px;
}

header #site-title .logo{
    display: block;
    width: 210px;
    height: 50px;
    background: url('/img/logo.png') no-repeat;
    background-size: 210px 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px;
}

header #site-title br{
    display: block;
}

.title{
	font-size: 28px;
}

.main .head-subtitle{
	font-size: 24px;
}

.main .head-subtitle ul li{
    padding-right: 5px;
    padding-left: 5px;
}

#home iframe.noireframe{
    width: 295px;
    height: 165px;
}

#home .international-content .section-infos{
	font-size: 16px;
	padding-right: 10px;
	line-height: 18px;
}

#home .main .description{
	padding-right: 40px;
}

#home .tv-content .intro-tv{
    width: 95%;
}

#profil .content .right{
	padding-right: 25px;
}

#productions .row.first{
	margin-top: 20px;
}

#productions .images img{
	max-width: 95%;
}

#productions .breadcrumbs{
	top: 50px;
	left: 15px;
}

#productions .choice ul li{
	font-size: 14px;
	padding: 6px 20px;
}

#contact img.map{
	max-width: 100%;
}

footer .copyright{
	font-size: 10px;
}

footer .contact{
	margin-top: 15px;
}

} /* end max-width:641px 