/* ==========================================================================
   Styles responsive
   ========================================================================== */   
   
@media screen and (max-width: 1130px) {
	
	header .bloc-logo img, header .bloc-menu .top .contact a::after, header .bloc-menu .top .contact a::after{
		left: 0;
	}
	
} 
   
@media screen and (max-width: 1050px) {
	
	.wrapper {
		padding: 0 2rem;
	}
	
	/* HEADER */
	header {
		height: 120px;
	}
	.lines::before, .lines::after {
		width: calc(100% - 185px);
	}

	header .bloc-menu .bottom ul.menu li ul.sub-menu {
		padding: 0 0 0 185px;
	}
	
	/* PAGE INTERIEURS */
	section#bloc-gris .content .bloc-histoire {
		width: calc(50% - 20px);
	}
	section#bloc-gris .content .bloc-histoire:last-child {
		width: calc(100% - 20px)
	}
	section#bloc-gris .content .bloc-histoire .image-head img {
		width: 100%;
	}
	section#bloc-gris .content .bloc-histoire .bloc-texte-histoire, section#bloc-gris .content .bloc-histoire {
 		height: auto;
	}
	
	section#content ul li {
		margin: 5px;	
	}
	
	/* BOUTIQUE BIO */
	div#products ul.products li {
		flex: 0 0 49% !important;
	}
} 
   
@media screen and (max-width: 950px) {
	
	html {
		font-size: 50%;
	}
	
	header .bloc-menu .bottom ul.menu li ul.sub-menu li {
		margin: 0 40px 0 0;
	}
	header .bloc-menu .bottom{
		margin: 8px 0 0 0;
	}
		
	/* PAGE INTERIEUR */
	section#video .iframeVideo {
		overflow: hidden;
	}
	
	.image-produit img{
		height: 250px;	
	}
	
	div.slider-produit{
		margin: 0;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    width: 100%;
	}
	
	.bloc-produit{
		width: 100%;	
	}
}

