/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 /*
* ajout de police de caractere
*/
@font-face{
	font-family:"MonteCarlo";
	src: url('../css/MonteCarlo-Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face{
 	font-family:"Alegreya";
	src: url('../css/Alegreya-Regular.ttf')format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family:"Gambeta";
	src: url('../css/Gambetta-Variable.ttf')format('truetype');
	font-weight: normal;
    font-style: normal;
}

/*
* selection de police de caractere
*/

body, html {
	font-family: "Alegreya", sans-serif;
}

body.page-index #wrapper {
    padding-top: 0;
}

body.page-index #wrapper .container 
{
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body.page-index #wrapper .featured-products,
body.page-index #wrapper .banner,
body.page-index #wrapper #custom-text
{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body.page-index #wrapper .carousel .carousel-inner {
    height: 100%;
}

body.page-index #wrapper .featured-products .product {
    width: 20%;
}


body.page-index #wrapper .banner img {
    width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 1024px) {
    body.page-index #wrapper .featured-products .product {
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    body.page-index #wrapper .featured-products .product {
        width: 50%;
    }
}

#header{
  background-color: #977a64;
}
#header .header-top{
  background-color: #e4d9d0;
}
/*milieu*/
#wrapper, .tabs, #custom-text, .product-comment-list-item{
  background-color: #110a04;
}
#footer{
  background-color: #f4e9d9;
}

.current-price-value, .product-information, .h1, #product{
	color:#f4e9d9;
}

@media (min-width:1500px){
	}
	.carousel .carousel-inner {
		height: 600px;
		
		
	}
}

/* ne marche pas pour ce que je veux faire
video {
	width: 100%;
	height: auto;
}
*/



/*
@media only screen and (min-width: 320px) and (max-width: 480px) {
  	font-family:"Alegreya";
	src: url('../css/Alegreya-Regular.ttf')format('truetype');
	font-style : normal;
	font-family:"Gambeta";
	src: url('../css/Gambetta-Variable.ttf')format('truetype');
	font-style : normal;
}
*/

