        body {
            margin: 0px;
            padding: 0px;
            width: 100%;
            background-color: #f0f2f5;
        }

        body>div {
            padding: 0px;
            width: 80%;
            margin-left: 10%;
            background-color: #fff;
        }

        #top {
            overflow: hidden;
            height: 50px;
            font-size: 2em;
            font-weight: bold;
            color: #0f5132;
        }

        #top .img-wrapper {
            text-align: end;
        }

        #top img {
            height: 50px;
        }

        #top-nav {
            color: white;
            background-color: #0f5132;
        }


        #bottom-nav {
            width: 100%;
            padding: 5px;
            border-top: solid 5px #0f5132;
            text-align: center;
            min-height: 100px;
            margin-left: 0px;
        }

        #bottom-nav img {
            height: 75px;
            width: 100%;
            border: solid 1px #0f5132;
        }

        #bottom {
            overflow: hidden;
        }

        #bottom-bg {
            height: 130px;
            background-color: white;
        }

        #bottom-fg {
            height: 130px;
            margin-top: -130px;
            width: 110%;
            margin-left: -10%;
            padding-left: 20%;
            padding-top: 30px;
            border-radius: 50%/100px 100px 0 0;
            background-color: #0f5132;
            background-clip: border-box;
            font-weight: bold;
            color: white;
        }


        #toutenbas {
            height: 130px;
            margin-top: -130px;
            width: 110%;
            margin-left: -10%;
            padding-left: 20%;
            padding-top: 30px;
            border-radius: 50%/100px 100px 0 0;
            background-color: #0f5132;
            background-clip: border-box;
            font-weight: bold;
            color: white;
        }

        #designation {
            float: left;
            font-size: 1.1em;
            font-weight: bold;
            padding: 7px;
        }

        #social {
            text-align: end;
        }

        #navigation {
            width: 100%;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: solid 5px #0f5132;
        }

        #navigation>li {
            color: white;
            background-color: #0f5132;
            font-size: 1.1em;
            font-weight: bold;
            margin-right: 5px;
            border-radius: 20%;
        }

        #navigation>li>a {
            color: white;
        }

        #page-accueil img {
            display: block;
            padding: 10px;
        }

        #page-actualite img {
            width: 100%;
        }

        #page-archives ul,
        #page-archives li {
            list-style: none;
            padding: 0px;
        }

        #page-cartographie div {
            text-align: center;
        }

        .fa {
            padding: 10px 30px 10px 10px;
            text-align: center;
            margin: 3px;
            font-size: 20px;
            width: 40px;
            border-radius: 50%;
        }

        .fa-facebook {
            background: #3B5998;
            color: white;
        }

        .fa-twitter {
            background: #55ACEE;
            color: white;
        }

        .fa-linkedin {
            background: #007bb5;
            color: white;
        }

        .fa:hover {
            opacity: 0.9;
        }

        .appear {
            -webkit-transition: all 0.8s;
            transition: all 0.8s;
            opacity: 0;
            -webkit-transform: translateY(40px);
            transform: translateY(40px);
        }

        .appear.inview {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

        .appear2 {
            -webkit-transition: all 0.8s;
            transition: all 0.8s;
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        .appear2.inview2 {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }

        .appear2.inview2:nth-child(1) {
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
        }

        .appear2.inview2:nth-child(2) {
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .appear2.inview2:nth-child(3) {
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

        .appear2.inview2:nth-child(4) {
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
        }

        .appear2.inview2:nth-child(5) {
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }

        .appear3 {
            -webkit-transition: all 0.8s;
            transition: all 0.8s;
            opacity: 0;
            -webkit-transform: translateY(40px);
            transform: translateY(40px);
        }

        .appear3.inview {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }
