.single {
    min-height: 40vh;
	padding-bottom: 40px;
}

.actu__content {
    margin-top: 50px;
    display: flex;
    flex-direction: column-reverse;
}

.classic__subtitle, .bottom-infos__title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--main-color);
    font-family: 'Raleway', sans-serif;
}

.warning {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 20px;
}

/*===== Page Evenement =====*/

.single-evenement .evenement, .single .actu {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: 1.6rem;
}

.single-evenement .title {
    margin: 50px 0 0 0;
}

.single-evement .title__prefix {
    transform: translate(-10%, -40%);
}

.single-evenement .evenement__title, .single .actu__title {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding-top: 55px;
    text-transform: uppercase;
    color: var(--main-shade-color);
}



/*===== Page actualité =====*/

.single .actu__title {
    margin-bottom: 20px;
}

.single-evenement .evement__img {
    margin: 20px 0;
}

.single-evenement .title__prefix {
    transform: translate(-15%, -35%);
    font-size: 2rem;
}

.single img {
    margin: 20px auto;
    display: block;
}



/*===== Page recherche =====*/

.result {
    margin-bottom: 50px;
}

.result a {
    border-bottom: 0;
}

.result__title, .result__term {
    font-size: 2.2rem;
    text-align: center;
}

.result__term {
    font-weight: 700;
    color: var(--punchy-color);
    display: block;
}

.result__container {
    list-style: disc;
    font-size: 1.6rem;
    margin: 20px 0 50px;
    padding: 0 20px;
}

.result__container .breadcrumb {
    margin: 20px auto 50px;
}

.result__container li {
    margin-top: 20px;
}

.result__url time {
    color: var(--main-color);
}

.result__container li a {
    border-bottom: 0 !important;
    color: #fff !important;
    font-weight: 600 !important;
}


/* Ecran > 650px */

@media screen and (min-width: 650px) {
    
    .classic__subtitle, .bottom-infos__title {
        font-size: 2.5rem;
    }

    .single-evenement .title__prefix {
        transform: translate(-20%, -25%);
        font-size: 2.3rem;
    }
    
    .actu__content {
        flex-direction: row;
    }
    
    .actu__content .actu__text {
        width: 70%;
        padding-right: 40px;
    }
    
    .actu__content .actu__thumbnail {
        max-width: 400px;
    }
    
    .actu__content .actu__thumbnail img {
        margin: 0;
    }
    
}