*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #333;
    font-family: Arial, Helvetica, sans-serif;
    height: 100vh;
    background: url('monde.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
}


.container-first {
    position: absolute;
    top: 30%;
    left: 5%;
}

h1 {
    text-transform: uppercase;
    font-size: 110px;
    color: #f1f1f1;
    font-family: Abril fatface, sans-serif;
}
h1 span {
    position: relative;
}
.container-btns {
    position: relative;
    top: 50px;
}
.btn-first {
    border: 2px solid #f1f1f1;
    outline: none;
    background: transparent;
    font-size: 30px;
    padding: 20px;
    width: 300px;
    color: #f1f1f1;
    cursor: pointer;
}
.btn-first:nth-child(1){
    margin-right: 30px;
}
.btn-first:hover {
    transition: all 0.3s ease-in-out;
    background: #f1f1f1;
    color: #333;
}
.lignes {
    position: absolute;
    top: 6%;
    left: 5%;
}
.l1 {
    width: 250px;
    height: 3px;
    background: #f1f1f1;
    border-radius: 5px;
}
.l2 {
    width: 140px;
    height: 3px;
    background: #f1f1f1;
    border-radius: 5px;
    position: relative;
    top: 20px;
}

.logo {
    position: absolute;
    right: 2.9%;
    top: 4%;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.medias {
    list-style-type: none;
    position: absolute;
    right: 3.3%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bulle {
    width: 60px;
    height: 60px;
    border-radius: 70%;
    border: 1px solid #f1f1f100;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    background: #f1f1f100;
    cursor: pointer;
    position: relative;
}

.logo-medias {
    width: 40px;
    height: 40px;
}
button {
    padding: 20px 50px;
    font-size: 1.5rem;
    cursor: pointer;
    border: 0;
    color: #fff;
    background: transparent;
    position: relative;
    margin: 20px;
    transition: all .25s;
  }
  button::after,button::before {
    border: 3px solid #fff;
    content: '';
    position: absolute;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    transition: all .25s;
  }
  button:hover::after {
    transform: translate(-5px, -5px);
  }
  
  button:hover::before {
    transform: translate(5px, 5px);
  }
  body {
	color: #333;
	font: 100% Lato, Arial, Sans Serif;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

#background-wrap {
    bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}
.transition{
    position: fixed;
    width:100%;
    height:100%;
    background: #222222;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition : ease-in 0.4s;
}
.transition.active{
    opacity: 1;
    pointer-events: none;
}

.audio-container {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
}


.container22 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
}

.description {
    text-align: center;
    background-color: #00000085;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    color: #f1f1f1;
}

.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
}

.stage-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%; /* Largeur ajustée */
    border: 2px solid #ccc; /* Bordure pour une meilleure visibilité */
    border-radius: 10px; /* Coins arrondis */
    padding: 20px; /* Marge intérieure */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Ombre */
    color:white;
}

.left-content,
.right-content {
    width: 45%;
    text-align: center; /* Centrer le contenu horizontalement */
}

.left-content {
    animation: slideInLeft 1s ease-in-out; /* Animation de glissement depuis la gauche */
}

.right-content {
    animation: slideInRight 1s ease-in-out; /* Animation de glissement depuis la droite */
}

@keyframes slideInLeft {
    from {
        transform: translateX(-50px); /* Décalage initial vers la gauche */
        opacity: 0; /* Opacité initiale */
    }
    to {
        transform: translateX(0); /* Aucun décalage */
        opacity: 1; /* Opacité complète */
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(50px); /* Décalage initial vers la droite */
        opacity: 0; /* Opacité initiale */
    }
    to {
        transform: translateX(0); /* Aucun décalage */
        opacity: 1; /* Opacité complète */
    }
}

.stage h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.stage p {
    margin-bottom: 10px;
}

.stage a {
    display: inline-block;
    margin-top: 10px;
    color: blue;
    text-decoration: none; /* Supprimer le soulignement par défaut */
    transition: color 0.3s; /* Animation de transition pour la couleur du texte */
}

.stage a:hover {
    color: darkblue; /* Couleur du texte au survol */
}

.card-white{
    background-color:  #00000085;
    padding: 30px;
    margin: 0 auto;
    margin-top: 30px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    width: 70vw;
    color: white;
  
  }
