@media only screen and (max-width:800px) {
    /* page d'accueil */
    #a-mob {
        display: block;
    }

    #a-desk {
        display: none;
    }

    #a-mob #section-1-mob {
        background: #9BD1E9 !important;
        margin: 0;
        margin-top: 70px;
        width: 100%;
    }

    #a-mob #section-1-mob .titre-acc {
        padding-top: 7px;
    }

    #a-mob #section-1-mob .titre-acc p {
        font-style: normal;
        font-size: 24px;
        font-family: Nexa-Light;
        line-height: normal;
    }

    #a-mob #section-1-mob .titre-acc .bold {
        font-family: Nexa-bold;
    }

    #a-mob #section-1-mob .image-pc-mob {
        display: flex;
    }

    #a-mob #section-1-mob .image-pc-mob .eclipse-mob {
        width: 137px;
        height: 103px;
        margin-left: -130px;
        margin-top: 76px;

    }

    #a-mob #section-1-mob .image-pc-mob .pc-mob {
        width: 342px;
        height: 239px;
        flex-shrink: 0;
        z-index: 10;
    }

    #a-mob #section-1-mob .liste-acc-mob {
        margin-top: 18px ;
        margin-bottom: 15px;
    }

    #a-mob #section-1-mob .liste-acc-mob .vector-mob {
        display: flex;
        margin-top: 8px ;
    }

    #a-mob #section-1-mob .liste-acc-mob .vector-mob p {
        font-size: 19px;
        font-family: Nexa-Light;
        font-style: normal;
        line-height: normal;
        margin-left: 11px;
    }
    #a-mob #section-1-mob .liste-acc-mob svg {
        margin-top: 0.5px;
    }

    /* section 2 */

    #a-mob #section-2-mob {
         width: 100%;
         background: #FBEEB9;
    }

    #a-mob #section-2-mob .titre-log-mob {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #a-mob #section-2-mob .titre-log-mob p {
        text-align: center;
        font-size:24px;
        color: #6CC0F1;
        font-family: Nexa-Bold;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-2-mob .abonnement-mob {
        margin-top: 10px;
    }

    #a-mob #section-2-mob .abonnement-mob p {
        color: #000;
        font-family: Nexa-bold;
        font-size: 19px;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-2-mob .btn-mob-acc {
        margin-top: 32px;
        margin-bottom: 25px;
    }

    #a-mob #section-2-mob .btn-mob-acc a {
        color: #000;
        font-size: 17px;
        font-family: Nexa-Bold;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-2-mob .btn-mob-acc button {
        border-radius: 5px;
        border: none;
        background: var(--3, #F9BE1D);
        padding: 6px 10px 6px;
    }

    /* section 3 */

    #a-mob #section-3-mob {
        margin-top: 17px;
        width: 100%;
        overflow: hidden;
    }

    #a-mob #section-3-mob .titre-liste-log-mob {
        justify-content: center;
        text-align: center;
    }

    #a-mob #section-3-mob .titre-liste-log-mob p {
        color: #000;
        font-family: Nexa-Bold;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-3-mob .bloc-log-mob {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 520px;
        margin-left: -65px;
        margin-top: 29px;
    }

    #a-mob #section-3-mob .bloc-log-mob .colonne {
        width: 162px;
        height: 183px;
        background: #286796;
        margin-right: 5px;
        margin-top: 12px;
        border-radius: 20px;
    }

    #a-mob #section-3-mob .bloc-log-mob .colonne p {
        color: #FFF;
        font-family: Nexa-Bold;
        font-size: 15px;
        line-height: normal;
        font-style: normal;
    } 

    #a-mob #section-3-mob .bloc-log-mob .l-log {
        background: #002E47;
    }

    #a-mob #section-3-mob .bloc-log-mob .b-log {
        background: #F9BE1D;
    }

    #a-mob #section-3-mob .bloc-log-mob .line-mob {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        margin-right: 17px;
        margin-left: 10px;
    }

    #a-mob #section-3-mob .bloc-log-mob .line-mob .bleu-mob {
        width: 4px;
        height: 53px;
        border-radius: 2px;
        background: var(--texte-couleur-titre, #59C0F0);
    }

    #a-mob #section-3-mob .bloc-log-mob .line-mob .jaune-mob {
        width: 4px;
        height: 53px;
        border-radius: 2px;
        background: var(--3, #F9BE1D);
        margin-top:6px;
    }

    #a-mob #section-3-mob .bloc-log-mob .admin-mob img {
        margin-top: 50px;
    }

    #a-mob #section-3-mob .bloc-log-mob .admin-mob p {
        margin-top:20px ;
    }

    #a-mob #section-3-mob .bloc-log-mob .img-mob-liste {
        margin-top: 5px;
    } 

    #a-mob #section-3-mob .bloc-log-mob .img-mob-liste img {
        padding-top: 5px;
    }

    #a-mob #section-3-mob .bloc-log-mob .gestion-mob, .rh-mob p {
        margin-top: 5px;
    }

    #a-mob #section-3-mob .bloc-log-mob .gestion-mob {
        margin-top: 10px;
    }

    #a-mob #section-3-mob .bloc-log-mob .comm-mob .img-mob-liste{
        margin-top: 20px;
    }

    #a-mob #section-3-mob .bloc-log-mob .comm-mob .img-mob-liste p {
        margin-top: 10px;
    }

    #a-mob #section-3-mob .bloc-log-mob .bureau-mob .img-mob-liste {
        margin-top: 20px;
    }

    #a-mob #section-3-mob .bloc-log-mob .bureau-mob .img-mob-liste p {
        margin-top: 10px;
    }

    #a-mob #section-3-mob .choix-manao-mob {
        margin-top: 36px;
    }

    #a-mob #section-3-mob .choix-manao-mob .titre-choix-mob p {
        font-family: Nexa-Bold;
        font-size: 19px;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-3-mob .choix-manao-mob .sev-3 {
        display: flex;
        flex-direction: row;
        margin-top: 15px;
        margin-left: -32px; 
        justify-content: center;  
    }

    #a-mob #section-3-mob .choix-manao-mob .item {
        margin-left: 60px;
    }

    #a-mob #section-3-mob .choix-manao-mob .item img {
        margin-left: 10px;
    }

    #a-mob #section-3-mob .choix-manao-mob .item p {
        text-align: center;
        margin-left: -10px;
        font-family: Nexa-Bold;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        margin-top: 5px;
    }

    /* section 4 */
    #a-mob #section-4-mob {
        width: 100%;
        background: #9BD1E9;
    }

    #a-mob #section-4-mob .container {
        display: flex;
    }

    #a-mob #section-4-mob .content-img-mob {
        margin-top: 74px;
    }

    #a-mob #section-4-mob .content-phrase-mob {
        margin-bottom:12px ;
    }

    #a-mob #section-4-mob .content-phrase-mob h3 {
        color: #000;
        font-family: Nexa-Bold;
        font-size: 19px;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-4-mob .content-phrase-mob p {
        font-family: Nexa-Light;
        font-size: 15px;
        font-style: normal;
        line-height: 100%;
        color: #000;
        
    }

    #a-mob #section-4-mob .content-phrase-mob a {
        color: #000;
        font-family: Nexa-Bold;
        font-style: normal;
        font-size: 10px;
        line-height: normal;
    }

    #a-mob #section-4-mob .content-phrase-mob button {
        border-radius: 5px;
        background: #F9BE1D;
        border: none;
        padding: 4px 11px 4px;
    }

    /* section 5 */

    #a-mob #section-5-mob {
        width: 100%;
        margin-top: 24px;
    }

    #a-mob #section-5-mob .container .sect-mob {
        display: flex;
        justify-content: center;
        margin-top: 13px;
    }

    #a-mob #section-5-mob .container .sect-mob img {
        width: 70px;
        height: 70px;
    }

    #a-mob #section-5-mob .container .sect-mob .regroup-text-mob {
        margin-left: 20px;
        margin-top:10px;
    }

    #a-mob #section-5-mob .container h4 {
        color: #6CC0F1;
        font-family: Nexa-Bold;
        font-size: 19px;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-5-mob .container p {
        color: #000;
        font-family: Nexa-Light;
        font-size: 17px;
        font-style: normal;
        line-height: 100%;
    }

    #a-mob #section-5-mob .container h5 {
        color: #F9BE1D;
        font-family: Nexa-bold;
        font-size: 15px;
        font-style: normal;
    }

    #a-mob #section-5-mob .container .para-mob {
        display: none;
    }

    #a-mob #section-5-mob .container .cacher-mob {
        margin-top: -7px;
    }

    #a-mob #section-5-mob .container .voir-moins-mob {
        display: none;
    }

    #a-mob #section-5-mob .container .btn-detail-mob {
        text-align: center;
        margin-top: 21px ;
    }

    #a-mob #section-5-mob .container .btn-detail-mob a {
        text-align: center;
        color: #000;
        font-family: Nexa-Bold;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-5-mob .container .btn-detail-mob button {
        border: 1px solid #000;
        background: none;
        padding: 10px 28px 10px;
    }


    /* section 6 */
    #a-mob #section-6-mob {
        background: #9BD1E9;
        margin-top: 22px;
    }

    #a-mob #section-6-mob .utilisateur-mob{
        padding-top: 9px;
        padding-bottom: 10px;
    }

    #a-mob #section-6-mob .utilisateur-mob p {
        font-family: Nexa-Bold;
        font-size: 19px;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-6-mob .utilisateur-mob span {
        margin-left: 15px;
    }

    #a-mob #section-6-mob .utilisateur-mob a {
        color: #FFF;
        font-family: Nexa-Bold;
        font-size: 17px;
        font-style: normal;
        line-height: normal;
    }

    #a-mob #section-6-mob .utilisateur-mob button {
        border: none;
        background: #F9BE1D;
        padding: 2px  17px 2px;
        border-radius: 5px;
    }

    /* section 7 */

    #a-mob #section-7-mob {
        width: 100%;
        justify-content: content;
        overflow: hidden;
        margin-bottom: 40px;
    }

    #a-mob #section-7-mob .container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 520px;
        margin-left: -60px;
    }

    #a-mob #section-7-mob .conteneur-img-mob {
        width: 115px;
        margin-top: 10px;
        margin-left: 20px;
    }

    #a-mob #section-7-mob .conteneur-img-mob img {
        width:100%;
        /* margin-top: 10px; */
        padding-top: 30px ;
    }




}