body {

/*
** font-family Gudea est active. Disponible en poids 400 et 700 uniquement
*/
	font-family: 'Gudea', sans-serif;
	color:#2c2f34;
	text-align:justify;
  --couleur1: #E0E7E9;
  --couleur2: #A3C6C4;
  --couleur3: #6C7A89;
  --couleur4: #354649;
}

/*
** Headers
*/

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;	text-align:center;
}

a {
	color:#000; 
}

a:hover {
	color:#000;
	opacity:0.7;
}

/*
** Table responsive
*/

@media screen and (max-width: 39.9375em) {
  table {
    border: 0;
  }

	table tr {
    margin-bottom:10;
  	display: block;
  }

	table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
	table tr:nth-child(odd) {
		background-color:#E0E7E9;
  }

	table tr:hover:nth-child(odd) {
		background-color:#A3C6C4;
		border-bottom: 1px solid white;
    border-top: 1px solid white;
  }

	table tr:hover:nth-child(even) {
		background-color:#A3C6C4;
		border-bottom: 1px solid white;
    border-top: 1px solid white;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.9em;
    text-align: right;
  }
  
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

	table td.l, table th.l {
  	text-align: left;
	}
	table td.c, table th.c {
  	text-align: center;
	}
	table td.r, table th.r {
  	text-align: right;
	}
	table td.j, table th.j {
  	text-align: justify;
	}
}

/*
** Containers
*/

.container {
	padding:30px 20px;
}

.container-header {
	padding:10px 20px;
}

.container-image {
	left:0;
	width:100%;
	height:50%;
}

/*
** Entête et Editorial
*/

.entete {
	text-align:center;
	font-family: "Pacifico";
	font-size:2em;
}

.entete-mobile {
	font-size:1.5em;
	font-family: "Pacifico";
	font-style: normal;
	padding:0px 0px 0px 10px;
}

.slogan {
	text-align:center;
	font-size:80%;
}

.centre-padding {
	text-align:center;
	padding:10px;
}

.justify-padding {
	text-align:justify;
	padding:10px;
}
.edito {
	text-align:justify;
	padding:10px 0px;
}

.centre {
	text-align:center;
}

.droit {
	text-align:right;
}

.marge-bas-20 {
	margin-bottom:20px;
}

/*
** Sources Notes 
*/

.note {
  font-size: 0.8rem;
	padding:0px 0px 10px 0px;
}


/*
** Bas de page
*/

.basdepage1 {
	text-align:center;
	padding:20px 10px;
	color:#fff;
}

.basdepage1 h3 {
	font-weight:400;
	font-size:1.4em;
}

.basdepage1 p {
	line-height:1.5;
	font-size:80%;
	color:#fff;
}

.basdepage2 {
	color:#fff;
	text-align:center;
	font-size:0.8rem;
	padding:10px;
}

/*
** Backgrounds;
*/

