@charset "utf-8";
/* CSS Document */

:root {
	--main-color: #ffe89c;
	--secondary-color: #19372d;
	--third-color: #55bd9a;
	--fourth-color: #2c614f;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", serif!important;
	line-height: 1.42857143 !important;
	margin: 0;
	padding: 0;

	color: var(--secondary-color);
	background-color: var(--main-color)!important;
}

@font-face {
	font-family: 'Sloke Bold';
	src: url('../css/font/Sloke-Bold.eot');
	src: url('../css/font/Sloke-Bold.eot?#iefix') format('embedded-opentype'),
		url('../css/font/Sloke-Bold.woff2') format('woff2'),
		url('../css/font/Sloke-Bold.woff') format('woff'),
		url('../css/font/Sloke-Bold.ttf') format('truetype'),
		url('../css/font/Sloke-Bold.svg#Sloke-Regular') format('svg');
	font-weight: 500;
	font-style: normal;
}

body a:link {
	color: var(--secondary-color);
	text-decoration: none;
	transition: all .7s;
}

body a:visited {
	color: var(--secondary-color);
	text-decoration: none;
}

body a:hover {
	color: var(--secondary-color);
	text-decoration: none;
	transition: all .3s;
}

body a:active {
	color: var(--secondary-color);
	text-decoration: none;
}

h1,
h2,
h4,
h5 {
	color: var(--main-color) !important;
}

h1 {
	font-family: 'Sloke Bold', sans-serif !important;
	color: var(--third-color) !important;
}

h3 {
	color: #38b5cc !important;
	font-size: 1.5rem !important;
}

ul li {
	padding: 1%;
}

h2 small {
    font-size: 60%!important;
	display: block;
}

/**************************************************************************************************************/
/****************************************************HEADER****************************************************/
/**************************************************************************************************************/

header {
	text-align: right;
	box-shadow: 0px 0px 18px 4px rgba(25,55,45,0.11);
	padding: 2% 0;
    transition: all .5s;
	background-color: rgba(255,221,156, 0.88)!important;
}

.brand {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	z-index: 999;
	width: 10%;
    transition: all .5s;	
}

.brand img {
	width: 100%;
}

.nav-center {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.language {
	text-align: left;
	font-weight: 600;
	font-size: 19px!important;
    text-transform: uppercase;
    color: var(--secondary-color)!important;
}

.notice {
	padding: 8px;
	font-size: .8rem;
	color: var(--main-color);
	background-color: var(--fourth-color);
	text-align: center;
	margin: 0 auto;
}

/*****************************************************SHRINK***************************************************/

header.shrink {
	background-color: rgba(255,221,156, 1)!important;
	padding: 1% 0;
	box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.29);
    transition: all .5s;
}

header.shrink .brand {
	width: 7%;
}

/**************************************************************************************************************/
/****************************************************FOOTER****************************************************/
/**************************************************************************************************************/

footer {
	background-color: var(--secondary-color);
}

footer small {
    color: var(--third-color)!important;
}

.copyright {
	position: relative;
	width: 100%;
	box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
}

.logo-left {
	height: 34px;
    width: auto;
}

.logo-right {
	height: 34px;
    width: auto;
}

.logos {
	height: 60px;
    width: auto;
}

.logos-mobile {
	height: 80px;
    width: auto;
	margin-top: 15px;
}

/**************************************************************************************************************/
/*************************************************EXHIBITIONS**************************************************/
/**************************************************************************************************************/

.expos-item img {
	width: 100%;
}

.expos-item p:last-child {
	margin-bottom: 0;
}

.expos-item p {
	color: black;
}

.expos-item strong {
	color: var(--main-color);
}

.expos-item h3,
.expos-item h5 {
	color: var(--fourth-color) !important;
}

