/*_________________page boutique logout________________________*/
@keyframes affichepremier {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@keyframes afficher {
    0% {
        opacity: 0;
        width: 0;
    }

    20% {
        opacity: 1;
        width: 0;
    }

    30% {
        width: 355px;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 355px;
    }
}

.fermer {
    text-align: center;
    background: linear-gradient(312deg, rgba(10, 107, 19, 1) 0%, rgba(69, 196, 97, 1) 50%, rgba(11, 110, 17, 1) 100%);
    color: white;
    font-weight: 300;
    font-size: 40px;
    margin: 4rem;
    padding: 150px;
    border-radius: 2rem;
    box-shadow: 25px 26px 66px 18px rgb(82, 143, 66);
    overflow: hidden;
}

.boutferm:first-of-type {
    animation: affichepremier 2s infinite;
}

.boutferm:last-of-type {
    width: 0;
    animation: afficher 2s infinite;
}

.boutique {
    position: relative;
    width: 100%;
}

/*_________bouton boutique _________________________*/

.acces-inscription {
    margin-top: 75px;
    padding: 1.3em 3em;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 45px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer
}

.acces-inscription:hover {
    background-color: #23c483;
    box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.acces-inscription:active {
    transform: translateY(-1px);
}

/*_______________panier logout________________*/


.panierlogout {
    text-align: center;
    background: linear-gradient(0deg, rgb(20, 52, 114) 0%, rgb(35, 98, 189) 50%, rgb(11, 42, 110) 100%);
    color: white;
    font-weight: 300;
    font-size: 40px;
    margin: 4rem;
    padding: 150px;
    border-radius: 2rem;
    box-shadow: 25px 26px 66px 18px rgba(21, 54, 133, 0.69);
    overflow: hidden;
}


.panier {
    position: relative;
    width: 100%;
}

/*_________bouton panier _________________________*/

.inscription-panier {
    margin-top: 75px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 1.3em 3em;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 45px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer
}

.inscription-panier:hover {
    background-color: #05486c;
    box-shadow: 0 15px 20px rgba(29, 194, 255, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.inscription-panier:active {
    transform: translateY(-1px);
}

/*_______________contact logout________________*/

.contactlogout {
    text-align: center;
    background: linear-gradient(210deg, rgb(155, 9, 16) 0%, rgb(218, 74, 90) 50%, rgb(147, 3, 3) 100%);
    color: white;
    font-weight: 300;
    font-size: 40px;
    margin: 4rem;
    padding: 150px;
    border-radius: 2rem;
    box-shadow: 25px 26px 66px 18px rgba(143, 41, 41, 0.69);
    overflow: hidden;
}

@media (max-width: 768px) {

    .fermer,
    .panierlogout,
    .contactlogout {
        margin: 1rem;
        padding: 3rem 1rem;
        font-size: 1.5rem;
    }

    .acces-inscription,
    .inscription-panier,
    .inscription-contact {
        padding: 1em 1.5em;
        font-size: 16px;
        width: 100%;
        margin: 10px 0;
        display: block;
    }
}

.contact {
    position: relative;
    width: 100%;
}

/*_________bouton panier _________________________*/

.inscription-contact {
    margin-top: 75px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 1.3em 3em;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 45px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer
}

.inscription-contact:hover {
    background-color: #9f031c;
    box-shadow: 0 15px 20px rgba(208, 70, 95, 0.64);
    color: #fff;
    transform: translateY(-7px);
}

.inscription-contact:active {
    transform: translateY(-1px);
}