:root {
    --bleu-ciel: #B4F9FF;
    --canard: #033456;
}

body {
    margin: 0;
    font-family: 'calibri';
    color: #033456;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

header {
    background: #ffffff;
    width: 100%;
    /* height: 102px; */
    height: 10vh;
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 10;
    /* box-shadow: 1px 1px 30px #cbfbff; */
    /* opacity: 98%; */
    /* filter: blur(0.1rem); */
    box-shadow: #80808080 0 0 3px;
    font-family: 'Montserrat', sans-serif;
}



#home_button {
    /* width: auto; */
    height: 100%;
    /* background: #7daf80; */
    justify-self: start;
    align-self: flex-start;
    padding: 0 200px;
    /* position: relative; */
    /* left: 200px; */
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end   ;
    align-items: center;
    color: white;
    /* background: #000; */
    width: 100%;
    font-size: 1rem;
    gap: 2rem;
    /* margin: 0 50px; */
    margin-right: 2rem;

}

.navbar>.menu-items {
    color: var(--canard);
    text-decoration: none;
    /* transition: 0.5s; */
    font-weight: 600;
    transition: 0.2s;
    /* background: #000; */
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
}

.navbar>.menu-items:hover {
    /* text-decoration: underline; */
    transition: 0.1s;
    background: var(--canard);
    color: white;
    border-radius: 10px;

}

/* ------------- accueil ------------- */

#second{
    min-height: 60vh;
    width: 100vw;
    /* background: var(--bleu-ciel); */

    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* gap: 30px; */
    align-items: center;
    gap: 5rem   ;
    padding-top: 2rem;
}

#contenu_second{
    
}


#bloc_choix{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

#bloc_second{
    max-width: 500px;
    max-height: 300px;
    /* background: #000; */

}

#bloc_second h2{
    /* font-size: 3rem; */
}

.cadre_second{
    width: 360px;
    height: 360px;
    border: var(--canard) 2px solid;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    filter: grayscale(80%);
}

.cadre_second h3{
    filter: blur(0px);
    /* background-image: url(images/); */
}

.conciergerie{
    background-image: url(images/sousloc.svg);
}

.sous_location{
    background-image: url(images/payer.svg);
}

.conciergerie:hover{
    /* background-image: url(images/sousloc.svg); */
    filter: grayscale(0);
}

.sous_location:hover{
    /* background-image: url(images/payer.svg); */
    filter: grayscale(0);
}



/* .conciergerie{background-image: url(images/sousloc.svg);}
.sous_location{background-image: url(images/payer.svg);} */

#second a{
    /* background: #a33f3f; */
    text-decoration: none;
    color: var(--canard);
    /* width: 360px; */
}

.conciergerie:hover{
    filter: blur(0px);
    
}

.background_image{
    /* background: #000; */
    position: absolute;
    width: 100%;
    height: 100%;
}

.cadre_second:hover{
    color: white;
    background-color: var(--canard);
    transition: 0.2s;
}

#third{
    min-height: 80vh;
    width: 100vw;
    /* background: var(--bleu-ciel); */

    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* gap: 30px; */
    align-items: center;
}

#contenu_third{
    /* background: #000; */
    width: 75%;
    height: 500px;
    display: flex;
    flex-direction: row;
    justify-content: center;

}



#third_droite h2{

}

/* ----------------------- page conciergerie --------------- */

.first {
    height: 100vh;
    width: 100vw;
    background: var(--bleu-ciel);

    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* gap: 30px; */
    align-items: center;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    /* font-weight: ; */
    font-size: 2.5rem;
    /* background: #000; */
}

.headline {
    font-size: 1.5rem;
    /* background: #000; */
    max-width: 700px;
    /* margin-left: ; */
}

.gauche {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* background: #b56161; */
    height: 100%;
    position: relative;
}



#bandeau_marques img{
    width: 20%;     
    /* height: auto; */
    object-fit: contain;
}

#illu {
    /* scale: 0.2; */
    /* position: relative; */
    /* background: #ffffff; */
    max-width: 800px;
    min-width: 300px;
    /* height: 800px; */
}

/* ----------------------------------------- 2ème section (partie prestas) ----------------------------------------- */

#prestas {
    /* height: 800px; */
    min-height: 100vh;
    background: var(--bleu-ciel);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.texte_presta{
    width: 70%;
    
}

#titre-prestas {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    color: var(--canard);
    /* justify-self: ; */
    /* align-self: baseline; */
    position: relative;
    /* bottom: 50px; */
    /* align-self: ; */
    /* margin: 0; */
    /* background: #000; */
    width: 70%;


}