.expos-item-bg h3, .expos-item-bg h5, .expos-item-bg p {
	color: var(--main-color)!important;
	text-align: center;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.expos-item-bg {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ffe89c;
	transition: all 0.3s;
}

.no-border-bottom {
	border-bottom:none!important;
}

.expos-item-bg:hover h3.bigger,
.expos-item-bg:hover p {
	color: var(--third-color)!important;
}

.expos-item-bg-gradient {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background: #32333F;
	background: linear-gradient(0deg,rgba(25,55,45, 1) 20%, rgba(25,55,45, 0) 100%);
}

.bg-emolab  {
	background-image: url(../img/emolab.jpg);
	background-position: center 30%;
}

.bg-emolab:hover {
	background-position: center 35%;
}

.bg-transformer  {
	background-image: url(../img/transformer.jpg);
	background-position: center 65%;
}

.bg-transformer:hover {
	background-position: center 70%;
}

.bg-renversant  {
	background-image: url(../img/renversant.jpg);
	background-position: center 27%;
}

.bg-renversant:hover {
	background-position: center 32%;
}

.bg-chercher-refuge  {
	background-image: url(../img/chercher-refuge.jpg);
	background-position: center 60%;
}

.bg-chercher-refuge:hover {
	background-position: center 65%;
}

.bigger {
	font-size: 175%!important;
}

hr {
	margin: 0!important;
	height: 1px;
	opacity: 1!important;
	border: none!important;
	background: rgb(25,55,45);
	/*background: linear-gradient(90deg, rgba(15,50,98,0) 3%, rgba(15,50,98,0.78) 30%, rgba(15,50,98,0.78) 70%, rgba(15,50,98,0) 97%);*/
	background: linear-gradient(90deg, rgba(44,97,79,0) 3%, rgba(44,97,79,0.78) 30%, rgba(44,97,79,0.78) 70%, rgba(44,97,79,0) 97%);
}

/**************************************************************************************************************/
/************************************************SINGLE SPACE**************************************************/
/**************************************************************************************************************/

.single-space img  {
	padding: 0;
    background-color: var(--third-color);
    border: none;
    width: 100%;
    transform: scale(0.9);
}

.single-space:hover img {
	padding: 0.3rem;
    transform: scale(1);
	/*box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb),.22)!important;*/
}

.single-space h3, .single-space img  {
	transition: all .3s;
}

.single-space:hover h3 {
	color:var(--third-color)!important;
}

/**************************************************************************************************************/
/***************************************************MUSEUMS****************************************************/
/**************************************************************************************************************/

figure {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 22px;
}

figcaption {
	position: absolute;
	text-align: center;
	color: var(--main-color);
	font-size: 12px;
	padding : 7px;
	background-color: rgba(25,55,45, 0.7);
	width: 100%;
	bottom: -70%;
	transition: all 0.4s;
}

figure:hover figcaption {
	bottom: 0;
}

.middle-englobe {
	position: relative;
	cursor: pointer;
}

.middle i  {
	opacity: 0.6;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	color: var(--third-color);
	font-size: 75px;
	transition: all 0.3s;
}

.expos-item:hover .middle i {
	opacity: 1;
}

.mask  {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
}

/**************************************************************************************************************/
/**************************************************SERVICES**************************************************/
/**************************************************************************************************************/

.services {
	cursor: pointer;
}

.services p {
	padding: 0;
	margin: 0;
	color: var(--main-color);
}

.services h4 {
	color: var(--main-color)!important;
}

.services i {
	font-size: 50px;
	margin-bottom: 5%;
	color: var(--third-color);
}

.metro {
	width: 200px;
}

.flashit {
	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;
	z-index: 1;
}

.tickets-link a img {
	width: 28px;
}

main {
    background-image: url(../img/background.svg);
    background-position: center 25%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.gradient-sky { 
	padding:0;
    position: absolute;  
    top: -1px;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
    background: var(--secondary-color);
    background: linear-gradient(180deg, rgba(255,221,156,1) 85%, rgba(255,221,156,0) 100%);
}

main h2 {
	font-size: 1.7rem!important;
	text-transform: uppercase;
	background: rgb(44,97,79);
	background: linear-gradient(90deg, rgba(44,97,79,0) 3%, rgba(44,97,79,0.78) 30%, rgba(44,97,79,0.78) 70%, rgba(44,97,79,0) 97%);
	color: var(--main-color)!important;;
}

main h4 {
	font-size: 0.9rem!important;
	text-transform: uppercase;
	background: rgb(75,166,135);
	background: linear-gradient(90deg, rgba(75,166,135,0) 3%, rgba(75,166,135,0.78) 30%, rgba(75,166,135,0.78) 70%, rgba(75,166,135,0) 97%);
	color: var(--main-color)!important;;
}


svg {
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 5vw;
	right: 0;
	/* set height to pixels if you want angle to change with screen width */
}

.famille {
	position: absolute;
	width: 10%;
	bottom: -19px;
	right: 2%;
	transition: all .3s;
}

.biosphere {
	position: absolute;
	width: 30%;
	bottom: 56px;
	left: -5%;
	z-index: 0;
	transition: all .3s;
}

.montreal {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

/**************************************************************************************************************/
/****************************************************VIDEO*****************************************************/
/**************************************************************************************************************/
#youtube {
	text-align: center;
	padding: 3%;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	/*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;
}

video {
	width: 100%;
	height: auto;
	border: none !important;
	outline: none !important;
}

/**************************************************************************************************************/
/***************************************************BUTTONS****************************************************/
/**************************************************************************************************************/

.btn {
	font-family: 'Gotham Rounded', sans-serif!important;
    cursor: pointer;
    padding: 0.425rem 1rem 0.425rem 2.77rem!important;
	color: var(--secondary-color)!important;
	position: relative;
}

.btn img {
    position: absolute;
    top: 50%;
	left: 7%;
    width: 20px;
    transform: translateY(-50%);
}

.btn-buy-tickets {
	background-color: var(--third-color)!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;
	background-size: cover;
	box-shadow: 0px 0px 18px 4px rgba(0,0,0,0.38);
	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: var(--main-color);
	text-transform: none;
	padding-bottom: 1%;
	line-height: 18px;
}

address:last-child {
	margin-bottom: 0 !important;
}

.coords span {
	color: var(--main-color);
}

.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: var(--third-color)!important;
	font-size: 1.5rem!important;
}

/**************************************************************************************************************/
/****************************************************SLIDER****************************************************/
/**************************************************************************************************************/
#slider-eplv h1 {
	margin-top: 0;
	font-size: 3.5vw;
}

#slider-eplv h1 small {
	font-size: 2vw;
	font-family: "Inter", serif!important;
	display: block;
}

