@font-face {
    font-family: 'SweetSansProLight';
    src: url("../polices/sweet-sans-pro-cufonfonts/SweetSansProThin-i9xLGNm.otf");
    font-display: swap;
}

@font-face {
    font-family: 'SweetSansPro';
    src: url("../polices/sweet-sans-pro-cufonfonts/SweetSansProLight-ncqdbDZ.otf");
    font-display: swap;
}

body {
    background-color: white;
    font-size: 21px;
    font-family: SweetSansProLight, serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    color: #424242 !important;
    line-height: 40px;
}

#navbar-items a {
    color: #424242;
}

nav ul a:hover {
    background-color: #d4c5a0 !important;
    color: white !important;
}

main {
    flex: 1 0 auto;
}

nav {
    background-color: white !important;
    box-shadow: none !important;
}

strong {
	font-weight: bold !important;
}

#navbar-container {
    background-color: white;
}

#navbar-items {
    display: flex;
    justify-content: space-around;
}

.navbar-item {
    display: block;
    float: none;
    text-transform: uppercase !important;
    font-family: SweetSansProLight, serif;
    width: max-content;
    font-weight: lighter;
}

h1 {
    font-family: SweetSansProLight, serif;
    font-weight: lighter;
    color: #424242 !important;
}

h2 {
    font-family: SweetSansProLight, serif;
    /*font-family: gautreaux, serif;*/
    /*letter-spacing: 0px !important;*/
    margin-bottom: 0 !important;
}

h3 {
    font-family: SweetSansProLight, serif;
    font-weight: lighter;
    color: #424242 !important;
}

footer h2 {
    font-size: 20px !important;
    font-family: SweetSansProLight, serif;
    font-weight: lighter;
    color: #424242 !important;
}

.justified {
    text-align: justify !important;
}

#mobile-nav-container {
    text-align: right;
}

#mobile-nav {
    font-size: 39px;
    margin-top: 10px;
    color: black;
}

.mobile-navbar-item {
    width: 100%;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row .offer-col {
    margin-left: 0 !important;
    display: flex;
    flex-direction: column;
}

.breadcrumb {
    font-family: SweetSansProLight, serif;
    font-size: 20px !important;
    font-style: italic;
}

.breadcrumb::before {
    color: black !important;
    font-size: 20px !important;
    line-height: 40px;
}

.button-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.card {
    border-radius: 15px !important;
}

.card-image {
    border-radius: 15px 15px 0 0;
}

.card-action {
    border-radius: 0 0 15px 15px !important;
}

.waves-effect.waves-grey-custom {
    /* The alpha value allows the text and background color
    of the button to still show through. */
    background-color: rgba(121, 85, 72, 0.65);
}

.gold {
    color: #d4c5a0 !important;
}

.gold-dark {
    color: #9b765c !important;
}

.silver {
    color: rgba(180,180,180, 1) !important;
}

.paper {
    color: rgba(230,230,230, 1);
}

.logo-color {
    color : #d4c5a0 !important;
}

.hidden {
    display: none;
}

.paper-effect {
    background: linear-gradient(0deg, rgba(230,230,230,0.6) 0%, rgba(230,230,230,0.3) 30%, rgba(255,255,255,1) 100%);
}

.silver-effect {
    background: linear-gradient(0deg, rgba(180,180,180, 0.6) 0%, rgba(180,180,180,0.3) 30%, rgba(255,255,255,1) 100%);
}

.gold-effect {
    background: linear-gradient(0deg, #d4c5a0 0%, rgba(255,255,255,1) 100%);
}

.waves-effect.waves-gold .waves-ripple {
    /* The alpha value allows the text and background color
    of the button to still show through. */
    background-color: #d4c5a0;
}

.waves-effect.waves-silver .waves-ripple {
    /* The alpha value allows the text and background color
    of the button to still show through. */
    background-color: rgba(150,150,150, 1);
}

.waves-effect.waves-paper .waves-ripple {
    /* The alpha value allows the text and background color
    of the button to still show through. */
    background-color: rgba(230,230,230, 1);
}

.presave-button {
    border-radius: 10px !important;
    color: #424242 !important;
}

#logoRow {
    margin-bottom: 0;
    width: 100%;
}

footer {
    font-size: 15px;
}

footer .row {
    margin: 0 !important;
}

footer h4 {
    font-size: 15px !important;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.page-footer {
    padding-top: 0 !important;
    border-top: 1px solid #d4c5a0 !important;
    background-color: white !important;
}

.page-footer a {
    color: white !important;
}

.page-footer .social-footer {
    width: 40px;
    height: auto;
}

#footer-logo {
    width: 250px;
    height: auto;
    break-after: right;
}

#footer-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gold-button {
    color: white !important;
    background-color: #d4c5a0 !important;
    margin-top: 0 !important;
    font-weight: bold;
    font-family: SweetSansPro, serif;
}

