#titre {
    color: #085153;
    font-family: "Nunito", sans-serif;
    font-size: 500%;
    padding-left: 0;
    margin-left: 700px;
}

body {
    background-color: rgb(143, 143, 252);
}
.menutext{
    padding-top: 20px;
    margin: 30px;
    background-color : #8eccce;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(97, 95, 95, 0.1);
    border-radius: 8px;
}
.menutext:hover {
    background-color: #8ec8ca;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(133, 130, 130, 0.1);
}
.bouton {
    background-color : #06b3b9;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border-width: 2px; ;
    
    
}

.bouton:hover {
    background-color: #35cacf;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.sous{
    display: none;
    box-shadow: 0px 1px 2px #4e4b4b;
    background-color: #06b3b9;
}
nav > ul li:hover .sous{
    display: block;
    border-radius: 8px;
}
.sous li{
    float: none;
    width: 100%;
    text-align: center;
     padding: 10px;
}
.sous a{
    padding: 10px;
    border-bottom:none;
}
.sous a:hover{
    border-bottom: none;
    background-color: #8ec8ca;
    border-radius: 8px;
}
.deroulant > a::after{
    content: "▼";
    font-size: 12px;
    list-style-type: none;
}
.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: #7fbcbe;
    position: absolute;
    z-index: 1000;
}
nav ul li{
    float: left;
    text-align: center;
    position: relative;
    list-style-type: none;
}

button[type="bouton1"] {
   
}

button[type="bouton2"] {
    
}

button[type="bouton3"] {
  
}

button[type="bouton4"] {
  
}

button[type="bouton5"] {
   
}

button[type="bouton6"] {
  
}

button[type="bouton7"] {
  
}
button[type="bouton8"] {
  
}
button[type="bouton9"] {
  
}
button[type="bouton10"] {

  
}


#calculatrice{
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
#position-bouton{
    display: flex;
    flex-wrap: wrap;
    width: 330px;
    gap: 30px;
}
#position-bouton a{
    padding: 0;
}
#position-boutoncalc{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 150px;
    gap: 10px;
}
#position-boutoncalc a{
    padding: 0;
}
#position-bouton2{
    display: flex;
    flex-direction: column;
    width: auto;
}
#ecran{width: 500px;
height: 100px;
background-color: grey; border-radius: 12px;}
#menu{width: 99vw;
background-color: #7fbcbe;
display: flex;
border-radius: 14px;
}
/*page météo*/
.titre{
        color: #085153;
    font-family: "Nunito", sans-serif;
    font-size: 500%;
    padding-left: 0;
    margin-left: 700px;
}
p{color: rgb(222, 232, 240);
font-family: "Nunito", sans-serif;
font-size: x-large;}
#ville{size: 150%;}
#chercher{size: 150%;}
#map {
    height: 380px;
    width: 585px;
}
#chrono{
    color: #074042;
    font-family: "Nunito", sans-serif;
    font-size: 300px;
    position: fixed;
    top: 7%;
    left: 16%;
    -webkit-text-stroke: 4px black;
}