@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.container {
    position: relative;
}

.header {
    background-color: #181A20;
    padding-bottom: 400px;
    padding-top: 30px;
}

.logo {
    font-family: 'Bebas Neue', cursive;
    color: #FFF;
    font-size: 56px;
    position: relative;
    padding-left: 40px;
}

.logo span {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 27px;
    rotate: -90deg;
    position: absolute;
    left: 0;
    top: 19px;
}

.menus {
    position: absolute;
    top: 20px;
    right: 0;
}

.menus ul {
    margin: 0;
    padding: 0;
}

.menus ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}

.menus ul li a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
}

.menus ul li a:hover {
    color: #EB6753;
    text-decoration: none;
}

.slider {
    margin-top: -370px;
}

.slide {
    height: 600px;
    background-image: url(../img/slider.jpg);
    background-size: cover;
    border-radius: 10px;
}

.footer {
    background-color: #181A20;
    color: #fff;
    padding: 100px 0px;
    border-bottom: 1px #333 solid;
    position: relative;
}

.logoFooter {
    font-family: 'Bebas Neue', cursive;
    color: #FFF;
    font-size: 56px;
    position: relative;
    padding-left: 40px;
    position: absolute;
    top: -150px;
    left: 30%;
    -webkit-text-stroke: 1px #000;
}

.logoFooter span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 27px;
    rotate: -90deg;
    position: absolute;
    left: 0;
    top: 19px;
}

.footerTitre {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer ul li a {
    color: #eee;
    display: block;
    padding: 5px 0px;
}

.footer ul li a::before {
    content: '#';
    display: inline-block;
    margin-right: 10px;
    color: #EB6753;
}

.footerAdresse, .footerTel, .footerContact {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.footerAdresse i, .footerTel i, .footerContact i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 18px;
    color: #EB6753;
}
.footerContact a {
    color: #fff;
    text-decoration: underline;
}

.copyright {
    background-color: #181A20;
    color: #fff;
    text-align: center;
    padding: 15px 0px;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
}

.section .container {
    padding: 100px 0px;
}

.section-home-1 {
    background-color: #f4f4f4;
    margin-top: -230px;
    padding-top: 200px;
}

/* BIEN */

.bien {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 40px;
    background-color: #FFF;
}

.bienPhoto {
    height: 300px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-bottom: 15px;
}

.bienAccroche {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f4f4f4;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
}

.accrocheLoue {
    background-color: #EB6753;
}

.accrocheDispo {
    background-color: #83B71E;
}

.bienTitre {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.bienPrix {
    position: absolute;
    bottom: 30px;
    right: 20px;
    rotate: -15deg;
    background-color: #f4f4f4;
    padding: 5px 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    font-weight: 900;
}

.bienPrix span {
    display: block;
    color: #444;
    font-size: 10px;
    font-weight: 100;
}

.info {
    text-align: center;
}

.info i {
    margin-right: 10px;
}

.bienBtn {
    margin-top: 30px;
    text-align: center;
}

.btn-rouge {
    background-color: #EB6753;
    color: #fff;
    font-weight: 700;
    dont-size: 24px;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: 0.9px;
}

.slider-bien {
    margin-top: -370px;
}

.slide-bien {
    height: 400px;
    background-image: url(../../img/mobilhome.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}

.section-bien h1 {
    font-weight: 900;
    font-size: 36px;
}

.section-bien h2 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.listPhotos img {
    margin-bottom: 30px;
}

.semaine {
    padding: 5px 0px;
}

.semaine_ligne {
    padding: 15px 0;
    border-bottom: 1px #ccc solid;
}

.cadreContact {
    background-color: #f4f4f4;
    padding: 40px;
    border-radius: 10px;
}

.section-2 {
    padding: 100px 0px;
}

.section-2 .container {
    background-color: #EB6753;
    color: #fff;
    position: relative;
    padding: 30px;
    border-radius: 10px;
    height: 230px;
    overflow: hidden;
}

.section-2-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section-2-texte {
    font-weight: 900;
    font-size: 38px;
    position: absolute;
    top: 50px;
    left: 50px;
}

.section-2-image img {
    max-height: 200px;
}

@media (max-width: 991px) {

    .menus {
        display: none;
    }

    .slide {
        height: 400px;
    }

}

@media (max-width: 767px) {

    .logoFooter {
        left: 30%;
    }

    .footerTitre {
        margin-top: 30px;
    }

    .slide {
        height: 300px;
    }

}

@media (max-width: 575px) {

    .section .container {
        padding: 20px;
    }

    .header {
        padding-bottom: 255px;
    }

    .logo, .logoFooter {
        font-size: 30px;
        padding-left: 20px;
    }

    .logo span, .logoFooter span {
        font-size: 14px;
        top: 11px;
    }

    .copyright {
        font-size: 10px;
    }

    .logoFooter {
        top: -64px;
        left: 10px;
    }

    .footer {
        padding: 40px;
    }

    .section-home-1, .section-bien {
        margin-top: -90px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-home-1 .container, .section-bien .container {
        padding-top: 140px;
    }

    .slider, .slider-bien {
        margin-top: -230px;
    }

    .slide, .slide-bien {
        height: 200px;
    }

    .bien {
        padding: 20px;
        margin-top: 0;
    }

    .bienTitre {
        font-size: 20px;
    }

    .bienPhoto {
        height: 170px;
    }

    .bienAccroche {
        font-size: 12px;
        padding: 3px 10px;
    }

    .bienPrix {
        font-size: 16px;
    }

    .bienPrix span {
        font-size: 9px;
    }

    .section-bien h1 {
        font-size: 20px;
    }

    .section-bien h2 {
        font-size: 16px;
    }

    .listPhotos {
        margin-top: 50px;
    }

    .section-2-texte {
        font-size: 22px;
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
    }

    .section-2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .section-2-image img {
        max-height: 100px;
    }

}