@media screen and (max-width: 1200px) {
	.wrapper {
		width: calc(100% - 50px);
	}

	#header .navi .logo {
		left: 0;
		width: 100%;
		margin: 0;
		background-position: 0 50%;
		background-size: auto 50%;
	}

	#header .navi ul {
		display: none;
	}

	#header .scene {
		height: 150px;
		background-size: 150%;
	}

	#tpl_home #header .scene {
		height: 300px;
	}

	#header .scene::before {
		top: 25px;
		left: 0;
		width: 100%;
		height: 100px;
		margin: 0;
		background-size: contain;
	}

	#header .slider .owl-item > div {
		height: 150px;
	}

	#actualite .wrapper {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
		padding-right: 55%;
	}

	#actualite .wrapper::before,
	#actualite .wrapper::after {
		content: none;
	}

	#tournee .wrapper {
		width: 100%;
		padding: 50px;
	}

	#ville,
	#presse {
		padding: 50px 0;
	}

	#tpl_tournees #content .item .img, #tpl_villes #content .item .img {
		width: 180px;
		height: 180px;
	}

	#map {
		height: 300px;
	}

	#content .fournisseur {
		width: calc((100% - 20px) / 3);
	}

	#content .fournisseur:nth-of-type(3n) {
		margin-right: 0;
	}

	#content .fournisseur + .fournisseur + .fournisseur {
		margin-top: 10px;
	}

	#content .detail_tournee .equipe .img {
		height: 300px;
	}

	#content .detail_tournee .bonplan {
		width: 100%;
	}

	#content .detail_tournee .bonplan:nth-of-type(2n) {
		margin-left: 0;
	}

	#content .detail_tournee .bonplan + .bonplan {
		margin-top: 30px;
	}

	.detail_fournisseur .description {
		width: 100%;
		height: auto !important;
	}

	.detail_fournisseur .img,
	.detail_fournisseur .infos {
		width: 50%;
	}

	.togglenav {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: right;
		cursor: pointer;
		z-index: 999;
	}

	.togglenav::before {
		content: "\f0c9";
		font-family: 'FontAwesome';
		font-size: 20px;
		color: #fff;
	}

	.respnav {
		position: fixed;
		display: block;
		top: 50px;
		right: 0;
		bottom: 0;
		width: 300px;
		padding: 25px 40px;
		text-align: center;
		background: rgba(72, 61, 60, 0.9);
		box-sizing: border-box;
		z-index: 99;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		-webkit-transition: all ease .5s;
		transition: all ease .5s;
	}

	.respnav.visible {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	.respnav ul li a {
		display: inline-block;
		padding: 10px 0;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	}

	.respnav ul li.current a {
		color: #d74331;
	}

	img,
	iframe {
		max-width: 100%;
		height: auto;
	}

	form {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	form div {
		width: 100%;
		padding-right: 0;
	}

	form div + div {
		margin-top: 15px;
	}

	form label {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}

	form input {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	body {
		margin-top: 50px;
	}

	section h1, section h2 {
		margin-bottom: 20px;
	}

	section h1,
	section h1 span {
		font-size: 24px;
	}

	section h2,
	section h2 span {
		font-size: 18px;
	}

	section .buttons a {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.wrapper {
		width: calc(100% - 30px);
	}

	#header .navi {
		height: 50px;
		line-height: 50px;
	}

	#header .scene {
		height: 150px !important;
		background-size: 200% !important;
	}

	#header .scene::before {
		top: 15px;
		height: 40px;
	}

	#actualite .wrapper {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
		height: auto;
		padding: 25px;
		padding-bottom: 175px;
	}

	#actualite .wrapper::before,
	#actualite .wrapper::after {
		content: none;
	}

	#actualite .img {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 150px;
	}

	#tournee .wrapper {
		width: 100%;
		padding: 25px;
	}

	#tournee .bloc {
		width: 100%;
	}

	#ville,
	#presse {
		padding: 25px 0;
	}

	#ville .item, #tpl_villes #content .item_ville {
		width: 100%;
	}

	#ville .item + .item, #tpl_villes #content .item_ville + .item_ville {
		margin-left: 0;
		margin-top: 10px;
	}

	#tpl_tournees #content .item .img, #tpl_villes #content .item .img {
		width: 180px;
		height: 180px;
	}

	#map {
		height: 300px;
	}

	#content {
		padding: 25px 0;
	}

	#content .fournisseur {
		width: 100%;
		height: auto;
		line-height: normal;
	}

	#content .fournisseur:nth-of-type(3n) {
		margin-right: 0;
	}

	#content .fournisseur + .fournisseur {
		margin-top: 10px;
	}

	#content .fournisseur div {
		padding: 25px;
	}

	#tpl_fournisseurs #content h1 a {
		margin-top: -11px;
	}

	#tpl_fournisseurs #content a + h2 {
		margin-top: 25px;
	}

	#content .detail_tournee .equipe .img {
		height: 150px;
	}

	#content .detail_tournee .bonplan {
		width: 100%;
		text-align: center;
	}

	#content .detail_tournee .bonplan:nth-of-type(2n) {
		margin-left: 0;
	}

	#content .detail_tournee .bonplan + .bonplan {
		margin-top: 30px;
	}

	#content .detail_tournee .bonplan .img {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}

	#content .detail_tournee .bonplan .titre, #content .detail_tournee .bonplan .description, #content .detail_tournee .bonplan .lien {
		padding-left: 0;
	}

	#presse .item {
		width: 100%;
	}

	#presse .item + .item {
		margin-left: 0;
		margin-top: 30px;
	}

	.detail_fournisseur .col {
		width: 100%;
		height: auto !important;
		padding: 25px;
	}

	.detail_fournisseur .img {
		height: 150px !important;
	}

	#tpl_fournisseurs #content h1 a i {
		font-size: 18px;
	}

	#tpl_tournees #content .item, #tpl_villes #content .item {
		width: 100%;
	}

	#tpl_tournees #content .item .content, #tpl_villes #content .item .content {
		padding: 0;
		padding-top: 15px;
	}

	#tpl_tournees #content .item + .item, #tpl_villes #content .item + .item {
		margin-top: 30px;
	}

	#content .spacer {
		height: 25px;
	}

	#footer .footer1,
	#footer .footer2 {
		padding: 25px 0;
	}

	#footer .footer1 .col {
		width: 100%;
	}

	#footer .footer1 .col + .col {
		margin-left: 0;
		margin-top: 15px;
	}

	#footer .footer2 .wrapper div {
		display: block;
		padding-right: 80px;
	}

	#footer .footer2 .wrapper div + div {
		float: none;
		margin-top: 15px;
	}

	#footer .footer2::after {
		left: auto;
		right: -10px;
	}
}