html, body, .main-content {
    height: 100%;
}

body {
    padding: 0px;
    font-family: 'ABeeZee', sans-serif;
    background-color: #111;
    margin:0px;
    color:#eee;
}

section {

    padding: 90px 0;
}

img {
    width: 100%;
}

.m-top-10 {
    margin-top: 10px;
}

.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;
    color:white;
}

.btn.active {
    background: #ef5337 !important;
    outline:none !important;
    border:none !important;
    color:white;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
    color:white;
}

#facebook img {
    width: 32px;
}

.parallax-window {
    min-height: 500px;
    background: transparent;
}

h1,h2 {
    word-break: break-word;
    font-family: 'Julius Sans One', sans-serif;
    font-size:2rem;
}

h2 {
    font-size:1.5rem;
}

.btn {
}

#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: 0px;
    padding: 20px 0px;
    background-color: #111111;
    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: 'Julius Sans One', sans-serif;
}

#navigation {
    position: relative;
}


#home {
    background-repeat:  no-repeat;
    background-position: center center;
    background-size: cover;
    margin:0px;
    padding:0px;

    height:85%;
    min-height: 500px;
    position:relative;
}
#home #logo {
    background: url(../img/banniere.png) no-repeat left bottom;
    background-size:100%;
    height: 100%;
    width:100%;
}
#menubars {
    position: absolute;
    top: -50px;
    right: 15px;
}

#menubars i {
    color: #575757;

    padding: 10px;
    float: right;
    font-size: 30px;
}


#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;
}

#frmContact_cmdEnvoyer {
    margin-top:10px;
}

@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) {
    #frmContact_cmdEnvoyer {
        position: absolute;
        top: 0px;
        right: 20px;
    }

    .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;

}

#contact {
    background-image:url(../img/contact.jpg);
    background-size:cover;
    height:400px;
    background-position: right;

}
#actualites, #contactform {
    background-color:#000;
    color:white;
}
#contactform {
    border-top:1px solid white;
}
#contactform .logo {
    background-color:white;
    margin:10px;
}
#contactform .fa {
    width:20px;
    text-align: center;
}
@media (max-width: 1366px) {
    .scroll-top {
        right: 20px;
    }
}
@media (max-width: 768px) {
    #home #logo {
        background-size:250%;
    }
}
@media (max-width: 576px) {
    #votremagasin_screenshot {
        height:150px
    }
}

.navbar-dark .navbar-nav .nav-link {
    color:rgba(255,255,255,0.8);
}
.navbar-dark .navbar-nav .nav-link:hover {
    color:rgba(255,255,255,1);
}


.flickr_album .row > div{
    height:400px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#222222;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding:0;

}
.flickr_album .row a{
    color:white;
    height:100%;
    width: 100%;
    text-align: center;
    font-size:3rem;
    display:block;
    vertical-align: middle;
    font-weight: bold;
}
.flickr_album .row a:hover{
    text-decoration: none;
}
.flickr_album .row a.plus_de_photos {
    background-color: rgba(0, 0, 0, 0.75);
    font-size:2rem;
}
.flickr_popup {
    position:fixed;
    height:100%;
    width:100%;
    background-color:black;
    z-index: 1000;
    display:none;

}
.flickr_popup .current{
    height:85%;
    width:100%;
}
.flickr_popup .current div {
    height:100%;
    width:100%;
}
.flickr_popup .current div {
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
}
.flickr_popup .current p {
    background-color: rgba(0,0,0,0.5);
    color:white;
    padding:5px 20px ;
    text-align: center;
    position: absolute;
    bottom:10px;
    right:0px;



}
.flickr_popup .navigation {
    height:15%;
    width:100%;
}
.flickr_popup .navigation div {
    height:100%;
    width:100%;
}
.flickr_popup .navigation .miniature {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-right: 1px solid #000;
    padding: 0;
    height: 100%;
    width: 100%;
}
.flickr_popup .navigation .non-active p {
    height: 100%;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 3rem;
    display: block;
    vertical-align: middle;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.75);
}
.flickr_popup .navigation .current p {
    background-color: transparent;

}
.flickr_popup .close {
    position:absolute;
    right:20px;
    top:20px;
    color:white;
    background-color:rgba(51,51,51,0.5);
    padding:10px;
    border-radius:30%;
    z-index:1001;
}
.flickr_popup .hide {
    display:none;
}
@media (max-width: 768px) {
    .navbar {
        position: absolute;
        width: 100%;
        z-index: 1001;
    }
    .flickr_album.container{
        padding-right:0px;
        padding-left:0px;

    }
    .flickr_album .row > div{
        height:200px

    }
}
.nav-link-bold {
    color:#333 !important;
    font-weight: bold;
}
.nav-link-bold:hover {
    color:#000 !important;
    font-weight: bold;
}
strong {
    color:#f06022;
    font-weight: normal;
}
#fetes {
    background-color:#1d1d1d;
}
#fetes #p72157711747184911_0,#fetes #p72157711747184911_1 {
    background-size:contain;
    background-color:black;
}
.proposition, .proposition-always-on-top {
    background-color:#222222;
    border:1px solid white;
    min-height:450px;
    display:block;
    padding:20px;
}
.proposition:hover  {
    text-decoration: none;
}
.proposition h2,.proposition-always-on-top h2 {
    text-align: center;
    min-height:50px;
}
.proposition-always-on-top h3 {
    font-size: 1.2rem;
}
.proposition .image {
    width:50%;
    padding-top: 50%; /* 1:1 Aspect Ratio */
    margin:auto;
    background-size:cover;
    border-radius: 50%;
    margin:20px auto;
    border:1px solid white;
    border-spacing: 10px;

}
.proposition p {
    color:white;
    text-align: justify;
    min-height:90px;
}
.propositiondetails .flickr_album .row > div{
    height:200px;
}
.bloc-avec-bandeau{
    position: relative;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    max-width:300px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Ruban "Nouveau" en coin (responsive) */
.bandeau-nouveau{
    position: absolute;
    top: 45px; right: -10px;          /* décale pour traverser le coin */
    display: inline-block;
    padding: 8px 40px;               /* longueur du ruban */
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    transform: rotate(45deg);
    box-shadow: 0 6px 16px rgba(0,0,0,.15);
    border-radius: 10px;
}

/* Petite “découpe” du ruban en dessous (effet papier) */
.bandeau-nouveau::after{
    content: "";
    position: absolute;
    right: 8px; bottom: -6px;
    border-width: 6px 6px 0 0;
    border-style: solid;
    border-color: rgba(0,0,0,.18) transparent transparent transparent;
    transform: rotate(45deg);
}

/* Option accessibilité au clavier/souris */
.bloc-avec-bandeau:focus-within .bandeau-nouveau,
.bloc-avec-bandeau:hover .bandeau-nouveau{
    filter: brightness(1.05);
}
@media (min-width: 480px){
    .bandeau-nouveau{ font-size: 13px; }
}
#salles {
    background-color:#000;

}
#salles .flickr_album .row > .col-1 {
    height:100px;
}
.salle_nom {
    background-color:#f06022;
    color:white;
    padding:2px 5px;
}
#newsletter {
    background-color:#f06022;
    padding:30px;
    color:black;
}
#newsletter a{
    color:#222222
}
#bus {
    background-color: #222222;
}
.container-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}