@import url('https://fonts.googleapis.com/csséfamily=Work+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/csséfamily=Josefin+Sans:400,400i,600,600i,700,700i');



/*GENERAL*/
body {
    font-family: 'Work Sans', sans-serif;
    padding-top: 0!important;
}
.index .h2, .index h2 {
    color: #fff;
}
.h1, h1 {
    font-size: 27px;
    text-transform: uppercase;
    color: #007d9d;
    margin-top: 15px;
    margin-bottom: 25px;
}
h2 {
    text-transform: uppercase;
}
.mentions-legales h2 {
    font-size: 26px;
    margin-top: 25px;
}
h1.deco{
    border-left: 2px solid #007d9d;
    padding-left: 20px;
}
h1.deco .ss-titre{
    font-size: 18px;
    color: #000;
    text-transform: initial;
    font-weight: 400;
}
.h3, h3 {
    font-size: 22px;
}
a:hover {
    color: #007d9d;
    text-decoration: none;
}
#bloc_fixed {
    display: none !important;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    color: #fff;
    background-color: #007d9d;
    border-color: #007d9d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #7ebdbb;
    border-color: #007d9d;
}
.stronger{
    font-weight: 600;
}
.break-w{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.sidebar .break-w div,
.sidebar .break-w table,
.sidebar .break-w ul,
.conseils-content .break-w div,
.conseils-content .break-w table,
.conseils-content .break-w ul{
    display: none;
}
#parsley-id-multiple-qualite {
    color: red;
}
.top_page {
    background-color: #007d9d;
}
.guide-categorie.vente .top_page {
    background-image: url(/assets/images/top_page/top_vente.jpg);
}
.guide-categorie.achat .top_page {
    background-image: url(/assets/images/top_page/top_achat.jpg);
}
.guide-categorie.location .top_page {
    background-image: url(/assets/images/top_page/top_location.jpg);
}
.guide-categorie.passer-par-un-pro .top_page {
    background-image: url(/assets/images/top_page/top_agent-immo.jpg);
}
.actualites .top_page,
.actualite .top_page {
    background-image: url(/assets/images/top_page/top_actualite.jpg);
}
.guides .top_page {
    background-image: url(/assets/images/top_page/top_actualite.jpg);
}



.breadcrumb-item.active {
    color: #7ebdbb;
}
.jumbotron {
    background-color: #f5f5f5;
    border-radius: inherit;
    padding: 2rem;
}
.guides .description-post{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    margin-bottom: 15px; 
}
.guides .jumbotron .pb-2{
    margin-bottom: 25px;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #d6d6d6;
}
.guide .retour-actualite{
    display: none;
}
.guides .form-control {
    color: #444;
    border: 1px solid #82c1c6;
    border-radius: 0;
}
.guides .btn-outline-secondary {
    color: #fff;
    background-color: #82c1c6;
    border-color: #82c1c6;
}
.guides .btn-outline-secondary:hover {
    color: #fff;
    background-color: #007d9d;
    border-color: #007d9d;
}
.retour-actualite {
    font-size: 12px;
}



/*FULL SCREEN ACCUEIL*/
@media (min-width: 1200px){
    .index .container {
        max-width: 100%;
    }
}
.index-slider.container{
    max-width: 71%;
    /* margin-left: 20%;*/
}
.index .citation .container,
.index footer .container{
    max-width: 1140px;
    margin: auto;
}




/*HEADER*/
.sticky_menu {
    background: #fff;
}
.index .sticky_menu {
    background: #fff;
}
.index .sticky_menu.not-sticking {
    background: transparent;
}
.index .sticky_menu.not-sticking .header__logo {
    display: block;
    height: 155px;
    padding: 20px;
}
.index .baseline{
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.5px;
}
.baseline,
.sticky_menu.sticking .baseline{
    color: #005985;
}
.baseline-up{
    text-transform: uppercase;
    font-size: 22px;
}







/* BOUTON ESTIMATION INDEX*/
.btn-estimation{
    z-index: 1000;
    font-size: 18px;
    top: 65%;
    margin: auto;
    text-align: center;
    background: #005985;
    width: 240px;
    border: 1px solid #005985;
    border-radius: 150px;
    padding: 40px 50px 20px 50px;
}
.btn-estimation a{
    color: #fff;    
}
/*ANIMATION FLECHE BTN*/
.chevron-index {
    animation: bounce 0.5s infinite alternate;
    -webkit-animation: bounce 0.5s infinite alternate;
}
@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-10px);
    }
}




/*SLIDER*/
.carousel-strong{
    color: #005985;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 37px;
    line-height: 60px;
}
.carousel-up{
    text-transform: uppercase;
    font-size: 37px;
    line-height: 60px;
}
.carousel-indicators{
    display: none;
}
.index-slider {
    color: #fff;
    display: flex;
    font-size: 30px;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 79px;
    width: 100%;
    text-align: left;
    line-height: 41px;
}
.index-slider p{
    background-image: linear-gradient(to right, rgba(126, 189, 187, 1),transparent);

    /* Obligatoire si on veut "voir" le dégradé */
    width: 100%;
    height: auto;

    border-left: 3px solid #00879a;
    padding: 25px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 31px;
}
.carousel-inner {
    position: relative;
    width: 50%;
    margin: auto;
    overflow: hidden;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    min-height: 255px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 100px;
    background-size: cover;
}



