.footer {
     width: 100%;
     height: fit-content; 
     color: antiquewhite;
}

.footer-top {
    background-color: #395569;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
  
}

.footer-top-left {
    height: 100%;
    width: 50%;
}

.footer-top-text {
    width: 70%; 
    
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    font-style: italic;
   
}

.footer-top-right {

    height: 420px;
    width: 50%;
}



.form-footer {
    height: 100%;
    margin: 0;

    
}

.sib-form {
   padding: 0; 
  
}

.footer-bottom {
    background-color: #2C3641;
    font-size: 16px;
    display: flex;
    justify-content: center;
    padding: 1.5rem;
    gap: 2rem;
    position: relative;
   
}

.footer-bottom-left {

    width: 40%;
 
    
}

.info-contact-container {
    padding: 10px;
}

.footer-contact-link>a {
    text-decoration: none;
    color: antiquewhite;
}

.footer-contact-link>a:hover {
    font-style: italic;
}

.footer-bottom-right {
  
    width: 40%;
    
}

.footer-title {
    height: 93px;
    font-size: 24px;
    border: 1px solid antiquewhite;
    text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
    padding: 10px;
 
}

.document-container {
    
    padding: 10px;
    column-count: 2;
    column-gap: 20px; /* Espacement entre les colonnes, ajustez selon vos besoins */
}

.documentation-link>a {
    text-decoration: none;
    color: antiquewhite;
}

.documentation-link>a:hover {
    
    font-style: italic;
}


.reseau-container {
    display: flex;
   justify-content: center;
}

.footer-icon-social {
    /* margin-right: 5px; */
    height: 30px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s linear;
}

.footer-icon-social:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.05);
    
}



.footer-icon {
    margin-right: 5px;
   
}

.link-cgu {
  
    
  
    text-decoration: none;
    color: antiquewhite;
}

.link-cgu-container {
      display: flex;
      align-items: center;
      position: absolute;
    bottom: 5px;
    right: 20%;
    gap: 25px;
    font-size: 12px;
  
}

.copyright-logo {
    height: 18px;
    margin-right: 5px;
}

.copyright-texte {
    display: flex;
    align-items: center;
    
}



@media (max-width: 821px) { 

    .footer-top {
        padding-top: 12px;
        flex-direction: column;
    }

    .footer-top-left {
       height: 60px;
       width: 100%;
    }

    .footer-top-text {
        margin: 2rem 0;
        font-size: 22px;
        width: 100%;
     
     }

    .footer-top-right {
        width: 100%;
        height: 440px;
    }

    .footer-bottom {
        flex-direction: column;
       align-items: center;
       padding: 0 0 1rem 0;
       
    }
    .footer-bottom-right, .footer-bottom-left {
        width: 95%;
    }

    .document-container {
    
        column-count: 1;
    }
.footer-bottom {
    padding-bottom: 2rem;
}


}

