.image {
    background: url("../../img/regisWeek/event.jpg");
    align-items: center;
    display: flex;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    min-height: 78vh;
    height: 78vh !important;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    
}

.image #inner {
    transform: scale(1.0);
    transition: opacity 1s ease, transform 1s ease;
    opacity: 1;
    position: relative;
    z-index: 2;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
}

.image #inner h1 {
    font-size: 8vmin;
    margin-bottom: 1rem;
    color: #FFF;
    font-weight: bold;
    font-family: open sans;
}

.title--sommes{
    font-size: 2rem;
    position: absolute;
}

/*******************************************************************/
.text_under #text_under {
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #0c1c4f;
    padding: 1em 0 2em 0;
}

.text_under #text_under #tpetext {
    text-align: center;
    font-size: 20px;
}

#text_under p {
    padding-bottom: 15px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
}

@media (max-width: 748px) {

    #text_under p {
        text-align: -webkit-auto;
    }

}

/******************************************************************/