*{
    margin: 0;
    padding: 0;
}

html{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Roboto", sans-serif;
}

.preloader{
    z-index: 1033;
    --bg-color: #34314c;
    --size: 200px;
    --first-color: #ff7473;
    --second-color:#ffc952;
    --third-color: #47b8c0;
    --thickness: 3px;
    --duration: 1s;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--duration);
}

.preloader__content{
    position: relative;
    width: var(--size);
    height: var(--size);
}

.preloader__first,
.preloader__second,
.preloader__third{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: var(--duration) linear;
}

.preloader__first{
    border-bottom: var(--thickness) solid var(--first-color);
    animation-name: first;
}

.preloader__second{
    border-right: var(--thickness) solid var(--second-color);
    animation-name: second;
}

.preloader__third{
    border-top: var(--thickness) solid var(--third-color);
    animation-name: third;
}   

@keyframes first{
    0% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);}
    100% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);}
}
@keyframes second{
    0% {  transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);}
    100% {  transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);}
}
@keyframes third{
    0% {  transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)}
    100% {  transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}

/*Btn scroll to top*/
#topBtn{
    position: fixed;
    bottom: 40px;
    right: 15px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #FF0000;
    border-radius: 50%;
    color: white;
    border: none;
    cursor: pointer;
    display: none;
  }
/*btn scroll ended here*/
.logo {
    width: 200px;
    height: 110px;
  }
  
  @media (max-width: 776px) {
    .logo {
      width: 160px;
      height: 90px;
    }
  }
  
  @media (max-width: 576px) {
    .logo {
      width: 130px;
      height: 70px;
    }
  }
  

.navbar{
    border: 5px solid #ccc;
    background: #E8E8E8 !important;
    text-transform: uppercase;
    font-weight: 700;
}

.street_adresse{
    margin-right: -20px;
}


.fas .fa-bars{
    color: #ffff;
}

.my-nav a{
    margin-right: 30px;
    color: #000000 !important;
}
@media (max-width: 776px) {
    .my-nav a{
        font-size:18px;
    }

}

@media (max-width: 576px) {
    .my-nav a{
        font-size:15px;
    }

}

.my-nav a:hover{ 

    color: #FF0000 !important;
}
.navbar.nav-link:hover{
    background-color: #0000;
    box-shadow: 2px 2px 5px silver;
}

.nav-link:hover{
    color: #FF0000;
}

.dropdown{
    position: relative;
}

.dropdown-item{
    font-weight: 700 !important;
}

.dropdown:active>.dropdown-menu{
    position: absolute;
    display: inline-block;
}

.dropdown-menu{
    background: #E8E8E8 !important;
    padding: 20px;
    margin: 20px;
}

.dropdown-menu:hover{
    color: #459fb6;
}

.dropdown-menu>a:hover{
    color: #459fb6;
}

.navbar>.navbar-brand:hover{
    color: #459fb6;
}
.nav-item>a:hover{
    color: #459fb6;
}

#footer{
    background-color: #000 !important;
    display: flex;
    align-items: center;
    z-index: 0;
}

.footer{
    box-shadow: 2px 2px 5px #0000;
    height: 100%;
    width: auto;
}
.info{
    width: 33%;
    height: auto;
}

@media (max-width: 576px) {
    .footer h3{
        font-size: 18px;
    }
    .footer p{
        font-size: 18px;
    }

}

@media (max-width: 576px) {
    .footer h3{
        font-size: 15px;
    }
    .footer p{
        font-size: 15px;
    }

}


@media (max-width: 576px) {
    .icons{
        display: flex;
        align-items: center;
    }

}

@media (max-width: 776px) {
    #footer{
        font-size:18px;
    }
    h4{
        font-size: 18px;
    }

}

@media (max-width: 576px) {
    #footer{
        font-size:15px;
    }
    h4{
        font-size: 15px;
    }
}

.infos a{
    text-decoration: none !important;
    color: white;

}

.infos a:hover{
    text-decoration: none !important;
    color: white;
}

.infos a:visited{
    text-decoration: none !important;
    color: white;
}

.infos a:active{
    text-decoration: none !important;
    color: white;
}

.infos a:link{
    text-decoration: none !important;
    color: white;
}
/* Map */
.mapa{
    position: absolute;
}

#map {
    border: solid #000 0.5px;
    z-index: 0;
    height: 600px;
    width: 100%;
}

@media (max-width: 576px) {
    #map {
        border: solid #000 0.5px;
        z-index: 0;
        height: 300px;
        width: 100%;
    }
}

#footer{
    z-index: 0;
}

.btn{
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f1f1f1;
    margin: 5px;
    color: #3498db;
    position: relative;
    
}

@media (max-width: 576px) {
    .btn{
        display: inline-block;
        width: 55px;
        height: 60px;
        background: #f1f1f1;
        margin: 3px;
        color: #3498db;
        position: relative;
    }
}

@media (max-width: 776px) {
     .btn{
        display: inline-block;
        width: 55px;
        height: 60px;
        background: #f1f1f1;
        margin: 3px;
        color: #3498db;
        position: relative;
    }
}

.email-font{
    font-weight: 400;
  }
  
#location{
    border: 5px solid #ccc;
    background: #E8E8E8 !important;
}
.btn i{
    line-height: 90px;
    font-size: 26px;

    transition: 0.2s linear;
}

/*hover on icons */
.btn:hover i{
    font-size: 20px;
    transform: scale(1.5);
    /* color: #f1f1f1; */
}
/*line height and fnt size of icon inside*/
@media (max-width: 576px) {
   .btn i{
    line-height: 54px; 
    font-size: 17px;

    transition: 0.2s linear;
    }
.btn:hover i{
    font-size: 15px;
    transform: scale(1.1);
    /* color: #f1f1f1; */
    }
}
/*line height and fnt size of icon inside*/
@media (max-width: 776px) {
    .btn i{
        line-height: 54px; 
        font-size: 20px;

        transition: 0.2s linear;
        }
    .btn:hover i{
        font-size: 18px;
        transform: scale(1.1);
        color: #f1f1f1;
        }
}

.pos_first_icon{
    margin-right: 40px;
  }