/* .card_container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    
    
    background: #609d76;
    width: 100%;
    height: 600px;
}

.card{
    border: #033456 solid 2px;
    border-radius: 20px;
    width: 345px;
    height: 446px;
} */

.card_container {
    display: flex;
    flex-direction: column;
    height: 50vh;
    width: 90vw;
    /* background: #ce9292; */
    /* border: solid black 1px; */
    /* margin-top: 50px; */
    justify-self: end;
}

.bloc_un {
    height: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.bloc_deux {
    height: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.card {
    height: 120px;
    width: 450px;
    background: white;
    /* border: solid 2px #8080807c; */
    box-shadow: #80808069 0 0 10px;
    border-radius: 10px;

    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    font-size: 1.3rem;
}

.part-gauche {
    height: 80px;
    width: 80px;
    /* height: auto; */
    /* background: #000; */
    margin: 20px;
    /* margin-right: 10px; */
    object-fit: contain;
}

.image_gauche {
    height: 100%;
    object-fit: cover;
    margin-right: 10px;
    fill: #033456;
}

.description {
    /* background: #82c6d45a; */
    width: auto;
    font-weight: bold;
    color: #29AAE0;
    word-wrap: break-word;
    margin-right: 5px;
}



/* ----------------------------------------- 3ème section (partie question) ----------------------------------------- */


#partie-question {
    color: #ffffff;
    background: var(--bleu-ciel);
    min-height: 30vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;

}

#titre-question {
    /* background: #000; */
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    color: var(--canard);
    /* justify-self: ; */
    /* align-self: baseline; */
    /* position: relative; */
    /* bottom: 80px; */
}

#bouton_contact{
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 20px;
    background: var(--canard);
    border-radius: 10px;
    display: block;
    transition: 0.2s;
}

#bouton_contact:hover{
    background: white;
    color: var(--canard);
    border: solid 1px var(--canard);
    /* transition: 0.2s; */
}

/* ------------------------Partie Tarifs--------------------- */

#titre_tarifs{
    position: relative;
    bottom: 50px;
}

.section_tarifs{
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bleu-ciel);

}

.card_tarif{
    height: 600px;
    width: 470px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 20px 8px #27DEBF;
    border-radius: 20px;
    background: var(--canard);
    color: white;
    /* background: white;
    color: var(--canard); */
    /* margin: 5rem; */
    margin-top: 0;
}

.haut_tarif{
    height: 35%;
    /* background: #000; */
    border-radius: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.haut_tarif p{
    padding: 0; 
    margin: 0;
    font-size: 8rem;
    font-weight: bolder;
    
}

.asterisque{
    position: relative;
    bottom: 10px;
}

.vert{
    color: #27DEBF;
}

.bas_tarif{
    font-size: larger;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.bas_tarif li{
    line-height: 2.5rem;
}



.bas_tarif li::before{
    line-height: 2.5rem;
    color: #27DEBF;
}

/* ----------------------------------------- Page prestas ----------------------------------------- */

#conciergerie{
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bleu-ciel);
}

#bloc_conciergerie{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 80%;
    /* gap: 2rem   ; */
    /* border: red 1px solid; */
}

#texte_conciergerie{
    
    /* max-width: 1000px; */
    width: 50%;
    /* background: #000; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#section_prestations {
    /* height: 100vh; */
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem;
}

h2 {
    font-size: 2.5rem;
}

#deux {
    background: green;
    height: 100vh;
}

#bloc_prestas {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center;
    /* align-items: center; */
    width: 70vw;
    /* border: #222222 solid; */
    /* height: 100vh; */
    /* background: #dec0c0; */
    position: relative;
    /* margin-top: 10vh; */
    gap: 5vw;
    height: 250vh;
}

.carte_presta {
    width: calc(390px*1.1);
    height: calc(500px*1.1);
    /* background: var(--bleu-ciel); */
    /* border: solid var(--bleu-ciel) 1px; */
    border-radius: 20px;
    /* background: #2f72b1; */
    box-shadow: #80808069 0 0 10px;


}

.carte_presta li{
    padding: 10px;
}

.entete {
    height: 29%;
    background: var(--bleu-ciel);
    border-radius: 20px 20px 0 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.entete>h3 {
    font-size: 1.5rem;
    /* margin: 1.5rem; */
    /* background: #000; */
    /* width: 80%; */
    text-align: center;
    margin: 0;
    margin-top: 15px;
    /* width: 300px; */
    width: 80%;
}

.entete>img {
    width: 80px;
    height: 80px;
    /* background: #000; */
    margin-bottom: 0;
}

.bas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.1rem;
    color: #222222;
    padding: 0px 30px;
}

.bas>p {
    /* width: 80%; */
    /* background: #000; */
    /* background: #000; */
    /* margin: 1.1rem; */
}

.mb_low {
    margin-bottom: 5px;
    /* background: #000; */
    text-align: left;
}

#gauche {
    /* border: #222222 solid; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;


}

#droite {
    /* border: #222222 solid; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

/* ----------------------------------------- Page sous-location ----------------------------------------- */
#sous_location{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    background: var(--bleu-ciel);
}

#bloc_sousloc{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /* background: #000; */
    /* gap: 3rem   ; */
    height: 100vh;
}




#louer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    /* min-height: 70vh; */
    background: var(--bleu-ciel);
    position: relative;
    /* background: #000; */
}



#cadres{
    display: flex;
    justify-content: center;
    gap: 8rem      ;
    flex-wrap: wrap;
    max-width: 80%;
    /* background: #000; */
    position: relative;
    /* bottom: -75px; */
    z-index: 2;
    margin-bottom: 2rem;
}

.cadre{
    background: white;
    width: 350px;
    min-height: 300px;
    border-radius: 20px;
    box-shadow: #80808069 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bloc_cadre{
    /* background: #000;     */
    width: 90%;
    height: 70%;
    position: relative;
    top: 1rem;
}

.bloc_cadre h3{}

#frise{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
    /* background: var(--bleu-ciel); */
    padding-top: 8rem;
}

#bloc_frise{
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 2rem  ;
    max-width: 100vw;
}

#bloc_frise p{
    max-width: 400px;
}

.etape_frise{
    /* background: #000; */
    margin: 10rem 0;
}

#gauche_frise{
    /* background: #842626; */
}

#ligne_pointillee{
    height: 120vh;
    /* width: 100px; */
    border-right: dotted var(--canard) 10px;
    /* position: absolute; */
    /* background: #000; */
    /* z-index: 10; */
    position: relative;
    top: 12rem;
}

#droite_frise{
    /* position: relative;
    top: 10rem; */
    /* background: #000; */
    margin-top: 12rem;
}

.fill{
    fill: var(--canard);
}


#gauche_frise .etape_frise,#gauche_frise .cadre_etape{
    justify-content: end;
    text-align: end;
}


.cadre_etape{
    display: flex;
    /* justify-content: center; */
    /* align-items: center ; */
    /* object-fit: cover; */
    height: 100px;

}

i{
    /* scale: 3; */
    
    /* background: #c28a8a; */
}


#bloc_sousloc, #bloc_louer, #bloc_process{
    /* max-width: 1000px; */
    max-width: 80%;
    /* font-size: 1.5rem; */
}



#bloc_louer{
    margin-bottom: 2rem;
}


#cadres{
    /* min-width: 900px; */
    max-width: 100%;
    /* background: #000; */
}

.mac{
    display: none;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
   
.mac{
        display: block;
    }

#home_button {
    /* width: auto; */
    height: 100%;
    /* background: #7daf80; */
    justify-self: start;
    align-self: flex-start;
    padding-left: 100px;
    /* position: relative; */
    position:absolute;
    /* left: 200px; */
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end   ;
    align-items: center;
    color: white;
    /* background: #000; */
    width: 100%;
    font-size: 1rem;
    gap: 0.5rem;
    /* margin: 0 50px; */
    margin-right: 2rem;

}

.navbar>.menu-items {
    color: var(--canard);
    text-decoration: none;
    /* transition: 0.5s; */
    font-weight: 600;
    transition: 0.2s;
    /* background: #000; */
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
}

.navbar>.menu-items:hover {
    /* text-decoration: underline; */
    transition: 0.1s;
    background: var(--canard);
    color: white;
    border-radius: 10px;

}
    
    
 }

@media (max-width: 1500px){}

