/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

*{

    box-sizing: border-box;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


body{
    background-color: #DDDDDD;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.container{

    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;


}

.large-container{

    max-width: 1440px;
    position: relative;
    margin: 0 auto;


}

footer{

    max-width: 1440px;
    margin: 0 auto;
    font-size: 12px;
    color: #707070;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 60px;

}

footer p {

    margin: 0;
}

.authentification-box{

    width: 440px;
    margin: 0 auto;

}

.authentification-box p{

    display: flex;
    justify-content: center;
    margin: 0;

}

.contact-box li, .args li{

    margin-bottom: 0;

}

.contact-box{

    margin-bottom: 60px;

}

.args{

    margin-left: 100px;

}

.contact-box li:last-child{

    margin-top: 20px;

}

.content-text{

    line-height: 19px;

}

.content-text a {

    color: black;

}

.authentification-box p span{

    display: inline-block;
    color: red;
    margin-left: 5px;
    padding-top: 14px;

}

.field{

    width: 100%;
    height: 41px;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    border: 1px solid #707070;
    padding: 10px 10px;
    position: relative;
}

.field:after{

    content: "";
    display: block;
    width: 110px;
    height: 110px;
    color: red;
    background-color: black;
    position: absolute;
    top:5px;
    right: -5px;
    z-index: 225;


}

.login-features{

    display: flex;
    align-items: center;

}

.login-features a{

    margin-left: auto;
    color: #707070;

}

.login-features label{

    color: #707070;

}



p{

    margin: 30px 0;

}

.social{

    display: flex;
    flex-wrap: wrap;
    margin-left: auto;

}



li{

    margin-bottom: 30px;

}

.bold{

    font-family: Roboto;
    font-weight: bold;

}

.red{

    color: #FF0000;

}

.underline{

    text-decoration: underline;

}

.no-account{

    text-align: center;


}

.italic{

    font-style: italic;

}

.no-account a {

    color: black;

}

.logo{

    display: flex;
    justify-content: center;

}

.lockon-icon{

    display: flex;
    justify-content: center;

}

.lockon-icon img {
    cursor: pointer;
}

.container-rounded{

    border: 1px solid;
    padding: 20px 32px;
    margin: 30px 0;
    border-radius: 100%;

}

.step01{

    margin-left: 120px;
    margin-top: 46px;
    max-width: 700px;

}

.step01 li{

    margin-bottom: 20px;

}


.btn-register{

    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    background-color: #A8B479;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    margin: 60px 0;

}

.btn-disconnect{

    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    background-color: #FF0000;
    border-radius: 3px;
    color: white;
    text-decoration: none;


}

.container-center{

    text-align: center;

}

.mt90{

    margin-top:90px;

}

.mt60{

    margin-top:60px;

}

.hamburger-menu{

    position: absolute;
    right: 10px;
    top: 65px;

}

.dropdown-menu{

    background-color: black;
    position: absolute;
    border-radius: 6px;
    right: 10px;
    top: 95px;
    text-align: right;
    padding: 20px;

}

.dropdown-menu2{

    background-color: black;
    position: absolute;
    border-radius: 6px;
    right: 10px;
    top: 95px;
    text-align: right;
    padding: 20px;

}

.dropdown-menu2 li{

    margin-bottom: 15px;

}


.disconnect-box{

    max-width: 800px;
    margin: 70px auto;

}

.dropdown-menu a{

    color: white;
    text-decoration: none;

}

.dropdown-menu2 a{

    color: white;
    text-decoration: none;

}

.dropdown-menu li{

    margin-bottom: 15px;

}

.text-center{

    text-align: center;

}

.dropdown-menu li:last-child{

    margin-bottom: 0;
    border-top: 1px solid white;
    padding-top: 13px;
}


.dropdown-menu2 li:last-child{

    margin-bottom: 0;
}

.stats{

    display: flex;
    justify-content: center;
    padding: 0 60px;

}

.stats li{

    width: calc(100% / 3);
    text-align: center;
    color: #290202;
    font-size: 16px;

}

.account-name{

    color: #007EEA;
    font-size: 23px;
    margin-bottom: 10px;

}

.gallery{

    display: grid;
    grid-template-rows: 1fr 1fr  1fr;
    grid-template-columns: 1fr  1fr  1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;


}

.gallery li{

    margin-bottom: 0;
    overflow: hidden;

}

.gallery a img{


    transform: scale(1);
    transition: .5s;


}

.gallery a{

    position: relative;
    display: inline-block;

}


.gallery li a:after{

    content: "";
    display: block;
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    transition: .3s;


}


.gallery li:hover a:after{


    background-color: black;
    opacity: .5;

}

.gallery a:hover img{


    transform: scale(1.2);

}




.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color:#155724;
    background-color:#d4edda;
    border-color:#c3e6cb;
}

.hide {
    display:none
}

footer a {
    color: black;
}

.hamburger-menu {
    cursor: pointer;
}


.gallery li {
    height:300px;
    overflow:hidden;
}


@media only screen and (max-width: 600px) {
    .gallery {
        display: block;
    }
    .gallery li {
        width:100%;
        height:auto;
    }
}
