@media (max-width:1446px)and(min-width:900px){
	.ast-builder-footer-grid-columns {
    	grid-column-gap: 57px;
	}
}
@media (max-width:1168px)and (min-width:922px){
	header .custom-logo-link img {
    	max-width: 160px;
	}
	.ast-builder-layout-element .site-header-focus-item .ast-header-woo-cart{
		padding: 0;
	}
	.ast-builder-grid-row {
		grid-column-gap: 2px;
	}
}

@media (max-width:1168px)and (min-width:1012px){
	
	.ast-builder-menu-1 .menu-item > .menu-link {
		font-size:20px;
	}
	.ast-grid-section-center {
    	line-height: 131px;
	}
	
}
@media (max-width:1011px)and (min-width:922px){
	
	.ast-icon-shopping-bag .ast-icon svg, .ast-icon-shopping-cart .ast-icon svg, .ast-icon-shopping-basket .ast-icon svg {
    	height: 24px;
    	width: 24px;
	}
	.main-header-menu .menu-link, .main-header-menu>a {
    	padding: 0 0.5em;
	}
	.ast-builder-menu-1 .menu-item > .menu-link{
		font-size:18px;
	}
}
@media (max-width:912px){
	.site-content .ast-container {
    	width: 100%;
	}
}
/*version tablette*/
@media(max-width:898px) and (min-width:525px){
	/*DIAPORAMA*/
	.n2-ss-slider{
		height: 440px !important;
	}
	/*FOOTER*/
	.ast-builder-grid-row-container.ast-builder-grid-row-tablet-4-equal .ast-builder-grid-row {
		grid-template-columns: repeat(2, 1fr);
		padding:0 6rem;
    }
	.ast-builder-footer-grid-columns {
    	gap: 40px;
		grid-column-gap: 12px !important;
	}
}
/*version téléphone*/
@media(max-width:524px) and (min-width:320px){
	/*DIAPORAMA*/
	.n2-ss-slider{
		height: 440px !important;
	}
	/*FOOTER*/
	.site-primary-footer-wrap{
		padding:23px 10px;
	}
	/*TAILLE DES POLICES DE TEXTE*/
	h1.product_title, #tab-description h2, h1.woocommerce-products-header__title.page-title, .gauche-droite-box1 h3, .box-1-page-GD h2, .box-2-page-GD h2 {
    	font-size: 26px;
	}
	
	#tab-description{
		display: flex;
    	flex-direction: column;
	}
	#tab-description img {
    	width: 100% !important;
    	height: auto !important;
	}
	#tab-description .alignright {
    	float: left;
    	margin-left: 0;
	}
	
	.ast-builder-html-element{
		padding:30px 0;
	}
}
