@charset "UTF-8";

/* Imports */

@import url("font-awesome.css");
@import url("cookielaw.css");

/* Global */

body {
    font-family: muli, tahoma, arial, verdana, sans-serif;
    font-weight: 300;
    color: white;
    background: url(../img/bg.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}

p.noscript,
p.browserupgrade {
    background-color: #e90000;
    padding: 10px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
}

.disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.3;
    background: #CCC;
}

/* Links */

a {
    text-decoration: none;
}

a:link {
    color: #222;
}

a:visited {
    color: #222;
}

a:hover,
a:focus,
a:active {
    color: red;
    text-decoration: none;
}


/* Forms */

input,
select,
textarea {
    font-family: muli, tahoma, arial, verdana, sans-serif;
    font-size: 1em;
    padding: 8px 10px;
    background-color: white;
    border: 1px solid silver;
}

form table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

input.submit {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #213b5c;
    color: white;
    text-align: center;
    border: none;
    font-size: 0.9em;
}

input.submit:hover {
    background-color: #0083c7;
}

div.retour_invalide {
    padding: 10px;
    color: gray;
    font-size: 0.9em;
    margin-bottom: 30px;
    padding-left: 45px;
    background: #fafafa url(../img/icon_invalid.png) no-repeat 10px center;
    border: 1px solid silver;
}

div.retour_valide {
    padding: 10px;
    color: gray;
    font-size: 0.9em;
    margin-bottom: 30px;
    padding-left: 45px;
    background: #fafafa url(../img/icon_valid.png) no-repeat 10px center;
    border: 1px solid silver;
}

/* Global */

hr.line {
    background-color: #dedede;
    height: 1px;
    margin: 25px 0;
    border: 0;
}
div.global {
    position: absolute;
    top: 0;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background-color: white;
    padding: 75px;
    -webkit-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
}
div.global div.logo {
    margin-bottom: 50px;
}
div.global h2 {
    font-family: muli, tahoma, arial, verdana, sans-serif;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 300;
    color: red;
}
div.global div.main {
    color: #222;
    font-size: 0.9em;
    text-align: justify;
}
div.global div.main table {
    margin: 25px 0;
}
div.global div.main table, div.global div.main table tr, div.global div.main table td, div.global div.main table th {
    border-color: #222;
}
div.global iframe.map {
    border: none;
    width: 100%;
    height: 225px;
    margin-top: 25px;
}