.bloc-milieu{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
    background:  linear-gradient(to right ,  rgb(199, 230, 235),rgb(76, 172, 236));
    grid-template-columns: 1fr;


    display: flex;
    flex-direction: column;
    z-index: 1;
}

.post-image{
    height: 100%;
    width: 40rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}


.sous-titre{
    font-size: 1.4rem;
    padding: min(2vw,1rem);
    border-radius: 8px;

    height: auto;
    width: 15rem;

    margin-left: 7%;
    background-color: rgb(170, 218, 226);
    cursor: pointer;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

.sous-titre-blog:hover {
    transition: .4s;
	color: rgb(40, 109, 213);
}

h2 a {
    width: 15rem;
    padding: min(2vw,1rem);
}

.sous-titre:hover{
    transition: 0.5s;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}


.post-frame{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
}

.post-frame a{
    text-decoration: none;
    color: black;
}

.post-frame figcaption {
    color: black;
    font-size: 1.5rem;
    padding: 0.4rem;
    display: inline-block;
}

.video-frame a{
    text-decoration: none;
    color: black;
}

.post-image{
    height: 100%;
    width: 40rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}

figcaption {
    text-align: center;
    font-size: 14px;
    color: #888;
    font-size: 1.5rem;
}

#image-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#image-div a {
    position: relative;
}


#text {
    width: 70%;
    padding: 3rem;
    background: linear-gradient(to right, rgba(139, 202, 245, 0.2), rgba(144, 205, 247, 0.2));
    padding: 3rem;
    border-radius: 5%;
    margin: 1.5rem auto;
    font-size: 1.3rem;
}

.image-div {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-wrapper {
    width: fit-content;
    margin: 0 auto;
}

.sous-titre-blog {
    text-align: center;
}


@media (max-width: 690px) {
    .section-haut {
        flex-direction: column !important;
    }

    .section-bienvenue {
        margin: 5% 5% !important;
    }

    #versetDuJour {
        margin: 10% auto 0 auto !important;
        width: 75vw;
        max-width: 100%;
    }

	.post-image {
		height: 45vw;
		width: 85vw;		
	}

	.post-frame figure {
		margin: auto auto;
	}
}