* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #012169;
  color: #fff;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Header*/
.logoguarana {
  width: 300px;
}

header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem 0;
  text-align: center;
  border-radius: 20px;
  margin: 2rem 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.titre {
  text-shadow: 1px 5px 2px rgba(0, 0, 0, 0.7);
}

.textePresentationGuarana {
  font-weight: bolder;
}

.lienADPROD {
  text-decoration: none;
  font-size: 25px;
  color: #009639;
  background-color: white;
  border-radius: 5px;
  padding: 5px;
}

.section {
  backdrop-filter: blur(10px);
  padding: 3rem 0;
  margin: 2rem 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.guaranaColorYellow {
  color: #FEDD00;
}

.guaranaTitre {
  background: -webkit-linear-gradient(0deg, #ffffff 0%, #48abe0 38%, #48e049 52%, #e0d448 81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-links a {
  font-size: 25px;
  text-decoration: none;
  color: whitesmoke;
}

@media screen and (min-width: 800px) {

  .icones {
    font-size: 200%;
  }
}

.bi-envelope {
  color: #FEDD00;
}

.bi-youtube {
  color: #FF0000;
}

.bi-phone {
  color: #009639;
}

/* Présentation border: 1px solid #0253b7;*/
.cardrePresentation {
  background: rgba(255, 255, 255, 0.022);
  box-shadow: 0 8px 25px rgba(0, 150, 57, 0.2), 0 0 20px rgba(254, 223, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 2px solid #009639;
}

.textePresentationGuarana {
  font-size: clamp(0.3125rem, -0.5208rem + 6.6667vw, 1.5625rem);
  text-align: justify;
}

.imgPresentationGuarana {
  border-radius: 5px;
  object-fit: cover;
}

.imgPresentationGuarana:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(254, 223, 0, 0.4);
}

/*Vidéo*/
.VideoGuarana {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.VideoGuarana iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
}

/*audios*/

.playlist-section {
  border: 1px solid #FEDD00;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.song-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.song-item:hover {
  background: -webkit-linear-gradient(0deg, #ffffff 0%, #48abe0 38%, #48e049 52%, #e0d448 81%);
}

.song-item.active {
  background: -webkit-linear-gradient(0deg, #48abe0 38%, #48e049 52%, #e0d448 81%);
}

.song-item:last-child {
  border-bottom: none;
}

.song-number {
  color: #ffffff;
  font-weight: bold;
  margin-right: 20px;
  font-size: 1.5em;
  font-weight: bolder;
}

.song-title {
  flex: 1;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bolder;
}

.song-duration {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bolder;
}

/*Logo*/

.logoAgprod {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: glow 8s infinite;
}

@keyframes glow {

  0%,
  100% {
    border-color: black;
  }

  50% {
    box-shadow: 0 0 15px #7c4dff;
  }
}

/*Footer*/
footer {
  background: linear-gradient(135deg, #012169, #009639);
}

.footer-bottom {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/*********************************/
/**********Animations*************/
/*********************************/

.animOverture {
  -webkit-animation: animOverture 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: animOverture 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-8-19 16:35:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes animOverture {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes animOverture {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animOvertureLogoAgprod{
  -webkit-animation: animOvertureLogoAgprod 3s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
  animation: animOvertureLogoAgprod 3s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}

@-webkit-keyframes animOvertureLogoAgprod{
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}

@keyframes animOvertureLogoAgprod{
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }

  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}