@font-face {
    font-family: 'dinregular';
    src: url('../font/din-regular/din-regular-webfont.eot');
    src: url('../font/din-regular/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/din-regular/din-regular-webfont.woff') format('woff'),
         url('../font/din-regular/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinbold';
    src: url('../font/din-bold/din-bold-webfont.eot');
    src: url('../font/din-bold/din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/din-bold/din-bold-webfont.woff') format('woff'),
         url('../font/din-bold/din-bold-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.rose {color: #ce146a;}
.blue {color: #00b2e8;}
.white {color: #ffffff;}
.tacenter { text-align: center}

.ml20 {margin-left: 20px;}
.mb35 {margin-bottom: 35px;}
.mt20 {margin-top: 20px;}

.fs18 {font-size: 18px;}
.fs16 {font-size: 16px;}
.fs14 {font-size: 14px;}

.underline {text-decoration: underline;}

body {font-family: 'dinregular'; color: #211959; font-size: .9em}

main {background-color: #f6f6f6; padding-top: 40px; padding-bottom: 35px;}
.container {max-width: 1280px; margin: auto;}

table td {padding: 5px; vertical-align: top;}
table td p {margin-top: 0;}

a { color: #00b1eb; text-decoration: none }
h1 { padding-top: 40px;}
.sizeup { font-size: 1.3em; }
body>header { text-align: center; position: relative; }
body>header i { position: absolute; top:30px; left:30px}

form div {display: flex; justify-content: center; align-items: baseline;}
form div fieldset {width: 260px; display: inline-block; border: none; font-weight: bold; vertical-align: middle; }
form i, .recap-procedure>div i {font-size: 1.5em; vertical-align: sub}
legend, fieldset>label {margin-bottom: 10px; padding-top: 25px; display: block; padding-bottom: 0; font-size: 15px; font-family: 'dinbold';}
fieldset>label { margin-bottom: 15px;}
legend i, fieldset>label i {margin-right: 5px;}

.container-input { display: flex; justify-content: flex-start; align-items: center; border-radius: 10px; background-color: white; box-shadow: 2px 2px 5px #7e7e7e inset; padding: 5px; }
.container-input.container-ingestion { justify-content: space-around}
.container-input i { margin: 0 10px }
.container-input input { border: 0; width: 75%; font-size: 1.4em; padding: 5px 0; display: inline-block;}
.container-input input[type="radio"] { width: 19px; color: #ce146a; margin: 11px 10px 10px 5px; }
.container-input select { border: none; font-size: 1.2em; margin:7px 0}

.container-submit {text-align: center; margin-top: 23px;}
input[type="image"], .btn { transition: opacity 0.3s ease-out; opacity:.7 }
input[type="image"]:hover, .btn:hover { opacity: 1 }
input[type="submit"].btn {opacity: .7; background-color: #ce146a; padding: 15px 30px; border-radius: 40px; color: #fff; border: none; cursor: pointer;}
input[type="submit"].btn:hover {opacity: 1;}

.recap-procedure { max-width: 730px; margin:auto;}
.recap-procedure>div { display: inline-block; }
.recap-procedure div.titre {font-weight: bold; margin-right: 60px; font-size: 1.1em}
.recap-procedure-date span { margin: 0 40px 0 15px}

hr { color:#dadada; background-color: #dadada; margin: 30px 0; border: 0; height: 1px;}

.dose { display: inline-block; width: 49%; margin-bottom: 30px; vertical-align: top; }
.dose li { margin-bottom: 5px; font-weight: bold; font-size: 16px }
.dose li span { font-weight: normal; font-size: 14px}

.optional { background: #fff; padding: 10px 20px 20px 20px; width: 660px; margin: auto; color: #666; margin-bottom: 40px;}
.optional input { padding: 7px; background: #e0e0e0; margin-right:20px; border: 0; margin-left: 20px; }
.optional .col { display: inline-block; width: 49%; text-align: center;}
.btn-pdf { margin-right:20px }

h2 { font-size: 1.1em; margin-top: 50px; margin-bottom: 20px;}
body>footer { margin-top: 40px; padding: 25px 0 70px 0; background-color: #0d2357}
body>footer a { color: #fff; text-decoration: none; }
body>footer a:hover { text-decoration: underline; }
body>footer .pub { color: rgba(255,255,255,.4); }

footer .logos-footer {display: flex; justify-content: center; align-items: center;}
footer .logos-footer a {margin: 20px;}

.error {border: 1px solid red; color:red; padding: 10px; text-align: center; }

.results-correct a {opacity: .7; background-color: #ce146a; padding: 15px 30px; border-radius: 40px;}
.results-correct a:hover {opacity: 1;}

.get-results {display: none;}

.connexion main {min-height: 50vh;}
.connexion form>div {flex-direction: column; justify-content: center; align-items: center;}
.connexion footer {margin-top: 0;}

@media screen and (min-width: 650px) {
    .responsive { display: none !important}

    body>header i { font-size: 5em; }
    body > footer .container { display: flex; justify-content: space-around}
    /* body > footer .container > div { width: 33%;} */
    body > footer .container > div:nth-child(3) { text-align: right;}
}
@media screen and (max-width: 650px) {
    body { font-size: 1.1em }
    .desktop { display: none!important;}

    body>header i { font-size: 2em; top:0px; left:10px; }
    form>div { flex-direction: column }
    form>div fieldset { width: 90%; margin: auto; }
    .container-input { flex-direction: row }

    .recap-procedure { width: 90%; margin:auto}
    .titre { margin-bottom: 30px;}
    .optional { width: 100%; box-sizing: border-box }
    .optional .col { display: block; width: 100%; margin-bottom: 20px;}
    .optional .col label, .optional .col input { width: 47%; display: inline-block; text-align: left; margin: 0;}

    .recap-procedure>div.recap-procedure-date { text-align: center; display: block;}
    .recap-procedure>div.recap-procedure-date span { margin-bottom: 20px; display: inline-block; font-size: 1.2em}

    .dose { width: 100%;}
    .dose:first-of-type { border-bottom: 1px solid #dadada; padding-bottom: 20px;}
    footer { text-align: center; }
    footer a { margin-bottom: 30px; display: block;}
}