body {
  background-color: #FFF4ED !important ;
}

/* Logo Rond Cheerz */
.rounded-logo {
  width: 120px;
  height: 120px;
  position: relative;
  top: -50px;
  left: 42%;
}

@media (max-width: 319px) {
  .rounded-logo {
    top: -20px;
    left: 38%;
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rounded-logo {
    top: -26px;
    left: 38%;
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 375px) and (max-width: 479px) {
  .rounded-logo {
    top: -30px;
    left: 38%;
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .rounded-logo {
    top: -40px;
    left: 38%;
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rounded-logo {
    top: -50px;
    left: 41%;
    width: 120px;
    height: 120px;
  }
}

/* Cartes livraison */
.little-card {
  border-radius:10px; 
  min-height: 216px; 
  max-height: 216px; 
  aspect-ratio: 1 / 1;
}
 
/* Bannière Cheerz */
.sticky-banner-cheerz {
  width: 100%;
  background-color: #0953FB;
  font-family: "CentraNo1-Extrabold";
  font-weight: 800;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 60px;
  left: 0px;
  flex-shrink: 0;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

.line-mobile{
  display: none;
  border: none; 
  margin: 0; 
  padding: 0;
  height: 0px !important;
}

@media (max-width: 768px) {
  .sticky-banner-cheerz {
    font-size: 14px;
    white-space: normal;
  }

  .rounded-section{
    margin-top: 80px !important;
  }
  .line-mobile{
    display: block;
  }
}

/* Bannière Josepho quand cheerz*/
.sticky-banner-josepho-when-cheerz{
  width: 100%;
  background-color: #FFAD9F;
  font-family: "CentraNo1-Extrabold";
  font-weight: 800;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -6px;
  left: 0px;
  flex-shrink: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

/* Bannière Josepho quand cheerz*/
.sticky-banner-josepho{
  width: 100%;
  background-color: #FFAD9F;
  font-family: "CentraNo1-Extrabold";
  font-weight: 800;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 60px;
  left: 0px;
  flex-shrink: 0;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

.scrolling-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;
  animation: scroll 35s linear infinite;
}

.scrolling-text span {
  padding: 0 80px;
  color:white;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-160%);
  }
}

@media (max-width: 768px) {
  .sticky-banner {
    font-size: 14px;
  }

  .sticky-banner-josepho-when-cheerz{
    top: -5px;
  }

  .scrolling-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    white-space: nowrap;
    animation: scroll-mobile 15s linear infinite;
  }

  .scrolling-text span {
    padding: 0 10px;
  }

  @keyframes scroll-mobile {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-400%);
    }
  }
}

/* Block redirection bas de page */
.block-redirection {
  background-color: #333;
}

.block-redirection p {
  text-align: center;
}

.block-redirection a{
  margin-top: 25px;
}

@media (max-width: 768px) {
  .block-redirection p {
    text-align: left;
  }

  .block-redirection a{
    margin-top: 5px;
  }
  
  .block{
    margin-top: 40px;
  }
}

/* Logo block chiffres */
@media (max-width: 768px) {
  .cheese{
    height: 80px;
  }
  .full-image-card__card {
    padding: 30px 18px !important;
  }
}

@media (min-width: 1024px) {
  .full-image-card__counter {
    width: 217px !important;
  }
}

/* Adaptation titre block hero */
.h1{
  color: var(--Neutral-White-0, #FFF);
  font-family: "CentraNo1-Book";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  text-transform: uppercase;
}

/* Block redirection création de contour */
@media (max-width: 768px) {
  .block-contour{
    padding-inline: 15px;
    border-radius: 20px;
  }
}

/* Block mariage.net */
.mariage_net {
  padding-inline: 20%;
}
@media (max-width: 768px) {
  .mariage_net {
    padding-inline: 5%;
  }
}
