
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(materialize/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

    
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.info > i {
  font-size: 13px;
}

*{
  font-family: 'Poppins', sans-serif;
}
.chip{
  background: linear-gradient(to right, #1d976c75, #93f9b885);
}
span{
  font-weight: 400;
}
.card-title{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: -20px;
}

h3{
  font-weight: 900;
}
.beau{
  border-radius: 20px;
  margin-bottom: 15px;
  background: transparent;
  color:cyan;
  border: cyan 1px solid;
}

.im{
width: 10%;
}
.livre {
  max-height: 250px;
}
.mr{
  margin-right: 1rem;
}
.shad{
  box-shadow: 4px 4px 8px #cccccc5d,
             -4px -4px 8px #cccccc5d;
}

.inno{
  text-shadow: 5px 5px 8px rgb(18, 247, 255),
  -5px -5px 10px rgb(18, 255, 196);
}
.prefix{
  background: linear-gradient(to right, #000000, #686767);
  border-top-left-radius: YYpx;
  border-bottom-left-radius: 30px;
  padding-top: 4.5px;
  scroll-padding-left: 5px;
  height: 45px;
  width:fit-content;
  margin-top: -7.5px;
  left: 0px;
  color: rgb(4, 160, 160);
}
.prefix:focus{
  color: white;
}
.shada{
  border: none;
  background: rgb(145, 139, 139);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-left: 8px;
  height: 55px;
  box-shadow: 0 1rem 3rem rgba(158, 158, 158, 0.175)
}
form input {
  border: solid 1px rgb(102, 102, 102);

}
@media only screen and (max-width: 770px) {
 .chip{
  font-size: 8px;
  line-height: 7.5px;
  height: 15px;

  }
  .chip > .material-icons { 
    font-size: 8px;
    line-height: 7.5px;

  }
  .card-content p{
    font-size: 10px;
    line-height: 12px;
  }
  .powerfull{
    text-align: center;
  }

}


.graTitle{
  padding: 0.75rem;
  border-radius: 8px;
  border-width: 8px;
  font-size: 1.4rem;
  margin: 20px auto;
  max-width: fit-content;
  overflow-wrap: break-word;
  background: #f7f7f71a;
  
  border-width: 6px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      teal, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
}
.brand-logo{
  font-weight: 200;
  white-space: nowrap;
  }
.moi:hover{
  border-radius: 6px;
  background-color: rgba(157, 123, 123, 0.208);
}
.moi{
font-size: 11px;
font-weight: 300;
}
.moi2{
  font-size: 5px;
}
.quot{
  font-size: 50px;
  line-height: 0px;        
  background-image: linear-gradient(to right,  #26D0CE  10%, #1A2980  100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.moiClose{
    font-size: 25px;
    font-weight: 300;
    }

    .rufey{
      display: none;
    }

@media  only screen and (max-width: 400px){
  .brand-logo{
    font-size: 24px !important;
  }
} 

@media  only screen and (min-width: 450px){
  .cita{
    font-size: 18px !important;
  }
} 

    
  