body{
    padding: 0px;
    margin: 0px;
}

.progress {
    background-color: #367885;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 6px;
    z-index: 1000;
}

#back-to-top {
    display: block;
    text-decoration: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
}

header{
    border-style: solid;
    border-color:#62B9CB;
    background-color:#62B9CB;
    color: #1B4B65;
   
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#logo{
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#burger-menu {
    display: none;
}

#link-list, .list{
    justify-content: flex-start;
    flex-direction: row;
    display: flex;
}


header ul li a{
    text-decoration: none;
}


header ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.lien a{
    margin-right: 60px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-style: solid;
    border-color: #1B4B65;
    width: 145px;
    height: 27px;
    text-align: center;
    font-size: 20px;
    border-radius: 20px;
}

header div{
    text-align: left;
}

#slogan{
    justify-content: center;
    flex-direction: row;
    display: flex;
}

header{
    border-bottom: 3px solid;
}



h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    font-size: 50px;
}



header h2 {
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
}




div{
    text-align: left;

}



h3{
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

p {
    margin-right: 10px;
    font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px;
}



header li{
    margin-bottom: 10px;
}



#titre{
    text-align: center;
    flex-direction: row;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;

}


#mention{
        font-size: 25px;
}


#date{
    font-size: 17px;
}


ul{
    list-style-type: none;
}


h3{
    margin-bottom: 40px;
    margin-top: 20px;
}


footer{
    border-top-style: solid;
    border-color: black;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: gray;
}

.footer_ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.icon {
    border-radius: 5px;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
}

.image_icon {
    width: 35px;
    height: 35px;
}

.legal_text {
    color: black;
}

.legal {
    border-radius: 5px;
    width: 200px;
    height: 45px;
    margin-top: 10px;
    margin-right: 100px;
    margin-left: -125px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
}








































/* ----- RESPONSIVE ----- */

@media screen and (max-width : 705px) {

/* ----- RESPONSIVE HEADER ----- */

header{
    border-style: solid;
    border-color:#62B9CB;
    background-color:#62B9CB;
    color: #1B4B65;
   
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#logo{
    margin-top: 30px;
    margin-left: 30px;
}

#burger-menu {
    display: block;
    width: 100%;
    text-align: right;
    padding: 8px 24px;
    font-size: 24px;
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
}

#burger-menu img {
    height: 28px;
    width: auto;
}

#link-list{
    display: none;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}

header ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: block;
    height: 100%;
    width: 100%;
}

header li{
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
}

.lien, .a{
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 40px;
    border-style: none;
    border-color: "#1B4B65";
    text-align: center;
    font-size: 20px;
}

header div{
    text-align: left;
}

#slogan{
    justify-content: center;
    flex-direction: row;
    display: flex;
    margin-bottom: 30px;
}

header a {
    text-decoration: none;
    border-style: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%;
}

h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    flex-wrap: wrap;
    position: relative;
    font-size: 50px;
}

/* ----- RESPONSIVE HEADER ----- */










/* ----- RESPONSIVE FOOTER ----- */

footer{
    border-top-style: solid;
    border-color: black;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    background-color: gray;
}

.social_ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.legal_ul {
    list-style-type: none;
    margin-left: 25%;
    display: inline-block;
}

.icon {
    border-radius: 5px;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

.image_icon {
    width: 35px;
    height: 35px;
}

.legal_text {
    color: black;
}

.legal {
    border-radius: 5px;
    width: 200px;
    height: 45px;
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

}