.footer-copyright {
    color: white !important;
    font-weight: bold;
    background-color: #d4c5a0 !important;
}

.breadcrumb-nav {
    line-height: normal !important;
    height: 20px !important;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    margin-left: 0 !important;
}

nav i {
    line-height: 64px !important;
}

a {
    color: black !important;
}

.material-icons {
    font-family: "Material Icons", serif;
}

.required {
    color: #f44336;
}

.social {
    width: 40px;
    height: auto;
    margin-right: 40px;
}

#photographe-dropdown {
    width: 210px !important;
}

#bebe-dropdown {
    width: 230px !important;
}

#logoRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.offer-img {
    max-width: 200px;
    width: 100%;
    height: auto;
}

#social-container {
    display: flex;
    justify-content: end;
    align-items: center;
}

#contact-link {
    margin-right: 40px;
    font-size: 1rem;
    text-transform: uppercase;
}

.dropdown-content {
    min-width: max-content !important;
}

.container-c-01 {
    background: linear-gradient(to bottom, rgba(212, 197, 160, 0.1), white);
}

.container-c-02 {
    background: #c483862a;
}

.container-c-02-r {
    background: linear-gradient(
            90deg,
            #fff0f2 0%,   /* rose très clair en départ */
            #f5ebeb 60%,  /* rose pastel doux au milieu */
            #ffffff 100%  /* blanc pur à la fin */
    );
}

.container-c-02-g {
    background: linear-gradient(135deg, #faf8f3 0%, #e9e1d1 50%, #d4c5a0 100%);
}

.container-c-02-gc {
    background: linear-gradient(135deg, rgba(212,197,160,0.08) 0%, #faf8f3 60%, #ffffff 100%);
}


.container {
    padding: 50px 0;
}

@media only screen and (max-width: 1100px) {
    /*.navbar-item, nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {*/
    /*    height: 20px !important;*/
    /*    line-height: 20px !important;*/
    /*}*/

    nav {
        display: none !important;
    }

    #social-container {
        display: none !important;
    }

    #logoRow {
        height: 210px;
    }
}

@media only screen and (min-width: 1100px) {
    /*.navbar-item, nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {*/
    /*    height: 20px !important;*/
    /*    line-height: 20px !important;*/
    /*}*/
    #mobile-nav-container {
        display: none !important;
    }
}

@media only screen and (min-width: 500px) {
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 35px !important;
        /*font-size: 34px !important;*/
    }

    h3 {
        font-size: 20px !important;
    }

    #logo {
        width: 300px;
        height: auto;
        max-height: 500px;
        display: inline-block;
        margin: auto;
    }

    .page-footer a {
        padding: 10px;
    }

    #logoRow {
        height: 210px;
    }
}

@media only screen and (max-width: 500px) {
    body {
        font-size: 18px;
    }

    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 22px !important;
        /*font-size: 29px !important;*/
    }

    h3 {
        font-size: 20px !important;
    }

    #logo {
        width: 250px;
        height: auto;
        max-height: 500px;
        display: inline-block;
        margin: auto;
    }

    .page-footer a {
        padding: 10px;
        line-height: 48px;
    }

    #logoRow {
        height: 170px;
    }
}

@media only screen and (max-width: 1500px) {
   #pc-nav-row {
       width: 100%;
       left: 0;
   }
}

@media only screen and (min-width: 993px) {
    .full-container {
        width: 100% !important;
        padding: 40px 5%;
        max-width: none !important;
    }
}

@media only screen and (max-width: 601px) {
    .full-container {
        width: 100% !important;
        padding: 10px 5%;
        max-width: none !important;
    }
}