@charset "UTF-8";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#646cff;background-color:#ebf3fe;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-image:url(../icons/cloud.svg);background-repeat:no-repeat}h1{font-size:3.2em;color:#0065f2;text-transform:uppercase;margin:0}#app{width:80vw;margin:0 auto;padding:2rem;text-align:center}#app-body{width:100%;display:flex;padding:10px;justify-content:space-between;height:75vh}#location,#weather{height:100%}#location{width:25.3%;border-radius:15px;background-color:#fff}#myForm,#location ul,#chosen-location,#today-box,#next-days-box{margin:20px}#myForm,#location li{display:flex}#location ul,#next-days-box ul{list-style-type:none;padding:0}#myForm{justify-content:space-between;align-items:center;height:4vh}#ajouter{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:#0065f2;color:#fff;transition:border-color .25s}#myForm input{height:4vh;border-radius:10px}#city{width:63%;background-color:#ebf3fe;border:none;font-size:1.2em;font-weight:500;font-family:inherit;padding-left:20px}#ajouter{width:25%}.selectedCity{background-color:#0065f2;color:#fff}#location li{font-weight:700;align-items:center;padding-left:20px;padding-right:20px;height:7vh;margin-top:20px;margin-bottom:20px;border-radius:10px;background-color:#ebf3fe}#favorite-location li{display:flex;justify-content:space-between;align-items:center}#weather{background-color:#fff;width:70%;border-radius:15px;padding-left:15px;padding-right:15px}#chosen-location{display:flex;align-items:center;border-bottom:solid #0065F2 1px;height:4vh}#chosen-location h2{padding-left:15px;font-size:1.3em}#today-box{height:48%;display:flex;justify-content:space-between}.today{height:100%;width:48.5%;border-radius:10px}#today-logo{background-image:url(../icons/big/rain.svg);background-repeat:no-repeat;background-position:center;background-color:#ebf3fe}#today-description{display:flex;flex-direction:column;align-items:start;justify-content:center}#today-date,#today-comment,#today-temperateur{text-align:left;margin:0}#today-date{font-size:1.3em}#today-comment{font-size:2em;font-weight:700}#today-temperateur{font-size:1.8em;font-weight:700}#next-days-box{padding:0;height:33%}#next-days-box ul{margin:0;display:flex;justify-content:space-between;height:100%}#next-days-box li{height:100%;border-radius:10px;width:23%;background-color:#ebf3fe;box-shadow:inset 0 0 15px #0065f24d}#j1,#j2,#j3,#j4{background-image:url(../icons/small/rain.svg);background-repeat:no-repeat;background-position:50% 30%}.date{margin-top:20px;height:45%}.comment,.temperature{font-weight:bolder}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:999;display:none}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 6px #0000004d;z-index:1000;display:none}.modal button{background-color:#ff4d4d;color:#fff;border:none;padding:10px;cursor:pointer;border-radius:5px}.modal button:hover{background-color:#e60000}
