@charset "UTF-8";
@import "variables.css";

/*--------------------------------------------------------------
LINKS
--------------------------------------------------------------*/
/*a {
  color: var(--gray-900);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:visited {
	color: var(--gray-800);
}
a:hover {
	opacity: 0.8;
}
a:focus, a:active {
  color: #757575;
}
a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.entry-content a {
  text-decoration: underline;
}*/

/*.module-item-catalogue h1.page-title{
	display: none;
}*/





/*.site-title, .site-description {
	display: block !important;
}*/



/*--------------------------------------------------------------
ANTI-SPAM (POUR CACHER L'ADRESSE COURRIEL)
--------------------------------------------------------------*/
.spam { display: none; }



/*--------------------------------------------------------------
LAYOUT
--------------------------------------------------------------*/
.site-main {
	margin-bottom: 2rem;
	/*margin: 0 auto;*/
	/*width: 100%;*/
	/*width: 80%;*/
}
.site-content {
/*	padding-left: 60px;
	padding-right: 60px;*/	
}
/*--------------------------------------------------------------
CONTENT
--------------------------------------------------------------*/
.entry-content p {
	line-height: 1.2;
	font-size: 17px;
}
.entry-content a {
	ont-size: 17px;
	font-weight: 500;
	color: var(--primary);
	text-decoration: underline;
}
article {
	font-size: 17px;
}
article a {
	font-size: 17px;
	font-weight: 500;
	color: var(--primary);
	text-decoration: underline;
}

h5 {
	font-size: 17px;
}
h5 a {
	font-size: 17px;
	color: var(--primary);
	text-decoration: underline;
}



/*--------------------------------------------------------------
BOUTON UP
--------------------------------------------------------------*/
#button-up {
  display: inline-block;
  background-color: var(--primary);;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none; }

#button-up::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#button-up:hover {
  cursor: pointer;
  background-color: #333; }

#button-up:active {
  background-color: #555; }

#button-up.show {
  opacity: 1;
  visibility: visible; }


/*--------------------------------------------------------------
MENU ICONES
--------------------------------------------------------------*/
.header-elements {
	text-transform: uppercase;
}
.site-header a svg {
    -webkit-transition: ease stroke 300ms, ease fill 300ms;
    transition: ease stroke 300ms, ease fill 300ms;
}
.ws-svg-icon svg:not(.stroke-based) {
    fill: #212121;
}
.site-header-cart .count-number, .header-wishlist-icon .count-number {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 18px;
    height: 18px;
    line-height: 17px;
    color: #FFF;
    background-color: #ff5858;
    border: 1px solid #ff5858;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0;
}