/* Default Style */

body {
    padding-top: 10vh;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #ff9800;
    transition: all 0.3s;
    text-decoration: none;
}

a:focus {
    color: inherit;
}

h1 {
    margin: 0px;
    padding: 15px;
    color: #FFF;
    font-size: 1.8em;
}

h1>span {
    display: inline-block;
    background-color: rgba(104, 79, 64, 0.9);
    padding: 15px;
    margin: 0px;
}

.title_underline {
    display: inline-block;
    margin-left: -10px;
    padding-left: 5px;
    padding-bottom: 10px;
    background-position: bottom center;
    background-image: url('../img/underline.png');
    background-size: 100% 10px;
    background-repeat: no-repeat;
}

/* Color */

.orange_color {
    color: #ff9800 !important;
}

.orange_bg {
    background-color: #ff9800 !important;
}

.orange_bg_alpha {
    background-color: rgba(255, 152, 0, 0.8);
}

.gray_bg {
    background-color: #6E6E6E !important;
}

/* Nav Style */

nav {
    height: 8vh;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 50;
    background-color: white;
}

nav ul {
    padding: 0px;
    margin: 15px 0px;
}

nav ul>li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

nav a {
    display: block;
    padding: 10px 15px;
    color: #6e6e6e;
    transition: all 0.3s;
}

nav .right_separator>li>a {
    border-right: 1px solid #6e6e6e;
}

nav .right_separator>li:last-child>a {
    border: none !important;
}

#nav {
    display: block;
}

.col-md-8.col-md-offset-2.Logo {
    padding-top: 150px;
}

.col-md-4.text-center.Colonne-Gauche {
    margin-top: -230px;
    margin-left: 88px;
}

.col-md-4.text-center.Colonne-Droite {
    margin-top: -230px;
    margin-left: 327px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 75%;
    height: auto;
    margin: 45px auto;
    margin-top: -10px;
}

#mentions {
    margin-top: 15vh;
}

@media screen and (max-width: 992px) {

    nav {
        display: block;
        height: auto;
    }

    nav i {
        font-size: 2em !important;
        margin: 25px;
    }

    nav i:hover {
        cursor: pointer;
        color: #ff9800;
    }

    #nav {
        display: none;
        text-align: center;
        background-color: #FFF;
    }

    nav img {
        max-width: 200px !important;
        margin: 15px auto;
    }

}

@media screen and (max-width: 1200px) {

    .col-md-4.text-center.Colonne-Droite {
        margin-top: -190px;
        margin-left: 593px;
    }

    .col-md-4.text-center.Colonne-Gauche {
        margin-top: -190px;
        margin-left: 65px;
    }

    nav ul>li {
        display: ruby-text;
        margin: 0px;
        padding: 0px;
    }

}

@media screen and (max-width: 991px) {

    .col-md-4.text-center.Colonne-Droite {
        margin-top: -63px;
        margin-left: 363px;
    }

    .col-md-4.text-center.Colonne-Gauche {
        margin-top: -230px;
        margin-left: -375px;
    }

}

@media screen and (max-width: 768px) {

    .col-md-4.text-center.Colonne-Droite {
        margin-top: 25px;
        margin-left: 30px;
    }

    .col-md-4.text-center.Colonne-Gauche {
        margin-top: -260px;
        margin-left: 40px;
    }

}

@media screen and (max-width: 380px) {

    nav ul>li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

    .col-md-4.text-center.Colonne-Gauche {
        margin-top: -260px;
        margin-left: 0px;
    }

    .col-md-4.text-center.Colonne-Droite {
        margin-top: 65px;
        margin-left: 0px;
    }

}



.brand {
    position: fixed;
    top: 25px;
    left: 25px;
    width: 100px;
    z-index: 2000;
}

/* Accueil Style */

.acc_header {
    position: relative;
    display: block;
    width: 100%;
    height: 60vh;
    margin-top: 3.5vh;
    border-top: 2px solid #6E6E6E;
    border-bottom: 2px solid #6E6E6E;
    padding: 15px 0px;
}

.dotted {
    width: 100%;
    height: 100%;
    /*background  : url("../img/petit-carre-2.png") repeat;*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.acc_header>.img-header {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/Photos/Mag_4.jpg") top center no-repeat;
    background-size: cover;
}

.img-header>.container {
    position: relative;
    z-index: 2;
    color: #FFF;
    display: flex;
    align-items: center;
    height: 100%;
    /*justify-content     : flex-end;*/
}

.about .row {
    margin: 50px 0px;
}

.big_about {
    color: #6E6E6E;
    border-left: 3px solid;
    padding: 15px;
    font-size: 2em;
}

/* Boulangerie Style */

.boulangerie_header {
    position: relative;
    display: block;
    width: 100%;
    height: 50vh;
    margin-top: 5vh;
    border-top: 2px solid #6E6E6E;
    border-bottom: 2px solid #6E6E6E;
    padding: 15px 0px;
}

.boulangerie_header>.img-header {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/bread_bakery.jpg") center center no-repeat;
    background-size: cover;
}

.fetes_header {
    position: relative;
    display: block;
    width: 100%;
    height: 50vh;
    margin-top: 5vh;
    border-top: 2px solid #6E6E6E;
    border-bottom: 2px solid #6E6E6E;
    padding: 15px 0px;
}

.fetes_header>.img-header {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/Photos/fetes-fin-annee.jpg") top center no-repeat;
    background-size: cover;
}

