a#cRetour{
    border-radius:3px;
    padding:10px;
    font-size:15px;
    text-align:center;
    color:#fff;
    background:rgba(0, 0, 0, 0.25);
    position:fixed;
    right:20px;
    opacity:1;
    z-index:99999;
    transition:all ease-in 0.2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    z-index: 6000;
}
a#cRetour:before{ content: '\25B2';}
a#cRetour:hover{
    background:rgba(0, 0, 0, 1);
    transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
    bottom:-35px;
    opacity:0;
    transition:all ease-in 0.5s;
}

a#cRetour.cVisible{
    bottom:20px;
    opacity:1;
}
.footer-distributed{
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);

    max-width: 100% !important;
    text-align: left;
    font: bold 12px sans-serif;
    padding: 10px 50px 10px 50px;
    margin-top: 40px;
    position: relative; bottom: 0px; left: 0; right: 0;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}


.footer-company-name{
    color:  #8f9296;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  #5383d3;
    text-decoration: none;;
}


.footer-distributed .footer-icons{
    margin-top: 35px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;

}
#logoFooter {
    display: inline-block;
}
#footer {
    max-height: 150px;
}
.footer-bottom {
    background-color: #44484c;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    color: aliceblue;
    max-width: 100% !important;
    text-align: center;
    font: bold 16px sans-serif;
    position: absolute; bottom: 0; left: 0; right: 0
}
#logofooter {
    display: inline-block;
    margin:auto;
}

.imgFoot {
    max-width: 80px;
    margin-right: 25px;
}
@media only screen and (max-width: 680px) {

    .footer-distributed .footer-left, #logoFooter,
    .footer-distributed .footer-center {
        display: none !important;
    }
    footer {
        position: absolute;
        background: none !important;
        text-align: center !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    .footer-distributed .footer-left, #logoFooter,
    .footer-distributed .footer-center, header, .video-background{
        display: none !important;
    }

    .footer-distributed .footer-right {
        display: inline-flex !important;
    }
    footer {
        position: absolute;
        background: none !important;
        text-align: center !important;
    }
}