* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;

}

body {
  font-family: "Roboto", sans-serif;
}

a:link {
  text-decoration: none;
}
.logo {
  width: 200px;
  height: 110px;
}

@media (max-width: 776px) {
  .logo {
    width: 160px;
    height: 90px;
  }
}

@media (max-width: 576px) {
  .logo {
    width: 130px;
    height: 70px;
  }
}


/*ANIMATION START*/
.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);
  /* opacity: 0.5; */
  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);
  }
}
/*ANIMATION END*/

/*Btn scroll to top*/
#topBtn {
  z-index: 1032;
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 22px;
  width: 50px;
  height: 50px;
  background: #FF0000;
  border-radius: 50%;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
  
}
/*btn scroll ended here*/


.street_adresse{
    margin-right: -20px;
}


.navbar {
    border: 5px solid #ccc;
    background: #E8E8E8 !important;
    text-transform: uppercase;
    font-weight: 700;

}

.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:active > .dropdown-menu {
  position: absolute;
  display: inline-block;
}

.dropdown-item{
  font-weight: 700 !important;
}

.dropdown-menu {
  padding: 20px;
  margin: 20px;
  background: #E8E8E8 !important;


}

.dropdown-menu:hover {
  color: #47b8c0;
}

.dropdown-menu > a:hover {
  color: #47b8c0;
}

.navbar > .navbar-brand:hover {
  color: #47b8c0;
}
.nav-item > a:hover {
  color: #47b8c0;
}

/* main div carousel */
.carousel-inner {
  height: auto;
  width: 800px;
  background-image: no-repeat center center scroll;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  object-fit: cover !important;
  overflow: hidden !important;
  right: 0 !important;
}

/* new carousel img */
.home-img{
    max-width: 100%;
    height: 700px;
   
}

/* mobile-carousel */
@media (max-width: 576px) {
  .home-img{
    max-width: 100%;
    height: 300px;
  }
}

@media (max-width: 576px) {
  .carousel-inner {
    height: auto;
    width: 400px;
  }
}

.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: 40px;
    height: 40px;
    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;
  }
}

.btn i {
  line-height: 80px;
  font-size: 26px;

  transition: 0.2s linear;
}

.btn:hover i {
  font-size: 20px;
  transform: scale(1.5);
  /* color: #f1f1f1; */
}

@media (max-width: 576px) {
  .btn i {
    line-height: 54px; /*line height and fnt size of icon inside*/
    font-size: 17px;

    transition: 0.2s linear;
  }
  .btn:hover i {
    font-size: 15px;
    transform: scale(1.1);
    /* color: #f1f1f1; */
  }
}

@media (max-width: 776px) {
  .btn i {
    line-height: 54px; /*line height and fnt size of icon inside*/
    font-size: 20px;

    transition: 0.2s linear;
  }
  .btn:hover i {
    font-size: 18px;
    transform: scale(1.1);
    /* color: #f1f1f1; */
  }
}
#location{
  border: 5px solid #ccc;
  background: #E8E8E8 !important;
}
.email-font{
  font-weight: 400;
  /* display: inline-block;
  width: 100%; */
}

#footer {
  background-color: #000 !important;
  display: flex;
  align-items: center;
}

.footer {
  box-shadow: 2px 2px 5px #0000;
  height: 100%;
  width: auto;
}
.info {
  width: 33%;
  height: auto;
}

@media (max-width: 576px) {
  .footer h3 {
    font-size: 15px;
  }
  .footer p {
    font-size: 15px;
  }
}

@media (max-width: 776px) {
  .footer h3 {
    font-size: 18px;
  }
  .footer p {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .icons {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 576px) {
  #footer {
    font-size: 15px;
  }
  h4 {
    font-size: 15px;
  }
}

.infos {
  background-color: #34314c;
}

/* @media (max-width: 576px) {
  .infos{
    display: flex !important; 
    flex-direction: row !important;
  }
} */

.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;
}

@media (max-width: 776px) {
  .fa-envelope {
      align-items: center;
  }
}

.pos_first_icon{
  margin-right: 40px;
}