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

    BANDEAU FOOTER
    
******************************************************/ 
/* Couleur Footer */
.page-footer{
    color: black;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #0033cc;
}
/* Couleur police lien */
.page-footer a{
    color: black;
}
/* Couleur police survol */
.page-footer a:hover{
    color: #e4322b;
}

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

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

    LOGO
    
******************************************************/ 
.logo-footer-societe{
    width: 100%;
}
.logo-footer-logiciel{
    width: 30%;
}
.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%;
}
}
