* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.font {
    font-family: raleway;
    font-weight: 400;
    font-size: 12px;
}

.colorBlue {
    color: #0065fc;
}

.colorGris {
    color: rgb(207, 207, 207);
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
}

.EspacementBordureLien {
    text-decoration: none;
    border-top: Solid 2px rgb(255, 253, 253);
    padding: 20px;
}

.EspacementBordureLien:hover {
    text-decoration: none;
    border-top: Solid 2px#0065fc;
}

h1 {
    font-family: raleway;
    font-weight: 600;
    font-size: 16px;
}
h2 {
    font-family: raleway;
    font-weight: 600;
    font-size: 12px;
}
.LienCartesHebergement {
    text-decoration: none;
}
h3 {
    font-family: raleway;
    font-weight: 400;
    font-size: 13px;
}
h4 {
    font-family: raleway;
    font-weight: 400;
    font-size: 11px;
}

.marginLeft {
    width: 100%;
}

.boutonFiltres {
    background-color: white;
    border-radius: 40px;
    border: solid 2px #f2f2f2;
    height: 40px;
    padding: 10px;
    font-weight: 600;
}
.boutonFiltres:hover {
    transform: scale(1.1);
    color: #0065fc;
}

.backgroundIconFiltres {
    background-color: #f2f2f2;
    border-radius: 200%;
    height: 40px;
    width: 40px;
    margin-left: -10px;
    margin-right: 10px;
}

.alignIconFiltre {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
}

.alignCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.descriptionImageHeberg {
    padding: 10px;
    color: black;
}

.descriptionImagePop {
    padding: 10px;
}

.cardHebergement {
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 180px;
    box-shadow: 0px 5px 10px 5px rgb(207, 206, 206);
    padding: 5px 5px 0px 5px;
}

.cardPopulaires {
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 220px;
    height: 120px;
    box-shadow: 0px 5px 10px 5px rgb(207, 206, 206);
    padding: 5px;
    margin-bottom: 15px;
}

.h2Text {
    padding: 0px;
    line-height: 20px;
}

.carteActivitéLien {
    text-decoration: none;
}
.etoilesHebergement {
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.alignCardsHeberg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* background-color: pink; */
    /* width: 600px; */
    height: 200px;
}

.blocHebergActivité {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: space-between;
    height: 520px;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: start;
    align-content: space-between;
    justify-content: space-between;
}

/* .blocActivités {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 420px;
    padding: 27px;
} */

.cardActivité {
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 5px grey;
    width: 190px;
}

.etoilesPopulaires {
    color: #0065fc;
}

.TroiscardsPopulaire {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: space-evenly;*/
    height: 600px;
    width: 100%;
    /*margin-top: -40px;*/
    padding: 10px;
}

.afficherPlus {
    margin-top: 20px;
}

.troisColonnesFooter {
    display: flex;
    flex-direction: row;
    align-items: normal;
    width: 992px;
    margin: auto;
    padding: 20px;
    height: 200px;
}

footer {
    background-color: #f2f2f2;
    height: 200px;
}

.imgHebergement {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    border-radius: 15px 15px 0 0;
    /* width: 102%; */
    height: 90px;
    /* padding: 5px; */
    object-fit: cover;
}

::placeholder {
    color: black;
    font-size: 14px;
}

.imgPopulaire {
    border-radius: 10px 0px 0px 10px;
    /* background-size: cover;
        background-position: center; */
    width: 70px;
    height: 110px;
    object-fit: cover;
}

#logo img {
    height: 20px;
    margin-left: 30px;
}

#aPropos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 130px;
    margin-right: 200px;
}

#nosHebergements {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 90px;
    margin-right: 200px;
}

#Assitance {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 90px;
}

#html {
    width: 992px;
    margin: auto;
}

#titre {
    padding: 20px;
    height: 60px;
    line-height: 20px;
}

#lienNav {
    font-family: raleway;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
}
.textePopCarte {
    margin-bottom: 20px;
}

#champ {
    display: flex;
    flex-direction: row;
    padding: 20px;
    width: 35%;
}

#input {
    border: solid 1px #f2f2f2;
    padding-left: 10px;
    height: 40px;
    width: 80%;
}

#fondGrisIconeMap {
    height: 40px;
    width: 40px;
    background-color: #f2f2f2;
    border-radius: 10px 0 0 10px;
    border: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.boutonRecherche {
    height: 40px;
    width: 100px;
    background-color: #0065fc;
    border-radius: 0 10px 10px 0;
    border: none;
    color: white;
}

#filtres {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    width: 700px;
}

#information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 40px;
    width: 380px;
}

#information :first-child {
    border: solid 1px #f2f2f2;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0065fc;
}

.marginLeft {
    margin-bottom: 20px;
    margin-left: 10px;
}

#deuxBlocsGris {
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
}

#DeuxièmeColonneFiltres {
    width: 400px;
}

