@import url('../outils/palettecouleur.css');
@import url('../outils/meteo.css');


.explication {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* Sépare les éléments à gauche et à droite */
    /* Aligne en haut de chaque bloc */
    position: relative;

}

.explication p {
    width: calc(50% - 12.5px);
    margin: 0;
    padding: 0;
}


/* Style de la section principale pour diviser en deux colonnes et arrondir les coins */
.figma-section {
    display: flex;
    width: 100%;
    /* Largeur totale de la section */
    height: 700px;
    /* Prend toute la hauteur de l'écran */
    overflow: hidden;
    /* Cache les débordements pour garder les coins arrondis */
    background-color: #1b1b1b;
    /* Couleur de fond */
}

/* Partie gauche avec l'image */
.figma-image-side {
    flex: 2;
    /* Prend 50% de la largeur */
    background-color: var(--greymouvaplan);
    background-image: url('../../image/mouvaplan/planfigma.avif');
    /* Lien vers votre image */
    background-size: cover;
    /* L'image couvre toute la partie */
    background-position: center;
    /* Centrage de l'image */
    display: flex;
    justify-content: center;
    align-items: center;
    /* Centrage vertical et horizontal du texte */
}

.bigtrybutton {
    color: var(--vertmarquedeux);
    background-color: var(--vertmarque);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3rem;
    border-radius: var(--anglebouton);
    transition: 0.1s ease-in-out;
    font-weight: bold;
    text-transform: uppercase;
    gap: 0.75rem;

}

.bigtrybutton:hover {
    background-color: white;
    color: black;
}


/* Partie droite avec fond coloré */
.figma-content-side {
    flex: 1;
    /* Prend 50% de la largeur */
    background-color: #1b1b1b;
    /* Couleur de fond */
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-content: center;
    gap: 25px;
    padding-right: var(--espacecote);
    padding-bottom: var(--espacecote);
}


.figma-content-side p strong {
    font-weight: bold;
    font-family: "IBM Plex Mono", monospace;
    font-size: 1rem;
    letter-spacing: 0.02rem;
}

.font-presentation {
    font-family: 'Satoshi', sans-serif;
    background-color: #f5f5eb;
    padding: 40px;
    max-width: 600px;
    margin: auto;
    text-align: left;
}

/* Style pour le nom de la police */
.font-name {
    font-size: 48px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

/* Style pour l'exemple de texte de la police */
.font-sample,
.font-sample-numbers {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 5px 0;
}

/* Style pour les différentes variantes de police */
.font-styles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.font-style {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.font-example {
    font-size: 24px;
    margin: 0;
    color: #333;
}

.style-name {
    font-size: 16px;
    color: #666;
}

/* Description */
.font-description {
    font-size: 18px;
    color: #333;
}

.presentionfont {
    display: flex;
    /* Utilise Flexbox pour l'alignement */
    justify-content: space-between;
    /* Espace entre les colonnes */
    /* Prend toute la largeur */
    gap: 20px;
}

.presentionfont p {
    margin-top: 0px;
}

.presenationfontdroite {
    border-radius: var(--anglesprojets);
    background-color: #B3E3A2;
    padding: 20px 40px;
    min-width: 60%;
}

.presenationfontdroite h1 {
    padding: 0;
    margin: 0;
}


.font-sample {
    font-size: 20px;
    /* Taille de la police d'exemple */
    color: #FFFCE2;
    /* Couleur du texte */
}

.titremouvaplan {
    padding: 0px;
    font-family: 'Erica One', sans-serif;
    color: white;
    font-size: 9rem;
    opacity: 1;
}

.Ericaone p {
    font-family: "IBM Plex Mono", monospace;
}

.Ericaone H1 {
    font-family: 'Erica One', sans-serif;
    color: #3B7958;
    font-size: 3rem;
}

.leslettresErica p {
    font-family: 'Erica One', sans-serif;
    color: #3B7958;
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 0.9;

}

.Interblack p {
    font-family: "IBM Plex Mono", monospace;
}


.Interblack H1 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #3B7958;
    font-size: 2rem;
    color: #3B7958;
    margin-bottom: 10px;
}

.leslettresInterblack p {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    color: #3B7958;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 1;

}


.Inter p {
    font-family: "IBM Plex Mono", monospace;
}


.Inter H1 {
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    color: #3B7958;
    font-size: 25px;
    padding-bottom: 10px;
}

.leslettresInter p {
    font-family: 'Inter', sans-serif;
    color: #3B7958;
    letter-spacing: -1px;
    margin-bottom: 10px;
    line-height: 1;

}

.style-name {
    font-family: 'Arial', sans-serif;
    /* Changez 'Arial' par la police de votre choix */
    font-size: 16px;
    /* Taille de la police pour le nom de style */
    color: #000000;
    /* Couleur noire */
}

.marckers {
    display: flex;
    border-radius: var(--anglesprojets);
    justify-content: space-between;
    padding: 50px;
    align-items: center;
    background-color: var(--greymouvaplan);
}

.mouvaplanicons {
    display: flex;
    flex-direction: column;
    border-radius: var(--anglesprojets);
}

.mouvaplanicons>img {
    max-height: 50vh;
    object-fit: cover;
    filter: grayscale(1);
    border-radius: 0px 0px 25px 25px;
}

.telmouvaplan {
    margin-top: 40px;
    background-color: var(--greymouvaplan);
    border-radius: var(--anglesprojets);
    display: flex;
    padding: 50px;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.telgroupe {
    height: auto;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    justify-items: center;
    align-items: center;
    gap: 5px;
    width: 30%;
    position: relative;
}

.telgroupe img {
    max-height: 80vh;
    object-fit: contain;
}

.telgroupe span {
    transition: 0.3s ease-in-out;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.192);
}

.marckers img {
    width: calc(20% - 50px);
    scale: 1;
    transition: 0.3s ease;
    border-radius: 50%;
}

.marckers img:hover {
    scale: 1.1;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.101);
}

.boutontry {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
}

@media (max-width: 768px) {
    .explication p {
        width: 100%;
    }

    .presentation-50-50 {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .presentation-50-50 img {
        width: 100%;
    }

    .presentionfont {
        flex-direction: column;
    }

    .presentation-app2 {
        flex-direction: column;
    }

    .presentation-app2 img {
        height: 300px;
    }

    .marckers {
        display: flex;
        border-radius: 25px 25px 0px 0px;
        align-items: center;
        padding: 20px;
        background-color: var(--greymouvaplan);
    }

    .marckers img {
        width: 18%;

    }

    .figma-image-side {
        flex: none;
        background-color: var(--greymouvaplan);
        background-image: none;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
        width: 0px;
    }

    .figma-content-side {
        width: 100%;
        flex: none;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        padding: 0px 30px;
    }

    .figma-content-side p {
        color: #000000;
        width: 100%;
    }

    .figma-section {
        display: flex;
        width: 100%;
        height: auto;
        overflow: auto;
        display: none;
    }

    .carte iframe {
        height: 300px;
    }

    .tri-images {
        gap: 30px;
        padding: 0;
        flex-direction: column;
    }

    .panneauqrcode {
        border-radius: 20px;
        width: 350px;
        height: 350px;
    }

    #boutontry {
        display: none;
    }

}