html { font-size: 1rem; }

@media (min-width: 576px) {
    html { font-size: 0.7rem; }
}
@media (min-width: 768px) {
    html { font-size: 1rem; }
}
@media (min-width: 992px) {
    html { font-size: 1rem; }
}
@media (min-width: 1200px) {
    html { font-size: 1rem; }
}
body { padding-top: 70px; }

#card_HCK {
  border-radius:10px;
}

#boutonHCKinscrit {
  border-radius:22px;
  background-color:white;
  color:black;
  border-color:black;
  /*margin:5px;*/
}

#boutonHCKactive {
  border-radius:22px;
  background-color:#000000;
  border-color:black;
  margin:5px;
  margin-right:5px;
  color:white;
}
#boutonHCK {
  border-radius:22px;
  background-color:#FFFFFF;
  color:black;
  border-color:black;
  margin:5px;
  margin-right:5px;
}

.btn-rounded {
    border-radius: 35px;
}

#boutonHCKdisabled {
  border-radius:22px;
  background-color:white;
  color:#aaaaaa;
  border-color:#cccccc;
  margin:5px;
  margin-right:5px;
  width: 150px;
}

#boutonHCKdisabledactive {
  border-radius:22px;
  background-color:#4b4c4d;
  color:#aaaaaa;
  border-color:#cccccc;
  margin:5px;
  margin-right:5px;
  width: 150px;
}

#boutonHCKdisabledactive {
  border-radius:22px;
  background-color:#4b4c4d;
  color:#f1f7fc;
  border-color:#cccccc;
  margin:5px;
  margin-right:5px;
  width: 150px;
}

a:hover {
  color:#ffa500;
  text-decoration:underline;
}

a {
  color:#000000;
  text-decoration:none;
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
}

#bienvenue {
  padding:10px;
  border-style:inset;
  border-color:black$;
  border-radius:10px,;
}

.bienvenue {
  border-color:black;
  border-style:inset;
  /*border-radius:10px;*/
  padding:11px;
  margin:11px;
}

#inscriptionmatch {
  text-align:left;
}

#tablehck {
}

#tableinscription {
  text-align:center;
}

#tableinscription a {
  text-align:center;
  color:white;
}

html {
  font-family:'Abel';
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -ms-overflow-style:scrollbar;
  -webkit-tap-highlight-color:transparent;
}

.text-monospace {
  font-family:'Abel';
}

[data-href] {
  cursor:pointer;
}

.tolate {
  color:rgb(139,139,140);
}

tolate {
  color:rgb(139,139,140);
}


/* Hide button at load */
.addeventatc {visibility:hidden;}

/* Make sure the options layer / dropdown is always visible */
.addeventatc_dropdown {display:block!important;}

/* Some demo styling of the options */
.addeventatc_dropdown span {display:inline-block;margin:2px;padding:0px 8px;background:#666;color:#fff;border-radius:4px;cursor:pointer;font:14px/30px Roboto,serif;box-shadow:1px 1px 5px 0px rgba(0,0,0,0.3);}
.addeventatc_dropdown span em {font-size:12px;color:#ccc;}

/* Remove the AddEvent credits */
.addeventatc_dropdown .copyx {display:none;}

/* Sticky Footer Classes */

html,
body {
  height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

/* Other Classes for Page Styling */

body {
  background: #007bff;
  background: linear-gradient(to right, #FFFFFF, #A7D3FF);
}

.container-fluid {
    margin: 0 auto;
    height: 89%;
    padding: 20px 0;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.features-boxed {
  color:#313437;
  background-color:#f6894c;
}

.features-boxed p {
  color:#7d8285;
}

.features-boxed h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .features-boxed h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.features-boxed .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.features-boxed .intro p {
  margin-bottom:0;
}

.features-boxed .features {
  padding:10px 0;
}

.features-boxed .item {
  text-align:center;
}

.features-boxed .item .box {
  text-align:center;
  padding:12px;
  background-color:#fff;
  border-radius:10px;
  border-color:black;
  border-style:outset;
}

.features-boxed .item .icon {
  font-size:42px;
  color:#f6894c;
  /*margin-top:20px;*/
  /*margin-bottom:35px;*/
}

.features-boxed .item .name {
  font-weight:bold;
  font-size:18px;
  margin-bottom:8px;
  margin-top:0;
  color:inherit;
}

.features-boxed .item .description {
  font-size:15px;
  margin-top:15px;
  margin-bottom:20px;
}

.modal-title {
	font-weight: 800;
}

.numeromaillot {
	font-weight: 900;
    font-size: 2em;
    color: orange;
}
#mainbody {
	background: -webkit-linear-gradient(left, black, white);
	background-image: linear-gradient(to left, #FFFFFF, #A7D3FF);
}


@import url("https://fonts.googleapis.com/css?family=Roboto");
input[type="radio"] {
  position: absolute;
  visibility: hidden;
  display: none;
}

label {
  color: #9a929e;
  display: inline-block;
  cursor: pointer;
  font-weight:bold;
  padding: 5px 20px;
  margin-bottom: 0px;
}

input[type="radio"]:checked + label {
  color: #FFFFFF;
  background: #0066cc;
}



.radio-group {
  border: solid 2px #675f6b;
  display: inline-block;
  border-radius: 25px;
  overflow: hidden;
  margin: 2px;
}
