@charset "UTF-8";
/* == CORE == */
/* == COULEURS APPLICATIONS == */
/* == COULEURS CONTEXTUALISEES == */
/* Largeurs, hauteurs, margin, padding prédéfinies
****************************************************/
/* == largeur en pourcent == */
.width-5pct {
  width: 5% !important;;
}

.width-10pct {
  width: 10% !important;;
}

.width-15pct {
  width: 15% !important;;
}

.width-20pct {
  width: 20% !important;;
}

.width-25pct {
  width: 25% !important;;
}

.width-30pct {
  width: 30% !important;;
}

.width-35pct {
  width: 35% !important;;
}

.width-40pct {
  width: 40% !important;;
}

.width-45pct {
  width: 45% !important;;
}

.width-50pct {
  width: 50% !important;;
}

.width-55pct {
  width: 55% !important;;
}

.width-60pct {
  width: 60% !important;;
}

.width-65pct {
  width: 65% !important;;
}

.width-70pct {
  width: 70% !important;;
}

.width-75pct {
  width: 75% !important;;
}

.width-80pct {
  width: 80% !important;;
}

.width-85pct {
  width: 85% !important;;
}

.width-90pct {
  width: 90% !important;;
}

.width-95pct {
  width: 95% !important;;
}

.width-100pct {
  width: 100% !important;
}

/* == largeur en pixel == */
.width-auto {
  width: auto !important;
}

.width-30px {
  width: 30px;
}

.width-50px {
  width: 50px;
}

.width-60px {
  width: 60px;
}

.width-90px {
  width: 90px;
}

.width-100px {
  width: 100px;
}

.width-110px {
  width: 110px;
}

.width-120px {
  width: 120px;
}

.width-140px {
  width: 140px;
}

.width-150px {
  width: 150px;
}

.width-170px {
  width: 170px;
}

.width-200px {
  width: 200px;
}

.width-250px {
  width: 250px;
}

.width-300px {
  width: 300px;
}

.width-350px {
  width: 350px;
}

.width-410px {
  width: 410px;
}

.width-430px {
  width: 430px;
}

.width-470px {
  width: 470px;
}

.width-500px {
  width: 500px;
}

/* == hauteur en pourcent == */
.height-5pct {
  height: 5%;
}

.height-10pct {
  height: 10%;
}

.height-15pct {
  height: 15%;
}

.height-20pct {
  height: 20%;
}

.height-25pct {
  height: 25%;
}

.height-30pct {
  height: 30%;
}

.height-35pct {
  height: 35%;
}

.height-40pct {
  height: 40%;
}

.height-45pct {
  height: 45%;
}

.height-50pct {
  height: 50%;
}

.height-55pct {
  height: 55%;
}

.height-60pct {
  height: 60%;
}

.height-65pct {
  height: 65%;
}

.height-70pct {
  height: 70%;
}

.height-75pct {
  height: 75%;
}

.height-80pct {
  height: 80%;
}

.height-85pct {
  height: 85%;
}

.height-90pct {
  height: 90%;
}

.height-95pct {
  height: 95%;
}

.height-100pct {
  height: 100%;
}

/* == margin top et bottom en multiple de hauteur de ligne == */
.margin-top-1lh {
  margin-top: 20px !important;
}

.padding-top-1lh {
  padding-top: 20px !important;
}

.margin-bottom-1lh {
  margin-bottom: 20px !important;
}

.padding-bottom-1lh {
  padding-bottom: 20px !important;
}

.margin-top-2lh {
  margin-top: 40px !important;
}

.padding-top-2lh {
  padding-top: 40px !important;
}

.margin-bottom-2lh {
  margin-bottom: 40px !important;
}

.padding-bottom-2lh {
  padding-bottom: 40px !important;
}

.margin-top-3lh {
  margin-top: 60px !important;
}

.padding-top-3lh {
  padding-top: 60px !important;
}

.margin-bottom-3lh {
  margin-bottom: 60px !important;
}

.padding-bottom-3lh {
  padding-bottom: 60px !important;
}

.margin-top-4lh {
  margin-top: 80px !important;
}

.padding-top-4lh {
  padding-top: 80px !important;
}

.margin-bottom-4lh {
  margin-bottom: 80px !important;
}

.padding-bottom-4lh {
  padding-bottom: 80px !important;
}

.margin-top-5lh {
  margin-top: 100px !important;
}

.padding-top-5lh {
  padding-top: 100px !important;
}

.margin-bottom-5lh {
  margin-bottom: 100px !important;
}

.padding-bottom-5lh {
  padding-bottom: 100px !important;
}

/* == margin / padding en pixel == */
.margin-top-0px {
  margin-top: 0px !important;
}

