@media screen and (min-width: 320px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }

    .cat_file {
        border: 3px solid white;
        display: flex;
        flex-flow: column wrap;
    }

    .file_display {
        display: flex;
        justify-content: space-between;
        flex-flow: row-reverse nowrap;
        align-items: baseline;

    }

    #actif {
        margin: auto 0;
        padding-right: 5px;
        font-family: "Roboto-Regular",sans-serif;
    }

    .file_display .text-file {
        margin: auto 0;
        padding: 5px;
        color: #F8646D;
        font-family: "Roboto-Regular",sans-serif;
    }

    .step {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .section_step {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .step__text {
        text-align: center;
        font-family: "Roboto-Regular", sans-serif;
    }

    .footer__nav ul {
        margin: 0;
        padding: 15px 0;
    }

    .footer__nav ul {
        display: inline-block;
    }

    .footer__nav ul li {
        font-family: "Roboto-Regular", sans-serif;
    }
}

.footer__nav {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 500px) {
    .footer__nav ul {
        display: flex;
        justify-content: space-between;
    }

    .footer__nav ul li:nth-of-type(2){
        padding: 0 15px;
    }
}

@media screen and (min-width: 900px) {
    .footer__nav ul {
        justify-content: flex-start;
    }

    .footer__nav ul li {
        margin-right: 20px;
    }
}

@media screen and (min-width: 1052px) {
    .step {
        flex-flow: column wrap;
        justify-content: flex-start;
        justify-self: start;
        align-items: center;
        width: 20%;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        width: 100%;
        max-width: 1392px;
    }
}

.offers__text {
    background-color: #F8646D;

}

.offers__text p {
    padding: 5px;
    color: #F8646D;
    text-transform: uppercase;
    font-family: "Roboto-Regular", sans-serif;
    margin: 0;
}

.step__number {
    width: 35px;
    height: 35px;
    border: 2px solid #222;
    border-radius: 50%;
    padding-left: 11px;
    padding-top: 4px;
    font-family: "Roboto-Regular", sans-serif;
}

.file_label {
    background-color: #F8646D;
    padding: 2px 5px;
    border-radius: 5px;
    color: white;
    margin: auto 0;
    cursor: pointer;
}

.format {
    width: 100%;
    max-width: 500px;
}

.formatFile{
    margin-bottom: 10px;
}

input[type="text"], input[type="email"]{
    border: none;
    margin-bottom: 15px;
    height: 35px;
    padding-left: 5px;
}

input[type="submit"]{
    width: auto;
    max-width: max-content;
    background-color: #222;
    color: white;
    border: none;
    padding: 2px 15px;
    align-self: center;
    text-transform: uppercase;
}

.logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: 70px;
    margin: 25px auto;
}

.banner {
    width: 100%;
    //height: 497px;
}

.error, .errorGeneral {
    color: red;
}

.errorGeneral, .valid {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-family: "Roboto-Regular",sans-serif;
}

.valid {
    color: #F8646D;
}

.condition__offre {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.condition__offre input[type="checkbox"]{
    margin-right: 10px;
    border: none;
}

.condition__offre p {
    color: #222;
}

.condition__offre a, .condition__offre a:hover {
    color: #222;
    text-decoration: underline #222;
}

section {
    margin: 50px 0;
}

form {
    margin: 0;
    font-family: "Roboto-Regular", sans-serif;
}

.form {
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto;
    align-content: center;
}

.participate {
    margin-top: 50px;
}

h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-family: "Roboto-Regular", sans-serif;
}

.file__name {
    display: flex;
    justify-content: flex-end;
}

footer {
    background-color: #222;
    margin-top: auto;
}

.file_input {
    display: none;
}

footer a, footer a:hover {
    color: white !important;
}

footer ul li{
    list-style-type: none;
}

.condition__offre__text {
    font-family: "Roboto-Regular", sans-serif;
    font-style: italic;
    color: gray;
}

.condition__offre__text p:nth-of-type(1){
    margin-top: 25px;
}

.condition__offre__text p:nth-of-type(2){
    margin-bottom: 25px;
}

.condition__offre__text p {
    font-size: 12px;
}

.validDiv, .divErrorGeneral {
    margin-top: 20px;
}

@media screen and (max-width: 1107px) {
    #modalites_page section table {
        width: 100%;
    }
}

@media screen and (min-width: 1108px) {
    #modalites_page section table {
        width: 35%;
    }
}

#modalites_page a, #modalites_page a:hover, #mentions_legales a, #mentions_legales a:hover, #data-perso a, #data-perso a:hover {
    color: #222;
    text-decoration: underline;
}

h1, h2, .section_step {
    color: #222;
}

#modalites_page section table td {
    border: 1px solid #222;
    text-align: center;
}

#modalites_page, #mentions_legales {
    color: #222;
}

body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

#mentions_legales article span {
    font-weight: bold;
}

@media screen and (max-width: 532px) {
    .cache-span {
        display: none;
    }

}

address {
    color: #222;
}

