@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #FFFDF4;
    color: #964B00;
    font-family: Merriweather, serif;
    margin: 0;
    padding: 0;
}

.alert {
    display: flex;
    justify-content: center;
    margin: 10px;
}

/* Start NavBar */
.navbar {
    padding: 0;
    z-index: 100;
}

.navbar .container-fluid {
    justify-content: space-around;
    align-items: center;
    background: #fffdf4;
}

.navbar .navbar-brand {
    color: #964B00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
}

.navbar-brand p {
    margin: 0;
}

.navbar-toggler {
    border-color: #964B00;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28150, 75, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
    flex-grow: inherit;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;

}

.nav-item .bi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #964B00;
    margin-right: 5px;
    padding: 0;
}

.nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.nav-link {
    color: #964B00;
    font-size: 1.2rem;
}

@media screen and (max-width: 496px) {
    .title-logo {
        text-wrap: wrap;
    }

    a.nav-link:hover {
        color: blue;
    }
}

/* Fin NavBar */
/* Start banniere*/
.banniere img {
    margin-top: 110px;
    width: 100%;
    max-height: 500px;
    background-position: center;
    background-size: cover;
}

.banniere .around {
    position: absolute;
    width: 100%;
    height: 50px;
    margin-top: -50px;
    background: #FFFDF4;
    border-radius: 70% 70% 0 0;
}

/* Fin banniere*/
/* Start Portrait */
.home {
    display: flex;
    height: auto;
    width: 100%;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.portrait-img {
    width: 50vw;
    height: 50vw;
    max-width: 500px;
    max-height: 500px;
    background: linear-gradient(0deg, rgba(150, 75, 0, 0.20) 0%, rgba(150, 75, 0, 0.20) 100%);
    border-radius: 50%;
    border: 3px solid #964B00;
    box-shadow: 20px 20px 24px 0px rgba(150, 75, 0, 0.25);
    display: flex;
    justify-content: center;
    overflow: hidden;
}


.portrait-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 800px;
    margin-left: 50px;
}

.portrait-text h5 {
    color: #964B00;
    font-family: Merriweather;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: -5px;
}

.portrait-text h1 {
    color: #964B00;
    font-family: "Frank Ruhl Libre";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.92px;
}

