@media screen and (min-width: 640px) and (max-width: 960px) {

	h3{
		font-size: 30px;
	}
	#menu{
		line-height: 55px;
	}
	#menu_align{
		width: 640px;
	}
	#menu_container{
		height: 120px;
		padding: 10px 0;
	}

	body #latest .item:hover #wrapper_latest{
		display: block;
	}

	/* ==========================================================================
	SUBMENU
	========================================================================== */

	#menu li #submenu li{
		height: 40px;
	}
	#menu li #submenu li a{
		font-size: 14px;
		line-height: 40px;
	}

	#toggle{
		left: 0;
	}
	#main_container{
		margin: 120px auto;
	}
	#main{
		width: 640px;
	}
	#latest h2, #news h2{
		margin: 50px 0;
	}
	#latest .item, #news .item{
		width: 200px;
	}
	#news .rub_title{
		border-bottom: 1px solid white;
		padding-bottom: 30px;
		margin: 50px 0 30px;
	}
	#news .item h3{
		line-height: 24px;
		font-size: 18px;
		width: 100%;
	}
	#news .text{
		font-size: 14px;
	}
	#news .date{
		font-size: 14px;
	}

	#latest .item:hover #wrapper_latest{
		margin-left: -100px;
		width: 200px;
	}
	#latest #wrapper_latest{
		font-size: 10px;
	}
	.latest_title{
		font-size: 16px;
	}
	.credit_title{
		font-size: 12px;
	}

	#films{
		width: 640px;
	}

	#footer #contact, #footer #locations {
		width: 50%;
	}
	#footer #locations h1, #footer #locations .separateur {
		margin-left: 90px;
	}
	#footer #locations #content_locations {
		overflow: hidden;
		padding-left: 90px;
	}
	#footer h1{
		font-size: 22px;
	}
	#footer #locations a{
		font-size: 18px;
		width:100%;
	}


	.jobs_content .jobs_list .city ul:nth-child(3){
		padding-left: 0;
	}
	.jobs_content .jobs_list .city:nth-child(2n){
		min-height: 260px;
	}

	.home .slidesjs-slide .wrapper_bandeau{
		height: 293px;
	}
	.slides_container, .home .slides_container_home, .home #push_slides_home, .home .slidesjs-container, .home .slidesjs-control, #intro_tax .diaporama img{
		height: 293px !important;
	}
	.slides_container{
		height: 293px;
	}



	.search ul img {
		height: 170px;
	}

	/* Video preview image*/
	#container #player, .fiche #player_wrapper{
		float: left;
		height: 293px;
	}
	body #container #player #player_jwplayer_display, body #container #player #player_displayarea{
		height: 100% !important;
	}
	.slides_container_home ul li:hover .wrapper_bandeau .bandeau{
		opacity: 1;
	}



	.lb-prev {
	  background: url(../img/prev.png) left 48% no-repeat;
	}

	/* line 93, ../sass/lightbox.sass */
	.lb-next {
	  background: url(../img/next.png) right 48% no-repeat;
	}

	/* ==========================================================================
	   JOBS
	   ========================================================================== */
	body .jobs_content{
		padding: 0 50px;
	}
	body .jobs_content .city{
		width: 50%;
	}

	body .jobs_content .jobs_detail .item h2{
		line-height: 38px;
		font-size: 18px;
	}

	/* ==========================================================================
	   SINGLE DESIGN
	   ========================================================================== */

	.description_location{
		margin-top: 20px;
	}

}