html{
    height: 100%;
}
body,
a,
.btn-link  {
    color: #062156;
    font-style: inherit;
    text-decoration: none;
}
.lang{
    width:30px;
    height:30px;
}
body{
    position: relative;
    min-height: 100%;
    /*padding-bottom: 10vh;*/
}
.textflowerblue {
    color: #61A7DB;
}
.textflowerblue {
    color: #61A7DB;
}
.text {
font-size: 1.2rem;
}
.centerElement {
    justify-content: center;
    text-align: center;
    align-items: center;

}
.margin-10,
.margin10{
    margin: 10px
}
.padding15 {
    padding: 15px;
}
.margin-20 {
       margin: 20px;
}
.margin-5 {
       margin: 5px;
 }
.margin-50 {
      /*margin: 50px;*/
      margin-top: 50px;
      margin-bottom: 40px;
      margin-left: 20px;
}
.margin-top30 {
       margin-top: 30px;
}
.titlefooter{
    font-size: 0.9rem;
    color: #fff;
}
footer{
       position: absolute;
       width: 100%;
       bottom: 0; left: 0; right: 0;
       
}

.marginbottom20{
    padding-bottom: 20vh;
}
.btnEspacePro {
    width: 177px;
    height: 70px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.2rem;
    
}
.btnconnect{
    font-size: 1rem;
}
.btnBlue{
    color: #fff;
    background-color: #001b56;
    border: #001b56;
    border-radius: 15px;
   
}
.btnBlueactive {
    color: #001b56;
    background-color: #fff;
    border: solid #001b56;
    border-radius: 15px;
}
.Bluebtn:hover,
.btnBlue:hover {
    color: #fff;
    background-color: #001b56;
    border: #001b56;
}
.Bluebtn{
    color: #fff;
    background-color: #001b56;
    border: #001b56;
}
.flex {
    display: flex;
}
/*edit profile*/
.img-profile {
    width: 100px;
    height: 100px;
}
.pmarginleft{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
}

.btn-outline-info .active{
    background-color:#001b56;
    border-color: 1 solid #001b56;
    color: #fff 
}
.btn-outline-info:hover {
    border-color:#001b56;
    background-color:#fff;
    color: #001b56; 
    zoom: 1;
}
.btn-outline-info  {
    background-color:#fff;
    border-color: 1 solid #001b56;
    color: #001b56;
}
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    background-color:#001b56;
    border-color: 1 solid #001b56;
    color: #fff 
}
#map{
    height: 400px;
}
.cardbassins {
    /*background: linear-gradient(#e8f8fb, #cfeaef);*/
    background: linear-gradient(#f0f0f0, #88b5cc);
    text-align: start;
    max-height: 110px;
    padding: 0;
}
.cardbassins .row p,
.cardbassins .row h6{
    margin-top: 0px;
    margin-bottom: 0px;
 
}
.cardbassins {
    margin-top: 10px;
}
.cardbassins {
    max-height: 120px;
}
.famobile {
    font-size: 2em;
}
.squaredisable {
    color: #85888a;
}
@media screen and (max-width:500px) {
    .btnEspacePro {
        width: 160px;
    }
    .fontsize07 {
        font-size: 0.7rem;
       }
    .btnconnect{
        font-size: 0.8rem;
    }
    .famobile{
        font-size: 1.5em;
    }   

}