@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}

body {
	font-family: Arial, Helvetica, sans-serif!important;
	line-height: 1.42857143 !important;
	margin: 0;
	padding: 0;

	color: #32333f;
	background-color: white!important;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('../css/font/GothamRounded-Medium.eot');
	src: url('../css/font/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
		url('../css/font/GothamRounded-Medium.woff2') format('woff2'),
		url('../css/font/GothamRounded-Medium.woff') format('woff'),
		url('../css/font/GothamRounded-Medium.ttf') format('truetype'),
		url('../css/font/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

body a:link {
	color: #32333f;
	text-decoration: none;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
}

body a:visited {
	color: #32333f;
	text-decoration: none;
}

body a:hover {
	color: #32333f;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

body a:active {
	color: #32333f;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Gotham Rounded', sans-serif !important;
	color: white !important;
}

ul li {
	padding: 1%;
}

/**************************************************************************************************************/
/****************************************************HEADER****************************************************/
/**************************************************************************************************************/
header {
	text-align: right;
	-webkit-box-shadow: 0px 0px 18px 4px rgba(50,51,63,0.11);
	-moz-box-shadow: 0px 0px 18px 4px rgba(50,51,63,0.11);
	-ms-box-shadow: 0px 0px 18px 4px rgba(50,51,63,0.11);
	box-shadow: 0px 0px 18px 4px rgba(50,51,63,0.11);
	padding: 2% 0;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.brand {
	position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index: 999;
	width: 10%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;	
}

.brand img {
	width: 100%;
}

.nav-center {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.language {
	font-family: 'eplv', sans-serif;
	text-align: left;
	font-size: 19px!important;
    text-transform: uppercase;
    font-family: 'Gotham Rounded';
    color: #32333f!important;
}

/*****************************************************SHRINK***************************************************/
header.shrink {
	padding: 1% 0;
	-webkit-box-shadow: 0px 0px 18px 4px rgba(50,51,63,0.29);
	-moz-box-shadow: 0px 0px 18px 4px rgba(50,51,63,0.29);
	-ms-box-shadow: 0px 0px 18px 4px rgba(50,51,63,0.29);
	box-shadow: 0px 0px 18px 4px rgba(50,51,63,0.29);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

header.shrink .brand {
	width: 7%;
}

/**************************************************************************************************************/
/****************************************************FOOTER****************************************************/
/**************************************************************************************************************/
footer {
	background-color: rgba(50,51,63, 1);
}

.copyright {
	width: 100%;
	-webkit-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	-ms-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	position: relative;
}

.logo-left {
	height: 34px;
    width: auto;
}

.logo-right {
	height: 34px;
    width: auto;
}

/**************************************************************************************************************/
/***************************************************MUSEUMS****************************************************/
/**************************************************************************************************************/
.museums h2 {
	text-transform: lowercase;
	font-weight: bold;
	font-size: 2vw !important;
}

.museums h3 {
	font-size: 1.2rem;
	color: #32333f!important;
}

figure {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
}

figcaption {
	position: absolute;
	text-align: center;
	color: white;
	font-size: 12px;
	padding : 7px;
	background-color: rgba(50,51,63, 0.7);
	width: 100%;
    bottom: -30%;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

figure:hover figcaption {
	bottom: 0;
}

/**************************************************************************************************************/
/**************************************************SERVICES**************************************************/
/**************************************************************************************************************/
.services {
	cursor: pointer;
}

.services p {
	padding: 0;
	margin: 0;
	color: white;
}

.services h4 {
	color: white!important;
}

.services i {
	font-size: 50px;
	margin-bottom: 5%;
	color: #b1dc62;
}

.flashit {
	-webkit-animation: flash linear 2s infinite;
	animation: flash linear 2s infinite;
}

.tickets-link a {
	font-family: 'Gotham Rounded', sans-serif !important;
	font-size: 1.5vw;
	padding: 0.5rem 1.3rem 0.5rem 4.2rem!important;
}

.tickets-link a img {
	width: 28px;
}

figure {
	margin : 1em;
}

/**************************************************************************************************************/
/****************************************************VIDEO*****************************************************/
/**************************************************************************************************************/
#youtube {
	text-align: center;
	padding: 3%;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.38);
	-ms-box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 0.38);
	background-color: #000;
	margin: 3% auto 0 auto;
}

.video iframe,
#videos object,
#videos embed,
.youtube-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-englobe {
	text-align: center;
}

/**************************************************************************************************************/
/****************************************************TITLES****************************************************/
/**************************************************************************************************************/
.biodome {
	color: #23b5ee !important;
}

.biosphere {
	color: #00879e !important;
}

.insectarium {
	color: #E84C2E !important;
}

.botanical-garden {
	color: #27B67C !important;
}

.planetarium {
	color: #7e48d4 !important;
}


.bg-biodome {
	background-color: #23b5ee !important;
}

.bg-biosphere {
	background-color: #00879e !important;
}

.bg-insectarium {
	background-color: #E84C2E !important;
}

.bg-botanical-garden {
	background-color: #27B67C !important;
}

.bg-planetarium {
	background-color: #7e48d4 !important;
}

/**************************************************************************************************************/
/***************************************************BUTTONS****************************************************/
/**************************************************************************************************************/
.btn {
	font-family: 'Gotham Rounded', sans-serif!important;
    cursor: pointer;
    padding: 0.425rem 1rem 0.425rem 2.77rem!important;
	color: #32333f!important;
	position: relative;
}

.btn img {
    position: absolute;
    top: 50%;
	left: 7%;
    width: 20px;
    transform: translateY(-50%);
}

.btn-buy-tickets {
	background-color: #b1dc62!important;
}

.btn-buy-tickets:hover {
	box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb),.22)!important;
}

/**************************************************************************************************************/
/*****************************************************MAP******************************************************/
/**************************************************************************************************************/
#map {
	height: 440px;
	width: 100%;
	background-image: url(../img/bg-map.png);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	-ms-box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	cursor: grab;
}

/**************************************************************************************************************/
/****************************************************COORDS****************************************************/
/**************************************************************************************************************/
.coords h4 {
	width: 100%;
	font-size: 1.5rem!important;
	font-family: 'Gotham Rounded', sans-serif;
    font-weight: normal;
}

address {
	font-size: 12px;
	color: white;
	text-transform: none;
	padding-bottom: 1%;
	line-height: 18px;
}

address:last-child {
	margin-bottom: 0 !important;
}

.coords span {
	color: white;
}

.coords strong,
.coords span {
	font-family: 'Gotham Rounded', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.coords strong {
	margin-bottom: 7px;
	display: block;
}

.minutes {
	color: #b1dc62!important;
	font-size: 1.5rem!important;
}

/**************************************************************************************************************/
/****************************************************SLIDER****************************************************/
/**************************************************************************************************************/
#slider-eplv h1 {
	margin-top: 0;
	font-size: 2.5vw;
}

#slider-eplv p {
	font-size: 1.3vw!important;
	font-weight: 300;
	margin: 0;
}

.carousel-item {
	cursor: pointer;
}

.carousel-indicators {
    bottom: -65px!important;
}

.carousel-indicators li {
	width: 14px!important;
	height: 14px!important;
	border-radius: 50%;
	background: rgba(191, 195, 199, 1)!important;
	margin: 10px!important;
	padding: 2px!important;
	box-shadow:
	0 1px 1px rgba(50,51,63, 0),
	inset 0 1px 1px rgba(50,51,63, 0),
	0 0 0 2px rgba(50,51,63, 0);
	-webkit-transition: all 0.3s!important;
	-moz-transition: all 0.3s!important;
	-ms-transition: all 0.3s!important;
	-o-transition: all 0.3s!important;
	transition: all 0.3s!important;
	border: none!important;
}

.carousel-indicators li:hover {
	box-shadow:
		0 1px 1px rgba(50,51,63, 0.4),
		inset 0 1px 1px rgba(50,51,63, 0.1),
		0 0 0 2px rgba(50,51,63, 0.5);
}

.carousel-indicators .active {
	background: rgba(50, 51, 63, 1);
}

.carousel-caption {
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	background-color: rgba(50,51,63, 0.75);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px!important;
    height: 30px!important;
}

.carousel-control-next, .carousel-control-prev {
    top: 60%!important;
	z-index:3;
}

#slider-eplv .bg-img-1 {
	background-image: url(../img/musee-biodome.jpg);
	background-position: center 22%;
}

