/* PARALLAX */
.parallax-window {
    position: relative;
    min-height: 500px;
}

.parallax-window .static-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.parallax-window .static-content img {
    max-height: 200px;
    max-width: 100%;
    padding: 0 40px;
}

/* PRESENTATION */
#presentation {
    padding-top: 60px;
    padding-bottom: 40px;
}

#presentation-features {
    margin-left: 60px;
    margin-right: 60px;
}

.feature {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    margin: 20px 0;
    border-radius: 10px;
    min-height: 300px;
    max-height: 400px;
    background-size: cover;
    background-position: center;
}

.feature-content {
    width: 100%;
    padding: 10px;
}

.feature-title {
    font-size: 3em;
    font-family: "Amatic SC";
    font-weight: 700;
    color: #fff;
}

.feature-logo {
    width: 80px;
}

/* LABEL BIO */
#label-bio {
    margin:20px 15px;
    padding:20px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}


/* ACTUS */
#actus {
    background: #f7f7f7;
    margin:0;
    padding: 0 0 80px 0;
}

#actus .box {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

#actus .image {
    height: 300px;
    background-size: cover;
    background-position: center;
}

/*#actus .image img {*/
/*    max-height: 100%;*/
/*    max-width: 100%;*/
/*    object-fit: fill;*/
/*}*/

#actus .caption {
    margin-top: 20px;
    padding: 0 20px;
    height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 15;
}

#actus .box .button-group a {
    color: #686868;
    font-weight: 500;
    font-size: 14px;
    margin: -12px 0 0;
}

#actus .box .button-group {
    text-align: right;
    padding: 20px;
}

#actus .box .button-group hr {
    border-top: 1px solid #CCCCCC;
}

#join-facebook .row > * {
    margin-top: 20px;
}

#join-facebook img {
    max-height: 50px;
}

/* QUI SOMMES NOUS */
#quisommesnous {
    background: white;
    padding-top: 60px;
    padding-bottom: 60px;
}
#quisommesnous h2 {
    margin-top: 0;
    margin-bottom: 60px;
}

#quisommesnous p {
    line-height: 1.8em;
    font-size: 1.1em;
}

@media (max-width: 1200px) {
    #quisommesnous .texte {
        margin-top:30px;
    }
}

/* NOS ENGAGEMENTS */
#engagement {
    padding-top: 60px;
    padding-bottom: 60px;
}

#engagement h2 {
    margin-top: 0;
    margin-bottom: 60px;
}

#engagement ul {
    margin: 0;
}

#engagement ul li {
    padding: 0 0 50px;
}

@media (min-width: 1200px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }

    #engagement ul li:last-child {
        padding: 0;
    }
}

#engagement ul li img {
    float: left;
    margin: 0px 30px 0 0;
}

#engagement ul li p {
    font-size: 13px;
    color: #686868;
    margin: 0;
    font-weight: 400;
}

#engagement ul li h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
    padding-top: 10px;
}

/* INSCRIPTION */
#inscription {
    padding-top: 60px;
    padding-bottom: 40px;
}

#inscription h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

#inscription p {
    line-height: 1.8em;
    font-size: 1.1em;
}

#inscription #accroche {
    margin-top: 40px;
    font-size: 1.1em;
    color: #686868;
}

#inscription .form-group, .error #inscription .form-group {
    margin: 0;
    position: relative;
}

#inscription input, .error #inscription input {
    min-width: 500px;
    height: 54px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 10px 15px;
}

#inscription .btn-news, .error #inscription .btn-news, .error p button {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 40px;
    padding: 6px 32px;
    background: #6CC93B;
    border: none;
    text-transform: uppercase;
    height: 50px;
    position: absolute;
    right: 28%;
    top: 0;
    margin: 2px 4px 2px 0;
}

#inscription #logo_bio{
    margin-top:40px;
}

