html{

    min-height: 100vh;


}

a {
    color: inherit;
}
body{



    min-height: 100vh;
    margin-bottom: 60px;



}

.content{

    flex: 1;

}

.social li {

    background: none repeat scroll 0 0 #B5B5B5;

    border: 2px solid #B5B5B5;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -o-border-radius: 50%;

    -ms-border-radius: 50%;

    border-radius: 50%;

    float: left;

    height: 36px;

    line-height: 36px;

    margin: 0 8px 0 0;

    padding: 0;

    text-align: center;

    width: 36px;

    transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -ms-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}

.social li:hover {

    transform: scale(1.15) rotate(360deg);

    -webkit-transform: scale(1.1) rotate(360deg);

    -moz-transform: scale(1.1) rotate(360deg);

    -ms-transform: scale(1.1) rotate(360deg);

    -o-transform: scale(1.1) rotate(360deg);

}

.social li a {

    color: #EDEFF1;

}

.social li:hover {

    border: 2px solid #2c3e50;

    background: #2c3e50;

}

.social li a i {

    font-size: 16px;

    margin: 0 0 0 5px;

    color: #EDEFF1 !important;

}

.footer {

    background: #EDEFF1;

    height: auto;

    padding-bottom: 30px;

    position: relative;

    width: 100%;

    border-bottom: 1px solid #CCCCCC;

    border-top: 1px solid #DDDDDD;

}

.footer ul {

    font-size: 13px;

    list-style-type: none;

    margin-left: 0;

    padding-left: 0;

    margin-top: 15px;

    color: #7F8C8D;

}

.footer-bottom {

    background: #E3E3E3;

    border-top: 1px solid #DDDDDD;

    padding-top: 10px;

    padding-bottom: 10px;

}

.footer-bottom p.pull-left {

    padding-top: 6px;

}

.modal {

    display:    none;

    position:   fixed;

    z-index:    1000;

    top:        0;

    left:       0;

    height:     100%;

    width:      100%;

    background: rgba( 255, 255, 255, .8 )

    url('https://media.giphy.com/media/l4eA8oZpx71oQ/giphy.gif')

    50% 50%

    no-repeat;

}

body.loading {

    overflow: hidden;

}

body.loading .modal {

    display: block;

}
#QR-code-mobile{
    display: none;
}
@media only screen and (max-width:800px) {
    #QR-code{
        display: none;
    }
    #QR-code-mobile{
        display: block;
    }
}


/** TEST D'UN EXEMPLE BOOTSTRAP */

html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 0px;
}

@media (max-width: 767.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        background-color: var(--gray-dark);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .offcanvas-collapse.open {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem); /* Account for horizontal padding on navbar */
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: var(--secondary);
}

.nav-underline .nav-link:hover {
    color: var(--blue);
}

.nav-underline .active {
    font-weight: 500;
    color: var(--gray-dark);
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: var(--purple); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }
