body{
    font-family: 'Courier New', Courier, monospace;
    min-width: 270px;
    color: #1d1d1d;
    overflow-x: hidden;
}



section{
    padding: 50px 0 ;
}

h1 {
    color:rgb(192, 11, 81) ;
  
}


footer {
    padding: 10px;
}

#contact{
    padding: 10px;
}

#home{
    display: flex;
    background: url(../images/fond.jpg)  center no-repeat;
    background-size: cover;
    height: 90vh;
    /*min-height: 300px;*/
    position: relative;
}


.btn{
    height: 40px;
    width: 200px;
    background-color: rgb(192, 11, 81);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1;
    transition: all .5s;
    border: none;
}

select{
    height: 40px;
    width: 400px;
    font-size: 18px;
    letter-spacing: 2px;
}


.search-line{
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

#home .btn:hover{
    opacity: .8;
    color: rgb(173, 173, 240);

}

.home-text{

    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60%;
    /*min-height: 200px;*/
    position: relative;
    margin: auto;
    padding: 5vh;
    color: rgb(192, 11, 81);
    font-weight: bold;
    text-align: center;
    background-color: rgba(241, 241, 248, 0.7);
    
}

h1 {
    font-weight: 900;
}

.home-text p{
    font-size: large;
}



.navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    background-color: black;
    
  }
  
    .navbar-nav li a:hover {
    color:rgb(192, 11, 81)!important;
  }

  
  .navbar-nav li a:hover {
    color:rgb(192, 11, 81);
  }


  
.navbar li a, .navbar .navbar-brand{
    color: #fff !important;
  }
  
  
   .navbar-nav li.active a {
    color:rgb(192, 11, 81) !important;
    background-color: #fff !important;
    font-weight: 700;
  }
  
  .navbar-nav li a:hover{
    color: rgb(192, 11, 81)!important;
    background-color: #fff !important;
    transition: 1s;
  }
  

  #bien{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    /*height: 70vh;
    min-height: 150px;
    position: relative;*/
}



#contact{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
   /* height: 70vh;
    min-height: 150px;
    position: relative;*/

}

/*#contact_img{
    max-width: 90%;
    height: auto;
}*/

.social{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

footer {
    background-color: black;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    color:rgb(192, 11, 81);
}

dl{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

._red{
    color:rgb(192, 11, 81);
    font-weight: bold;
    text-align: start;
}

.rue_bien{
    text-align: start;
}








  @media screen and (max-width: 700px) {

    #home{
        display: flex;
        background: url(../images/fond.jpg)  center no-repeat;
        background-size: cover;
        height: auto;
        /*min-height: 300px;*/
        /*position: relative;*/
    }


    .home-text{

        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        /*min-height: 200px;*/
        /*position: relative;*/
        /*margin: auto;
        margin-top: 20px;*/
        /*padding: 1vh;*/
        color: rgb(192, 11, 81);
        text-align: center;
        font-weight: 500;
        background-color: rgba(241, 241, 248, 0.7);
        
    }

    .mobile-text{
        display: none;
    }
    


     h1 {
        font-size: 25px;
        font-weight: 600;
    }  

    .roi-adr{
        margin-left: 30px;
    }


    
    footer p{
        display: none;  
    }

    footer h4{
        text-align: center; 
    }


    .btn{
        height: 25px;
        width: 80px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0px;
    }
    
    select{
        height: 25px;
        width: 150px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    
    
    .search-line{
        display: flex;
        flex-direction: column;
      
    }

    .search-line .home_button{
        margin: 5px;
    }





  }