@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&display=swap";*,:before,:after{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth}ul{list-style:none}a{text-decoration:none;cursor:pointer;color:#000}@keyframes bounce{0%,to{transform:translateY(0)}30%{transform:translateY(-15px)}}@keyframes clignoter{0%,to{opacity:1}50%{opacity:0}}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bounce2{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes l16{to{transform:rotate(360deg)}}@keyframes l15{0%{height:0%}to{height:100%}}.loader{max-width:30px;width:50px;aspect-ratio:1;display:grid;border-radius:50%;border:2px solid rgba(0,0,0,0);border-color:#ccc rgba(0,0,0,0);animation:l16 15s infinite linear}.loader:before,.loader:after{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%}.loader:before{border-color:#1ba100 rgba(0,0,0,0);animation:inherit;animation-duration:5s;animation-direction:reverse}.loader:after{margin:8px}.top-nav{position:fixed;top:2rem;left:50%;transform:translate(-50%);width:fit-content;height:4rem;display:flex;justify-content:center;align-items:center;padding:0 2rem;background:#fff;font-size:1.25rem;border-radius:18px;box-shadow:0 10px 30px #0000001f;z-index:1900}@media(max-width:980px){.top-nav{top:1.5rem;padding:0 1rem;font-size:.875rem;height:3rem}}@media(max-width:640px){.top-nav{top:1rem;font-size:.875rem;padding:0 .5rem;height:3rem}}.top-nav .top-nav__links{margin:0;padding:0;display:flex;justify-content:center;gap:22px}@media(max-width:980px){.top-nav .top-nav__links{gap:8px}}@media(max-width:640px){.top-nav .top-nav__links{gap:6px}}.top-nav .top-nav__links a{display:flex;align-items:center;text-decoration:none;color:inherit;padding:.5rem 1.5rem}@media(max-width:980px){.top-nav .top-nav__links a{padding:.3rem .6rem}}@media(max-width:640px){.top-nav .top-nav__links a{padding:.3rem .4rem}}.top-nav .top-nav__links a .nav-label{padding-left:.8rem;min-width:6rem}@media(max-width:640px){.top-nav .top-nav__links a .nav-label{display:none}}@media(max-width:980px){.top-nav .top-nav__links a .nav-label{display:none}}@media(max-width:1200px){.top-nav .top-nav__links a .nav-label{display:none}}.top-nav .top-nav__links a:hover{color:#1ba100;background:#00000005;border-radius:18px;max-height:fit-content}#home header{width:100%;height:auto;color:#000}#home header h1{font-size:2.3rem;text-align:right}@media(max-width:980px){#home header h1{font-size:1.5rem;text-align:left}}@media(max-width:640px){#home header h1{font-size:1.5rem;text-align:center}}#home header .container-header{margin-top:120px;border-radius:15px;display:flex;justify-content:space-evenly;position:relative}@media(max-width:980px){#home header .container-header{margin-top:80px;flex-direction:row;align-items:center;gap:1.5rem;padding:0 1rem}}@media(max-width:640px){#home header .container-header{margin-top:60px;flex-direction:column;padding:0 1rem;gap:1rem}}#home header .container-header h3{font-size:1.5rem}@media(max-width:980px){#home header .container-header h3{font-size:1rem}}@media(max-width:640px){#home header .container-header h3{font-size:1rem}}#home header .container-header .content-presentation{padding:70px 20px;margin-right:-150px}@media(max-width:980px){#home header .container-header .content-presentation{padding:40px 20px;margin-right:0;text-align:left;flex:1}}@media(max-width:640px){#home header .container-header .content-presentation{padding:40px 0 20px;text-align:center}}#home header .container-header .content-presentation h1 span{color:#1ba100;font-size:4rem}@media(max-width:980px){#home header .container-header .content-presentation h1 span{font-size:1.5rem}}@media(max-width:640px){#home header .container-header .content-presentation h1 span{font-size:1.8rem}}#home header .container-header .content-photo{border-bottom:3px solid rgba(133,133,133,.3960784314);max-width:30%;display:flex;justify-content:center}@media(max-width:980px){#home header .container-header .content-photo{max-width:40%;flex:0 0 auto;border-bottom:none;border-radius:15px;overflow:hidden}}@media(max-width:640px){#home header .container-header .content-photo{max-width:100%}}#home header .container-header .content-photo img{max-width:550px;width:auto;border-radius:15px;height:auto}@media(max-width:980px){#home header .container-header .content-photo img{max-width:100%;width:100%;max-height:250px}}@media(max-width:640px){#home header .container-header .content-photo img{max-height:200px}}#home header .bounce{animation:bounce 1.5s infinite;text-align:center;padding:60px 0 100px;font-size:1.5rem;font-weight:700}@media(max-width:980px){#home header .bounce{padding:40px 0 60px;font-size:1.25rem}}@media(max-width:640px){#home header .bounce{padding:30px 0 40px;font-size:1rem}}#home .about{background:linear-gradient(to bottom,#ffffff82,#e0e0e0a0);display:flex;justify-content:space-evenly;gap:2rem;padding:0 2rem}@media(max-width:980px){#home .about{flex-direction:column;gap:1.5rem;padding:0 1rem}}@media(max-width:640px){#home .about{gap:1rem;padding:0}}#home .about p{font-size:.875rem;color:#777;font-weight:500}@media(max-width:640px){#home .about p{font-size:1rem}}#home .about .container-about{background:linear-gradient(135deg,#ffffff82,#e0e0e0a0);padding:70px;border-radius:15px;width:40%;height:auto;text-align:justify}@media(max-width:980px){#home .about .container-about{width:100%;padding:30px}}@media(max-width:640px){#home .about .container-about{width:100%;padding:30px 1.5rem;border-radius:10px}}#home .about .container-about span{color:#1ba100;font-size:1rem;font-weight:700}@media(max-width:640px){#home .about .container-about span{font-size:1rem}}#home .about .container-about .title{font-size:2rem;color:#1ba100;padding:35px 0;font-weight:700}@media(max-width:980px){#home .about .container-about .title{padding:20px 0;font-size:1.5rem}}@media(max-width:640px){#home .about .container-about .title{padding:15px 0;font-size:1.25rem}}@media(max-width:980px){#home .about .container-hello{width:100%}}#home .about .container-hello p{font-size:4rem;font-family:Courier New,Courier,monospace;color:#1ba100;font-weight:700;padding:60px 65px}@media(max-width:980px){#home .about .container-hello p{font-size:2rem;padding:30px 20px;text-align:center}}@media(max-width:640px){#home .about .container-hello p{font-size:1.5rem;padding:20px 1rem}}#home .about .container-hello img{width:100%;border-radius:15px;box-shadow:0 0 10px #00000080}@media(max-width:980px){#home .about .container-hello img{max-height:300px;object-fit:cover;border-radius:10px}}@media(max-width:640px){#home .about .container-hello img{max-height:200px;border-radius:8px}}#home .about .container-hello .clignote{animation:clignoter 1s infinite}.CentreFormation{padding:1rem 0}@media(max-width:640px){.CentreFormation{background-image:none!important}}.CentreFormation p.titre{font-size:2rem;color:#1ba100;padding:35px 0;font-weight:700;text-align:center}@media(max-width:980px){.CentreFormation p.titre{font-size:1.5rem;padding:25px 1rem}}@media(max-width:640px){.CentreFormation p.titre{font-size:1.25rem;padding:15px 1rem}}.CentreFormation .formation{display:flex;justify-content:space-evenly;gap:80px;padding:55px 130px}@media(max-width:1200px){.CentreFormation .formation{padding:40px 80px;gap:60px}}@media(max-width:980px){.CentreFormation .formation{flex-direction:column;padding:20px 1rem;gap:1.5rem}}@media(max-width:640px){.CentreFormation .formation{padding:20px 1rem;gap:1.5rem}}.CentreFormation .formation span{font-size:2rem;color:#1ba100;font-weight:700}@media(max-width:980px){.CentreFormation .formation span{font-size:1.5rem}}@media(max-width:640px){.CentreFormation .formation span{font-size:1.25rem}}.CentreFormation .formation p{padding:15px 0;font-size:1rem;color:#000;font-weight:700;text-align:justify}@media(max-width:640px){.CentreFormation .formation p{font-size:.875rem;padding:10px 0}}.CentreFormation .formation ul li{padding:5px;display:flex;align-items:center;gap:20px;font-size:1rem;color:#777;font-weight:700}@media(max-width:980px){.CentreFormation .formation ul li{gap:15px;font-size:.875rem}}@media(max-width:640px){.CentreFormation .formation ul li{gap:10px;font-size:.875rem;padding:8px 0}}.CentreFormation .formation .container-SLAM,.CentreFormation .formation .container-SISR{width:40%;padding:15px;background:linear-gradient(135deg,#ffffff82,#e0e0e0a0,#ffffff82)}@media(max-width:980px){.CentreFormation .formation .container-SLAM,.CentreFormation .formation .container-SISR{width:100%;padding:20px}}@media(max-width:640px){.CentreFormation .formation .container-SLAM,.CentreFormation .formation .container-SISR{padding:15px}}.CentreFormation .examenSIO{display:flex;justify-content:space-evenly;gap:80px;padding:4rem 12rem;align-items:flex-end}@media(max-width:1200px){.CentreFormation .examenSIO{padding:3rem 8rem;gap:60px}}@media(max-width:980px){.CentreFormation .examenSIO{flex-direction:column;padding:1rem;gap:1.5rem;align-items:stretch}}@media(max-width:640px){.CentreFormation .examenSIO{padding:1.5rem 1rem;gap:1.5rem}}.CentreFormation .examenSIO .examenText{width:40%}@media(max-width:980px){.CentreFormation .examenSIO .examenText{width:100%}}.CentreFormation .examenSIO span{font-size:2rem;color:#1ba100;font-weight:700}@media(max-width:980px){.CentreFormation .examenSIO span{font-size:1.5rem}}@media(max-width:640px){.CentreFormation .examenSIO span{font-size:1.25rem}}.CentreFormation .examenSIO p{padding:15px 0;font-size:1rem;color:#777;font-weight:700;text-align:justify}@media(max-width:980px){.CentreFormation .examenSIO p{font-size:.875rem;padding:10px 0}}.CentreFormation .examenSIO .examenTab{width:40%;overflow-x:auto}@media(max-width:980px){.CentreFormation .examenSIO .examenTab{width:100%;padding:0}}.CentreFormation .examenSIO .examenTab table{border-collapse:collapse;border:2px solid #1ba100;font-size:.8rem;letter-spacing:1px;width:100%}@media(max-width:980px){.CentreFormation .examenSIO .examenTab table{font-size:.75rem}}@media(max-width:640px){.CentreFormation .examenSIO .examenTab table{font-size:.65rem;letter-spacing:.5px}}.CentreFormation .examenSIO .examenTab th,.CentreFormation .examenSIO .examenTab td{border:1px solid #1ba100;padding:8px 10px}@media(max-width:640px){.CentreFormation .examenSIO .examenTab th,.CentreFormation .examenSIO .examenTab td{padding:6px 8px}}.CentreFormation .examenSIO .examenTab td:last-of-type{text-align:center}.CentreFormation .examenSIO .examenTab tbody tr:nth-of-type(2n){background-color:#0cc71c1a}.CV{background-image:none;padding:2rem 0;background:linear-gradient(to top,#ffffff82,#e0e0e0a0 80%)}@media(max-width:980px){.CV{padding:1.5rem 0}}@media(max-width:640px){.CV{padding:1rem 0}}.CV .title{font-size:2rem;color:#1ba100;padding:35px 0;font-weight:700;text-align:center}@media(max-width:980px){.CV .title{font-size:1.5rem;padding:25px 1rem}}@media(max-width:640px){.CV .title{font-size:1.25rem;padding:15px 1rem}}.CV p{text-align:left;font-size:1rem;color:#777;font-weight:700;line-height:1.5}@media(max-width:640px){.CV p{font-size:.875rem}}.CV span{color:#1ba100;font-size:1.25rem;font-weight:700}@media(max-width:980px){.CV span{font-size:1rem}}@media(max-width:640px){.CV span{font-size:.875rem}}.CV .downloadCV{margin:0 auto;display:flex;align-items:center;padding:20px 30px;font-size:1rem;font-weight:700;color:#fff;background-color:#1ba100;border:none;border-radius:5px;cursor:pointer}@media(max-width:980px){.CV .downloadCV{padding:15px 20px;font-size:.875rem}}@media(max-width:640px){.CV .downloadCV{padding:12px 15px;font-size:.875rem}}.CV .downloadCV .bounce2{padding:0 15px;animation:bounce2 3s linear infinite}@media(max-width:980px){.CV .downloadCV .bounce2{padding:0 10px}}.CV .containerCV{display:grid;grid-template-columns:1fr 1fr;gap:7rem;padding:60px 100px}@media(max-width:1200px){.CV .containerCV{padding:50px 60px;gap:2.5rem}}@media(max-width:980px){.CV .containerCV{grid-template-columns:1fr;padding:30px 20px;gap:2.5rem}}@media(max-width:640px){.CV .containerCV{padding:30px 1rem;gap:2rem}}.CV .timelineSectionLeft{width:100%}.CV .timelineSectionLeft .timelineTitle{text-align:right;padding-right:3rem;color:#1ba100;font-size:1.25rem;font-weight:700;margin-bottom:2rem}@media(max-width:980px){.CV .timelineSectionLeft .timelineTitle{margin-bottom:1.5rem}}@media(max-width:640px){.CV .timelineSectionLeft .timelineTitle{text-align:center;margin-bottom:1rem}}.CV .timelineSectionLeft .timelineItem{padding-right:20px;padding-left:0;text-align:right}@media(max-width:640px){.CV .timelineSectionLeft .timelineItem{padding-right:0;padding-left:20px}}.CV .timelineSectionLeft .timelineItem:before{right:0;left:auto}@media(max-width:640px){.CV .timelineSectionLeft .timelineItem:before{left:0}}.CV .timelineSectionLeft p{text-align:right}@media(max-width:640px){.CV .timelineSectionLeft p{text-align:left;margin-bottom:1rem}}.CV .timelineSectionRight{width:100%}.CV .timelineSectionRight .timelineTitle{text-align:left;padding-left:3rem;color:#1ba100;font-size:1.25rem;font-weight:700;margin-bottom:2rem}@media(max-width:980px){.CV .timelineSectionRight .timelineTitle{margin-bottom:1.5rem}}@media(max-width:640px){.CV .timelineSectionRight .timelineTitle{text-align:center;margin-bottom:1rem}}.CV .timelineSectionRight .timelineItem{padding-left:20px}.CV .timelineSectionRight .timelineItem:before{left:0}.CV .timelineSectionRight p{text-align:left}.CV .timeline{display:flex;flex-direction:column;gap:1.5rem}.CV .timelineItem{position:relative;padding-left:20px}@media(max-width:640px){.CV .timelineItem{padding-left:16px}}.CV .timelineItem:before{content:"";position:absolute;left:0;top:5px;width:4px;height:100%;background-color:#1ba100;border-radius:2px}@media(max-width:640px){.CV .timelineItem:before{width:3px}}.CV .timelineItem p{margin:0}.CV .timelineItemItem:hover:before{background:linear-gradient(to bottom,#1ba100,transparent)}.CarousselleComp{max-width:1300px;margin:0 auto;position:relative}@media(max-width:980px){.CarousselleComp{max-width:100%;padding:0 1rem}}@media(max-width:640px){.CarousselleComp{padding:0 .5rem}}.carousel-viewport{overflow:hidden;white-space:nowrap}.title{font-size:2rem;color:#1ba100;padding:35px 0;font-weight:700;text-align:center}@media(max-width:980px){.title{font-size:1.5rem;padding:25px 1rem}}@media(max-width:640px){.title{font-size:1.25rem;padding:15px 1rem}}.logo-slide{display:flex;align-items:center;width:max-content;animation:slide 25s linear infinite}.logo-slide:hover{animation-play-state:paused}.logo-item{display:inline-block}.logo-item img{height:200px;width:auto;margin:0 35px;display:block}@media(max-width:980px){.logo-item img{height:120px;margin:0 20px}}@media(max-width:640px){.logo-item img{height:80px;margin:0 15px}}.tooltip-floating{position:fixed;transform:translate(-50%,-110%);background:#0f0f0ff2;color:#fff;padding:10px 14px;border-radius:10px;font-size:.75rem;min-width:180px;z-index:9999;display:flex;flex-direction:column;gap:4px;pointer-events:none}@media(max-width:640px){.tooltip-floating{font-size:.65rem;min-width:140px;padding:8px 10px}}.tooltip-floating strong{font-size:.95rem;font-weight:700}@media(max-width:640px){.tooltip-floating strong{font-size:.8rem}}.tooltip-floating span{opacity:.85;font-size:.7rem}@media(max-width:640px){.tooltip-floating span{font-size:.6rem}}.tooltip-floating em{margin-top:4px;font-style:normal;font-size:.85rem;opacity:.6}@media(max-width:640px){.tooltip-floating em{font-size:.7rem;margin-top:2px}}.tooltip-floating:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:7px;border-style:solid;border-color:rgba(15,15,15,.95) transparent transparent transparent}@media(max-width:640px){.tooltip-floating:after{border-width:5px}}html,body{margin:0;padding:0;width:100%;min-height:100%}body{font-family:Nunito,sans-serif;background-color:transparent;background-image:url(/assets/bg-BwB0WlZw.svg);background-repeat:no-repeat;background-position:center top;background-size:1500px auto;background-attachment:scroll;overflow-x:hidden}@media(max-width:980px){body{background-position:center top;background-size:950px auto;background-attachment:scroll}}@media(max-width:640px){html{font-size:14px}body{background-position:center 20px;background-size:780px auto;background-attachment:scroll}}.bottom{width:100%;height:150px;background:linear-gradient(to bottom,#ffffff82,#e0e0e0a0 80%)}@media(max-width:980px){.bottom{height:60px}}@media(max-width:640px){.bottom{height:40px}}.top{width:100%;height:150px;background:linear-gradient(to top,#ffffff82,#e0e0e0a0 80%)}@media(max-width:980px){.top{height:60px}}@media(max-width:640px){.top{height:40px}}footer{text-align:center;width:100%;padding:20px 0;background:#fffc;color:#000;font-size:1rem}.projects{display:flex;flex-direction:column;gap:2rem;background:linear-gradient(to top,#ffffff82,#e0e0e0a0 80%)}.projects__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:22px 14rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:1200px){.projects__grid{padding:18px 6rem}}@media(max-width:980px){.projects__grid{padding:14px 2rem}}@media(max-width:640px){.projects__grid{grid-template-columns:1fr;padding:14px 1rem}}.downloadTab{display:flex;align-items:center;justify-content:center;width:fit-content;margin:0 auto;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:700;color:#fff;background-color:#1ba100;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.downloadTab .bounce3{animation:bounce3 3s linear infinite}.project-card{overflow:hidden;cursor:pointer;background:#ffffffd9;border:1px solid rgba(0,0,0,.08);border-radius:18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #00000014;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.project-card:hover{transform:translateY(-5px);border-color:#1ba10059;box-shadow:0 18px 50px #00000024}.project-card:before{content:"";display:block;height:6px;background:linear-gradient(90deg,#1ba100f2,#00aaff8c,#8c5aff73)}.project-card__img{width:100%;height:160px;object-fit:cover;filter:saturate(1.05) contrast(1.02);transition:transform .35s ease}.project-card:hover .project-card__img{transform:scale(1.04)}.project-card__body{padding:16px 16px 18px;height:100%}.project-card__meta{display:flex;flex-wrap:wrap;gap:10px;font-size:.9rem;color:#0009}.project-card__title{margin:8px 0 10px;font-size:1.1rem;font-weight:700;letter-spacing:.2px;color:#000}.project-card__short{margin:0;line-height:1.5;color:#000000bf}.project-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{padding:6px 12px;border:1px solid rgba(0,0,0,.1);border-radius:999px;font-size:.78rem;font-weight:700;color:#000000b8;background:#ffffffa6;transition:transform .15s ease,border-color .15s ease,color .15s ease}.tag:hover{transform:translateY(-1px);border-color:#1ba10059;color:#000000d9}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;padding:18px;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal{position:relative;overflow:hidden;display:flex;flex-direction:column;width:min(980px,100%);max-height:85vh;background:#ffffffeb;border:1px solid rgba(0,0,0,.1);border-radius:18px;animation:modalIn .2s ease;box-shadow:0 28px 80px #00000038}@media(max-width:640px){.modal{max-height:90vh;width:95%;border-radius:12px}}.modal__close{position:absolute;top:12px;right:12px;z-index:20001;width:42px;height:42px;cursor:pointer;color:#000c;background:#ffffffbf;border:1px solid rgba(0,0,0,.1);border-radius:14px;transition:transform .15s ease,background .15s ease,border-color .15s ease}@media(max-width:640px){.modal__close{width:36px;height:36px;top:8px;right:8px}}.modal__close:hover{transform:scale(1.03);background:#fffffff2;border-color:#1ba10059}.modal__header{display:flex;align-items:center;gap:16px;margin:2rem 0;padding:0 2rem;background:#ffffffb3;border-bottom:1px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:640px){.modal__header{flex-direction:column;align-items:flex-start;margin:0;padding:1.5rem;gap:12px}}.modal__img{width:auto;height:12rem;object-fit:cover;border:1px solid rgba(0,0,0,.08);border-radius:14px}@media(max-width:640px){.modal__img{width:100%;height:200px;border-radius:10px}}.modal__tags{display:flex;flex-wrap:wrap;gap:8px}.modal__body{flex:1;min-height:0;overflow-y:auto;padding:5rem}@media(max-width:640px){.modal__body{padding:1.5rem}}.modal__content{display:grid;gap:2rem}@media(max-width:640px){.modal__content{gap:1.5rem}}.modal__content h3{display:flex;align-items:center;gap:10px;margin:0 0 8px;font-size:1rem;font-weight:800;color:#000000d9}@media(max-width:640px){.modal__content h3{font-size:.9rem}}.modal__content h3:before{content:"";width:10px;height:10px;border-radius:999px;background:#1ba100;box-shadow:0 0 0 4px #1ba1001f}.modal__content .panel{padding:14px 14px 12px;background:#ffffffa6;border:1px solid rgba(0,0,0,.08);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:640px){.modal__content .panel{border-radius:12px;padding:10px 10px 8px}}.modal__content p{margin:0;line-height:1.55;color:#000000bf}@media(max-width:640px){.modal__content p{font-size:.9rem;line-height:1.5}}.modal__content ul{margin:0;padding-left:18px}@media(max-width:640px){.modal__content ul{padding-left:16px}}.modal__content ul li{margin:6px 0;color:#000000c7}@media(max-width:640px){.modal__content ul li{font-size:.9rem;margin:4px 0}}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.chip{padding:7px 12px;border:1px solid rgba(27,161,0,.22);border-radius:999px;font-size:.8rem;font-weight:800;color:#000000c7;background:#1ba1001f;transition:transform .15s ease,background .15s ease,border-color .15s ease}.chip:hover{transform:translateY(-1px);background:#1ba10029;border-color:#1ba10052}@keyframes modalIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounce3{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}60%{transform:translateY(-3px)}}
