* {
    padding: 0;
    margin: 0;
}
body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    background: #fff9f4;
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}
a {
    text-decoration: underline;
    color: #e04e84;
    outline: none;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding-bottom: 22px;
    margin: 0;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 8px;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 6px;
    font-weight: 400;
    margin: 0;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 6px;
    font-weight: 600;
    margin: 0;
}
h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 6px;
    font-weight: 400;
    margin: 0;
}

.sectionBeige, .sectionMauve {
    padding-top: 20px;
    padding-bottom: 45px;
}
.sectionBeige h2, .sectionMauve h2 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.sectionBeige li, .sectionMauve li {
    font-size: 14px;
}
.sectionBeige {
    background-color: #fff9f4;
    color: #7b2c2d;
}
.sectionBeige h2 {
    color: #e04e84;
}
.sectionMauve {
    background-color: #594b60;
    color: #fff9f4;
}

.container-fluid {--bs-gutter-x: 0;}
.header {min-height: 100px;}
.navbar {background-color: #7b2c2d!important;}
.presentation {min-height: 100px;}
.about {min-height: 100px;}
.workshop {min-height: 100px;}
.cakes {min-height: 100px;}
.contact {min-height: 100px;}
.footer {min-height: 50px;}

.img-circle {
    border-radius: 50%;
    width: 200px;
    margin: 50px auto;
}

.navbar {
    margin: 0 auto;
    background: #7b2c2d!important;
    color: #c3c8d6;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.nav-item a:hover, .nav-item a:active {
    color: #fff;
    background: #7b2c2d;
}

.current {
    background: #15596e;
    border: solid 1px #15596e;
    color: #fff;
}

.hover {
    position: relative;
    display: flex;
    flex: 1 1 30%;
    margin: 1%;
    height: 150px;
    align-items: center;
    justify-items: center;
    border-radius: 0.375rem;
    overflow: hidden;
}

.layout a {
    color: #000;
    font-weight: bolder;
}

.content {
    flex: 1;
    /*text-align: center;*/
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(75,75,75,0.7);
    padding: 5px;
    opacity: 80%;
}
.blue {
    background-color: #0a58ca;
}

.red {
    background-color: #f25252;
}

.green {
    background-color: #2bb3dd;
}

.yellow {
    background-color: #f2c94c;
}

.overlay .title {
    padding-top: 10px;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.overlay .info {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 14px;
}


.contact .details a {
    font-size: 2rem;
    color: #c7c7c7;
}

.footer .container {
    padding: 40px 0;
}
.footer ul {
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
}
.footer ul li {
    display: inline-block;
    text-align: center;
    background: #ffffff;
    color: #de4d84;
    line-height: 42px;
    margin: 0 6px;
    width: 42px !important;
    height: 42px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.5rem;
}
.footer ul li:hover {
    background: #de4d84;
}
.footer ul li:hover a {
    color: #fff;
}
.footer ul li a {
    color: #de4d84;
    width: 42px !important;
    height: 42px !important;
}
.footer ul li a i {
    line-height: 42px !important;
}
.wrapper {
    width: 100%;
}
.noPadd {
    padding: 0 !important;
}
header {
    position: relative;
}
.banner {
    overflow: hidden;
    margin: 0 auto !important;
    background: #CACACA;
    position: relative;
    min-height: 400px; /* ou une valeur adaptée à ton image */
    max-height: 600px; /* limite la hauteur max pour éviter l'étirement */
}

.bannerPart {
    width: 100%;
    overflow: hidden;
    background: #fff9f4;
}

.bannerImage {
    background: url('/img/Header/_MG_0858.jpg') center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 400px; /* même valeur que .banner */
    opacity: 0.5;
}

.bannerText {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    padding: 30px 0;
    max-width: 960px;
    width: 90%;
    color: #fff9f4;
    border: 1px solid #FFF;
    border-radius: 20px;
    background: rgba(93, 63, 100, 0.3) none repeat scroll 0 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
}


.bannerText h1 {
    /*text-transform: uppercase;*/
}
.bannerText h2 {
    font-size: 34px;
    text-transform: none;
}
@media screen and (max-width: 991px) {
    .banner {
        min-height: 300px;
        max-height: 400px;
    }
    .bannerImage {
        min-height: 300px;
    }
    .bannerText h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .bannerText h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 650px) {
    .banner {
        min-height: 250px;
        max-height: 300px;
    }
    .bannerImage {
        min-height: 250px;
    }
    .bannerText h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .bannerText h2 {
        font-size: 18px;
    }
}


.contact-item {
    border: 2px solid #c7c7c7;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.contact-item:hover {
    background-color: #1b1f29;
}

b {font-weight: bold;}

.img-circle { margin: 0 auto;}
