
input[type="text"] {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border: 1px solid #4DA1A9;
    border-radius: 5px;
    font-size: 1rem;
}
h1 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #4DA1A9;
}
.suggestions {
    width: 100%;
    border: 1px solid #4DA1A9;
    border-radius: 5px;
    background-color: #F6F4F0;
    position: absolute;
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
}
.suggestion-item {
    padding: 0.8rem;
    cursor: pointer;
    border-bottom: 1px solid #4DA1A9;
}
.suggestion-item:hover {
    background-color: #4DA1A9;
    color: #F6F4F0;
}
button {
    background-color: #4DA1A9;
    color: #F6F4F0;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}
button:hover {
    background-color: #79D7BE;
}
.results {
    margin-top: 2rem;
    padding: 1rem;
    border: 1px solid #4DA1A9;
    border-radius: 5px;
    background-color: #F6F4F0;
}
.result-item {
    margin: 0.5rem 0;
    padding: 0.5rem;
    border-bottom: 1px solid #4DA1A9;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
 html, body {
	 height: 100%;
}
 .container {
	 width: 100%;
	 max-width: 1600px;
	 margin: 0 auto;
}
.container div button{
	position:relative;
	top:-9px;
   }
 .footer {
	 position: relative;
	 margin-top: 300px;
	 padding: 3rem 0;
	 color: #fff;
	 background: #000;
	 margin-top: auto;
     top:400px;
}
 .footer__columns {
	 display: flex;
	 justify-content: space-between;
}
 .footer__col-title {
	 font-size: 1.6rem;
	 margin-bottom: 2rem;
	 text-transform: uppercase;
	 display: flex;
	 align-items: center;
}
 .footer__col-title * ~ span {
	 margin-left: 1rem;
}
 .footer a {
	 display: flex;
	 align-items: center;
	 color: #fff;
	 text-decoration: none;
}
 .footer a * ~ span {
	 margin-left: 1rem;
}
 .footer__nav-list {
	 display: flex;
	 flex-direction: column;
	 gap: 1.5rem;
}
 .footer__copyrights {
	 padding-top: 3rem;
	 margin-top: 3rem;
	 border-top: 1px solid rgba(255, 255, 255, 0.2);
}
 .footer__copyrights p {
	 display: flex;
}
 .footer__copyrights p a {
	 margin-left: 0.5rem;
}
 @keyframes parralax {
	 0% {
		 background-position: 260px;
	}
	 100% {
		 background-position: -10000vw;
	}
}
 @keyframes moto {
	 0% {
		 transform: translateY(0) rotate(0);
	}
	 5% {
		 transform: translateY(0) rotate(-5deg);
	}
	 25% {
		 transform: translateY(60px) rotate(-20deg);
	}
	 49% {
		 transform: translateY(0) rotate(-1deg);
	}
	 51% {
		 transform: translateY(0) rotate(1deg);
	}
	 75% {
		 transform: translateY(60px) rotate(20deg);
	}
	 80% {
		 transform: translateY(60px) rotate(0deg);
	}
	 98% {
		 transform: translateY(0) rotate(0);
	}
}
 @keyframes voiture {
	 0% {
		 transform: rotate(0);
	}
	 25% {
		 transform: rotate(-5deg);
	}
	 50% {
		 transform: rotate(0);
	}
	 75% {
		 transform: rotate(5deg);
	}
	 100% {
		 transform: rotate(0);
	}
}
 .footer__parralax {
	 position: absolute;
	 left: 0;
	 top: -300px;
	 height: 300px;
	 width: 100%;
	 overflow: hidden;
}
 .footer__parralax-premierplan {
	 background-position: 260px;
}
 .footer__parralax-trees, .footer__parralax-premierplan, .footer__parralax-secondplan {
	 position: absolute;
	 inset: 0;
	 background-repeat: repeat-x;
	 background-position-y: 100% !important;
	 animation: parralax 600s linear infinite;
}
 .footer__parralax-moto {
	 position: absolute;
	 bottom: 80px;
	 left: 50%;
	 margin-left: -250px;
	 height: 200px;
	 width: 150px;
	 background: url(https://i.ibb.co/JCGfFJd/moto-net.gif);
	 background-repeat: no-repeat;
	 transform-origin: 50% 80%;
	 animation: moto 5s linear infinite;
}
 .footer__parralax-voiture {
	 position: absolute;
	 bottom: 10px;
	 left: 50%;
	 margin-left: 250px;
	 height: 114px;
	 width: 206px;
	 background: url(https://i.ibb.co/0Qhp4DN/voiture-fumee.gif);
	 background-repeat: no-repeat;
	 animation: voiture 1s linear infinite;
}
 .footer__parralax-trees {
	 background-image: url(https://i.ibb.co/nQM4PGJ/arbres.png);
	 bottom: -60px;
	 animation-duration: 1000s;
}
 .footer__parralax-premierplan {
	 background-image: url(https://i.ibb.co/RQhDWbk/premierplanv3.png);
	 animation-duration: 500s;
}
 .footer__parralax-secondplan {
	 background-image: url(https://i.ibb.co/J3TjC4W/second-plan.png);
	 animation-duration: 600s;
}
 

p {
	margin: 0;
  }
  
  .notice {
	position: relative;
	margin: 1em;
	background: #F9F9F9;
	padding: 1em 1em 1em 2em;
	border-left: 4px solid #DDD;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  }
  
  .notice:before {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: -17px;
	background-color: #DDD;
	color: #FFF;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-family: Georgia;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  }
  
  .info {
	border-color: #0074D9;
  }
  
  .info:before {
	content: "i";
	background-color: #0074D9;
  }
  