@font-face {
    font-family: 'JetBrains Mono';
    src: url('JetBrainsMono-VariableFont_wght.ttf'); /* IE9 Compat Modes */
    src: url('JetBrainsMono-VariableFont_wght.woff') format('woff'), /* Modern Browsers */
         url('JetBrainsMono-VariableFont_wght.tff')  format('truetype'), /* Safari, Android, iOS */
}


body {
    background-color: rgb(255, 255, 255);
}

article {
    display: flex;
   font-family: 'Century Gothic', sans-serif ;
    color: black;
    padding: 2% ;
    justify-content: space-between;
}

.article2 {
    display: grid;
   font-family: 'Century Gothic', sans-serif ;
    /* background-color: rgba(123, 123, 123, 0.303); */
    padding: 2% ;
    justify-content: flex-start;
    grid-row: auto;
    width: 31vw;
}


.tableau {
  display: grid;
  grid-template-columns: 1fr 1fr ;
grid-gap: 1vw;
}

.tableautop {
  display: grid;
  grid-template-columns: 1fr  ;
    grid-gap: 0.1%;
}

.tableauPerso {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  /* grid-gap: 5%; */
  }

.alan {
    cursor: pointer;
        font-family: JetBrains Mono ;
    border-radius: 100%;
     margin: 0px;
     text-align: center;
}

.alanimg {
    max-height: 270px;
    max-width: 170px;
    border-radius: 100%;
}

.icon{
    max-height: 40px;
}


h1 {
    font-family: JetBrains Mono ;
        font-size: 8vw;
        display: inline-block;
        margin-top: 0;
}

h2 {
    font-family: JetBrains Mono ;
        font-size: 1vw;
        font-weight: lighter;
}

h3 {
    font-family: JetBrains Mono ;
        font-size: 2.5vw;
        display: inline-block;
        font-weight: lighter;
}


p {
    font-family: JetBrains Mono ;
    font-size: 1vw;
    display: inline;
    font-weight: bold;
}

a{
    cursor: pointer;
    font-family: JetBrains Mono ;
    font-size: 1vw;
    z-index: 2;
    font-weight: lighter;
}

