body {
    font-family: "Raleway", sans-serif;
    margin: 0;
}

.section {
    display: flex;
    flex-direction: row;
    margin-left: 3%;
    margin-right: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}

.img-logo {
    object-fit: cover;
    width: 110px;
    height: 40px;
}

.menu {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    display: flex;
    float: left;
}

.menu ul li a {
    text-decoration: none;
    display: block;
    padding: 35px;
    color: black;
}

.menu li a:hover {
    color: #0065fc;
    font-weight: bold;
}

.menu ul li a.color {
    border-top: 2px solid #0065fc;
    color: #0065fc;
    font-weight: 600;
}

.witdh-100 {
    width: 100%;
}

.search {
    padding-top: 25px;
}

.search h2 {
    font-size: x-large;
    margin-bottom: 10px;
}

.search-form {
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.search-icon {
    height: 3em;
    width: 4em;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 10px 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-map-marker-alt:before {
    color: black;
}

.fa-star {
    font-size: 11px;
}

.search-button {
    width: 10em;
}

.search-input {
    width: 14em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #f2f2f2;
    border-right: none;
}

.search-input input {
    width: 99%;
    height: 35px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: #000000;
}

.search-input input::placeholder {
    font-weight: bold;
    color: black;
}

.search-input input:focus {
    outline: none;
}

.respons-big.submit {
    width: 9em;
    height: 50px;
    border: none;
    background-color: #0065fc;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0 10px 10px 0;
}

.search-icon-tel {
    display: none;
}

.filter {
    padding-top: 0;
    font-weight: bold;
}

.filter-element {

    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.filter-element-icon {
    background-color: #deebff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 40px !important;
}

.filter-element a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border: 2px solid #f2f2f2;
    padding-right: 10px;
    border-radius: 50px;
    border-left: none;
    text-decoration: none;
    color: initial;
}

.filter-text:hover {
    color: #0065fc;
}

.filter-text .filter-element-icon {
    background-color: #deebff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.filter-text {
    padding: 0 5px;
    display: flex;
    max-width: 150px;


}

.filter-txt {
    display: flex;
    align-items: center;
    align-content: center;
}


.fas {
    color: #0065fc;
}

.info-hebergement {
    padding-top: 0;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-hebergement img {
    padding: 5px;
    border: 1px solid #f2f2f2;
    height: 12px;
    width: 12px;
    margin-right: 15px;
}

.fa-info {
    background-color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
}

.span {
    margin-left: 10px;
}

.fa-info:before {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.lodging-container {
    background-color: #f2f2f2;
    border-radius: 25px;
    padding: 15px 10px;
    width: 80%;
    margin-right: 25px;
}

.lodging-c-right {
    min-height: 400px;
    width: 40%;
}

.lodging-container h2 {
    font-size: 18px;
    padding-left: 15px;
}

.fa-chart-line:before {
    color: black;

}

.fa-chart-line {
    float: right;
    margin-right: 20px;

}

.lodging-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 25px;
}

.x3 .lodging {
    flex-grow: 1;
    width: 25%;
    margin-bottom: 20px;
    margin-left: 10px;
    height: 220px;
}


.x1 .lodging {
    flex-grow: 1;
    width: 100%;
    height: 130px;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.lodging {
    background-color: #ffffff;
    border: 5px solid #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.lodging-img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.img-fluid {
    height: 100%;
    object-fit: cover;
    width: 130px;
}

.list-lodging-2 {
    display: flex;
}

.lodging-container-2 {
    width: 30%;
    padding-right: 30px;
}


.lodging-2-one {
    background-color: #ffffff;
    border-radius: 15px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.lodging-2-one img {
    height: 290px;
    object-fit: cover;
    width: 100%;
}

.lodging-2-two img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}

.lodging-2-two {
    background-color: #ffffff;
    border-radius: 15px;
    margin: 20px 5px 5px 5px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.type-2 {
    display: flex;
    flex-direction: column;
}

.type-2 .lodging-2-two:last-child {
    margin-top: 25px;
}

.lodging h3 {
    font-size: 11px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 1px;
}

.x1 .lodging {
    margin-bottom: 30px;
}

.lodging-2-one h3,
.lodging-2-two h3 {
    font-size: 13px;
    margin-left: 10px;
}

.lodging p {
    font-size: 12px;
    padding: 0 10px;
    margin-bottom: 0;
    margin-top: 20px;
}

.stars {
    margin: 5px 0;
}

.grey {
    color: #f2f2f2;
}

.stars-Pop {
    position: absolute;
    bottom: 10px;
}


.quote {
    position: relative;
}

.lodging-price {
    font-weight: bold;
}

.seemore {
    display: block;
    margin-top: 30px;
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    padding-bottom: 10px;
}

.activite .section {
    margin-bottom: 40px;
}

.section-title {
    margin-top: 50px;
    margin-left: 5%;
}

.activite .section h2 {
    font-size: x-large;
}

footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    background-color: #f2f2f2;
    border-right: 0;
    height: 160px;
}

.footer-element {
    width: 50%;
    display: flex;
    padding-right: 100px;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 5px;
}

.footer-title {
    font-weight: bold;
    height: 30px;

}

footer ul li a {
    text-decoration: none;
    color: initial;
    font-weight: 500;
    font-size: 13px;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .logo {
        width: 30%;
    }

    .lodging p {
        font-size: 10px;
        margin-top: 12px;
    }


    .section {
        margin-left: 3%;
    }

    .filter-text {
        display: flex;
        max-width: 90px;
    }

    .section-title {
        margin-left: 5%;
    }


    .filter .section {
        flex-wrap: nowrap;
        align-items: center;
        margin-right: 2%;
    }

    .filter-element {
        margin-top: 10px;
        padding-left: 0;
        margin-right: 10px;
    }

    .lodging-container {
        max-width: none;
        padding: 5px 10px;
    }

    .fa-chart-line {
        margin-right: 0;
    }

    .x1 .lodging {
        margin-bottom: 20px;
        flex-grow: 1;
        width: 150px;
        height: 130px;
        display: flex;
        flex-direction: row;
    }

    .x3 .lodging {
        height: 180px;
        width: 25%;
    }

    .lodging-c-right h3 {
        font-size: 10px;
    }

    .lodging-img {
        height: 105px;
    }

    .lodging h3 {
        font-size: 10px;
    }

    .img-fluid {
        width: 130px;
    }

    .fa-star {
        font-size: 8px;
    }

    .line {
        line-height: 8px;
        margin-top: 10px;
    }

    footer {
        height: 140px;
    }

    footer ul li a {
        font-size: 10px;
    }

    .footer-title {
        font-size: 12px;
        margin-bottom: 5px;
        height: 20px;
    }

    footer ul li {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {

    html {
        width: 100%;
        margin: 0;

    }

    .search .section, .filter .filtre, .activite .section, .head, .filter .section, .section-title {
        margin: 0;
    }


    .head {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .menu {
        display: flex;
        justify-content: space-between; padding: 0 0 10px 0;}

    .menu ul {
        font-size: 16px;
        padding: 0;
        width: 100%;
    }

    .menu li {
        width: 50%;
        justify-content: center;
    }

    .menu ul li a {
        padding: 0 0 10px 0;
    }

    .menu ul li a.tel-act {
        width: 100%;
        text-align: center;
        border-top: none;
        border-bottom: 2px solid #f2f2f2
    }

    .menu ul li a.color {
        width: 100%;
        text-align: center;
        border-top: none;
        border-bottom: 2px solid #0065fc;
    }

    .logo {
        justify-content: center;
        padding: 20px 0 5px 0;
    }

    .search, .info-hebergement, .activite h2 {
        margin-left: 3%;
    }

    .search {
        padding: 0;
    }

    .search h1 {
        padding: 0 10% 0 0;
        font-size: 18px;
        margin: 0;
    }

    .search-button {
        display: none;
    }


    .fa-magnifying-glass {
        color: #ffffff;
        font-size: 18px;
    }

    .search-icon-tel {

        height: 46px;
        width: 45px;
        background-color: #0065fc;
        border: 1px solid #0065fc;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .info-hebergement {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .no-pad {
        height: 30px;
        margin-top: 12px;
    }


    .filter .filtre {
        display: flex;
        flex-direction: column;
        margin-left: 3%;
    }

    .filter-element {
        padding-left: 0;
    }

    .filter-element a {
        margin: 0;
    }

    .filter-text {
        width: 90px;
        text-align: center;
    }

    .filter-family {
        order: 2;
        position: absolute;
        padding-left: 170px;
        padding-top: 61px;
        width: 20%;
    }

    .filter-txt-family {
        width: 70px;

    }


    .hebergement .section {
        flex-direction: column-reverse;
        margin-left: 0;
    }

    .fa-chart-line {
        margin-right: 35px;
    }

    .list-lodging-2 {
        display: flex;
        flex-direction: column;

    }

    .lodging-container h2 {
        padding: 0;
        margin-left: 3%;
        margin-top: 30px;
    }

    .lodging h3 {
        margin-top: 12px;
        font-size: 14px;
    }

    .lodging-c-right {
        width: 95%;
    }

    .lodging-container-2 {
        width: 95%;
        padding-right: 0;
    }


    .lodging-container {

        width: 99.9%;
        margin-right: 0;
        border-radius: 0;
        padding: 0;

    }

    .section .color-mob {
        background: #fff;
    }

    .lodging-list {
        flex-direction: column;
    }

    .lodging-list a {
        width: 35%;
    }

    .img-fluid {
        width: 100%;
    }

    .x3 .lodging {
        width: 93%;
        margin: 3%;
        height: 300px;
    }


    .x1 .lodging {
        width: 94%;
        margin-left: 2%;
        height: 170px;
    }

    .lodging-2-one, .lodging-2-two {
        width: 99%;
        margin: 3%;
    }

    .lodging-2-one h3, .lodging-2-two h3 {
        font-size: 14px;
    }

    .lodging-2-one img, .lodging-2-two img, .lodging-img {
        height: 180px
    }

    .activite h2 {
        margin-top: 50px;
    }

    .seemore {
        margin-left: 3%;
    }

    footer {
        flex-direction: column;
        justify-content: initial;
        height: 100%;
        margin-top: 30px;

    }

    .footer-element {
        width: 80%;
        padding-right: 0;
    }

}

@media screen and (max-width: 550px) {
    .search-input {
        width: 58%;
    }

    .fa-chart-line {
        margin-right: 20px;
    }


    .x1 .lodging {
        width: 91%;
        margin: 3%;
    }

    .x3 .lodging {
        width: 90%;
        margin: 3%;
    }

    .lodging-2-one, .lodging-2-two {
        margin: 3%;
        width: 97%;
    }

    .lodging-list a {
        width: 60%;
    }

    .quote {
        width: 60%;
    }

}


