* {
    margin: 0;
    padding: 0;
}
body, #body{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 0!important;
    padding-top: 20px;
}
form{
    margin: 5px;

}
h4{
    line-height: 45px;
    text-transform: uppercase;
}
#google_translate_element{
    margin-top: 3px;
}
.currDescription{
    text-transform: capitalize;
    font-weight: bold;
}
#meteo-text{
    height: 30px;
    padding-left: 5px;
    width: 215px;
    text-align: center;
}
#button {
    margin-top: 5px;
    padding: 5px;
    cursor: pointer;
}
#previsions{
    border:1px solid#000;
    display: grid;
    grid-template-columns: repeat(4,25%);
    text-transform: capitalize;
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
}
#previsions h1{
    grid-column: span 4;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

#previsions section{
    display: grid;
    grid-auto-rows: 50px;
}
#previsions section p {
    align-self: center;
    padding: 15px 0;
    border-top: 1px solid;
}
 #icone img {
    justify-self: center;
    align-self: center;
    margin-top: -7px;
 }
#currentMeteo{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    line-height: 25px;
}
.des {
    font-size: 30px;
    font-weight: bolder;
    text-transform: capitalize;
}
.currTemp img{
    margin-left: -50px;

}
.currDescription img {
    width: 150px;
    height: 150px;
}
#lang-choose{
    width: 220px;
    display: flex;
    justify-content: center;
}
form{
    width: 50%;
}
.goog-te-gadget-icon {
    background: url('img/langue.png')!important;
    background-position: 0px 0px;
    height: 32px!important;
    width: 32px!important;
    margin-right: 8px!important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd{
    display: none !important;
}
section#icone p{
    padding: 0;
}
#previsions > section{
    border-left: 1px solid;
}
section#date-hours{
    border-left: 0;
}