.padding-top-0px {
  padding-top: 0px !important;
}

.margin-right-0px {
  margin-right: 0px !important;
}

.padding-right-0px {
  padding-right: 0px !important;
}

.margin-bottom-0px {
  margin-bottom: 0px !important;
}

.padding-bottom-0px {
  padding-bottom: 0px !important;
}

.margin-left-0px {
  margin-left: 0px !important;
}

.padding-left-0px {
  padding-left: 0px !important;
}

.margin-top-1px {
  margin-top: 1px !important;
}

.padding-top-1px {
  padding-top: 1px !important;
}

.margin-right-1px {
  margin-right: 1px !important;
}

.padding-right-1px {
  padding-right: 1px !important;
}

.margin-bottom-1px {
  margin-bottom: 1px !important;
}

.padding-bottom-1px {
  padding-bottom: 1px !important;
}

.margin-left-1px {
  margin-left: 1px !important;
}

.padding-left-1px {
  padding-left: 1px !important;
}

.margin-top-2px {
  margin-top: 2px !important;
}

.padding-top-2px {
  padding-top: 2px !important;
}

.margin-right-2px {
  margin-right: 2px !important;
}

.padding-right-2px {
  padding-right: 2px !important;
}

.margin-bottom-2px {
  margin-bottom: 2px !important;
}

.padding-bottom-2px {
  padding-bottom: 2px !important;
}

.margin-left-2px {
  margin-left: 2px !important;
}

.padding-left-2px {
  padding-left: 2px !important;
}

.margin-top-5px {
  margin-top: 5px !important;
}

.padding-top-5px {
  padding-top: 5px !important;
}

.margin-right-5px {
  margin-right: 5px !important;
}

.padding-right-5px {
  padding-right: 5px !important;
}

.margin-bottom-5px {
  margin-bottom: 5px !important;
}

.padding-bottom-5px {
  padding-bottom: 5px !important;
}

.margin-left-5px {
  margin-left: 5px !important;
}

.padding-left-5px {
  padding-left: 5px !important;
}

.margin-top-10px {
  margin-top: 10px !important;
}

.padding-top-10px {
  padding-top: 10px !important;
}

.margin-right-10px {
  margin-right: 10px !important;
}

.padding-right-10px {
  padding-right: 10px !important;
}

.margin-bottom-10px {
  margin-bottom: 10px !important;
}

.padding-bottom-10px {
  padding-bottom: 10px !important;
}

.margin-left-10px {
  margin-left: 10px !important;
}

.padding-left-10px {
  padding-left: 10px !important;
}

.margin-top-15px {
  margin-top: 15px !important;
}

.padding-top-15px {
  padding-top: 15px !important;
}

.margin-right-15px {
  margin-right: 15px !important;
}

.padding-right-15px {
  padding-right: 15px !important;
}

.margin-bottom-15px {
  margin-bottom: 15px !important;
}

.padding-bottom-15px {
  padding-bottom: 15px !important;
}

.margin-left-15px {
  margin-left: 15px !important;
}

.padding-left-15px {
  padding-left: 15px !important;
}

.margin-top-20px {
  margin-top: 20px !important;
}

.padding-top-20px {
  padding-top: 20px !important;
}

.margin-right-20px {
  margin-right: 20px !important;
}

.padding-right-20px {
  padding-right: 20px !important;
}

.margin-bottom-20px {
  margin-bottom: 20px !important;
}

.padding-bottom-20px {
  padding-bottom: 20px !important;
}

.margin-left-20px {
  margin-left: 20px !important;
}

.padding-left-20px {
  padding-left: 20px !important;
}

.margin-top-30px {
  margin-top: 30px !important;
}

.padding-top-30px {
  padding-top: 30px !important;
}

.margin-right-30px {
  margin-right: 30px !important;
}

.padding-right-30px {
  padding-right: 30px !important;
}

.margin-bottom-30px {
  margin-bottom: 30px !important;
}

.padding-bottom-30px {
  padding-bottom: 30px !important;
}

.margin-left-30px {
  margin-left: 30px !important;
}

.padding-left-30px {
  padding-left: 30px !important;
}

.margin-top-35px {
  margin-top: 35px !important;
}

.padding-top-35px {
  padding-top: 35px !important;
}

.margin-right-35px {
  margin-right: 35px !important;
}

.padding-right-35px {
  padding-right: 35px !important;
}

.margin-bottom-35px {
  margin-bottom: 35px !important;
}

.padding-bottom-35px {
  padding-bottom: 35px !important;
}

.margin-left-35px {
  margin-left: 35px !important;
}

