#footerTitle {
    font-family: 'Aboreto';
    font-weight: 200;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 10px;
    color:black;
    padding-left: 55px;
    padding-top: 44px;
}

#zoneFooter{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 60px auto 50px auto;
}

#zoneFooterData{
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

#zoneFooterSocialNetwork{
    width: 40%;
    display: flex;
    justify-content: center;
}

#zoneFooterSocialNetwork a{
    margin: 0 20px;
}

.dataFooter{
    width: 30%;
    display: flex;
    flex-direction: column;      
    justify-content: space-between; 
    height: 106px;
}

#zone-copy-and-realisation{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 110px;
    display: flex;
    flex-direction: column;      
    justify-content: space-between; 
    border-top: .5px solid black;
    margin-bottom: 30px;
    padding-top: 30px;
}

@media screen and (max-width:1450px){

    #zoneFooterData{
        width: 65%;
    }

    #zoneFooterSocialNetwork{
        width: 35%;
    }

}


@media screen and (max-width:1310px){

    #zoneFooterData{
        width: 70%;
    }

    #zoneFooterSocialNetwork{
        width: 30%;
    }

    .dataFooter{
        width: 32%;
    }


}

@media screen and (max-width:1150px){

    #zoneFooterData{
        width: 75%;
    }

    #zoneFooterSocialNetwork{
        width: 25%;
    }

}


@media screen and (max-width:1080px){

    #zoneFooterData{
        width: 100%;
    }

    #zoneFooterSocialNetwork{
        width: 100%;
        order:-1;
        justify-content: center;
    }

    #zoneFooterData{
        font-size: 18px;
    }

    .dataFooter{
        width: 100%;
    }


    #zoneFooter{
        margin: 30px auto;
    }

    #zoneFooterSocialNetwork a{
        width: 50px;
        margin:  25px;
    }

    .imgSocialNetwork {
        width: 55px;
        height: 55px;
    }

    #zone-copy-and-realisation{
        font-size: 14px;
        font-weight: 400;
        height: 80px;
        margin: 0 30px 30px 30px;
    }

    #footerTitle {
        font-size: 25px;
        padding-left: 0px;
        padding-top: 0px;
        text-align: center;
    }

    .dnRwd{
        display: none;
    }

    .mtRwd{
        margin-top: 15px;
    }
}

#zoneFooterData {
  position: relative; 
}

#burgerFooter {
  display: none;                
  cursor: pointer;
  width: 60px;
  height: 50px;
  flex-direction: column;      
  justify-content: flex-start;
  align-items: center;
  gap: 6px;                    
  margin-left: auto;  
  position: absolute;
  top: 0px;             
  right: 20px;         
}

#burgerFooter span {
  display: block;
  width: 25px;
  height: 1px;                
  background: black;
  border-radius: 2px;
}


@media screen and (max-width: 992px) {
  #burgerFooter {
    display: flex;
  }
}
