body {
    margin: 0;
    height: 100%;
    background: #ffecc6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #ffecc6;
}

.menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.menu-btn {
    width: 20rem;
    padding: 10px 20px;
    margin: 0 10px;
    border: 1px solid #d6a84b;
    border-radius: 10px;
    background: #272018;
    color: #d6a84b;
    transition: background-color 0.3s, transform 0.1s;
    font-size: 1.3rem;
}

.menu-btn:hover {
    background: #d6a84b;
    color: #272018;
    transform: scale(1.03);
}

.menu-btn.active-btn {
    background: #d6a84b;
    color: #272018;
    transform: scale(1.03);
}

.panel-container {
    width: 60vw;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
}

.panel-container.hidden {
    opacity: 0;
    pointer-events: none;
    height: 0;
}

.panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    box-sizing: border-box;
    color: #272018;
}

.column p1 {
    font-size: 19px;
    font-weight: bold;
    padding: 10px;
}

.column p {
    font-style: italic;
}

.column h3 {
    font-size: 28px;
    padding: 15px;
    font-weight: normal;
    text-decoration: underline;
}

.panel.active {
    display: flex;
    opacity: 1;
    pointer-events: all;
}

.column {
    display: flex;
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.divider {
    width: 2px;
    background-color: #272018;
}

@media (max-width: 700px) {
    .panel {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 320px;
        padding-bottom: 420px;
    }

    .menu-btn {
        width: 40vw;
        font-size: 1.2rem;
    }

    .divider {
        width: 100%;
        height: 2px;
        margin: 10px 0;
    }
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    width: 600px;
    gap: 20px;
}

.contact-titre {
    flex: 1;
    text-align: right;
}

.contact-titre h1 {
    margin: 0;
    font-size: 1.8rem;
    color: #272018;
}

.contact-infos {
    font-size: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.contact-infos a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.contact-infos a:hover {
    color: #272018;
}

@media (max-width: 600px) {
    .business-card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .contact {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-titre h1 {
        text-align: center;
    }

    .contact-infos a {
        text-align: center;
    }

    .contact-titre h1 {
        font-size: 1.5rem;
    }

    .contact-infos {
        font-size: 1.1rem;
    }

    .divider {
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }

    .card-right {
        text-align: center;
    }

}

@media (min-width: 1100px) {
    .contact-titre h1 {
        font-size: 1.5rem;
    }

    .contact-infos {
        font-size: 1rem;
    }
}



.body {
    padding: 10px 0px 0px 0px;
    margin: 0;
    overflow-x: hidden;
    background: #ffecc6;
    height: 100vh;
    width: 100%;
}

@font-face {
    font-family: custom-satisfy;
    src: url("ressources/polices/Satisfy-Regular.ttf");
}

main {
    color: #272018;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 50px;
}

* {
    padding: 0;
    margin: 0;
    cursor: url("ressources/cursor.png"), pointer;
    font-family: Times New Roman;
}

.banniere {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #272018;
/*     padding-bottom: 20px; */
}

.banniere img {
    width: 25%;
    height: auto;
    padding-bottom: 45px;
}

.presentation-titre1 .presentation-titre2 {
    text-align: center;
    font-weight: bold;
}

.presentation-titre1 {
    font-size: 3.5vw;
}

.presentation-titre2 {
    font-size: 2vw;
}

.site-contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-contact img {
    max-width: 80%;
    height: auto;
}

@media (min-width: 900px) {
    .site-contact img {
        max-width: 60%;
        height: auto;
    }
}

.site-illustration {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 50px;
}

.site-illustration img {
    height: 4rem;
}

.presentation-texte {
    display: flex;
    text-align: center;
    justify-content: center;
    color: #272018;
    font-size: 30px;
    font-weight: bold;
}

#content prestation {
display: none;
text-align: center;
}

#content prestation:target {
display: block;
width: 50%;
height: auto;
}

@media (max-width: 900px) {

    .banniere {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .banniere img {
        width: 80%;
        height: auto;
    }

    .site-illustration {
        flex-direction: column;
    }

    .presentation-titre1 {
        font-size: 10vw;
    }

    .presentation-titre2 {
        font-size: 6vw;
    }

    .panel-container {
        width: 80vw;
    }


}

@media (max-width: 980px) {

    .panel-container {
        width: 80vw;
    }

}


footer {
    width: 100%;
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: -1px;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #dab253;
    padding: 10px;
    color: #272018;
    font-size: 110%;
}

.footer-contact p {
    font-weight: bold;
    font-size: 20px;
}

.footer-contact a {
    color: #272018;
}

.footer-lien {
    color: #dab253;
    text-decoration: none;
}

.footer-lien:hover {
    color: white;
    text-decoration: none;
}

.footer, .footer-copyright {
    text-align: center;
}

.footer-copyright {
    background: #272018;
}

.footer-copyright p {
    line-height: 28px;
    font-size: 0.8rem;
    word-spacing: 2px;
    color: #dab253;
}

.animate{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
    -moz-backface-visibility:hidden; /* Firefox */
    -ms-backface-visibility:hidden; /* Internet Explorer */
    text-decoration: none;
}

@media (max-width: 1200px) {

    dropdown {
        flex-direction: column;
        row-gap: 30px;
    }

    dropdown label {
        font-size: 5vw;
    }

    .banniere img {
        width: 50%;
        height: auto;
        padding-bottom: 15px;
    }

    .presentation-titre1 {
        font-size: 6vw;
    }

    .presentation-titre2 {
        font-size: 3vw;
    }

    .footer-contact {
        font-size: 3vw;
    }

    .footer-copyright p {
        font-size: 0.7rem;
    }

    .contact-titre h1 {
        font-size: 1.5rem;
    }

    .contact-infos {
        font-size: 1.1rem;
    }
}

@media (max-width: 500px) {

    .presentation-titre1 {
        font-size: 8vw;
    }

    .presentation-titre2 {
        font-size: 5vw;
    }

    .contact-titre h1 {
        font-size: 1.3rem;
    }

    .contact-infos {
        font-size: 0.9rem;
    }

    .menu-btn {
        font-size: 1.1rem;
    }

}

@media (max-width: 370px) {

    .menu-btn {
        font-size: 0.9rem;
    }

}

