.overflow-hidden {
    overflow: hidden;
}

.container,
.container-fluid {
    position: relative;
}

.top {
    z-index: 2;
    position: relative;
    border-radius: 3px;
}

#head h1 {
    font-size: 3.199rem;
    font-family: 'Lato', sans-serif;
}

.lato {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
}

.bg-gris {
    background: #f5f5f5;
}

.border-rounded {
    border-radius: 5px;
}

#hobbie-wrapper {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 56.25rem;
    height: 56.25rem;
    z-index: 0;
}

@media screen and (max-width: 1199px) {
    #hobbie-wrapper {
        left: 60%;
    }
}

@media screen and (max-width: 992px) {
    #hobbie-wrapper {
        left: 65%;
    }
}

@media screen and (max-width: 992px) {
    #hobbie-wrapper {
        left: 70%;
    }
}

@media screen and (max-width: 767px) {
    #head h1 {
        font-size: 2rem;
    }
}

.hobbie {
    box-shadow: .125rem .125rem 1.25rem 0 rgba(0, 0, 0, .3);
    border-radius: .4rem;
    padding: 3px;
}

#hobbie-wrapper img {
    position: absolute;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    animation-duration: 1.2s;
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    animation-duration: 1.2s;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    animation-duration: 2s;
}

@-webkit-keyframes fadeOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        visibility: transparent;
    }
}

@keyframes fadeOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(300%, 0, 0);
        transform: translate3d(300%, 0, 0);
        visibility: transparent;
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    animation-duration: 1.2s;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    animation-duration: 1.2s;
}

.hobbie {
    box-shadow: .125rem .125rem 1.25rem 0 rgba(0, 0, 0, .3);
    border-radius: .1rem;
    padding: 3px;
}

#hobbie-wrapper .c1 img {
    width: 55%;
    left: 66%;
    top: 0%;
}

#hobbie-wrapper .c2 img {
    width: 55%;
    left: 95%;
    top: 40%;
}

#hobbie-wrapper .c3 img {
    width: 55%;
    left: 37%;
    top: 40%;
}

#hobbie-wrapper .c4 img {
    width: 55%;
    left: 37%;
    top: -40%;
}

#hobbie-wrapper .c5 img {
    width: 56.5%;
    left: 7%;
    top: 0%;
}

#hobbie-wrapper .c6 img {
    width: 76%;
    left: 75%;
    top: 80%;
}

#hobbie-wrapper .c7 img {
    width: 52%;
    left: -18%;
    top: 40%;
}

#hobbie-wrapper .c8 img {
    width: 35%;
    left: 37%;
    top: 80%;
}

#hobbie-wrapper .c9 img {
    width: 55%;
    left: -76%;
    top: 40%;
}

#hobbie-wrapper .c10 img {
    width: 55%;
    left: 37%;
    top: 126%;
}

#hobbie-wrapper .c11 img {
    width: 58%;
    left: -53%;
    top: 0%;
}

#hobbie-wrapper .c12 img {
    width: 25%;
    left: 123%;
    top: 0%;
}

input.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #eee;
    transition: 0.6s all;
}

input.form-control:focus {
    border-bottom-color: #00A9D7;
}

#faq {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 153, 204, 0.1);
}

.safari {
    position: absolute;
    top: calc(50% - 182px);
    margin-left: 60px;
}

.safari #header {
    height: 35px;
    border-radius: 6px 6px 0 0;
    padding: 3px 0;
    background: #dddde2;
}

.rond {
    margin-top: 2px;
    border-radius: 50%;
    width: 27px;
    text-align: center;
    padding: 1px 8px;
    margin-left: 5px;
}

#corp {
    height: 330px;
    background: rgb(0, 153, 204, 0.1);
}

.text {
    background: rgb(0, 153, 204, 0.4);
    height: 40px;
}

.btn-l {
    background: rgb(0, 153, 204, 0.4);
}

.overflow-x-hidden {
    overflow-x: hidden;
}

#cards .kard {
    color: #444;
    background: white;
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    min-height: 100%;
    box-shadow: 0 0 6px rgba(200, 200, 200, 0.1), 1px 7px 6px rgba(150, 150, 150, 0.23);
}

#cards .icone i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 60px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    background: rgb(0, 153, 204, 0.1);
    color: rgb(0, 153, 204, 1);
}

#cards .kard h2,
#cards .kard:hover .active h2 {
    font-size: 65px;
}

#cards .kard:hover {
    box-shadow: 0 0 6px rgba(200, 200, 200, 0.1), 1px 7px 6px rgba(150, 150, 150, 0.23);
}

#cards .active h2 {
    color: #0099CC;
    font-size: 1.6em;
}

#cards .active .icone i {
    width: 55px;
    height: 55px;
    line-height: 180%;
    font-size: 30px;
    background: rgb(0, 153, 204, 0.2);
    margin-bottom: 15px;
}

#cards .active .dn {
    font-size: 1em;
    display: block;
    color: #444;
}

#cards .active {
    box-shadow: 0 0 6px rgba(200, 200, 200, 0.1), 1px 7px 6px rgba(150, 150, 150, 0.23);
}

#cards .active {
    color: #333;
}

#cards .color {
    color: #0099CC;
    font-weight: 700;
}

.navigateur {
    margin: 50px;
    overflow: hidden;
}

.navigateur .header {
    height: 35px;
    border-radius: 6px 6px 0 0;
    padding: 3px 0;
    background: #dddde2;
}

.navigateur .body {
    border: 20px solid white;
    height: 330px;
    background: rgb(0, 153, 204, 0.1);
    overflow: hidden
}

#chrome .body {
    background: white;
}

.navigateur #user {
    position: relative;
    padding: 80px 36%;
}

.navigateur #user #head {
    border-radius: 50%;
    background: #fdc;
    width: 120px;
    height: 130px;
    z-index: 1;
    position: absolute;
    top: 28%;
    left: 36%;
}

.navigateur #user #corp {
    background: rgb(0, 153, 204, 0.6);
    height: 280px;
    width: 180px;
    margin-top: -10px;
    margin-left: -30px;
    border-radius: 25%;
    z-index: 0;
    position: absolute;
    left: 36%;
    top: 100%;
}