body {
    font-size: 18px;
    color: #6c767d;
    font-family: 'Acme', sans-serif;
    background-image: url(../img/globales/trame-grise.gif);
    height: 100vh;
    min-height: 800px;
}

h1 {
    font-size: 36px;
    margin-bottom: .5em;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
    margin-top: 1em;
}

h4 {
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    font-family: 'Acme', serif;
    color: black;
}
.card {
    border: none;
	  padding: 60px 60px 60px;
    border-radius: 0;

}
.card_puce {
    border: none;
	border-radius: 0;
	background-color:fff;

}

.cardmoi {
    border: none;
    padding: 60px 60px 10px;
    border-radius: 0;
}
.cardmoi1 {
    border: none;
    padding: 0px 0px 0px 60px;
    border-radius: 0;
	display: block;
}
.cardmoi2 {
    border: none;
    padding: 60px 0px 0px 0px;
    border-radius: 0;
	display: block;
}

.cardmoi3 {
    border: none;
    padding: 30px 60px 0px 0px;
    border-radius: 0;

}

.cardmoi4 {
	color: black;
    border: none;
    padding: 0px 70px 20px;
    border-radius: 0;
	display: block;
}

.polluant{
    border: none;
    padding: 20px 60px 0px;
}
.divleg{
    border: none;
    padding-left: 5px;
}

.mention{
padding-bottom : 20px;
}


.container {
    position: relative;
/*     top: 50%;
    transform: translateY(-50%);
 */}

.my-card {
    box-shadow: 0px 5px 15px 5px rgb(203, 221, 232);
	background-color: #fff;
}

strike {
    color: red;
}


.btn-primary {
    font-family: 'Acme', serif;
    box-shadow: 0px 5px 15px 5px rgb(203, 221, 232);
    padding: 12px 40px;
    max-width: 225px;
    transition: ease;
}

.btn-primary:hover {
    box-shadow: 5px -2px 15px 0px rgb(203, 221, 232);
}

.social {
    padding-left: 0;
}

.social p {
    margin-bottom: 0;
}

.social li {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.card-text {
    margin-bottom: 20px;
}

.social .fa {
    font-size: 24px;
}
#cgv  {
	font-size: 14px;
	padding: 60px 60px 60px;
	background-color:#fff;
}

#inform-and-consent  {
font-size: 14px;
}
#cookie-banner-message  {
font-size: 14px;
}
#cookie-banner-message a {
	font-weight:600;
	text-decoration: none;
	color: #fff;
}
#cookie-banner-message a:hover {
color: #f17019;
}

footer p {
    font-size: 12px;
}

@media (max-width: 1199px) {
    body {
        min-height: 600px;
    }
    h1 {
        font-size: 24px;
    }
    h2,
    .social .fa {
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
    h4,
    p {
        font-size: 14px;
    }
    .card {
        padding: 50px 50px 30px;
    }
}
.table  td {
     vertical-align: middle;
}
.table  th{
     font-family: 'Acme', serif;
    color: black;
	padding: .75rem;
}
@media (min-width: 768px) and (max-width: 974px) {
	.container {
    position: relative;
    top: 10px;
	transform: translateY(0);
	}
}

@media (min-width: 990px) {
	.reseau{
	text-align: right;
}	
}

@media (min-width: 320px) and (max-width: 767px) {
    .container {
        position: relative;
        top: 0;
        transform: translateY(0);
    }

    .card {
        padding: 20px;
    }
}

.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}


path {  stroke: #fff; }
path:hover {  opacity:0.9; }
rect:hover {  fill:blue; }
.axis {  font: 10px sans-serif; }
.bar {  font: 11px sans-serif; }
.legend tr{    border-bottom:1px solid grey; }
.legend tr:first-child{    border-top:1px solid grey; }

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {  display: none; }
.legend{
    margin-top:10px;
    border-collapse: collapse;
    border-spacing: 0px;
	vertical-align: bottom;
}
.legend td{
    padding:4px 5px;
    vertical-align:bottom;
	font-size: 14px;
}
.legendFreq, .legendPerc{
    align:right;
    width:100px;
}
