@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: 'Montserrat', sans-serif; 
     height: 100dvh;
}

header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid red;
    text-decoration: none;
}

body button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    margin-top: 60px;
    text-decoration: none;
}

body span {
    border: 1px solid black;
    cursor: pointer;
    float: right;
    
}




a {
    text-decoration: none;
}

body header.header[onclick] {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(216, 35, 35, 0.15);
    text-decoration: none;
}

.bouton {
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    border-radius: 10px;
    font-size: 1.1rem;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: rgba(136, 129, 129, 0.7);
    color: white;
    font-weight: 600;
}

.bouton:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(216, 35, 35, 0.15);
}

nav h1 {
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

nav .onglets {
    margin-top: 3px;
    margin-left: 300px;
}

nav .onglets a {
    text-decoration: none;
    color: black;
    margin: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
}

.button-spots {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    height: 20px;
    text-decoration: none;
}


header.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

body img {
    display: flex;
    flex-direction: column; 
    margin: auto;
}


body picture img {
    width: 600px;
    max-width: 100%;
}

header.header h1 {
    font-family: 'Montserrat', sans-serif;  
    font-size: 30px;
}

header.header h4 {
    font-family: 'Montserrat', sans-serif;
    margin-top: -20px;
    text-align: center;
}

header.header input {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.1rem;
    outline: none;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: rgba(136, 129, 129, 0.3);
}

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


button {
    padding: 14px 28px;
    background-color: grey;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.25s ease;
    }

button:hover {
    background-color: #1a252f;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(216, 35, 35, 0.15);
}

dialog {
    border: none;
    border-radius: 12px;
    padding: 30px;
    max-width: 90%;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.3s ease;
}

dialog::backdrop {
    background: rgba(136, 129, 129, 0.8);
}

iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
}

h2 {
    margin-top: 0;
    font-size: 1.4rem;
    color: grey;
    font-weight: 600;
}

span[onclick] {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.4rem;
    color: #aaa;
    cursor: pointer;
    transition: color 0.2s ease;
}


body p {
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
}

h6 {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
}
h5 {
    text-align: center;
    font-size: 1.4rem;
}