#slider-eplv h1 span {
	font-family: "Inter", serif!important;
	font-size: 75%;
	font-weight: bold;
}

span.five {
	font-size: 105%!important;
}

#slider-eplv p {
	font-size: 1.3vw!important;
	margin: 0;
	color: var(--third-color) !important;
	font-weight: 600;
}

.carousel-item {
	cursor: pointer;
}

.carousel-indicators {
    bottom: -65px!important;
}

.carousel-indicators li {
	width: 14px!important;
	height: 14px!important;
	border-radius: 50%;
	background: var(--third-color)!important;
	margin: 10px!important;
	padding: 2px!important;
	box-shadow:
	0 1px 1px rgba(25,55,45, 0),
	inset 0 1px 1px rgba(25,55,45, 0),
	0 0 0 2px rgba(25,55,45, 0);
	transition: all 0.3s!important;
	border: none!important;
}

.carousel-indicators li:hover {
	box-shadow:
		0 1px 1px rgba(25,55,45, 0.4),
		inset 0 1px 1px rgba(25,55,45, 0.1),
		0 0 0 2px rgba(25,55,45, 0.5);
}

.carousel-indicators .active {
	background: rgba(25,55,45, 1);
}

.carousel-caption {
	position: absolute;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: var(--main-color);
	text-align: center;
	background-color: rgba(25,55,45, 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-renversant.jpg);
	background-position: center;
}

#slider-eplv .bg-img-2 {
	background-image: url(../img/musee-biosphere-ete.jpg);
	background-position: center;
}

#slider-eplv .bg-img-6 {
	background-image: url(../img/bg-passeport-multi.svg);
	background-position: center;
}

.slider-caption {
	position: absolute;
	right: 0;
	top: 80% !important;
	transform: translateY(-50%);
	left: 0;
	z-index: 10;
	color: var(--main-color);
	text-align: center;
	background: rgb(25,55,45);
	background: linear-gradient(90deg, rgba(25,55,45,0) 3%, rgba(25,55,45,0.78) 30%, rgba(25,55,45,0.78) 70%, rgba(25,55,45,0) 97%);
	transition: all .3s;
}

.wrap-img-fixed {
	position: absolute;
	bottom: 35% !important;
	left: 0;
	width: 40%;
	margin: 0 30%;
	z-index: 0;
	background: rgba(25,55,45, 0.35);
	text-align: center;
	border-radius: 22px;
	box-shadow: rgba(25,55,45, 0.35) 0 0 35px 35px;
	animation: float-no-shadow 4s ease-in-out infinite;
}

.curved {
	position: absolute;
	bottom: -1px;
	width: 100%;
	right: 0;
	z-index: 2;
}

