/*!
Theme Name: Le 911
Theme URI: http://underscores.me/
Author: Augustine Plume
Author URI: https://augustineplume.com/
Description: Thème graphique sur-mesure Le 911
Version: 1.0.0
*/

body {
    background-size: 100%;
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}

body::-webkit-scrollbar {
    width: 0.50rem;
}

body::-webkit-scrollbar-track {
    background: #78742d;
}

body::-webkit-scrollbar-thumb {
    background: #cdcfa4;
}

a {
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:link,
a:visited {
    color: #b58836;
}

a:hover,
a:active {
    color: #db8461;
    text-decoration: none;
}

::selection {
    background: #cdcfa4;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #cdcfa4;
    /* Gecko Browsers */
}

.balance {
    text-wrap: balance;
}

.uppercase {
    text-transform: uppercase;
}

.handwriting {
    font-family: adore-you, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.titre {
    font-family: lovera, sans-serif;
    letter-spacing: 2px;
}

a.btn-marron:link,
a.btn-marron:visited {
    border-radius: 100px;
    padding: 6px 30px;
    font-weight: 300;
    font-size: 1.2rem;
    color: #f4ede5;
    background-color: #b58836;
}

a.btn-marron:hover,
a.btn-marron:active {
    background-color: #f4ede5;
    color: #b58836;
}

.navbar-toggler {
    color: #db8461;
    font-size: 1.8rem;
    border: 0;
    font-family: lovera, sans-serif;
    letter-spacing: 2px;
    text-decoration: none;
}

a.navbar-toggler i svg {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}

#offcanvasNavbarLabel {
    line-height: 1.1;
    margin-top: 20px;
}

#offcanvasNavbarLabel strong {
    font-size: 3rem;
    font-family: lovera, sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
}

#offcanvasNavbarLabel span {
    font-size: 1.6rem;
    font-family: lovera, sans-serif;
    letter-spacing: 2px;
}

.main-navigation {
    background-color: #f4ede5;
}

.main-navigation a.nav-link:link,
.main-navigation a.nav-link:visited {
    color: #b58836;
    text-transform: uppercase;
    text-align: center;
    font-weight: 200;
    font-size: 1.5rem;
    font-family: lovera, sans-serif;
    letter-spacing: 2px;
    border-bottom: 1px solid transparent;
}

.main-navigation li.dropdown li a.nav-link {
    font-size: 1.3rem;
}

.main-navigation a.nav-link:hover,
.main-navigation a.nav-link:active {
    color: #db8461;
    border-bottom-color: #db8461;
}

#primary-menu .dropdown {
    position: static;
}

.navbar-nav .dropdown-menu {
    display: block;
    border: 0;
    margin-left: 30px;
}

#le-911-restaurant,
#partenaires,
#a-propos,
#menu-cartes-restaurant,
#localisation {
    margin-top: 20px;
    scroll-margin-top: 5em;
}

.offcanvas.show #primary-menu .nav-link {
    text-align: start;
}

.offcanvas.show #primary-menu .dropdown-menu {
    display: block;
    border: 0;
    margin-left: 20px;
}

img.pictoLogo {
    width: 380px;
    height: 380px;
}

.baseline {
    font-family: lovera, sans-serif;
    text-align: center;
    color: #77722e;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 2px;
}

.baseline p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .navbar a.nav-link {
        font-size: 1rem;
        margin: 0px 12px;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    img.pictoLogo {
        width: 400px;
        height: 400px;
    }

    .baseline {
        font-size: 2.5rem;
    }

    .dropdown-menu {
        display: grid;
        /* grid-template-columns: 1fr 1fr;  */
        grid-gap: 10px;
        transform-origin: top;
        transform: scaleY(0);
        opacity: 0;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        background-color: #f4ede5;
    }

    .dropdown:hover .dropdown-menu {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0;
        opacity: 1;
        transform: scaleY(1);
        overflow: visible;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .navbar a.nav-link {
        font-size: 1.2rem;
        margin: 0px 15px;
    }
}

@media (min-width: 1400px) {
    .main-navigation a.nav-link:link {
        font-size: 1.8rem;
    }

    img.pictoLogo {
        width: 500px;
        height: 500px;
    }

    .baseline {
        font-size: 3rem;
    }
}

.introResto {
    background-color: #f4ede5;
    color: #b58836;
}

.introResto .titre {
    font-family: 'lovera', sans-serif;
    letter-spacing: 3px;
    font-size: 2.8rem;
}

.carousel .btn {
    text-transform: uppercase;
    font-size: 2rem !important;
    font-family: 'lovera', sans-serif;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 15px 50px !important;
}

#a-propos {
    text-align: center;
    color: #b58836;
}