@media screen and (max-width: 800px) {
	
	/* GENERAL */
	.col_1_2 {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.col_1_2 + .col_1_2 {
		border-top: 1px solid #777474;
		margin: 25px 0 0;
		padding: 25px 0 0;
	}	
	html {
		font-size: 62.5%;
	}
	
	/* HEADER */
	header .bloc-menu .top {
		height: auto;
		padding: 0;
		position: absolute;
		right: 80px;
		top: 50%;
		
		-webkit-transform: translate(0px, -50%);
		-moz-transform: translate(0px, -50%);
		-o-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
	}
	header .bloc-menu .top .facebook {
		background: rgba(0, 0, 0, 0) url("../img/fb-mobile.png") no-repeat scroll 0 50%;
		margin-right: 25px;
		height: 25px;
		text-indent: -9999px;
		width: 25px;
		-webkit-filter: none;
		filter: none;
		background-size: 25px;
	}
	header .bloc-menu .top .contact a {
		border: 0 none;
		font-size: 0;
		margin: 0 0 0 25px;
		padding: 0;
	}
	header .bloc-menu .top .contact a:after {
		display: none;
	}
	header .bloc-menu .top .contact a:before {
		font-size: 2.5rem;
	}
	
	header .bloc-menu .top .contact a:first-child{
		margin: 0;	
		padding: 0;	
		border: 0;
		left: 20px;
	}
	header .bloc-menu .top .contact a:last-child {
		margin: 0;
	}
	header .bloc-menu .top .contact a:nth-child(1), header .bloc-menu .top .contact a:nth-child(2), header .bloc-menu .top .contact a:nth-child(3) {
		padding: 0;
		margin: 0;
	}
	header .bloc-menu .top .contact a {
		margin-right: 20px !important;
	}
	header .bloc-menu .top .contact a:last-child {
		margin-right: 10px !important;
	}
	
	/* MENU HAMBURGER */
	.over {
		background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 21;
	}
	body.menu-open .over {
		display: block;
	}
	header .menu-header-menu-container{
		background: rgb(51, 51, 51) none repeat scroll 0 0;
		display: block;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		opacity: 0;
		visibility: hidden;
		width: 0;
		z-index: 21;
		
		transition: all 0.3s ease-in-out;
	}
	body.menu-open header .menu-header-menu-container{
		display: block;
		opacity: 1;
		padding: 120px 0 0;
		visibility: visible;
		width: 75%;
	}
	header .bloc-menu .bottom ul.menu {
		display: block;
		width: 100%;
		text-align: right;
		height: 100%;
		padding: 0;
	}
	header .bloc-menu .bottom ul.menu li {
		padding: 10px 0;
		text-align: right;
		width: 100%;
	}
	header .bloc-menu .bottom ul.menu li:hover ul.sub-menu {
		display: none;
	}
	header .bloc-menu .bottom ul.menu li ul.sub-menu {
		bottom: 0;
		display: none;
		height: auto;
		left: 0;
		line-height: 1rem;
		margin: 10px 0 0;
		padding: 1px 0 10px;
		position: relative;
		width: 100%;
		z-index: 10;
	}
	header .bloc-menu .bottom ul.menu li ul.sub-menu.open {
		display: block;
	}
	header .bloc-menu .bottom ul.menu li ul.sub-menu.open li {
		margin: 10px 0 0; 
	}
	header .bloc-menu .bottom ul.menu li ul.sub-menu.open li a {
		font-size: 1.2rem;
	}
	header .sub-menu::after {
		display: none;
	}
	header .bloc-menu .bottom ul.menu li::after, header .bloc-menu .bottom ul.menu li.current-menu-item::after, 
	header .bloc-menu .bottom ul.menu li.current-page-ancestor::after {
		display: none;
	}
	header .bloc-menu .bottom ul.menu li a{
		color: #ccc;
		font-size: 1.5rem;
		letter-spacing: 2px;
		padding: 0 30px 0 0!important;
		text-transform: uppercase;
		width: 100%;
	}
	header .bloc-menu .bottom ul.menu li a:hover{
		padding: 0 30px 0 0
	}
	
	#nav-icon {
		cursor: pointer;
		height: 25px;
		position: absolute;
		right: 50px;
		top: 50%;
		width: 40px;
		z-index: 22;
		
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		
		-webkit-transform: translate(0px, -50%);
		-moz-transform: translate(0px, -50%);
		-o-transform: translate(0px, -50%);
		transform: translate(0px, -50%);
	}

	#nav-icon span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: rgba(108, 169, 0, 1) none repeat scroll 0 0;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	#nav-icon{
		display: block;
		right: 2.5rem;	
	}
	#nav-icon span:nth-child(1) {
		top: 0;
	}
	#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
		top: 10px;
	}
	#nav-icon span:nth-child(4) {
		top: 20px;
	}
	#nav-icon.open span:nth-child(1) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	#nav-icon.open span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#nav-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	#nav-icon.open span:nth-child(4) {
	  top: 18px;
	  width: 0%;
	  left: 50%;
	}
	
	/* ACCUEIL */
	/* SLIDER */
	.lines {
		display: none;
	}
	
	#slider h2 {
		font-size: 3.5rem;
	}
	#slider h2 > span {
		font-size: 2.5rem:
	}
	#slider ul.slides > li {
		height: 300px;
	}
	#slider .controlsContainer .flex-control-nav {
		/* display: none; */
		width: 70%;
	}
	#slider ul.slides > li .wrap{
		width: 70%;
		background: rgba(108, 169, 0, 0.7) none repeat scroll 0 0;
	}
	.image_secondaire > div {
		width: auto;
	}
	.image_secondaire > div img {
		max-height: 120px;
	}
	#slider .image_secondaire a.btn-plus {
		margin: 0 0 0 2rem;
		vertical-align: middle;
	}
	.allActus.right {
		padding:3rem 0 2rem 0;
	}
	/* PRODUITS */
	#produits .titre-liste {
		padding: 20px 0 0;
		width: 50%;
	}
	#produits .titre-liste::before, #produits .titre-liste::after {
		background: #6ca900 none repeat scroll 0 0;
		content: "";
		height: 80px;
		left: calc(50% - 2.5px);
		position: absolute;
		top: 0;
		width: 5px;
	}
	
	#produits .titre-liste::after {
		background: rgba(54, 54, 54, 0.2) none repeat scroll 0 0;
		height: calc(100% - 80px);
		top: 80px;
	}
	#produits .liste {
		display: inline-block;
		padding: 40px 0 0;
		width: 100%;
	}
	#produits ul {
		display: inline-block;
		font-size: 0;
	}
	#produits ul li {
		display: inline-block;
		width: 25%;
	}
	
	section#bloc-gris .content div.slider-produit li div.wrap h2{
		font-size: 1.8rem;	
	}
	
	section#bloc-gris .content div.slider-produit li div.wrap p{
		font-size: 1.1rem;	
	}
	
	section#produits div.top div.image{
		display: none;
	}
	section#produits div.top div.description{
		line-height: 50px;
		margin-top: 20px;
	}	
	
	/* HISTORIQUE */
	
	section#content .wrapper .date-container {
		width: 100%;	
		border: none;
		text-align: left;
	    padding: 15px 0 15px 5%;

	}
	section#content .wrapper .date-container:nth-child(odd){
		width: 100%;	
		border: none;
	}
	
	section#content .wrapper .date-container:after{
		left: -10px;	
	}
	
	/* PARTENAIRES */
	
	section#content .wrapper .partenaire{
	    width: calc((100% / 2) - (80px / 2));
	    margin: 15px;
		-webkit-filter: grayscale(0%);
	    filter: grayscale(0%);
	}
	
	/* ACTUS */
	.home .col_1_2 .actualites a.allActus {
		font-size: 1.4rem;
	}
	.home .col_1_2 .actualites .image {
		width: 40%;
	}
	.home .col_1_2 .actualites .image img {
		width: 100%;
	}
	.home .col_1_2 .actualites .description {
		width: 60%;
	}
	
	/* PAGE INTERIEURS */
	#head .titre {
		min-width: auto;
	}
	section#bloc-gris .content p {
		padding: 0 2rem;
	}
	
	.bloc-produit{
		width: 100%;	
	}
	
	.content-produit{
		height: auto;
	}
	
	.description-produit{
		display: block;	
		width: 100%;	
		transform: none;
	}
	
	.image-produit{
		padding: 0 0 5rem 0;
		transform: none;	
		width: 100%;	
	}
	
	.image-produit img{
		height: 200px;	
		margin: 0 auto;	
	}
	
