@font-face {
font-family: 'gotham light';
src: url('http://www.dargaud.com/static/tontongeorges/font/Gothamlight.ttf');
}
    
h1{
    font-size: 24px;
}

body{
    background-color: white;
    font-family: 'Kranky', cursive;
}

body div{
   margin-top: 5px;
}

.logo img{
    width: 37%;
}

.logodargaud {
    width: 100px;
}

header{
    text-align: center;
    
}

.main{
    text-align: center;
    
}

.strip img{
    width: 70%;
}

.fleche {
    padding:0;
    margin:0;
}

.phone img{
    width: 55%;
}

.sms img {
    width: 75%;
    
}

.slogan{
font-size: 1.5em;
}

.numero {
    background-image: url("http://www.dargaud.com/static/tontongeorges/image/fond-cta.png"); 
background-size:     cover;                      /* <------ */
    background-position: center center;  
    color : white;
    text-align: center;
    padding: 15px;
}

.vcard{
    margin: 5% 0;
}
 .logovcard {
    
}
.footer{
    text-align:center;
}

.imgFleche {
    padding-top:30px;
    width:100%;
}

.tuto {
    padding: 5%;
    font-size: 19px;
}


@media(max-width:992px){    .imgFleche {max-width: 25%;}
}
@media(min-width:1200px){}
