@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');

header{ display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 100px;
background:url(image/solutionsworks.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 60px;}
    nav a {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: rgb(87, 87, 87);
        font-size: 20px;
      text-decoration: none;
      display: flex;
      flex-direction: column;
    }

a {
    padding: 10px;
    font-size: 18px;
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    position: sticky;
    top: 0;
}

nav h1 {
    font-size: 20px;
}

nav .onglets {
    display: flex;
    flex-wrap: wrap;
}

nav .onglets p {
    font-size: 17px;
    margin-right: 10px;
    cursor: pointer;
}

nav .onglets input {
    margin: 8px 20px;
    padding: 15px;
    border-radius: 30px;
    border: none;
    background-color: #f2f2f2;
    outline: none;
}

footer {
    margin-top: 60px;
    background-color: #000;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .social-media {
    display: flex;
}

footer .social-media p {
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    width: 20px;
    cursor: pointer;
}


#myInstagramLink { 
    color: white;
    font-size: 42px;
}
img{width: 400px;}
 p{font-family: 'Roboto', sans-serif;
text-align: justify;
margin: 30px;}


h2{
    font-family: dancing script;
}
h5{
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 14px;
}
@media screen and (max-width: 480px){
form{
    background-color: #fff;
    width: 50px;
    height: 10px;
}
input{
width: 111px;
margin: 38px 9px;

}
  
  img{
   
    object-fit: cover;
  }


footer{
    width: 100%;
    padding-top: -80px;
}
}