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


 h1 {
 color: #EC3C63;
 font-size: 2.2em;
 text-transform: uppercase;
 font-family: Verdana, Geneva, sans-serif;

}

.h1 {
 color: #EC3C63;
}

 h2 {
 color: #EC3C63;

}

.products-section-title {
 color: #EC3C63;
}

.display-1 {
 color: #fff;
 font-size: 2.5em;

}

.products-section-title
{
  color: #F8E6E3;
 font-size: 0em;
 padding-top: -20px;

}

.souligne {
text-decoration: underline; 
}



 h3 {
 color: #EC3C63;
}

figcaption
.caption-description
{
 color: #fff;
}


h4 {
 color: #EC3C63;
}

a {
 color: #EC3C63;
}

.all-product.links {
 color: #EC3C63;
}


#wrapper {
background-color: #fff;
}

#main {
background-color: #fff;
}


.current-price {
font-size: 1.8em;
color: #EC3C63;
}

#btn {
background-color: #EC3C63;
}

.moyen {
font-size: 1.5em;
}

.moyen-moyen {
font-size: 1.3em;
}

.rose
{
color: #EC3C63;
}

.rose-moyen
{
color: #EC3C63;
font-size: 0.9em;
font-family: Verdana, Geneva, sans-serif;
}

.white
{
color: #fff;
}

.caption-description
{
color: #fff;
}

#header
{
color: #EC3C63;

}

nav {
background-color: #fff;
}

#btn

.btn-primary
{
background-color: #EC3C63;
}

.petit
{
font-size: 0.8em;
}

.bouton-espace {
	margin: 2em 2em 2em 2em;
	
}


/ /* Zoom image */

    .zoomarticle {
  
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
 
.article_big_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 2px;

}
 
.article_big_img > img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;

}
 
.zoomarticle:hover > .article_big_img > img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);

}



