@font-face {
    font-family: 'calistha';
    src: url("fonts/calistha/Calistha-eCwcYlb.ttf");
}
:root {
    --main-txt: "Montserrat", sans-serif;
    --main-link: "Playfair Display", serif;
    --main-title: "calistha", serif;
    /* --main-title: "Qwigley", serif; */
    --primary: #C39D63;
    --shadow:#00000057;
}
body {
    background-color: white;
    font-family: var(--main-txt);
}

.foottittle {
    font-family: "Playfair Display", serif; 
}
.logo, .icone {
    max-width: 100%;
    max-height: 70px;
}
.logo-filter {
    filter: invert();
}
.img-icone {
    max-width: 20px;
}
.img-panier {
    max-width: 40px;
}

.nav-item  a {
    font-family: var(--main-link);
}
#Id1 {
    width: 33vw;
}
a {
    text-decoration: none;
}
/* Footer */
.img-foot {
    max-height:120vh;
}
.img-foot2 {
    min-height:120vh;
}
/* acceuil */
.img-acc {
    min-height:100vh;
    max-height: 100vh;
}
h1 {
    font-family: var(--main-title);
    font-size: 84px;
}
h2 {
    font-family: var(--main-link);
    font-size: 48px;
}
.title_acc {
    font-family: var(--main-title);
    font-size: 80px;
}
.txt-livre {
    font-size: 18px;
}
h3 {
    font-size: 20px;
}
.img-mozaique {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
section {
    min-height: 100vh;
}
.slide-acceuil {
    height: 25vh;
    background-color: transparent;
}
.img-bg {
    min-height: 100vh;
    /* min-width: 100vw; */
    /* width: auto; */
    object-fit: cover;
}
/* pages carte */
.h1-page {
    font-family: Playfair Display; 
    font-size: 48px; 
    padding-top: 70px;
}

.img-carte {
    min-height:60vh
}
.img-bg-carte {
    max-height: 60vh;
    width: 100vw;
    object-fit: cover;
}
.img-presta, .img-gal {
    min-height:50vh
}
.img-bg-presta, .img-bg-gal {
    max-height: 50vh;
    width: 100vw;
    object-fit: cover;
}
.marge-ht-page{
    margin-top: 200px;
}
.section-carte {
    max-height: 60vh;
    min-height: 60vh;
}
.section-gal {
    max-height: 50vh;
    min-height: 50vh;
}
.informations {
    min-height: 25vh;
    max-height: 25vh;
    background-color: var(--primary);
    color: white;
}
.informations span {
    font-size: 22px;
}
.img-info {
    height: 15vh;
    object-fit: contain;
    z-index: 10;
    top: 0%;
    left: 0%;
}
.txt-info {
    z-index: 20;
}
.img-galerie {
    box-shadow: 20px 15px 25px var(--shadow);
    max-height: 20vh;
}
.img-galerie-modal {
    box-shadow: 20px 15px 25px var(--shadow);
    max-height: 50vh;
}
.mt-galerie {
    font-family: var(--main-link);
    font-size: 45px;
}
.input-produit {
    border: none;
    text-align: center;
}
.carousel img {
    height: 400px;
    width: auto;
    object-fit: contain;
}
.carousel li::marker {
    color: transparent;
}
/* pages legales */
.img-demi-bg {
    max-height: 60vh;
    width: 100vw;
    object-fit: cover;
}
.section-leg, .section-page {
    min-height: 60vh;
}
.section-leg h1 {
    font-family: var(--main-link);
}
.title-leg {
    font-family: var(--main-link);
    font-size: 22px;
}
/* contact */
#head-contact {
    max-height: 55vh;
    min-height: 55vh;
}
#head-contact .img-bg-carte  {
    max-height: 55vh;
}
#img-bg-contact {
    min-height: 56vh;
    background-color: black;
    background: linear-gradient(rgba(0, 0, 0, 0.75) 75%, black);
}
#carte_visite, #carte_visite2 {
    background: linear-gradient(black, rgba(0,0,0,0.75));
}
.img-contact {
    max-width: 50px;
}
.etoile {
    height: 8px; width: 8px;
}
#qrcode {
    max-height: 10vh; top: 18vh
}
#qrcodedisign {
    top: 40%;
}
/* changement couleur bootstrap*/
.btn-primary, .btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    border-radius: 0px;
}
.table-light {
    border-color: var(--primary)!important;
}
.active {
    background-color: var(--primary)!important;
    color: black !important;
    font-weight: 600;
    border: none;
}
.carousel-inner > .active {
    background-color: transparent!important;
}
.btn-outline-primary, .btn-outline-primary:hover {
    border-color: white;
    color: white;
    background-color: transparent;
}
.dropdown-item:hover {
    background-color: #0000003b;
}
.text-primary {
    color: var(--primary) !important;
}
.btn-link {
    text-decoration: none;
    color: var(--primary);
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-primary-subtle {
    background-color: var(--primary)!important;
}
.border-primary {
    border-color: var(--primary) !important;
}
.nav-link, .nav-link:hover {
    color: var(--primary);
}
.btn-primary .nav-link {
    color: white;
}
.page-link {
    color: var(--primary);
}
.active >.page-link{
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}
/* backoffice */
.img-mini {
    max-height: 50px;
    width: auto;
}
.img-medium {
    max-height: 150px;
    width: auto;
}
.nav-bo {
    top: 300px;
    position: sticky;
}
.card-bo {
    max-height: 300px;
    position: relative;
}
.card-bo img {
    max-height: 150px;
    width: auto;
    position: absolute;
    opacity: 30%;
}
.card-bo .card-body {
    text-align: right;
}
/* compte client */
.compte-client .active {
    background-color: transparent !important;
    font-weight: bold;
    color: var(--primary) !important;
}
/* tel et tablette*/
@media (max-width: 767px) {
    .img-mozaique {
        max-height: 20vh;
        width: 100vw;
    }
    #logo-vect {
        max-height: 15vh;
    }
    #collapsibleNavId {
        background-color: black;

    }
    #Id1 {
        width: 100vw;
    }

    h1 {
        font-size: 72px;
    }
    .h1-page {
        font-size: 35px;
    }
    .texte-carte {
        font-size: 13px;
    }
    .txt-info {
        font-size: 13px;
    }
    .informations {
        min-height: 50vh;
        max-height: 50vh;
    }
    .img-foot {
        min-height:160vh;
        object-fit:cover;
    }
    .img-foot2 {
        min-height:160vh;
    }
    .img-acc {
        min-height:140vh;
    }
    .img-carte, .img-presta, .img-gal  {
    min-height:90vh
    }
    #merci {
        font-size: 40px;
    }
    .img-bg-carte, .img-bg-presta, .img-bg-gal  {
        max-height: 120vh;
        min-height: 90vh;
        width: 150vw;
        object-fit: none;
    }
    .section-carte, .section-gal {
        max-height: 90vh;
        min-height: 90vh;
    }
    .pagination {
        display: block;
    }
    .img-info {
        height: 45vh;
        object-fit: contain;
        z-index: 10;
        filter: opacity(25%);
    }
    .mail-foot {
        position: absolute;
        top:70%;
        left: 0;
    }
    .title_acc {
        font-size: 68px;
    }
    .carte-hidden {
        display: none;
    }
    #info-carte {
        border: none !important;
    }
    .mt-galerie {
        font-size: 32px;
    }
    #bg-contact {
        min-height: 60vh;
        height: 60vh;
    }
    #img-bg-contact {
        min-height: 60vh;
    }
    #title-contact {
        padding-top: 30px;
    }
    .etoile {
        height: 15px;
        width: 15px;
    }
    #carte_visite {
        min-height: 100vh;
    }
    #qrcode {
        max-height: 20vh; top: 22vh
    }
    /* #qrcodedisign { */
        /* max-height: 32vh; top: 22vh */
    /* } */
}
@media (min-width:768px) and (max-width: 991px) {
    .img-mozaique {
        max-height: 20vh;
        width: 100vw;
    }
    #logo-vect {
        max-height: 15vh;
    }
    #collapsibleNavId {
        background-color: black;

    }
    #Id1 {
        width: 100vw;
    }

    h1 {
        font-size: 72px;
    }
    .h1-page {
        font-size: 35px;
    }
    .texte-carte {
        font-size: 13px;
    }
    .txt-info {
        font-size: 13px;
    }
    .informations {
        min-height: 50vh;
        max-height: 50vh;
    }
    .img-foot {
        min-height:160vh;
        object-fit:cover;
    }
    .img-foot2 {
        min-height:160vh;
    }
    .img-acc {
        min-height:140vh;
    }
    .img-carte {
    min-height:60vh
    }
    .img-bg-carte {
        max-height: 90vh;
        min-height: 60vh;
        width: 150vw;
        object-fit: none;
    }
    .section-carte {
        max-height: 60vh;
        min-height: 60vh;
    }
    .img-info {
        height: 45vh;
        object-fit: contain;
        z-index: 10;
        filter: opacity(25%);
    }
    .mail-foot {
        position: absolute;
        top:70%;
        left: 0;
    }
    .title_acc {
        font-size: 68px;
    }
    .carte-hidden {
        display: none;
    }
    #info-carte {
        border: none !important;
    }
    .mt-galerie {
        font-size: 32px;
    }
    #bg-contact {
        min-height: 60vh;
        height: 60vh;
    }
    #img-bg-contact {
        min-height: 60vh;
    }
    #title-contact {
        padding-top: 30px;
    }
    .etoile {
        height: 10px;
        width: 10px;
    }
    #carte_visite {
        min-height: 100vh;
    }
    #qrcode {
        max-height: 20vh; top: 22vh
    }
    /* #qrcodedisign { */
        /* max-height: 32vh; top: 22vh */
    /* } */
}
/* écran  large */
@media (min-width: 1000px) and (max-width: 1699px) {
    #logo-vect {
        max-height: 20vh;
        padding-top: 20px;
    }
    .txt-livre {
        font-size: 15px;
    }
    #head-acc {
        margin-top: 20px;
    }
    .img-acc {
        min-height: 120vh;
        max-height: 120vh;
    }
}
/* écran très large */
@media (min-width: 1700px) and (max-width: 2499px){
    #logo-vect {
        max-height: 20vh;
        padding-top: 20px;
    }
    .txt-livre {
        font-size: 20px;
    }
    #head-acc {
        margin-top: 20vh;
    }
    .img-acc {
        min-height: 120vh;
        max-height: 120vh;
    }
}
/* écran tellement large que c'est ridicule */
@media (min-width:2500px) {
    body {
        font-size: 30px;
    }
    .img-foot {
        max-height:80vh;
        min-height: 80vh;
    }
    .img-foot2 {
        min-height:80vh;
    }
    .txt-livre {
        font-size: 30px;
    }
    h1 {
        font-size: 120px;
    }
    .h1-page {
        font-size: 90px;
    }
    h2 {
        font-size: 56px;
    }
    h3 {
        font-size: 32px;
    }
    #head-acc {
        margin-top: 30vh;
    }
    .btn {
        font-size: 20px;
    }
    .title_acc {
        font-size: 90px;
    }
    #nav .container {
        min-width: 60vw;
    }
    .txt-info {
        font-size: 20px;
    }
    .marge-ht-page {
        margin-top: 25vh;
    }
    .texte-carte {
        font-size: 20px;
    }
    .img-contact {
        max-width: 80px;
    }
    #carte_visite2 {
        min-height: 40vh;
    }
    .etoile {
        height: 15px;
        width: 15px;
    }
    #qrcodedisign {
        top: 35%;
    }
}