.background-perche {
	width:100%;
	height:100%;
	background:url("../perche/images/perche-slide1.png");
/*	
** background: linear-gradient(rgba(26,26,26,0.3),rgba(26,26,26,0.3)),url("../img/banniere-perche.jpg");
*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.background-quebec {
	width:100%;
	height:50vh;
	background:url("../quebec/images/quebec-slide1.png");
/*	
** background: linear-gradient(rgba(26,26,26,0.3),rgba(26,26,26,0.3)),url("../img/banniere-perche.jpg");
*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.image-container {
	width:100%;
	height:50vh;
  float:left;
  position:relative;
}

.fadeImg{
  position:absolute;
  top:0px;
  left:0px;
	height:50vh;
  transition:all 1s;
}

.background-gris-clair {
	background-color:#E0E7E9;
	color:#fff;
}

.background-off-canvas .off-canvas {
	background:#97b8c2
}
	
.background-off-canvas a {
	color:#fff;
}

.background-menu-2 {
	background-color:#A3C6C4;
}

.background-menu-3 {
	background-color:#A3C6C4;
}

/*	
** palette : https://www.shutterstock.com/fr/blog/10-palettes-de-couleur-inspirantes-pour-votre-site-internet
** du plus clair (1) au plus foncé (4)
*/

.background-palette1 {
	background-color: #E0E7E9;
}

.background-palette2 {
	background-color: #A3C6C4;
}

.background-palette3 {
	background-color: #6C7A89;
	color:#fff;
}

.background-palette3 a {
	color:#fff;
}

.background-palette4 {
	background-color: #354649;
	color:#fff;
}

.background-palette4 a {
	color:#fff;
}

/*	
** palette : graphe bar column  http://www.fubiz.net/2015/10/09/nature-colors-palettes/
*/

.palette-graphe1-couleur1 {
	background-color:#f1f1f3;
}

.palette-graphe1-couleur2 {
	background-color:#c7dfdf;
}

.palette-graphe1-couleur3 {
	background-color:#8bb7b8;
}

.palette-graphe1-couleur4 {
	background-color:#496c6e;
}

.palette-graphe1-couleur5 {
	background-color:#203c3f;
}

.palette-graphe1-couleur6 {
	background-color:#54715d;
}

.palette-graphe2-couleur1 {
	background-color:#e4e8f1;
}

.palette-graphe2-couleur2 {
	background-color:#b5a2b8;
}

.palette-graphe2-couleur3 {
	background-color:#775669;
}

.palette-graphe2-couleur4 {
	background-color:#62786c;
}

.palette-graphe2-couleur5 {
	background-color:#adbda0;
}

.palette-graphe2-couleur6 {
	background-color:#d6d6d6;
}

.palette-graphe3-couleur1 {
	background-color:#e9e7e8;
}

.palette-graphe3-couleur2 {
	background-color:#dbdbdb;
}

.palette-graphe3-couleur3 {
	background-color:#917864;
}

.palette-graphe3-couleur4 {
	background-color:#b09f85;
}

.palette-graphe3-couleur5 {
	background-color:#dcc7ac;
}

.palette-graphe3-couleur6 {
	background-color:#ebe2d1;
}


/*	
** palette : foundation 
*/

.background-beige {
	background-color:#dbd4c2;
}

.background-orange {
	background-color:#f8bc3b;
}

.background-green {
	background-color:#27ae60;
}

.background-grey {
	background-color:#e6e8eb;
}

.background-white {
	background-color:#fff;
}

.background-red {
	background-color:#db5940;
}

.background-yellow {
	background-color:#fec400;
}

.background-baby-blue {
	background-color:#7ecefd;
}

.background-pale-blue {
	background-color:#d1e1ed;
}

.background-slate-blue {
	background-color:#2c3e50;
}

.background-midnight {
	background-color:#1f1f1f;
	color:#fff;
}

.background-midnight a {
	font-weight:600;
	color:#fff;
}

.background-blue {
	background-color:#028ca6;
}

/*
** Nav
*/

nav#main {
	list-style-type: none;
	margin:10px;
	padding:0;
	text-align:center
}

nav#main ul {
	list-style-type: none;
	margin:0;
	padding:0;
	text-align:center
}

nav#main ul li {
	display:inline-block;
	margin-right:20px;
}

nav#main ul li:last-child {
	margin-right:0;
}

nav#main ul li a {
	font-size:78%;
	text-transform:uppercase;
	font-weight:600;
}

nav#main ul li  {
	color:#393f4a;
}

/*
** HOVER UNDERLINE MENU
*/

.hover-underline-menu {
  width: 100%;
}

.hover-underline-menu .menu a {
  padding: 1.2rem 1.5rem;
}

.hover-underline-menu .menu .underline-from-center {
  position: relative;
}

.hover-underline-menu .menu .underline-from-center::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.125rem);
  border-bottom: 0.125rem solid ;
  left: 50%;
  right: 50%;
  transition: all 0.5s ease;
}

.hover-underline-menu .menu .underline-from-center:hover::after {
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}

/*
** Image avec cellule transparente
*/

.image {
	text-align:center;
  position: relative;
  z-index: 1;
	padding:10px;
	margin:10px 10px 60px 10px;
	color:#000000;
}

.image .bg-gris {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#e6e6e6;
    opacity: .7;
    width: 100%;
    height: 100%;
}

.image h2 {
	color:#fff;
	text-transform: uppercase;
	letter-spacing:3px;
}

.image h5 {
	font-weight:600;
	font-size:1.4em;
}

.image p {
	font-size:80%;
	margin-bottom:40px;
}

.image ul li a {
	border:2px solid transparent;
	padding:8px 20px;
	border-radius:5px;
	font-weight:600;
	background:#e6e6e6;

}

.image ul li a:hover {
	border:2px solid #fff;
}

/*
** Cadre centré
*/

.cadre-centre {
	padding:10px;
	margin:10px;
	text-align:center;
}

/*
** Cards
*/