.filtre{
    display: flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.shon{
    background-image: linear-gradient(120deg, #89f7fe95 0%, #66a6ff95 100%);
    border-radius: 10px;
}

.aven{
    background-color: #372f2f;
    border-radius: 10px;
}

.dram{
    background-image: linear-gradient(260deg, #a7a6cb 0%, #74749d95 100%);
    border-radius: 10px;
}
.ecch{
    background-image: linear-gradient(-100deg, #ff758c90 0%, #a356d790 100%);
    border-radius: 10px;
}
.come{
    background-image: linear-gradient(-100deg, #FFC79695 0%, #FF6B9595 100%);
    border-radius: 10px;
}
.slic{
    background-image: linear-gradient(100deg, #9795f095 0%, #fbc8d495 100%);
    border-radius: 10px;
}
.spor{
    background-image: linear-gradient(90deg, #9EFBD390 0%, #57E9F290 48%, #45D4FB90 100%);
    border-radius: 10px;
}
.roma{
    background-image: linear-gradient(90deg, #d84ba795 0%, #d9592695 100%);
    border-radius: 10px;
}
.poet{
    background-image: linear-gradient(to left, #ffc3a095 0%, #ffafbd95 100%);
    border-radius: 10px;
}

.wesh {
    display: flex;
    flex-direction: column;
}

/* .weshtop{
    display: flex;
    flex-direction: column;
} */

.weshPerso {
    display: flex;
    flex-direction: column;
}

.hon{
   display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    border-left: solid 12px #d7fff2;
    background-image: linear-gradient(120deg, #89f7fe95 0%, #66a6ff95 100%);
    border-radius: 10px;
    transition: 0.5s;
}

.hon:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.ven{
  display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    border-left: solid 12px #dfe7fd;
    background-color: #dfe7fd;
    transition: 0.5s;
}
.ven:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.ram{
    display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    margin-bottom: 0px;
    border-left: solid 12px #e8d6d1;
    background-image: linear-gradient(260deg, #a7a6cb 0%, #74749d95 100%);
    border-radius: 10px;
    transition: 0.5s;
}
.ram:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.cch{
    display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    border-left: solid 12px #fab7ff;
    background-image: linear-gradient(-100deg, #ff758c90 0%, #a356d790 100%);
    border-radius: 10px;
    transition: 0.5s;
}
.cch:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.ome {
    display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    border-left: solid 12px #fad2d2;
    background-image: linear-gradient(-100deg, #FFC79695 0%, #FF6B9595 100%);
    border-radius: 10px;
    transition: 0.5s;
}
.ome:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.lic{
    display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    border-left: solid 12px #fad2e1;
    background-image: linear-gradient(100deg, #9795f095 0%, #fbc8d495 100%);
    border-radius: 10px;
    transition: 0.5s;
}
.lic:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.por{
    display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    border-left: solid 12px #daffd7;
    background-image: linear-gradient(90deg, #9EFBD390 0%, #57E9F290 48%, #45D4FB90 100%);
    border-radius: 10px;
    transition: 0.5s;
}
.por:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.oma{
   display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    border-left: solid 12px #ffb7b7;
    background-image: linear-gradient(90deg, #d84ba795 0%, #d9592695 100%);
    border-radius: 10px;
    transition: 0.5s;
}
.oma:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.oet{
    display: flex;
    justify-content: space-between;
    margin-left: 22%;
    margin-right: 22%;
    border-left: solid 12px #ffccdf;
    background-image: linear-gradient(to left, #ffc3a095 0%, #ffafbd95 100%);
    border-radius: 10px;
    transition: 0.5s;
}
.oet:hover{
    margin-left: 20%;
    margin-right: 20%;
}

.poub {
    padding: 5px;
    text-align: right;
     bottom: 80px;
}

.animeimg {
    margin-right: auto;
    margin-left: auto;
    height: 12vw;
    width: 24vw;
    border-radius: 15px;
    padding: 5px;
    
    object-fit: cover; /*or cover*/
}

.animeimgtop {
    margin-right: auto;
    margin-left: auto;
    max-height: 320px;
    max-width: 320px;
    border-radius: 15px;
    padding-right: 30px;
}


.persoimg {
    margin-right: auto;
    margin-left: auto;
    max-width: 32vw;
    max-height: 40vh;
    border-radius: 15px;
    padding: 5px;
    transition: 0.5s;
}

/* .persoimg:hover {
    margin-right: auto;
    margin-left: auto;
    max-height: 40vw;
    max-width: 40vw;
    border-radius: 15px;
    padding: 20px;
} */

form {
    display: flex;
    font-family: 'Century Gothic', sans-serif ;
    font-weight: lighter;
    display: inline-block;
    color: coral;
    font-weight:bold;
    text-align: left;
}

.formu {
    display: flex;
    justify-content: center;
}

label {
    padding-right: 5px;
    min-width: 100px;
}

.row {

    padding: 5px 0px 25px 5px;
    justify-content: center;
}

.nom {
  border: none;
    height: 20%;
  border-bottom: 2px solid blue;
    padding: 5px 10px 5px 10px;
}

#image {
      border: none;
    width: 81%;
    height: 20%;
   border-bottom: 2px solid blue;
    padding: 15px 10px 5px 10px;
}

input[type=range] {
  color: blue;
 width: 50%
}

textarea {
  border: none;
  border-bottom: 2px solid blue;
    width: 81%;
    height: 20%;
  border-bottom: 2px solid blue;
    padding: 15px 10px 5px 10px;
    resize: vertical;
}

select {
  border: none;
  border-bottom: 2px solid blue;
    height: 20%;
  border-bottom: 2px solid blue;
    padding: 5px 10px 5px 10px;
    resize: vertical;
}

[type=submit]  {
    display: flex;
    text-decoration: none;
    border: none;
    font-family: JetBrains Mono ;
    font-weight: lighter;
    background-image: linear-gradient(to right, #f7ff00 0%, #ff1eb4  51%, #f7ff00  100%);
    border-radius: 30px;
    color: white;
    padding: 0.5vw 5vw 5vw 5vw;
    font-size: 1.5vw;
}


         
.btn-grad {
    cursor: pointer;
   margin: 0vw 1vw 0vw 1vw;
   padding: 1vw 0.7vw 1vw 0.7vw;
   text-align: center;
   transition: 0.5s;
   background-size: 200% auto;
   color: rgb(255, 255, 255);            
   box-shadow: 0 0 7px rgba(255, 0, 212, 0.301);
   border-radius: 100;
   text-decoration: none;
   z-index: -1;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: rgb(255, 255, 255);  
       box-shadow: 0 0 12px rgba(255, 0, 212, 0.301);
  }

  .btn-grad2 {
    cursor: pointer;
   padding: 5px 14px;
   text-align: center;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 7px rgba(255, 0, 212, 0.301);
   border-radius: 40px;
   text-decoration: none;
   z-index: -1;
  }

  .btn-grad2:hover {
    background-position: right center; /* change the direction of the change here */
       color: #fff;
       box-shadow: 0 0 12px rgba(255, 0, 212, 0.301);
  }
 
  .loader {
    position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        transition: opacity 0.75s, visibility 0.75s;
  }
  
  .loader--hidden {
    opacity: 0;
    visibility: hidden;
  }
  
  .loader::after {
    content: "";
        width: 75px;
        height: 75px;
        border: 15px solid #ffffff;
        border-top-color: #ffd900;
        border-radius: 50%;
        animation: loading 0.75s ease infinite;
  }
  
  @keyframes loading {
    from {
      transform: rotate(0turn);
    }
    to {
      transform: rotate(1turn);
    }
  }
  