.homepage{
    background: url(/media/istockphoto-1284285171-612x612.jpg) center no-repeat fixed;
    background-size: cover;
    
}
.hometotale{
background-color: rgb(14 14 14 / 68%);
width: 100%;
height: auto;
margin: 0;
padding: 20px 80px;
}

.titre{
position: relative;
text-align: center;
text-transform: uppercase;
color: rgba(217, 199, 191, 0.919);
}

.navbar{
z-index: 1;
background-color: rgb(156, 157, 161) !important;

}
.nav-item{
padding: 15px;
}

.form-control{
background-color: rgba(236, 233, 233, 0.728);
}

.container{
padding-top: 25%;
color: rgb(70, 36, 11);

}

.col{
box-sizing: none;
}

.box {
    display: flex;
    justify-content: space-between;
}

.imgcar{
display: flex;
justify-content: space-between;
flex-direction: row;
}

.services{
text-align: center;
background-color: rgb(185, 185, 185);

}

.box-services {
    display: flex;
    flex-wrap: wrap; 
    flex-direction : row;
    justify-content: center; 
    justify-content: space-evenly;
    height : 400px;

}
.service {
    display: flex; 
    justify-content : center;
    align-items: center; 
    width: 400px;
    cursor:pointer;

}

.p-home{
color: aliceblue;
margin: 100px 10px;


}

#registration_form_email  {
margin: 20px 15px !important;
}

footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111 !important;
    height: auto;
    width: 100vw;

    padding-top: 40px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: 100vw;
    padding: 20px;
padding-bottom: 40px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}

@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}
/* Pour les écrans de taille moyenne (tablettes) */
@media only screen and (max-width: 768px) {
    .hometotale {
      padding: 20px; 
    }
  
    .navbar {
      padding: 10px; 
    }
  
    .container {
      padding-top: 15%; 
    }
  }
  
  /* Pour les écrans de petite taille (smartphones) */
  @media only screen and (max-width: 500px) {
    .hometotale {
      padding: 10px; 
    }
  
    .navbar {
      padding: 5px; 
    }
  
    .container {
      padding-top: 10%; 
    }
  
    .footer-menu ul {
      display: block; 
      text-align: center;
    }
  }
  