/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 nov. 2020, 14:27:19
    Author     : vmagnan
*/
/*img{
    Sauf celles dans download où celles qui ont un fond blanc voulu)
    mix-blend-mode: multiply;
}
.img-keep-whiteBG{
    mix-blend-mode: normal;
}*/
#banner{
/*    border-radius: .25rem;
    border-color: rgba(0,80,131,1);
    border-width: 1.5px;
    border-style: solid;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px

}
#banner > div{
    width:100%;
}

#banner > div > h1{
    background:linear-gradient(90deg, rgba(0,80,128,1) 0%, rgba(63,180,152,1) 100%);
    border-radius: .25rem;
    display: inline-block;    
    color:#ffffff;
    font-weight:300;
    font-size:30px;
    padding: 1rem;
    position: absolute;
    top: 3rem; 
 
}

/*Pour ne pas que le titre déborde de la page quand on ests ur un petit écran*/
@media only screen and (max-width: 600px) {
    #banner > div > h1{
        font-size:8vw;
    }
}
#banner > div > h5{
    line-height:150%;
    color: #ffffff;
}
#banner > div > h5 span{
    background:linear-gradient(90deg, rgba(0,80,128,1) 0%, rgba(63,180,152,1) 100%);
    display: inline-block;
    padding: 0 1rem;
    position: absolute;
    top: 2rem; 
   
}


  .logo-container {
    position: absolute;
    left: 40px;         /* Distance du bord gauche */
    bottom: 100px;       /* Position depuis le bas de l'image */
    display: flex;
    gap: 50px;          /* Espace entre les logos */
    align-items: center;
  }

  .logo-container img {
    height: 45px;       /* Taille des logos */
    width: auto;      /* largeur automatique pour ne pas déformer */
    object-fit: contain; /* en option : garde les proportions internes */
  }

  .logo-container img.keeex-logo {
    height: 80px;  /* hauteur plus grande */
  }
  
.custom-h2{
    font-weight:400;
    font-size:35px;
    line-height:130%;
    color:#113350
}
.custom-h3 {
    font-weight:300;
    font-size:25px;
    line-height:130%;
}

.custom-h4{
    font-weight:300;
    font-size:35px;
    line-height:130%;
}

.custom-p{
    font-weight:200;
    font-size:22px;
    line-height:130%;
}

.button-anchor {
    background-color: transparent;
    border: 1px solid ;
    border-color: rgba(0,80,131,0.6);
    border-radius: 4px;
    color: rgba(0,80,131,1);
    padding: 7px 20px;
    text-align: center;
    margin: 4px 2px;
    display: inline-block;
    cursor: pointer;
}
.button-anchor:hover{
    background-color:rgba(0,80,131, 0.8);
    color:white;
}

.light-bg{
    background-color:rgba(242,242,242,1);
    /*background-color:red;*/
}

.title-div{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    
}

.button-live-demo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(0,80,131,0.7);
    color: white;
    font-size: 20px;
    padding: 24px 24px;
    border: solid white 2px;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
.button-live-demo:hover {
    background-color: rgba(0,80,131,1);
}
.button-live-demo-green{
    background-color:rgba(144, 238, 144,0.7);
}
.button-live-demo-green:hover{
    background-color:rgba(144, 238, 144,1);
}

.button-view-product {
    background-color: rgba(0,193,156,1);
    border: none;
    border-radius: 2px;
    color: white;
    padding: 7px 20px;
    text-align: center;
    margin: 4px 2px;
    display: inline-block;
    cursor: pointer;
}
.button-view-product:hover{
    background-color:rgba(0,193,156,0.6);
    color:white;
}
.button-download-datasheet{
    background-color:rgba(0,80,131,1);
    border: none;
    border-radius: 2px;
    color: white;
    padding: 7px 20px;
    text-align: center;
    margin: 4px 2px;
    display: inline-block;
    cursor: pointer;
}
.button-download-datasheet:hover{
    background-color:rgba(0,80,131,0.8);
    color:white;
}

.img-download{
    width:40%;
}
/*Collapsible (Case studies)*/
.collapsible {
    background-color: rgba(198,196,180,0.4);
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;

}

.collapsible.active, .collapsible:hover {
    background-color: rgba(198,196,180,0.6);
}

.collapsible:after {
    content: "+";
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.collapsible.active:after {
    content: "-";
}

.collapsible-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: rgba(198,196,180,0.4);
}

.vertical-align{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* image gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 15px;
}
.gallery > h6{
    color:white;
    background-color:rgba(0, 80, 131, 0.8);
    padding:15px;
    line-height:150%;
    margin-bottom: .75rem;
    border-radius:4px;
}

/*Better card-deck responsivity (for use case principally)*/
.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: .5rem;
}