#slider-eplv .bg-img-2 {
	background-image: url(../img/musee-biosphere.jpg);
	background-position: center 45%;
}

#slider-eplv .bg-img-3 {
	background-image: url(../img/musee-insectarium.jpg);
	background-position: center 45%;
}

#slider-eplv .bg-img-4 {
	background-image: url(../img/musee-jardin-botanique.jpg);
	background-position: center 60%;
}

#slider-eplv .bg-img-5 {
	background-image: url(../img/musee-planetarium-rio-tinto-alcan.jpg);
	background-position: center 30%;
}

#slider-eplv .bg-img-6 {
	background-image: url(../img/bg-passeport-multi.svg);
	background-position: center center;
}

.slider-caption {
	position: absolute;
	right: 0;
	top: 80% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	background: rgb(50,51,63);
	background: linear-gradient(90deg, rgba(50,51,63,0) 3%, rgba(50,51,63,0.78) 30%, rgba(50,51,63,0.78) 70%, rgba(50,51,63,0) 97%);

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.curved {
	position: absolute;
	bottom: -1px;
	width: 100%;
	right: 0;
	z-index: 2;
}

.pastille {
	position: absolute;
	bottom: -7%;
	width: 13%;
	aspect-ratio: 1/1;
	right: 2%;
	z-index: 11;
	background-color: rgba(50,51,63,0.6);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	box-shadow: 0 5px 15px 0px rgba(50,51,63,0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.rabais {
	position: absolute;
    bottom: -14%;
    width: 8%;
    aspect-ratio: 1/1;
    right: 12.5%;
	z-index: 12;
	background-color: rgba(50,51,63,0.6);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center;
	box-shadow: 0 5px 15px 0px rgba(50,51,63,0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

/****************************************************SLIDER ANIMATIONS*****************************************/
@keyframes grow {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
	}
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
	}
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(50,51,63,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(50,51,63,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(50,51,63,0.6);
		transform: translatey(0px);
	}
}

#slider-eplv .bg-img {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	
	animation: grow 5s ease-in-out alternate;
	-webkit-animation: grow 5s ease-in-out alternate;
}

#slider-eplv h1 {
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}

#slider-eplv p {
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}

@-webkit-keyframes moveUp {
	0% {
		-webkit-transform: translateY(40px);
	}

	100% {
		-webkit-transform: translateY(0px);
	}
}

@-moz-keyframes moveUp {
	0% {
		-moz-transform: translateY(40px);
	}

	100% {
		-moz-transform: translateY(0px);
	}
}

@-o-keyframes moveUp {
	0% {
		-o-transform: translateY(40px);
	}

	100% {
		-o-transform: translateY(0px);
	}
}

@-ms-keyframes moveUp {
	0% {
		-ms-transform: translateY(40px);
	}

	100% {
		-ms-transform: translateY(0px);
	}
}

@keyframes moveUp {
	0% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/**************************************************************************************************************/
/***************************************************LOADING****************************************************/
/**************************************************************************************************************/
#loading {
	background: white;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999999;
	margin-top: 0px;
	top: 0px;
}

/**************************************************************************************************************/
/****************************************************MODAL*****************************************************/
/**************************************************************************************************************/
.modal-content {
	border: none !important;
}

.modal-footer {
	border-top: 1px solid #2c383d !important;
}

.modal-header {
	border-bottom: 1px solid #2c383d !important;
}

.modal-title {
	margin-bottom: 2% !important;
}

.close:focus,
.close:hover {
	filter: alpha(opacity=40) !important;
	opacity: .4 !important;
	color: white !important;
}

.close {
	filter: alpha(opacity=70) !important;
	opacity: .7 !important;
	color: white !important;
	cursor: pointer;
}

.btn-default {
	color: white !important;
	background-color: #2c383d !important;
	border-color: #B9BAB5 !important;
}

.modal-open {
	padding-right: 0px !important;
}

.modal-title {
	width: 90% !important;
}

.modal-body h5 {
	margin-top: 25px;
}

.modal-body h5.first {
	margin-top: 0 !important;
}

.modal .btn {
	margin-top: 25px;
}

.modal-open .modal {
	padding-right: 0 !important;
}

.modal-open {
	overflow: inherit !important;
}

/* ======== Cookie Yes ======== */

.cky-banner-element {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #b1dc62;
    background-color: rgba(0,0,0,0);
    padding-left: 0px;
    padding-right: 0px;
    border-width: initial;
    border-style: none;
    display: inline-flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: .8rem;
}



