/*
Theme Name: ergosive
Theme URI: http://www.ergopix.ch
Description: Thème responsive de ergopix sàrl
Author: ergopix sàrl
Version: 1.0
*/

#wp-admin-bar-comments, #wp-admin-bar-new-content, #wp-admin-bar-wpseo-menu, #wp-admin-bar-wp-logo, #wp-admin-bar-customize, #wp-admin-bar-themes, #wp-admin-bar-search, #wp-admin-bar-updates, .cf_hidden, .linklove{
	display: none;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

html{
	font-size: 100%;
}

body{
	font-size: 0.813em;
	background-color: #E1E2E3;
	font-family: Georgia, serif;
}

a, a:hover, a:focus{
	outline: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_special img{
	display: block;
    height: auto;
    max-width: 100%;
}

#logo img{
	padding-top: 30px;
}

#header_container{
	position: relative;
	height: 100%;
}

.content_page{
	padding-bottom: 100px;
}

#menu_wrapper {
    bottom: 0;
    height: 65px;
    position: absolute;
    width: 100%;
}

#menu_wrapper.fixed {
    background-color: #58595B;
}

#menu_container {
    width: 940px;
    margin: 0 auto;
}

#menu{
	position: relative;
}

.nav > li > a > img {
    max-width: 100%;
    margin-top: 7px;
}

.nav > li:first-child > a {
    display: none;
}

.nav-tabs > li:first-child > a{
	display: block;
}

.fixed .nav > li:first-child > a {
    display: block;
}

.navbar {
    border: none;
    margin-bottom: 0;
    min-height: 65px;
    border-radius: 0;
}

.navbar-nav > li {
   min-height: 65px;
   border-right: 1px solid #231F20;
}

.navbar-default .navbar-nav > li > a {
	text-align: center;
	line-height: 33px;
	text-transform: uppercase;
	color: #ECECED;
	font-family: "futura-pt";
	font-weight: 400;
	cursor: pointer;
}

.navbar-default .navbar-nav > li > a:after {
    background-color: #58595B;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 25px;
}

.navbar-default .navbar-nav > li:first-child > a:hover:after{
	background-color: #58595B;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: #58595B;
    color: #ECECED;
}

.navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a.active:after{
	background-color: #B91E2D;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #ECECED;
}

.navbar-nav > li:last-child {
   border-right: none;
}

.navbar-default {
    background-color: #58595B;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav{
	width: 100%;
}

.section{
	background-color: #FFF;
	padding-top: 100px;
	position: relative;
	overflow: hidden;
}

#header .fixed{
    position: fixed;
    top:0;
    z-index: 1030;
    bottom: auto;
}

#header .fixed #menu{
	width: 940px;
}

.carousel-controls{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.carousel-control.left {
   background-image: none;
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.carousel-control.right {
    background-image: none;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.carousel-control {
	bottom: auto;
    display: inline-block;
    left: auto;
    opacity: 1;
    position: relative;
    text-shadow: none;
    top: auto;
    margin: 0 5px;
    width: 31px;
}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #B91E2D;
	line-height: 100%;
	font-family: "futura-pt";
	font-weight: 400;
}

h1{
	color: inherit;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
}

h2{
	font-size: 1.55em;
	text-align: left;
	font-weight: 400;
}

h3{
	font-size: 1.45em;
	text-transform: none;
	font-weight: 400;
}

h4{
	font-size: 1.35em;
	text-transform: none;
	font-weight: 400;
}

h5{
	font-size: 1.25em;
	text-transform: none;
	font-weight: 400;
}

h6{
	font-size: 1.15em;
	text-transform: none;
	font-weight: 400;
}

a, a:hover, a:focus {
    outline: medium none;
    color: #B91E2D;
    text-decoration: none;
}

a {
    color: #333333;
    text-decoration: none;
}

.inner-gallery{
	padding-left: 30px;
}

.justify {
	max-width: 100%;
    text-align: justify;
}

.justify p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-ms-hyphens: auto;
}

.page_title{
	text-transform: uppercase;
	font-family: "futura-pt";
	font-weight: 400;
	position: absolute;
	top: 80px;
	left: 0;
}

.page_title:before{
	background-color: #B91E2D;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 8px;
    width: 25px;
}

.images_full{
	padding-top: 80px;
}

.image_full{
	margin-bottom: 40px;
}

.the_title{
	padding-left: 35px;
}

.sound{
	margin-bottom: 40px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    margin-bottom: 0;
    text-align: center;
}

.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    line-height: 100%;
    margin-right: 0;
    text-align: center;
    text-transform: uppercase;
	font-family: "futura-pt";
	font-weight: 400;
	background-color: #CBCDCE;
	color: #404041;
	position: relative;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #58595B;
	color: #ECECED;
}

