/* Saisissez votre CSS personnalisé ci-dessous */
/* jeando */
/* pas de titre de page */
.site-content {
padding-top: 2em;
}

.page-header {
padding-bottom: 0;
}

@media screen and (min-width: 48em){
.panel-content .wrap {
    padding-top: 20px;
    max-width: 80%;
}
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 10px;
}
}
@media screen and (min-width: 48em) {
	.site-content > .wrap {
		max-width: 80% !important;
	}
	.site-content > .wrap .content-area {
		max-width: none !important;
	}
}
@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: 80%;
	}
}



.page #content {
padding-top: 13px !important;
}

/* enleve le titre de la page */
.page .entry-header {
display: none !important;
}

/* largeur page */



/*Suppimer date et auteur des posts */
.entry-meta {
display: none !important;
}

/* supprime les commentaires */
#comments {
display: none !important;
}

/*Mettre le menu en haut sur la page d'accueil */
@media (min-width: 760px) {
.navigation-top {
position: absolute;
top: 0px;
width: 100%;
height: 70px;
}
}

@media (min-width: 760px) {

.custom-header {
position: relative;
padding-top: 70px;
}

}

/* Virer espace entre header image et debut texte*/

.footer-widgets {
    padding: 10px 0;
}

.single-product .container .four.units {
width: 350px;
}

.single-product .container .eight.units {
width: 510px;
}

/*center product on shop page */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
  width: 20.5%;
  display: block;
 

  margin-left:120px;
  margin-right:Auto;
}

#top.woocommerce-cart .button {
display: none;
}
.product {
    margin-left : 5%;
    margin-right : 5%;
}
.woocommerce-products-header {
    background-color: #dcd6d5;
    margin-left : 42%;
    margin-right : 42%;
		display: none !important;
}
.woocommerce ul.products li.product a img {
  height: 200px;
}

/* Fin JeanDo */