/*
	#onglets>ul li:before{
		top: 45px;	
	}
	
	#onglets>ul li:after{
		top: 45px;	
	}
*/
	
	div.slider-produit{
		margin: 0;	
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	
	.description-produit p, section#content .description-produit ul{
		margin: 0 auto;	
		padding: 0;	
		width: 100%;	
	}
	
	/* BOUTIQUE BIO */
	
	section#content .wrapper ul.produits li.produit{
		width: calc((100% / 2) - (100px / 3));
	}
	
	div#menu-ecommerce {
		display: block;
		margin: 0 auto;
	}
	div#products {
		width: 100% !important;
		display: block !important;
		margin: 0 auto;
	}
	div#products ul.products li {
		flex: 0 0 49% !important;
	}
	
	div.bloc-gris div.content li.product {
		margin: 30px 0;
		width: 50%;
	}
	div.bloc-gris div.content li.product a:first-child {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	
	.woocommerce-page div.product .content {
		padding: 0;
	}
	.woocommerce-page.woocommerce div.product .content div.summary {
		width : 100%;
	}
	.woocommerce.woocommerce-page div.product .content div.images {
		width: 40%;
		display: block;
		margin: 0 auto;
	}
	
	div.bloc-gris div.content {
		padding: 0;
	}
	
	/* CONTACT & DEVIS */
	
	section#content .wrapper .wpcf7 .wpcf7-form-control-wrap input,
	section#content .wrapper .wpcf7 .wpcf7-form-control-wrap textarea {
		width: 100%;	
	}
	
	section#content .wrapper .col_1_2 + .col_1_2{
		border: 0;
		padding: 0;	
	}	
	
	/* FOOTER */
	footer .top {
		height: auto;
		line-height: 1rem;
	}
	footer .top .image {
		bottom: -50px;
		left: 0;
		position: absolute;
		top: auto;
	}
	footer .top .description {
		background: rgba(0, 0, 0, 0) url("../img/pen.png") no-repeat scroll 50% 0;
		margin: 25px 0 15px;
		padding: 45px 25px 0 25px;
		text-align: center;
		width: 100%;
	}
	footer .bottom {
		text-align: center;
	}
	footer .bottom ul li, footer .bottom .col_1_2:last-child ul li {
		width: 100%;
		padding: 10px 0 0;
	}
	footer .bottom .col_1_2:first-child ul li a {
		margin: 0;
	}
	
	section#content .wrapper .wpcf7 .wpcf7-form button.btn{
		margin: 2.5rem 0 0 0;
	}
	
	section#content .wrapper .col_1_2 h2{
		text-align: center;	
		padding: 3rem 0 2rem 0;
	}
	
	section#content .wrapper .col_1_2 h2 + p, 
	section#content .wrapper .col_1_2 h2 + p + p,
	section#content .wrapper .col_1_2 h2 + p + p + p{
		text-align: center;	
	}
	
	section#content .wrapper .col_1_2 h2 + p + p + p{
		padding: 0 0 3rem 0;
	}
	
	

}

