<@font-face {
    font-family: 'DDG_ProximaNova';
    src: url("/fonts/ProximaNova-Sbold-webfont.eot");
    src: url("/fonts/ProximaNova-Sbold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Sbold-webfont.woff") format("woff"), url("/fonts/ProximaNova-Sbold-webfont.ttf") format("truetype"), url("/fonts/ProximaNova-Sbold-webfont.svg#proxima_nova_ltsemibold") format("svg");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'DDG_ProximaNova';
    src: url("/fonts/ProximaNova-Light-webfont.eot");
    src: url("/fonts/ProximaNova-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/ProximaNova-Light-webfont.woff") format("woff"), url("/fonts/ProximaNova-Light-webfont.ttf") format("truetype"), url("/fonts/ProximaNova-Light-webfont.svg#proxima_nova_ltlight") format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Lucida;
    src: local('☺'), url('/fonts/Lucida Grande.ttf') format('TrueType');
}

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Arial, Verdana, sans-serif;
    font-weight: lighter;
    background: #f8f8f8 url('/img/noise.png');
}

#nav {
    /* top: 0; */
    /* position: fixed; */
    
    margin: 0;
    height: 50px;
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #404040),
    color-stop(1, #000000)
);
background-image: -o-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -moz-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -webkit-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -ms-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: linear-gradient(to bottom, #404040 0%, #000000 100%);
}

header, footer {
    /* margin-top: 50px; */
    margin-top: 0;
    background: url('/img/piano.png');
}

header {
    height: 200px;
}

header div, footer div {
    width: 100%;
    margin: auto;
}

@media all and (min-width: 1100px) {
    header {
        background-size: 100%; /* TODO */
    }
}

header h1, footer h1 {
    padding-top: 20px;
    margin-bottom: 5px;
    color: white;
}

header p, header h1, .footer-col h1, .footer-col ul {
    padding-left: 55px;
}

header p {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
    margin-bottom: 10px;
    /* http://www.scriptol.com/css/text-shadow.php */
}

#metabody {
    max-width: 1100px;
    margin: auto;
    /* min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px; */
}

/* .push {
    height: 200px;
} */

#body {
    margin: auto;
    /* max-height: 1000px; */
    /* overflow: visible; */
}

#main {
    /* font-family: Arial; */
    line-height: 1.3em;
    /* width: 100%; */
    background: #f8f8f8 url('/img/noise.png');
}

.content {
    padding: 20px 55px;    
}

aside {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #e0eaf1;
    color: #3e6d8e;
    border: 2px solid #3e6d8e;
    /* clear: none; */
}

#skype {
    clear: both;
    background: white;
}

#skype h2 {
    margin-bottom: 0;
    text-align: center;
}

#media {
    overflow: hidden;
}

hr {
    background: #3e6d8e;
    height: 1px;
    border: none;
    clear: both;
}

aside div {
    padding: 10px;
}

footer {
    color: white;
    width: 100%;
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #404040),
    color-stop(1, #000000)
);
background-image: -o-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -moz-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -webkit-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -ms-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: linear-gradient(to bottom, #404040 0%, #000000 100%);    
clear: both;
margin: 0;
}

nav a, footer a {
    color: white;
}

a {
    color: #3e6d8e;
    text-decoration: none;
}

.title {
    padding: 10px;
}

nav li {
    padding-top: 7px;
    float: left;
}

nav {
    display: block;
    margin: auto;
    width: 500px;
}

nav li {
    margin: 0;
    width: 100px;
}

.important {
    display: none;
}

nav a {
    display: block;
    text-align: center;
    padding: 8px;
    /* border: 2px solid white; */
    border: 0;
    border-radius: 8px;
}

nav a:hover {
    /* color: #444; */
    color: white;
    background: #697487;
}

/* nav right, aside, media body */

/* nav.right {
    width: 450px;
    height: 50px;
    display: block;
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #404040),
    color-stop(1, #000000)
);
background-image: -o-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -moz-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -webkit-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: -ms-linear-gradient(bottom, #404040 0%, #000000 100%);
background-image: linear-gradient(to bottom, #404040 0%, #000000 100%);
    margin: 0 -100% 0 0;
} 

nav.right a {
    width: 130px;
    border: 2px solid transparent;
} */

/* e1cc8c */

a:hover {
    color: #697487;
}

.well {
    /* border: 1px solid #666; */
    padding: 10px;
    background: #e0eaf1;
    border-radius: 10px;
}

#main p {
    margin-bottom: 10px;
}

#main ul {
    list-style-type: square;
}

#main li {
    margin-bottom: 10px;
}

p, ul li {
    text-align: justify;
}

