         body {
             margin-top: 80px;
         }
         
         #image {
             background: url(../img/ciel.jpg);
             background-size: cover;
             background-repeat: no-repeat;
             width: 100%;
             height: 800px;
         }
         /*main {
     min-height: calc(100vh - 176px);
 }*/
         
         html {
             position: relative;
             min-height: 100vh;
             padding-bottom: 455px;
         }
         
         footer {
             position: absolute;
             bottom: 0px;
             width: 100%;
             margin-right: 150px;
         }
         
         */ #cartographie {
             height: 250px;
             margin-top: 40px;
         }
         
         div.leaflet-control-zoom {
             background-color: rgb(255, 253, 253);
             margin-left: 2px;
         }
         
         a.leaflet-control-zoom-out {
             background-color: #ebe7e1;
         }
         
         a.leaflet-control-zoom-in {
             background-color: #ebe7e1;
         }
         
         a {
             padding-top: 5px;
         }
         /*.navbar {
     opacity: 0.7;
 }*/
         
         /*.navbar {
             -webkit-transition: all 0.6s ease-out;
             -moz-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
             -ms-transition: all 0.6s ease-out;
             transition: all 0.6s ease-out;
         }
         
         .navbar.scrolled {
             background: rgba(255, 255, 255, 0.3)! important;
             -webkit-transition: all 0.6s ease-out;
             -moz-transition: all 0.6s ease-out;
             -o-transition: all 0.6s ease-out;
             -ms-transition: all 0.6s ease-out;
             transition: all 1.8s ease-out;
             box-shadow: 4px 4px 6px #aaa;
         }
*/
         
         .d-none {
             display: none ! important;
             ;
         }
         
         .icon-white {
             color: white;
         }
         
         #deconnexion {
             box-shadow: 2px 3px 10px #38333385;
             text-align: center;
             background-color: #dee4f91a;
             color: #080f57;
             border-radius: 50%;
         }
         
         #deconnexion:hover {
             box-shadow: none;
         }
         
         .home {
             height: 950px;
             background-image: url(../img/ciel3.jpg);
             background-size: cover;
             background-repeat: no-repeat;
             background-attachment: fixed;
         }
         
         h4 {
             color: black;
             left: 180px;
             /* text-shadow: 2px 2px 1px #1d1d1d; */
             margin-bottom: 15px;
         }