@media (max-width: 1253px) {
    #illustration-main-section{
        display: none;
    }

    #main-section{
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: unset;
    }

    #main-section div:first-child{
        width: 80%;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 1195px) {

    #header{
        flex-direction: column;
    }

    #header div {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

        /**/
    #formulaire {
        padding-left: 50px !important;
        width: 40%!important;
        margin: auto!important;
        margin-top: 50px !important;
        margin-bottom: 25px !important;
    }

    .f2pl, .fl, .fl-error {
        flex-direction: column;
        padding-top: 0px !important;
        justify-content: center;
        align-items: center;
    }

    .f2pl select, .f2pl div, .f2pl input, .fl-error div, #tel input {
        width: 70%;
        margin-right: 0px;
        margin-top: 15px;

    }

    .f2pl select:first-child, .f2pl input:first-child, .fl-error div:first-child {
        margin-right: 0px;
    }

    /**/

    #header h1 {
        width: 100%;
        font-size: 30px;
    }

    #header p{
        width: 90%;
        margin: 0 auto;
    }

    h2{
        font-size: 25px;
    }

    p{
        font-size: 15px;
    }

    #main-right{
        display: none;
    }

    #main-left{
        width: 100%;
        padding-right: 0;
    }

    #text-end{
        width: 80%;
    }

    footer p{
        text-align: center;
    }
}


@media (max-width: 890px) {
    .f2pl select, .f2pl div, .f2pl input, .fl-error div, #tel input {
        width: 85%;
    }
}

@media (max-width: 610px) {

    /**/
    #formulaire {
        width: 70% !important;
    }
    /**/

    #texte-main-header{
        width: 80%;
    }

    #texte-main-header h1{
        font-size: 45px;
    }

    #texte-main-header p{
        font-size: 30px;
    }

    #background{
        font-size: 20px;
    }

    #page1{
        width: 80%;
    }

    #page1, #page2 {
        margin-top: 75px;
    }

    #main-section div:first-child img{
        width: 300px;
    }

    .dropdown{
        /*display: unset !important;*/
        visibility: visible !important;
    }
}

@media (max-width: 571px) {

    /**/
    .f2pl select, .f2pl div, .f2pl input, .fl-error div, #tel input {
        width: 95%;
    }
    /**/

    nav div:nth-child(2){
        display: none;
    }

    nav{
        justify-content: center;
    }

    nav a{
        width: unset;
    }

    .selected-blog button {
        margin-top: 5px;
        margin-bottom: 0;
        margin-left: 5px;
    }
    .selected-blog {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

}

