

.footer-wide{
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 150px;
}


.overflow-contact {
    height: 150px;
    overflow: hidden;
}

.menufootercontact {
    width: 100%;
    height: 500px;
    background: #373B4D;
    transition: transform 0.3s ease, border-radius 0.3s ease;  
}

.menufootercontact:hover {
    transform: translateY(-350px);
    border-radius: 15px 15px 0 0;
}

.footer-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-family: 'annapolis';
    color: aliceblue;
}

.locaux-t{
    color: #13A9DD;
}

.footer-underline{
    width: 30%;
    height: 10px;
}

.contact-u{
    background-color: #13A9DD;
}
.locaux-u{
    background-color: #373B4D;
}
.devis-u{
    background-color: aliceblue;
}


.footer-contact-description{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 420px;
}

.footer-contact-tel {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menufootercontact:hover .tel-text{
    opacity: 1;
}

.menufootercontact:hover .tel-img{
    opacity: 1;
}

.tel-text {
    opacity: 0;
    margin-right: 80px;
    transition: opacity 0.3s ease;
    color: aliceblue;
    font-family: 'inter', sans-serif;
    font-size: 23px;
    font-style: italic;
    cursor: pointer;
}

.tel-img{
    width: 100px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
}


.footer-contact-mail{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-reseau{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.overflow-locaux{
    height: 150px;
    overflow: hidden;
}

.menufooterlocaux{
    width: 100%;
    height: 500px;
    background: aliceblue;    
    transition: transform 0.3s ease, border-radius 0.3s ease;    
}

.menufooterlocaux:hover {
    transform: translateY(-350px);
    border-radius: 15px 15px 0 0;
}

.siege-social{
    opacity: 0;
    padding-left: 10px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    width: 100%;
    height: 350px;
    transition: opacity 0.3s ease;
}

.siege-social-top{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.siege-social-bot{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

.menufooterlocaux:hover .siege-social{
    opacity: 1;
}

.home-img{
    width: 30px;
    height: 30px;
}

.siege-social-topleft{
    width: 50%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.siege-social-botright{
    width: 50%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.siege-social-txt {
    display: flex;
    flex-direction: column;
    align-items: left;
    line-height: 10px;
    color: #373B4D;
    font-family: 'inter', sans-serif;
    height: auto;
  }
  

.siege-social-txt h2 {
    margin-bottom:  5px;
    font-size: 18px;
  }
  
  .siege-social-txt p {
    margin-top: 5px;
    font-size: 12px;
  }

.maps{
    height: 150px;
    width: 200px;
}

/* .siege-social-topright{
    width: 50%;
    height: 150px;
}

.siege-social-botleft{
    width: 50%;
    height: 150px;
} */


.overflow-devis{
    height: 150px;
    overflow: hidden;
}

.menufooterdevis{
    width: 100%; 
    height: 300px;
    background: #13A9DD;
    transition: transform 0.3s ease, border-radius 0.3s ease;   
}

.menufooterdevis:hover {
    transform: translateY(-150px);
    border-radius: 15px 15px 0 0;
}

.menufooterdevis:hover .mentions-legales{
    opacity: 1;
}

.mentions-legales{
    opacity: 0;
    width: 100%;
    margin-top: 70px;
    text-align: center;
    color: aliceblue;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    font-family: 'inter', sans-serif;
    transition: opacity 0.3s ease;
}

.footer-responsive{
    position: relative;
    display: none;
    height: 100%;
    background-color: #373B4D;
}

.footer-title-responsive{
    display: flex;
    flex-direction: column;
    color: #13A9DD;
    font-size: 14px;
    font-family: 'annapolis';
    text-align: center;
    align-items: center;
    justify-content: center;
}

.underline{
    height: 5px;
    width: 50%;
    background-color: aliceblue;
}

.left-footer{
    width: 100%;
}

.left-contact{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.contact-item{
    display: flex;
    width: 100%;
}

.left-mail,
.left-tel{
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 14px;
    color: aliceblue;
    font-family: 'inter', sans-serif;
}

.left-reseau{
    margin: 15px;
}


.left-tel-img{
    width: 30%;
    height: 35px;
}


.middle-home-img{
    width: 50px;
    height: 35px;
}

.middle-siege{
    display: flex;
    margin: 25px 0;
    align-items: center;
    justify-content: center;
}
.middle-texte h2{
    font-size: 15px;
}

.middle-texte p{
    font-size: 13px;
}
.middle-texte h2,
.middle-texte p{
   margin: 0;
   color: aliceblue;  
   font-family: 'inter', sans-serif;  
}

.right-legales{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: aliceblue;
    font-family:'inter', sans-serif;
    text-align: center;
    font-style: italic;

}

.right-legales h2{
    cursor: pointer;
    padding: 10px;
    width: fit-content;
    font-size: 1.5rem;
    transition: font-size 0.3s ease, transform 0.3s ease;
    
}

.right-legales h2:hover{
    font-size: 1.6rem;
    transform: translateY(-3px);
}

.right-legales.responsive h2:hover{
    font-size: 1.6rem;
    color: #13A9DD;
    transform: translateY(-3px);
}


@media (max-width: 1200px){
    .footer-wide{
        display: none;
    }
    .footer-responsive{
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
    }
    .left-footer,
    .middle-footer,
    .right-footer{
        flex: 1 0 33.33%;
        min-width: 300px;
    }
}

@media(max-width:320px){
    .footer-responsive{
        padding: 0;
    }
    .right-legales h2{
        margin-bottom: 0;
    }
}