.nunito {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 ;
  font-style: normal;


}

body{
     background-color:#cccccc;
    font-family: "Nunito", sans-serif;
}


#container {
    background-color: black;
    color: white;
    padding: 30px;
    width: 70%;
    margin: auto;
    border-radius: 15px;
    margin-top: 215px;
    margin-bottom: 50px;
}

#title{
    position: absolute;
    top: 5%;
    left:13%;
     width: 50%;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
}

h1 {
    font-size: 36px;
    margin-bottom: 20px;
    
}

h2 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
    
}

p {
    font-size: 25px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.cursor::after {
    content: "|";
    margin-left: 4px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}




#image {
    display: block;
    margin: -10px auto 0;
    width: 60%;
    opacity: 0;
    transition: opacity 1s ease;
}

#image.visible {
    opacity: 1;
}

.retour{
   text-align: center;
    position:absolute;
    top:155%;
    left: 38%;
    width: 20%;
     color: black;
    padding: 15px;
    background-color: white;
    border-radius: 50px;
    transition: 0.5s;
    padding-top: 5px;
}
.ensavoirplus {
	background: rgb(188 87 36);
	color: rgb(255 255 255);
	text-decoration: none;
	display: inline-block;
	padding: 0.5em;
	border-radius: 0.25em;
}

aside {
	width: 50vw;
	margin: 0 auto;
	text-align: left;
}

aside p {
	margin-bottom: 1em;
}

.IA{
   text-align: center;
    position:absolute;
    top:6.5%;
    left: 65%;
    width: 20%;
     color: rgb(0, 0, 0);
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    transition: 0.5s;
    font-size:50px;
    padding-bottom: 21px;
    text-decoration: none;
}
