/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /* modifications max-width pour ecran  4k  */


@media (min-width: 1440px) {
    #st-container {
        max-width: 1920px !important;
		margin: 0 auto;
    }

    #product #st-container {
        max-width: 1920px;
        margin: 0 auto;
    }
}

h1, h2, h3, h4, h5, h6, .title_block_inner, p, a, span
{
	font-family: "Gill Sans MT" !important;
}

.btn-default:hover, .itemlist_right .ajax_add_to_cart_button:hover, .itemlist_right .view_button:hover
{
	border-color: #649E30 !important;
}

.cms-id-30 #content > div > pre{
	width: 70%;
    margin: 0 auto;
    background: white !important;
	overflow: hidden;
	border:none !important;
	
}

.cms-id-30 #pfg-form-2 > fieldset > div.clearfix  div.col-md-9{
	display: flex;
	max-width: 100%;
}

.cms-id-30 #pfg-form-2 > fieldset > div.submit.row{
	justify-content: center;
}

.cms-id-30 #pfg-form-2 > fieldset > div.clearfix  div.col-md-9 input,
.cms-id-30 #pfg-form-2 > fieldset > div.clearfix  div.col-md-9 textarea{
	background: none;
    border: 1px solid;
}

.cms-id-30 #pfg-form-2  div.clearfix{
	border:1px solid;
	border-radius:20px;
	box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 33%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.33);
}

.cms-id-30 #content > div > pre > code > p:nth-child(3){
	text-align: center;
}

.cms-id-30 h3{
	text-align: center;
	color:#649E30;
	display: none;
}

.cms-id-30  #content > div > pre > code > p:nth-child(1){
	text-align: center;
}

.cms-id-30 #pfg-form-2 > fieldset > div.clearfix > div.form-group{
	width:80%;
	margin:0 auto;

}

.cms-id-30 #pfg-form-2 > fieldset > div.clearfix label{
	text-align: left;
}

.cms-id-30 #pfg-form-2 > fieldset > div.clearfix > div{
	display: flex;
}

.cms-id-30 #pfg-form-2 > fieldset > div.clearfix > div div.col-md-9{
	flex: auto;
}
#body_wrapper > div.breadcrumb_spacing{
	display: none;
}

.ajax_cart_bag {
    height: auto;
}

#index .container{
	width:100%;
}

#index #center_column{
	padding:0;
}

#stores-table > tbody > tr > td:nth-child(2) > a{
	font-size:18px;
}

#index #easycontent_16,
#index #easycontent_17,
#index #stores-table,
#index #map-home{
	max-width:1440px;
	margin:0 auto;
	margin-top: 20px;
    margin-bottom: 20px;
}

#side_stmobilemenu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-menu.sidebar_opened {
    visibility: visible;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

.d_block{
	display: block !important;
}

#location_results > a > p{
	text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 901;
}

@media screen and (max-width: 1440px){
	#index #easycontent_16,
	#index #easycontent_17,
	#index #stores-table,
	#index #map-home{
		max-width:1200px;
		margin:0 auto;
	}
}

@media screen and (max-width: 1200px) and (min-width:991px){
	#index #easycontent_16,
	#index #easycontent_17,
	#index #stores-table,
	#index #map-home{
		max-width:800px;
		margin:0 auto;
	}
}



#index #easycontent_16{
	margin-bottom: 50px;
	color: black;
    font-size: 18px;
	margin-top: 200px;
}

#index #easycontent_17{
	border-top: 2px solid lightgray;
    padding-top: 50px;
    font-size: 24px;
    color: black;
}

#body_wrapper > div{
	margin-bottom:0 !important;
	/* padding: 20px 0px; */
}

#easycontent_18 > div > div > p{
	margin:0;
	padding:10px 0px;
}

#index #stores{
	padding:0;
	border: none;
	margin-bottom:0;
}

#index #stores > div.banner_bg > p{
	display: none;
}

#index #stores > div > div:nth-child(6){
	max-width: 100%;
    display: flex;
    text-align: center;
	flex-direction: column-reverse;
}

#index #stores > div > div:nth-child(6) > p:nth-child(1) > input{
	display: inline;
    border-radius: 20px;
    margin-right: 10px;
}

