@media (min-width: 576px) {
.membre, .activite {
  font-size: 12px;
}}
.container {
background-color: #8DAADD;
margin-top: 15px;
min-height: 100vh;
}.child {
max-width: fit-content;
margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
min-height: 100vh;
}.container h1 {
background: url(https://aventuriers.qc.ca/images/h1_bg.png) top left no-repeat;
height: 52px;
line-height: 52px;
padding-left: 10px;
color: #F2D55C;
font-family: Verdana,Tahoma,Arial;
font-size: 16px;
font-weight: bold;
}h2 {
color: #fff;
font-family: Verdana,Tahoma,Arial;
font-size: 18px;
font-weight: bold;
}h3 {
color: #000066;
font-family: Verdana,Tahoma,Arial;
font-size: 16px;
font-weight: bold;
}.gauche{
text-align:left;
}.droite{
text-align:right;
}.centre{
text-align:center;
margin-left:auto;
margin-right:auto;
}.navbar {
background-color: #12147D;
opacity: 80%;
}.impose{
font-weight:bold;
font-size:1.3em !important;
}a {
font-size: 0.95rem;
color:#000 !important
}a.nav-link {
font-size: .9rem;
color:#F8DD0D !important
}.submit{
padding-bottom: 20px;
}input[type=text]{
width: 200px;
}input[type="submit"], .button {
background: url("https://aventuriers.qc.ca/images/button.png") repeat-x scroll left top #3A567E;
border: 1px solid #000000;
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size: 14px;
font-variant: small-caps;
height: 29px;
line-height: 25px;
margin: 2px 5px 3px 2px;
padding: 0 15px;
text-decoration: none;
text-shadow: 0px 1px 0px #fedd9b;
box-shadow: inset 1px 1px 0 #5d77c3;
border-radius: 10px;
}input[readonly], input[readonly]:hover{
background-color:#fff7d9;
color: #000;
}table {
font-size: 8px;
padding: 0 5px;
background: #fff;
}table td{
vertical-align: top;
border-bottom: 1px solid gray;
padding-left: 15px;
padding-top: 10px;
}.membre a{
text-decoration: underline;
color: #000066;
}table thead {
padding: 4px 2px;
border: 1px solid #fff;
color: #fff;
background: #3C59A7;
font-family: Verdana, Arial;
line-height: 1.9em;
text-align: center;
}.tabAdminFrame, .tabAdminFrame tr, .tabAdminFrame td {
border-bottom: 1px solid gray;
border-collapse: collapse;
padding: 5px;
font-size: 12px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
background: #9fbfdb;
}td.input-cell{
padding-bottom:5px;
width:40%;
}td.label-cell{
padding-bottom:5px;
text-align:left;;
}.sans_table th{
border-bottom:none;
font-weight:bold;
text-align:center;
}.sans_table{
font-size:14px;
background:none;
}.date {
box-shadow:1px 1px 3px 2px #0066cc;
border-radius:10px;
text-align:center;
}.required{
border-bottom-color:blue;
}.messages{
border:2px solid #3f9500;
font-weight:bold;
color:#3f9500;
box-shadow:inset 0 0 5px #3f9500;
padding:5px;
background:#fff;
}.error, .erreur{
font-weight: bold;
color: #a00;
padding: 5px;
}.messages-wrapper{
position:fixed;
top:50%;
left:50%;
margin-left:-150px; 
margin-top:-32px; 
}.spinner{
position:fixed;
top:50%;
left:50%;
opacity:0.3;
margin-left:-32px; 
margin-top:-32px; 
overflow:auto;
background:url(https://aventuriers.qc.ca/images/spinner.gif) no-repeat;
width:64px; 
height:66px; 
}table #tbl1, #tbl2{
width: 100%;
}#tbl1 td:nth-child(2){
width: 15%;
}.prix {
font-weight: bold;
}
/*radios*/
.radioa input[type=radio] {
display: none;
appearance: none;
}.radioa input[type=radio] + label:before {
content: "";
background: #f4f4f4;
border-radius: 100%;
border: 3px solid #666363;
display: inline-block;
width: 1.4em;
height: 1.4em;
position: relative;
top: -0.1em;
margin-right: .6em;
vertical-align: middle;
cursor: pointer;
text-align: center;
transition: all 250ms ease;
}.radioa input[type=radio]:checked + label:before {
background-color: #3197EE;
box-shadow: inset 0 0 0 2px #f4f4f4;
}.radioa input[type=radio]:focus + label:before {
outline: none;
border-color: #3197EE;
}.radioa input[type=radio]:disabled + label:before {
box-shadow: inset 0 0 0 4px #f4f4f4;
border-color: #b4b4b4;
background: #b4b4b4;
}.radioa input[type=radio] + label:empty:before {
margin-right: 0;
}
