@font-face {
    font-family: "Gotham rounded light";
    src: url("fonts/GothamRounded-Light.otf") format("OpenType"),
           url("fonts/GothamRoundedLight_21020.ttf") format("truetype");
   }
@font-face {
    font-family: "Gotham rounded book";
    src: url("fonts/GothamRounded-Book.otf") format("OpenType"),
           url("fonts/GothamRoundedBook_21018.ttf") format("truetype");
   }
@font-face {
    font-family: "myriadpro";
    src: url("fonts/MYRIADPRO-REGULAR.OTF") format("OpenType");
   }

h1{
    display :none;
}

body{
    margin:0;
    padding: 0;
    background-image: url('img/fond-min.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.container{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.icon{
    height: 30px;
    width: 30px;
    margin-right:30px;
}
a{
    color:white;
    text-decoration: none;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}
.text{
    margin-bottom: 0;
    width: 85%;
    margin: 0 auto;
    color: white;
}

.center{
    text-align: center; 
}

.main-text{
    font-size:52px;
    padding-bottom: 60px;
    font-family: 'Gotham rounded light';
}
.view{
    font-size: 30px;
    padding-bottom: 60px;
    font-family: 'myriadpro';
}
.contact{
    font-family: 'Gotham rounded book';
    font-size: 15px;
    padding-bottom: 40px;
    text-decoration: underline;
}


@media (max-width:1450px){
    .main-text{
        font-size:40px;
    }   
}

@media (max-width:1160px){
    .main-text{
        font-size:35px;
    } 
    .view{
        font-size: 25px;
    }
}

@media (max-width:769px){
    .icon{
        margin-right: 15px;
    }
    .main-text{
        font-size:27px;
    } 
    .view{
        font-size: 17px;
    }
}

@media (max-width: 350px){
    header{
        padding-top: 15px;
    }
    .herissonImg{
        height: 35px;
    }
    .main-text{
        padding-bottom: 30px;
        font-size:25px;
    }
    .view{
        padding-bottom: 30px;
    }
    .contact{
        padding-bottom: 20px;
    }
}