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;
}

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

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

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;
}
#cnil{
display:none;
}
#loader{
display: block;
text-align: center;
margin-top: 150px;
}

#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-responsive  td {
     font-size: 14px;
	
}
.table  td {
     vertical-align: middle;

}
.table  th{
         font-family: 'Acme', serif;
    color: black;
}
@media (min-width: 768px) and (max-width: 974px) {
	.container {
    position: relative;
    top: 10px;
	transform: translateY(0);
	}
}


	


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

    .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;}



