/* Typographies */

@font-face {
	font-family: 'CoreMellow45';
	src: url("/assets/fonts/CoreMellow45Regular.otf") format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CoreMellow65';
	src: url("/assets/fonts/CoreMellow65Bold.otf") format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'EnchantedLand';
	src: url("/assets/fonts/EnchantedLand.otf") format('opentype');
	font-weight: normal;
	font-style: normal;
}

/* Couleurs
Orange #e9500e
Marron #431503 */

body {
	background-color: #e9500e
}

a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.privileges-container {
	display: flex;
	flex-direction: row;
	/*justify-content: center;*/
	background-color: #e9500e;
}

.privileges-portrait {
	width: 40vw;
	margin-left: 0vw;
	text-align: right;
}

.privileges-portrait-img {
	/* max-width: 100vw; */
	max-height: 60vw;
	position: relative;
	z-index: 2;
	margin-right: 0vw;
}

.privileges-texte {
	margin-top: 0;
	width: 60vw;
	max-height: 90vh;
	z-index: 1;
	position: relative;
	left: 3vw;
}

.privileges-offre-img {
	max-width: 100%;
	max-height: 60vw;
	height: auto;
}

.privileges-conditions {
    font-family: Arial;
    /* background-color: #431503; */
    color: white;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    height: 135px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.privileges-condition-annuel {
    /* font-family: Arial; */
    margin-top: 5px;
    margin-bottom: 0px;
    position: relative;
    right: 240px;
}

.privileges-condition-mensuel {
    margin-top: 0;
    margin-bottom: 10px;
    right: 86px;
    position: relative;
}

.privileges-logos {
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-content: start;
	position: absolute;
	width: 90%;
	bottom: 7vh;
	right: 0px;
	left: 40vw;
}

.privileges-logo-filibus {
	width: 469px;
}

.privileges-logo-cm {
	width: 99px;
}

.bottom-bar {
	background-color: #431503;
	width: 100%;
	height: 18vh;
	position: absolute;
	bottom: -5vh;
	z-index: 0;
	transform: skew(0deg, -2deg);
}


.privileges-mobile-container,
.privileges-conditions-mobile {
	display: none;
}

@media screen and (min-aspect-ratio:1920/1080) {
    .privileges-portrait {
        width: 50%;
    }
	
    .privileges-portrait-img {
        /* max-width: 100vw; */
        max-height: 100vh;
        position: relative;
        z-index: 2;
        right: -12vh;
    }
	
	.privileges-texte {
        margin-top: 0;
        width: 50%;
        /* max-height: 90vh; */
        z-index: 1;
        position: relative;
        left: 3vw;
    }
	
    .privileges-offre-img {
        max-width: 100%;
        max-height: 100vh;
        height: auto;
        margin-left: -12vh;
    }

}


@media screen and (max-width:800px) {

	.privileges-container,
	.privileges-conditions {
		display: none;
	}

	.privileges-mobile-container,
	.privileges-conditions-mobile {
		display: block;
	}

	.privileges-portrait-mobile {
		display: flex;
		justify-content: center;
		width: 100vw;
		max-height: 45vh;
	}

	.privileges-portrait-img {
		/* max-width: 100vw; */
		max-height: 45vh;
		position: relative;
		z-index: 2;
	}

	.privileges-texte-mobile {
		display: flex;
		justify-content: center;
		max-width: 100vw;
		max-height: 45vh;
	}

	.privileges-offre-img {
		max-width: 92vw;
		max-height: 40vh;
	}

	.privileges-conditions-mobile {
		color: white;
		position: relative;
		left: 48vw;
		bottom: 55vh;
		font-size: 7px;
		transform: rotate(-90deg);
	}

	.privileges-logos-mobile {
		position: absolute;
		z-index: 1;
		bottom: 1vh;
		max-width: 95vw;
	}

	.privileges-logos-img {
		max-width: 100%;
	}

	.bottom-bar {
		background-color: #431503;
		width: 100%;
		height: 13vh;
		position: absolute;
		bottom: -5vh;
		z-index: 0;
		transform: skew(0deg, -2deg);
	}


}

@media screen and (max-width:430px) {
	.privileges-portrait-img {
        /* max-width: 100vw; */
        max-height: 37vh;
        position: relative;
        z-index: 2;
    }

	.bottom-bar {
        height: 11vh;
	}
}