*
{
    margin:0;
    padding:0;
    font-family: 'Gothic A1', sans-serif;
}
#technos
{
    background-color:#000;
    color:white;
    padding-left:10%;
    padding-right:10%;
    padding-top:50px;
    padding-bottom:70px;
}
.tech-bloc
{
    margin-top:40px;
    margin-bottom:20px;
}
.tech-bloc h2
{
    margin-bottom:20px;
}
.tech
{
    display:inline-block;
    padding:7px;
    margin:5px;
    background:linear-gradient(90deg, #DA3958 0%, #DA4739 100%);
    color:white;
    border:1px solid black;
    border-radius:5px;
    box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;
}
@media screen and (max-width:1300px)
{
    #technos
    {
      padding-left:15%;
      padding-right:15%;
    }
}
@media screen and (max-width:1000px)
{
    #technos
    {
      padding-left:5%;
      padding-right:5%;
    }
}