span.triangle{
	border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #58595B;
    height: 0;
    position: relative;
    top: 10px;
    width: 0;
    display: none;
}

.nav-tabs .active .triangle{
	display: inline;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #58595B;
    border-color: rgba(0, 0, 0, 0);
    border-image: none;
    border-style: none;
    border-width: 0;
    color: #ECECED;
    cursor: default;
}

.name{
	background-color: #ECECED;
	color: #B91E2D;
	font-family: "futura-pt";
	font-weight: 400;
	padding: 8px 10px;
	font-size: 1.25em;
	line-height: 100%
}

.capitalize{
	text-transform: uppercase;
}

.contact{
	margin-bottom: 30px;
}

.languages{
	margin-bottom: 10px;
	font-size: 0.9em;
}

.nmobile, .email{
	font-family: "futura-pt";
	font-weight: 400;
	margin-top:2px;
	font-size: 1em;
}

.email{
	margin-top: 0;
}

.mobile{
	font-size: 0.9em;
	line-height: 100%
}

.description{
	margin-bottom: 10px;
}

.inner_contact{
	padding: 5px 10px 0 10px;
}

.mapp-layout {
    margin: 0!important;
}

.mapp-map-links{
	display: none;
}

.content_showroom{
	padding: 15px;
	background-color: #ECECED;
	height: 100%;
	font-family: "futura-pt";
	font-weight: 400;
}

.content_showroom p{
	font-size: 1.1em;
}

a[href$=".pdf"] { 
	background-image: url("images/pdf.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 26px;
}

.isotope {

}

.item_isotope {
  float: left;
  overflow: hidden;
}

/* item is invisible, but used for layout */
.item_isotope, .grid-sizer {
  width: 50%;
}

/* item-content is visible, and transitions size */
.item-content {
	width: 100%;
	height: 100%;
	-webkit-transition: width 0.4s, height 0.4s;
	-moz-transition: width 0.4s, height 0.4s;
	-o-transition: width 0.4s, height 0.4s;
	transition: width 0.4s, height 0.4s;
	border: 6px solid transparent;
}

.item_isotope:hover .item-content {
  	cursor: pointer;
}

/* both item and item content change size */
.item_isotope.is-expanded {
  	width: 100%;
  	height: 460px;
}

.item_isotope.is-expanded .loader_container{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
}

.item_isotope {
	height: 232px;
	border: none;
}

.item_isotope.is-expanded {
  	z-index: 2;
}

.item_isotope.is-expanded .item-content {
	cursor: default;
}

#photobook, #pagani{
	background-color: #404041;
	padding-bottom: 100px;
}

#notre-passion{
	padding-bottom: 100px;
}

#pagani p{
	color: #FFF;
}

#nos-offres{
	background-color: #ECECED;
	padding-bottom: 100px;
}

#photobook .the_title, #pagani .the_title{
    color: #ECECED;
}

.carousel_photobook {
    height: 100%;
    position: relative;
    top: -100%;
    width: 100%;
    overflow: hidden;
    z-index: 800;
    opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}

.row-photobook{
	margin-left: -9px;
	margin-top:-6px;
    margin-right: -9px;
}

.loader_container{
	height: 100%;
    top: -200%;
    width: 100%;
    position: relative;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}

.loader{
	height: 100%;
    width: 100%;
}

.img_photobook img{
	display: block;
    height: auto;
    max-width: 100%;
}

.close_photobook {
	cursor: pointer;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    vertical-align: top;
}

.close_offer {
	cursor: pointer;
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 999;
    vertical-align: top;
}

.showroom{
	padding-bottom: 100px;
}

#tab_offers{
	list-style: none outside none;
    margin: 0;
    padding: 0 12px 0 0;
    outline: none 0;
}

#dd{
	outline: none 0;
}

#tab_offers li a, #tab_offers li a:visited{
	background-color: #CBCDCE;
	color: #404041;
	padding: 5px 14px;
	display: block;
	font-family: "futura-pt";
	font-weight: 400;
	cursor: pointer;
	font-size: 1.1em;
}

#tab_offers li a:hover, #tab_offers li a.active{
	background-color: #FFF;
}

#tab_offers li:first-child a:hover, #tab_offers li:first-child a.active{
	background-color: #404041;
	color: #ececed;
}

tab_offers

.row_offers{
	margin-left: -6px;
	margin-right: -6px;
}

