*{
  
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
body {
  font-family: 'Montserrat', sans-serif;
}
/* Styles pour la colonne de droite */
.titreT{
  display: flex;
  margin-left: 30px;
  margin-top: 200px;
  
}
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  border-radius: 30px;
  margin: 20px auto;
  width: 80%;
  max-width: 800px;
  height: 90px;
  position: relative;
  top: -150PX;
  margin-bottom: 0px;
  margin-right: 29%;
}

.nav-items {
  display: flex;
}

.nav-item {
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}

.nav-item.active {
  background-color: #e02d56;
}

.nav-item:not(.active) {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav-item:hover {
  background-color: #e02d56;
}

/* Hamburger menu */
/* Hide hamburger menu by default */
.hamburger {
display: none;
font-size: 24px;
color: #fff;
cursor: pointer;
}

/* Dropdown menu */
.dropdown-menu {
display: none;
flex-direction: column;
background-color: rgba(15, 14, 56, 0.801); /* Semi-transparent background */
position: absolute;
top: 50px; /* Distance from the navbar */
left: 50%;
width: 50%;
border-radius: 0 0 10px 10px;
padding: 10px 0;
z-index: 1000; /* Ensure it appears above other elements */
gap: 10PX;
}

.dropdown-menu .nav-item {
padding: 10px;
text-align: center;
color: white;
text-decoration: none;
}

.dropdown-menu .nav-item:hover {
background-color: #e02d56;
opacity: 80%; /* Highlight effect */
}

.titreT .logo{
  display: flex;
  margin-top: 0px;
}

/* Media query for responsiveness */
@media (max-width: 730px) {
/* Hide regular navigation items for small screens */
.nav-items {
    display: none;
}

/* Show the hamburger menu */
.hamburger {
  display: block;
  position: absolute;
  background: #CF2B5B;
  right: 20px;
  top: 30px; /* Position verticale */
  font-size: 30px;
  border-radius: 30px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  cursor: pointer;
  z-index: 9999; /* Assure que le bouton est au-dessus des autres éléments */
}


/* Show dropdown menu when the hamburger is clicked */
.dropdown-menu.show {
    display: flex; /* Make it visible */
}

}


.bouttonrose{
display: flex;
position: absolute;
right: -40%;
top: 15px;
background: rgba(21, 26, 69, 1);
}

.cardBox {
  display: flex;
  position: relative;
  width: 90%; /* Largeur ajustée pour la responsivité */
  max-width: 1200px;
  height: 350px;
  background: linear-gradient(rgba(207, 43, 91, 1), rgba(14, 26, 124, 1));
  flex-direction: row;
  margin-top: 5%;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 10px 10px 0 rgb(201, 199, 199);
  border: 3px solid #CF2B5B;
}

.Smart{
  margin-top: -100px;
}
@media (max-width:1024px){
  .Smart{
    margin-top: 200px;
  }
}

@media (max-width:1054px){
  .Mobile2{
    display: none;
    margin-top: 200px;
  }

  .titreT{
    display: flex;
    margin-left: 30px;
    margin-top: 160px;
  }
  .titreT .logo{
    display: none;
    margin-top: 200px;
  }

}
@media (max-width: 1052px) {
  .titreT .para{
    display: none;
  }
  .titreT .group{
    display: none;
  }
  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 30px;
    margin: 20px auto;
    width: 80%;
    max-width: 800px;
    height: 90px;
    position: relative;
    top: -200PX;
    margin-bottom: 0px;
    margin-left: 330px;
  }

  

}
@media (max-width: 1500px) {
  .bouttonrose{
    display: flex;
    position: absolute;
    right: -30%;
    top: 25%;
    background: rgba(21, 26, 69, 1);
  }
}
@media (max-width: 1200px) {
  .bouttonrose{
    display: flex;
    position: absolute;
    right:-40%;
    top: 23%;
    background: rgba(21, 26, 69, 1);
  }
}



@media (max-width: 1060px) {
.Smart{
  margin-top: 100px;
}
}


@media (max-width: 768px) {
.BoxI{
  margin-top: -15%;
}
}



































