/* ________________________________ */
/*              Reset BsT           */
.home .summup p {
    margin-top: 0;
    margin-bottom: 0;
}

.home .summup h1, .home .summup h2, .home .summup h3,
.home .chekpoint h4 {
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
}


/*--------------------------------------------*\
                    ACCUEIL 
/*--------------------------------------------*/


/* _________________________ */
/*            Commun           */
.home .recherche {
    /* background-color: violet; */
    background: url(/assets/img/bg-indep.webp) no-repeat center / cover;
    /* background-size: cover; */
    min-height: 100%;
    width: 100%;
}

/*            Commun             */
/* ___________________________ */




/* _________________________________ */
/*            non logué only           */
.home  {
    background-color: #fff;
}

.home .summup {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    color: var(--another-gray);
}

.home .summup .bold {
    font-family: 'Roboto Bold';
    font-weight: normal;
}

.home .large1 {
    max-width: 780px; 
    padding: 0 10px;
    margin: 0 auto;
}

.home .large2 {
    max-width: 625px; 
    padding: 0 10px;
    margin: 0 auto;
}

.home .summup h2 {
    background-color: var(--main-color_freelance);
    border-radius: 20px 20px 0 0;

    position: relative; /* pour placer le titre au dessus */
    z-index: 10;
    margin: -45px auto 80px; 
    height: 45px;

    font-family: 'Roboto', sans-serif;;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    max-width: 280px;
    line-height: 16px;

    display: flex; /* pour aligner le texte verticalement */
    align-items: center;
    justify-content: center;
}

.home .summup h2 a {
    color: #fff;
    text-decoration: none;
}

.home .summup h2 a:hover, 
.home .summup h2 a:visited {
    color: #fff;
    text-decoration: none;
}


.home .summup h3 {
    margin-top: 40px;
    font-family: 'Roboto Bold';
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 1px;
    color: var(--main-color_freelance);
}

.home .summup h3 .ssTitre {
    display: block;
    font-size: 20px;
}

.home .chekpoint h4 {
    font-family: 'Roboto Meduim';
    font-size: 15px;
    text-transform: uppercase;
    color: var(--another-gray);
    align-self: center;
    margin-left: 20px;
    font-size: 15px;
}

.home .summup p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
}

.home .summup p.accroche {
    margin-top: 40px;
}

.home .chekpoint {
    /* background-color: rgb(241, 77, 159); */

    max-width: 900px;
    margin: 30px auto;
    padding: 0 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: space-between;
    row-gap: 30px;
}

.home .chekpoint > section {
    /* background-color: cadetblue; */
    flex: 0 0 380px;
    display: flex;
    flex-flow: row nowrap;
}

.groupe-CTA-2bt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
    text-align: center;
    gap: 20px 80px;
}

.chekpoint .groupe-CTA-2bt a {
    text-decoration: none;
    font-family: 'Roboto Meduim';
    border-radius: 30px;
    padding: 10px 30px;
}

.chekpoint .groupe-CTA-2bt a.bt-acces-gratuit {
    line-height: 20px;
}

/*            //non logué only           */
/* ___________________________________ */



