@charset "utf-8";

:root{
	--main-color: #008800;	
}




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	font-family: Helvetica,Arial,sans-serif;
	vertical-align: baseline;
	color:#333;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff !important;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body{
	font-size:12px;
	font-size:1.2rem;
	line-height: 1.2;	
}
h1, h2, h3{
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}
h1{
	color: #fff;
	font-size: 2.8rem;
	text-transform: uppercase;
	padding: 10px 5px;
	line-height: 1.2;
	text-align: center;
}

p {
    margin-bottom: 10px;
}
.contenu p img {
   width: 50%;
	max-width: 200px;	
	height: auto;
}

h2 {
	text-transform: uppercase;
	/*clear: both;*/
	border-top: 1px solid #222;
	padding: 20px 0 20px;
	margin: 30px 0 0;
	color:#444;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.15;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    border: 1px solid #ccc;
    padding: 15px;
    vertical-align: top;
}
.title{
    width: 100%;
	background-color: var(--main-color);
}
.contenu{
	font-size: 1.5rem;
	padding: 20px 10px;
    background: #fff;
}

ul, ol{
	margin: 0 0px 0px 40px;
}

a{
	text-decoration:none;
	color: var(--main-color);
	cursor: pointer;
}
a:hover{
	text-decoration:underline;
	/*
	-webkit-filter: brightness(60%);
   filter: brightness(60%);
	*/
}
a:focus{
	outline:none;
}

h3{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 25px;
}
em{
	font-size: 1.4rem;
	font-weight: 300;
}


.electromenager {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	clear: both;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}
.electromenager div {
	border: 1px solid #c9c9c9;
	margin: 0 20px 25px 0;
	padding: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
	line-height: 1.4rem;
	text-align: center;
}
.electromenager div a {
}
.electromenager div span {
	font-size: 1.4rem;
    margin: 0 0 5px 0;	
	word-wrap: break-word;
	white-space: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.electromenager img {
	display: block;
	margin: 0 auto 5px 0;
	vertical-align: middle;
	width: 100%;
	aspect-ratio: 3/2;
}


.brands {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	clear: both;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: flex-start;
	margin-top: 15px;
}
.brands div {
	border: 1px solid #c9c9c9;
	margin: 0 0 10px 0;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 8%);
	text-align: center;
	padding: 0;
}
.brands div a img {
	height: 30px;
	width: -webkit-fill-available;
	padding: 3px;
}

@media (max-width: 359px){
	.brands div {
		 width: calc(25% - 10px);
	}

	.electromenager div {
		width: calc(33.33% - 10px);
		margin: 10px 0;
		padding:0
	}
	.electromenager div span {
		 font-size: 0.9rem;
	}
}


@media (min-width: 360px) and (max-width: 459px){
	.brands div {
		width: calc(25% - 10px);
	}

	.electromenager div {
		width: calc(33.33% - 15px);
		margin: 10px 0;
		padding:0
	}
	.electromenager div span {
		 font-size: 1.0rem;
	}
}

@media (min-width: 460px) and (max-width: 599px){
	.brands div {
		 width: calc(20% - 10px);
	}
	
	.electromenager div {
		width: calc(25% - 35px);
	}
	.electromenager div span {
		 font-size: 1.2rem;
	}
}

@media (min-width: 600px) and (max-width: 767px){
	.brands div {
		 width: calc(20% - 10px);
	}
	
	.electromenager div {
		width: calc(20% - 35px);
	}
	.electromenager div span {
		 font-size: 1.2rem;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.brands div {
		 width: calc(20% - 15px);
	}

	.electromenager div {
		width: calc(20% - 35px);
	}
	.electromenager div span {
		 font-size: 1.4rem;
	}
}

@media (min-width: 992px) and (max-width: 1201px){
	.brands div {
		width: calc(16.66% - 20px);
	}

	.electromenager div {
		width: calc(16.66% - 35px);
	}
}


@media (min-width: 1202px){
	.brands div {
		width: calc(16.66% - 25px);
	}

	.electromenager div {
		width: calc(16.66% - 25px);
	}
}
@media (max-width: 767px){
	h1 {
		font-size: 2.0rem;
		padding: 5px;
		line-height: 1.3;
	}
	p {
		 margin-bottom: 8px;
	}
	.contenu {
		padding: 10px;
		font-size: 1.4rem;
	}
	h2 {
		padding: 20px 0 10px;
		margin: 20px 0 0;
		font-size: 1.8rem;
		line-height: 1.3;
	}
}