body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
.countdown-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #fdf8f8;
}

.countdown-title {
    font-size: 2rem;
    margin-bottom: 40px;
}

.countdown-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.time-box {
    background: white;
    padding: 25px;
    width: 120px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.time-box span {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    color: #d48a8a;
}

.time-box p {
    margin-top: 10px;
}

body img{
    width: 400px;
    position: relative;
    top: 60%;

}

header>ul a {
    text-decoration: none;
  
}
header{
    background-color: hsl(0, 100%, 75%);
    position: relative;
    height: 80px;
    top: 0;
}  

header>* {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 30px 0 30px; 
}

header img {
    width: 42px;
}

header>ul{
    right: 0;
    text-decoration: none;
  
}

header, header a {
    color: white;
    
    
}

header a:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    margin-left: 100px;
}

header>ul li {
    margin: 10px;
    font-weight: 600;
    display: inline-block;
    list-style: none;
    transition: background-color 0.5s ease-in-out;
}

header>ul li:hover{
    background-color: rgba(0,0,0,0.1);
}

.page-main{
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 100px;
}

.bienvenue{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
}

.bienvenue>img {
    width: 350px;
    align-self: center;
    border-radius: 5px;
}

.bienvenue>.texte {
    width: 500px;
    margin-left: 20px;
}

.texte p {
    text-align: justify;
    font-size: 20px;
}

.separator{
    height: 3px;
    background-color: hsl(0, 100%, 75%);
    width: 100%;
    margin: 20px 0;
}

.title-category{
    text-align: center;
}

.a-propos {
    margin-bottom: 100px;
}

.picture-propos {
    width: 100%;
    height: 500px;
    background-image: url(belle.photo.jpg);
    background-position: top;
    background-size: cover;
    border-radius: 15px;
    position: relative;
}

.infos-picture-propos{
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    border-radius: 15px;
}

.picture-propos-text {
    position:absolute;
    bottom: 0;
    margin: 10px;
}

.picture-propos-text p {
    font-size: 20px;
    text-align: justify;
}

.picture-propos-text h3 {
    font-size: 30px;
}

.dresscode {
    padding: 60px 20px;
    text-align: center;
    background-color: #fdf8f8;
}

.dresscode-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.dresscode-text {
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

.cadeaux {
    padding: 80px 20px;
    background: linear-gradient(to bottom, #fdf8f8, #ffffff);
    text-align: center;
}

.cadeaux-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.cadeaux-text {
    max-width: 600px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

.cadeaux-card {
    background: white;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.cadeaux-card:hover {
    transform: translateY(-8px);
}

.cadeaux-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cadeaux-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 20px;
    background-color: #d48a8a;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cadeaux-btn:hover {
    background-color: #b76b6b;
}

.colors-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.color-card {
    text-align: center;
}

.lieux {
    padding: 60px 20px;
    background-color: #fdf8f8;
    text-align: center;
}

.lieux-title {
    font-size: 2rem;
    margin-bottom: 40px;
}

.lieux-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.lieu-card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 320px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.lieu-card:hover {
    transform: translateY(-5px);
}

.lieu-card h3 {
    margin-bottom: 15px;
}

.lieu-card p {
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

.map-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #d48a8a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.map-btn:hover {
    background-color: #b76b6b;
}

.color-box {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

/* Couleurs */
.white {
    background-color: white;
}

.salmon {
    background-color: salmon;
}

.pink {
    background-color: pink;
}

.blue {
    background-color: rgb(192, 235, 255);
}

input:not(input[type="submit"]), textarea {
    border: none;
    border-bottom: 2px solid #ff7e7e;
    resize: none;
    outline: none;
    font-family: "Montserrat";
    width: 30vw;
    margin-bottom: 20px;
    font-size: 20px;
}

Label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.form-top{
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}

.form-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-left>div * {
    display: block;
}

.form-right>div * {
    display: block;
}

.form-contact input[type="submit"]{
    background-color: hsl(0, 100%, 75%);
    border-radius: 20px;
    border: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: white;
    font-family: "Montserrat";
    box-shadow: 0px 0px 5px rgba(0, 0,0,0.5);
    margin-bottom: 80px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}

.form-contact input[type="submit"] :hover {
    transform: translateY(-5px);
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #00ffb3;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.commentaires{
    display: flex;
    flex-direction: column;
    width: 80%;
}

.commentaires-pp {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

.commentaires-text {
    margin-left: 20px;
}

.commentaires-text p {
    text-align: justify;
}

footer{
    background-color: hsl(0, 100%, 75%);
    position: relative;
    height: 80px;
    padding: 0%;
} 

footer h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

.loader { 
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #ff7e7e;
    top: 0;
    transition: top 1s ease-in-out;

}

.loader p {
    color: white;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1100px)   {
    .bienvenue>img {
        width: 300px;
    }

    .texte p {
        font-size: 16px;
    }

    texte h1 {
        font-size: 20px;
    }

    .bienvenue{
        margin-bottom: 50px;
    }

    .a-propos {
        margin-bottom: 100px;
    }

    .title-category {
        text-align: center;
    }

    .picture-propos{
        width: 100%;
        height: 300px;
    }

    .picture-propos-text{
        margin: 10 px;
    }

    .picture-propos-text p {
        font-size: 16px;
    }

    .picture-propos-text h3 {
        font-size: 20px;
    }

}

@media screen and (max-width: 700px)   {
    .bienvenue {
        display: flex;
        flex-direction: column;
    }

    .bienvenue > .texte {
        width: initial;  
    }

    input, textarea, label,.commentaires-text p {
        font-size : 16px;
    }

    .picture-propos-text p,.texte p,.commentaires-text p {
        font-size: 12px;
    }

    .form-top {
        flex-direction: column;
        width: 100%;
    }

    input:not(input[type="submit"]), textarea {
        width: 100%;
    }

    .commentaires-text p {
        font-size: 12px;
    }

}