@property --rotate{syntax:"<angle>";initial-value:132deg;inherits:false}@-webkit-keyframes fall{0%{top:-10%}to{top:100%}}@keyframes fall{0%{top:-10%}to{top:100%}}.card{width:150%;height:auto;aspect-ratio:2/3;padding:3px;position:relative;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:1.5em;cursor:pointer;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.card:hover{color:#fff;-webkit-transition:color 1s;-o-transition:color 1s;transition:color 1s}.card:hover:after,.card:hover:before{-webkit-animation:none;animation:none;opacity:0}.card:before{content:"";width:104%;height:102%;background-image:-webkit-gradient(linear,left top,left bottom,from(var(--rotate)),color-stop(#edf3f4),color-stop(43%,#8a0505),to(#fd0404));background-image:-webkit-linear-gradient(var(--rotate),#edf3f4,#8a0505 43%,#fd0404);background-image:-o-linear-gradient(var(--rotate),#edf3f4,#8a0505 43%,#fd0404);background-image:linear-gradient(var(--rotate),#edf3f4,#8a0505 43%,#fd0404);position:absolute;z-index:0;top:-1%;left:-2%;-webkit-animation:spin 90.5s linear infinite;animation:spin 90.5s linear infinite}.card h4{color:red;text-align:center;margin-top:2rem;background:-webkit-gradient(linear,left top,right top,from(red),to(#fff));background:-webkit-linear-gradient(left,red,#fff);background:-o-linear-gradient(left,red,#fff);background:linear-gradient(90deg,red,#fff);-webkit-background-clip:text;color:transparent;background-clip:text;font-size:2.5rem}.info{width:80%;max-width:430px;padding:10px;color:#fff;background:-webkit-gradient(linear,left top,right top,from(green),to(#fff));background:-webkit-linear-gradient(left,green,#fff);background:-o-linear-gradient(left,green,#fff);background:linear-gradient(90deg,green,#fff);-webkit-background-clip:text;color:transparent;background-clip:text;margin:auto}.texte{text-align:justify;background-color:#c20003;padding:10px;border-radius:5%;color:#fff}img{border-radius:50%;width:35%;-o-object-fit:cover;object-fit:cover;border:5px solid #fd0404}.clique{color:#000;background:red;background-clip:text;font-size:1.5em;font-family:cursive;text-align:center;margin-top:2rem;cursor:pointer}.snowflake{position:absolute;color:#fff;opacity:.8;font-size:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-animation-name:fall;animation-name:fall;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;top:-10%}.ingredient{-webkit-text-decoration:underline #eae2e2;text-decoration:underline #eae2e2}.list{padding:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:20px}