.offer{
	width: 24.925%;
	float: left;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity:0;
	-khtml-opacity: 0;		
	margin-bottom: 12px;
	display: block;
	cursor: pointer;
}

.inner_offer{
	padding-right: 6px;
	padding-left: 6px;
	cursor: pointer;
}

.inner{
	padding-right: 6px;
	padding-left: 6px;
}

.offer_small_description{
	background-color: #333334;
	padding: 6px 12px;
	color: #ECECED;
}

.loader_offers{
	height: 100%;
    top: 0;
    width: 100%;
    position: relative;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity:0;
	-khtml-opacity: 0;	
	visibility: hidden;
}

.container_offers{
	padding-top:40px;
}

.carousel_offer{
	position: relative;
}

.caract_offer{
	background-color: #333334;
	color: #ECECED;
}

.description_offer{
	background-color: #58595B;
	color: #ECECED;
	font-size: 1.2em;
}

.inner_content{
	padding: 20px;
}

.brand_offer{
	font-family: "futura-pt";
	font-weight: 400;
	font-size: 1.3em;
	line-height: 120%;
}

#content_offer{
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity:0;
	-khtml-opacity: 0;		
}

.model_offer, .date_offer{
	font-size: 1.2em;
	line-height: 120%;
}

.km_offer, .color_offer, .price_offer{
	font-family: "futura-pt";
	font-weight: 400;
	font-size: 1.3em;
	line-height: 120%;
}

.pdf_offer img{
	width: 16px;
	height: auto;
}

.sep{
	background-color: #b91e2d;
    display: block;
    height: 2px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 25px;
}

.color_offer, .model_offer, .price_offer, .date_offer, .brand_offer{
	margin-bottom: 7px;
}

.km_offer{
	margin-bottom: 7px;
}

.footer{
	background-color: #58595B;
	padding: 15px 0;
}

.copyright{
	text-align: right;
	font-family: "futura-pt";
	font-weight: 400;
	text-transform: uppercase;
	line-height: 100%;
	color: #ECECED;
	font-size:0.95em;
}

.pagani{
	text-align: center;
}

.pagani img{
	margin: 0 auto;
}

#lang_sel_list{
	position: absolute;
	right: 0;
	top: 95px;
   	font-family: "futura-pt";
	font-weight: 400;
    height: auto;
    z-index: 99;
    background-color: #D5D5D5;
    padding: 12px;
}

#lang_sel_list a, #lang_sel_list a:visited  {
    color: #B6B8BA;
    background: none repeat scroll 0 0 #D5D5D5;
}

#lang_sel_list ul a, #lang_sel_list_list ul a:visited {
    background: none repeat scroll 0 0 #D5D5D5;
    height: auto;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1em;
}

#lang_sel_list a.lang_sel_sel:hover, #lang_sel_list ul a:hover, #lang_sel_list_list ul a:hover {
    color: #58595B;
    background: none repeat scroll 0 0 #D5D5D5;
}

#lang_sel_list ul a.lang_sel_sel, #lang_sel_list_list ul a.lang_sel_sel:visited{
    color: #58595B;
    background: none repeat scroll 0 0 #D5D5D5;
}

.contact_form{
	background-color: #CBCDCE;
	padding: 30px 0;
}

.cform .cf-ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact_form .cform{
    margin-bottom: 0;
}