#hebergement {
    background-color: #f2f2f2;
    width: 1300px;
    /*height: 520px;*/
    margin-right: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#blocActiviMarseille {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-around; */
    width: 100%;
    height: 384px;
}

#card1A {
    height: 350px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 5px rgb(207, 206, 206);
    width: 220px;
    height: 340px;
    display: flex;
    flex-direction: column;
    order: 1;
}

#card1A img {
    height: 200px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 220px;
    height: 290px;
    object-fit: cover;
}

#card1A h2 {
    padding: 10px;
}

#card2A {
    height: 350px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 5px rgb(207, 206, 206);
    width: 220px;
    height: 171px;
    order: 2;
    margin-bottom: 30px;
}

#card2A img {
    height: 200px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 220px;
    height: 130px;
    object-fit: cover;
}

#card2A h2 {
    padding: 10px;
}

#card3A {
    height: 350px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 5px rgb(207, 206, 206);
    width: 220px;
    height: 140px;
    order: 3;
    margin-bottom: 0px;
}

#card3A img {
    height: 200px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 220px;
    height: 100px;
    object-fit: cover;
}

#card3A h2 {
    padding: 10px;
}

#card4A {
    height: 350px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 5px rgb(207, 206, 206);
    width: 220px;
    height: 340px;
    order: 4;
}

#card4A img {
    height: 200px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 220px;
    height: 290px;
    object-fit: cover;
}

#card4A h2 {
    padding: 10px;
}

#card5A {
    height: 350px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 5px rgb(207, 206, 206);
    width: 220px;
    height: 160px;
    order: 5;
    margin-bottom: 20px;
}

#card5A img {
    height: 200px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 220px;
    height: 130px;
    object-fit: cover;
}

#card5A h2 {
    padding: 5px;
}

#card6A {
    height: 350px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 10px 5px rgb(207, 206, 206);
    width: 220px;
    height: 160px;
    order: 6;
}

#card6A img {
    height: 200px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    width: 220px;
    height: 130px;
    object-fit: cover;
}

#card6A h2 {
    padding: 5px;
}

#bloc6CartesHebergement {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    row-gap: 10px;
    column-gap: 10px;
}

#hebergement h1 {
    padding: 10px;
}

#lesPlusPopulaires {
    background-color: #f2f2f2;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: space-around;
    justify-content: space-between;
    /*height: 520px;*/
    border-radius: 10px;
}

#h1lesPlusPopulaires {
    margin-top: 20px;
    margin-left: 10px;
    padding: 10px;
}

#h1hébergementaMarseille {
    margin-top: 20px;
}

#descriptionImage {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 5px;
}

#headerlesPlusPopulaires {
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: space-around;
}

#rechercheMQueries {
    display: none;
}

/* MEDIAQUERIES */
/* TABLETTE (entre 768px et 992px) ------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
    #html {
        width: 100%;
        margin: 0px;
    }

    #logo img {
        margin-left: 0px;
        height: 100px;
    }

    #filtres {
        display: flex;
        flex-direction: row;
        /* align-items: center; */
        /* align-content: start;  */
        justify-content: space-evenly;
        gap: 30px;
        background-color: #2e3aa3;
        width: 100%;
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* padding: 20px; */
        margin-top: 20px;
    }

    #titre {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        padding: 40px;
        line-height: 30px;
        /* margin-bottom: 30px; */
    }

    .boutonFiltres {
        border-radius: 30px 40px 30px 30px;
    }

    .blocHebergActivité {
        height: unset;
    }

    #champ {
        width: 100%;
    }

    #card1A {
        width: 100%;
        height: unset;
        margin-bottom: 30px;
    }

    #card1A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card2A {
        width: 100%;
        height: unset;
        margin-bottom: 30px;
    }

    #card2A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card3A {
        width: 100%;
        height: unset;
        margin-bottom: 30px;
    }

    #card3A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card4A {
        width: 100%;
        height: unset;
        margin-bottom: 30px;
    }

    #card4A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card5A {
        width: 100%;
        height: unset;
        margin-bottom: 30px;
    }

    #card5A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card6A {
        width: 100%;
        height: unset;
        margin-bottom: 30px;
    }

    #card6A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #titreFiltre {
        display: none;
    }

    #bloc6CartesHebergement {
        display: flex;
        flex-direction: row;
        /* align-items: center; */
        justify-content: space-around;
        width: 100%;
    }

    .EspacementBordureLien {
        text-decoration: none;
        border-top: none;
        border-bottom: Solid 2px #e0c655;
        padding: 20px;
    }

    .EspacementBordureLien:hover {
        border-top: none;
        text-decoration: none;
        border-bottom: Solid 2px#0065fc;
    }

    .carteActivitéLien {
        width: 100%;
        height: unset;
        margin-bottom: 10px;
    }

    #blocActiviMarseille {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        height: unset;
        padding: 30px;
        width: 100%;
    }

    #logo img {
        height: 30px;
    }

    .TroiscardsPopulaire {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        padding: 20px;
        margin: auto;
    }

    #information {
        margin-bottom: 20px;
    }

    ::placeholder {
        color: black;
        font-size: 14px;
    }

    .troisColonnesFooter {
        display: flex;
        flex-direction: row;
        align-items: normal;
        width: 992px;
        margin: auto;
        padding: 20px;
        height: 200px;
    }
}

