@media (min-width: 768px) {
	.carousel-multi-item-2 .col-md-3 {
	float: left;
	width: 25%;
	max-width: 100%; 
	} 
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@font-face{
	font-family:'Inria Sans';
	src:	url('fonts/InriaSans-Regular.eot');
	src:	url('fonts/InriaSans-Regular.eot?#iefix') format('embedded-opentype'),
			url('fonts/InriaSans-Regular.woff2') format('woff2'),
			url('fonts/InriaSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family:'Inria Sans';
	src:	url('fonts/InriaSans-Bold.eot');
	src:	url('fonts/InriaSans-Bold.eot?#iefix') format('embedded-opentype'),
			url('fonts/InriaSans-Bold.woff2') format('woff2'),
			url('fonts/InriaSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #222222;
	color: #EEEEEE;
	font-family: Inria Sans, Arial, sans-serif;
	font-size: 1.1em;
}

h1{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 15px;
	font-size: 4em;
}

h3{
	color: #26ae5f;
	text-align: center;
	font-size: 1.6em;
	text-decoration: underline;
	margin-bottom: 1.5rem;
}

a{
    color: #EEEEEE;
    font-weight: bold;
}

a:hover{
    color: #26ae5f;
	text-decoration: none;
}

p{
	margin-bottom: 1.5rem;
	text-align: center;
}

img{
	border-radius: 2%;
}

ul{
	list-style: none;
	padding-left: 1rem;
}

li{
	margin-bottom: 8px;
	margin-top: 20px;
	font-weight: bold;
	text-decoration: underline;
}

li::before{
	content: "•"; color: #26ae5f;
	display: inline-block; width: 0.7em;
	margin-left: -1em;
	font-weight: bold;
	font-size: 20px;
}

footer{
	background-color: #222222;
}

.carousel-inner{
	margin-top: 15px;
}

.carousel-multi-item-2 .card img {
	border-radius: 2px; 
}

.gallery-img{
	width: 100%;
	filter: grayscale(100%);
	opacity: 1;
	transition-duration: 0.6s;
	object-fit: contain;
	border: solid lightgray 1px;
}

.gallery-img:hover{
	filter: grayscale(0%);
	opacity: 0.95;
}

/* .text-img{
	filter: grayscale(0%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #46c47a;
	font-size: 1.2em;

} */

.marge{
	margin-bottom: 20px;
}

.description{
	font-style: italic;
	font-size: 1em;
}

.exterior-bar{
	background-color: #EEEEEE;
	padding-left: 0; /*Overwrite Bootstrap class col-9 */
	margin-bottom: 15px;
}



.h-underline{
	transition-duration: 0.6s;
}

.h-underline:hover{
	color: #26ae5f;
	border-bottom: solid #26ae5f 2px;
}

.underline{
	transition-duration: 0.6s;
}

.underline:hover{
	color: #26ae5f;
	opacity: 0.8;
}

.h-cover{
	display: block;
	padding: 0 10px 20px;
}

.menu{
	padding-top: 25px;
	text-align: center;
	letter-spacing: 3px;
	font-size: 1.1em;
	background-color: #222222;
}

.overlay-text{
	font-size: 1.2em;
	padding-bottom: 120px;
}

.post{
	background: #333333;
	padding: 35px;
	font-size: 1em;
	transform: translate3d(0, 0, 0);
}

.green-line{
	margin-bottom: 0;
	border-bottom: solid #26ae5f 2px;
	width: 100%;
}

.outdoor-bar{
	background-color: #26ae5f;
	padding-left: 0; /*Overwrite Bootstrap class col-9 */
}

.indoor-bar{
	background-color: #46c47a;
	padding-left: 15px;
	padding-right: 15px;
}

.separation{
	border-bottom: solid #777777 1px;
	padding-bottom: 20px;
}



/* TODO : usable */
.apparition {
	opacity: 0; 
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari et Chrome */
	-o-animation: fadein 2s; /* Opera */
	animation-fill-mode: forwards;
	animation-delay: 0s;
}



.controls-bottom{
	-text-align: center;
	font-size: 36px;
}

