:root{
    --main-pink:#e7c3da;
    --bg: #1a1e24;
    --color:black;
    --font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;;

}
html,body {
    margin: 0;
    padding: 0;
}
h2{
    color: white;
}
/*mobile first*/
body {
background-color: var(--main-pink);
}
header{
    background-color: white;
}
nav{
    background-color:white;
    border-radius: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 10px 0 10px 5px;
    /* cet commande est un raccourci dans le sens des éguilles d'une montre*/
}
nav a {
    color:white;
    text-decoration:none ;
}
main{
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    
}
h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
}
article{
    background-color: bisque;
    padding: 10px;
    margin-bottom: 10px;
}

.btnIndex{
    border: 0;
    background:transparent;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    position: relative;
    overflow: hidden;
    padding: 20px 50px;
    border-radius: 30px;
    cursor:pointer;
    font-size: 1.5em;
    box-shadow: 0px -0px 0px 0px rgba(143, 64, 248, -5), 0px 0px 0px 0px rgda(39,200,255, .5);
    transition: all -2s;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
}
.btnIndex::after{
    content:"";
    width:400px;
    height:400px;
    background: linear-gradient(225deg,
    #efb4da 0%, #bc1d78 45%, #9D1B64 100%);
    position: absolute;
    top:-50px;
    left: -100px;
    z-index: -1;
    transition: all .2s;
}
.btnIndex:hover::after{
    transform: rotate(150deg);
}
.btnIndex:hover {
    transform: translate(0,-6px);
    box-shadow: 10px -10px 25px 0 rgba('143, 64,248, .25'),-10px 10px 25px 0px rgba(39, 200, 255, .25);
}
form{
    margin-right: auto;
    padding: 1%;
    border-style: dashed;
    border-color: #ffffff;
    width: 77%;
    margin-left: auto;
}
.bouton a {
    color: white;
}
nav menu{
    margin-right: auto;
    width: 85%;
    margin-top: 8%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: space-around;

}
input#Catalogue{
    background-color: #9d1b64;
    color:white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
input#Privé{
    background-color: #9d1b64;
    color:white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
input#Recherche{
    background-color: #9d1b64;
    color:white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
main{
    background-color : "";
}

.plantesList {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    margin-top: 3%;
}

.divPlante{
    grid-column: 2;
}
.divPlante img{
    width: 100%;
    border-radius: 5%;
}

.input-container{
	position:relative;
	margin-bottom:25px;
}
.input-container label{
	position:absolute;
	top:0px;
	left:0px;
	font-size:24px;
	color:#fff;
    pointer-events: none;	
	transition: all 0.5s ease-in-out;
}
.input-container input{ 
  border:0;
  border-bottom:1px solid #555;  
  background:transparent;
  width:100%;
  padding:8px 0 5px 0;
  font-size:16px;
  color:#fff;
}
.input-container input:focus{ 
 border:none;	
 outline:none;
 border-bottom:1px solid #e74c3c;	
}

.input-container input:focus ~ label,
.input-container input:focus ~ label{
	top:-12px;
	font-size:16px;
	
}

#labelRecherche{
    color: #c12f83;
}

#formSearch{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-top: 5vh;
    border:none;
}