/*NAVIGATION*/
.menu ul > li > a {
    font-size: 16px;
    padding: 12px 20px;
    line-height: 1.2;
    color: #005985;
    text-transform: uppercase;
}
.menu ul > li > ul > li> a {
    padding: 12px 30px;
    line-height: 1.2;
    color: #005985;
    text-transform: uppercase;
}
.index .not-sticking .menu ul > li > a {
    color: #fff;
}
.sticky_menu.sticking nav {
    margin-top: 20px;
}



/*CONTENT INDEX*/
.index .citation {
    margin: 50px 0;
}
.index .citation figure {
    width: 20%;
    padding-left: 50px;
}
.index .citation figure:nth-child(3) {
    text-align: right;
    padding-right: 50px;
}
.index .citation p{
    width: 58%;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #007d9d;
    letter-spacing: 0;
}
.index-news{
    background: #007d9d ;
}
.index-news figure,
.index-conseils figure {
    width: 50%;
    max-height: 520px;
}
.index-news figure img,
.index-conseils figure img
{
    width: 100%;
}
.index-news .news-content h2,
.index-conseils .conseils-content h2
{
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 25px;
    font-size: 26px;
}
.index-conseils .conseils-content h2{
    text-align: right;
}
.index-news .news-content{
    width: 50%;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 50px;
    color: #fff;
    text-align: justify;
}
.index-conseils{
    background: #7ebdbb ;
}
.index-conseils .conseils-content{
    width: 50%;
    padding-right: 50px;
    padding-top: 75px;
    padding-left: 50px;
    color: #fff;
    text-align: justify;
}
.plusdinfo {
    margin-top: 50px;
}
.plusdinfo a {
    color: #fff;
}
.plusdinfo a:hover {
    text-decoration: underline;
}
.plusdinfo .plusc::after {
    content: "+";
    position: relative;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #fff;
    padding: 2px 10px 2px 8px;
    border-radius: 25px;
}



/*COORDONNEES*/
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-top: 1px solid #ccc;
}
.index .cont_coordonnees {
    border-top: none;
}



/*SIDEBAR*/
.sidebar {
    margin-top: 0;
}
.sidebar p{
    margin-bottom: 0;
}
.sidebar .sidebar_blocinfos:nth-child(1) h3{
    color: #007d9d;
}
.a_la_une,
.a_la_une a {
    background: #007d9d;
    color:#fff;
}
.conseils_immo,
.conseils_immo a {
    background: #7ebdbb;
    color:#fff;
}
.sidebar h4{
    text-align: center;
}
.sidebar hr{
    background: #fff;
}


/*PAGES DE CONTENUS : VENTE / ACHAT / LOCATION */






/*ESTIMATION*/
.estimation .sidebar{
    text-align: justify;
}
.estimation .sidebar h3{
    text-align: center;
    text-decoration: underline;
}
.estimation .sidebar h4{
    text-transform: uppercase;
    color: #007d9d;
    margin-top: 25px;
}
.estimation .color{
    color: #c30c0c;
}
.estimation .sidebar p{
    margin-bottom: 12px;
}
.progress-bar {
    background-color: #17a2b8;
}
.estimation .accepte0{
    display: none;
}
.estimation .estim-garantie {
    padding: 15px 15px 1px 15px;
    background: #ececec;
}


/*ACTUALITES */
.actualites-group ul li {
    margin: 25px 0;
}
.actualite h1{
    margin-bottom: 0;
}




/*FOOTER*/
footer {
    background-color: #222;
    padding: 50px 10px;
}
footer, footer a {
    color: #ccc;
    font-size: 14px;
}



/*COOKIES*/
.cc-color-override-1247188962.cc-window {
    color: rgb(255, 255, 255);
    background-color: #1891a2 !important;
}




/* ==================================
RESPONSIVE
=================================== */

@media (min-width: 991px){
    .index-logo-sticking{
        margin: 10px 0;
    }
    .index nav{
        margin-top:25px;
    }
    nav.menu ul li {
        display: inline-block;
    }
}


@media (min-width: 992px){
    .index .container {
        max-width: 80%;
    }
    .container {
        max-width: 1140px;
    }
}

@media (max-width : 1366px) {
    .index-slider {
        top: 60px;
    }
    .carousel-inner {
        width: 65%;
    }
    .btn-estimation {
        top: 65%;
    }
    .index-news .news-content {
        padding-left: 25px;
        padding-top: 35px;
        padding-right: 25px;
    }
    .index-conseils .conseils-content {
        padding-right: 25px;
        padding-top: 30px;
        padding-left: 25px;
    }
    .plusdinfo {
        margin-top: 30px;
    }
}

