.idea-popup-container {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-color: var(--FormCouleurFond);
    overflow-y: auto;

    background-size: cover;
}

#IdeaPopup h1 {
    color: var(--FormCouleurCarac);
    text-align: center;
    font-size: var(--FormTailleTitre);
    margin: 10px 0 30px 0;
}
#IdeaPopup .closeAnnexPage {
    position: absolute;
    right: 2vw;
    top: 2vh;
}

#IdeaPopup #IdeaPopupForm {
    position: absolute;
    transform: translate(-50%, -50%) scale(0.63);
    top: 50%;
    left: 50%;
    font-size: var(--FormFontSize);
    background-color: var(--FormCouleurFond);
    text-align: center;
    overflow: hidden;

    max-width: 600px;
    padding: 10px 50px;
}

#IdeaPopupForm3 {
    position: absolute;
    transform: translate(-50%, -50%) scale(0.67);
    top: 50%;
    left: 50%;
    font-size: var(--FormFontSize);
    background-color: var(--FormCouleurFond);
    text-align: center;
    overflow: hidden;

    max-width: 600px;
    padding: 10px 50px;
}

#IdeaPopup .multi-button button {
    height: 50px;
    width: 100px;
    font-weight: bold;
    color: white;
    font-size: var(--FormFontSize);
    border: none;
    margin: -2px;
    padding: 0;
}

#IdeaPopup .container {
    padding: 16px;
}

#IdeaPopup .popup {
    display: none;
    background-color: green;
    width: 100% !important;
    margin: 30px 0;
    padding: 20px;
    border-radius: 25px;
    max-width: unset;
}




#IdeaPopup .popup .content {
    max-height: 100%;
    overflow: auto;
    color: darkgray;
    font-weight: bolder;
}


#IdeaPopup .groupe-container {
    height: 900px;
    background-color: transparent;
}

#IdeaPopup #subjectIdea {
    width: 300px;
    height: 50vh !important;
    font-size: var(--FormFontSizeCarac);
    vertical-align: top;
    padding-top: 20px;
    padding: 40px;
}


@media screen and (max-width:780px) and (max-height:900px) {
    #IdeaPopup .groupe-container {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    #IdeaPopup #IdeaPopupForm {
        transform: scale(1);
        margin: 0 !important;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        max-width: unset;
        min-width: unset;
        padding: 0 !important;
        position: relative;
    }
    #IdeaPopup #IdeaPopupForm .container {
        height: 100%;
    }
    
    #IdeaPopup .popup .content {
        max-height: 100%;
        overflow: auto;
        color: darkgray;
        font-weight: bolder;
    }
    
}

@media screen and (max-width: 767px) {
    #IdeaPopup {
        height: 100%;
    }
}
