/*Tous*/

    /*Cadre site et police d'écriture*/

        @import url(https://db.onlinewebfonts.com/c/6a2ac230fb5ef1dab1ad971b175b2010?family=Arial+Nova+Cond+Light);

        @font-face {
            font-family: "Arial Nova Cond Light";
            src: url("https://db.onlinewebfonts.com/t/6a2ac230fb5ef1dab1ad971b175b2010.eot");
            src: url("https://db.onlinewebfonts.com/t/6a2ac230fb5ef1dab1ad971b175b2010.eot?#iefix")format("embedded-opentype"),
            url("https://db.onlinewebfonts.com/t/6a2ac230fb5ef1dab1ad971b175b2010.woff2")format("woff2"),
            url("https://db.onlinewebfonts.com/t/6a2ac230fb5ef1dab1ad971b175b2010.woff")format("woff"),
            url("https://db.onlinewebfonts.com/t/6a2ac230fb5ef1dab1ad971b175b2010.ttf")format("truetype"),
            url("https://db.onlinewebfonts.com/t/6a2ac230fb5ef1dab1ad971b175b2010.svg#Arial Nova Cond Light")format("svg");
        }
        body{
            font-family: "Arial Nova Cond Light", sans-serif;
        }

        div#content{
            width: 806px;
            margin: auto;
        }

    /*Menu de Navigation*/

        img.logo{
            margin-top: 75px;
            z-index: 300;
        }

        div#nav{
            height: 73px;
            width: 806px;
            margin-top: -47px;
            z-index: 200;
            display: flex;
            justify-content: end;
        }

        nav.menu-nav{
            z-index: 210;
        }

        nav.menu-nav ul li.btn{
            list-style-type: none;
            z-index: 210;
            background-color: rgb(255, 255, 255);
            display: inline;
        }

        nav.menu-nav ul li.btn a{
            
            color:rgb(0, 0, 0);
            text-decoration: none;
            font-size: 25px;
            font-weight: bolder;
            z-index: 220;
            background-color: rgb(255, 255, 255);
            margin-left: 80px;
            margin-top: -70px;
        }

        nav.menu-nav ul li.btn a:hover{
            color: rgb(146, 146, 146);
            font-weight: bolder;
            transition: 0.3s all;
            z-index: 220;
        }

        

    /*Présentation et traitement du texte*/

    h2{
        color:rgb(63, 63, 63);
        font-size: 21px;
        line-height: 50px;
    }

    h3{
        color:rgb(63, 63, 63);
        line-height: 30px;
    }

    h4{
        color:rgb(63, 63, 63);
    }

    a{
        color: rgb(63, 63, 63);
        user-select: text;
    }

    p{
        color: rgb(63, 63, 63);
        user-select: text;
    }

	br{
        content: "";
        display: block;
        margin-bottom: -15px;
    }
       

    footer.footer{
        background:rgb(255, 255, 255);
        color:rgb(63, 63, 63);
        margin-top: 35px;
        width: 806px;
        display: flex;
    }

    div#informations{
        position: relative;
        font-size: 13px;
    }

    div#copyright{
        position: relative;
        margin-left: 189px;
        font-size: 13px;
    }