html[idq='1']:after {
  content: "";
  background-color: #ba644b !important;
  background: url(../images/bg/circuit.jpeg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}

html[idq='2']:after {
  content: "";
  background-color: #71a796 !important;
  background: url(../images/bg/sejour.jpeg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}

html[idq='3']:after {
  content: "";
  background-color: #e6c5ba !important;
  background: url(../images/bg/weekend.jpeg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}

html[idq='4']:after {
  content: "";
  background-color: #dde8f2 !important;
  background: url(../images/bg/cyclotour.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}

body
{
  background: rgb(146 155 164 / 100%);
  font-size: 15px;
}

b, strong {
    font-weight: bolder;
    font-weight: 600;
}

.none {
  display: none;
}

.container {
	max-width: none;
  /*background: rgb(146 155 164 / 75%);*/
}

.container2 {
    max-width: 850px;
    margin: auto;
    background: #f8f9fa!important;
    border-radius: 5px;
}

ul {
    padding: 0 15px;
    padding-right: 0;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #4188c3;
  border-color: #4188c3;
}
.btn-primary:hover,
.btn-primary:active
{
  background-color: #045ea0 !important;
  border-color: #045ea0 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  cursor: not-allowed;
}

.alert-info {
  color: #2875b5;
  background-color: #dde8f2;
  border-color: #bad1e8;
}

.alert-success {
  color: #507e5c;
  background-color: #d4edda;
  border-color: #b1d4b9;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #dac688;
}

.alert-warning a {
    color: #856305;
    text-decoration: underline;
}

.table-disabled {
  color: #8f9294;
}

span.input-group-text {
	min-width: 40px;
}

.vignette {
  width: 150px;
  height: 150px;
  margin: auto;
  overflow: hidden;
  background: #2a6ca9;
  border-radius: 100%;
  box-shadow: 0px 0px 30px 0px #ffffff;
}

.vignette:hover {
  background-color: #045ea0;
}

.couverture {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.lead {
	font-size: 16px;
  font-weight: 400;
}

.metro {
    background: #EEE;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
}

h1 {
	font-size: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flyer img {
	width: 100%;
}

.bg-dark {
	background-color: #ececec!important
}

.titre-section {
  background: #4088c3;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 5px 0;
}

.label {
    background: #e9ecef;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
}

hr {
    border-top: 2px dashed #5db8e5;
    margin-top: 0;
}

img.pass {
    border-radius: 5px;
    margin-bottom: 17px;
}

.question {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  background: #d4e2ef;
  border-radius: 2px;
  padding: 5px 10px;
}

textarea {
  min-height: 100px;
}

/* --------------- MAGIC CHECKBOX ---------------  */

@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid #c0c0c0; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #8f9294; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    /*border: 2px solid #e4e4e4;*/
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
  /*border-color: #e4e4e4;*/ }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 2px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 2px solid #72b2f0; }

.magic-radio:checked[disabled] + label:after {
  background: #72b2f0; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
  border: #71b2f0;
  background: #71b2f0; }


.form-control:disabled {
  cursor: not-allowed;
  background-color: #f4f5f7;
}


table td {
  vertical-align: middle !important;
}

table.table-multiple tr:first-child {
  text-align: center;
}

table .magic-radio + label {
  position: relative;
  padding-left: 0;
  text-align: center;
  margin: 0;
  margin-top: 5px;
}

table .magic-radio + label:before {
  position: relative;
  display: inline-block;
}

table .magic-radio + label:after {
  position: relative;
  margin-left: -8px;
}

table .magic-radio:checked + label:after {
    position: relative;
    display: inline-block;
    top: -6px;
    left: -6px;
}



table.table-libres tr td:first-child {
  width: 45px;
  text-align: center;
}

table.table-libres .fa {
  color: #888888;
}

table.table-libres tr td:nth-of-type(3) {
  color: #588f67;
  width: 65%;
}


.table-pct {
  width: 100%;
}

.table-pct td {
  text-align: left !important;
  padding: 5px 0;
  width: 50% !important;
}

.table-pct .fa {
  float: left;
  margin-top: 2px;
  padding-right: 10px;
  color: #3e97eb;
  font-size: 20px;
}

.table-pct span {
  color: #578E67;
}

.pct-rond {
  color: #FFF;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  font-size: 12px;
  width: 45px;
  line-height: 45px;
  font-size: 13px;
}


.pct-rond.rond-xs{
  background: #cfd4d8;
}


.pct-rond.rond-sm {
  background: #8fc19d;
}

.pct-rond.rond-md {
  background: #5b9d6b
}

.pct-rond.rond-xl {
  background: #25893d;
}

.pct-td {
  color: #888;
  text-align: center;
}



.progress-bar {
  background-color: #70b380;
}


.etoiles {
  display: inline-block;
}
.etoiles * {
  float: right;
}
.etoiles input {
  display: none;
}
.etoiles label {
  font-size: 30px;
  margin-right: 7px;
  cursor: pointer;
  color: #c0c0c0;
}
.etoiles:not(.disabled) label:hover,
.etoiles input:checked ~ label {
  color: #3e96eb !important;
}

.etoiles.disabled {
  opacity: 0.75;
}
.etoiles.disabled label {
  cursor: not-allowed;
}

.etoiles-moyenne {
  opacity: 1 !important;
}

.etoiles-moyenne input:checked ~ label {
  color: #70b280 !important;
}




.notes {
  display: inline-block;
  border: 1px solid #ced4da;
  border-radius: 5px;
  background: #FFF;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
}
.notes * {
  float: right;
}
.notes input {
  display: none;
}
.notes label {
  cursor: pointer;
  width: 10%;
  text-align: center;
  border-left: 1px solid #ced4da;
  padding: 8px 0;
  margin: 0;
}
.notes label:last-child {
  border: 0;
}
.notes:not(.disabled) label:hover,
.notes input:checked ~ label {
  background: #3e96eb;
  color: #FFF;
}

.notes.disabled {
  opacity: 0.75;
}
.notes.disabled label {
  cursor: not-allowed;
}

.notes-moyenne {
  opacity: 1 !important;
}

.notes-moyenne input:checked ~ label {
  background-color: #70b280;
}

.text-success {
  color: #578E67 !important;
}

.text-secondary {
  color: #8a8a8a!important;
}

span.input-group-addon {
  background: #e9ecef;
  width: 40px;
  color: #485057;
  padding-top: 5px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  font-size: 15px;
}

.alert-success input {
  color: #588f67;
  border-color: #95bb9f;
  font-size: 15px;
}

.alert-success span.input-group-addon {
  background: #95bb9f;
  border-color: #95bb9f;
  color: #fff;
}


.datepicker {
  font-size: 13px;
}

.datepicker td {
  padding: 5px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover {
  background-image: none;
  background-color: #4188c3 !important;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover {
  background-image: none;
  border-radius: 3px;
  background-color: #f3d17a !important;
}
