.underline:hover {
    cursor: pointer;
    text-decoration: underline;
}

#e {
    display: inline-block;
    transform: rotate(-25deg);
    position: relative;
    left: -8.5px;
}

.container {
    margin-top: 15%;
}

ul img {
    width: 31.9886px;
    height: 31.9886px;
    border-radius: 50%;
    line-height: 0;
    float: right;
    position: relative;
    top: -7px;
}

.nav {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    display: block;
}

ul {
    margin: 15px;
}

.nav ul li {
    font-size: 13px;
    list-style: none;
    display: inline-block;
    float: right;
    padding: 0 15px;
}

i {
    cursor: pointer;
}

body,
html {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: Comfortaa;
}

h1 span {
    padding: 0;
    margin: 0;
    letter-spacing: -5px;
    font-size: 2.5em;
    -webkit-text-stroke: 2px;
    cursor: pointer;
}

.search {
    width: 535.026px;
    height: 37.9972px;
    margin: 30px auto;
}

.search input {
    width: 535.043px;
    height: 37.9972px;
    padding: 0 5px;
    font-size: 17px;
}

#cad {
    position: relative;
    right: -120px;
    top: -33px;
    cursor: pointer;
    color: #0266C8;
    font-weight: bold;
}

.fa-search {
    position: relative;
    top: -33px;
    left: 245px;
}

.container a {
    text-decoration: none;
    color: #555;
    display: inline-block;
    height: 40px;
    width: 131px;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    font-size: 13px;
    font-weight: bold;
    margin: 11px 4px;
    min-width: 54px;
    padding: 0 16px;
    line-height: 40px;
    border-radius: 4px;
}

.container a:hover {
    border: 0.8px solid #777;
    box-shadow: 1px 1px 3px #888;
    cursor: default;
}

p:after {
    color: blue;
    content: " Français";
    cursor: pointer;
}

p:hover::after {
    text-decoration: underline;
}

footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    min-width: 980px;
    height: 40px;
    background: #f2f2f2;
}

footer ul li {
    list-style: none;
    font-size: 13px;
}

footer span ul li {
    float: left;
    display: inline;
    line-height: 13px;
    color: #555;
    position: relative;
    left: -35px;
}

footer ul li {
    float: right;
    display: inline;
    line-height: 13px;
    color: #555;
    padding: 0 15px;
}
.span-img-logo{
    background-color: black;
    padding: 17px;
    border-radius: 50px;
    position: relative;
    display: -webkit-inline-box;
    width: 248px;
}
.span-img-logo img{
    display: inline-block;
}
#logoH1 {
    clear: both;
    font-size: 9px;
    color: #fff;
    left: auto;
    right: 25px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
}
#h1LogoDiv {
    position: relative;
    width: 100%;
    height: auto;
}

.logoImage {
    display: inline;
    border: 0;
    float: left;
    margin-top: 3px;
    padding-top: 0;
    padding-right: 20px;
    width: 185px;
}
.navbar-brand {
    position: relative;
    width: 100%;
    left: 0;
    display: inline;
    margin: auto;
    float: none;
    padding: 0;
}

@media screen and (max-width: 768px){
    .search {
        width: 100%;
    }
    .search input {
        width: 100%;
    }
    .fa-search {

        float: right;
        left: -9px;

    }
    footer {
        min-width: 0;
    }
    input.btn.btn-success.search-button{
        display: block;
        top: 28px;
        left: 43%;
        text-align: center;
    }
}



.span12 {
    margin-top: 11px;
}



.search-button {
    position: relative;
    width: 80px !important;
    top: -39px;
    left: 316px;
}