/*
Theme Name:   	La Belle Plante Paris - Storefront Child Theme
Theme URI:    	
Author:       	Cyberie
Author URI:     
Template:     	storefront
Description:  	
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon.eot?admh3f');
  src:  url('assets/fonts/icomoon.eot?admh3f#iefix') format('embedded-opentype'),
	url('assets/fonts/icomoon.ttf?admh3f') format('truetype'),
	url('assets/fonts/icomoon.woff?admh3f') format('woff'),
	url('assets/fonts/icomoon.svg?admh3f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map-pin:before {
  content: "\e903";
}
.icon-panier:before {
  content: "\e902";
}
.icon-burger:before {
  content: "\e900";
}
.icon-logo:before {
  content: "\e901";
}
.icon-profil:before {
  content: "\e954";
}
.icon-search:before {
  content: "\e955";
}
.icon-tampon:before {
  content: "\e956";
}
.icon-location:before {
  content: "\e947";
}


@media (min-width: 66.4989378333em) {
	footer.site-footer{
		padding: 0 2.617924em;
	}
	footer.site-footer .alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);	
	}
}