  p {
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	font-family: "verdana";
	font-weight: bold;
	font-size: 14px;
  }
  
  p.titre-fusia {
	color: #FF00FF;
	line-height: 1;
	text-align: center;
	font-family: "verdana";
	font-weight: bold;
	font-size: 20px;
  }	

   p.titre-fusia-petit {
	color: #853485;
	line-height: 1;
	text-align: center;
	font-family: "verdana";
	font-weight: bold;
	font-size: 14px;
  }	  

  p.remix-fusia {
	color: #853485;
	line-height: 1;
	text-align: center;
	font-family: "verdana";
	font-weight: bold;
	font-size: 14px;
  }	 
  
    p.left-fusia {
	color: #F2B6F2;
	line-height: 1.2;
	text-align: left;
	font-family: "verdana";
	font-weight: bold;
	font-size: 18px;
  } 

  p.li {
	color: #D13819;
	line-height: 1;
	text-align: center;
	font-family: "verdana";
	font-weight: bold;
	font-size: 30px;
  }  

  a.lien:hover {
	color: #000010;
	line-height: 1;
	text-align: center;
	font-family: "verdana";
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
  }
 
 h1 {
    color: #FF00FF;
    text-align: center;
	font-weight: bold;
	font-size: 35px;
 }
	
 form {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
	font-family: Arial, sans-serif;
    max-width: 600px;
    margin: 40px auto;
    padding: 0 20px;
    color: #d43333;
	}

 input[type="text"] {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
	max-width: 600px;
	background: #FF00FF;
	}
  
 button {
    padding: 10px 20px;
    background: #FF00FF;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    }

 button:hover {
    background: #A855F7;
   }

 .resultats li {
    background: #F7C3F7;
	color: #FF00FF;
    text-align: center;
	margin: 8px 0;
    padding: 10px 15px;
    border-radius: 6px;
    border-left: 4px solid #FF00FF;
	max-width: 600px;
	}
 
 .nb-resultats {
    color: #FF00FF;
    margin-bottom: 15px;
    }

 .aucun {
    text-align: center;
    color: #FF0000;
    font-style: italic;
    }