.card {
	padding:10px;
	margin:10px;
}

/*
** Buttons
*/

.button {
	padding:14px 30px;
	border-radius:5px;
}

.button-primary,
.button-primary:hover {
	background-color:#3a3a3a;
	color:#fff;
}

.button-secondary,
.button-secondary:hover {
	background-color:#fff;
	color:#3a3a3a;
}

/*
** Feature
*/

.feature {
	margin-top:20px;
}

.feature h1 {
	font-size:5.5em;
	color:#fff;
	text-transform: uppercase;
	font-weight:900;
	line-height:70px;
	margin-bottom:40px;
}

/*
** Arbre
*/

.arbre {
	text-align:center;
  font-size: 0.8rem;
	line-height:1rem;
}

.arbre table td{
	border-collapse: separate;
	border-width:10px; 
	padding:0px;
}

.arbre table tbody{
	border:0px; 
}

.arbre hr {
	margin-bottom:0px;
	margin-top:0px;
}

.arbre h2 {
	margin-top:0px;
}

/*
** Graphique
*/

.graphique  {
	font-size:80%;
  padding-bottom: 0.2rem;
}

/*
** Features
*/

.features {
	text-align:center;
	padding:20px 20px;
}

.features h3 {
	font-weight:400;
	font-size:1.4em;
}

.features h5 {
	font-weight:400;
	font-size:1.4em;
}

.features p {
	font-size:80%;
	margin-bottom:20px;
	color:#000000;
}

.features img {
	margin-bottom:20px;
}

.features a:hover {
	color:#666666;
}

.features .note {
	text-align:center;
}

/*
** Lists 
*/

.inline-list {
	list-style-type:none;
}

.inline-list li {
	display:inline-block;
	margin:0 20px;
	margin-bottom:0px;
}

.inline-list a {
	color:#fff;
}

.inline-credit {
	list-style-type:none;
}

.inline-credit li {
	display:inline-block;
	margin:0 20px;
	margin-bottom:20px;
}

/*
** Tag Cloud 
*/

.tag-cloud-section {
  background: #6C7A89;
  padding: 4rem;
  max-width: 800px;
  margin: 0 auto;
}

.tag-cloud-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #e6e6e6;
  border-bottom: 1px solid #cacaca;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.tag-cloud {
  margin: 1rem;
  text-align: center;
  list-style: none;
}

.tag-cloud .tag-cloud-individual-tag {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 5000px;
  background:  #354649;
  display: inline-block;
  color: #e6e6e6;
  margin: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

.tag-cloud .tag-cloud-individual-tag .fa {
  margin-left: 7px;
  color: #e6e6e6;
}

.tag-cloud .tag-cloud-individual-tag:hover {
  background: black;
  transition: background-color .2s ease-in;
}

/*
** timeline
*/

.timeline-container  {
	height:70vh;
	background:#E0E7E9;
	overflow: auto;
	color:white;
	margin:20px 0px;

}

.timeline .timeline-item::after, .timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.timeline {
  margin: 30px auto;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}

.timeline::before {
  background: #A3C6C4;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 3px;
}

.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

.timeline a {
  color: #fefefe;
  font-weight: bold;
  transition: all 0.25s ease-in;
}

.timeline a:hover {
  box-shadow: 0 1px 0px 0px #fefefe;
  transition: all 0.25s ease-in;
}

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}

.timeline .timeline-item .timeline-icon {
  background: #A3C6C4;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
  left: 14px;
  position: relative;
  top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}

.timeline .timeline-item .timeline-content {
  padding: 20px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
  background: #354649;
}

.timeline .timeline-item .timeline-content p {
  color: #fefefe;
}

.timeline .timeline-item .timeline-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
    border-left: 0;
    border-right: 7px solid #fefefe;
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
}

.timeline-container::-webkit-scrollbar {
  width: 0.5em;
  background-color: white;
}

.timeline-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

/*	::-webkit-scrollbar-thumb {
**	background-color: red;
**	outline: 10px solid green;}
*/	

