/******************************************************

    BANDEAU FOOTER
    
******************************************************/ 
/* Couleur Footer */
.page-footer{
    color: #911132 !important;
    background-color: #C8C9CB !important;
}
/* Couleur police lien */
.page-footer a{
    color: #911132;
}
/* Couleur police survol */
.page-footer a:hover{
    color: black;
}

.titre-footer{
    font-size: 1.3em;
}
.txt-footer{
    font-size: 1em;
}

/******************************************************

    LOGO
    
******************************************************/ 
.logo-footer-societe{
    width: 50%;
}
.logo-footer-icone{
    width: 10%;
}

/* ---------------------Pour responsive---------------------------- */
/* Tout ce qui change en fonction de la taille de l'écran */
@media (min-width: 1199px){

}

@media (min-width: 992px) and (max-width: 1199px){

}

@media (max-width: 991px){

}
@media (min-width: 768px) and (max-width: 991px){
    .logo-footer-logiciel{
    width: 20%;
}
.logo-footer-societe{
    width: 60%;
}
}
@media (max-width: 767px){
    .logo-footer-logiciel{
    width: 20%;
}
.logo-footer-societe{
    width: 60%;
}
}
