@font-face {
	font-family: 'Cardo-Regular';
	src: url('Cardo-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'StarsandLove-BottomHeavy';
	src: url('StarsandLove-BottomHeavy.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

@keyframes etoiles-flotante {
  0%   { top: 0px; }
  50%  { top: -20px; }
  100% { top: 0px; }
}

@keyframes etoiles-flotante-mobile {
  0%   { top: 0px; }
  50%  { top: -10px; }
  100% { top: 0px; }
}

@keyframes descente-nuage {
  0%   { bottom: -30px; }
  50%  { bottom: -50px; }
  100% { bottom: -30px; }
}
@keyframes descente-nuage-mobile {
  0%   { bottom: -10px; }
  50%  { bottom: -20px; }
  100% { bottom: -10px; }
}


body {
	margin: 0;
}

html {
	background-color: rgb(17, 40, 113);
	background-attachment: fixed;
	background-size: cover;
}

em {
    font-style: normal;
}

#background-nuage {
  opacity: 0;
  bottom: -30px;
  display: block;
  position: fixed;
  z-index: -99;
  width: 100vw;
  height: auto;
  text-align: center;

  animation: fadeIn 0.3s ease-in forwards, descente-nuage 10s ease-in-out infinite;
  animation-delay: 0s, 1s;

}

#background-nuage img {
    width: 100vw;
    height: auto;
}

#background-nuage-tel {
  opacity: 0;
  bottom: -30px;
  display: none;
  position: fixed;
  z-index: -99;
  width: 100vw;
  height: auto;
  text-align: center;

  animation: fadeIn 0.3s ease-in forwards, descente-nuage 10s ease-in-out infinite;
  animation-delay: 0s, 1s;

}

#background-nuage-tel img {
    width: 100vw;
    height: auto;
}

#background {
	opacity: 0;  
	animation: fadeIn 0.3s ease-in forwards;
	top: 0px;
    display: block;
    position: fixed;
    z-index: -100;
    width: 100%;
}

#background img {
    width: 100%;
    height: auto;
}

#background-tel {
	opacity: 0;  
	animation: fadeIn 0.3s ease-in forwards;
	top: 0px;
    display: none;
    position: fixed;
    z-index: -101;
    width: 100%;
}

#background-tel img {
    width: 100%;
    height: auto;
}

.content {
    max-width: 1100px;
    min-height: 100%;
    width: 95%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.5s;
}

.Titre {
	opacity: 0;  
	font-family: 'StarsandLove-BottomHeavy', sans-serif;
	color: white;
	font-size: 30px;
	text-align: center;  
    z-index: 2;
	margin-top: 30px;
	margin-bottom: 30px;
	animation: fadeIn 0.3s ease-in forwards;
}

.button-container {
	opacity: 0;  
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
	justify-content: center;
	animation: fadeIn 0.3s ease-in forwards;
}

.button-deroulant {
	margin: 0px auto 0px auto;
    width: 300px;
}

.custom-button,.button-deroulant {
	font-family: 'StarsandLove-BottomHeavy', sans-serif;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid white;
	border-radius: 25px;
	padding: 8px;
	cursor: pointer;
    transition: filter 0.5s, transform 0.5s, background-color 0.3s ease;
	z-index: 5;
}

.custom-button:hover,.button-deroulant:hover {
	transform: scale(1.05);
	background-color: rgba(0, 0, 0, 0.1);
}

.Button-Actif {
	background-color: rgba(255, 255, 255, 0.4);
	color: White;
	border: 3px solid White;
    transform: none;
	cursor: auto;
}
.Button-Actif:hover {
	background-color: rgba(255, 255, 255, 0.4);
	color: White;
	border: 3px solid White;
    transform: none;
	cursor: auto;
}

.AffichagePage {
	margin-bottom: 70px;
}

.texte {
    max-width: 750px;
	margin: 0px auto 0px auto;
	padding: 20px;
	opacity: 0;  
	font-family: 'Cardo-Regular', sans-serif;
	font-size: 22px;
	text-align: center;  
	color: white;
	animation: fadeIn 0.3s ease-in forwards;
}