#SearchH1,#SearchH2{
    text-decoration: none;
    font-family: monospace;
    
}
#SearchH1{
    color: #c12f83;
    text-align: center;
}
#SearchH2{
    color:white;
    text-align: center; 
}
#aj{
    color: #c12f83;
    text-decoration: none;
    font-family: monospace;
    text-align: center;
}
h1{
    color:#c12f83;
    text-align: center;
    font-family: monospace;
}
#h1#ajo{
     
    color: #c12f83;
}
li{
    color:#000000;
    list-style-type: none;
    font-size: 1.0rem;
    text-decoration: none;
    font-family: monospace;
    text-decoration: none;
}
#lire{
    color:#000000;
    list-style-type: none;
    font-size: 1.0rem;
    text-decoration: none;
    font-family: monospace;
}
#lili{
    color:rgb(0, 0, 0);
    list-style-type: none;
    font-size: 1.0rem;
    text-decoration: none;
    font-family: monospace;
}
#liad{
    color:rgb(0, 0, 0);
    list-style-type: none;
    font-size: 1.0rem;
    text-decoration: none;
    font-family: monospace;
    list-style-type: none;
    font-size: 1.0rem;


}
.button {
    display: inline-block;
    text-align: center;
    background-color:#c12f83;
    color: var(--bg);
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    
    font-size: 1.25rem;
}
table tbody td {
    background-color: rgba(255,255,255,0.5);
}
table thead th {
    background-color: rgba(255,255,255,0.5);
}
.button:before,
.button:after {
    width: 2.2em;
    height: 1.42em;
    position: absolute;
    content: "";
    display: inline-block;
    background: linear-gradient(225deg,
    #efb4da 0%, #bc1d78 45%, #9d1b64 100%);
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.button:before {
    top: -25%;
    left: 20%;
}

.button:after {
    bottom: -25%;
    right: 20%;
}

.button:hover:before,
.button:hover:after {
    transform: none;
}

.button:hover{
    cursor: pointer;
}

#submitBtn{
    border: 0;
    font-weight: bold;
    color: white;
    width: 100%;
    background: transparent;
    border-radius: 25px;
}

#submitBtn:hover{
    cursor: pointer;
}
.flower-content {
    background:linear-gradient(to top right, #000000, #35064f);
    align-items: center;
    display: flex;
    height: 100vh;      
    justify-content: center;      
    width: 100vw;
  }
  
  .flower {
    display: grid;
    align-self: center;
    grid-template-columns: repeat(6, 50px);
    grid-template-rows: repeat(6, 50px);
    justify-content: center;
  }

  .big-petal {
    animation: 1000ms showPetals linear forwards;
    background: linear-gradient(to bottom, rgba(168, 12, 72, 0.4), rgba(255, 251, 213, 0.5));
    opacity: 0;
  }

  .small-petal {
    animation: 1000ms showPetals linear forwards;
    background-image: linear-gradient(to left, #dd3594a6 0%, #9d1b64 100%);
    opacity: 0;
  }

  .big-petal1 {
    border-radius: 100% 0;
    box-shadow: 0 2.75em 4.5em rgba(0, 0, 0, .2);
    grid-column: 4/-1;
    grid-row: 1/4;      
  }

  .big-petal2 {
    animation-delay: 200ms;
    box-shadow: 2.75em 0 4.5em rgba(0,0,0,.2);
    border-radius: 0 100%;
    grid-column: 4/-1;
    grid-row: 4/-1;
  }

  .big-petal3{
    animation-delay: 400ms;
    border-radius: 100% 0;
    box-shadow: 0 -2.75em 4.5em rgba(0,0,0,.2);
    grid-column: 1/4;
    grid-row: 4 / -1;      
  }

  .big-petal4 {
    animation-delay: 600ms;
    border-radius: 0 100%;
    box-shadow: -2.75em 0 4.5em rgba(0,0,0,.2);
    grid-column: 1/4;
    grid-row: 1/4;
  }

  .small-petal1 {
    animation-delay: 800ms;
    border-radius: 100% 0; 
    grid-column: 4/6;
    grid-row: 2/4;
  }

  .small-petal2 {
    animation-delay: 1000ms;
    border-radius: 100% 0;
    grid-column: 4/6;
    grid-row: 3/5;
    transform: rotate(45deg) translate(0.8rem, -0.8rem);
  }

  .small-petal3 {
    animation-delay: 1200ms;
    border-radius: 0 100%;
    grid-column: 4/6;
    grid-row: 4/6;
  }

  .small-petal4 {
    animation-delay: 1400ms;
    border-radius: 100% 0;
    grid-column: 3/5;
    grid-row: 3/5;
    transform: rotate(135deg) translate(3.2rem, -3.2rem);
  }

  .small-petal5 {
    animation-delay: 1600ms;
    border-radius: 100% 0;
    grid-column: 2/4;
    grid-row: 4/6;
  }

  .small-petal6 {
    animation-delay: 1800ms;
    border-radius: 100% 0;
    grid-column: 2/4;
    grid-row: 3/5;
    transform: rotate(45deg) translate(-0.6rem, 0.6rem);
  }

  .small-petal7 {
    animation-delay: 2000ms;
    border-radius: 0 100%;
    grid-column: 2/4;
    grid-row: 2/4;
  }

  .small-petal8 {
    animation-delay: 2200ms;
    border-radius: 100% 0;
    grid-column: 3/5;
    grid-row: 1/3;
    transform: rotate(135deg) translate(1.7rem, -1.7rem);
  }
#buttonre{
    display: flex;
    align-content: flex-end;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    margin-top:2%;
    border: none;
    color: white;
}
#buttonli{
    display: flex;
    align-content: flex-end;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border: none;
    color: white;
}
#buttonpl{
    display: flex;
    align-content: flex-end;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    border: none;
    color: white;
}
@keyframes showPetals {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*#divplantes{
    background-color: transparent;
    border-radius:5%;
}*/
.divPlante{
    background-color: rgba(255,255,255,0.5);
    border-radius: 5%;
    margin-bottom: 5%;
    text-align: center;
    padding: 10%;
}

