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;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #f9f8f6;
}
body, html {
	font-size: 15px;
}
ol, ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content-cons: '';
	content-cons: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.retour {
clear:both;
}


/* ---------- CONSIGNES DE TRI ------------------------ */
/* ---------- CONSIGNES DE TRI ------------------------ */
/* ---------- CONSIGNES DE TRI ------------------------ */

.content-cons {
	width: 1500px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 1500px){
	.content-cons {
		width: 1400px;
	}
}
@media screen and (max-width: 1400px){
	.content-cons {
		width: 1200px;
	}
}
@media screen and (max-width: 1200px){
	.content-cons {
		width: 1024px;
	}
}
@media screen and (max-width: 1024px){
	.content-cons {
		width: 950px;
	}
}
@media screen and (max-width: 950px){
	.content-cons {
		width: 768px;
	}
}
@media screen and (max-width: 768px){
	.content-cons {
		width: 480px;
	}
}
@media screen and (max-width: 480px){
	.content-cons {
	width: 100%;
	padding: 0px 30px;
	}
}



.logo {
	text-align: center;
	margin-bottom: 50px;
}

.consignes {
	padding-top: 50px;
	
}

.consignes h1 {
	text-align: center;
	margin-top: 0px;
	font-size: 45px;
	font-family: 'Miller-DisplayRoman';
	letter-spacing: 1px;
	margin-bottom: 50px;
}

.consignes .row {
	margin-right: inherit;
	margin-left: inherit;
	
}

.consignes .header {
	font-weight: bold;
	color: #212529;
	text-transform: uppercase;
	font-size: 1.1em;
} 

.consignes .flex-table > .flex-row:first-child {
	font-weight: bold;
	text-transform: uppercase;
}

.consignes .legende {
	margin-bottom: 50px;
}

.consignes .legende p {
	margin-bottom: 5px;
	color: #212529;
}

.flex-row.bouteille  {
	background-color: #0f7c3b;
	color: #FFF;
}

.flex-row.liege  {
	background-color: #969696;
	color: #FFF;
}

.flex-row.metal  {
	background-color: #2894ae;
	color: #FFF;
}

.flex-row.carton {
	background-color: #2c5cc0;
	color: #FFF;
}

.flex-row.bois {
	background-color: #969696;
	color: #FFF;
}

.flex-row.plastique {
	background-color: #feed01;
	color: #212529;
}

.flex-row.full-width {
	background-color: #636363;
	color: #FFF;
}

.consignes .header.flex-table .flex-row.full-width,
.consignes .header.flex-table .flex-row {
	background-color: #FFF;
	color: #212529;
}

div {
  box-sizing: border-box;
}

.table-container {
  display: block;
  margin: 2em auto;
  width: 100%;
  border-top: solid 1px #212529;
}


.flex-table {
  display: flex;
  flex-flow: row wrap;
  border-left: solid 1px #212529;
  transition: 0.5s;
}
.flex-table {
  border-left: solid 1px #212529;
}

.flex-row {
  width: calc(100% / 4);
  text-align: center;
  padding: 1em 0.5em;
  border-right: solid 1px #212529;
  border-bottom: solid 1px #212529;
  display: flex;
  align-items: center;
  justify-content-cons: center;
}

.rowspan {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content-cons: center;
}

.column {
  display: flex;
  flex-flow: column wrap;
  
  padding: 0;
}

.column.x4 {
	width: calc(100% / 4 * 4);
}

.column.x3 {
	width: calc(100% / 4 * 3);
}

.column.x2 {
	width: calc(100% / 4 * 2);
}

.column.x4 .flex-cell {
  width: calc(100% / 4);
}

.column.x3 .flex-cell {
  width: calc(100% / 3);
}

.column.x2 .flex-cell {
  width: calc(100% / 2);
}


.column .flex-row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0;
  border: 0;
  flex: 1;
}

.column .flex-row .flex-cell {
	border-bottom: solid 1px #212529;
}


.flex-cell {
  text-align: center;
  padding: 0.5em 0.5em;
  border-right: solid 1px #212529;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content-cons: center;
}

@media all and (max-width: 767px) {
  
  .flex-row {
	  width: calc(100% / 3);
  }
  
  .flex-row.full-width {
	width: 100%;
  }

  .column.x4 {
	  width: calc(100% / 3 * 4);
  }
  
  .column.x3 {
	  width: calc(100% / 3 * 3);
  }
  
  .column.x2 {
	  width: calc(100% / 3 * 2);
  }
  
  .consignes h1 {
	  font-size: 3em;
  }
  
  .logo img {
	   height: 150px;
   }
  
}


@media all and (max-width: 500px) {
  
  .consignes {
	  font-size: 0.8em;
  }
  
  .consignes h1 {
		font-size: 2em;
 }
 
 .logo img {
	 height: 120px;
 }
  
}


/* ---------- CONSIGNES DE TRI ----------- END ------------- */
/* ---------- CONSIGNES DE TRI ----------- END ------------- */
/* ---------- CONSIGNES DE TRI ----------- END ------------- */