/* PAGE SIGNATURE */

    /* Description pour la page */
    .description-sign {
        color: #2D2D2D; 
        font-size: 16px; 
        font-family: Public Sans; 
        font-weight: 400; 
        line-height: 22px;
        word-wrap: break-word;
        width: 468px;
    }

    /* Titre de choix de l'extension */
    .header-extension {
        color: #2D2D2D;
        font-size: 16px;
        font-family: Public Sans;
        font-weight: 700;
        line-height: 22px;
        word-wrap: break-word;
    }

    /* Création de logo en horizontale.*/
    .download-extension {
        flex: 1 1 0; 
        margin-right: 15px;
        padding-top: 20px; 
        padding-bottom: 15px; 
        padding-left: 15px; 
        padding-right: 15px; 
        border-radius: 8px; 
        border: 1px #DADADA solid; 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: center; 
        gap: 15px; 
        display: inline-flex
    }

    /* Attribuer un nom en dessous de l'image*/
    .label-browser {
        text-align: center; 
        color: #2D2D2D; 
        font-size: 16px; 
        font-family: Public Sans; 
        font-weight: 400; 
        line-height: 22px;
        word-wrap: break-word
    }

    /* Petite description afficher en dessous du header extension */
    .download-description {
        color: #2D2D2D; 
        font-size: 13px; 
        font-family: Public Sans; 
        font-weight: 400; 
        line-height: 19px; 
        letter-spacing: 0.03px; 
        word-wrap: break-word
    }

    /* Création d'un bouton retour */
    .btn-return {
        color: #222222;
        font-size: 14px;
        font-weight: bold;
        font-style:underline;
        text-decoration: underline;
        display: block;
    }

    /* Permet d'afficher le text du bouton retour */

    .text-back {
        color: #0B0B0B;
        font-size: 14px;
        font-family: Public Sans;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.07px;
        word-wrap: break-word
    }

    .privacy-text {
         color: var(--Text-Main, #2D2D2D);
        font-family: "Public Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

    .privacy-subtitle {
        color: var(--Text-Main, #2D2D2D);
        font-family: "Public Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px; 
        letter-spacing: 0.038px;
    }
/*---------------------------------*/

