*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{
background:#ffffff;
color:#222;
}

header{
background:#c62828;
color:white;
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 40px;
}

nav a{
color:white;
margin-left:25px;
text-decoration:none;
font-weight:bold;
}

nav a:hover{
text-decoration:underline;
}

.hero{
height:500px;
background:url("img/fond.jpg") center/cover no-repeat;
filter:contrast(110%) saturate(110%) brightness(95%);
display:flex;
align-items:center;
justify-content:center;
color:white;
text-align:center;
position:relative;
}

.hero-text{
background:rgba(0,0,0,0.5);
padding:40px;
border-radius:8px;
max-width:700px;
}

.logo-img{
position:absolute;
top:1%;
left:1%;
width:10%;
height:auto;
}

.socials{
position:absolute;
display:flex;
align-items:center;
gap:18px;
top:2%;
right:2%;
}

.socials i{
font-size:22px;
}

.btn{
background:#c62828;
color:white;
font-size:15px;
padding:12px 25px;
border-radius:10px;
text-decoration:none;
margin:10px;
display:inline-block;
transition:transform 0.1s ease, box-shadow 0.1s ease, opacity 0.2s ease;
border:none;
cursor:pointer;
}

.btn-payer{
background:#c62828;
color:white;
font-size:15px;
padding:12px 25px;
border-radius:10px;
text-decoration:none;
margin-left:300px;
display:inline-block;
transition:transform 0.1s ease, box-shadow 0.1s ease, opacity 0.2s ease;
border:none;
cursor:pointer;
}


.btn-white{
background:white;
color:#c62828;
}

.btn-don{
width:120px;
height:35px;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
line-height:1.2;
padding:0 12px;
}

.don-section {
    max-width: 650px;
    margin: 40px auto;
    padding: 35px;
    text-align: center;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.don-section h2 {
    margin-top: 0;
    color: #c62828;
}

.don-button {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    background: #c62828;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    transition: 0.2s ease;
}

.don-button:hover {
    background: #a51f1f;
    transform: translateY(-2px);
}

.btn:hover{
opacity:0.9;
}

.btn:active{
transform:scale(0.97);
box-shadow:0 3px 8px rgba(0,0,0,0.2);
}

.center-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 25px 0;
}

.center-page .hero,
.center-page .shipping-section {
    width: 100%;
    max-width: 900px;
}

.about{
display:flex;
padding:60px 10%;
align-items:center;
gap:40px;
}

.about img{
width:50%;
border-radius:10px;
}

.events,
.actu,
.boutique{
background:#f5f5f5;
padding:60px 10%;
text-align:center;
}

.evenement{
background:#f5f5f5;
padding:60px 10%;
}

.cards,
.actu_imgs{
display:flex;
gap:30px;
margin-top:30px;
flex-wrap:wrap;
justify-content:center;
}

.card,
.actu_img{
background:white;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
overflow:hidden;
flex:1 1 250px;
max-width:320px;
}

.card img,
.actu_img img,
.evenement img{
width:100%;
height: 350px;
object-fit:cover;
display:block;
}

.shipping-section {
    max-width: 900px;
    margin: 35px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.shipping-section h2 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #c62828;
}

.shipping-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group-large {
    grid-column: 1 / -1;
}

.form-group label {
    margin-bottom: 7px;
    font-weight: bold;
}

.form-group input,
.form-group select {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    font-size: 16px;
    background: #ffffff;
}

.form-group input:focus,
.form-group select:focus {
    outline: 2px solid #c62828;
    border-color: #c62828;
}

.required-fields {
    margin-bottom: 0;
    font-size: 14px;
    color: #666666;
}

@media (max-width: 650px) {
    .shipping-section {
        margin: 25px 15px;
        padding: 20px;
    }

    .shipping-form {
        grid-template-columns: 1fr;
    }

    .form-group-large {
        grid-column: auto;
    }
}

.card h3,
.actu_img h3{
margin:15px;
text-align:center;
}

.join{
background:#c62828;
color:white;
text-align:center;
padding:60px 20px;
}

footer{
background:#2e2e2e;
color:white;
text-align:center;
padding:20px;
}

.product{
display:flex;
gap:60px;
padding:80px 10%;
align-items:center;
flex-wrap:wrap;
justify-content:center;
}

.product-image img{
width:500px;
max-width:100%;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.product-info{
max-width:500px;
}

.product-info h1{
font-size:32px;
margin-bottom:20px;
}

.product-title{
font-family:Georgia, "Times New Roman", Times, serif;
}

.product-desc{
color:#333;
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
}

.price{
font-size:28px;
color:#c62828;
font-weight:bold;
margin-bottom:20px;
}

select,
input[type="number"]{
padding:10px;
margin:15px 0;
width:120px;
border:1px solid #ccc;
border-radius:8px;
}

.cart-icon{
position:relative;
font-size:24px;
color:white;
}

#cart-count{
position:absolute;
top:-8px;
right:-10px;
background:#c62828;
color:white;
font-size:12px;
width:20px;
height:20px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}

.cart-title{
text-align:center;
margin:40px 0;
font-size:32px;
}

.cart-container{
width:70%;
margin:0 auto 80px;
}

.cart-item{
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
background:white;
padding:20px 30px;
margin-bottom:20px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
flex-wrap:wrap;
}

.cart-info h3{
margin-bottom:8px;
}

.cart-info p{
margin:4px 0;
}

.remove-btn{
background:#c62828;
color:white;
border:none;
padding:10px 15px;
border-radius:6px;
cursor:pointer;
transition:0.2s;
}

.remove-btn:hover{
opacity:0.8;
}

.cart-total{
text-align:right;
margin-top:30px;
font-size:24px;
font-weight:bold;
}

.cart-img{
width:180px;
height:auto;
object-fit:cover;
border-radius:8px;
margin-right:20px;
}

.rupture{
color:red;
font-weight:bold;
margin-top:10px;
}

@media (max-width: 900px){
.hero{
height:400px;
padding:20px;
}

.hero-text{
padding:25px;
}

.logo-img{
width:18%;
}

.about,
.product{
flex-direction:column;
text-align:center;
}

.about img{
width:100%;
  width:45%;
  height:620px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.cart-container{
width:90%;
}

.cart-item{
flex-direction:column;
text-align:center;
}

.cart-img{
margin-right:0;
}
}

.container {
    max-width: 2000px;
    margin-left: 220px;
    padding: 40px 20px;
}

.field-error {
    border: 2px solid #c62828 !important;
    background-color: #fff5f5 !important;
}

@media (max-width: 600px){
.logo-img{
width:22%;
}

.socials{
gap:8px;
top:1.5%;
right:3%;
}

.hero-text h1{
font-size:24px;
}

.product-info h1,
.cart-title{
font-size:26px;
}

.price{
font-size:24px;
}

.cart-footer{
    text-align:right;
    margin-top:30px;
}

.cart-footer .btn{
    margin-top:15px;
}


}