
.bandeau{
    width:100%;
    height:auto;
    padding-top:8vh;
    max-height: 390px;
}
.barreBleu a {
    color: #fff;
}

#services {
    justify-content:center;
    text-align:center;

}
#klereouutils
 {
    justify-content:center;
    text-align:center;
    align-items:center;
}

.btnPro {
    width: 200px;
    height: 150px;
}
.boldeleemnt{
    font-weight: bold;
}
.btncatalog {
    width: 150px;
    height: 150px;
}
.navbar-brand img {
    max-width: 100%;
    max-height:25px;
    height:auto;
    width:auto;
 }
 .navbar-light .navbar-nav .nav-link  {
    color:#032155;
    margin-top: 15px;
    font-size: 16px;
    padding:  13px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    font-weight: bold;
 }


.principal {
    padding-top:  12vh;
}
.sepateurNouveau{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    text-align: center;
    background-color: #001b56;
    color: #fff;
}

.espaceProimg {

    max-width: 55%;
}
.espaceProimg80{
 max-width: 80%;
}
.accueilEspacePro {
    background-image: url('../images/klereo_espacepros.jpg');
    min-height: 40vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}
.documentationhome{
    background-image: url('../images/piscineHome.jpg');
    min-height: 30vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}  
#documentations{
padding-bottom: 10vh;
}

.navEspacePro{
    
    /* position: fixed; */
    /* box-shadow: none; */
    background-color: #fff;
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.border-yellow {
    text-transform: uppercase;
    font-size:1.1rem;
    width: 365px;
    padding-bottom: 10px;
    border-bottom: #ffcc08 solid 5px;
    font-weight: bold;
}
.btnCenter {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:5%;
}
.btnInscription {
    width: 200px;
    height: 50px;
}
.divBtncenter {
    text-align: center;
    justify-content: center;
}

.textcenter {
    text-align: center;
    z-index: 10px;
    font-size: 1.3rem;
    transform: translate(-1px,-145px);
}
.overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
}

.card:hover .overlay {
    opacity: 2;
}

/* Page Klereo Calcul*/


.valueSlider {
    background-color: #fff;
    max-width: 50px;
    max-height: 40px;
    font-size: 1rem;
    color:#111;
    text-shadow: 0 1px 0 #f3f3f3;
    margin-right: 10px;
    border-radius: 15px;
    border-color:#001b56;
    text-align: center;
}
.formBassin {
    margin-bottom: 10px;
}
.formBassin,
.sliderCalcul,
.klereoCalcul,
.centerelement{
    justify-content: center;
    text-align: center;
    align-items: center;
}
.slider {
    border-radius: 15px;
    -webkit-appearance: none;
    width: 40vh;
    height: 25px;
    background: linear-gradient(to right, #4d6089  0%, #001b56 50%, #fff 50%, #fff 100%);
    outline: none;
   
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  .slider:hover{
      opacity: 1;
  }

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 10px;
    width: 25px;
    height: 25px;
    background: #001b56;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #001b56;
    cursor: pointer;
  }

  /* Equilibre Id*/

  
  #equilibreId h5{
      margin-top: 20px;
  }

  .listenone {
      list-style-type:none;
  }
  .pklereocalcul {
      font-size: 1rem;
  }
  .attention {
      font-size: 0.9rem;
      font-weight: bold;
  }
  .klereoCalcul h5 {
      margin-top: 20px;
  }
  
  .btn-link {
      color: #001b56
  }
  .btn-link:hover {
   color:#001b56;
   zoom: 1.5;      

  }


.error{
    color: red;
    font-size: 0.9rem;
}

.alertgreen{
color: #69e469;
}
.alertwarning{
color: #ff9800c7;
}
.alertdanger,
.fa-trash-alt{
color: #ff0000;
}

.butonoutils .btn {
    width: 150px;
    height: 80px;
}
.butonoutils {
    margin:5%;
}
.listdecimal{
    list-style: decimal;
}
.titleliste1 {
 font-size: 0.9rem;
 font-weight:bold;
}
.titleliste {
    font-size: 1rem;
    font-weight:bold;
}
.majklereo,
.logiciel
{
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.outils,
.outils:hover{
    color: #fff;
    background-color: #001b56;
}

.center {
    justify-content: center;
}
.btnflex {
    display: flex;
    justify-content: center;
}

#actionsel,
#actionstab{
 font-size: 1.1rem;
}
.barreBleu {
    min-height: 60px;
    background-color: #001b56;
    color: #fff;
    max-height: 50px;
}
.white-title{
    padding-top: 10px;
    margin-left: 5px;
    font-size: 1.2rem
}
.barreBleu i {
    padding-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}
.size1{
    font-size: 1.1rem;
}


.white-title img {
    width: 25px
}
.backgroundnorepeat {
    background-size: contain;
    background-repeat: no-repeat;
}
.catalogue{
    background-image: url('../images/catalogue.png');
    
}
.brochure{
    background-image: url('../images/brochures.PNG');  
}
.install{
    background-image: url('../images/installation.png');  
}
.used{
    background-image: url('../images/utilisation.png')
}
.divers{
    background-image: url('../images/divers.png')
}
.fichetech{
    background-image: url('../images/tech.png')
}

.transbox {
    background-color: #001b56;
    opacity: 1;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    font-weight: 500;
    font-size: 1.1rem;
    transform: translate(-10px, 85px);
    color: #fff;
}
.prodcontainer {
    box-shadow: 0 1rem 3rem 0 rgb(82 74 74 / 25%);
    border: 30px;
    margin: 5vh auto;

}

.modelecontainer{
    
    box-shadow: 0 1rem 3rem 0 rgba(31, 28, 28, 0.25);
    border: 30px;
}

.btn-nvabarwhite {
color: #001b56;
background-color: #fff;
border-color: #fff;
text-transform: uppercase;
font-weight: bold;
font-family: 'Lato', sans-serif !important;
font-size: 16px;
margin-top: 15px;
}
.imgoutil {
    max-height: 55px;
}
@media screen and (max-width:500px) {
    
    .white-title{
        padding-top: 0px;
        margin-left: 5px;
        font-size: 1.4rem
    }
    .btnPro{
        width: 150px;
        height: 150px;
    }
    .transbox {
    background-color: #001b56;
    opacity: 1;
    filter: alpha(opacity=60); 
    font-weight: 500;
    font-size: 1.1rem;
    transform: translate(2px, 35px);
    color: #fff;
    }
    .white-title {
        padding-top: 0px;
        margin-left: 5px;
        font-size: 1.1rem;
        padding-top: 10px;
    }
    .btnInscription{
        width: 135px;
    }
    .size1{
        font-size: 1rem;
    }
    .size09{
        font-size: 0.9rem;
    }
    .imagegamme{
        padding: 1vh;
    }
    .table td, .table th {
     
        font-size: 0.7rem !important;
    }
}
.bs-placeholder {
    height: 40px;
}
.dropdown-toggle{
    height: 40px !important;
}
.bootstrap-select {
    width: 100% !important;
}
.dropdown-menu {
    min-width: 100% !important;
}
.zoom {
    height:200px;
}
.zoom p {
    text-align:center;
}
.zoom img {
    width:200px;
    height:150px;
}
.zoom img:hover {
    width:300px;
    height:300px;
}
.table td, .table th {
    padding: 0.50rem !important;
    font-size: 0.82rem;
}
