 /* Example CSS file */ 
@font-face {
    font-family: 'Barrio';
    src: url('fonts/Barrio-Regular.woff2') format('woff2'),
        url('fonts/Barrio-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blur';
    src: url('fonts/BlurLight.woff2') format('woff2'),
        url('fonts/BlurLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Grandma is a Punk';
    src: url('fonts/GrandmaisaPunk.woff2') format('woff2'),
        url('fonts/GrandmaisaPunk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*________________________________*/
/*____________GENERAL______________*/
/*_________________________________*/

:root{
  /* cursor: url(/site/assets/files/cursor-mini.png) 4 12, auto;*/

   --bleu: #227782;
   --jaune: #d7ff49;
   --rose: #ff3f66;
   --orange: #ff6923;
   --mauve :#92388d;
   }
   

body{
    font-size: 14pt;
    line-height: 16pt;
    font-family: 'Blur';
    color : white;
}

h1{
    font-family: 'Barrio';
}

h2{
    font-family: 'Barrio';
    font-size:2rem;
    line-height: 2rem;
    margin-bottom: 0px;
}
 p{
    padding: 0px;
    margin-bottom:0px;
  margin-top: 10px;
 }
a{
    text-decoration:none !important;
    color : var(--jaune) !important;
}

a:hover{
    color: white;
}

.pied{
    position: fixed;
    bottom:0;
    width:100%;
    display: block;
    text-align: center;
    font-size: 0.7rem;
}

/*________________________________*/
/*____________HOME________________*/
/*________________________________*/

topnav{
margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: block;
}

topnav ul{
    font-family: 'Barrio';
    display: inline-flex;
    margin: 0px;
}

topnav li{
    list-style: none;
    padding-right: 50px;
    margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 1.3rem;
}
topnav li a{
background-color: var(--jaune);
color:var(--mauve) !important;}

topnav li a:hover{
    background-color: var(--mauve) ;
    color:white !important;
    font-size: 1.5rem;
    transition: ease-in-out 0.5s;
}

topnav.basic{
    margin-left: 0px;
  margin-right: unset;
}

/*________________________________*/
/*__________L'ATELIER____________*/
/*________________________________*/

#contentnoir{
    width : 90vw;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
}

.grille{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.colonne{
    padding : 50px;
}

.basic-image{
    width : 100%;
}

/*________________________________*/
/*________LE STOCK VELO___________*/
/*________________________________*/
.grille2{
    display: flex ;
}
.case{
width: 30%;
  padding: 30px;
  border: var(--mauve) solid 1px;
  margin: 80px;
}

.case p{
    line-height: 1.4rem;
  padding: 0px;
  margin: 4px;
}

.velo-image{
    width : 100%;
}

/*________________________________*/
/*________FORMULAIRE______________*/
/*________________________________*/
.form__item--scf-website{
    display: none;
}

.form{
width: 70%;
  display: block;
  font-family: Barrio;
  height: 30px;
  color: var(--rose);
  background: var(--jaune);
  border: solid 2px var(--mauve);
  mix-blend-mode: exclusion;
  font-size: 2em;
  box-shadow: 4px 4px 22px var(--rose);
  margin: 30px;
}
.ext{
height: 100px;
}