.contact_form .cform .cf-ol li{
    width: 33.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.contact_form .cform .cf-ol li label{
    display: none;
}

.row_contact{
	margin-left: -15px;
	margin-right: -15px;
}

input.single, input.secinput {
	width: 100%;
	border:none;
   	font-family: "futura-pt";
	font-weight: 400;
    font-size: 1.1em;
    padding: 6px 10px;
    background-color: #E1E2E3;
    -webkit-border-radius: 0; 
  	-moz-border-radius: 0; 
  	border-radius: 0; 
}

#li--7{
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.contact_form .cform textarea{
    width: 100%;
    border: none;
    resize: none;
    font-family: "futura-pt";
	font-weight: 400;
    padding: 6px 10px;
    background-color: #E1E2E3;
    font-size: 1.1em;
    -webkit-border-radius: 0; 
  	-moz-border-radius: 0; 
  	border-radius: 0; 
}

.select-style {
    border: none;
    width: 100%;
    overflow: hidden;
    background: #B6B8BA url("images/icon-select.png") no-repeat 100% 50%;
    font-family: "futura-pt";
	font-weight: 400;
	height: 32px;
}

.select-style select {
    padding: 6px 10px;
    width: 115%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    font-family: "futura-pt";
	font-weight: 400;
	-webkit-appearance:none;
	color: #58595B;
}

button::-moz-focus-inner {
	border: 0;
}

.placeholder { color: #A1A3A6; }

.cf_error.placeholder { color: #b91e2d; }

::-webkit-input-placeholder {
    color: #A1A3A6;
}

:-moz-placeholder {
    color: #A1A3A6;
    opacity:  1;
}

::-moz-placeholder {
    color: #A1A3A6;
    opacity:  1;
}

:-ms-input-placeholder {
    color: #A1A3A6;
}

.cf-sb{
	text-align: right;
	padding: 0 15px;
	clear: both;
	width: 33.333%;
	float: right;
}

.cform .sendbutton{
	border: none;
	background-color: #B6B8BA;
	color: #58595b;
	font-family: "futura-pt";
	font-weight: 400;
	padding: 5px 0;
	font-size: 1.1em;
	width: 100%;
	-webkit-border-radius: 0; 
  	-moz-border-radius: 0; 
  	border-radius: 0; 
}

.cf_info{
	color: #b91e2d;
    float: left;
    font-family: "futura-pt";
    font-weight: 400;
    margin-top: 3px;
    padding: 0 15px;
    font-size: 1.2em;
}

.cf_error::-webkit-input-placeholder {
    color: #b91e2d;
}

.cf_error:-moz-placeholder {
    color: #b91e2d;
    opacity:  1;
}

.cf_error::-moz-placeholder {
    color: #b91e2d;
    opacity:  1;
}

.cf_error:-ms-input-placeholder {
    color: #b91e2d;
}

#speciale, #special {
    background-color: #404041;
    color: #ECECED;
}

#speciale h1, #special h1 {
    color: #ECECED;
}

.offer_details {
    left: -7%;
    opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity:0;
	-khtml-opacity: 0;	
    position: absolute;
    top: -16px;
    z-index: 99;
    width: 114%;
}

.offer_details .offer_small_description{
	background-color: #58595B;
}

.offer figure{
	overflow: hidden;
}

.offer_details .border{
    border: 2px solid #231F20;
}

.offer_details .offer_small_description div{
	padding-left: 7%;
	padding-right: 7%;
}

.offer_details .sep {
    margin-bottom: 4px;
    margin-left: 7%;
    margin-top:6px;
}

.img_offer img{
	display: block;
    height: auto;
    max-width: 101%;
}

.offer_small_description_brand{
	font-family: "futura-pt";
    font-weight: 400;
    font-size: 1.1em;
}

.single-post-offre .carousel_offer, .single-post-photobook .carousel_offer{
	margin-top:67px;
}

#container_offer{
	position: relative
}

.single-post-offre .page_title, .single-post-photobook .page_title{
    top: 26px;
}

.single-post-offre .footer, .single-post-photobook .footer{
	margin-top:67px;
}

.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}

