*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Sora', sans-serif;
}

h2{
  font-size: 30px;
}

h4{
  font-size: 18px;
}

p{
  color: #64748B;
}

section{
    padding: 120px 0;
}


.hero {
  min-height: 400px;
  background: url("../pictures/background_banner2.png") no-repeat center;
  background-size: cover;
  
  position: relative;
  color: #1F2937;
}

/* Overlay léger pour lisibilité */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
}

/* Navbar */
.navbar {
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 2;
    padding: 30px 30px;
}

.logo {
  height: 100px;
  padding-bottom: 20px;
}

/* Contenu centré */
.hero-content {
  position: relative;
  z-index: 2;
  height: calc(50% - 90px);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 0 20px;
}

/* Texte */
.hero-content h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* Bouton */
.btn {
  background: #3A6FF8;
  color: white;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn:hover {
  background: #7B5CFF;
}

/* -------------------------- SERVICE LINEAWEB --------------------------*/

.service{
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 20px;
  word-break: break-word;
  margin: auto;
}

.service h2{
  padding-bottom: 20px;
  max-width: 500px;
}

.service p{
  width: 100%;
  max-width: 630px;
  font-size: 17px;
}

.block{
  display: flex;
  padding-top: 50px;
  gap: 150px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.block1 {
  width: 300px;
  height: 290px;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  border-radius: 12px;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;

  position: relative;

  background: url("../pictures/background_banner.png");
  background-size: 180%;
  background-position: center;
}

/* Overlay pour adoucir */
.block1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
}

.insideblock{
  width: 230px;
  text-align: center;
  padding-top: 20px;
  text-overflow: ellipsis;
}

.insideblock h3{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.service-line{
  display: flex;
  width: 50px;
  margin: 20px auto;
  border-bottom: 3px solid #6c63ff;
  border-radius: 25px;
}

.insideblock p {
  padding-top: 10px;
  font-size: 15px;
}

/* Icône */
.block1 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  position: relative;
  z-index: 2;
  font-size: 32px;
}

.icon-box{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #6c63ff;
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 5px 15px rgba(108, 99, 255, 0.15);

    color: #6c63ff;
    font-size: 32px;
}

/* -------------------------- METHODE DE LINEAWEB --------------------------*/

.allprocess{
  display: flex;
  flex-direction: column;
  min-height: 550px;
  gap: 30px;
}

.methode{
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.methode p {
  padding-top: 20px;
  font-size: 17px;
}

.process-badge{

    width: fit-content;
    height: 35px;
    margin: auto;
    padding: 10px 22px;
    border-radius: 999px;
    font-size: 14px;
    background: #F3F0FF;
    color: #6D5DFB;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* Grid */
.method-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    gap: 40px;

    position: relative;
    z-index: 2;

    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Card */
.method-card {
    text-align: center;

    width: 250px;
}

/* Cercle */
.method-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    margin-top: 5px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 10px 30px rgba(123, 92, 255, 0.40);
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

/* Icône */
.method-icon i {
    font-size: 34px;

    color: #6D5DFB;
}

/* Titre */
.method-card h3 {
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 12px;

    color: #1F2937;
}

/* Texte */
.method-card p {
    font-size: 15px;
    line-height: 1.7;

    color: #6B7280;
}

.down{
  padding-top: 20px;
}

/* Base */
/* Container de la vague */
.wave-line{
    position: relative;

    width: 100%;
    height: 120px;

    margin-top: 40px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg width='1200' height='120' viewBox='0 0 1200 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 60C200 20 400 100 600 60C800 20 1000 100 1200 60' stroke='%2393C5FD' stroke-width='10' stroke-linecap='round'/%3E%3Cpath d='M0 80C200 40 400 120 600 80C800 40 1000 120 1200 80' stroke='%23C4B5FD' stroke-width='8' stroke-linecap='round' opacity='0.5'/%3E%3C/svg%3E");
}

/* Pour garder les icônes devant */
.method-grid{
    position: relative;
    z-index: 2;
}


.method-icon.create{
  display: flex;
  flex-direction: column;
  margin-top: 25px;

}

.method-icon.rocket{

    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

/* -------------------------- ENGAGEMENT LINEAWEB --------------------------*/

.allengagment{
  min-height: 800px;
}

.engagement{
  display: flex;
  width: 100%;
  max-width: 680px;
  padding: 0 20px 50px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  word-break: break-word;
  margin: auto;
}

.engagement h2{
  max-width: 350px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.engagement p {
  font-size: 17px;
  width: 100%;
  max-width: 580px;
}

.allcard{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 20px;
}

.cardcommitment{
  width: 280px;
  height: 380px;
  box-shadow: 2px 2px 2px 2px rgba(86, 140, 191, 0.2);
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  border-radius: 25px;
  word-break: break-word;
}

.cardcommitment h3{
  width: 180px;
  margin: auto;
}

.cardcommitment p {
  width: 220px;
  margin: auto;
}

.cardcommitment i {

  font-size: 40px;
  color: #6D5DFB;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  margin: auto;
  background: #F5F3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;

}

/* -------------------------- FOOTER LINEAWEB --------------------------*/


.contact{
  display: flex;
  width: 90%;
  max-width: 1000px;
  min-height: 200px;
  margin: auto;
  margin-bottom: 60px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #F5F3FF;
  gap: 40px;
  border-radius: 15px;
  padding: 30px 20px;
}

.designIcon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    font-size: 55px;
    color: #6D5DFB;
    background-color: white;
    border-radius: 50%;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.textContact{
  display: flex;
  flex-direction: column;
  word-break: break-word;
  gap: 15px;
}

.textContact h3{
  font-size: 22px;
}

.textContact p {
  width: 100%;
  max-width: 400px;
}

.blockBorderContact {
  width: 100px;
  height: 120px;
  background: #F5F3FF;
  border-radius: 25px;
  position: relative;
}

.borderContact {
  width: 2px;
  height: 100px;
  border-radius: 999px;
  background: linear-gradient(
      to bottom,
      #7DD3FC,
      #8B5CF6
  );
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}

.btnContact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 14px 28px;
    border: none;
    border-radius: 999px;
    color: white;
    font-weight: 600;

    background: linear-gradient(
        90deg,
        #7DD3FC 0%,
        #8B5CF6 100%
    );
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.25);
    cursor: pointer;
    transition: 0.3s ease;
    flex-shrink: 0;
}

.btnContact a {
  text-decoration: none;
  color: white;
}

.btnContact:hover{

   transform: translateY(-3px);

    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.35);
}

.allFooter{
  display: flex;
  flex-direction: row;
  gap: 100px;
  padding: 0 20px 40px;
  flex-wrap: wrap;
}

.info{
  padding-left: 100px;
  word-break: break-word;
  padding-bottom: 20px;
}

.info img{
  width: 150px;
  padding-bottom: 20px;
}

.info p {
  width: 100%;
  max-width: 340px;
}

.reseauLinea{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  gap: 20px;
}

.reseauLinea a {
  text-decoration: none;
}

.reseauLinea i{
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #8B5CF6;
  background: #F3F0FF;
}

.reseauLinea i:hover{
  background: linear-gradient(#6499fc, #6c63ff);
  color: #fff;
}

.allBlockFooter{
  width: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.allBlockFooter a {
  display: flex;
  padding-top: 20px;
  text-decoration: none;
  color: #6c6c6c;
}

.allBlockFooter p {
  display: flex;
  padding-top: 20px;
}

.contactLinea i {
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  color: #6c63ff;
}

.contactLinea p {
  font-size: 15px;
}

.allinfoContact{
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 20px;
}

.allinfoContact p {
  padding-top: 0;
}

.try{
  display: flex;
  gap: 10px;
}

#tellinea {
  display: flex;
  gap: 10px;
}

.borderFooter {
  display: flex;
  margin: auto;
  width: 90%;
  border: 1px solid #F3F0FF;
  margin-bottom: 40px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.copyright span {
  padding-left: 3px;
  padding-right: 3px;
}

.copyright p {
  margin: 0 8px;
  color: #52525c;
  line-height: 2;
  display: flex;
  align-items: center;
}

.namewebsite {
  color: #6c63ff;
}

.copySize {
  font-size: 25px;
  display: inline-flex;
  align-items: center;
}

/* -------------------------- PAGE CONTACT LINEAWEB --------------------------*/

.allHeadContact {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 20px 0;
  flex-wrap: wrap;
}

.logoContact{
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoContact img {
  display: flex;
  width: 110px;
}

.navbar{
  display: flex;
  position: relative;
  align-items: center;
  flex: 1;

}

.menunav{
  position: absolute;
  display: flex;
  list-style: none;
  transform: translateX(-50%);
  gap: 20px;
}

.active{
  position: relative;
}

.active a{
  text-decoration: none;
  color: #0F172A;
  font-weight: 600;
}

.active span{
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 28px;
  height: 3px;
  border-radius: 999px;
    background: linear-gradient(
        90deg,
        #7DD3FC,
        #8B5CF6
    );
}

.menunav a {
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

/* -------------------------- GRID PAGE CONTACT LINEAWEB --------------------------*/

.contact-section{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 100px 20px;
  max-width: 1400px;
  margin: auto;
}

.process-badgeContact{
    width: fit-content;
    height: 25px;
    padding: 10px 20px;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 999px;
    font-size: 14px;
    background: #F3F0FF;
    color: #6D5DFB;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-info h1{
  font-size: 55px;
  max-width: 400px;
  line-height: 1.1;
}

.contact-info .textContact {
  padding-top: 20px;
}

.colorTitleContact{
  background: -webkit-linear-gradient(0.9turn, #6499fc, #9073fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-details{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.detail-item{
    display: flex;
    align-items: center;

    gap: 18px;
}

.detail-item i {
  font-size: 30px;
}

.detail-icon{
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background: rgba(139, 92, 246, 0.08);

    color: #8B5CF6;

    font-size: 25px;
}

.detail-text h4{
    margin-bottom: 4px;

    font-size: 17px;
    font-weight: 600;

    color: #0F172A;
}

.detail-text p{
    color: #64748B;

    font-size: 15px;
}

.contact-form{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.headForm{
    display: flex;
    align-items: center;
    gap: 18px;
}

.headForm i {
  font-size: 30px;
}

.headFormDetailText h2 {
  font-size: 25px;
}

.headFormIcon{
  width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(139, 92, 246, 0.08);
    color: #8B5CF6;
    font-size: 25px;
}


/* FORM */

.contact-form{
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 500px;
  box-shadow: 1px 1px 1px 1px #b2aaaa;
  border-radius: 10px;
  margin: auto;
  padding: 30px;
}


.headFormDetailText span {
  width: 42px;
    height: 4px;

    border-radius: 999px;
    background: #7B5CFF;
}

input {
  border: none;
  padding: 15px;
  width: 100%;
}

.starForm{
  color: rgb(255, 0, 0);
  font-weight: bold;
}

.allForm{
  display: flex;
  flex-direction: column;
}

.assembly{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.Direction{
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
  min-width: 200px;
}


.lastName{
  display: flex;
  flex-direction: column;
}

.lastName input{
  width: 100%;
  height: 30px;
  padding: 10px;
  box-shadow: 1px 1px 1px 1px #64748B;
  border: none;
  border-radius: 5px;
}

.mailContact {
  display: flex;
  flex-direction: column;
}

.mailContact input {
  width: 100%;
  height: 30px;
  padding: 10px;
  box-shadow: 1px 1px 1px 1px #64748B;
  border: none;
  border-radius: 5px;
}

#reasonContact{
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: none;
  box-shadow: 1px 1px 1px 1px #64748B;
  border-radius: 5px;
}

.message{
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 15px;
}

.message textarea {
  padding: 10px;
  height: 125px;
  border: none;
  box-sizing: border-box;
  resize: vertical;
  box-shadow: 1px 1px 1px 1px #64748B;
  border-radius: 5px;
  width: 100%;

}

.honeypot {
  display: none;
}

.honeypot input {
  width: 100%;
  height: 30px;
  padding: 10px;
  box-shadow: 1px 1px 1px 1px #64748B;
  border: none;
  border-radius: 5px;
}

.footerForm{
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 25px;
}

.footerForm i {
  display: flex;
  position: absolute;
  right: 20px;
  color: #fff;
  font-size: 20px;
}

.footerForm .submit{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 2px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background: linear-gradient(0.25turn, #6499fc, #6c63ff);
}

.footerP{
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
}

.footerP p{
  display: flex;
  align-items: center;
  font-size: 12px;
}

.footerP i{
  font-size: 23px;
  color: #3A6FF8;
}

.allFooterContact{
  min-height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 20px;
  flex-wrap: wrap;
  gap: 20px;
}

.allFooterContact a {
  text-decoration: none;
  color: #64748B;
}

.allFooterContact img {
  width: 120px;
}

.notification {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideDown 0.4s ease;
    padding: 15px 25px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translate(-50%, -30px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.notification {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification i {
    font-size: 1.5rem;
}


.notification.success i {
    color: #fff;
}

.notification.error i {
    color: #fff;
}

.success {
    background-color: #28a745;
}

.error {
    background-color: #dc3545;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* ---------- MENTION LEGALE ------------- */

.legal-section{
    padding: 120px 8%;
}

.back-home{
    display: inline-flex;
    align-items: center;
    gap: 10px;

    text-decoration: none;

    color: #6b7280;

    font-weight: 600;

    margin-bottom: 40px;

    transition: 0.3s ease;
}

.back-home:hover{
    color: #4f8cff;

    transform: translateX(-3px);
}



.legal-header{
    margin-bottom: 70px;
}

.badge{
    display: inline-block;

    padding: 10px 18px;

    border-radius: 50px;

    background: rgba(99,102,241,0.12);

    color: #6366f1;

    font-weight: 600;

    margin-bottom: 25px;
}

.legal-header h1{
    font-size: 64px;
    font-weight: 800;

    line-height: 1.1;

    margin-bottom: 20px;
}

.legal-header h1 span{
    background: linear-gradient(
        90deg,
        #4f8cff,
        #7c4dff
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.legal-header p{
    color: #6b7280;

    font-size: 18px;

    max-width: 600px;

    line-height: 1.7;
}

.legal-container{
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

    gap: 30px;
}

.legal-card{
    background: white;

    border-radius: 24px;

    padding: 35px;

    border: 1px solid rgba(0,0,0,0.05);

    box-shadow:
    0 10px 30px rgba(0,0,0,0.04);

    transition: 0.3s ease;
}

.legal-card:hover{
    transform: translateY(-5px);

    box-shadow:
    0 15px 40px rgba(79,140,255,0.08);
}

.legal-card h2{
    font-size: 24px;

    margin-bottom: 20px;

    font-weight: 700;
}

.legal-card p{
    color: #6b7280;

    line-height: 1.8;

    font-size: 16px;
}

@media(max-width: 768px){

    .legal-header h1{
        font-size: 42px;
    }

    .legal-section{
        padding: 80px 6%;
    }

}


/* -------------------------- MOBILE LINEAWEB --------------------------*/

@media(max-width: 768px){

  body{
    overflow-x: hidden;
  }

  h2{
    font-size: 18px;
  }

  .hero{
    width: 100%;
  }

  .badge-process{
    width: 100%;
  }

  .hero-content h1 {
    font-size: 15px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .service {
    width: 100%;
    padding: 20px 15px;
  }

  .service h2 {
    max-width: 100%;
    padding: 0 10px;
  }

  .service p {
    font-size: 15px;
    width: 100%;
    max-width: 280px;
    padding: 0 10px;
  }

  .block{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px 15px 0;
  }

  .block1 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* CORRECTION PRINCIPALE ICI */
  .allprocess{
    width: 100%;
    min-height: auto;
    height: auto;
    overflow: visible;
    padding: 80px 15px;
  }

  .methode {
    height: auto;
    overflow: visible;
  }

  .methode p {
    margin-bottom: 40px;
  }

  .down {
    height: auto;
    overflow: visible;
  }

  /* Container */
  .method-grid{
      display: flex;
      flex-direction: column;
      gap: 50px;
      position: relative;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
      height: auto;
      overflow: visible;
  }

  .method-grid::before{
      content: "";
      position: absolute;
      left: 55px;
      top: 0;
      width: 3px;
      height: 100%;
      border-radius: 999px;
      background: linear-gradient(
          180deg,
          #93C5FD,
          #C4B5FD
      );
  }

  .wave-line {
    background-image: none;
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .method-card{
      position: relative;
      width: 100%;
      padding-left: 110px;
      text-align: left;
      height: auto;
  }

  .method-icon{
      position: absolute;
      left: 0px;
      top: 0;
      flex-shrink: 0;
  }

  .method-icon.create,
  .method-icon.rocket {
    margin-top: 0;
  }

  .allengagment{
    display: flex;
    flex-direction: column;
    min-height: auto;
    height: auto;
    overflow: visible;
    padding: 60px 0;
  }

  .allcard{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }

  .engagement{
    width: 100%;
    word-break: normal;
    padding: 0 15px 30px;
  }

  .engagement p {
    word-break: normal;
    max-width: 100%;
    font-size: 14px;
    padding: 0 10px;
  }

  .contact{
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px);
    max-width: none;
    margin: 0 15px 60px;
    gap: 20px;
    padding: 25px 15px;
  }

  .designIcon i {
    width: 70px;
    height: 70px;
    font-size: 40px;
    margin-left: 0;
  }

  .borderContact{
    display: none;
  }

  .blockBorderContact {
    display: none;
  }

  .textContact {
    align-items: center;
    text-align: center;
  }

  .textContact h3 {
    font-size: 18px;
  }

  .textContact p {
    width: 100%;
    max-width: 280px;
    font-size: 14px;
  }

  .cardcommitment {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .allFooter{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 40px;
    padding: 0 15px 40px;
  }

  .allBlockFooter{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }

  .allBlockFooter a {
    display: flex;
    justify-content: center;
  }

  .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
  .info img {
    display: flex;
    margin: auto;
  }

  .info p {
    width: 100%;
    max-width: 100%;
  }

  .reseauLinea{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
  }

  .info{
    align-items: center;
    text-align: center;
  }
  .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px 20px;
    gap: 15px;
  }

  .copyright p {
    margin: 0;
  }

  /* Contact page mobile */
  .contact-section {
    grid-template-columns: 1fr;
    padding: 60px 15px;
    gap: 40px;
  }

  .contact-info h1 {
    font-size: 32px;
    max-width: 100%;
  }

  .Navigation,
  .Services,
  .resources{
    border-bottom: 1px solid rgba(124, 92, 255, 0.15);
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    padding: 20px 15px;
  }

  .assembly {
    flex-direction: column;
    gap: 15px;
  }

  .Direction {
    min-width: 100%;
  }

  .navbar {
    padding: 15px;
  }

  .menunav {
    position: relative;
    left: auto;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .allHeadContact {
    flex-direction: column;
    align-items: center;
  }

  .logoContact {
    width: 100%;
  }

  .headFormDetailText h2 {
    font-size: 18px;
  }

  .footerP {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    gap: 5px;
    flex-wrap: wrap;
  }

  .footerP p{
    display: flex;
    align-items: center;
    font-size: 9px;
  } 

  .footerP i {
    font-size: 18px;
  }
  
}