/*IPAD PRO*/
@media (max-width: 1024px){
    .menu ul > li > a {
        padding: 12px 12px;
    }
    .carousel-inner {
        width: 98%;
    }
    .index-slider {
        top: 220px;
    }
    .btn-estimation {
        top: 49%;
    }
    .index .citation figure {
        width: 18%;
    }
    .index .citation p {
        width: 62%;
    }
    .index-news .news-content {
        padding-left: 25px;
        padding-top: 35px;
        padding-right: 25px;
    }
    .index-conseils .conseils-content {
        padding-right: 25px;
        padding-top: 30px;
        padding-left: 25px;
    }
    .plusdinfo {
        margin-top: 30px;
    }
    .index-conseils .conseils-content p,
    .index-news .news-content p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        min-height: 400px;
    }
    .index-news .news-content h2, .index-conseils .conseils-content h2 {
        font-size: 18px;
    }
    .index .break-w {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 991px){
    #bloc_fixed_bottom {
        display: none;
    }
    .index .break-w {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 768px){    
    .header__icon {
        z-index: 100000;
    }
    .header {
        background: transparent;
    }
    .index .baseline {
        padding: 25px 50px 50px 50px;
        font-size: 21px;
    }
    .sticky_menu.sticking .index-logo-sticking {
        padding: 10px;
    }
    .sticky_menu.sticking .baseline {
        display: none;
    }
    .index-slider {
        top: 100px;
    }
    .index-slider.container {
        max-width: 80%;
    }
    .btn-estimation {
        top: 57%;
    }
    .container {
        max-width: 100%;
    }
    .bgAccueil {
        background: url(/assets/images/bgimg-mobile.jpg) no-repeat top center fixed;
    }
    .index .citation .container{
        padding: 20px 40px 0 40px;
    }
    .index .citation figure {
        padding: 0;
        width: 15%;
    }
    .index .citation figure:nth-child(3) {
        padding-right: 0;
    }
    .index .citation p {
        width: 70%;
        font-size: 28px;
    }
    .index-conseils .conseils-content p,
    .index-news .news-content p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .top_page {
        margin-top: 120px;
    }
    .estimation .sidebar,
    .contact .sidebar,
    .actualites .sidebar{
        display: none;
    }
    .sidebar {
        display: block;
        margin-top: 50px;
    }
    .conseils_immo, .conseils_immo a,
    .a_la_une, .a_la_une a {
        display: inline-block;
        width: 49%;
    }   
    .menu {
        background-color: rgb(38, 60, 71);
    }
    .menu ul > li > a {
        color: #fff;
    }
    .actualites-group {
        margin-right: 0px;
        margin-bottom: 50px;
    }
}

@media (max-width: 420px){
    .carousel-fullscreen .carousel-inner .carousel-item {
        margin: 15px auto;
    }
    .index .sticky_menu.not-sticking .header__logo {
        height: 100px;
    }
    .sticky_menu.sticking .index-logo-sticking {
        width: 75%;
    }
    .baseline {
        display: none;
    }
    .index .baseline {
        display: block;
        padding: 0 15px;
        text-align: center;
        font-size: 16px;
    }
    .index-slider {
        top: 45px;
    }
    .index-slider.container {
        max-width: 100%;
        margin-left: 0;
    }
    .carousel-strong,
    .carousel-up{
        font-size: 25px;
        line-height: 27px;
    }
    .index-slider p {
        padding: 19px;
        font-size: 16px;
        line-height: 18px;
    }
    .btn-estimation {
        top: 60%;
    }
    .index .citation figure {
        padding: 0;
        width: 8%;
    }
    .index .citation p {
        width: 84%;
        font-size: 20px;
        line-height: 24px;
        padding-left: 20px;
    }
    .index-news figure, .index-conseils figure {
        width: 100%;
    }
    .index-news .news-content,
    .index-conseils .conseils-content {
        width: 100%;
    }
    .index-conseils .conseils-content p,
    .index-news .news-content p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .plusdinfo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .btn-estimation {
        font-size: 14px;
        margin: auto;
        text-align: center;
        background: #005985;
        width: 185px;
        border: 1px solid #005985;
        border-radius: 150px;
        padding: 33px 25px 8px 25px;
    }
    .conseils_immo, .conseils_immo a,
    .a_la_une, .a_la_une a {
        display: none;
    }
    .header .img-fluid {
        margin: 0; 
        width: 75%;
        padding-top: 7px;
    }
    .top_page {
        margin-top: 66px;
    }
}


@media (max-width: 320px){
    .index .sticky_menu.not-sticking .header__logo {
        height: 75px;
    }
    .carousel {
        display: none;
    }
    .btn-estimation {
        top: 48%;
    }
}

/* MAPS */
.leaflet-custom-marker.leaflet-marker-icon,
.leaflet-marker-icon.leaflet-google-marker {
   margin-top: -45px;
   margin-left: -15px;
}

.leaflet-marker-icon.leaflet-google-marker {
   height: 45px !important;
   width: 30px !important;
}