@media (max-width: 800px) {

    #bloc_process{
        position: relative;
        bottom: 5rem;
    }

    #bloc_sousloc, #bloc_louer, #bloc_process{
        font-size: 1rem ;
    }

    #conciergerie, #prestas{
        font-size: 1rem;
    }

    #bandeau_marques{
        display: flex;
        flex-direction: row;
        width: 100%;
        /* background: #000; */
        height: 100px;
        position: absolute;
        /* bottom: 12rem; */
        /* right: 5rem; */
        bottom: -25rem;
        justify-content: space-evenly;
        visibility: hidden;
    }

   


    #cadres{
        position: relative;
    }

    #second{
        flex-direction: column;
    }

    #bloc_choix{
        justify-content: center;
        width: 100%;
    }

    #second .cadre_second{
        max-width: 200px;
        max-height: 200px;
    } 

    #bloc_second{
        max-width: 75%;
    }

    #bloc_sousloc{
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin: 0;
        padding: 0;
    }
    #bloc_sousloc img{
        width: 350px;
    }

    #bloc_conciergerie{
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 80vh;
    }

    #bloc_conciergerie img{
        width: 350px;
    }

    #texte_conciergerie{
        width: 100%;
    }



    #bloc_louer{
        width: 80%;
    }

    #bloc_process{
        max-width: 80%;
    }

    #bloc_frise{
        display: none;
    }

    #bloc_frise_responsive{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }

    .etape_frise_responsive{
        max-width: 80%;
        display: flex;
        flex-direction: row;
    }

    .etape_frise_responsive>img{
        width: 20%;
        margin-right: 2rem;
    }

    #contenu_third{
        flex-direction: column;
    }

    .section_tarifs{
        height: 80vh;
    }

    .carte_presta{
        /* height: 379px;
        width: 300px; */
    }
    
    #titre_page_presta{
    margin-bottom: 8rem;
    margin-top: 0;
    /*background:black;*/
    display:none;
}
}

@media (min-width: 800px) {
    #bloc_sousloc, #bloc_louer, #bloc_process{
        font-size: 1.5rem ;
    }

    #texte_conciergerie, .texte_presta{
        font-size: 1.5rem;
    }

    #texte_sousloc{
        width: 50%;
    }

    .mobile{
        display: none;
    }
    #bandeau_marques{
        display: flex;
        flex-direction: row;
        width: 100%;
        /* background: #000; */
        height: 100px;
        position: absolute;
        bottom: 12rem;
        right: 5rem;
        justify-content: space-evenly;
        visibility: hidden;
    }
    
#bloc_frise_responsive{
    display: none;
}

#bloc_second h2{
    font-size: 2rem;
}

#bloc_second{
    font-size: 1.3rem;
}

.cadre_second h3{
    font-size: 1.9rem;
}

#third_droite h2{
    font-size: 2rem;
}

#third_droite{
    font-size: 1.5rem;
}

#third_droite{
    width: 100%;
    /* border: red solid 2px; */
}

#third_gauche{width: 0;}

#bloc_second{
    position: relative;
    bottom: 3rem;
}

/* #titre_page_presta{
    margin-bottom: 5rem;
} */

}






/* -----------------------------------------  Page contact ----------------------------------------- */

#section_formulaire {
    min-height: 100vh;
    background: var(--bleu-ciel);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#titre_contact {
    /* position: relative;
    bottom: 50px; */
    font-size: 3rem;
}

#formulaire {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    /* margin: auto; */
    flex-wrap: wrap;


    /* border: solid var(--canard); */
    /* width: 70vw; */
    /* min-width: 50vw; */
    /* height: 600px; */



    column-gap: 50px;
    row-gap: 35px;
    /* margin-top: 100px; */
    padding: 20px;
    position: relative;
    /* scale: 0.7; */
}



.entree {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100px; */
    /* width: 600px; */
    /* background: #ee9d9d; */
    margin: 0;
    padding: 0;
    /* border: solid 1px; */
    
}

input {
    display: block;
    width: 500px;
    min-width: 300px;
    /* height: 200px; */
    padding: 10px;
    font-size: 1.2rem;
    margin: 0;
}

label {
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    align-self: flex-start;
}

select {
    width: 524px;
    min-width: 324;
    padding: 10px;
    font-family: 'Montserrat';
    /* font-weight: bold; */
    color: var(--canard);
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0;
}

#envoyer {
    background: var(--canard);
    color: #ffffff;
    cursor: pointer;
    /* position: absolute; */
    /* bottom: 0   ; */
    /* right: 0; */
    border: none;
    border-radius: 5px;
    font-weight: bold;
    width: 524px;
    position: relative;
    top: 15px;
}

#envoyer:hover {
    background: #ffffff;
    color: var(--canard);
    transition: 0.2s;
    border: var(--canard) 1px solid;
}

#bloc_formulaire {
    /* background: #000; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100vw; */











    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    /* margin: auto; */
    flex-wrap: wrap;


    /* border: solid var(--canard); */
    width: 70vw;
    /* height: 600px; */



    column-gap: 50px;
    row-gap: 35px;
    /* margin-top: 100px; */
    padding: 20px;
    position: relative;
}

/* -------------------------- Mentions légales -------------------------- */

#section_mentions{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pave{
    min-width: 60%;
    max-width: 80%;
    line-height: 3rem;
}

.pave h2{
    text-align: center;
}

/* ----------------------- Footer ----------------------- */

