@charset "UTF-8";

:root {
    --pink: #FF2D95;
    --glitched-duration: 0.9s;
    --glitched-long-duration: 3s;
    --yellow-color: #ffffff;
    --yellow-color-opacity: #f9f00242;
    --orange-color: #ff9800;
    --border-color: #8ae66e;
    --red-color: #ff003c;
    --blue-color: #0c5f74;
    --green-color: #298d29;
    --purple-color: purple;
    --neon-color: #39ff14;
    --black-color: #000;
}

.cyber-shadow {text-shadow: var(--pink) 0px 0px 20px, var(--pink) 0px 0px 30px, var(--pink) 0px 0px 50px, 5px -36px 14px rgba(206,21,143,0);}
.row {margin-left: auto;margin-right: auto;}
.alignC {text-align: center;}

.jumbotron.home {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #210818;
}

/* .hero-title {
    padding-top: 20vh;
} */

.t-white {color: white;}

.s18 {font-size: 18px;}

.hero-title h1 {
    font-size: 80px;
    color: #f9b019;
    margin-top: 60px;
    text-align: center;
}

.hero-title h2 {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.flex-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin: 20px auto;
}

/* Fice produit */

section.quality {background-color: #f8f9fa;}
section.quality p,
section.description p {font-family: sans-serif;color: #222;}
section.quality h4 {margin-left: 10px;}
section.quality h5 {font-family: sans-serif;font-weight: 600;color: #222;}

section.quality .justify-content-between {
  display: flex;
}
