
* { margin:0; padding:0; box-sizing: border-box; }

#contener {
	color:#333;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 320px;
	margin: 0 auto;
}

#main {
	margin: 0.5em auto;
}

@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
    body { zoom: 1.6; }
}



table { width: 100%; }
table, table td { border: none; }
.covid-title {
    text-align: center;
    padding: 0.25em 0.5em;
    font-size: 115%;
    line-height: 120%;
    background-color: #000191;
    color: #fff;
}
.covid-subtitle {
    padding: 0.25em 0.5em;
    font-size: 90%;
    line-height: 120%;
    text-transform: uppercase;
    background-color: #e1000f;
    color: #fff;
}
.covid-title a { color: #fff !important; }

#contener a { color:#022e6d; text-decoration:none;  }
#contener a:hover { color:#6666aa; text-decoration:underline; }
#contener .form-group { margin: 0.5em; }
#contener .form-group label { display: block; width: 100%; text-align: left; }
#contener .form-group input { width: 100%; margin: 0.2em 0 0.5em; padding: 0.2em 0.25em; font: 400 160% system-ui; border: none; border-radius: 0.25em; background-color: #eee; }
#contener .form-group textarea { width: 100%; margin: 0.2em 0 0.5em; padding: 0.2em 0.25em; font: 400 110% system-ui; border: none; border-radius: 0.25em; background-color: #eee; }
#contener .form-group select { width: 100%; margin: 0.2em 0 0.5em; padding: 0.2em 0.25em; font: 400 160% system-ui; border: none; border-radius: 0.25em; background-color: #eee; }

#contener .form-check {
    margin: 0;
}
#contener .form-check legend { font-size: 80%; margin-left: .8em; }
#contener .form-check .check-btn {
    display: inline-block;
    position: relative;
    width: 22.3%;
    height: 56px;
    padding: 0 ;
    margin: 2% 5%;
}
#contener .form-check .check-btn2 {
    width: 39.3%;
}
#contener .form-check label {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 1.6em .1em .2em;
    border-radius: .5em;
    color: #fff;
    background-color: #828282;
    text-align: center;
    font-size: 90%;
}
#contener .form-check input {
    position: absolute;
    top: -5px;
    left: -4px;
    width: auto;
    z-index: 1;
}
#contener .form-check input:checked + label {
    background-color: #e1000f;
}



.btn-attestation {
    padding: .5em .1em ;
    width: 90%;
    margin: 2% 5%;
    font-size: 120%;
    font-weight: 700;
    color: #fff;
    background-color: #000191;
    border-radius: .5em;
    cursor: pointer;
}

.option_font input { width: 38px !important; }
.option_font label { display: inline !important; }
.option_font img { width: 200px; vertical-align: bottom; margin-left: 15px; }

.btn-user {
    display: inline-block;
    padding: .5em .1em ;
    width: 90%;
    margin: 2% 5%;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    background-color: #000191;
    border-radius: .5em;
    cursor: pointer;
}
.btn-user span,
.btn-attestation span {
    display: block;
    font-size: 65%;
    font-weight: 400;
}

.falsebtn {
    display: inline-block;
    background-color: lightgrey;
    border-radius: 0.25em;
    cursor: pointer;
    padding: 0 0.2em;
    margin-left: 0.5em;
}

.grey {
    background-color: #d4d4d4;
    width: 39.3%;
}
.red {
    background-color: #910100;
}
