@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300&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;}
    .container {
        margin-top: 30px;
        color: rgb(80, 87, 80);
    }

    span {
        color: rgb(80, 87, 80);
    }
    nav a {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: rgb(87, 87, 87);
        font-size: 20px;
      
    }
    a{padding:10px;
    font-size: 18px;}
  
    p{font-family: 'Roboto', sans-serif;}
    h3{font-family: 'Dosis', sans-serif;}
    


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;
}

p{margin-top: 34px;}
#texte{margin: 30px;}

footer {
    margin-top: 100px;
    background-color: #000;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 200px;
}

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;
}
video{
    height: 200px;
}