@import url(fonts.css);

:root {
    --lighter-pink: #FFF1F8;
    --light-pink : #FFD3E9;
    --pink: #D8031B;
    --blue: #107FC1;
    --mild-blue: #B8E4FF;
    --light-blue: #6AB8EA;
    --white: #FFF;
    --dark: #26292C;
}

html {
    margin-top: 0 !important;
    scroll-behavior: unset !important;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
}


body {
    font-family: "Poppins";
    margin: 0;
    padding: 0;
    scroll-behavior: unset !important;
    position: relative;
    overflow-x: hidden !important;
}

a {
    color: inherit;
    text-decoration: none;
    display:inline-block;
}

a:hover {
    color: inherit;
}

.linkG {
    color: var(--pink);
}

h1 {
    font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
    color: var(--pink);
    margin: auto;
    margin-top: 1rem !important;
    font-size: 3.5rem;
}

h2 {
    font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
    color: var(--pink);
    margin: auto;
    margin-top: 1rem !important;
    font-size: 1.5rem;
}

.form-control-order {
    font-size: 0.8rem !important;
    height: auto !important;
}

.maxImgOrder {
    width: 100%;
    max-width: 200px;
}

.fontArchive {
    font-size: 0.7rem;
}

.horairesBis {
    font-size: 1rem !important;
    margin-left: 0px !important;
}

.h3OrderEnt {
    font-size: 1rem;
}

.labelPrevi {
    height: 35px;
    width: 35px;
    border-style: solid;
    border-width: 3px;
    border-color: var(--pink);
    text-align: center;
    border-radius: 5px;
    padding-top: 3px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    cursor: pointer;
}

.labelPreviSelect {
    background-color: var(--pink);
    color: white;
}

.pJustify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.pTitle {
    margin-bottom: 0px;
    font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
    padding-left: 3px;
}

.colImgTitle {
    justify-content: flex-end;
}

/* CARDS */

.card-landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-out;
}

.card-landing:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
    z-index: 99999;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.p-card-landing {
    text-align: center;
    font-family: "Poppins SemiBold", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.imgLanding {
    margin-top: 1.5rem !important;
}

/** FOOTER **/

footer {
    background-color: var(--white);
    border-top-style: solid;
    border-width: 10px;
    border-color: var(--pink);
}

footer h3 {
    font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    color: var(--dark);
    margin-bottom: 1.5rem;
}

footer p {
    width: fit-content;
    position: relative;
    margin-bottom: 10px;
}

footer p,
footer a {
    color: var(--dark);
    text-decoration: none !important;
    font-size: 1rem;
}

footer a {
    cursor: pointer;
}

footer a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: var(--pink);
    transition: width 0.3s;
}

footer a:hover:after {
    width: 100%;
    transition: width 0.3s;
}

.abs-img-footer {
    display: none;
}

.bandeau-kweerty {
    width: 100%;
    background-color: var(--pink);
    height: 50px;
    margin-top: 30px;
    position: relative;
}

