/* ----------------- */

/* HEADER */

@media screen and (min-width: 1024px) {

    .header-desktop {
        display: block;
    }

    .header-smartphone {
        display: none;
    }
}


/* --------------------- */

/* ACCUEIL */

@media screen and (min-width: 750px) {
    .flex-accueil{
        flex-direction: row-reverse;
        gap: 5px;
    }

    .title_content-accueil h1{
        font-size: 26px;
    }
    
    .title_content-accueil p{
        font-size: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .flex-accueil{
        gap: 100px;
    }

    .illustration-accueil img{
        width: 400px;
        height: auto;
    }

    .title-accueil{
        gap: 50px;
    }

    .title_content-accueil h1{
        font-size: 30px;
    }
    
    .title_content-accueil h1::before{
        height: 70px;
    }
    
    .title_content-accueil p{
        font-size: 14px;
    }

    .button_app-accueil{
        gap: 10px;
        width: 220px;
        height: 45px;
        border-radius: 10px;
    }
    
    .button_app-accueil img{
        width: 16px;
        height: auto;
    }
    
    .button_app-accueil p{
        font-size: 14px;
    }

    .scroll_mouse-accueil{
        display: flex;
    }
}



/* --------------------- */

/* A PROPOS */

@media screen and (min-width: 775px) {
    .title_presentation-apropos h1{
        font-size: 19px;
    }

    .item_presentation-apropos{
        padding: 40px;
        height: 330px;
    }

    .title_item_presentation-apropos{
        flex-direction: column;
    }

    .title_item_presentation-apropos.img_right{
        flex-direction: column;
    }

    .title_item_presentation-apropos img{
        width: 120px;
        height: auto;
    }
    
    .title_item_presentation-apropos h1{
        font-size: 17px;
    }
    
    .content_item_presentation-apropos p{
        font-size: 12px;
    }

    .button_presentation-apropos{
        width: 180px;
        height: 35px;
        border-radius: 10px;
    }
    
    .button_presentation-apropos p{
        font-size: 12px;
    }

}

@media screen and (min-width: 1024px) {
    .title_presentation-apropos h1{
        font-size: 21px;
    }

    .item_presentation-apropos{
        padding: 40px;
        height: 380px;
    }

    .title_item_presentation-apropos img{
        width: 150px;
        height: auto;
    }
    
    .title_item_presentation-apropos h1{
        font-size: 19px;
    }
    
    .content_item_presentation-apropos p{
        font-size: 14px;
    }

    .button_presentation-apropos{
        width: 200px;
        height: 40px;
        border-radius: 10px;
    }
    
    .button_presentation-apropos p{
        font-size: 13px;
    }

}




/* --------------------- */

/* FONCTIONNALITÉES */


@media screen and (min-width:775px) {

    .article_feature-apropos{
        gap: 60px;
    }
    
    .item_feature-apropos{
        gap: 30px;
    }

    .illustration_item_feature-apropos img{
        width: 180px;
        height: auto;
    }
    
    .content_item_feature-apropos{
        gap: 25px;
    }

    .title_content_item_feature-apropos h1{
        font-size: 17px;
    }
    
    .title_content_item_feature-apropos p{
        font-size: 13px;
    }
    
    .button_app-apropos{
        width: 180px;
        height: 35px;
        border-radius: 10px;
    }
    
    .button_app-apropos img{
        width: 13px;
        height: auto;
    }
    
    .button_app-apropos p{
        font-size: 12px;
    }
    
}


@media screen and (min-width:1024px) {

    .item_feature-apropos{
        gap: 60px;
    }

    .illustration_item_feature-apropos img{
        width: 200px;
        height: auto;
    }
    
    .content_item_feature-apropos{
        gap: 25px;
    }

    .title_content_item_feature-apropos h1{
        font-size: 19px;
    }
    
    .title_content_item_feature-apropos p{
        font-size: 14px;
    }
    
    
}


/* --------------------- */


@media screen and (min-width:775px) {
    .trait_separation-aproposandaccess{
        margin-top: 100px;
        margin-bottom: 60px;
    }
}


/* ACCEDER A L'APPLICATION */


@media screen and (min-width:775px) {
    .title-access{
        gap: 15px;
    }

    .title-access h1{
        font-size: 17px;
    }
    
    .title-access p{
        font-size: 13px;
    }

    .article_phone_top-access{
        gap: 30px;
    }

    .illustration_phone-access img{
        width: 120px;
        height: auto;
    }
    
    .content_phone-access p{
        font-size: 13px;
    }
    
    .article_phone_bottom-access h1{
        font-size: 16px;
    }
    
    .article_phone_bottom-access ul{
        margin-left: 30px;
    }
    
    .article_phone_bottom-access ul li{
        font-size: 13px;
    }

}


@media screen and (min-width:1024px) {
    .title-access h1{
        font-size: 19px;
    }
    
    .title-access p{
        font-size: 14px;
    }

    /* .article_phone-access{
        display: none;
    }

    .article_desktop-access{
        display: flex;
    } */
}



/* --------------------- */

/* NOTRE ÉQUIPE */

@media screen and (min-width:775px) {
    .item_article-equipe{
        gap: 15px;
    }

    .title-equipe h1{
        font-size: 17px;
    }

    .illustration_item_article-equipe img{
        width: 135px;
        height: 180px;
    }

    .content_item_article-equipe h1{
        font-size: 16px;
    }
    
    .content_item_article-equipe h2{
        font-size: 13px;
    }

    .mail_item_article-equipe{
        font-size: 12px;
    }
}


@media screen and (min-width:1024px) {

    .title-equipe h1{
        font-size: 19px;
    }

    .illustration_item_article-equipe img{
        width: 145px;
        height: 190px;
    }

    .content_item_article-equipe h1{
        font-size: 17px;
    }
    
    .content_item_article-equipe h2{
        font-size: 14px;
    }

    .mail_item_article-equipe{
        font-size: 13px;
    }
}



/* --------------------- */

/* CONTACT */

@media screen and (min-width:775px) {
    .title-contact h1{
        font-size: 17px;
    }

    .container_form-contact input {
        width: 100%;
        height: 50px;
        border-radius: 15px;
        font-size: 13px;
    }
    
    .container_form-contact textarea {
        width: 100%;
        height: 220px;
        border-radius: 15px;
        font-size: 13px;
    }

    .container_form_button-contact button {
        width: 115px;
        height: 37px;
        font-size: 12px;
    }
}


@media screen and (min-width:1024px) {
    .title-contact h1{
        font-size: 19px;
    }
}



/* --------------------- */

/* FOOTER */

@media screen and (min-width:775px) {
    .flextop_content-footer img{
        width: 36px;
        height: auto;
    }
    
    .flextop_content-footer p{
        font-size: 17px;
    }
    
    .flexbottom_content-footer p{
        font-size: 11px;
    }
}


    