#index #stores-table > tbody>tr:nth-child(1){
	background-color: #649E30;
    color: white;
}

#index #stores > div > div:nth-child(6) > p:nth-child(1) > input{
	border-radius: 34px;
    font-size: 22px;
    background-color: #D6C23B;
    color: black;
    padding: 0px 35px;
    height: 62px;
}

#index #fmeStorePage > div.block_input_store{
	display: flex;
    text-align: center;
    justify-content: center;
}

#index #fmeStorePage > div.block_input_store >div{
	padding:0;
}

#index #addressInput{
	height: 50px;
    border-radius: 20px;
	text-align-last: center;
}

#index #fmeStorePage > div.block_input_store > div > label
{
	display: none;
}

#index #fmeSearchProduct{
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 50px;
}

#index #fmeStorePage > div.block_radius_store{
	width: 20%;
    margin: 0 auto;
}

#index #radiusSelect{
	height: 40px;
    border-radius: 20px;
    text-align-last: center;
}
#index #radiusSelect > option{
	text-align-last: center;
}

#index #fmeStorePage > div.block_radius_store > label{
	text-align: center;
    display: block;
    color: white;
    font-size: 18px;
	font-weight: 700;
}


#index #stores > div.banner_bg{
	background-image: url(/img/banner-min.png);
	background-attachment: fixed;
	padding: 70px 0px;
}
#index #stores > div.banner_bg h1{
	text-align: center;
    color: white;
}

#footer-secondary{
	height: 351px;
}

#index #fmeStorePage{
	background-color: transparent;
	border:none;
}



#footer-bottom, #top_bar 
{
	background-color: #649E30;
	color: white;
}

.cms-id-28 #pfg-form-1 > fieldset > div.clearfix{
	width: 60%;
    margin: 0 auto;
	border: 1px solid;
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 33%);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.33);
    padding: 20px 0px;
	margin-bottom:20px;
	border-radius: 20px !important;
}

.cms-id-28 input,
.cms-id-28 select,
.cms-id-28 textarea{
	border: 1px solid !important;
    background-color: white !important;
	
}

.cms-id-28 input::placeholder,
.cms-id-28 select::placeholder,
.cms-id-28 textarea::placeholder,
.cms-id-28 input:active,
.cms-id-28 select:active,
.cms-id-28 textarea:active,
.cms-id-28 input:focus,
.cms-id-28 select:focus,
.cms-id-28 textarea:focus{
	color:black !important;
}

.cms-id-28 #columns{
	width: 100%;
}

#module-storelocator-storedetails h1,
#module-storelocator-storedetails h2,
#module-storelocator-storedetails #columns *{
	color:black !important;
}

#top_bar a, #st_header #top_bar
{
	color: white;
}


#header_right_top .cart_text, #header_right_top .blockcart .fto-glyph.icon_btn:before
{
	color: #649E30;
}

#easycontent_6 h3
{
	font-family: inherit;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    color: #649E30;
    font-family: "Gill Sans MT";
}

#easycontent_6 h1
{
	font-family: "Gill Sans MT";
	color: #860919;
	font-size: 20px;
}

#index .category_blogs_container
{
	display: none;
}

#easycontent_container_9
{
	background-size: cover;
	background-attachment: inherit !important;
	background-position: center 0 !important;
	padding: 25px;
}

#easycontent_container_9 .container
{
	background-color: white;
	padding: 25px;
}

#easycontent_container_9  #steasy_element_18 img
{
	border: 1px solid #040404;
    padding: 4px;
    width: 100%;
}

#steasy_element_18 .title_block_inner
{
	font-family: "Gill Sans MT";
	color: #860919;
    font-size: 28px;
    font-weight: bold;
    padding-top: 0;
    text-transform: capitalize;
}

#steasy_element_18 .title_style_0, #steasy_element_18 .title_style_0 .title_block_inner
{
	border:none;
	margin-bottom: 0px;
}

#steasy_element_18 h2
{
	font-family: "Gill Sans MT";
	color: #649E30;
	font-size: 20px;
	margin-top: 13px;
}

#steasy_element_18 p
{
	color: black;
	margin-bottom: 6px;
	font-size: 14px;
}

#footer-tertiary .title_block_inner
{
	color: white;
	font-weight: bold;
}

#footer-tertiary a{
	color:white;
}

#category #left_column
{
	display: none;
}

#category #center_column
{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
	flex: 0 0 100%;
    max-width: 100%;
}

.header-container
{
	border-bottom: 1px solid #f2f2f2;
}

.breadcrumb_wrapper
{
	border:none;
	margin-top: 15px !important;
}

#products #js-active-search-filters, #products #product-list-top-wrap, #products #horizontal_filters_wrap
{
	display: none;
}

.breadcrumb_wrapper ul
{
	border: 1px solid lightgrey;
	padding: 10px;
}

.breadcrumb_wrapper ul li:last-of-type a, #category h1.page_heading
{
	color: #649E30;
	font-weight: bold;
}

#category h1.page_heading
{
	text-align: left;
	font-size: 24px;
	margin-top: 15px;
}

#category #category-description p
{
	font-size: 14px;
}

.product_count, .hover_fly_btn_inner .fto-eye-2
{
	display: none;
}

#category article h3 a
{
	font-family: "Gill Sans MT";
	color: #860919;
	font-size: 28px;
	font-weight: bold;
	padding-top: 0;
	line-height: 34px;
}

#category article .act_box_cart, #category article .top_bar_item
{
	display: none;
}

#category a.view_button
{
    background-color: #649E30;
    color: white;
    border: 1px solid #649E30;
}

#category a.view_button:hover
{
    background-color: white;
    color: #649E30;
    border: 1px solid #649E30;
}

#category a.view_button span
{
	display: block;
	padding: 5px 40px;
    font-size: 16px !important;
    font-family: "Gill Sans MT";
}

#category #body_wrapper div#columns.container
{
	width: 100%;
	padding: 0;
}

/************ CASSAGE PAGE CAT **********/

