::before, *::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

body {

  margin: 0;
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
 background-color: #141414
}
a {
  text-decoration: none;
  
}
.navbar {
  background-color: rgb(0, 0, 0);
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  position: relative;
  z-index: 9999;
   flex-direction: row-reverse;
}

.navlink {
  display: flex;
  gap: 2rem;
}

.navlink a {
  text-decoration: none;
  color: white;
}

.nav-logo a {
  text-decoration: none;
  color: white; /* Ajoutez cette ligne pour s'assurer que le texte du logo est blanc */
}

main{
  margin: 0;
  height: 100vh;
}

.container-main {

  display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    margin-bottom:4rem;
}

.container {
    width: 100%;
    
    }

.container-content {
    width: 100%;
}

.tout {
  display: flex;
  flex-direction: column;
  width: 70%;
  min-width: 100px;
  max-width:1000px;
}
.image1 {
    width: 100%;
    border: solid rgb(255, 255, 255);
  height: 100%;
  max-width:1250px;

}
.image1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.test2 {
  display: flex;
  width: 100%;
}
.image2 {
  width: 100%;
  margin-right: 1rem;
}
.image3 {
  width: 100%;
}
.image2 img {
  width: 100%;
}
.image3 img {
  width: 100%;
}

.detail-content {
  color: white;
  width: 25%;
  background-color: rgb(66, 64, 64);
  margin: 0 2rem;
  padding: 2rem;
  position: sticky;
  top: 5%;
  max-width: 500px;
  
}
a:hover {
  color: blue;
}
 button {
            display: block;
            margin: 20px auto;
            padding: 10px 20px;
            background-color: #000000;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 20px;
        }

        button:hover {
            background-color: #ffffff;
            color: black;
        }
.link-down {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.link-down a {
    text-decoration:none;
    color: white;
}
.link-down i{
    font-size: 2rem;
}
h2 {
  display: flex;
  justify-content: center;
  font-size: 40px;
}
h3 {
  display: flex;
  justify-content: center;
  margin: 0;
}
.btn {
    font-size: 24px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn:hover {
    background-color: #0056b3;
}

.fa-chevron-down {
    font-size: inherit;
}

li {
  margin-bottom: 20px;
}
.bloc1, .bloc2, .bloc3 {
  display: flex;
  justify-content: center;
   flex-direction: column;
}
.bloc1{
  border-bottom: solid #ffffff;
  padding: 10px;
  height: 200px;
  padding-top: 0px;

}
.service {
  background-color:#000000;
  padding: 5px;
  height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 4rem;
}
.row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  margin: 1.66%;
  padding: 20px;
  text-align: center;
  color: rgb(0, 0, 0);
  box-sizing: border-box;
  border-radius: 15px;
  min-height: 500px;
  background-color: #EBE4E2;
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
}

.icon {
  font-size: 40px; /* Réduire la taille de l'icône */
  margin-bottom: 15px;
}

.title {
  font-size: 28px; /* Réduire la taille du titre */
  font-weight: bold;
  margin-bottom: 10px;
  transition: transform 0.3s;
}
.service h2 {
  color: white;
}
.description {
  font-size: 20px; /* Réduire la taille de la description */
  transition: transform 0.3s;
}
.description p {
  color:white;
}
.icon-conteneur {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
.icon-conteneur i {
font-size: 50px;
}
.column:hover {
  transform: scale(1.05); /* Légèrement réduire l'effet de zoom au survol */
  background-color: #ffffff;

  color: rgb(0, 0, 0);
}

.column:hover .title,
.column:hover .description {
  transform: translateY(5px); /* Réduire la distance de déplacement au survol */
}

.bloc2 {
  border-bottom: solid #ffffff;
height: 190px;
padding: 10px;
padding-top: 0px;
}
.bloc3 {
border: ;
height: 80px;
padding: 10px;
padding-top: 0px;
}
.bloc3 h3{
    position:relative;
    bottom:-16px;
}
@media (width < 1400px) {
  .container-main {
    flex-direction: column;
    align-items: center;
  }
  .detail-content{
    width: 100%;
  }
}