#a-propos .handwriting {
    font-size: 4rem;
}

#a-propos .titre {
    font-size: 1.8rem;
}

#a-propos p {
    text-wrap: balance;
}

.map {
    position: relative;
    background-color: #db8461;
}

.horaires {
    background-color: #78742d;
    color: #f4ede5;
}

.reseaux {
    background-color: #b58838;
    color: #f4ede5;
}

.reseaux .titre {
    font-size: 1.8rem;
    line-height: 1.1;
}

#localisation .boxAdresse {
    background-color: #db8461;
}

#localisation .adresse {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#localisation .adresse p a:link,
#localisation .adresse p a:visited {
    margin: 20px;
    background-color: #ffffff;
    padding: 12px 60px;
    border-radius: 150px;
    min-height: 70px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

#localisation .adresse p a:hover,
#localisation .adresse p a:active {
    background-color: #f3ece4;
    color: #da8361;
}

.verreDeco { 
    margin-right: 50px;
}

.horaires.handwriting {
    font-size: 2.8rem;
}

@media (max-width: 992px) {
    .verreDeco {
        display: block;
        margin: 10px auto 30px;
    }
}

@media (min-width: 992px) {
    .boxHoraires {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .horaires.handwriting {
        font-size: 3.6rem;
    }
    .verreDeco {
		width: 150px;
    }
}



@media (max-width: 900px) {

    #localisation .adresse {
        flex-direction: column;
    }

    #localisation .adresse a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #localisation .adresse p {
        text-align: center;
    }

    #localisation .adresse img {
        display: block;
    }
}

#partenaires .titre {
    color: #b58836;
}

#partenaires .handwriting {
    font-size: 2.7rem;
    color: #b58836;
    margin: 40px auto;
}

#partenaires .col {
    margin: 25px;
}

#partenaires .desc {
    color: #b58836;
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    #partenaires .col {
        margin: 20px 10px;
    }
}






/*
 * 
 * Mentions
 *
*/

#pageMentions h2 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: 'lovera', sans-serif;
    letter-spacing: 3px;
}

#pageMentions ul {
    margin-left: 30px;
}

#pageMentions strong {
    font-weight: 600;
}





/*
 *
 *	Back to top
 *
*/

.toTop svg {
    line-height: 1.6em;
    color: #f4ede5;
    position: absolute;
    top: 4px;
    left: 4px;
}

.toTop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: -10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: #b58836;
    visibility: hidden;
    opacity: 0;
    border-radius: 25px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.toTop.toTopvisible,
.toTop.toTopfadeout,
.toTop:hover,
.toTop:active {
    right: 30px;
}

.toTop:hover {
    background-color: #db8461;
    color: #FFF;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .toTop {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .toTop {
        height: 50px;
        width: 50px;
        right: -10px;
        bottom: 30px;
    }

    .toTop svg {
        top: 9px;
        left: 9px;
    }
}

.toTop:hover svg,
.toTop:active svg {
    color: #FFF;
}

.toTop.toTopvisible {
    visibility: visible;
    opacity: 1;
    z-index: 1200;
}

/* .toTop.toTopfadeout {
    opacity: .4;
} */






/*
 *
 *	Footer
 *
*/

.footer {
    background-color: #f4ede5;
}

.footerRS {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #b58836;
}

.footerRS .handwriting {
    font-size: 2.5rem;
    letter-spacing: 5px;
}

.footerRS img {
    width: 70px;
    height: auto;
}

.footerRS a:link,
.footerRS a:visited {
    margin-left: 20px;
    margin-right: 20px;
    border: 0;
}

.footerRS a:hover,
.footerRS a:active {
    border: 0;
}

.footerPages li.list-group-item {
    background-color: transparent;
    border: 0;
    color: #b58836;
}

.footerPages {
    color: #b58836;
}

.footerLogo {
    color: #b58836;
}

.footerLogo a:link,
.footerLogo a:visited,
.footerPages a:link,
.footerPages a:visited {
    color: #b58836;
    text-decoration: none;
}

.footerLogo a:hover,
.footerLogo a:active,
.footerPages a:hover,
.footerPages a:active {
    color: #db8461;
}

.footerLogo img {
    max-width: 300px;
}