:root
{
    --black : #181918;
    --white : #FEFEFE;
    --green : #1FC22A;

}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body
{
    background-color: white;
    background : linear-gradient(0deg, white 50%, #c9f7e1 100%);
    /* background : linear-gradient(0deg, #c9f7e1 0%, white 50%, #c9f7e1 100%); */
}

header
{
    background-color: white;
    position: sticky; /* Fixe le header */
    top: 0; /* Positionne en haut de la page */
    left: 0; /* Aligne à gauche */
    width: 100%; /* Largeur de 100% pour s'étendre sur toute la page */
    z-index: 1000; /* Assure que le header reste au-dessus d'autres éléments */
    border-bottom: 3px solid #d6d6d6;
}

.header-container
{
    display: flex;
}

.header-wrapper
{
    display: flex;
    width: 80%;
    max-width: 1350px;
    align-items: center;
    margin: 0 auto;
}

.header-logo
{
    background-image: url(../Images/PlayEduc.png);
    width: 241px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
}

#header-menu
{
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 75%;
    align-items: center;
    list-style: none;
}

.menu-item
{
    position: relative;
    padding: 26px 0 26px 50px;
}

.menu-link
{
    text-decoration: none;
    font-size: 28px;
}

.hero-image
{
    position: relative;
    background-image: url(../Images/PlayEducLogo_transparent.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 460px;
    width: 360px;
}

.hero
{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.hero-text-container
{
    display: flex;
    flex-direction: column;
    width: 50%;
}

.hero-catch
{
    font-weight: 700;
    font-size: 54px;
    max-width: 100%;
}

.hero-subcatch
{
    font-size: 24px;
    max-width: 70%;
    margin-top: 30px;
}

.hero-argument-container
{
    display: flex;
    margin-top: 60px;
}

.hero-argument
{
    display: flex;
    margin-right: 100px;
    align-items: center;
}

.hero-argument-image
{
    background-image: url(../Images/secure.png);
    background-size: contain;
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.hero-argument-text
{
    font-weight: 400;
    font-size: 22px;
}

.hero-button-container
{
    margin-top: 60px;
    max-width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-button
{
    background-color: var(--green);
    color: var(--white);
    border: 0px;
    padding: 25px;
    font-size: 22px;
    border-radius: 10px;
}

.button-subtext
{
    font-size: 12px;
}

.separator
{
    background-image: url(../Images/pawsline.svg);
    width: 100%;
    height: 160px;
    margin: 150px 0 150px 0;
}

.difficulties
{
    display: flex;
    justify-content: center;
}

.difficulties-container
{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.difficulties-title-container
{
    width: 100%;
}

.difficulties-title
{
    display: flex;
    align-items: center;
}

.difficulties-title-image
{
    background-image: url(../Images/interrogation.png);
    background-size: contain;
    width: 35px;
    height: 35px;
}

.difficulties-title-text
{
    font-size: 44px;
    font-weight: bolder;
    margin-left: 15px;
}

.difficulties-subtitle
{
    font-size: 36px;
    font-weight: 600;
    margin-top: 5px;
}

.difficulties-list-container
{
    margin-top: 50px;
}

.difficulties-list
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 850px;
    gap: 20px 125px;
}

.difficulty
{
    display: flex;
    align-items: center;
}

.difficulty-image
{
    background-image: url(../Images/paws.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.difficulty-text
{
    font-size: 26px;
}

.difficulties-solution-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.difficulties-solution-image
{
    background-image: url(../Images/like.png);
    background-size: contain;
    width: 35px;
    height: 35px;
    margin-right: 8px;
}

.difficulties-solution-text
{
    font-weight: 500;
    font-size: 32px;
}

.method
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
}

.method-container
{
    max-width: 850px;
}

.method-title-container
{
    display: flex;
    align-items: center;
}

.method-title-image
{
    background-image: url(../Images/bullseye.png);
    background-size: contain;
    width: 50px;
    height: 50px;
}

.method-title-text
{
    margin-left: 15px;
    font-size: 44px;
    font-weight: bolder;
}

.method-subtitle
{
    font-size: 32px;
    font-weight: 500;
}

.method-text
{
    font-size: 18px;
    max-width: 650px;
    margin-top: 20px;
}

.method-key-container
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px 70px;
    margin-top: 25px;
}

.method-key
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.method-key-image
{
    background-size: contain;
    width: 75px;
    height: 75px;
}

#adapt
{
    background-image: url(../Images/pets.png);
}

#follow
{
    background-image: url(../Images/rise.png);
}

#coherence
{
    background-image: url(../Images/secure.png);
}

.method-key-title
{
    margin-top: 25px;
    font-size: 22px;
    font-weight: 500;
}

.method-key-line
{
    border-bottom: solid 3px var(--green);
    width: 80%;
    margin-top: 25px;
}

.method-key-text
{
    font-size: 20px;
    margin-top: 25px;
}

.price
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 150px;
    margin-bottom: 50px;
}

.price-container
{
    max-width: 850px;
}

.price-title-container
{
    display: flex;
    align-items: center;
}

.price-title-image
{
    background-image: url(../Images/price-tag.png);
    background-size: contain;
    width: 50px;
    height: 50px;
}

.price-title-text
{
    margin-left: 15px;
    font-size: 44px;
    font-weight: bolder;
}

.price-subtitle
{
    font-size: 32px;
    font-weight: 500;
}

.price-list
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px 70px;
    margin-top: 75px;
}

.price-box
{
    display: flex;
    flex-direction: column;
    max-width: 300px;
    /* padding: 20px; */
    border: 3px solid #bdbdbd;
    border-radius: 10px;
    padding: 0 25px 0 25px;
}

.price-box-logo-container
{
    position: relative;
    display: flex;
    justify-content: center;
    top: -35px;
}

.price-box-logo-background
{
    width: 125px;
    height: 75px;
    background-color: white;
    display: flex;
    justify-content: center;
}

.price-box-logo
{
    width: 75px;
    height: 75px;
    background-image: url(../Images/pets.png);
    background-size: contain;
}

#bilan
{
    background-image: url(../Images/clipboard.png);
}

#individual
{
    background-image: url(../Images/lie-down.png);
}

#pack
{
    background-image: url(../Images/star.png);
}

.price-box-title
{
    color: var(--black);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.price-box-text
{
    margin: 25px 0 25px 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    height: 75px;
}

.price-box-price
{
    color: var(--black);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

.price-box-time
{
    margin-bottom: 25px;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
}

.price-button-container
{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.contact
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-container
{
    display: flex;
    justify-content: space-around;
    width: 850px;
}

.contact-message
{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: grey;
    width: 450px;
}

.form
{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-input
{
    width: 100%;
}

.contact-placeholder
{
    position: relative;
    width: 100%;
    top : -20px;
    left : 10px;
    pointer-events: none;
}

footer
{
    border-top: 3px solid #2ECC71;
    background-color: var(--black);
    bottom: 0;
}

.footer-wrapper
{
    padding-top: 25px;
    width: 80%;
    max-width: 1350px;
    padding-bottom: 15px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

.footer-logo
{
    background-image: url(../Images/PlayEduc.png);
    width: 241px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
}

.social-container
{
    display: block;
    text-align: center;
}

.social-join
{
    font-size: 22px;
    color : var(--white);
}

.social-links
{
    display: flex;
    position: relative;
}

.social
{
    width: 32px;
    height: 32px;
    background-size: contain;
    margin: 12px;
}

#youtube
{
    background-image: url(../Images/youtube.png);
}

#facebook
{
    background-image: url(../Images/facebook.png);
}

#instagram
{
    background-image: url(../Images/instagram.png);
}

#tiktok
{
    background-image: url(../Images/tiktok.png);
}

a
{
    text-decoration: none;
    color: black;
}

.text a
{
    color: var(--textPrimaryColor); /* Couleur par défaut du texte */
    text-decoration: none; /* Supprime le soulignement du lien */
}

.social
{
    transition: all 0.3s ease;
}

.social:hover
{
    transform: scale(1.25);
}

nav ul
{
    list-style: none;
    display: flex;
}

nav ul li a
{
    color: var(--textPrimaryColor);
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s ease;
}

nav ul li
{
    margin-left: 20px;
}

nav ul li a
{
    color: var(--textPrimaryColor);
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s ease;
}

nav ul li a:hover
{
    color: var(--textSecondaryColor);
}
