html, body, .main-content {
    height: 100%;
}

body {
    padding-top: 0px;
    font-family: 'ABeeZee', sans-serif;
    background-color: #3d3d3d;
    margin-top: 190px;
}

section {

    padding: 90px 0;
}

img {
    width: 100%;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-60 {
    margin-top: 60px;
}
.btn {
    text-overflow: ellipsis;
    max-width:90%;
    overflow: hidden;
}
.btn-primary {
    background: #ff6347;


}

.btn:hover, .btn:focus, .btn:active {
    background: #ef5337 !important;
    outline:none !important;
    border:none !important;
}

.btn.active {
    background: #ef5337 !important;
    outline:none !important;
    border:none !important;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}

#facebook img {
    width: 32px;
}

.parallax-window {
    min-height: 500px;
    background: transparent;
}

h1 {
    word-break: break-word;
    font-family: 'Baloo Bhaijaan';

}

.btn {
    font-size: 1.5rem;
}

#competences, #entretien {
    background-color: #9cbbd3;

}


.scroll-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 90px;
    right: 50px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    border: none;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}

#contact ul {
    position: relative;
    padding: 0px;
}

#contact ul li {
    list-style: none;
    position: relative;
    line-height: 32px;
    padding: 0px 0px 0px 90px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

#contact ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0px;
    line-height: 26px;
}

#contact ul li a i {
    margin-right: 15px;
    font-size: 20px;
    position: absolute;
    left: 27px;
    top: 0;
    line-height: 40px;
    border-right: 1px solid #f1f1f1;
    padding-right: 20px;
}

footer {
    margin-top: 90px;
    padding-top: 90px;
    background-color: #1d1d1d;
    color: lightgoldenrodyellow;
    font-size: 0.8rem;
    text-align: center;
}

footer .logo {
    background-color: #7f7f7f;
    border-radius: 1rem;
}

footer a, footer a:hover {
    color: lightgoldenrodyellow;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    list-style-type: none;
    margin: 10px;
    padding: 0px;
    font-size: 1rem;
}

#webmaster {

    margin-top: 40px;
    padding: 20px 0px;
    background-color: black;
}

#webmaster p {
    padding: 0px;
    margin: 0px;
}

#webmaster a {
    color: lightgoldenrodyellow;
}


.parallax-window h1 {
    text-align: center;
    padding-top: 190px;
    color: #3EA839;
    text-shadow: 1px 1px #3EA839;
}

.parallax-window span {
    padding: 30px;
    background-color: white;
    opacity: 0.6;
    border-radius: 5px;
}

.btn {
    font-family: 'Baloo Bhaijaan';
}

#navigation {
    position: relative;
}

#logo {
    position: absolute;
    top: -90px;
    left: 50px;
    z-index: 1000;
}

#logo img {
    width: 180px;
}

#home {
    background: url(../img/bureau.jpg) no-repeat left bottom;
    background-size: cover;

    min-height: 800px;
}

#menubars {
    position: absolute;
    top: -50px;
    right: 15px;
}

#menubars i {
    color: #575757;

    padding: 10px;
    float: right;
    font-size: 30px;
}

#home {
    text-align: center;
}

#home h1 {
    color: white;
    font-family: 'Baloo Bhaijaan';
    font-size: 3.5rem;
}

#presentation {
    background-color: white;
}

#cafe {
    background: url('../img/cafe.jpg');
    background-size: cover;
    background-position: right;
    min-height: 800px;
}

#cafe .cafe-legende {
    padding: 50px;
    background-color: rgba(255,255,255,0.55);
}

.realisation {
    padding-bottom: 5px;
    background-color: white;
    text-align: center;
}

.realisation .screenshot {

}

.realisation .screenshot {
    background-repeat: no-repeat;

}

.realisation img {
    width: 250px;
}

.realisation .screenshot {
    background-size: 187px auto;
    background-position-x: 30px;
    background-position-y: 8px;
}

.realisation .up {
    position: absolute;
    right: 5px;
    top: 10px;
    padding:5px;

}

.realisation .down {
    position: absolute;
    right: 5px;
    bottom: 20px;
    padding:5px;
}

@media (min-width: 576px) {
    .realisation img {
        width: 450px;
    }


    .realisation .screenshot {
        background-size: 339px auto;
        background-position-x: 53px;
        background-position-y: 15px;
    }

    .realisation .up, .realisation .down {
        right: 0px;
    }
}

@media (min-width: 768px) {
    .realisation img {
        width: 600px;
    }


    .realisation .screenshot {
        background-size: 451px auto;
        background-position-x: 71px;
        background-position-y: 20px;
    }

    .realisation .up, .realisation .down {
        right: 30px;
    }
    .realisation .down {
        bottom: 60px;
    }
}

@media (min-width: 1400px) {
    .realisation img {
        width: 800px;
    }


    .realisation .screenshot {
        background-size: 601px auto;
        background-position-x: 95px;
        background-position-y: 26px;
    }

    .realisation .up, .realisation .down {
        right: 30px;


    }
    .realisation .down {
        bottom: 60px;
    }

}

.realisation_hide {
    display: none;
}

#realisation_plus {
    background-color: white;

}

#applicationwebdefinition {
    background-image: url('/kitmsam/img/applicationwebdefinition.jpg');
    background-position: bottom;
    background-size: cover;
    text-align: center;
    height: 500px;
}

#applicationwebdefinition .container {
    background-color:rgba(255,255,255,0.55);
    height: 100%;
}

#applicationwebdefinition .container > div {
    height: 100%;

}

#applicationwebdefinition .container > div > div {
    margin: auto;
}

#applicationwebdefinition quote {
    font-family: 'Baloo Bhaijaan';
    font-style: italic;
    font-size: 2rem;

}
#applicationweb {
    background-color:white;
}
#medicalrdv_screenshot {
    background-image:url(../img/web/medicalrdv.jpg);
    background-size:cover;
    height:350px;
}
#menudujour_screenshot {
    background-image:url(../img/web/menudujour.jpg);
    background-size:cover;
    background-position: top center;
    height:350px;
}
#votremagasin_screenshot {
    background-image:url(../img/web/monshopamoi.png);
    background-size:contain;
    background-position: center;
    height:500px;
    background-repeat: no-repeat;
    background-color:#eeeeee
}
#contact {
    background-image:url(../img/contact.jpg);
    background-size:cover;
    height:400px;
    background-position: right;

}
#contactform {
    background-color:#575757;
    color:white;
}
#contactform .logo {
    background-color:white;
    max-width:100px;
    margin:10px;
}
#contactform .fa {
    width:20px;
    text-align: center;
}
@media (max-width: 1366px) {
    .scroll-top {
        right: 20px;
    }
}
@media (max-width: 768px) {
    h1, #home h1 {
        font-size: 2rem;
    }
    #applicationwebdefinition quote {
        font-size:1.5rem;
    }
    body {
        margin-top: 50px;
    }
    #logo {
     top:-40px;
     left:10px;
    }
    #logo img{
        width:80px;
    }
    #votremagasin_screenshot {
        height:300px
    }
}
@media (max-width: 576px) {
    #votremagasin_screenshot {
        height:150px
    }
}
.navbar-dark .navbar-nav .nav-link {
    color:rgba(255,255,255,0.8);
    text-align:right;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color:rgba(255,255,255,1);
}
.text-primary-monshopamoi {
    color:#6D8B09;
}
.text-secondary-monshopamoi {
    color:#085889;
}