#div-center-presentation-footer {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 2%;
}

.footer-colonne1 {
    float: left;
    width: 20%;
    height: 100%;
    background-size: 100% 100%;

}
.footer-colonne2 {
    float: right;
    width: 20%;
    height: 100%;
    
}
.footer-colonne3 {
    float: none;
    overflow: hidden;
    margin: auto;
    height: 400px;
    
}

#footer-title {
    height: 400px;
    width: 100%;
    margin-top: 30px;
}

.div-center-footer {
  width: 100%;
  height: 60px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: grey;
}

#center-footer {

}

.p-footer {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-size: 30px;
  font-family: bonnie;
  letter-spacing: 2px;
}

#footer-reseaux-sociaux {
    height: auto;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.footer-reseaux-sociaux-container-title {
    height: 40px;
    margin: auto;
    width: 100%;
}

#footer-reseaux-sociaux-container-icones {
    width: 100%;
    height: 100%;
    margin-top: 1%;
}

#footer-title-2 {
    height: 100px;
    width: 40%;
    margin-left: 30%;
    margin-right: 
}

.footer-colonne2-1 {
    float: left;
    width: 25%;
    height: 100%;
}

.footer-colonne2-2 {
    float: left;
    width: 25%;

}

.footer-colonne2-3 {
    float: right;
    width: 25%;
}

.footer-colonne2-4 {
    float: none;
    overflow: hidden;
}

#footer-plan-site {
    width: 100%;
    height: 150px
}

.footer-colonne3-1 {
    float: left;
    width: 28%;
    height: 100%;
    margin-left: 4%;
}

.footer-colonne3-2 {
    float: right;
    width: 28%;
    height: 100%;
    margin-right: 4%;

}

.footer-colonne3-3 {
    float: none;
    height: 100%;
    overflow: hidden;
}

.icones {
  width: 100%;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position-x: center;
}

#footer-colonne3-3-title {
    height: 20%;
    width: 100%;
}

#p-footer-contact {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: bonnie;
  font-size: 25px;
  text-align: center;
  letter-spacing: 2px;
  color: #F37E17;
}

#footer-colonne3-3-contact {
  background-image: url("../images/example/footer/SymbioseS.png");
  width: 32%;
  height: 80%;
  background-size: 117.5px 100%;
  background-repeat: no-repeat;
  float: left;
}

#footer-colonne3-3-contact-texte {
  height: 80%;
  width: 68%;
  float: right;
}










