
body {
  font-family: Arial, sans-serif;
    background-image: url('img/background.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: top left;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;

}
.container {
  max-width: 900px; !important
  margin: auto;
  padding-bottom: 100px;
  border-radius: 8px;
  background-color:#e4ddc3;
  min-height:800px;
  
}
textarea {
  width: 90%;
  min-height: 160px;
  padding: 14px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  resize: vertical;
  background: #fcfcfc;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}
button.pur-rect, button.map_button {
  margin-top: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #773aae, #9e58de);
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

button.pur-rect:hover, button.map_button:hover {
  background: linear-gradient(135deg, #8531ab, #a842d6);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

button.pur-rect:active, button.map_button:active {
  transform: translateY(0);
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
button.w-full {
	background: linear-gradient(135deg, #773aae, #9e58de);
	border-radius: 12px;
	color: white;
	margin-top: 10px;
	cursor: pointer;
	padding-left:10px;
}
#map {
  height: 500px;
  margin: 30px 0 30px 0;
  width:90%;
  border: 1px solid #666;
  border-radius: 20px;
  background-color: #ab87c9;
  z-index:10;
  opacity: 1;
  transition: opacity 1s ease;
}
div.poi {
	min-height:150px;
}
div.line{
	background-color:#FFFFFF;
	width:60%;
	height:3px;
    display: block;
    border: none;
	margin: 1em 0;
    padding: 0;
}
#suggestions {
  width:90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.first-letter-large {
      font-family: 'Amarante', cursive;
      font-size: 3.2em;
      display: inline-block;
      vertical-align: baseline;
      line-height: 1;
      margin-right: 1px;
}
.first-letter-medium {
      font-family: 'Amarante', cursive;
      font-size: 2em;
      display: inline-block;
      vertical-align: baseline;
      line-height: 1;
      margin-right: 1px;
}
h2 {  font-size: 2em;
		}

ul#poi-list {
  list-style: none;
  padding: 0;
}
ul#poi-list li {
  padding: 8px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.poi-popup-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  float:left;
  object-fit: cover;
  margin: 10px 10px 10px 10px;
}
#engagingMessage {
	  margin: 1em 0 1em 0;
}
#suggestions {
	  margin: 1em 0 1em 0;
}
#itineraryHTML {
		  margin: 1em 0 1em 0;
}
#box2 {width:90%;padding: 4px 4px 4px 4px;} 
#magic-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 900px;
  height: 50px;
  background: linear-gradient(135deg, #6a0dad, #681d8a);
  color: #fbeedb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 9999;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

#tsparticles {
  position: fixed;
  bottom: 50px; /* place les particules juste au-dessus de la bannière */
  width: 100%;
  height: 33vh;
  z-index: 950;
  pointer-events: none;
  display: none;
}

#magic-text {
  white-space: nowrap;
  display: inline-block;
}

#magic-text span {
  opacity: 0;
  display: inline-block;
  transform: scale(0.9);
  animation: letterAppear 0.4s ease forwards;
}

.ripple-marker {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.8;
}

.ripple-marker::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  left: 0;
  animation: ripple 2s infinite;
  opacity: 0.8;
}
.circle-check {
    width: 25px;
    height: 25px;
    border: 2px solid #3A154A;
    background: #f4f0e3;
    border-radius: 30%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
	margin:5px 5px 5px 5px ;
    color: #D7C1E0;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
}


.circle-check.done {
    background: #3A154A;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.6);
}

/* Petite animation de "pulse" */
.circle-check.done::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(52, 152, 219, 0.3);
    animation: pulse 0.5s ease-out forwards;
}
div#must-bring-div a{
	color:#3A154A;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes letterAppear {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(5px);
    filter: brightness(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: brightness(1);
  }
}
@media screen and (max-width: 800px) {
    body {
        font-size: 90%;
    }
    #magic-banner {
        font-size: 17px !important;
    }
}
