.hidden {
    display: none !important;
}

.message_return {
    margin: 2rem 0;
}

.success {
    color: white;
    background: green;
    font-weight: bold;
}

.warning {
    color: white;
    background: red;
    font-weight: bold;
}

#contribution {
    padding: 4rem 2rem 0rem 2rem;
    width: auto;
    height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    background-color: var(--color-secondary);
    font-size: 1rem;
}

.box-contribution {
    padding: 2rem;
    background: var(--color-primary);
    box-shadow: 1px 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    height: auto;
    width: 75vw;
}

.mail {
	color: black
}
.mail:hover {
	color: grey;
}

legend {
    /* background: black; */
    /* color: white; */
    padding: 1rem;
    margin-left: -1rem;
    font-weight: bold;
}

fieldset {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 1rem;
}

fieldset>fieldset {
    padding-left: 0rem;
    padding-right: 0rem;
}

fieldset p {
    display: flex;
    margin: .5rem 1rem;
    margin-left: 0rem;
}

label {
    margin-right: .5rem;
}

.input_button {
    margin-left: .5rem;
    margin-bottom: .5rem;
		text-transform: lowercase;
}

.fieldset-session {
    border-top: 1px solid;
}

h2 {
    font-weight: normal;
}

.no-flex {
    /* display: block; */
}

.no-flex>* {
    width: 100%;
    padding: .5rem 0;
    display: flex;
    flex-wrap: wrap;
}

.border {
    border-top: 1px solid;
}

#form_screenshots {
    min-height: 400px;
}

.inputfile {
    background: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-left: 2rem;
}

#container_images {
    display: flex;
    flex-wrap: wrap;
}

.image_upload {
    width: 33%;
    padding: 1rem;
    margin: .5rem;
    outline: 1px solid gray;
    border-radius: 1rem;
}

.message_return {
    margin: 2rem 0;
}

label,
input,
p,
h2,
div {
    font-size: 1rem !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

figure {
    width: 100%;
    margin: 0px;
}

.form_screenshot figure img {
    width: 100%;
    min-height: 200px;
}

.close {
    margin-top: 1rem;
}

.close:hover {
    background: red;
    color: white;

}

#btn_submit:disabled {
    opacity: .5;
}

#btn_submit:not([disabled]):hover {
    background: green;
    color: white;
}

/* --------> RESPONSIVE */
@media screen and (max-width: 1025px) {
    .box-contribution {
        width: 85vw;
    }

}

@media screen and (max-width: 530px) {

    .box-contribution {
        background-color: var(--color-secondary);
        padding: 0;
        box-shadow: 0px 0px 0px 0px #ccc;
        width: 85vw;

    }

    .image_upload {
        width: 80% !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.555) {

    .contribution,
    #contribution,
    .box-contribution {
        background-color: var(--color-secondary);
    }

    .box-contribution {
        padding: 0;
        box-shadow: 0px 0px 0px 0px #ccc;
        width: 85vw;


    }

    .image_upload {
        width: 90% !important;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2.625) {

    .contribution,
    #contribution,
    .box-contribution {
        background-color: var(--color-primary);

    }

    .box-contribution {
        padding: 0;
        box-shadow: 0px 0px 0px 0px #ccc;
        width: 85vw;
        margin-bottom: 5vh;
    }

    #btn_submit:disabled {
        background-color: var(--color-secondary);
    }

    .image_upload {
        width: 90% !important;
    }
}



@media only screen and (max-width: 530px) and (orientation: landscape) {

    .contribution,
    #contribution,
    .box-contribution {
        background-color: var(--color-secondary);
    }

    .image_upload {
        width: 90% !important;
    }

    .box-contribution {
        padding: 0;
        box-shadow: 0px 0px 0px 0px #ccc;
        width: 85vw;
    }

}