.ref-strong {
    color: #F06626;
}

.ref-strong a:hover {
    color: #ff9800;
}

/* Viennoiseries Style */

.viennoiseries_header {
    position: relative;
    display: block;
    width: 100%;
    height: 50vh;
    margin-top: 5vh;
    border-top: 2px solid #6E6E6E;
    border-bottom: 2px solid #6E6E6E;
    padding: 15px 0px;
}

.viennoiseries_header>.img-header {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/viennoiseries.jpg") center center no-repeat;
    background-size: cover;
}

/* Patisserie Style */

.patisserie_header {
    position: relative;
    display: block;
    width: 100%;
    height: 50vh;
    margin-top: 5vh;
    border-top: 2px solid #6E6E6E;
    border-bottom: 2px solid #6E6E6E;
    padding: 15px 0px;
}

.patisserie_header>.img-header {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/patisserie.jpg") center center no-repeat;
    background-size: cover;
}

/* Traiteur Style */

.traiteur_header {
    position: relative;
    display: block;
    width: 100%;
    height: 50vh;
    margin-top: 5vh;
    border-top: 2px solid #6E6E6E;
    border-bottom: 2px solid #6E6E6E;
    padding: 15px 0px;
}

.traiteur_header>.img-header {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/Photos/quiche.jpg") center center no-repeat;
    background-size: cover;
}

/* Gallery Style */

.gallery {
    padding-top: 15px;
    background-color: #6E6E6E;
}

.gallery h2 {
    color: #FFF;
    margin: 50px 0px;
}

.gallery .item {
    border: 2px solid rgba(0, 0, 0, 0.5);
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    height: 350px;
    transition: all 0.2s;
}

.item>.img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item>.info {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.item>.info>.text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ff9800;
    padding: 15px;
    width: 100%;
    height: 50%;
}

.item:hover {
    border: 2px solid #ff9800;
}

.item:hover>.info {
    opacity: 1;
}



/* Footer style */

footer {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.8);
}

footer h3 {
    margin: 25px 0px;
}

.list-unstyled>li {
    margin-bottom: 15px;
}

.list-unstyled>li>i {
    margin-right: 15px;
}

.list-unstyled>li:last-child>i {
    margin-right: 10px;
}

footer .list-inline {
    margin: 25px 0px;
}

footer img {
    width: 50%;
}

footer .axe_cube {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 0px;
}

.axe_cube img {
    width: 100px;
}

.sans_puces li {
    list-style: none;
}

/* ADDONS 20/09/2017 */

footer .img-responsive {
    margin-top: 20px;
}

footer .img {
    margin: 0 !important;
}

nav a {
    font-weight: 700;
}

body {
    padding-top: 0;
}

.navbar-default {
    background-color: #fff;
    border: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    max-width: 100%;
}

.navbar-brand {
    padding-top: 0px;
}

#firstPart {
    padding-left: 120px;
}

#sndPart {
    padding-right: 125px;
}

:is(html, body):has(.noel.open) {
    overflow: hidden;
}

:is(html, body):has(.noel.open)>section:not(.noel) {
    opacity: 0.5;
}

.noel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #404040;
    height: auto;
    width: 700px;
    color: white;
    padding: 20px;
    max-width: calc(100% - 40px);
}

.noel,
.noel a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.noel h2 {
    text-align: center;
    margin: 0;
}

.noel button {
    color: #fff;
    background-color: #b92a30;
    text-transform: uppercase;
    padding: 12px 24px;
    border: none;
}

.noel button:hover {
    background-color: #962226;
}

.noel #close-popup {
    width: 30px;
    align-self: end;
    cursor: pointer;
}

.noel #close-popup:hover {
    opacity: 0.5;
}

.fetes {
    text-align: center;
}

.fetes img {
    margin: 5px auto;
}

@media screen and (min-width:768px) {
    .navbar-brand-centered {
        position: absolute;
        left: 39%;
        display: block;
        width: 33%;
        text-align: center;
    }

    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
}

@media screen and (max-width: 992px) {
    #firstPart {
        padding-left: 60px;
    }

    #sndPart {
        padding-right: 0px;
    }

    .noel {
        padding: 20px;
    }

    @media screen and (max-width: 768px) {
        #firstPart {
            padding-left: 0px;
        }

        #sndPart {
            padding-right: 0px;
        }

        .navbar-default .navbar-nav>li>a {
            text-align: center;
        }
    }
}

/*CANEVAS*/

#Reseo .btn.btn-default.btn-lg {
    color: white;
    background-color: #ff9800;
}


.cookie {
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.cookie p {
    margin-top: 10px;
    cursor: pointer
}

footer {
    padding-bottom: 95px;
}

@media(min-width: 480px) {
    footer {
        padding-bottom: 45px
    }
}

div.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    z-index: 1000000000000;
    background-color: white;
    border-radius: 10px;
    padding: 20px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    ;
    gap: 10px;
    transform: translate(-50%, -50%);
    max-width: 50vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

div.popup * {
    text-align: center;
    ;
}

div.popup a.button_image {
    width: 18vw;
    height: fit-content;
}

div.popup a.button_image img {
    width: 100%;
}

div.popup a.button_discover {
    width: fit-content;
    border: 1px solid #F26522;
    background-color: #F26522;
    border-radius: 50px;
    padding: 10px 20px;
    color: white;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

div.popup a.button_discover:hover {
    background-color: white;
    color: #F26522;
}

div.popup .close {
    align-self: flex-end;
}