@media (min-width: 480px){
	#category #body_wrapper div#columns.container #center_column h1, #category #body_wrapper div#columns.container #center_column #category-description, #category #body_wrapper div#columns.container #center_column #product-list-wrap
	{
	    max-width: 100%;
	    width: 516px;
	    display: block;
	    margin: auto;
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

@media (min-width: 768px){
	#category #body_wrapper div#columns.container #center_column h1, #category #body_wrapper div#columns.container #center_column #category-description, #category #body_wrapper div#columns.container #center_column #product-list-wrap
	{
	    max-width: 100%;
	    width: 768px;
	    display: block;
	    margin: auto;
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

@media (min-width: 992px){
	#category #body_wrapper div#columns.container #center_column h1, #category #body_wrapper div#columns.container #center_column #category-description, #category #body_wrapper div#columns.container #center_column #product-list-wrap
	{
	    max-width: 100%;
	    width: 992px;
	    display: block;
	    margin: auto;
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

@media (min-width: 1200px){
	#category #body_wrapper div#columns.container #center_column h1, #category #body_wrapper div#columns.container #center_column #category-description, #category #body_wrapper div#columns.container #center_column #product-list-wrap
	{
	    max-width: 100%;
	    width: 1200px;
	    display: block;
	    margin: auto;
	    padding-right: 15px;
	    padding-left: 15px;
	}
}

@media (min-width: 1440px){
	#category #body_wrapper div#columns.container #center_column h1, #category #body_wrapper div#columns.container #center_column #category-description, #category #body_wrapper div#columns.container #center_column #product-list-wrap
	{
	    max-width: 100%;
	    width: 1440px;
	    display: block;
	    margin: auto;
	    padding-right: 15px;
	    padding-left: 15px;
	}
}


#category #products
{
	background-image: url("/img/fond_cat.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0;
}

#category #body_wrapper div#columns.container #center_column #product-list-wrap
{
	background-color: white;
}

/************ FIN CASSAGE *************/

article .st_sticker_block
{
	display: none;
}

article .pro_first_box img
{
	border: 1px solid #040404;
    padding: 4px;
    width: 100%;
}

#category article .product-price-and-shipping .price
{
	font-size: 28px;
}

#apartir, article .product-desc
{
	font-size: 14px;
}

.product_list.list .product_list_item, .product_list.list .product_list_item:first-child
{
	padding-top: 20px;
	padding-bottom:20px;
}

#category #body_wrapper div#columns.container #center_column h1
{
	border-bottom: 2px solid #757575;
	margin-top: 25px;
}


#category-description
{
	margin-bottom: 50px !important;
}

#st_mega_menu_wrap .ma_level_0, .st_mega_menu_container, .boxed_megamenu #st_mega_menu_wrap, #header_primary #st_mega_menu_wrap
{
	border-bottom-width: 0px !important;
	border-bottom: none !important;
}

nav#st_mega_menu_wrap *
{
	font-family: "Century Gothic";
	color: black;
	font-weight: 100;
    font-size: 16px;
    text-transform: uppercase;
}

nav#st_mega_menu_wrap a:hover, #st_mega_menu_wrap .ma_level_0:hover
{
	border-bottom: 2px solid #facb0b !important;
	color: #649E30 !important;
}

#product #main
{
	background-image: url("/img/fond_prod.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.product_first_section .container, .product_second_section .container
{
	background-color: white;
	padding: 25px;
}

.product_first_section h1
{
	color: #860919 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    padding-top: 0 !important;
    text-transform: capitalize !important;
}

#product .product-description-short p
{
	font-size: 14px;
	margin-bottom: 5px;
}

#product .product-quantity .add 
{
	display: block;
	width: 100%;
	background-color: #649E30;
}

#product .product-quantity .add .btn
{
	border-color: #649E30;
    color: white;
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-transform: inherit;
}

#product .product-quantity .add .btn:hover
{
	color: #649E30;
}

#product .product-quantity .add .fto-glyph
{
	display: none;
}

#product .product_info_tabs ul.nav li.nav-item:nth-of-type(1) a
{
	color: white;
	background-color: #649E30;
	text-transform: inherit;
	font-family: "Century Gothic";
	font-weight: bold;
	border: none;
	border: 1px solid #649E30;
}

#product .product_info_tabs ul.nav li.nav-item:nth-of-type(2) a
{
	color: white;
	background-color: #860919;
	text-transform: inherit;
	font-family: "Century Gothic";
	font-weight: bold;
	border: none;
	border: 1px solid #860919;
}

#product .product_info_tabs ul.nav li.nav-item:nth-of-type(3) a
{
	color: black;
	background-color: #facb0b;
	text-transform: inherit;
	font-family: "Century Gothic";
	font-weight: bold;
	border: none;
	border: 1px solid #facb0b;
}


#product .product_info_tabs ul.nav li.nav-item:nth-of-type(1) a.active
{
	color: #649E30;
	border: 1px solid #649E30;
	background-color: white;
}

#product .product_info_tabs ul.nav li.nav-item:nth-of-type(2) a.active
{
	color: #860919;
	border: 1px solid #860919;
	background-color: white;
}

#product .product_info_tabs ul.nav li.nav-item:nth-of-type(3) a.active
{
	color: #facb0b;
	border: 1px solid #facb0b;
	background-color: white;
}


#blockcart-modal .cart-products-count
{
	display: none;
}

.qty_wrap
{
	display: none;
}

.product-prices .tax-shipping-delivery-label {
    font-size: .8125rem;
    color: #878787;
    display: inline-block;
}

.product_table table, .product_table table * 
{
	border: 1px solid grey;
	text-align: center;
}

.ligne_a
{
	background-color: white;	
}

.ligne_b
{
	background-color: lightgrey;	
}

.product_table th
{
	background-color: #4c4c4c;
	color: white;
	padding: 5px 10px;
    font-family: "Century Gothic";
}

.product_table table
{
	border-radius: 10px;
}

#prix_recup
{
	visibility: hidden;
	height: 1px;
}

#product .product-variants span.control-label
{
	color: #649E30;
    font-size: 16px;
    font-weight: bold;
}

.product-variants .product-variants-item select
{
	border:1px solid #649E30;
	background-color: transparent;
	color: black;
	font-size: 14px;
}

#cms h1
{
	color: #649E30 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    padding-top: 0 !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#cms h2
{
	color: #649E30;
	font-size: 20px;

}


.btn-primary
{
	background-color: #649E30;
	border-color: #649E30;
}


.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover
{
	background-color: white;
	border-color: #649E30;
	color: #649E30;
}

#top_bar .dropdown_list_item, .close:hover, a.link_color:hover, a:hover, button.link_color:hover
{
	color: #649E30;
}

#copy_expl 
{
    font-size: 10px;
    color: white;
    text-align: center;
}

#copy_expl a 
{
    color: white;
}

#footer-bottom .wide_container
{
	display: none;
}

#module-stblog-default #wrapper
{
	margin-top: 50px;
}

#module-stblog-default .date-add, #module-stblog-article .date-add
{
	display: none;
}

#module-stblog-default .s_title_block a, #module-stblog-article h1
{
	color: #860919;
}


#easycontent_6 iframe
{
	margin-top: 20px;
}

#cms .featured-products .article .act_box_cart, #cms .featured-products .article .top_bar_item, #cms .featured-products .article .mobile_hover_fly_show
{
	display: none;
}

#cms .article .pro_first_box img
{
	max-width: 320px;
}

#cms .article .pro_second_box
{
	text-align: center;
}

#cms .article .pro_second_box a.view_button
{
	    margin: auto;
}

#cms .featured-products
{
	margin-top: 60px;
	background-image: url(/img/fond_prod.jpg);
	padding: 30px;
}

#cms .featured-products .products
{
	background-color: white;
	padding: 20px;
}

#cms .featured-products .products h3
{
	height: 28px;
}

#cms .featured-products .products h3 a
{
	color: #860919 !important;
	font-size: 22px;
	line-height: 28px;
}

#cms .article .hover_fly_btn_inner a
{
	color: #ffffff;
    border-color: #649E30;
    background-color: #649E30;
    font-family: "Vollkorn", Tahoma, sans-serif, Arial;
    font-size: .875rem;
    font-weight: 400;
    padding: 8px 12px;
}

#cms .article .hover_fly_btn_inner
{
	display: block;
    margin: auto;
  	margin-top: 10px;
   	margin-bottom: 10px;
}	



#footer-tertiary i:before
{
	color: white;
}

#cms .article .st_sticker
{
	display: none;
}

#footer-tertiary img
{
	max-width: 200px;
}

#pfg-form-1 h3
{
	display: none;
}

#pfg-form-1
{
	margin-top: 30px;
	margin-bottom:30px;
}

#content.page-cms-28
{
	text-align: center;
}


#content.page-cms-28 div.col-md-9
{
	margin: auto;
}

.pfg-forms .form-group>label
{
	text-align: center;
}

#pfg-form-1 .submit button
{
	margin: auto;
}



#st_menu_8:hover{
	background:none;
}

#easycontent_11 > div,
#easycontent_12 > div,
#easycontent_13 > div,
#easycontent_14 > div,
#easycontent_15 > div{
	border: 1px solid #facb0b;
    padding: 8px;
}

#easycontent_12{
	margin-top:5px;
}


#checkout .login.top_bar_item{
	display:none;
}

#checkout form div label {
	float:initial;
}

#easycontent_11 > div > div > p,
#easycontent_12 > div > div > p,
#easycontent_13 > div > div > p,
#easycontent_14 > div > div > p,
#easycontent_15 > div > div > p{
	text-align: justify;
}


#index #button_presentation_goto_product{
	font-family: "Century Gothic";
    color: #649E30;
    font-weight: 700;
    font-size: 20px;
	text-transform: uppercase;
	background-color: #facb0b;
	transition: ease-in-out 0.3s;
	padding:5px 10px;
}

#index #button_presentation_goto_product:hover{
	background:none;
	border-bottom: 2px solid #facb0b!important;
    color: #649E30!important;
}


/************* Responsive *************/

@media screen and (max-width: 991px){
	#easycontent_container_9 #steasy_element_18 img {
	    max-width: 250px;
	    display: block;
	    margin: auto;
	}

	#steasy_element_18 .title_block_inner
	{
		font-size: 24px;
		text-align: center;
		width: 100%;
	}

	#steasy_element_18 h2
	{
		font-size: 18px;
	}

	#product #main
	{
		padding-left: 15px;
		padding-right: 15px;
	}

	#index #stores > div > h1{
		font-size: 22px;
	}
}

