/* =========================
   GLOBAL
========================= */

html, body {
    overflow-x: hidden;
}

a, button {
    -webkit-tap-highlight-color: transparent;
}


/* =========================
   NAV BAR
========================= */

#Nav-Bar {
    flex-direction: column;
    align-items: center;
    padding: 1px 2px;
    height: 7%;
}

#nav-bouton {
    margin: 0px 10px;
    margin-left: auto;
}

.nav-btn {
    font-size: 16px;
}


/* =========================
   ACCUEIL
========================= */

#accueil {
    height: 56vh;
    padding: 120px 20px 60px;
}

#accueil::before {
    background-size: cover !important;
    opacity: 0.3;
}

#accueil h2 {
    font-size: 28px;
    margin-top: 0;
}

#accueil p {
    width: 90%;
    font-size: 14px;
}

#accueil a {
    width: 100%;
    font-size: 20px;
}


/* =========================
   SERVICES
========================= */

#services {
    height: auto;
    padding: 40px 0px;
}

#services h2 {
    font-size: 30px;
}

#services-block {
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 20px auto;
}

.services-card {
    width: 85%;
    margin: auto;
}


/* =========================
   PRIX
========================= */

#prix {
    height: auto;
    margin: 0;
    padding: 0px 0px;
    margin-bottom: 20%;
}

#prix h2 {
    font-size: 30px;
}

#bloc-prix {
    flex-direction: column;
    margin: 0;
}


/* =========================
   A PROPOS
========================= */

#a-propos {
    height: auto;
    padding: 20px;
    width: 80%;
    margin: auto;
}

#a-propos h2{
    font-size: 30px;
}

#propos-1,
#propos-2 {
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Ordre des image */
#propos-1 img {
    order: 1;
}

#propos-1 p {
    order: 2;
}

#propos-2 img {
    order: 1;
}

#propos-2 p {
    order: 2;
}

#propos-2 {
    margin-top: 20px;
}

#img-propos-1,
#img-propos-2 {
    width: 100%;
    transform: none;
}

/* =========================
   FOOTER
========================= */

#footer {
    height: auto;
    margin-top: 20%;
}

#bloc-footer-gauche {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

#footer-btns {
    justify-content: center;
}

#copyright {
    margin-top: 20px;
    text-align: center;
}