.view .mask {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view a.info {
/*    background:url(images/link.png) center no-repeat; */
   display: inline-block;
   text-decoration: none;
   padding:0;
/*    text-indent:-9999px; */
/*    width:20px; */
/*    height:20px; */
	color: #FFF;
}

.third-effect a.info {
	position:relative;
	top:-10px; /* Center the link */
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	transition: opacity 0.5s 0s ease-in-out;
}

.third-effect:hover .mask {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	border:111px solid rgba(0,0,0,0.7);
}

.third-effect .mask {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
   overflow:visible;
   border:111px solid rgba(0,0,0,0.7);
   box-sizing:border-box;
   transition: all 0.4s ease-in-out;
}

.third-effect:hover a.info {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
   transition-delay: 0.3s;
}

.is-expanded .third-effect:hover .mask{
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
}

.close_offer_xs{
	right: 0;
}

@media (max-width: 767px) {
	body {
	    background-color: #FFF;
	    font-size: 90%;
	}
	#header .fixed #menu{
		width: 100%;
	}
	.item_isotope, .grid-sizer {
    	width: 100%;
	}
	.item_isotope, .grid-sizer {
  		width: 100%;
	}
	#menu_container {
	    width: 100%;
	}
	#special{
		float: right;
		margin-right: 20px
	}
	.navbar-toggle {
		border: medium none;
	    border-radius: 0;
	    margin-bottom: 11px;
	    margin-right: 10px;
	    margin-top: 12px;
	    position: relative;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #b91e2d;
	}
	.navbar-toggle .icon-bar {
	    border-radius: 0;
	    width: 24px;
	}
	.navbar {
		z-index: 100;
	    min-height: 55px;
	}
	.navbar-header-logo img{
		margin-left: 20px;
		height: 35px;
		margin-top:10px;
		width: auto;
	}
	.navbar-header-logo{
		float: left;
	}
	#lang_sel_list {
	    top: -75px;
	}
	.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
		background-color:transparent;
	}
	#notre-passion{
		padding-top:30px;
	}
	#menu_wrapper {
		height: 55px;
    	z-index: 999;
	}
	.navbar-collapse {
	    border-top: none;
	    box-shadow: none;
	}
	.nav > li:first-child {
	    display: none;
	}
	.navbar-default .navbar-nav > li > a {
	    padding: 10px 0;
	    line-height: 100%;
	}
	.navbar-nav > li {
   	 	min-height: 0;
	}
	.navbar-default .navbar-nav > li > a:after {
    	margin: 5px auto 0;
	}
	.section {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 120px;
	}
	.inner-gallery {
    	padding-left: 0;
    	margin-top:20px;
	}
	.inner_offer {
	    padding-left: 0;
	    padding-right: 0;
	}
	.offer {
	    width: 100%;
	    position: relative;
	}
	.nav-tabs > li:first-child {
    	display: block;
	}
	.nav-tabs > li > a {
		padding: 10px 5px;
	}
	.contact_form .cform .cf-ol li {
	    float: none;
	    padding-left: 0;
	    padding-right: 0;
	    width: 100%;
	}
	.row_contact {
    	margin-left: 0;
    	margin-right: 0;
	}
	.contact_form .cform {
	    margin-left: 5%;
	    width: 90%;
	}
	#li--7 {
	    margin-bottom: 15px;
	    padding-left: 0;
	    padding-right: 0;
	    width: 100%;
	}
	.cf-sb {
	    padding: 0;
	    width: 100%;
	}
	.item_isotope {
    	height: auto;
	}
	.inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	.close_offer {
	    right: 0;
	}
	.footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	.copyright{
		text-align: center;
	}
	#tab_offers li:first-child a:hover, #tab_offers li:first-child a.active {
    	background-color: #FFF;
    	color: #404041;
	}
	.third-effect:hover .mask {
	   border:85px solid rgba(0,0,0,0.7);
	}
	.third-effect .mask {
	   border:85px solid rgba(0,0,0,0.7);
	}
	.third-effect:hover .mask {
   		opacity: 0;
	}
	.open{
		position: absolute;
		top:50%;
		left:50%;
		margin-left:-32px;
		margin-top:-32px;
	}
	.open img{
		width: 64px;
		height: 64px;
	}
	.close_offer_xs img{
		width: 42px;
		height: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#header .fixed #menu{
		width: 100%;
	}
	body {
    	font-size: 90%;
	}
	.item_isotope.is-expanded {
		height: 355px;
	}
	.item_isotope {
		height: 180px;
	}
	.item_isotope, .grid-sizer {
  		width: 49.9999%;
	}
	.nav > li > a > img {
    	margin-top: 5px;
	}
	.inner-gallery {
    	padding-left: 0;
    	margin-top:5px;
	}
	.offer{
		width: 33.3333%;
	}
	.navbar-default .navbar-nav > li > a {
    	font-size: 0.9em;
	}
	.section {
	    padding-top: 120px;
	}
	.offer_details {
	    top: -14px;
	}
	#menu_container {
	    width: 100%;
	}
	.nav > li > a {
	    padding: 15px 7.5px;
	}
	.single-post-offre .carousel_offer, .single-post-photobook .carousel_offer{
		margin-top:68px;
	}
	.third-effect:hover .mask {
	   border:85px solid rgba(0,0,0,0.7);
	}
	.third-effect .mask {
	   border:85px solid rgba(0,0,0,0.7);
	}
}

@media (min-width: 1441px) {
	body{
		font-size: 100%;
	}
	#header .fixed #menu{
		width: 1140px;
	}
	.item_isotope.is-expanded {
		height: 555px;
	}
	.item_isotope {
		height: 279px;
	}
	.item_isotope, .grid-sizer {
  		width: 49.9999%;
	}
	.offer_details {
	    top: -19px;
	}
	#menu_container {
	    width: 1140px;
	}
	.nav > li > a > img {
    	margin-top: 3px;
	}
	.single-post-offre .carousel_offer, .single-post-photobook .carousel_offer{
		margin-top:70px;
	}
	.third-effect:hover .mask {
	   border:136px solid rgba(0,0,0,0.7);
	}
	.third-effect .mask {
	   border:136px solid rgba(0,0,0,0.7);
	}
}