footer {
    height: 20vh;
    background: #222222;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#bloc_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 80vw;
    /* background: rgb(64, 208, 45); */
}

#logo_footer {
    /* background: white; */
    border-radius: 5px;
    max-width: 200px;
    min-width: 50px;
}

#bloc_footer a {
    color: white;
    text-decoration: none;
}

#bloc_footer a:hover {
    text-decoration: underline;
}

#bloc_footer li {
    list-style: none;
    line-height: 2rem;
    
}

#titre_footer{
    color: var(--bleu-ciel);
}

/* ------------------------------------------------------ */








#bloc_prestas_responsiv {
    display: none;
}




@media (max-width: 1500px) {
       

.gauche {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* background: #b56161; */
    height: 100%;
    
    max-width: 700px;
}

#illu{
    max-width: 600px;
}











header {
    background: #ffffff;
    width: 100%;
    /* height: 102px; */
    height: 10vh;
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 10;
    /* box-shadow: 1px 1px 30px #cbfbff; */
    /* opacity: 98%; */
    /* filter: blur(0.1rem); */
    box-shadow: #80808080 0 0 3px;
    font-family: 'Montserrat', sans-serif;
}
















 #titre_contact{
        font-size: 1.5rem;
        position: relative;
        top: 3rem;
        margin-top:100px;
    }
  }






@media (max-width: 800px) {

    .first {
        height: 90vh;

        background: var(--bleu-ciel);

        /* background-size: cover; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* gap: 30px; */
        align-items: center;

    }

   

    #illu{
        max-width: 350px;
        position: relative;
        bottom: 30px;
    }


   

    h1 {
        font-size: 1.6rem;
        max-width: 80%;
    }

    .headline {
        font-size: 1.0rem;
        max-width: 80%;
    }

    .gauche {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* background: #b56161; */
        height: 250px;
        margin: 0;
        padding: 0;
    }



/* #titre_page_presta{
   position: relative;
   bottom: 100px;
} */

    #bloc_prestas {
        display: none;
    }

    #bloc_prestas_responsiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
         gap: 100px; 
        max-width: 350px;
        height: 250vh;
        /* position:relative;*/
        /*bottom:100px;*/
        
        scale: 0.7;
    }

    .carte_presta {
        /* width: 300px;
        height: 379px; */
    }

    .carte_presta .entete{
        
    }

    .entete img{
        /* scale: 0.8; */
    }

    .entete h3{
        scale: 0.8;
    }

    #reduite{
        /* scale: 0.8; */
    }


    header {
        display: none;
    }

    .card_container {
        display: none;
    }









    .card_container_responsiv {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        width: 100vw;;
    }

    .card {
        scale: 0.7;
    }

    h2 {font-size: 1.7rem;}
    #titre-prestas{font-size: 1.7rem;}
    #titre-question{font-size: 1.7rem;}





    input {
        display: block;
        max-width: 300px;
        /* min-width: 300px; */
        /* height: 200px; */
        padding: 10px;
        /* font-size: 1rem; */
        margin: 0;
    }
    
    select {
        max-width: 324px;
        padding: 10px;
        font-family: 'Montserrat';
        /* font-weight: bold; */
        color: var(--canard);
        font-size: 1.1rem;
        font-weight: normal;
        margin: 0;
    }

    #titre_contact{
        font-size: 2rem;
        position: relative;
        top: 3rem;
    }
    


     /* Mention légales responsiv */
.pave{
    font-size: 0.7rem;
    max-width: 350px;
    line-height: normal;
    /* background: #000; */
    /* line-height: 1.5rem; */
}
.pave p{
    padding: 0.8rem;
}



.card_tarif{
    scale: 0.6;
}

#titre_tarifs{
    position: relative;
    top: 80px;
}

#titre_page_presta{
    margin: 0;
}
}



@media (min-width: 800px) {

    .a-header {
        display: none;
    }

    .card_container_responsiv {
        display: none;
    }

    .topnav{
        display: none;
    }








#center{
    text-align: center;
}


#titre_page_presta{
    margin-bottom: 8rem;
    margin-top: 0;
}
}


#titre_page_presta{
    width: max-content;
    /* margin: 2rem 0rem; */
    /* margin-bottom: 5rem; */
    /* margin: 0; */
    /* margin-bottom: 5rem; */
}

.mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    height: 500px;
    color: white;
    border-radius: 10px;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #ffffff;
    position: fixed;
    /* width: 500px; */
    width: 100%;
    z-index: 100;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: var(--canard);
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav a:hover {
    background-color: white;
    color: black;
  }
  
  .active {
    background-color: #ffffff;
    color: white;
  }