body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #222f3e;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
}

.hidden {
    display: none;
}

/* HEADER */

header {
    width: 100%;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: black;
    margin-bottom: 2rem;
    border-bottom: 2px solid goldenrod;
    z-index: 3;
}

header br {
    border: 2px solid goldenrod;
}

header a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

header a:hover {
    color: goldenrod;
    text-decoration: underline;
    font-weight: 700;
    transition: 1s;
}

#logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 85px;
    min-height: 85px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    align-content: center;
    margin: .5rem;
    border-radius: 50%;
    border: 2px solid #f1f2f6;
}

#logo-top {
    padding-bottom: .25rem;
}

#logo-bottom {
    padding-top: .25rem;
    border-top: 2px solid goldenrod;
}

#header-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbar-open-button {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

#navbar-open-button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    border: 2px solid #f1f2f6;
    border-radius: 50%;
}

#navbar-close-button {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

#navbar-close-button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    border: 2px solid goldenrod;
    border-radius: 50%;
}

.bi-list {
    font-size: 2rem;
    font-weight: bold;
}

.bi-x {
    font-size: 2rem;
    font-weight: bold;
}

#navbar {
    width: 100%;
}

#menu-navigation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: .5rem 0;
    padding: .5rem 0;
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;
}

.menu-item {
    font-size: 1.1rem;
    margin: .5rem 0;
}

.menu-item a {
    font-size: 1.1rem;
    padding: .5rem;
}

#social-navbar {
    text-align: center;
    margin: .5rem;
}

#social-navbar i {
    font-size: 1.5rem;
    font-weight: bold;
    padding: .5rem;
}

.bi-envelope-at-fill {
    display: none;
}

/* FOOTER */

footer {
    margin-top: 1rem;
    padding-bottom: 0;
    border-top: 2px solid goldenrod;
}

footer .container {
    margin-bottom: 0;
}

#slogan {
    width: fit-content;
    margin: 0 auto;
}

#slogan h2 {
    width: 100%;
    margin: 0;
}

#slogan strong {
    text-transform: uppercase;
}

.social-button {
    width: fit-content;
    margin: 1.5rem auto;
}

.social-button a {
    color: #f1f2f6;
    text-decoration: none;
    padding: .25rem .5rem;
    border: 2px solid goldenrod;
    border-radius: 25px;
}

/* MAIN */

main {
    width: 90%;
    clear: both;
    max-width: 1000px;
    margin: 0 auto;
}

h2 {
    width: fit-content;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 2rem;
    margin: 1rem auto;
}

.container {
    background-color: black;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.container h1 {
    width: fit-content;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 2rem;
    margin: 0 auto 1rem auto;
    padding-bottom: .5rem;
    border-bottom: 2px solid goldenrod;
}

.container h3 {
    width: fit-content;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid goldenrod;
}

.container p {
    line-height: 1.5rem;
}

.container span {
    color: goldenrod;
    font-weight: 500;
    text-transform: uppercase;
}

/* ACCUEIL - PAGE */

#presentation br {
    margin-bottom: 1.5rem;
}

#mariage {
    min-height: 300px;
    background-image: url('/wp-content/themes/newunitevent/assets/img/gallery/laCueva_Genissac.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    align-content: center;
    border: 10px solid black;
}

#mariage h3, #mariage p {
background-color: rgba(0, 0, 0, .85);
padding: .5rem;
}

#mariage h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0px solid white;
}

#mariage br {
    margin-bottom: 1rem;
}

/* PRESTATIONS - PAGE */

#prestation {
    /* width: 80%; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-right: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;
    border-bottom-right-radius: 5px;
    margin: 1rem auto 2.5rem auto;
}

#prestation h3 {
    margin-bottom: 1.5rem;
}

#prestation-intro {
    margin-bottom: calc(.5rem - 35px);
}

#prestation p {
    margin-bottom: 1rem;
}

#prestation-button {
    width: 100%;
    position: relative;
    bottom: -35px;
    text-align: center;
    margin: 0 auto;
}

#prestation-button a {
    display: inline-block;
    width: 100px;
    background-color: black;
    color: #f1f2f6;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: 2px solid goldenrod;
    border-radius: 10px;
    margin: 0 .5rem;
    padding: .5rem 0;
}

#event-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 0;
}

#event-list img {
    width: 100px;
    height: 100px;
    border: 2px solid white;
    border-radius: 50%;
}

#options-list {
    margin-top: 1rem;
}

.option {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* border-top: 2px solid white; */
    border-bottom: 2px solid white;
    margin: .5rem 0;
    padding: .5rem 0;
}

.option img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.option h4 {
    width: fit-content;
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 auto;
    border: 2px solid goldenrod;
    padding: .5rem;
}

.option p {
    width: 100%;
    margin-top: .5rem;
}

#first-option {
    border-top: 2px solid white;
}

/* GALLERIE - PAGE */

#gallerie-titre {
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
}