.tag {
    color: #3e6d8e;
    background-color: #e0eaf1;
    margin: 5px 10px 5px 0;
    padding: 15px 5px;
    text-decoration: none;
    font-size: 1em;
    line-height: 20px;
    white-space: nowrap;
    display: inline-block;
    border-radius: 10px;
    width: 150px;
    /* height: 40px; */
    text-align: center;
    vertical-align: middle;
    float: left;
}

h1, h2 {
    font-family: DDG_ProximaNova;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.5em;
    color: #3e6d8e;
    /* border-bottom: 3px solid black; */
    margin-bottom: 10px;
    clear: both;
}

#main h1 {
    /* letter-spacing: 0.05em; */
}

h2 {
    font-size: 1.5em;
}

.note {
    font-size: smaller;
}

strong {
    font-weight: bold;
}

input, textarea {
    font-size: 1.3em;
}

iframe {
    margin-bottom: 10px;
}

#networks {
/*    background: #ccc; */
}

.input-group input {
    margin: 0;
}

#mail {
    padding: 2px;
    border: 1px solid #333;
    /* float: left; */
}

#ok {
    padding: 2px;
    border: 1px solid #333;
}

table td {
    padding: 10px;
}

table {
    margin-bottom: 10px;
}

#tarifs td.coin {
    border: 0;
}

#tarifs {
    font-size: smaller;
}

.alert {
    border: 2px solid white;
    border-radius: 8px;
    padding: 8px;
}

.success {
    border-color: forestgreen;
    color: forestgreen;
}

.danger {
    border-color: red;
    color: red;
}

#buttons {
    padding-right: 10px;
}

.button {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 10px;
    color: #e0eaf1;
    /* background-color: #3e6d8e; */
    background-color: white;
    border: 2px solid #3e6d8e;
    /* font-size: bigger; */
    font-size: 1em;
    width: 50%;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 8px;
    background-color: #3e6d8e;
    margin: 0 -30px 0 40px;
    font-size: larger;
    line-height: 1.2em;
}

.button.left {
    margin: 0 -30px 0 0;
    padding-top: 18px;
}

.button:hover {
    color: #3e6d8e;
    background-color: #e0eaf1;
    /* cursor: pointer; */
}

#skype a {
    display: inline-block;
    width: 100px;
    height: 32px;
}

#skypecall {
    background: url('/img/skypecall.png') no-repeat 50%;
    /* margin-left: 50px; */
}

#skypechat {
    background: url('/img/skypechat.png') no-repeat 50%;
}

#contact td {
    vertical-align: top;
}

#contact table {
    border: 1px solid #999;
    border-radius: 10px;
    border-collapse: separate;
}

#tarifs td {
    border: 1px solid #999;
}

footer li {
    margin-bottom: 5px;
}

footer h1 {
    font-size: 1.5em;
}

.footer-col {
    display: inline-block;
    padding-top: 30px;
}

footer {
    font-size: smaller;
}

#media a {
    display: inline-block;
}

#skype, #media {
    text-align: center;
}

textarea {
    height: 200px;
}

@media all and (max-width: 500px) {
    .content {
        padding: 20px 10px;
    }

    #nav1 {
        width: 200px;
    }

    #nav2 {
        width: 300px;
        clear: both;
    }

    #nav {
        height: 90px;
    }

    header p, header h1, .footer-col h1, .footer-col ul {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #media {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    footer h1 {
        padding-top: 0;
    }

    input, textarea {
        width: 90%;
    }

    #skype {
        clear: both;
    }
}

@media all and (min-width: 740px) {
    .little {
        display: none;
    }

    .important {
        display: block;
        min-width: 220px;
    }

    nav {
        width: 740px;
    }

    .footer-col {
        width: 33%;
    }

    footer {
        height: 200px;
    }

    #media {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media all and (min-width: 900px) {
    #body {
        margin-right: 400px;
    }

    #main, aside {
        float: left;
    }

    aside {
        width: 350px;
    }

    #skype {
        clear: none;
        margin: 20px -100% 20px 0;
    }

    #media {
        margin: 150px -100% 20px 0;
    }
}

@media all and (min-width: 1100px) {
    #body {
        margin-right: 450px;
    }

    #main {
        float: left;
    }

    aside {
        width: 450px; /* float left for #main and aside ? */
    }

    nav {
        width: 1100px;
    }

    nav li {
        width: 20%;
    }

    header div, footer div {
        width: 1100px;
    }
}

.tarif {
    font-family: Helvetica Neue;
    font-size: 1.6em;
    color: #3e6d8e;
}

p {
    margin-top: 1em;
}

.note {
    color: #666;
}

.right {
    padding-left: 1em;
}

header a {
    color: #ace;
}