.texte-box-left {
    max-width: 900px;
    width: 89%;
	margin: 0px auto 0px auto;
	border-radius: 25px;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: justify;
	padding: 20px;
	opacity: 0;  
	font-family: 'Cardo-Regular', sans-serif;
	font-size: 22px;
	color: white;
	animation: fadeIn 0.3s ease-in forwards;
}

.texte-tab {
	margin-left: 25px;
}

.hidden {
	display: none;
}

.rounded-image {
	max-width: 200px;
	width: 100%;
	height: auto;
	border-radius: 50%;
	margin-top: 25px;
	border: 5px solid white;
	transition: transform 0.3s ease, filter 0.3s ease;
	opacity: 0;
	animation: fadeIn 0.3s ease-in forwards;
}

.rounded-image:hover {
	filter: brightness(105%);
	transform: scale(1.0);
}

.slideshow-container {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.icon-row {
    max-width: 400px;
	padding: 10px;
    margin: 20px auto 20px auto;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.icon-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    margin: auto;
    position: relative;
}

.icon {
    opacity: 0;
    max-width: 100%;
    max-height: 80px;
    border-radius: 50%;
    cursor: pointer;
    filter: brightness(70%);
    transition: filter 0.5s, transform 0.5s;
    border: 2px solid white;
    animation: fadeIn 0.3s ease-in forwards;
}

.icon:hover {
    transform: scale(1.1);
    filter: brightness(100%);
}

.icon-container:hover .Details {
    opacity: 1;
    display: block;
}

.Details {
    display: none;
    position: absolute;
    width: 100px;
    height: 20px;
    background-color: white;
    border-radius: 10px;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    line-height: 20px;
}

.ContainerPresentation {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ContainerPresentationBox {
	width: 45%;
	height: auto;
	margin: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ContainerPresentationBox img {
	border: 3px solid white;
	height: 300px;
	max-width: 100%;
	max-height: 100%;
	border-radius: 30px;
}

#Mylou-Gif {
	width: 128px;
	height: auto;
}

#Copyright {
	opacity: 0;
	color: rgba(255, 255, 255, 0.5); 
	text-align: center;  
	margin: 5px; 
	animation: fadeIn 0.3s ease-in forwards;
}

#Bouton_Conditions_Deroulement,#Bouton_Tarif_Deroulement {
	cursor: pointer;
	animation: fadeIn 0.3s ease-in forwards;
    background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
}

#Bouton_Conditions_Deroulement.visible,#Bouton_Tarif_Deroulement.visible {
	opacity: 1;
}

#Conditions_Deroulement, #Prix_Deroulement {
	max-width: 1100px;
	overflow: hidden;
	height: 0;
	transition: height 0.5s ease;
}
#gifMylou img {
	opacity: 0;
	animation: fadeIn 0.3s ease-in forwards;
    position: absolute;
	max-width: 80px;
	top: 180px;
	margin-left: 80px;
	cursor: pointer;
	transform: scale(0.95);
}

#gifMylou:hover img {
	transform: scale(1);
	filter: brightness(100%);
}

#ImageEtoile {
	opacity: 0;
	top: 0px;
	position: fixed;
	z-index: -90;
	animation: fadeIn 0.3s ease-in forwards, etoiles-flotante 10s ease-in-out infinite;

}

#ImageEtoile img {
    width: 100%;
    height: auto;
}



@media only screen and (max-width: 767px) {
	
	#background-nuage {
		display: none;
	}
	#background-nuage-tel {
		display: block;
		bottom: -10px;
		animation: fadeIn 0.3s ease-in forwards, descente-nuage-mobile 10s ease-in-out infinite;
	}
	#ImageEtoile {
		animation: fadeIn 0.3s ease-in forwards, etoiles-flotante-mobile 10s ease-in-out infinite;
	}
	#background {
		display: none;
	}
	#background-tel {
		display: block;
	}
	.ContainerPresentationBox {
		width: 100%;
	}
	.AffichagePage {
		margin-bottom: 0px;
	}

}