.padding-left-35px {
  padding-left: 35px !important;
}

.margin-top-50px {
  margin-top: 50px !important;
}

.padding-top-50px {
  padding-top: 50px !important;
}

.margin-right-50px {
  margin-right: 50px !important;
}

.padding-right-50px {
  padding-right: 50px !important;
}

.margin-bottom-50px {
  margin-bottom: 50px !important;
}

.padding-bottom-50px {
  padding-bottom: 50px !important;
}

.margin-left-50px {
  margin-left: 50px !important;
}

.padding-left-50px {
  padding-left: 50px !important;
}

.margin-auto {
  margin: 0 auto;
}

/* == visibilité d'un élément == */
.hidden {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.invisible {
  visibility: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.transparent {
  opacity: 0;
}

/* == positionnement flotant == */
.inline-list, .clearfix {
  zoom: 1;
}
.inline-list:before, .clearfix:before, .inline-list:after, .clearfix:after {
  content: "";
  display: table;
}
.inline-list:after, .clearfix:after {
  clear: both;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

/* == positionnement avec les flexbox == */
.flex-column,
.flex-row {
  display: flex;
}
.flex-column > *,
.flex-row > * {
  flex: 0 0 auto;
}
.flex-column > .flex-item-extendable,
.flex-row > .flex-item-extendable {
  flex: 1 0 auto;
}
.flex-column > .flex-item-fluid,
.flex-row > .flex-item-fluid {
  flex: 1 1 auto;
  overflow: hidden;
}
.flex-column > .flex-item-fluid.ellipsis,
.flex-row > .flex-item-fluid.ellipsis {
  width: auto;
}
.flex-column.inline-flex,
.flex-row.inline-flex {
  display: inline-flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-align-items-center {
  align-items: center;
}

.flex-align-items-start {
  align-items: flex-start;
}

.flex-align-items-end {
  align-items: flex-end;
}

.flex-align-items-baseline {
  align-items: baseline;
}

.flex-center {
  justify-content: center;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

/* == modèle de boite == */
.box-sizing-border {
  box-sizing: border-box;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

/* == positionnement == */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.block-top {
  top: 0;
  bottom: auto;
}

.block-bottom {
  top: auto;
  bottom: 0;
}

.block-right {
  right: 0;
  left: auto;
}

.block-left {
  right: auto;
  left: 0;
}

@media screen and (min-width: 830px) {
  .visible-phone {
    display: none !important;
  }
}
@media screen and (max-width: 829px) {
  .hidden-phone {
    display: none !important;
  }
}
ul.unstyled,
ol.unstyled {
  margin: 0;
  list-style: none outside none;
}

.inline-list {
  margin: 0;
  list-style: none outside none;
}
.inline-list > li {
  float: left;
}

ul.bulleted-list {
  list-style: disc;
}

ul.circle-list {
  list-style: circle;
}

ul.large-bulleted-list {
  list-style: disc;
}
ul.large-bulleted-list li + li {
  margin-top: 7px;
}

/* == curseurs == */
.cursor-pointer {
  cursor: pointer !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

hr, .hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* == utilitaires typographiques == */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

.ellipsis-after-float {
  display: block;
  width: auto;
}

.ellipsis-nowrap {
  white-space: nowrap;
  width: 100%;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-italic {
  font-style: italic !important;
}

.text-strike {
  text-decoration: line-through !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-top {
  vertical-align: top !important;
}

.text-baseline {
  vertical-align: baseline !important;
}

.text-middle {
  vertical-align: middle !important;
}

.text-bottom {
  vertical-align: bottom !important;
}

.text-sub {
  vertical-align: sub !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-prewrap {
  white-space: pre-wrap !important;
}

.text-with-hyphens {
  hyphens: auto;
}

.text-unselectable {
  user-select: none !important;
}

.text-justify {
  text-align: justify !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  font-weight: normal;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  font-weight: normal;
  line-height: 0;
}

h1,
.h1 {
  margin-bottom: 0.68em;
  font-size: 30px;
  line-height: 1.4em;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2,
.h2 {
  margin-bottom: 0.875em;
  font-size: 24px;
  line-height: 1.75em;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3,
.h3 {
  margin-bottom: 1.1667em;
  font-size: 18px;
  line-height: 1.1667em;
}

h3 small,
.h3 small {
  font-size: 15px;
}

h4,
.h4 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

h4 small,
.h4 small {
  font-size: 12px;
}

h5,
.h5 {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

h5 small .h5 small,
h6 small,
.h6 small,
p small {
  font-size: 11px;
}

h6,
.h6 {
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 20px;
}

p,
pre {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 20px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.alert {
  padding: 20px;
  background-color: #29070d; /* Red */
  color: white;
  margin-bottom: 15px;
}

.alert.alert-error {
  background-color: #c64944;
}

.alert.alert-info {
  background-color: #18417b;
}

.alert.alert-success {
  background-color: #4CAF50;
}

.category-header {
  position: relative;
  display: flex;
  align-items: baseline;
  box-sizing: border-box;
  padding: 9px 15px;
  min-height: 100px;
  background: #323759;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #000000; }
.category-header:before {
  content: '';
  position: absolute;
  height: 1px;
  top: -2px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1); }
.category-header:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1); }

.category-header-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  color: #eef2f0;
  text-align: center;
  width: 100%;
  font-family: 'Marcellus SC', sans-serif; }

.category-header-subtitle {
  width: 100%;
  text-align: center;
  color: #E5E5E5; }

.category-header-medium {
  min-height: 30px; }
.category-header-medium .category-header-title {
  font-size: 24px;
  line-height: 28px; }

.category-header-small {
  min-height: 15px; }
.category-header-small .category-header-title {
  font-size: 14px;
  line-height: 18px; }

.category-header-transparent {
  background-color: transparent !important; }
.category-header-transparent .category-header-title {
  color: #FFFCE0; }

.category-header-dark {
  background-color: #0E000E; }

.category-header-secondary {
  background-color: rgba(112, 112, 112, 0.1);
  border: none;
  min-height: auto; }
.category-header-secondary .category-header-title {
  text-align: left;
  color: #a89999; }
.category-header-secondary:after, .category-header-secondary:before {
  display: none; }


.margin-auto {
  margin: 0 auto; }

.content-padding,
.content-padding-large {
  padding: 0 15px; }

@media screen and (min-width: 830px) {
  .content-padding-large {
    padding: 15px 200px; } }


.sticker {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  background-color: #A3A3A3;
  font-size: 14px;
  line-height: 21px;
  color: #FFF;
  white-space: nowrap; }

.sticker.sticker-large {
  font-size: 1.5em;
  padding: 8px;
}

.sticker-blue {
  border-color: #0D91A6;
  background-color: #0D91A6; }

.sticker-green {
  border-color: #6AB902;
  background-color: #6AB902; }

.sticker-yellow {
  border-color: #FFBD38;
  background-color: #FFBD38; }

.sticker-orange {
  border-color: #FD8419;
  background-color: #FD8419; }

.sticker-red {
  border-color: #CB0000;
  background-color: #CB0000; }

.sticker-small {
  font-size: 12px;
  line-height: 14px; }

.sticker-extra-small {
  font-size: 8px;
  line-height: 12px; }

.sticker-small,
.sticker-extra-small {
  border-radius: 2px; }



.block {
  border: 1px solid #475691;
  margin: 30px 10px;
  position: relative;
  transition-property: border-color;
  transition-duration: 0.5s;
}

.block .category-header {
  transition-property: background;
  transition-duration: 0.5s;
}


a.block {
  color: #BFBFBF; }

a.block.flex-item-fluid:hover {
  border-color: #889fa1; }

a.block:hover .category-header {
  background: #177a91; }


#result {
  z-index: 999;
  position: fixed;
  bottom: 0;
  padding: 20px;
  background: #80b453;
  width: 100%;
}

#result.error {
  background: #CB0000;
}

.text-small {
  font-size: 0.7em;
}

.text-large {
  font-size: 1.2em;
  line-height: 1.2em;
}

.text-highlight {
  color: #d1d158;
  font-weight: bold;
}


.image-circle {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 6px solid #FFF;
  line-height: 200px;
  text-align: center;
  font-size: 1.5em;
  color: #FFF;
  font-weight: bold;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  position: relative;
}

.image-circle.large-image-circle {
  width: 400px;
  height: 400px;
  border-radius: 200px;
  line-height: 400px;
}

.image-circle.image-circle-small {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  line-height: 100px;
  font-size: 0.6em;
  border:2px solid #FFF;
}

a.image-circle:after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background: #000;
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  border: 6px solid #FFF;
  opacity: 0.3;
  transition: opacity 0.5s;
}

a.image-circle:hover,
a.image-circle:active {
  border: 6px solid #FFF;
  color: #FFF !important;
}

a.image-circle:hover:after,
a.image-circle:active:after {
  opacity: 0;
}

.image-circle.image-circle-small:after {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  line-height: 100px;
  font-size: 0.6em;
  border:2px solid #FFF;
  top: -3px;
  left: -3px;
}

a.image-circle.image-circle-small:hover,
a.image-circle.image-circle-small:active {
  border: 3px solid #FFF;
  color: #FFF !important;
}