@import url(https://fonts.googleapis.com/css?family=Courgette);

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    text-align: center;
    font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-wrap: break-word;
    width: auto;
}

a {
    font-size: 40px;
    font-family: 'Courgette', cursive;
}

.img_responsive {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.img_responsive2 {
    max-width: 20%;
    height: auto;
    border-radius: 6px;
}

#site_name {
    font-family: 'Courgette', cursive;
    text-align: center;
    font-size: 70px;
    color: #336699;
    margin: 0;
    padding: 0;
    line-height: 55px;
    font-weight: bold;
    letter-spacing: -2px;
    text-shadow: 0px 1px 0px #FFF;
}

#sous_titre {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-style: italic;
    font-size: 22px;
}

#texte {
    padding: 0 60px;
    font-size: 20px;
}

@media (max-width: 1300px) {

    #site_name {
        font-size: 70px
    }

    #sous_titre {
        font-size: 20px
    }
    #lienn{
        font-size: 50px;
    }
   
}

@media (max-width: 991px) {

    #site_name {
        font-size: 70px
    }

    #sous_titre {
        font-size: 20px
    }
    #lienn{
        font-size: 40px;
    }
    .img_responsive2 {
        max-width: 43%;
    }
   
}


@media (max-width: 767px) {

    #site_name {
        font-size: 60px
    }

    #sous_titre {
        font-size: 19px
    }

    #lienn{
        font-size: 35px
    }

    #texte {
        font-size: 18px;
    }
    .img_responsive2 {
        max-width: 50%;
    }
}

@media (max-width: 669px) {

    #site_name {
        font-size: 60px
    }

    #sous_titre {
        font-size: 18px
    }

    #lienn {
        font-size: 30px
    }

    #texte {
        font-size: 15px;
    }
    .img_responsive2 {
        max-width: 50%;
    }
}