/*
Theme Name: Divi Community Child Theme
Description: Theme enfant de Divi par Divi Community
Author: Julien - WebMate
Author URI: https://www.divi-community.fr
Template: Divi
Version: 1
*/

/*
  ____ _____     _____      ____ ___  __  __ __  __ _   _ _   _ ___ _______   __
 |  _ \_ _\ \   / /_ _|    / ___/ _ \|  \/  |  \/  | | | | \ | |_ _|_   _\ \ / /
 | | | | | \ \ / / | |    | |  | | | | |\/| | |\/| | | | |  \| || |  | |  \ V /
 | |_| | |  \ V /  | |    | |__| |_| | |  | | |  | | |_| | |\  || |  | |   | |
 |____/___|  \_/  |___|    \____\___/|_|  |_|_|  |_|\___/|_| \_|___| |_|   |_|

/*Avatar auteur sur les articles*/

/*On force l'image à flotter sur la gauche, en la décalant de 10px du texte*/
p.gravatar {
float: left;
margin-right: 10px;
}

/*On arrondie les angles de l'image*/
.gravatar img {
	border-radius: 50%;
}

/*elargir le menu*/
#top-menu li li a {
    width: 300px;
}

.nav li ul {
    width: 320px;
}

.et_boxed_layout {
background-color: #ffff;
}

article .yarpp-related {
	margin: 7em 0 1em
}

.single-product .sfsi_Sicons {
	display: none !important;
}

/*Category Product*/
mark.count {
	background: transparent;
}

.term-description {
	margin: 1em 0 1.5em
}

.product-cats,#left-area ul.product-cats {
	list-style: none;
	list-style-type: none;
	padding: 0;
	display: flex;
	width: 100%;
	align-items: center;
	clear: both;
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #10a9ae
}

ul.product-cats > * {
  margin-right: 1.5%;
  width: 24%;
}

ul.product-cats > *:last-child {
	margin: 0
}

ul.product-cats li h2 {
	font-size: 18px;
}







