/* Generated on: Fri Oct 21 2016 14:38:18 GMT+0000 (UTC) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration : none;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/* ==========================================================================
   Start of custom Webflow CSS
   ========================================================================== */

* {
    box-sizing: border-box;
}
h1, h2, p {

    margin: 0;
    padding: 0;
}

body {
    height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 5px solid #dabc61;
    margin: 10px;
    padding: 15px;

    background-color: #183a64;
    font-family: Lato, sans-serif;
    color: #dabc61;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}

.logo {
    margin-bottom: 30px;
}

.titre {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sous-titre {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
}

a {
    text-decoration: underline;
}

.bouton {
    padding: 10px 20px;
    border: 2px solid #dabc61;
    border-radius: 50px;
    background-color: transparent;
    color: #dabc61;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bouton:hover {
    background-color: #dabc61;
    color: #183a64;
}

.socials {
    padding: 0;
}

.socials li {
    display: inline-block;
}
.socials li:first-child {
    margin-right: 15px;
}


@media (min-width: 767px) {
    
    body {
        margin: 30px;
        padding: 30px;
        justify-content: center;
        border-width: 10px;
        height: calc(100vh - 60px);
    }

}





/*body {
    height: 100%;
    margin: 0px;
    padding: 30px;
    background-color: #183a64;
    font-family: Lato, sans-serif;
    color: #dabc61;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}

h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 3px;
}

p {
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    font-size: 16px;
    font-weight: 300;
}

a {
    text-decoration: underline;
}

.cadre {
    position: fixed;
    left: 30px;
    top: 30px;
    right: 30px;
    bottom: 30px;
    display: block;
    border: 10px solid #dabc61;
}

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bouton {
    padding: 10px 20px;
    border: 2px solid #dabc61;
    border-radius: 50px;
    background-color: transparent;
    color: #dabc61;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.bouton:hover {
    background-color: #dabc61;
    color: #183a64;
}

.titre {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.descriptif {
    display: block;
    width: 60%;
}

@media (max-width: 991px) {
    .container {
        width: 75%;
    }

    .descriptif {
        width: 75%;
    }
}

@media (max-width: 767px) {
    body {
        padding: 20px;
    }

    .cadre {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        border-width: 5px;
    }

    .container {
        position: static;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding: 15px 15px 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 479px) {
    body {
        padding: 10px;
    }

    h2 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .cadre {
        border-width: 5px;
    }

    .container {
        width: 100%;
    }

    .titre {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 2px;
    }

    .logo-vinatelie {
        max-width: 75%;
    }
}
*/