#gallerie-titre span {
    color: goldenrod;
    text-transform: uppercase;
}

.gallerie-video {
    width: 100%;
    max-width: 1000px;
    background-color: black;
    text-align: center;
    margin: 1rem auto;
}

.gallerie-video video {
    width: 90%;
    height: 100%;
    max-width: 600px;
    max-height: 700px;
    padding: 1rem;
}

.gallerie-video h4 {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    padding: .5rem 0;
    margin-bottom: 1rem;
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;
}

.gallerie-video br {
    margin-bottom: .5rem;
}

.gallerie-item {
    width: 100%;
    margin-bottom: 2rem;
}

.gallerie-photo {
    width: 100%;
    max-width: 1000px;
    background-color: black;
    text-align: center;
    margin: 2rem auto;
    padding-top: 1rem;
}

.gallerie-item img {
    width: 90%;
    height: auto;
    max-width: 450px;
    max-height: 300px;
    padding: 1rem;
}

.gallerie-item h4 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 1rem 0;
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;
}

.gallerie-item br {
    margin-bottom: .5rem;
}

/* CONTACT - PAGE */

#contact-intro {
    width: 90%;
    font-size: 1.2rem;
    text-align: center;
    margin: 1rem auto;
    padding-bottom: 1rem;
    border-bottom: 2px solid goldenrod;
}

#contact {
    width: 90%;
    padding: 0;
    margin: 1rem auto 0 auto;
    border: 2px solid white;
    border-radius: 5px;
}

#contact-info-list {
    width: 75%;
    margin: 0 auto;
    padding: 0;
}

#contact h3 {
    padding-top: 1rem;
    padding-bottom: 0;
    margin: 0 auto;
}

.contact-info-item {
    font-size: 1.2rem;
    margin: 1.5rem 0;
}

.contact-info-item i {
    color: goldenrod;
    font-size: 1.5rem;
}

.contact-info-item span {
    color: white;
    text-transform: none;
    margin-left: .5rem;
}

    /* FORM - SECTION */

#wpforms-26 {
    width: 90%;
    background-color: black;
    border: 2px solid white;
    padding: 1rem;
}

#wpforms-26 legend {
    color: white;
}

#wpforms-26 label {
    color: white;
}

#wpforms-26 span {
    color: white;
}

#wpforms-submit-26 {
    width: 100%;
}

@media screen and (min-width: 600px) {
    body {
        font-size: 1.2rem;
    }

    main {
        width: 80%;
        margin: 0 auto;
    }

    #prestation {
        width: 96%;
        max-width: 1000px;
    }

    #event {
        display: flex;
    }

    #event-list {
        width: fit-content;
        display: flex;
        flex-direction: column;
    }

    #event-list img {
        width: 150px;
        height: 150px;
        margin: .5rem 0;
    }

    #event-description {
        width: 50%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 1.2rem;
        margin: auto auto;
    }

    #mariage {
        min-height: 500px;
        margin-top: 1.5rem;
    }

    #mariage h3 {
        margin-left: auto;
        margin-right: auto;
        border-bottom: 2px solid goldenrod;
    }

    #contact span {
        text-transform: none;
    }

    #wpforms-26 {
        width: 90%;
    }
}

@media screen and (min-width: 1000px) {

    header {
        flex-direction: row;
        justify-content: space-between;
    }

    #header-top {
        width: fit-content;
    }

    #logo {
        min-width: 100px;
        min-height: 100px;
        font-size: 1.5rem;
    }

    #navbar-open-button {
        display: none;
    }

    #navbar {
        width: fit-content;
        display: flex;
        align-items: center;
        margin-right: 1rem;
    }

    #menu-navigation {
        width: fit-content;
        flex-direction: row;
        border-top: 0px solid black;
        border-bottom: 0px solid black;
    }

    #social-navbar {
        padding: 0 .5rem;
        border: 2px solid white;
        border-radius: 25px;
    }

    .menu-item {
        margin: 0 .5rem;
    }

    #social-navbar {
        width: fit-content;
    }

    .bi-telephone {
        display: none;
    }

    .bi-envelope-at-fill {
        display: inline-block;
    }

    footer .container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #slogan {
        align-content: center;
    }

    .social-button a:hover {
        color: goldenrod;
        font-weight: 500;
        border-bottom: 2px solid goldenrod;
        transition: .5s;
    }

    #options-list {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
    }

    .option {
        width: 45%;
        padding: .5rem;
        border: 2px solid #f1f2f6;
    }

    .option h4 {
        font-size: 1.3rem;
    }

    #gallerie-titre {
        font-size: 1.5rem;
    }

    .gallerie-video {
    padding-top: 1rem;
    padding-bottom: 0;
    }

    .gallerie-video h4 {
        font-size: 1.5rem;
    }

    .gallerie-photo h4 {
        font-size: 1.5rem;
    }

    .contact-info-item {
        width: 40%;
        margin: 1.5rem auto;
    }
}