@media screen and (max-width: 767px){
	#category .pro_first_box  
	{
		margin: auto;
	}

	#category .pro_second_box h3 a 
	{
		text-align: center;
	}

	#category .product-price-and-shipping
	{
		text-align: center;
	}

	#category .view_button
	{
		margin: auto;
	}
}

@media screen and (max-width: 762px){
	#easycontent_6 h3
	{
		font-size: 28px !important;
	}

	#easycontent_6 iframe
	{
		height: 200px !important;
	}
}

@media screen and (max-width: 762px){

	#category #main
	{
		padding-left: 15px;
		padding-right: 15px;
	}
}


@media screen and (max-width: 380px){
	.breadcrumb_wrapper
	{
		font-size: 10px;
	}
}


@media screen and (max-width: 1199px) and (min-width: 1018px){

	.wide_container, #header_primary .container {
	    max-width: 98%;
	    width: 98%;
	}

	#header_primary .logo, #st_header .shop_logo
	{
		width: 190px;
	}

	nav#st_mega_menu_wrap * {
	    font-family: "Century Gothic";
	    color: #649E30;
	    font-weight: bold;
	    font-size: 14px;
	    text-transform: uppercase;
	}

	#st_mega_menu_wrap .ma_level_0
	{
		padding: 0 6px;
	}
}

