.glyphicon-log-out{
    font-size: 30px;
}

.disconnect-color{
  color:  #333;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: white;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.btn-color{
    border-color: #ffed00;
    background-color: #ffed00;
    background-image: none;
    color: #000000;
}

.btn-primary:focus,.btn-primary:hover{
    background-color: #ffed00;
}


.no-padding{
    padding-left: 9%;
}

.seperator{
    margin-top: 50px;
}

.libelle-professional{
    font-size: 30px;
    font-family:  ClanPro,Arial,sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 18px 0px;
    font-weight: 900 !important;
    padding-top:40px
}
.libelle-mtn-le-connexion{
    margin-top: 15px ;
    font-size: 13px;
}

.bundle-middle{
    background :#ffed00 ;
    height : 120px;
    margin-top : 30px;
}

.libelle-footer{
    margin-top : 20px;
}

/*ipad portail*/
@media only screen and (max-device-width: 768px){
    .no-padding {
        padding-left: 6% ;
    }
}
/*ipad landsacpe*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .no-padding{
        padding-left: 10%;
    }
}

@media all and (max-width: 640px){
    .no-padding {
        padding-left: 2% ;
    }
}

/*iphone 5S 5*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
    .no-padding {
        padding-left: 100px ;
    }

    .footer-mobile{
        top: 600px;
    }

}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {

    .libelle-professional{
        font-size: 20px;
        font-family:  ClanPro,Arial,sans-serif;
        text-transform: uppercase;
        margin: 0px 0px 18px 0px;
        font-weight: 900 !important;
        padding-top:40px
    }

    .no-padding {
        padding-left: 30px;
    }

    .libelle-mtn-le-connexion{
        font-size: 11px;
    }

    .seperator{
        margin-top: 20px;
    }

    .bundle-middle{
        background :#ffed00 ;
        height : 110px;
        margin-top : 30px;
    }

    .footer-mobile{
        top: 550px;
    }

}

a{
    color: #000000;
    outline-color: #000000;
}