.pastille {
	position: absolute;
	bottom: -7%;
	width: 200px;
	aspect-ratio: 1/1;
	right: 2%;
	z-index: 11;
	background-color: rgba(25,55,45,0.6);
	background-size: cover;
	background-position: center;
	box-shadow: 0 5px 15px 0px rgba(25,55,45,0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	transition: all .3s;
}

.rabais {
	position: absolute;
	bottom: -14%;
	width: 130px;
	aspect-ratio: 1/1;
	right: 200px;
	z-index: 12;
	background-color: rgba(25,55,45,0.6);
	background-size: cover;
	background-position: center;
	box-shadow: 0 5px 15px 0px rgba(25,55,45,0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	transition: all .3s;
}

/****************************************************SLIDER ANIMATIONS*****************************************/
@keyframes grow {
    0% {
        transform: scale(1.1);
	}
    100% {
        transform: scale(1);
	}
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(25,55,45,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(25,55,45,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(25,55,45,0.6);
		transform: translatey(0px);
	}
}

@keyframes float-no-shadow {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

#slider-eplv .bg-img {
	width: 100%;
	height: 730px;
	background-size: cover;
	overflow: hidden;
	transform: scale(1);
	animation: grow 5s ease-in-out alternate;
}

#slider-eplv h1 {
	animation: moveUp 1s ease-in-out both;
}

#slider-eplv p {
	animation: fadeIn 0.5s linear 0.5s both;
}

@keyframes moveUp {
	0% {
		transform: translateY(40px);
	}

	100% {
		transform: translateY(0px);
	}
}

.path-position {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.passport {
	position: absolute;
	top: -190px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
}

.passport-animation {
	animation: float-no-shadow 4s ease-in-out infinite;
}

/**************************************************************************************************************/
/***************************************************LOADING****************************************************/
/**************************************************************************************************************/
/*LOADING*/
#loading {
	background-color: var(--secondary-color)!important;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999999;
	margin-top: 0px;
	top: 0px;
}

#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}

.sphere {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 300px;
	width: 300px;
	animation: rotateSphere 4s linear infinite;
	transform-style: preserve-3d;
}

.sphere .plane {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	list-style-type: none;
	transform-style: preserve-3d;
}

.sphere .plane li {
	position: absolute;
	height: 50%;
	width: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform-origin: bottom;
	box-sizing: border-box;
	transform-style: preserve-3d;
}

.sphere .plane li::after {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	display: inline-block;
	top: 0;
	left: 0;
	transform: translateX(-50%) rotateX(90deg);
	border-radius: 50px;
	background-color: #ffe89c;
}

.sphere .plane li:nth-child(1) {
	transform: rotate(10deg);
}

.sphere .plane li:nth-child(2) {
	transform: rotate(20deg);
}

.sphere .plane li:nth-child(3) {
	transform: rotate(30deg);
}

.sphere .plane li:nth-child(4) {
	transform: rotate(40deg);
}

.sphere .plane li:nth-child(5) {
	transform: rotate(50deg);
}

.sphere .plane li:nth-child(6) {
	transform: rotate(60deg);
}

.sphere .plane li:nth-child(7) {
	transform: rotate(70deg);
}

.sphere .plane li:nth-child(8) {
	transform: rotate(80deg);
}

.sphere .plane li:nth-child(9) {
	transform: rotate(90deg);
}

.sphere .plane li:nth-child(10) {
	transform: rotate(100deg);
}

.sphere .plane li:nth-child(11) {
	transform: rotate(110deg);
}

.sphere .plane li:nth-child(12) {
	transform: rotate(120deg);
}

.sphere .plane li:nth-child(13) {
	transform: rotate(130deg);
}

.sphere .plane li:nth-child(14) {
	transform: rotate(140deg);
}

.sphere .plane li:nth-child(15) {
	transform: rotate(150deg);
}

.sphere .plane li:nth-child(16) {
	transform: rotate(160deg);
}

.sphere .plane li:nth-child(17) {
	transform: rotate(170deg);
}

.sphere .plane li:nth-child(18) {
	transform: rotate(180deg);
}

.sphere .plane:nth-child(1) {
	transform: rotateY(10deg);
}

.sphere .plane:nth-child(2) {
	transform: rotateY(20deg);
}

.sphere .plane:nth-child(3) {
	transform: rotateY(30deg);
}

.sphere .plane:nth-child(4) {
	transform: rotateY(40deg);
}

.sphere .plane:nth-child(5) {
	transform: rotateY(50deg);
}

.sphere .plane:nth-child(6) {
	transform: rotateY(60deg);
}

.sphere .plane:nth-child(7) {
	transform: rotateY(70deg);
}

.sphere .plane:nth-child(8) {
	transform: rotateY(80deg);
}

.sphere .plane:nth-child(9) {
	transform: rotateY(90deg);
}

.sphere .plane:nth-child(10) {
	transform: rotateY(100deg);
}

.sphere .plane:nth-child(11) {
	transform: rotateY(110deg);
}

.sphere .plane:nth-child(12) {
	transform: rotateY(120deg);
}

.sphere .plane:nth-child(13) {
	transform: rotateY(130deg);
}

.sphere .plane:nth-child(14) {
	transform: rotateY(140deg);
}

.sphere .plane:nth-child(15) {
	transform: rotateY(150deg);
}

.sphere .plane:nth-child(16) {
	transform: rotateY(160deg);
}

.sphere .plane:nth-child(17) {
	transform: rotateY(170deg);
}

.sphere .plane:nth-child(18) {
	transform: rotateY(180deg);
}

.sphere .plane:nth-child(19) {
	transform: rotateY(190deg);
}

.sphere .plane:nth-child(20) {
	transform: rotateY(200deg);
}

.sphere .plane:nth-child(21) {
	transform: rotateY(210deg);
}

.sphere .plane:nth-child(22) {
	transform: rotateY(220deg);
}

.sphere .plane:nth-child(23) {
	transform: rotateY(230deg);
}

.sphere .plane:nth-child(24) {
	transform: rotateY(240deg);
}

.sphere .plane:nth-child(25) {
	transform: rotateY(250deg);
}

.sphere .plane:nth-child(26) {
	transform: rotateY(260deg);
}

.sphere .plane:nth-child(27) {
	transform: rotateY(270deg);
}

.sphere .plane:nth-child(28) {
	transform: rotateY(280deg);
}

.sphere .plane:nth-child(29) {
	transform: rotateY(290deg);
}

.sphere .plane:nth-child(30) {
	transform: rotateY(300deg);
}

.sphere .plane:nth-child(31) {
	transform: rotateY(310deg);
}

.sphere .plane:nth-child(32) {
	transform: rotateY(320deg);
}

.sphere .plane:nth-child(33) {
	transform: rotateY(330deg);
}

.sphere .plane:nth-child(34) {
	transform: rotateY(340deg);
}

.sphere .plane:nth-child(35) {
	transform: rotateY(350deg);
}

.sphere .plane:nth-child(36) {
	transform: rotateY(360deg);
}

@keyframes rotateSphere {
	0% {
		transform: rotate3d(1, 1, 1, -360deg);
	}
	100% {
		transform: rotate3d(0, 0, 0, 360deg);
	}
}
/*LOADING END*/


/**************************************************************************************************************/
/****************************************************MODAL*****************************************************/
/**************************************************************************************************************/
.modal-content {
	border: none !important;
	background: var(--main-color)!important;
}

.modal-footer {
	border-top: 0px solid var(--secondary-color) !important;
}

.modal-header {
	border-bottom: 1px solid var(--secondary-color) !important;
}

.modal-title {
	margin-bottom: 2% !important;
}

.close:focus,
.close:hover {
	filter: alpha(opacity=40) !important;
	opacity: .4 !important;
	color: var(--secondary-color) !important;
}

.close {
	filter: alpha(opacity=70) !important;
	opacity: .7 !important;
	color: var(--secondary-color) !important;
	cursor: pointer;
}

.btn-default {
	color: var(--secondary-color) !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;
}

.modal button {
    cursor: pointer;
    background: none;
    padding: 0!;
    font-size: 24px !important;
    border: none;
    color: var(--secondary-color);
}

/* ======== Cookie Yes ======== */

.cky-banner-element {
	color: var(--third-color);
    background-color: rgba(0,0,0,0);
    padding-left: 0px;
    padding-right: 0px;
    border-width: initial;
    border-style: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: .8rem;
	margin-top: 20px;
}

/* ======== SMOKE ======== */

.ag-smoke-block {
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
	position: absolute;
	bottom: -10%;
}

.ag-smoke_img {
	width: 100%;
	height: auto;

	z-index: 10;
	position: absolute;
	bottom: 0;
}

.ag-smoke_img__left {
	left: 0;
	animation: an-smoke-left 30s linear infinite;
}

.ag-smoke_img__right {
	right: 0;
	animation: an-smoke-right 30s linear infinite;
}

@keyframes an-smoke-left {

	0%,
	100% {
		transform: translate(0%, 0%);
	}

	25% {
		transform: translate(-10%, 0%);
	}

	50% {
		transform: translate(-20%, 0%);
	}

	75% {
		transform: translate(-10%, 0%);
	}
}

@keyframes an-smoke-right {

	0%,
	100% {
		transform: translate(0%, 0%);
	}

	25% {
		transform: translate(10%, 0%);
	}

	50% {
		transform: translate(20%, 0%);
	}

	75% {
		transform: translate(10%, 0%);
	}
}


@media only screen and (max-width: 767px) {
	.ag-format-container {
		width: 96%;
	}

}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
	.ag-format-container {
		width: 750px;
	}

}

@media (min-width: 980px) and (max-width: 1161px) {
	.ag-format-container {
		width: 960px;
	}

}





