.uk-container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.card-marging{
    margin-top: 30px;
}
.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
body{
    background: #C8E0E6;
}
.uk-card-default{
    box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
}
.align-img>img{
    height: 250px;
}

/* Utilitaires */
.f-size-xl{
    font-size: 42px;
}
h1{
    margin: 0 0 5px 0;
}
h2{
    margin-bottom: 40px;
}
/* Nav Bar */

.menu-bg{
    background-color: #fff;
    box-shadow: 0 0 25px rgb(0 0 0 / 16%);

}
.uk-navbar-nav>li>a{
    color: black;
}

/* Contenu */
.spc-beet{
    display: flex;
    flex-direction: column;
    place-content: space-between;
}
.uk-button{
    border: 2px solid #222;
    transition: 0.5s;
}
.uk-button:hover{
    background-color: #222;
    color: white;
    transition: 0.5s;
}
.mobile-clic a{
    pointer-events: none;
    color: #666;
    cursor: text;
}
.mobile-clic:hover{
    cursor: text;
}

/* Footer */
.bg-footer{
    background-color: black;
}
.footer-ul{
    list-style-type: none;
}
.footer-ul>li>a{
    padding-right: 40px;
}
.footer-container{
    padding-top: 0;
    padding-bottom: 0;
}

/* Media Querries */

/* Tablettes */
@media (min-width: 768px) and (max-width: 1024px) {
    
  }
  
  /* Smartphones */
  @media (max-width: 767px) {
    .footer-ul>li{
        display: flex;
        flex-direction: column;
    }
    .footer-ul>li>a{
        margin-bottom: 10px;
    }
    .mobile-clic a {
        cursor: pointer;
        pointer-events: all;
    }
    .mobile-clic a:hover{
        text-decoration: none;

    }
  }