html{
    font-family: Arial, sans-serif;
    background-color: #c74a78;
    margin: 0;
    padding: 0;
    color : white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dancing Script', cursive;
    margin: 0;
    padding: 0;
}


.entree{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap : 1em;
    margin-top: 2em;
}

.entree input[type="password"]{
    padding: 0.5em;
    font-size: 1.2em;
    border: none;
    border-radius: 5px;
    width: 300px;
}

.entree button{
    padding: 0.5em 1em;
    font-size: 1.2em;
    border: none;
    border-radius: 5px;
    background-color: #7D2646;
    color: white;
    cursor: pointer;
}

.centered-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
}

h1{
    text-align: center;
    color: #fff;
    font-size: 3.4em;
    margin-top: 0.5em;
    margin-bottom: 0.2em;
}

h2{
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    margin-top: 0.2em;
    font-style: italic;
}

#duree{
    font-family: Arial, sans-serif;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    margin-top: 0.8em;
    margin-bottom: 2em;
}

h3{
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    margin-top: 0.8em;
    margin-bottom: 2em;
}

h4{
    color: #fff;
    font-size: 3.3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 5%;
    text-decoration: underline;
}

#recap{
	margin-top: 2em;
	margin-left:6%;
	margin-right: 6%;
}

#recap h4{
    text-align: center;
	font-size: 2.8em;
	border-bottom: solid 8px #7D2646;
    text-decoration: none;
}

#recap article{
	margin:1em;
	gap: 0.5em;
}

#recap article img{
	width: 33%;
}

#recap article p{
	font-size: 1.7em;
}

#recap article p a{
    color: #7D2646;
}

@media (max-width : 900px) {
    #recap article p{
        font-size: 1.2em;
    }
}