.portrait-text p {
    color: #964B00;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.portrait-text strong {
    color: #964B00;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

@media screen and (max-width: 496px) {
    .portrait-text {
        margin: 0 30px;
    }

    .portrait-text h5 {
        font-size: 16px;

    }

    .portrait-text h1 {
        font-size: 38px;
    }

    .portrait-text p,
    .portrait-text strong {
        font-size: 16px;
    }
}

/* Fin Portrait */
/* Start Pourquoi ?  */
.pourquoi {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
}

.pourquoi h1 {
    color: #964B00;
    font-family: Merriweather;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin: 0 30px;
}

.cards {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 30px;
}

/* Card type 1 */
.card-1 {
    display: flex;
    width: auto;
    height: auto;
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.card-round-1 {
    width: 100px;
    height: 100px;
    background: #964B00;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.card-round-1 .bi {
    font-size: 3rem;
    color: #FFFDF4;
    z-index: 3;
}

.card-rectangle-1 {
    width: 100%;
    height: auto;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #FFFDF4;
    border: 2px solid #964B00;
    border-radius: 20px;
    margin-top: -50px;
    z-index: 2;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}

.card-rectangle-1 h5 {
    text-align: center;
    font-family: "Frank Ruhl Libre";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 60px;
}

.card-rectangle-1 p {
    text-align: center;
    color: #964B00;
    font-family: Merriweather;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding: 10px;
}

/* Card type 2 */
.card-2 {
    display: flex;
    width: auto;
    height: auto;
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.card-round-2 {
    width: 100px;
    height: 100px;
    background: #FFFDF4;
    border-radius: 100%;
    border: 2px solid #964B00;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.card-round-2 .bi {
    font-size: 3rem;
    color: #964B00;
    z-index: 3;
}

.card-rectangle-2 {
    width: 100%;
    height: auto;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #964B00;
    border-radius: 20px;
    margin-top: -50px;
    z-index: 2;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}

.card-rectangle-2 h5 {
    text-align: center;
    color: #FFFDF4;
    font-family: "Frank Ruhl Libre";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 60px;
}

.card-rectangle-2 p {
    text-align: center;
    color: #FFFDF4;
    font-family: Merriweather;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    padding: 10px;
}

@media screen and (max-width: 496px) {
    .pourquoi h1 {
        font-size: 32px;
        margin: 0 20px;
        text-align: center;
    }

    .card-round-1,
    .card-round-2 {
        width: 50px;
        height: 50px;
    }

    .card-round-1 .bi,
    .card-round-2 .bi {
        font-size: 1.5rem;
        z-index: 3;
    }

    .card-rectangle-1,
    .card-rectangle-2 {
        width: auto;
        height: auto;
        min-height: 175px;
        margin-top: -25px;
    }

    .card-rectangle-1 h5,
    .card-rectangle-2 h5 {
        text-align: center;
        font-size: 1.1rem;
        margin-top: 30px;

    }

    .card-rectangle-1 p,
    .card-rectangle-2 p {
        text-align: center;
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 496px) and (max-width: 1040px) {
    .pourquoi h1 {
        font-size: 36px;
        margin: 0 20px;
        text-align: center;
    }
}

/* Fin Pourquoi ? */
/* Start Services  */
.services {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
}

.services h1 {
    color: #964B00;
    font-family: Merriweather;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

.servs {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 30px;
}

/* Service type 1*/
.serv-1 {
    display: flex;
    width: auto;
    height: auto;
    max-width: 450px;
    flex-direction: row;
    margin: 0 60px;
    z-index: 1;
}

.serv-round-1 {
    width: 100px;
    height: 100px;
    background: #964B00;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.serv-round-1 .bi {
    font-size: 3rem;
    color: #FFFDF4;
    z-index: 3;
}

.serv-rectangle-1 {
    width: 450px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #FFFDF4;
    border: 2px solid #964B00;
    border-radius: 20px;
    margin-left: -50px;
    margin-top: 50px;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.serv-rectangle-1 h5 {
    text-align: center;
    font-family: "Frank Ruhl Libre";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 20px;
    margin-left: 15px;
}


.serv-rectangle-1 li {
    color: #964B00;
    font-family: Merriweather;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}

/* Service type 2*/
.serv-2 {
    display: flex;
    width: auto;
    height: auto;
    max-width: 450px;
    flex-direction: row;
    margin: 0 60px;
    z-index: 1;
}

.serv-round-2 {
    width: 100px;
    height: 100px;
    background: #FFFDF4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #964B00;
    z-index: 3;
}

.serv-round-2 .bi {
    font-size: 3rem;
    color: #964B00;
    z-index: 3;
}

.serv-rectangle-2 {
    width: 450px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #964B00;
    border-radius: 20px;
    margin-left: -50px;
    margin-top: 50px;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.serv-rectangle-2 h5 {
    text-align: center;
    color: #FFFDF4;
    font-family: "Frank Ruhl Libre";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 20px;
    margin-left: 15px;
}


.serv-rectangle-2 li {
    color: #FFFDF4;
    font-family: Merriweather;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}

/* Services + */
.serv-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

.serv-btn h2 {
    color: #964B00;
    font-family: "Frank Ruhl Libre";
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
}

.serv-btn a {
    display: flex;
    width: 150px;
    height: 49px;
    flex-direction: column;
    justify-content: center;
    color: #964B00;
    background: #FFFDF4;
    border: 2px solid #964B00;
    border-radius: 15px;
    text-align: center;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.serv-btn a:hover {
    display: flex;
    width: 150px;
    height: 49px;
    flex-direction: column;
    justify-content: center;
    color: #FFFDF4;
    background: #964B00;
    border: 2px solid #FFFDF4;
    border-radius: 15px;
    text-align: center;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    transition: 0.8s;
}

@media screen and (max-width: 496px) {
    .services h1 {
        font-size: 32px;
    }

    .serv-1,
    .serv-2 {
        margin: 0;
        min-height: 250px;
    }

    .serv-round-1,
    .serv-round-2 {
        width: 50px;
        height: 50px;
    }

    .serv-round-1 .bi,
    .serv-round-2 .bi {
        font-size: 1.5rem;
    }

    .serv-rectangle-1,
    .serv-rectangle-2 {
        width: 225px;
        height: auto;
        margin-left: -25px;
        margin-top: 25px;
    }

    .serv-rectangle-1 h5,
    .serv-rectangle-2 h5 {
        font-size: 1.1rem;
        margin: 20px;
    }


    .serv-rectangle-1 li,
    .serv-rectangle-2 li {
        font-size: 0.8rem;
        margin-top: 10px;
    }

    .serv-btn h2 {
        font-size: 21px;
    }

    .serv-btn a {
        display: flex;
        width: 75px;
        height: 24px;
        font-size: 10px;
        border-radius: 7px;

    }

    .serv-btn a:hover {
        display: flex;
        width: 75px;
        height: 24px;
        font-size: 10px;
        border-radius: 7px;

    }
}

/* Fin Services */
/* Start Formules */
.formules {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
}

.formules h1 {
    color: #964B00;
    font-family: Merriweather;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-bottom: 50px;
}

.formule {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 30px;
}

/* Formule type 1*/
.formule-1 {
    display: flex;
    width: 300px;
    height: 400px;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    z-index: 1;
}

.formule-round-1 {
    width: 150px;
    height: 150px;
    background: #964B00;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.formule-round-1 p {
    text-align: center;
    font-size: 2rem;
    color: #FFFDF4;
    z-index: 3;
}

.formule-rectangle-1 {
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #FFFDF4;
    border: 2px solid #964B00;
    border-radius: 20px;
    z-index: 2;
    margin-bottom: -75px;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}

.formule-rectangle-1 h5 {
    text-align: center;
    font-family: "Frank Ruhl Libre";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 10px;
    margin-bottom: 50px;
}

.formule-rectangle-1 li {
    color: #964B00;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Formule type 2*/
.formule-2 {
    display: flex;
    width: 300px;
    height: 400px;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
    z-index: 1;
}

.formule-round-2 {
    width: 150px;
    height: 150px;
    background: #FFFDF4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #964B00;
    z-index: 3;
}

.formule-round-2 p {
    text-align: center;
    font-size: 2rem;
    color: #964B00;
    z-index: 3;
}

.formule-rectangle-2 {
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #964B00;
    border: 2px solid #FFFDF4;
    border-radius: 20px;
    z-index: 2;
    margin-bottom: -75px;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}

.formule-rectangle-2 h5 {
    text-align: center;
    font-family: "Frank Ruhl Libre";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #FFFDF4;
}

.formule-rectangle-2 li {
    color: #FFFDF4;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Formule info */
.formule-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.formule-info h2 {
    color: #964B00;
    font-family: "Frank Ruhl Libre";
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    text-decoration-line: underline;
}

.formule-info p {
    color: #964B00;
    font-family: "Frank Ruhl Libre";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

@media screen and (max-width: 496px) {
    .formules h1 {
        font-size: 36px;
    }

    .formule-1,
    .formule-2 {
        display: flex;
        width: 150px;
        height: 300px;
        margin: 10px;
    }

    .formule-round-1,
    .formule-round-2 {
        width: 75px;
        height: 75px;
    }

    .formule-round-1 p,
    .formule-round-2 p {
        text-align: center;
        font-size: 1rem;
    }

    .formule-rectangle-1,
    .formule-rectangle-2 {
        width: 150px;
        height: 250px;
        margin-bottom: -37px;
    }

    .formule-rectangle-1 h5,
    .formule-rectangle-2 h5 {
        text-align: center;
        font-size: 1.1rem;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .formule-rectangle-1 li,
    .formule-rectangle-2 li {
        font-size: 0.8rem;
    }

    .formule-info h2 {
        font-size: 21px;
    }

    .formule-info p {
        font-size: 12px;
    }
}

@media screen and (min-width: 496px) and (max-width: 1040px) {
    .formule-2 {
        margin-top: 19px !important;
    }
}

/* Fin Formules */
/* Start Formulaire Contacte */
.contact {
    width: 100%;
    height: auto;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
}

.form {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 30px 0px;
    border: 4px solid #964B00;
    background: linear-gradient(105deg, #FFFDF4 46%, #964B00 100%);
    box-shadow: 20px 20px 24px 0px rgba(0, 0, 0, 0.25);
}


.form-label {
    visibility: hidden;
}

.form-control::placeholder {
    color: #964B00;
}

/* Formulaire Contacte coté gauche */
.form-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-left img {
    width: 50vw;
    height: 50vw;
    max-width: 700px;
    max-height: 700px;
}

/* Formulaire Contacte coté droite */
.mb-3 {
    margin-bottom: 0 !important;
}

.form-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

.form-check {
    margin: 10px 0;
}

#contact_message {
    min-height: 200px;
    max-height: 200px;
}

#contact_submit {
    display: flex;
    width: 150px;
    height: 49px;
    flex-direction: column;
    justify-content: center;
    color: #964B00;
    background: #FFFDF4;
    border: 2px solid #964B00;
    border-radius: 15px;
    text-align: center;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

#contact_submit:hover {
    display: flex;
    width: 150px;
    height: 49px;
    flex-direction: column;
    justify-content: center;
    color: #FFFDF4;
    background: #964B00;
    border: 2px solid #FFFDF4;
    border-radius: 15px;
    text-align: center;
    font-family: Merriweather;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    transition: 0.8s;
}

@media screen and (max-width: 976px) {
    .form {
        flex-direction: column;
    }
}

/* Fin Formulaire Contacte */
/* Start Footer */
.footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border-top: 2px solid #964B00;
    background: #FFFDF4;
    margin-top: 10%;
}

.mini-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mini-logo img {
    width: 150px;
    height: auto;
}

.footer i {
    margin-right: 10px;
    color: #964B00;
}

.footer a {
    color: #964B00;
    text-decoration: none;
}


.adresse p {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 976px) {
    .footer {
        flex-direction: column;
        justify-content: center;
    }

    .social-footer {
        margin: 10px 0;
    }

    .adresse {
        margin: 10px;
    }
}

/* Fin Footer */


