
/* -------------------- SECTIONS -------------------- */

.section {
    position: relative;
    padding: 100px 0;
    border-top: 10px solid #FFFFFF;
}
.section:first-child {
    border-top: none;
}

.section .fleche a {
    position: absolute;
    width: 30px;
    bottom: 10px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    z-index: 2;
}

.section .fleche a img {
    display: block;
    width: 100%;
    height: auto;
}

.section .wrap {
    margin: 0 10px;
    text-align: center;
}

.section .wrap .titre {
    display: block;
    margin: -20px 0 60px 0;
    font-family: 'Francis Bold', Arial, Helvetica, sans-serif;
    font-size: 6em;
    color: #000000;
    line-height: 1;
}

.section .wrap .wysiwyg {
    display: block;
    margin: 0 auto;
    max-width: 900px;
}



/* -------------------- section_logo -------------------- */

.section_logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 62vh;
}

.section_logo img {
    display: block;
    width: 300px;
    height: auto;
}


/* -------------------- section_reseaux -------------------- */

.section_reseaux {
    margin: -20px 0 0 0;
}

.section_reseaux ul {
    margin: 0;
    list-style-type: none;
}

.section_reseaux ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.section_reseaux ul li.hashtag {
    display: none;
}

.section_reseaux ul li a {
    display: block;
    color: #000000;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #FFFFFF;

    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}

.section_reseaux ul li a i.fa {
    display: inline-block;
    font-size: 2em;
    line-height: 80px;
}

.section_reseaux ul li a img {
    display: inline-block;
    margin: 25px 0 0 0;
    width: 30px;
    height: auto;
}

.section_reseaux ul li a:hover {
    transform: scale(1.1);
}


