
body {font-family: 'Cabin', sans-serif;line-height: 20px;color: #999999;font-size: 300;font-size: 16px;padding: 0;margin: 0;background: #3e9fd8;}

h1, h2, h3, h4, h5, h6, a{font-weight: 600;}


.banner{width:100%;min-height:25%;text-align: center;background: #fff;}
.banner img{max-width: 100%; width:50%;margin-top: 6%;}
.infos{background-color: ; text-align: center;padding-top: 6%;background:url(../img/bg.png)#3e9fd8 no-repeat center top;}
.infos h1{font-size:2.5em;color: #fff;margin-bottom: 4%;}
 a{background: #f8931d; padding:22px;border-radius: 10px;color: #fff;font-size: 1.1em;width:15%;margin: 0 auto;text-decoration: none;font-style:italic;}
 a:hover{background: #2fb6c4;}

 @media (max-width: 1300px) {
.infos h1{width:75%;line-height: 45px;margin:100px auto 50px;}
}
 @media (max-width: 800px) {
.infos{background:#3e9fd8 }
}
 @media (max-width:400px) {
 .banner img{width:75%;}
.infos h1{font-size: 1.5em;}
 a{font-size: 0.8em;}

}