@media screen and (max-width: 1017px) and (min-width: 992px){

	.wide_container, #header_primary .container {
	    max-width: 99%;
	    width: 99%;
	}

	#header_primary .logo, #st_header .shop_logo
	{
		width: 150px;
	}

	nav#st_mega_menu_wrap * {
	    font-size: 14px;
	}

	#st_mega_menu_wrap .ma_level_0
	{
		padding: 0 6px;
	}

	#header_right_top .blockcart {
	    background-color: #facb0b;
	    padding: 10px 10px;
	}
}

.image_specms
{
	max-width: 425px;
	display: inline-block;
}

.image_specms span
{
	width: 100%;
    display: block;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    font-size: 16px;
    font-weight: bold;
    color: white;
    position: relative;
    bottom: 34px;
    padding: 5px 0;
}

.all_img
{
	text-align: center;
	margin-top:25px;
	margin-bottom: 25px;
}

.delivery-options img
{
	max-width: 40px;
}

.delivery-options .carrier-delay
{
	display: none;
}


#product-details a
{
	color: black;
    font-weight: bold;
}


@media screen and (max-width: 500px){
	#footer-secondary {
		height: 325px;
	}
	#index #footer{
		margin-bottom: 50px;
	}

	#index #fmeStorePage > div.block_input_store {
		display: block;
		justify-content: center;
	}

	#index #fmeSearchProduct,
	#index #addressInput {
		border-radius: 20px;	
	}

	#index #easycontent_16 {
    margin-top: 50px;
	}
	#mobile_bar_center > div > a{
		width: 60%;
	}
	#easycontent_16 img {
		width: 25%;
	}

	#index #fmeStorePage > div.block_radius_store{
		width: 80%;
		margin: 0 auto;
	}

	#module-storelocator-storedetails h2{
		text-align: center;
	}

	#rightbar_6 > div > span.ajax_cart_quantity.amount_circle{
		display: none;
	}

	#side_stmobilemenu > div.st-menu-header > h3,
	#side_products_cart > div.st-menu-header > h3{
		background-color:#649E30;
	}

	#side_stmobilemenu,
	#side_products_cart{
		border-color:#649E30 ;
	}

	.cms-id-28 #pfg-form-1 > fieldset > div.clearfix {
		width: 100%;
		padding:15px 10px;
	}

}

.accept {
	height: 40px;
	padding-left: 9%;
}

.accept .form-control-label {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	width:auto;
}

.accept .input {
	margin-top: 0!important;
}

.captcha .form-control-label {
	display: none;
}

.captcha {
	display: inline-block;
	width: 100%;
}


/***************  font-family: "Gill Sans MT"; ***********/
/*************** Vert : #649E30 *********************/
/*************** Jaune : #facb0b *********************/
/*************** Rouge : #860919 *********************/
/*************** Menu : Century Gothic; ****************/