body{
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 300;
    font-size: 14px;
    color:#282828;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

body, html{
    overflow-x:hidden;
}



table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 20px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #222222;
    color: white;
}



/* Link style
---------------------------------------------------------*/
a:hover img:hover
{
    width: 210px;
}
a:hover img:hover.icone
{
    width: 50px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
a:hover img:hover.logo
{
    width: 50px;
}
a:hover img:hover.Menulogo:hover
{
    width: 115px;
}

a:hover img:hover.Menucroquis:hover
{
    width: 160px;
}
a {
    color: #2f93a5;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #333333;
    text-decoration: none;
}


/* === Typography === */

h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    margin:0;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size     : 12px;
}



button:focus {
    outline: none;
}


/*IMAGES*/
img {
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}



input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}