#hero-home {
    height: 100vh;
    width: 100%;
    padding: 1rem 6vw 2rem;
    background-image: linear-gradient(rgba(74, 79, 161, 0.7), rgba(74, 79, 161, 0.7)), url(../img/hero.jpg);
    background-size: cover;
}

#hero-home h1 {
    font-size: 2rem;
    text-align: center;
}

#hero-home .subtitle {
    color: rgba(255,255,255,0.8);
    width: 95%;
    text-align: center;
}

#hero-home > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.home section#main .content {
    padding: 0;
}

#hero-home > div h1 {
    color: white;
}
#hero-home .details {
    display: flex;
    flex-direction: column;
}

#hero-home .details > div > p:last-of-type {
    margin-top: 0.5rem;
    list-style: none;
    padding-left: 0;
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
}

#hero-home .details .texte h3, #hero-home .details ul, #hero-home .details p strong {
    color: white;
}

#hero-home .details p:first-of-type {
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}

.details .jeunes > p, .details .accompagnateurs > p {
    position: relative;
}

.details .jeunes > p:first-of-type:before, .details .accompagnateurs > p:first-of-type:before {
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.details .jeunes > p:before {
    background-image: url(../img/group.svg);
    width: 2rem;
    height: 2rem;
}

.details .accompagnateurs > p:before {
    background-image: url(../img/strength.svg);
    width: 1.6rem;
    height: 1.6rem;
}

#hero-home .scroll {
    margin-top: 1rem;
}
#hero-home .scroll a {
    position: relative;
    color: white;
    text-decoration: none;
    padding-bottom: 2rem;
}

#hero-home .scroll a:after {
    content: '';
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-image: url(../img/arrow-down.svg);
    width: 1.5rem;
    height: 1.5rem;
}

/* top column */

.home .top-column .wp-block-column, .home .bottom-column .wp-block-column {
    padding: 2rem;
    margin: 0;
}

.home .top-column h3 {
    margin-bottom: 3rem;
}

.home .wp-block-column p {
    line-height: 1.8;
}

.home .top-column .wp-block-column:first-of-type, .home .bottom-column .wp-block-column:last-of-type {
    background-color: white;
    flex: 2;
}

.home .top-column .wp-block-column:first-of-type p {
    color: #7d7d7d;
}

.home .top-column .wp-block-column:first-of-type .wp-block-media-text {
    margin-bottom: 2rem;
}

.home .top-column .wp-block-column:first-of-type figure {
    align-self: flex-start;
    width: 2.5rem;
}

.home .top-column .wp-block-column:first-of-type .wp-block-media-text__content {
    padding-left: 1rem;
}

.home .top-column .wp-block-column:last-of-type {
    background-color: #fdd32f;
    flex: 3;
    color: rgba(255, 255, 255, 0.7);
}

.home .top-column .wp-block-column:last-of-type h3, .home .top-column .wp-block-column:last-of-type p {
    color: #0000008f;
}

/* videos */
.home .videos {
    padding: 10rem 6vw 9rem;
}
.home .top-column + h3 {
    margin-bottom: -8rem;
    margin-top: 4rem;
    color: white;
    background-color: #e72466;
    position: relative;
    padding: 1rem 0;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

/* bottom column */
.home .bottom-column .wp-block-column:first-of-type {
    flex: 3;
    background-color: #4a4fa1;
}

.home .bottom-column .wp-block-column:first-of-type h3, .home .bottom-column .wp-block-column:last-of-type h3 {
    margin-bottom: 3rem;
}
.home .bottom-column .wp-block-column:first-of-type h3 {
    color: white;
}

.home .bottom-column .wp-block-column:first-of-type p {
    color: rgba(255, 255, 255, 0.7);
}

.home .bottom-column .wp-block-column:last-of-type ul {
    color: #7d7d7d;
    list-style: none;
}

.home .bottom-column .wp-block-column:last-of-type ul li {
    margin-bottom: 0.5rem;
    position: relative;
}

.home .bottom-column .wp-block-column:last-of-type ul li:before {
    content: '>';
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

/* partenaires */

#partenaires {
    margin: 3rem 0;
}