/* MOBILE (en-dessous de 768px) ---------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    #html {
        width: 100%;
        margin: 0px;
    }

    #logo img {
        height: 25px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* margin-bottom: 20px; */
        padding: 0px;
    }

    .EspacementBordureLien {
        text-decoration: none;
        border-top: none;
        border-bottom: Solid 2px #f2f2f2;
        padding: 10px;
        margin: auto;
    }

    .EspacementBordureLien:hover {
        border-top: none;
        text-decoration: none;
        border-bottom: Solid 2px#0065fc;
        padding: 10px;
        margin: auto;
    }

    .boutonRecherche {
        width: 40px;
    }

    #lienNav {
        display: flex;
        justify-content: center;
        font-family: raleway;
        font-weight: 500;
        font-size: 14px;
        width: 100%;
        height: unset;
        padding: 10px;
    }

    #titre {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 10px;
        line-height: 30px;
        width: 100%;
        height: unset;
    }

    #titre h1 {
        font-size: 18px;
        padding: 0px;
        width: 100%;
    }
    #titre h3 {
        font-size: 12px;
        padding: 0px;
        width: 100%;
    }

    ::placeholder {
        color: black;
        font-size: 14px;
    }

    #champ {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px;
    }

    #recherche {
        display: none;
    }

    #rechercheMQueries {
        display: block;
        border-radius: 10px;
        margin-left: -5px;
    }

    #filtres {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        background-color: white;
        margin-bottom: 10px;
        height: unset;
    }

    #titreFiltre {
        color: black;
        display: block;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding: 0px;
    }

    h1 {
        padding: 20px;
    }

    #blocVisuels {
        display: flex;
        flex-direction: column;
    }

    .imgHebergement {
        border-radius: 15px 15px 0 0;
        height: 90px;
        width: 100%;
        height: 120px;
        object-fit: cover;
        /* padding: 10px; */
        /* align-items: center; */
        /* background: cover; */
    }

    #colonne3cardsPopulaire {
        display: flex;
        order: 1;
        align-items: center;
        justify-content: space-between;
    }

    #deuxBlocsGris {
        display: flex;
        flex-wrap: wrap;
        /* height: 2600px; */
    }

    .cardPopulaires {
        width: 100%;
        height: 160px;
    }

    .imgPopulaire {
        min-width: 40%;
        height: 100%;
        object-fit: cover;
    }

    #deuxBlocsGris {
        margin-top: 0;
        padding: 0;
    }

    .align2blocsHebergPopulaire {
        height: unset;
        flex-wrap: wrap;
    }

    #h1lesPlusPopulaires {
        margin-top: 10px;
        margin-left: 10px;
        padding: 0px;
        width: 100%;
    }

    #hebergement h1 {
        margin-top: 0px;
        margin-left: 0px;
        padding: 10px;
        width: 100%;
    }

    #lesPlusPopulaires {
        padding: 10px;
        width: 100%;
        align-items: center;
    }

    #blocVisuels {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .carteActivitéLien {
        width: 100%;
        height: unset;
        margin-bottom: -25px;
    }
    #blocActiviMarseille {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        height: unset;
        row-gap: 25px;
        width: 100%;
    }

    #card1A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card2A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card3A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card4A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card5A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    #card6A img {
        width: 100%;
        height: 200px;
        margin: auto;
        margin-top: -5px;
        object-fit: cover;
    }

    .troisColonnesFooter {
        display: flex;
        flex-direction: column;
        align-items: normal;
        justify-content: space-between;
        flex-wrap: wrap;
        height: unset;
        row-gap: 15px;
    }

    footer {
        background-color: #f2f2f2;
        height: unset;
        margin-left: 20px;
    }

    #bloc6CartesHebergement {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #hebergement {
        display: flex;
        order: 2;
        height: unset;
        width: 100%;
        background-color: white;
        align-items: center;
    }

    .cardHebergement {
        background-color: white;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        width: 105%;
        height: unset;
        box-shadow: 1px 1px 10px grey;
        margin-bottom: 10px;
    }

    .LienCartesHebergement {
        text-decoration: none;
        width: 100%;
    }

    .marginLeft {
        padding: 0px;
        margin-left: 20px;
    }
    .descriptionImagePop {
        width: 100%;
        height: unset;
    }

    .descriptionImageHeberg {
        line-height: 20px;
    }

    #hebergement h2 {
        width: 100%;
        text-align: left;
        font-size: 14px;
    }
   
}