.divPlante h4{
    color: #c12f83;
    margin-top: 0;
}
.divPlante h3{
    margin-bottom: 5%;
}
#titleRecherche{
    text-align: center;
}
body{
    font-family: monospace!important;
}
input{
    order: 0;
    background: transparent;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    position: relative;
    overflow: hidden;
    padding: 1px;
    cursor: pointer;
    box-shadow: 0px -0px 0px 0px rgba(143, 64, 248, -5), 0px 0px 0px 0px rgda(39,200,255, .5);
    transition: all -2s;
    margin-right: auto;
    border:none;
    font-family: monospace;
    display: flex;
    
}
hr{
    border:none;
    }
#alb{
    color:#c12f83;
    text-align: center;
}
.btnIndex{
    text-decoration: none;
}
#buttonre{
    text-decoration: none;
    font-family: monospace;
    color:rgb(27, 27, 27);
}
#buttonli{
    text-decoration: none;
    font-family: monospace;
    color:rgb(27, 27, 27);
}
#buttonpl{
    text-decoration: none;
    font-family: monospace;
    color:rgb(27, 27, 27);   
}
#ta1{
    text-decoration: none;
    font-family: monospace;
   
}
#ta2{
    text-decoration: none;
    font-family: monospace;
    
}
#ges{
    font-family: inherit;
    text-align: center;
    color: #c12f83;
}
a{
    color: #c12f83;
    text-decoration: none;
}
td{
    color: #c12f83;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
}
#mo{
    color: #c12f83;
    text-decoration: none;
}
#su{
    color: #c12f83;
    text-decoration: none;
}
.input::after {
    width: 400px;
    height: 400px;
    background: linear-gradient(225deg, #efb4da 0%, #bc1d78 45%, #9D1B64 100%);
    position: absolute;
    top: -50px;
    left: -100px;
    z-index: -1;
    transition: all .2s;
}

#lieu{
    height:10%;
    width: 17%;
}
#po{
    height: 4%;
    border: none;
    width: 100%;
    padding: 1px;
    
}
@media screen and (min-width: 480px){
nav { 
    flex-direction: row;
}
nav a {
    margin-right: 5px;
}
#bd{
    display: flex;
    flex-wrap: wrap;
 }
