
.soustitre{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	margin: 0;
	padding: 0;
	font-size: 36px;
}

.article {
    background-color: rgba(212, 180, 0, 0.5);
    color: black;
    padding: 20px;
    padding-bottom: 20px;
    margin: 20px auto;
    /* border-radius: 50%; */
    border-radius: 100px 50px;
    /* border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px; */
}

.articleImgCouv{
    
    background-color: rgba(212, 180, 0, 0.5);
    color: black;
    padding: 20px;
    padding-bottom: 20px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 1000px;
    /* border-radius: 50%; */
    border-radius: 50px;
}

.articleImg {
    
    background-color: rgba(212, 180, 0, 0.5);
    color: black;
    padding: 20px;
    padding-bottom: 20px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 600px;
    /* border-radius: 50%; */
    border-radius: 50px;
    text-align: center;
    
}

.articleImg img{
    /* width: 100%; */
    max-width: 100%;
    border-radius: 50px;
}
.articleImgCouv img{
    width: 100%;
    border-radius: 50px;
}

@media only screen and (max-width:900px) {
}


/* @media only screen and (max-width:600px) {
    .article {
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
    }
} */

.contentitem {
	text-align: justify;
	margin: 20px;
    font-family: cursive;
}

.centeritem{
    text-align: center;
}