@media screen and (max-width: 640px) {
	
	/* ACCUEIL */
	/* SLIDER */
	#slider h2 {
		font-size: 3rem;
	}
	#slider h2 > span {
		font-size: 2rem;
	}
	.image_secondaire > div {
		display: none;
	}
	
	/* PRODUITS */
	#produits ul li {
		width: 50%;
	}
	
	section#produits div.top div.description h2 a{
		font-size: 1.5rem;
	}
	
	/* PAGE INTERIEURS */
	section#video .iframeVideo {
		width: 100%;
	}
	section#bloc-gris .content .bloc-histoire {
		width: calc(100% - 20px);
		margin: 20px 10px;
	}
	section#bloc-gris .content .bloc-histoire .bloc-texte-histoire img {
		display: none;
	}
	section#bloc-gris .content .bloc-histoire .bloc-texte-histoire p:empty {
		padding: 0;
	}
	
	#onglets>ul li a{
		font-size: 1rem;		
	}
	
/*
	section#bloc-gris .content .bloc-histoire .en-savoir-plus a{
		bottom: -4px;	
	}
*/
	
	/* BOUTIQUE BIO */	
	section#content .wrapper ul.produits li.produit{
		width: calc((100% / 1) - (100px / 3));
	}
	
	div#products ul.products li span.price {
		float: none;
		margin-bottom: 20px;
	}
	div#products ul.products li span.price span.amount {
		float: none;
	}
	div#products ul.products li a {
		float: none !important;
	}
	
	div.woocommerce div.woocommerce-MyAccount-content a.deconnexion{
		width: 50%;
	}
	
	/* PARTENAIRES */	
	section#content .wrapper .partenaire{
	    width: calc((100% / 1) - (80px / 1));
	    margin: 15px;
	}
}



@media screen and (max-width: 480px) {
	/* HEADER */
	header .bloc-menu{
		width: 100%;
		position: absolute;
		right: 0;
	}
	header .bloc-menu .top{
		right: 2.5rem;
	}
	header .bloc-menu .top a.facebook {
		margin-right: 10px !important;
	}
	header .bloc-menu .top .contact a {
		margin-right: 0 !important;
	}
	
	/* ACCUEIL */
	/* PRODUITS */
	section#produits div.top div.description h2{
		line-height: 15px;
	}
	section#produits div.top div.description:before{
		padding: 0;
		content: "";
	}
	section#produits div.top div.description p{
		display: none;
	}
	section#produits div.top div.link{
		display: block;
		margin: 0 auto;
	}
	
	/* BOUTIQUE BIO */	
	.woocommerce.woocommerce-page div.product .content div.images {
		width: 70%;
	}
	
	div.woocommerce form.edit-account p.form-row-first, div.woocommerce form.edit-account p.form-row-last{
		width: 100%;
	}
	
	div.bloc-gris div.content li.product {
		width: 100% !important;
		margin-bottom: 30px;
	}
	div.bloc-gris div.content li.product a:first-child {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	div.bloc-gris div.content li.product a:last-child {
		float: right;
	}
	
	div#products ul.products li {
		flex: 0 0 100% !important;
	}
	
	.single-product .bloc-gris .wrapper {
		padding: 0;
	}
	
	.single-product .woocommerce ul.products[class*=columns-] li.product, 
	.single-product .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
		margin-bottom: 50px !important;
	}
	
	.wrap-cart-price p.price, 
	.wrap-cart-price span.price,
	.wrap-cart-price form.cart	{
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		margin-bottom: 20px !important;
	}
	
	.single-product a.backlink-product {
		margin-top: 0;
	}
	
	.wrap-cart-price {
		flex-direction: column;
	}
	
	.wrap-cart-price span {
		text-align: center;
	}
}



@media screen and (max-width: 330px) {
	
	header .bloc-menu .top .contact a:first-child{
		left: 55px;	
	}
	
	header .bloc-menu .top .contact a{
		left: 25px;	
	}
	
	div.slider-produit{
		width: 100%;	
	}

}