
body {
    font-family: work sans;
    font-size: 1.6rem;
}

/* header */
.bg-negro {
    background-color: black;
}
.section-photo {
    background-image: url(/img/photo_accueil_1.JPG);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
}

nav {
    font-weight: bold;
}

.text-vert {
    color:  #04fb04;
}

.subtext-p {
    padding-top: 0;
    font-weight: bold;
}

@media (min-width: 375px) {
   .cut-header {
    margin-top: -6rem;
   }
}

@media (min-width: 424px) {
    .cut-header {
        margin-top: -6rem;
    }
}

@media (min-width: 767px) {
    .cut-header {
        margin-top: -14rem;
    }
}
@media (min-width: 1023px) {
    .cut-header {
        margin-top: -17rem;
    }
}
@media (min-width: 768px) {
   .text-h1 {
    width: 650px;
    height: 250px;
   }
}


/* Buttons */
a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
a:hover {
    color: rgb(92, 170, 238);
}
 .btn-warning {
    font-size: 22px;
 }
.btn-sec {
    background-color: #04fb04;
}

 /*  Cockies */

 .cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    display: none; /* Initially hidden */
}

.cookie-consent p {
    margin: 0;
    padding: 0;
    display: inline;
}

.cookie-consent a {
    color: #4CAF50;
    text-decoration: underline;
}

.cookie-consent button {
    margin-left: 20px;
}