.timeline-container::-webkit-scrollbar-thumb {
	background-color: #6C7A89;	
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

/*
** Image dans un article
*/

.flexible-article-image-full .thumbnail {
  width: 100%;
}

.flexible-article-image-full .thumbnail img {
  width: 100%;
}

.flexible-article-image-full .caption {
  font-size: 0.8rem;
  text-align: center;
}

.flexible-article-image-left {
  float: left;
  margin: 1rem 1.5rem 0 0;
  max-width: 20.5rem;
}

.flexible-article-image-left .caption {
  font-size: 0.8rem;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .flexible-article-image-left {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  .flexible-article-image-left .thumbnail {
    width: 100%;
  }
  .flexible-article-image-left .thumbnail img {
    width: 100%;
  }
}

.flexible-article-image-right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 20.5rem;
}

.flexible-article-image-right .caption {
  font-size: 0.8rem;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .flexible-article-image-right {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  .flexible-article-image-right .thumbnail {
    width: 100%;
  }
  .flexible-article-image-right .thumbnail img {
    width: 100%;
  }
}

/*
** slider 2 images pure CSS
*/

.slider2{
	overflow: hidden;
	height: 100%;
  padding-bottom: 10px;
}

.slider2 figure div{
	width: 50%;
	float: left;
	background-size:contain;
}

.slider2 figure img{
	width: 100%;
	float: left;
}

.slider2 figure{
	position: relative;
	width: 200%;
	margin: 0;
	left: 0;
	animation: 10s slides2 infinite;
}

.slider2 .slide h1{
	width: 50%;
	position: absolute;
	text-align: center;
	color: #fefefe;
  text-shadow: 1px 1px 2px $black;
  padding-top: 50px;
}

.slider2 .slide h2{
	width: 50%;
	position: absolute;
	text-align: center;
	color: #fefefe;
  text-shadow: 1px 1px 2px $black;
  padding-top: 50px;
}

@keyframes slides2{
	0%{
		left: 0%
	}

	50%{
		left: 0%;
	}

	52%{
		left: -100%;
	}

	100%{
		left: -100%;
	}
}

/*
** slider 5 images pure CSS
*/

.slider5{
	overflow: hidden;
	height: 100%;
}

.slider5 figure div{
	width: 20%;
	float: left;
	background-size:contain;
}

.slider5 figure img{
	width: 100%;
	float: left;
}

.slider5 figure{
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 50s slides5 infinite;
}

.slider5 .slide h2{
	width: 20%;
	position: absolute;
	text-align: center;
	color: #fefefe;
  text-shadow: 1px 1px 2px $black;
  padding-top: 10px;
}

@keyframes slides5{
	0%{
		left: 0%
	}

	10%{
		left: 0%;
	}

	12%{
		left: -100%;
	}

	22%{
		left: -100%;
	}

	24%{
		left: -200%;
	}

	34%{
		left: -200%;
	}

	36%{
		left: -300%;
	}

	46%{
		left: -300%;
	}

	48%{
		left: -400%;
	}

	58%{
		left: -400%;
	}

	60%{
		left: -300%;
	}

	70%{
		left: -300%;
	}

	72%{
		left: -200%;
	}

	82%{
		left: -200%;
	}

	84%{
		left: -100%;
	}

	94%{
		left: -100%;
	}

	96%{
		left: 0%;
	}

	100%{
		left: 0%;
	}
}

.fade-in {
	animation: fadeIn 2s;
}

@keyframes fadeIn{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*
** fade-in fade-out
*/

.fade-out {
	animation: fadeOut 2s;
}

@keyframes fadeOut{
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/*
** newspaper 2 colonnes
*/

@media screen and (min-width: 40em)
{
   .newspaper {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 0px solid lightblue; /* Chrome, Safari, Opera */
    -moz-column-rule: 0px solid lightblue; /* Firefox */
    column-rule: 0px solid lightblue;
    padding:10px 0px 10px 0px;
}

/*
** Quote
*/

.quote-inline-wrap-article-content {
  max-width: 100%;
  position: relative;
  font-family: 'Lato';
}

.quote-inline-wrap {
  float: left;
  max-width: 21.875rem;
  padding: 2.35rem 1rem 1rem 0;
}

.quote-inline-wrap .quote-inline-marks {
  font-size: 6rem;
  color: #8a8a8a;
	line-height:25%;
  font-family: 'Arial';
}

.quote-inline-wrap .quote-inline-testimonial {
  border-radius: 5px;
}

.quote-inline-wrap .quote-inline-testimonial p {
  font-weight: 300;
}

.quote-inline-wrap .quote-inline-person {
  margin-bottom: 1.5rem;
}

.quote-inline-wrap .quote-inline-person .quote-inline-photo img {
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  float: left;
  margin-right: 1rem;
}

.quote-inline-wrap .quote-inline-person p {
  position: relative;
  top: 5px;
}

.quote-inline-wrap .quote-inline-person p:nth-child(2) {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}

.quote-inline-wrap .quote-inline-person p:nth-child(3) {
  font-size: 0.875rem;
  font-weight: 400;
  color: #8a8a8a;
}

@media screen and (max-width: 40em) {
  .quote-inline-wrap {
    width: 100%;
    float: none;
    display: block;
  }
}

/*
** Ligne
*/

.hr50{border: none; width:50%; height:1px;color:#354649; background-color:#354649}
.hr67{border: none; width:67%; height:1px;color:#354649; background-color:#354649}
.hr50l{border: none; width:50%; height:1px;color:#354649; background-color:#354649; float:left}
.hr50r{border: none; width:50%; height:1px;color:#354649; background-color:#354649; float:right}
.hr75{border: none; width:75%; height:1px;color:#354649; background-color:#354649}
.hr75l{border: none; width:75%; height:1px;color:#354649; background-color:#354649; float:left}
.hr75r{border: none; width:75%; height:1px;color:#354649; background-color:#354649; float:right}
.hr80{border: none; width:80%; height:1px;color:#354649; background-color:#354649}
.hr85{border: none; width:85%; height:1px;color:#354649; background-color:#354649}
.hr875{border: none; width:87.50%; height:1px;color:#354649; background-color:#354649}
.hr90{border: none; width:90%; height:1px;color:#354649; background-color:#354649}
.hr100{border: none; width:100%; height:1px;color:#354649; background-color:#354649}

div.vertical-line{
      width: 1px; /* Line width */
      background-color: black; /* Line color */
      height: 100%; /* Override in-line if you want specific height. */
      display:inline-block; /* You can use position:absolute or display:inline-block or float: left or float: right
        if this fits better with your design */
    }

div.vertical-line-left{
      width: 1px; /* Line width */
      background-color: black; /* Line color */
      height: 100%; /* Override in-line if you want specific height. */
      float: left; /* You can  use position:absolute or display:inline-block or float: left or float: right
        if this fits better with your design */
    }

div.vertical-line-right{
      width: 1px; /* Line width */
      background-color: black; /* Line color */
      height: 100%; /* Override in-line if you want specific height. */
      float: right; /* You can  use position:absolute or display:inline-block or float: left or float: right
        if this fits better with your design */
    }
/*
** Tableau avec tri
*/

/* Classe obligatoire pour les flèches */
.flecheDesc {
  width: 0; 
  height: 0; 
  float:right;
  margin: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
}
.flecheAsc {
  width: 0; 
  height: 0;
  float:right;
  margin: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
}

/* Classe optionnelle pour le style */
.tableautri {border-spacing: 0px; margin:auto; border-collapse: separate;}
.tableautri td {padding:.25rem}
.zebre tbody tr:nth-child(odd) {background-color: white;border-bottom:1px solid #ccc;}
.zebre tbody tr:nth-child(even) {background-color:#E0E7E9; border-bottom:1px solid #ccc;}
.zebre tbody tr:hover:nth-child(odd) {background-color:#A3C6C4;color: white;}
.zebre tbody tr:hover:nth-child(even) {background-color:#A3C6C4;color: white;}

.avectri th {text-align:left;padding:5px 0px 0px 5px ;vertical-align:top;background-color:#6C7A89;cursor:pointer;font-weight:normal;color:white;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.avectri th.selection {background-color:#6C7A89;color:white;}
.avectri th.selection .flecheDesc {border-bottom-color: white;}
.avectri th.selection .flecheAsc {border-top-color: white;}
.zebre tbody td:nth-child(2) {text-align:center;}
.zebre tbody td:nth-child(4) {text-align:center;}
.zebre tbody td:nth-child(5) {text-align:center;}

/* Stats list */

.stats-list {
  list-style-type: none;
  clear: left;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}

.stats-list .stats-list-positive {
  color: #3adb76;
}

.stats-list .stats-list-negative {
  color: #cc4b37;
}

.stats-list > li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cacaca;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.stats-list > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.stats-list > li .stats-list-label {
  display: block;
  margin-top: 2px;
  font-size: 0.9em;
  font-weight: normal;
}

/* Popup */
.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
    margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}

/* social media icon facebook twitter envelope*/
.fa {
  padding: 10px;
  font-size: 15px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  opacity: 0.8;
}

.fa:hover {
    opacity: 0.5;
}
