body{
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    line-height: 2.2rem !important;
    margin: 0 !important;
    font-family: Arial, sans-serif !important;
    background-color: #ffffff !important;
}
.imgBanner{
    width: 30%;
}
.cookieBtn{
cursor: pointer;
border-top: 1px solid #ccc;
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
padding-left: 2%;
padding-right: 2%;
}

.cookie-content {
    max-height: 0; /* Commence par être caché */
    overflow: hidden; 
    opacity: 0; /* Commence par être transparent */
    transition: max-height 0.2s ease, opacity 0.3s ease; /* Ajoute une transition */
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
}

.cookie-content.show {
    max-height: 500px; /* Une valeur suffisamment grande pour contenir le contenu */
    opacity: 1; /* Rend l'élément visible */
}


/* -------------------------------------------------------------------------- */
.cookiesTypes{
    /* display: flex;
    height: 600px;
    background-color: blue; */
    width: 75%;
    position: absolute;
    top: 1434px;
    height: 100%;
}
.titleCookies{
    /* width: 13%; */
    position: relative;
    left: 50px;
    right: 150px;
    background-color: #051B71;
    width: 100%;
    height: 57%;
    
}
.allCookies{
    /* width: 75%;
    background-color: white;
    height: 438px;
    margin-top: 20px; */
    position: relative;
    left: 422px;
    bottom: 50%;
    background-color: rgb(255, 255, 255);
    width: 80%;
    box-shadow: 7px 7px 20px -2px #000000;
}
.pTitle{
    padding-top: 4%;
    margin-left: 4%;
    width: 20%;
    /* font-size: xx-large; */
    color: white;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 43px;
}
.cookieTitle{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem;
}



header{
    position: sticky;
    top: 0;
    padding-top: 1%;
    /* box-shadow: 5px 5px 16px -12.27px #000000; */
    background-color: white;
    padding-left: 1%;
    z-index: 2;

}
.app{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 1865px;
}
.firstScreen {
    /* background-color: #f0f0f0; */

    height: 30%;
    padding-top: 2%;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 36%;

}

.imageCookie{
    width: 100%;
}
.imageFirst{
    width: 30%;
}
.secondScreen{

    background-color: #f9f9fb;
    display: flex;
    width: 94%;
    flex-direction: column;
    align-items: center;
    height: 39%;
}
.thirdScreen {
    display: flex;
    justify-content: center;
    padding-top: 4%;
}
.wrapperFirst{
    display: flex;
    justify-content: space-evenly;
    padding: 3%;
    margin-top: 3%;
}
.wrapperThird{
    display: flex;
    flex-direction: column;
    width: 81%;
}
.contentFirst{
    width: 50%;
}
/* ----------------------------------------------------------------------------------------------- */

divCookieShow {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 360px;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #e0e0e0;
}

/* .pCookieShow {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
} */

#cookiesShow {
    background-color: #369ad4;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 13px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#cookiesShow:hover {
    background-color: #102db0;
    transform: translateY(-2px);
}
