body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.topnav {
    overflow: hidden;
    background-color: #7a003c;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}

.topnav a:hover {
    color: black;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 1000px) {
    body {
        margin: 15px;
    }
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

#main-contact-information {
    padding: 60px 0px 0px 0px;
}

.contact-information {
    max-width: 900px;
    width: 100%;
    margin: auto;
}



.profile-text {
    width: 50%;
    float: left;
}

li {
    line-height: 1.7;
}

.sub-profile-name {
    color: black;
    margin-bottom: 40px;
    margin-left: 40px;
    font-size: 28px;
    font-weight: 500;
}

.profile-photo {
    width: 35%;
    float: left;
    margin-top: 50px
}

img {
    border-radius: 50%;
}

.link {
    color: #7a003c
}

i {
    float: left;
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    .profile-text {
        width: 100%;
        float: left;
    }

}

.space {
    height: 60px;
}

.space_botton {
    height: 200px;
}

.clear {
    clear: both;
}

.bio {
    max-width: 960px;
    width: 100%;
    margin: auto;
}

h3 {
    color: black;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #7a003cd9;

}

h4 {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #7a003cd9;

}

.title p {
    padding-top: 20px;
    text-align: justify;
    width: 100%;
    margin: auto;
    font-size: 16px;
    /*line-height: 1.42857;*/
}

::marker {
    text-indent: 10px !important;
}

#conteneur-bio {
    padding: 10px 0px 50px;
}

.style-div-page {
    flex-direction: column;
    margin: 15px;
}

.style-page {
    padding-top: 20px;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
    padding: 10px;
    height: 200px;
}


.sub-title {
    margin-bottom: 15px;
}

.sub-title-news {
    margin-bottom: 15px;
    display: list-item;
}


.italic-style {
    font-style: italic;
}

@media screen and (max-width: 600px) {

    .row {
        display: block;
    }

    .column {
        height: 240px;
    }
}