@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lora:400&display=swap');

body {
    margin: 0;
    font-family: 'Playfair Display', serif;
    /* color: #91819b; */
}

/* NAVBAR */
.navbar{
    font-size: 1.1em;
}

/* navbar dropdown */
.navbar .dropdown-menu {
    min-width: 6rem;
    width: 6rem;
}

/* logo in navbar */
.navbar .navbar-brand img{ 
    height: 50px;
    width: auto;
}

.navbar .active{
    color: #212529;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: .4rem .6rem;
    background-size: .75rem .75rem;
}

/* button blue  (annonce , infos-utiles button on their css!)*/
.btn{
    justify-self: center;
    width: auto;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    text-decoration: none;
    color:white;
    background: #0856a7;
    border:#0856a7 2px solid;
    padding: 8px 16px;
    border-radius: 8px;
    margin-top: 30px;
    text-transform: uppercase;
}

.btn-dark{
    color:white;
    background: #0856a7;
    border:#0856a7 2px solid;
    transition: 0.6s;
}

.btn-dark:hover{
    color:#0856a7;
    background: white;
    border:white 2px solid;
}

.btn-alt:hover{
    color: black;
}

.btn-light{
    color: #1a79c3;
    background: white;
    border:white 2px solid;
    transition: 0.6s;
}

.btn-light:hover{
    color:white;
    background: #0856a7;
    border:#0856a7 2px solid;
}

/* 
.btn:hover{  
    background: white;
    border-color: white;
    color: #0856a7;
} */

.btn-available p{
    text-decoration: none;
    color:white;
    padding: 4px 8px;
    border-radius: 5px;
    margin-left: auto;
    width: max-content;
    background: #5cb85c;
}

.btn-agreed p{
    text-decoration: none;
    color:white;
    padding: 4px 8px;
    border-radius: 5px;
    margin-left: auto;
    width: max-content;
    background: #e08632;
}

.btn-sold p{
    text-decoration: none;
    color:white;
    padding: 4px 8px;
    border-radius: 5px;
    margin-left: auto;
    width: max-content;
    background: #d9534f;
}

.separator{
    min-height: 40vh;
    padding: 44px 10%;
    background-image: linear-gradient(90deg, #1a79c3 0%, #5fc1e9 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

/* .separator .btn{
    font-family: "Montserrat";
    border:white 0px solid;
    background: white;
    color: #1a79c3;
    justify-self: center;
    width: auto;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 8px;
    margin-top: 30px;
    text-transform: uppercase;
}

.separator .btn:hover{  
    background: #0856a7;
    border-color: #0856a7;
    color: white;
} */

.separator-sm{
    min-height: 15vh;
    background-image: linear-gradient(90deg, #1a79c3 0%, #5fc1e9 100%);
}

/* PHONE */
@media (max-width: 630px) {
    .separator{
        text-align: center;
    }
    
}
