/* 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;
}

.privilege_global_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.privileges-container {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    background-color: #e9500e;
    width: 95%;
    height: auto;
    max-height: 85vh;
}

.privileges_abo_mensuels_annuels{
    font-size: 4em;
    color: #431503;
    font-family: 'EnchantedLand';
    margin-top: 30px;
}

.privileges-portrait {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* width: 55%; */
    height: auto;
    /* margin-left: 0vw; */
    /* text-align: right; */
}

.privileges-portrait-img {
    max-width: 60vw;
    max-height: 90vh;
    position: relative;
    z-index: 2;
    right: 0;
    margin-top: 6vh;
}

.privileges-texte {
    margin-top: 0;
    width: auto;
    height: auto;
    z-index: 1;
    position: relative;
    left: -6vw;
    display: flex;
    justify-content: center;
}

.privileges-offre-img {
    max-width: 100%;
    max-height: 100vh;
    height: auto;
}

.privileges-conditions {
    /* background-color: #431503; */
    color: white;
    font-family: Arial;
    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 {
    margin-top: 5px;
    margin-bottom: 0px;
    position: relative;
    right: 260px;
}

.privileges-condition-mensuel {
    margin-top: 5px;
    margin-bottom: 5px;
    right: 95px;
    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%;
        height: 96vh;
        justify-content: start;
    }
    .privileges-portrait-img {
        max-width: 58vw;
        max-height: 100vh;
        position: relative;
        z-index: 2;
        right: 9vh;
    }
	
    .privileges-texte {
        margin-top: 0;
        width: 50%;
        /* max-height: 90vh;
        z-index: 1;
        position: relative;
        left: 6vw;
    }
	
    .privileges-offre-img {
        max-width: 100%;
        max-height: 100vh;
        height: auto;
        margin-left: -12vh;
    }

}*/

@media screen and (min-width:2000px) {
    .privileges_abo_mensuels_annuels {
        font-size: 8em;
        color: #431503;
        font-family: 'EnchantedLand';
        margin-top: 30px;
    }
}


@media screen and (max-width:1024px) {

    .privileges_abo_mensuels_annuels{
        display: none;
    }

	.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: 68vw;
        max-height: 50vh;
        position: relative;
        z-index: 2;
        margin-top: 0;
    }

    .privileges-offre-img {
        max-width: 107vw;
        max-height: 45vh;
    }

    .privileges-texte-mobile {
        display: flex;
        justify-content: center;
        max-width: 110vw;
        max-height: 50vh;
    }


    .privileges-conditions-mobile {
        color: white;
        position: absolute;
        right: -100px;
        bottom: 35vh;
        font-size: 10px;
        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:800px) {

    .privileges_abo_mensuels_annuels{
        display: none;
    }

	.privileges-container,
	.privileges-conditions {
		display: none;
	}

	.privileges-mobile-container,
	.privileges-conditions-mobile {
		display: block;
        margin-top: 2vh;
	}

    .privileges-portrait-mobile {
        display: flex;
        justify-content: center;
        width: 100vw;
        max-height: 45vh;
    }

    .privileges-portrait-img {
        max-width: 90vw;
        max-height: 40vh;
        position: relative;
        z-index: 2;
        margin-top: 0;
    }

    .privileges-offre-img {
        max-width: 107vw;
        max-height: 45vh;
    }

    .privileges-texte-mobile {
        display: flex;
        justify-content: center;
        max-width: 110vw;
        max-height: 50vh;
    }

    .privileges-conditions-mobile {
        color: white;
        position: absolute;
        right: -88px;
        bottom: 35vh;
        font-size: 9px;
        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-mobile {
        display: flex;
        justify-content: center;
        width: 100vw;
        max-height: 55vh;
    }

    .privileges_abo_mensuels_annuels{
        display: none;
    }

    .privileges-portrait-img {
        max-width: 100vw;
        max-height: 40vh;
        position: relative;
        z-index: 2;
    }

    .privileges-texte-mobile {
        display: flex;
        justify-content: center;
        max-width: 110vw;
        max-height: 50vh;
    }

	.bottom-bar {
        height: 11vh;
	}

    .privileges-offre-img {
        max-width: 107vw;
        max-height: 41vh;
    }

    .privileges-conditions-mobile {
        color: white;
        position: absolute;
        right: -78px;
        bottom: 35vh;
        font-size: 8px;
        transform: rotate(-90deg);
    }
}