article {
    margin: 0 5px 0 0;
    width: 300px;
 }
}
.custom-table{
    min-width: 900px;
 }
    .custom-table thead tr, .custom-table thead th {
      padding-bottom: 30px;
      border-top: none;
      border-bottom: none !important;
      color: #c12f83;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: .2rem; }
    .custom-table tbody th, .custom-table tbody td {
      color: #c12f83;
      font-weight: 400;
      padding-bottom: 20px;
      padding-top: 20px;
      font-weight: 300;
      border: none;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .custom-table tbody th small, .custom-table tbody td small {
        color:#c12f83;
        font-weight: 300; }
      .custom-table tbody th a, .custom-table tbody td a {
        color: #c12f83; }
      .custom-table tbody th .more, .custom-table tbody td .more {
        color: #efb4da;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: .2rem; }
    .custom-table tbody tr {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .custom-table tbody tr:hover td, .custom-table tbody tr:focus td {
        color: #fff; }
        .custom-table tbody tr:hover td a, .custom-table tbody tr:focus td a {
          color: #123e46; }
        .custom-table tbody tr:hover td .more, .custom-table tbody tr:focus td .more {
          color: #123e46; }
    .custom-table .td-box-wrap {
      padding: 0; }
    .custom-table .box {
      background: #fff;
      border-radius: 4px;
      margin-top: 15px;
      margin-bottom: 15px; }
      .custom-table .box td, .custom-table .box th {
        border: none !important; } 
       
          
          .container {
            width: 100px;
            height: 300px;
            position: absolute;
            left: 0;
            right: 0;
            top: 115;
            bottom: 0;
            margin: auto;
            -moz-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
          }
          .container div {
            position: absolute;
          }
          .container .glass {
            height: 420px;
            width: 250px;
            border: 3px solid rgba(255, 255, 255, 0.5);
            -moz-border-radius: 300px 300px 0px 0px;
            -webkit-border-radius: 300px;
            border-radius: 300px 300px 0px 0px;
            left: -80px;
            top: -100px;
            border-bottom: 15px solid rgba(255, 255, 255, 0.5);
          }
          .container .glass:after {
            width: 8px;
            background: rgba(255, 255, 255, 0.28);
            content: '';
            position: absolute;
            height: 80px;
            top: 430px;
            border-radius: 100px;
            left: 10px;
            top: 180px;
          }
          .container .glass:before {
            width: 8px;
            background: rgba(255, 255, 255, 0.28);
            content: '';
            position: absolute;
            height: 15px;
            top: 430px;
            border-radius: 100px;
            left: 10px;
            top: 280px;
          }
          .container .glow {
            position: absolute;
            width: 170px;
            height: 170px;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            border: 1px solid rgba(245, 148, 184, 0.47);
            box-shadow: 0px 0px 10px #f594b8;
            left: -40px;
            top: -40px;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            -moz-animation: glowing 2.5s ease-in-out infinite;
            -webkit-animation: glowing 2.5s ease-in-out infinite;
            animation: glowing 2.5s ease-in-out infinite;
          }
          .container .rose-petals > div {
            background: #c12f83;
            width: 45px;
            height: 80px;
            position: absolute;
            -moz-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            -webkit-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
          }
          .container .rose-petals > div:nth-child(1) {
            border-radius: 15px;
            left: 20px;
            top: -6px;
            background: #c12f83;
          }
          .container .rose-petals > div:nth-child(2), .container .rose-petals > div:nth-child(4), .container .rose-petals > div:nth-child(6) {
            border-radius: 0px 30px 0px 30px;
            background: #c12f83;
            left: 0;
            transform-origin: bottom right;
          }
          .container .rose-petals > div:nth-child(3), .container .rose-petals > div:nth-child(5), .container .rose-petals > div:nth-child(7) {
            border-radius: 30px 0px 30px 0px;
            left: 40px;
            transform-origin: bottom left;
          }
          .container .rose-petals > div:nth-child(2) {
            -moz-animation: openRose2 3s ease-in-out;
            -webkit-animation: openRose2 3s ease-in-out;
            animation: openRose2 3s ease-in-out;
            -moz-animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            z-index: 5;
            background: #c12f83;
            top: 10px;
            height: 70px;
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          .container .rose-petals > div:nth-child(3) {
            -moz-animation: openRose3 3s ease-in-out;
            -webkit-animation: openRose3 3s ease-in-out;
            animation: openRose3 3s ease-in-out;
            -moz-animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            z-index: 4;
            background: #c12f83;
            top: 10px;
            height: 70px;
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          .container .rose-petals > div:nth-child(4) {
            -moz-animation: openRose4 3s ease-in-out;
            -webkit-animation: openRose4 3s ease-in-out;
            animation: openRose4 3s ease-in-out;
            -moz-animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            z-index: 3;
            background: #c12f83;
            top: 5px;
            height: 75px;
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          .container .rose-petals > div:nth-child(5) {
            -moz-animation: openRose5 3s ease-in-out;
            -webkit-animation: openRose5 3s ease-in-out;
            animation: openRose5 3s ease-in-out;
            -moz-animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            z-index: 2;
            background: #c12f83;
            top: 5px;
            height: 75px;
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          .container .rose-petals > div:nth-child(6) {
            -moz-animation: openRose6 3s ease-in-out;
            -webkit-animation: openRose6 3s ease-in-out;
            animation: openRose6 3s ease-in-out;
            -moz-animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            z-index: 1;
            background: #c12f83;
            top: "";
            height: "";
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          .container .rose-petals > div:nth-child(7) {
            -moz-animation: openRose7 3s ease-in-out;
            -webkit-animation: openRose7 3s ease-in-out;
            animation: openRose7 3s ease-in-out;
            -moz-animation-fill-mode: forwards;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            z-index: 0;
            background: #c12f83;
            top: "";
            height: "";
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          .container .rose-leaves > div:nth-last-child(1) {
            width: 55px;
            height: 30px;
            background: #338f37;
            position: absolute;
            top: 60px;
            left: 15px;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            border-radius: 100px;
          }
          .container .rose-leaves > div:nth-child(1) {
            width: 6px;
            height: 230px;
            border: none;
            top: 80px;
            background: #066406;
            left: 40px;
          }
          .container .thorns > div {
            width: 30px;
            height: 30px;
            background: #066406;
            top: 100px;
            left: 10px;
          }
          .container .thorns > div:after {
            width: 41px;
            height: 31px;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            content: "";
            position: absolute;
            left: -12px;
            top: 17px;
          }
          .container .thorns > div:before {
            width: 41px;
            height: 31px;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            content: "";
            position: absolute;
            left: -11px;
            top: -11px;
            z-index: 0;
          }
          .container .thorns > div:nth-child(2) {
            top: 150px;
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            left: 45px;
          }
          .container .thorns > div:nth-child(3) {
            top: 180px;
          }
          .container .thorns > div:nth-child(4) {
            top: 220px;
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            left: 45px;
          }
          .container .sparkles {
            bottom: -40px;
          }
          .container .sparkles > div {
            width: 4px;
            height: 4px;
            border-radius: 100px;
            background: #ff96c0;
            box-shadow: 0px 0px 12px 2px #ff4e85;
            bottom: 0;
            opacity: 0;
            -moz-animation: sparkle 4s ease-in-out infinite;
            -webkit-animation: sparkle 4s ease-in-out infinite;
            animation: sparkle 4s ease-in-out infinite;
          }
          .container .sparkles > div:nth-child(1) {
            left: 60px;
            -moz-animation-delay: 3s;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
          }
          .container .sparkles > div:nth-child(2) {
            left: 158px;
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          .container .sparkles > div:nth-child(3) {
            left: -22px;
            -moz-animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
          }
          .container .sparkles > div:nth-child(4) {
            left: 10px;
            -moz-animation-delay: 1s;
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
          }
          .container .sparkles > div:nth-child(5) {
            left: 177px;
            -moz-animation-delay: 3s;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
          }
          .container .sparkles > div:nth-child(6) {
            left: -82px;
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          .container .sparkles > div:nth-child(7) {
            left: 45px;
            -moz-animation-delay: 3s;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
          }
          .container .sparkles > div:nth-child(8) {
            left: 74px;
            -moz-animation-delay: 3s;
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
          }
          .container .sparkles > div:nth-child(9) {
            left: -79px;
            -moz-animation-delay: 2s;
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
          }
          
          @-webkit-keyframes animationName{
            50% {
              opacity: 1;
            }
            100% {
              bottom: 250px;
            }
          }
          @-moz-keyframes sparkle {
            50% {
              opacity: 1;
            }
            100% {
              bottom: 250px;
            }
          }
          @-ms-keyframes sparkle {
            50% {
              opacity: 1;
            }
            100% {
              bottom: 250px;
            }
          }
          @keyframes sparkle {
            50% {
              opacity: 1;
            }
            100% {
              bottom: 250px;
            }
          }
          @-webkit-keyframes $animationName {
            50% {
              -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
              top: 80px;
              left: 100px;
            }
            100% {
              -moz-transform: rotate(-60deg);
              -ms-transform : rotate(-60deg);
              -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
              top: 210px;
              left: -30px;
            }
          }
          @-moz-keyframes openRose2 {
            50% {
              -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
              top: 80px;
              left: 100px;
            }
            100% {
              -moz-transform: rotate(-60deg);
              -ms-transform: rotate(-60deg);
              -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
              top: 210px;
              left: -30px;
            }
          }
          @-ms-keyframes openRose2 {
            50% {
              -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
              top: 80px;
              left: 100px;
            }
            100% {
              -moz-transform: rotate(-60deg);
              -ms-transform: rotate(-60deg);
              -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
              top: 210px;
              left: -30px;
            }
          }
          @keyframes openRose2 {
            50% {
              -moz-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
              top: 80px;
              left: 100px;
            }
            100% {
              -moz-transform: rotate(-60deg);
              -ms-transform: rotate(-60deg);
              -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
              top: 210px;
              left: -30px;
            }
          }
          @-webkit-keyframes $animationName {
            100% {
              -moz-transform: rotate(60deg);
              -ms-transform: rotate(60deg);
              -webkit-transform: rotate(60deg);
              transform: rotate(60deg);
            }
          }
          @-moz-keyframes openRose3 {
            100% {
              -moz-transform: rotate(60deg);
              -ms-transform: rotate(60deg);
              -webkit-transform: rotate(60deg);
              transform: rotate(60deg);
            }
          }
          @-ms-keyframes openRose3 {
            100% {
              -moz-transform: rotate(60deg);
              -ms-transform: rotate(60deg);
              -webkit-transform: rotate(60deg);
              transform: rotate(60deg);
            }
          }
          @keyframes openRose3 {
            100% {
              -moz-transform: rotate(60deg);
              -ms-transform: rotate(60deg);
              -webkit-transform: rotate(60deg);
              transform: rotate(60deg);
            }
          }
          @-webkit-keyframes $animationName {
            100% {
              -moz-transform: rotate(-30deg);
              -ms-transform: rotate(-30deg);
              -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
            }
          }
          @-moz-keyframes openRose4 {
            100% {
              -moz-transform: rotate(-30deg);
              -ms-transform: rotate(-30deg);
              -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
            }
          }
          @-ms-keyframes openRose4 {
            100% {
              -moz-transform: rotate(-30deg);
              -ms-transform: rotate(-30deg);
              -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
            }
          }
          @keyframes openRose4 {
            100% {
              -moz-transform: rotate(-30deg);
              -ms-transform: rotate(-30deg);
              -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
            }
          }
          @-webkit-keyframes $animationName {
            100% {
              -moz-transform: rotate(30deg);
              -ms-transform: rotate(30deg);
              -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
            }
          }
          @-moz-keyframes openRose5 {
            100% {
              -moz-transform: rotate(30deg);
              -ms-transform: rotate(30deg);
              -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
            }
          }
          @-ms-keyframes openRose5 {
            100% {
              -moz-transform: rotate(30deg);
              -ms-transform: rotate(30deg);
              -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
            }
          }
          @keyframes openRose5 {
            100% {
              -moz-transform: rotate(30deg);
              -ms-transform: rotate(30deg);
              -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
            }
          }
          @-webkit-keyframes $animationName {
            50% {
              box-shadow: 0px 0px 60px #f594b8;
            }
          }
          @-moz-keyframes glowing {
            50% {
              box-shadow: 0px 0px 60px #f594b8;
            }
          }
          @-ms-keyframes glowing {
            50% {
              box-shadow: 0px 0px 60px #f594b8;
            }
          }
          @keyframes glowing {
            50% {
              box-shadow: 0px 0px 60px #f594b8;
            }
          }  
@media screen and (min-width: 1025px){
    .plantesList {
        display: grid;
        grid-template-columns:  33% 33% 33%;
        margin-left: 10%;
        margin-right: 10%;
    }
    .divPlante{
        grid-column:auto;
        margin-left: 6%;
    }

    .divPlante img{
        width: 100%;
        height: auto;
        max-height: 300px;
      
    }

    ul{
        display: flex;
        flex-direction: row;
        width: 75%;
        justify-content: space-evenly;
    }
}