body {
    font-family: 'Montserrat', sans-serif !important;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: black !important;
    font-size: 18px;
    background-color: #f0f0f0;
    line-height: 1.6;
    padding-top: 60.8px !important;
}

.navbar {
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
}

.navbar-brand {
    color: #ffffff;
    margin-right: 30px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    background-color: #ce3530;
}

.nav-item {
    padding: 0 10px 0 10px;
}

header {
    color: #fff;
    display: flex;
    align-items: center;
    width: auto;
    height: 300px;
    width: auto;
    background-image: url(https://images.unsplash.com/photo-1575000977355-8b2a719926c9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80);
    background-size: cover;
    background-position: center;
}

h1 {
    margin-left: 20px;
    font-size: 50px;
    font-weight: 800;
    font-style: italic;
    text-shadow: 1px 1px 30px black;
}

h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 30px;
}

.divphoto {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.srecette {
    padding: 20px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.img-fluid {
    width: 80vw;
    max-width: 800px;
}

.btn-primary {
    background-color: #ce3530;
    border-color: #ce3530;
}

.btn-primary:hover {
    background-color: #ff423c;
    border-color: #ff423c;
}

#pintro {
    margin: auto;
    padding: 0 20px !important;
    max-width: 1200px !important;
    text-align: justify;
}

h3 {
    text-align: center;
    font-weight: 700;
    margin: 100px 0 50px 0;
}

h4 {
    font-size: 17px !important;
}

.carousel {
    width: 80vw;
    margin: auto;
    padding: 0 0px !important;
    max-width: 800px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px !important;
}

.d-block {
    border-radius: 15px;
}

.carousel-caption {
    text-shadow: 2px 2px 5px black;
}

.carousel-caption h5 {
    font-size: 25px;
    font-weight: 700;
}

.col {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.card {
    margin: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-title {
    font-weight: 700;
}

.card-text {
    font-size: 15px;
    text-align: justify;
}

.tableau {
    margin: auto;
    padding: 0 20px !important;
    max-width: 1200px !important;
    text-align: center;
}

.table {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

td,
th {
    text-align: center;
    vertical-align: middle;
}

.form {
    margin: auto;
    padding: 0 20px !important;
    max-width: 1200px !important;
    margin-bottom: 50px;
}

.form-check {
    margin-bottom: 1rem !important;
}

footer {
    background-color: rgb(83, 21, 19);
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo {
    flex: 1;
    text-align: left;
}

.footer-logo h2 {
    font-size: 24px;
    font-weight: bold;
}

.footer-contact {
    flex: 2;
    text-align: right;
    margin-bottom: 30px;
}

.footer-contact p {
    margin: 5px 0;
}

.social-icon {
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
    font-weight: bold;
}

footer p {
    margin-top: 20px;
}

.mleg {
    padding: 30px;
}

@media screen and (max-width:820px) {
    .dn {
        display: none;
    }

    .srecette {
        padding: 20px;
    }
}