.love {
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.love a {
    color: var(--white);
    font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
    text-align: center;
}

b {
    font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
}

.love a:hover {
    color: var(--white);
    cursor: pointer;
}

.love img {
    width: 25px;
}

.love span {
    color: #FFD3E9;
}

/** NAVBAR **/

.navbar {
    position: fixed;
    font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    border-bottom-style: solid;
    border-width: 3px;
    border-color: var(--pink);
    width: 100%;
    background-color: white;
    z-index: 999999999999999;
}

.sepNav {
    height: 150px;
}

.nav-item {
    margin-left: 3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-menu {
    border-width: 3px;
    border-color: var(--pink);
}

.dropdown-toggle::after {
    border: none !important;
}

.dropdown-item {
    display: inline-block !important;
    width: auto !important;
    color: var(--dark);
}

.dropdown-item:hover {
    background-color: white !important;;
}

.nav-link {
    color: var(--dark);
    transition: all 0.3s ease-in-out;
    font-size: 1rem;
}

.nav-item a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: var(--pink);
    transition: width 0.3s;
    margin-left: -0.5px;
}

.nav-item a:hover:after {
    width: 100%;
    transition: width 0.3s;
}

.nav-item-bis a:hover:after {
    width: 0;
    transition: width 0.3s;
}

.navbar-toggler {
    border: 3px solid;
    border-color: var(--pink);
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

/* COOKIES */

.modal-cookies {
    width: 500px;
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 5px solid var(--pink);
    border-radius: 10px;
    padding: 20px;
    display:  none;
    z-index: 99999999999 !important;
}

.modal-cookies-row {
    padding: 15px;
}

.modal-cookies .modal-cookies-title {
    color: var(--pink);
    font-size: 1.4rem;
}

.modal-cookies .modal-cookies-content {
    font-family: "Poppins SemiBold", Arial, Helvetica, sans-serif;
    font-size: 1.05rem;
}

.modal-cookies button {
    border-radius: 10px;
    padding: 10px;
    width: 99%;
    font-size: 1.05rem;
    margin: 0 auto;
    font-family: "Poppins SemiBold", Arial, Helvetica, sans-serif;
}

.modal-cookies-gerer {
    border: 5px solid var(--pink);
    color: var(--pink);
    background-color: var(--white);
    cursor: pointer;
}

.modal-cookies-accepte {
    border: 5px solid var(--pink);
    color: var(--white);
    background-color: var(--pink);
    cursor: pointer;
}

.btn-pink {
    background-color: var(--pink);
    color: white;
    border-style: solid;
    border-width: 3px;
    font-family: "Poppins SemiBold", Arial, Helvetica, sans-serif;
}

.btn-pink:hover {
    background-color: white;
    color: var(--pink);
    border-color: var(--pink);
}

.btn-border-pink {
    background-color: white;
    color: var(--pink);
    border-color: var(--pink);
    border-style: solid;
    border-width: 3px;
    font-family: "Poppins SemiBold", Arial, Helvetica, sans-serif;
    font-size: 0.7rem;
}

.btn-border-pink:hover {
    background-color: var(--pink);
    color: white;
}

.formDesign {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 5px;
}

.horaires {
    font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
    color: var(--pink);
    margin: auto;
    margin-top: 1rem !important;
    font-size: 1.5rem;
}

hr {
    width: 90%;
    height: 1px;
    background-color: var(--pink);
    opacity: 0.6;
}

.imgProduits {
    max-height: 140px;
    border-radius: 5px;
}

.pError {
    font-family: "Poppins SemiBold", Arial, Helvetica, sans-serif;
    color: var(--pink);
}

.pSuccess {
    font-family: "Poppins SemiBold", Arial, Helvetica, sans-serif;
    color: var(--light-blue);
}

input[type=number] {
    min-width: 50px;
}

.cursorPointer {
    cursor: pointer;
}

@media screen and (max-width: 1197px) {
    /** NAVBAR **/
    .navbar {
        justify-content: space-between !important;
    }

    .navbar-collapse {
       background-color: var(--white);
       border-bottom-left-radius: 15px;
       border-bottom-right-radius: 15px;
       position: absolute;
       width: 100%;
       top: 100%;
       z-index: 1000;
       box-shadow: 7px 8px 6px #0000003b;
   }

   .nav-item {
       margin-left: 1rem;
       display: flex;
       align-items: flex-start;
       flex-direction: column;
   }

   .navbar-toggler {
       background-image: url("../Images/burger-pink.svg") !important;
       background-repeat: no-repeat;
       background-position: center;
   }
}

@media screen and (max-width: 750px) {
    .colImgTitle {
        justify-content: center;
    }

    h1 { 
        font-size: 2rem;
    }
}

@media screen and (max-width: 501px) {
    .modal-cookies {
        width: 93%;
    }
    
    .row-btn-cookie {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .btn-un-cookie {
        margin-top: 1rem !important;
    }

    .btn-un-cookie,
    .btn-deux-cookie {
        width: 80%;
        margin: 0 auto;
    }

    h1 {
        font-size: 1.5rem;
    }
}

