@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::before, main blockquote::before, main blockquote::after, .btn.btn-back:before, .btn.btn-complement::before, .btn::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .fa-pull-left.btn::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .fa-pull-left.btn::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .fa-pull-left.btn::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .fa-pull-left.btn::before, main blockquote.fa-pull-left::before, main blockquote.fa-pull-left::after, .fa-pull-left.btn.btn-back:before, .fa-pull-left.btn.btn-complement::before, .fa-pull-left.btn::after {
  margin-right: 0.3em;
}
.fa.fa-pull-right, main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .fa-pull-right.btn::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .fa-pull-right.btn::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .fa-pull-right.btn::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .fa-pull-right.btn::before, main blockquote.fa-pull-right::before, main blockquote.fa-pull-right::after, .fa-pull-right.btn.btn-back:before, .fa-pull-right.btn.btn-complement::before, .fa-pull-right.btn::after {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .pull-left.btn::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .pull-left.btn::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .pull-left.btn::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .pull-left.btn::before, main blockquote.pull-left::before, main blockquote.pull-left::after, .pull-left.btn.btn-back:before, .pull-left.btn.btn-complement::before, .pull-left.btn::after {
  margin-right: 0.3em;
}
.fa.pull-right, main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .pull-right.btn::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .pull-right.btn::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .pull-right.btn::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .pull-right.btn::before, main blockquote.pull-right::before, main blockquote.pull-right::after, .pull-right.btn.btn-back:before, .pull-right.btn.btn-complement::before, .pull-right.btn::after {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html {
  background-color: #e0f0f0;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

body {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #e0f0f0;
  background: #e0f0f0 url("../images/bg-light-min.jpg") no-repeat center -150px;
  color: #2a2428;
  padding-top: 4rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 10.5rem;
  }
}

a {
  color: #e6007e;
  transition: 0.3s ease all;
}
a:hover {
  color: #104d87;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Permanent Marker", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2a2428;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn {
  border-radius: 3rem;
  height: 2.8em;
  padding: 0.25em 2.5em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
  letter-spacing: 0.08em;
  line-height: 2.3em;
}
.btn::after {
  content: "\f061";
  margin-left: 1em;
  transition: transform 0.3s ease;
}
.btn:hover::after {
  transform: translateX(4px);
}
.btn.btn-primary {
  background-color: #cf1979;
  background-image: linear-gradient(20deg, rgba(230, 0, 126, 0) 0%, #e6007e 100%);
  background-position: top right;
  background-size: 200% auto;
  border-color: #e6007e;
}
.btn.btn-primary:hover {
  background-color: #104d87;
}
.btn.btn-complement {
  margin: 0.7em 0;
}
.btn.btn-complement::after {
  content: "";
}
.btn.btn-complement::before {
  margin-right: 0.1em;
  content: "\f068";
}
.btn.btn-complement.collapsed::before {
  content: "\f067";
}
.btn.btn-back:before {
  content: "\f060";
  margin-right: 1em;
  transition: transform 0.3s ease;
}
.btn.btn-back:after {
  content: "";
}
.btn.btn-back:hover::before {
  transform: translateX(-4px);
}
.btn.btn-icon {
  width: 2em;
  padding: 0.1em 0 0 0.1em;
  font-size: 1rem;
  line-height: 2em;
  height: 2em;
  text-align: center;
  border: 0;
}
.btn.btn-icon .glyphicon {
  font-size: 0.9em;
}
.btn.btn-icon::after {
  display: none;
}
.btn.btn-text {
  letter-spacing: 0.15em;
  text-decoration: none !important;
  color: #e6007e;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 0.25em 1.25em;
    font-size: 1rem;
    letter-spacing: 0 !important;
  }
  .btn.btn-lg {
    font-size: 1.1rem;
  }
  .btn.btn-sm {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-group .btn {
    padding: 0.25em 1em;
    font-size: 0.6rem;
  }
}

.section-title {
  font-size: 2.5rem !important;
  text-transform: uppercase;
  letter-spacing: -0.04rem;
  text-align: center;
}
.section-title em {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
}
.section-title small {
  font-size: 1.2rem;
}

.adressepostale::first-line {
  font-weight: bold;
}

.signature {
  background-color: #1A2A3C;
  color: #fff;
  font-size: 0.75rem;
}

header {
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 99;
  filter: drop-shadow(0 0 10px rgba(42, 36, 40, 0.2));
}
header .navbar {
  /* Ajustement de la marque */
  /* Menu coulissant de la gauche */
}
header .navbar.navbar-default {
  background-color: #fff;
  border: none;
}
header .navbar.navbar-default .container-fluid {
  display: flex;
  align-items: center;
  height: 48px;
}
header .navbar .navbar-toggle, header .navbar .navbar-brand {
  float: none !important;
}
header .navbar .navbar-toggle {
  float: left;
  margin-left: 10px;
  display: block !important;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: calc(100% - 70px);
  padding: 0;
}
header .navbar .navbar-brand span {
  display: inline-block;
  max-width: 160px;
  white-space: normal;
  line-height: 1.2;
  color: #2a2428;
  font-weight: 300;
}
header .navbar .navbar-brand span small {
  font-size: 65%;
}
header .navbar .navbar-brand img {
  height: 48px;
  width: 48px;
  transition: all 0.3s ease;
}
header .navbar .navbar-collapse {
  position: fixed;
  top: 48px;
  left: -250px;
  width: 250px;
  background: #f8f8f8;
  overflow-y: auto;
  transition: left 0.3s ease;
  padding-top: 5px;
  margin-left: 0px;
  border-right: 1px solid #ddd;
}
header .navbar .navbar-collapse.in {
  left: 0px;
}
header .navbar .navbar-nav > li {
  float: none;
  display: block;
  width: 100%;
}
header svg {
  position: absolute;
  top: 48px;
  margin-top: -1px;
  width: 100%;
  height: 2vw;
}
header svg polygon {
  fill: #fff;
}
header > .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  header .navbar.navbar-default .container-fluid {
    height: 96px;
  }
  header .navbar .navbar-collapse {
    top: 72px;
  }
  header .navbar .navbar-brand {
    height: 96px;
    margin-left: 0 !important;
  }
  header .navbar .navbar-brand span {
    max-width: unset;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 300;
    font-size: 1.5rem;
  }
  header .navbar .navbar-brand span small {
    font-size: 65%;
  }
  header .navbar .navbar-brand img {
    height: 96px;
    width: 96px;
  }
  header svg {
    top: 96px;
  }
}

#page-title-wrap {
  border-bottom: 1px solid #544c52;
  position: relative;
  padding-right: 120px;
  margin-bottom: 7.5rem;
}
#page-title-wrap.nobtn {
  margin-bottom: 3rem;
}
#page-title-wrap #page-title {
  margin: 0;
  line-height: 3rem;
  font-size: 2.5rem;
}
#page-title-wrap small {
  position: absolute;
  right: 0;
  width: 150px;
  text-align: right;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1em;
}
#page-title-wrap > .btn, #page-title-wrap > .btn-toolbar {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 1rem;
}
#page-title-wrap > .btn-toolbar .btn::after {
  display: none;
}
@media (max-width: 768px) {
  #page-title-wrap {
    margin-bottom: 4.5rem;
    min-height: 2.5rem;
  }
  #page-title-wrap.nobtn {
    margin-bottom: 1rem !important;
  }
  #page-title-wrap #page-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

#footer-asso {
  background: #ebf3f5;
  padding-bottom: 6rem;
}
@media all and (min-width: 992px) {
  #footer-asso {
    background: #ebf3f5 url("https://www.roulezrose.com/wp-content/themes/roulezrose/assets/images/roulezrose-bg-partenaires.jpg") no-repeat center bottom;
  }
}
#footer-asso .hero .hero-body {
  max-width: 100%;
  border-bottom: 1px solid rgba(42, 36, 40, 0.2);
  padding-bottom: 5rem;
  padding-top: 3rem;
  margin-top: 5rem;
}
@media all and (min-width: 1280px) {
  #footer-asso .hero .hero-body {
    max-width: 1100px;
  }
}
#footer-asso .hero:last-child .hero-body {
  border-bottom: hidden;
}
#footer-asso .section-title {
  margin-bottom: 3rem;
}
#footer-asso .has-text-centered .button {
  margin-top: 2rem;
}
#footer-asso #footer-adhesion .columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer-asso #footer-adhesion .visuel {
  position: relative;
}
#footer-asso #footer-adhesion .visuel img {
  border-radius: 50%;
  border: 15px solid #fff;
  max-width: 200px;
}
#footer-asso #footer-adhesion .visuel .roulezrose-roller {
  position: absolute;
  top: -3%;
  left: 3%;
  box-shadow: 2px -1px 0 #e6007e;
  background-color: #104d87;
}

main {
  padding-bottom: 7.5rem;
  background: transparent url("../images/roulezrose-bg-partenaires-min.jpg") no-repeat center bottom;
}
@media all and (min-width: 992px) {
  main {
    padding-bottom: 12.5rem;
  }
}

#footer-menu {
  position: relative;
  margin-top: 0;
}
#footer-menu .container {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 992px) {
  #footer-menu::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent url("https://www.roulezrose.com/wp-content/themes/roulezrose/assets/images/roulezrose-bg-footer.png") no-repeat center top;
  }
}
#footer-menu .partenaires .title {
  text-align: center;
}
#footer-menu .partenaires .owl-carousel {
  padding: 0 2rem;
}
#footer-menu .partenaires .owl-carousel .owl-prev, #footer-menu .partenaires .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  line-height: 1.6rem;
  font-size: 1rem;
  border: 0.2rem solid rgba(224, 240, 240, 0.5);
  color: rgba(224, 240, 240, 0.5);
  border-radius: 50%;
  text-align: center;
}
#footer-menu .partenaires .owl-carousel .owl-prev:hover, #footer-menu .partenaires .owl-carousel .owl-next:hover {
  border-color: #e0f0f0;
  color: #e0f0f0;
}
@media all and (min-width: 992px) {
  #footer-menu .partenaires .owl-carousel .owl-prev, #footer-menu .partenaires .owl-carousel .owl-next {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -2.25rem;
    line-height: 2.1rem;
    font-size: 1.2rem;
  }
}
#footer-menu .partenaires .owl-carousel .owl-prev {
  left: -0.5rem;
}
@media all and (min-width: 992px) {
  #footer-menu .partenaires .owl-carousel .owl-prev {
    left: -1rem;
  }
}
#footer-menu .partenaires .owl-carousel .owl-next {
  right: -0.5rem;
}
@media all and (min-width: 992px) {
  #footer-menu .partenaires .owl-carousel .owl-next {
    right: -1rem;
  }
}
#footer-menu .partenaires .owl-item {
  padding: 0 1.75rem 2rem;
}
#footer-menu .partenaires .item {
  padding: 100% 0 0;
  background-color: #fff;
  box-shadow: 0 10px 16px -4px rgba(42, 36, 40, 0.2);
  position: relative;
  height: 100%;
}
#footer-menu .partenaires .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: auto;
  max-width: 80%;
  z-index: 1;
}
#footer-menu .partenaires .item a {
  position: absolute;
  background-color: rgba(230, 0, 126, 0.8);
  background-image: linear-gradient(20deg, #104d87 0%, rgba(16, 77, 135, 0) 100%);
  background-position: left top;
  background-size: 120% 280%;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.65rem;
  transition: opacity 0.3s ease;
  z-index: 2;
}
#footer-menu .partenaires .item a i {
  display: block;
  margin-top: 0.5rem;
  text-align: center;
}
#footer-menu .partenaires .item:hover a {
  opacity: 1;
}
#footer-menu .main {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d292c+0,253141+100 */
  background: #2d292c; /* Old browsers */
  background: -moz-linear-gradient(top, #2d292c 0%, #253141 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2d292c 0%, #253141 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2d292c 0%, #253141 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2d292c", endColorstr="#253141",GradientType=0 ); /* IE6-9 */
  padding: 3rem 0;
}
#footer-menu .main > .container > .columns > .column:first-child {
  padding-bottom: 160px;
  background: transparent url("https://www.roulezrose.com/wp-content/themes/roulezrose/assets/images/roulezrose-label-club-ffrs-2018.png") no-repeat center bottom;
  background-size: 80% auto;
}
@media all and (max-width: 400px) {
  #footer-menu .main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 992px) {
  #footer-menu .main .container::before {
    content: "";
    display: block;
    width: 50%;
    height: 190%;
    left: 25%;
    top: -60%;
    position: absolute;
    z-index: 1;
    background: transparent url("https://www.roulezrose.com/wp-content/themes/roulezrose/assets/images/roulezrose-roller-rose-comic.png") no-repeat center center;
    background-size: contain;
  }
}
#footer-menu .second {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d2735+0,1a2a3c+100 */
  background: #1d2735; /* Old browsers */
  background: -moz-linear-gradient(top, #1d2735 0%, #1a2a3c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1d2735 0%, #1a2a3c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1d2735 0%, #1a2a3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1d2735", endColorstr="#1a2a3c",GradientType=0 ); /* IE6-9 */
  font-size: 0.75rem;
  padding: 1.5rem 0;
}
@media all and (max-width: 400px) {
  #footer-menu .second {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
  }
}
#footer-menu .second a {
  color: #e0f0f0;
  text-decoration: underline;
}
#footer-menu .second a:hover {
  color: #e6007e;
}
#footer-menu .second p {
  margin-bottom: 0.75rem;
  opacity: 0.7;
}
#footer-menu .second p:last-child {
  margin-bottom: 0;
}
#footer-menu .second .logo-white {
  display: block;
  padding: 100% 0 0;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  position: relative;
}
#footer-menu .second .logo-white::before {
  content: "";
  display: block;
  background: transparent url("https://www.roulezrose.com/wp-content/themes/roulezrose/assets/images/roulezrose-logo-mono.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#footer-menu .second .columns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer-menu .title {
  color: #fff;
  font-size: 1.35rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#footer-menu .title em {
  font-style: normal;
  font-weight: 400;
  font-family: "Permanent Marker", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#footer-menu .menu ul {
  margin: 0;
  padding: 0;
}
#footer-menu .menu ul li {
  display: block;
  border-bottom: 1px solid #544c52;
  padding-top: 0.6rem;
}
#footer-menu .menu ul li a {
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid #544c52;
  padding: 0.2rem 0.5rem 0.2rem 0;
  font-size: 0.85rem;
  color: #fff;
  transition: all 0.3s ease;
}
#footer-menu .menu ul li a:hover {
  color: #e6007e;
  border-bottom-color: #e6007e;
}
#footer-menu .newsletter {
  text-align: center;
}
#footer-menu .newsletter .nf-form-fields-required {
  display: none;
}
#footer-menu .newsletter input[type=email] {
  background-color: transparent;
  color: #fff;
}
#footer-menu .newsletter .button {
  height: 2.8rem;
}
#footer-menu .sociaux {
  text-align: center;
}
@media all and (max-width: 400px) {
  #footer-menu .sociaux {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media all and (min-width: 400px) and (max-width: 991px) {
  #footer-menu .sociaux {
    text-align: right;
  }
}
#footer-menu a.social {
  margin: 0 1rem;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 50%;
  font-size: 1.75rem;
  color: #fff;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #104d87;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
#footer-menu a.social:hover {
  color: #fff;
  background-color: #e6007e !important;
}
#footer-menu a.social.social-facebook {
  background: -moz-linear-gradient(45deg, rgba(53, 81, 132, 0) 0%, #355184 80%, #355184 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(53, 81, 132, 0) 0%, #355184 80%, #355184 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(53, 81, 132, 0) 0%, #355184 80%, #355184 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #095e5c;
}
#footer-menu a.social.social-instagram {
  background: -moz-linear-gradient(45deg, #e4794f 0%, rgba(228, 121, 79, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e4794f 0%, rgba(228, 121, 79, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e4794f 0%, rgba(228, 121, 79, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #9f33af;
}
#footer-menu a.social.social-twitter {
  background: -moz-linear-gradient(45deg, rgba(43, 168, 219, 0) 0%, #2ba8db 80%, #2ba8db 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(43, 168, 219, 0) 0%, #2ba8db 80%, #2ba8db 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(43, 168, 219, 0) 0%, #2ba8db 80%, #2ba8db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #2bd7d9;
}

main .alert.alert-danger li::before {
  background-color: #fff;
}
main h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
main h2:not(:first-child) {
  margin-top: 1.1428em;
}
main h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
main h3:not(:first-child) {
  margin-top: 1.3333em;
}
main h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
main h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
main h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
main h2 {
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}
main h2 em {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.75em;
}
main h3, main h4, main h5, main h6 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 1.5rem;
}
main h3 {
  margin-top: 2rem;
}
main h3 strong {
  font-family: "Permanent Marker", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-transform: uppercase;
  font-style: normal;
}
main ul,
main ol {
  padding-left: 2rem;
}
main ul li,
main ol li {
  list-style: none;
  margin-bottom: 0.5rem;
}
main ul li::before,
main ol li::before {
  content: "";
  background-color: #e6007e;
  color: #fff;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  margin-right: 0.5em;
}
main ol {
  counter-reset: li;
}
main ol li::before {
  content: counter(li);
  counter-increment: li;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.3em;
}
main blockquote {
  margin: 0 2rem 1rem;
  padding: 2rem;
  padding-left: 6rem;
  padding-right: 6rem;
  background-color: #e0f0f0;
  border-bottom: 4px solid rgba(42, 36, 40, 0.08);
  position: relative;
  font-size: 1.35rem;
  font-weight: 300;
  color: rgba(42, 36, 40, 0.5);
}
main blockquote cite {
  margin-top: 0.5rem;
  text-align: right;
  font-style: italic;
}
main blockquote::before, main blockquote::after {
  content: "\f10e";
  position: absolute;
  font-size: 2.85rem;
  color: rgba(42, 36, 40, 0.08);
}
main blockquote::before {
  content: "\f10d";
  left: 1.8rem;
  top: 1.8rem;
}
main blockquote::after {
  content: "\f10e";
  right: 1.8rem;
  bottom: 1.8rem;
}
main .mark, main mark {
  background-color: #e0f0f0;
}
main .lead {
  font-size: 1.5rem;
}
main .lead-block {
  font-size: 1.5rem;
  background-color: #e6007e;
  color: #fff;
  padding: 1.5rem;
}
main .lead-block p:last-child {
  margin-bottom: 0;
}
main .page-intro, main .page-outro {
  text-align: center;
  margin: 0 auto;
  padding: 0 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  max-width: 900px;
}
main .page-intro {
  margin-bottom: 4.5rem;
}
main .page-outro {
  margin-top: 4.5rem;
}
main .alert {
  padding: 2rem;
  margin: 0 0 3rem;
  text-align: center;
}
main .alert.alert-warning {
  color: #fff;
  background-color: #e08220;
}
main .alert.alert-danger {
  color: #fff;
  background-color: #dc3545;
}
main .alert.alert-success {
  color: #fff;
  background-color: #17a93e;
}
@media screen and (min-width: 992px) {
  main .row.fullwidth {
    margin-left: 30px;
    margin-right: 30px;
  }
}
main .panel {
  border: 0;
  box-shadow: 0 3px 10px -2px rgba(42, 36, 40, 0.2);
  position: relative;
}
main .panel .panel-heading {
  background-color: #fff !important;
}
main .panel .panel-title {
  font-size: 1.5rem;
  text-align: center;
  color: #2a2428;
}
main .panel .panel-title small, main .panel .panel-title em {
  display: block;
}
main .panel .panel-body {
  padding: 3rem;
}
main .panel .panel-body.mplus {
  padding: 4.5rem 3rem;
}
main .panel .panel-icon {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  opacity: 0.1;
  color: #104d87;
  font-size: 8rem;
}
main #new-adhesion .card-container, main #edit-adhesion .card-container, main #dashboard-adhesion .card-container, main #dashboard-paiement .card-container {
  overflow: auto;
}
main #new-adhesion .card-container > h4:first-child, main #edit-adhesion .card-container > h4:first-child, main #dashboard-adhesion .card-container > h4:first-child, main #dashboard-paiement .card-container > h4:first-child {
  margin-top: 0 !important;
}
main #new-adhesion .panel .panel-heading, main #edit-adhesion .panel .panel-heading, main #dashboard-adhesion .panel .panel-heading, main #dashboard-paiement .panel .panel-heading {
  padding: 1.25em 1.5em;
  border-color: #e0f0f0;
}
main #new-adhesion .panel .panel-heading .panel-title, main #edit-adhesion .panel .panel-heading .panel-title, main #dashboard-adhesion .panel .panel-heading .panel-title, main #dashboard-paiement .panel .panel-heading .panel-title {
  text-align: left;
  font-size: 1.75rem !important;
}
main #new-adhesion .panel .panel-heading .panel-title em, main #edit-adhesion .panel .panel-heading .panel-title em, main #dashboard-adhesion .panel .panel-heading .panel-title em, main #dashboard-paiement .panel .panel-heading .panel-title em {
  font-size: 1em;
  text-transform: none;
  margin-right: 0.5em;
  display: inline-block;
}
main #new-adhesion .panel .panel-heading .panel-title small, main #edit-adhesion .panel .panel-heading .panel-title small, main #dashboard-adhesion .panel .panel-heading .panel-title small, main #dashboard-paiement .panel .panel-heading .panel-title small {
  display: inline-block;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.5em;
}
main #new-adhesion .panel .panel-body, main #edit-adhesion .panel .panel-body, main #dashboard-adhesion .panel .panel-body, main #dashboard-paiement .panel .panel-body {
  margin: 0 auto;
  max-width: 800px;
}
main #new-adhesion .panel.panel-adherent.adherent-actif .panel-heading::before, main #new-adhesion .panel.panel-commande.adherent-actif .panel-heading::before, main #edit-adhesion .panel.panel-adherent.adherent-actif .panel-heading::before, main #edit-adhesion .panel.panel-commande.adherent-actif .panel-heading::before, main #dashboard-adhesion .panel.panel-adherent.adherent-actif .panel-heading::before, main #dashboard-adhesion .panel.panel-commande.adherent-actif .panel-heading::before, main #dashboard-paiement .panel.panel-adherent.adherent-actif .panel-heading::before, main #dashboard-paiement .panel.panel-commande.adherent-actif .panel-heading::before {
  content: "🛼";
  margin-right: 0px;
}
main #new-adhesion .panel.panel-adherent.adherent-inactif .panel-heading::before, main #new-adhesion .panel.panel-commande.adherent-inactif .panel-heading::before, main #edit-adhesion .panel.panel-adherent.adherent-inactif .panel-heading::before, main #edit-adhesion .panel.panel-commande.adherent-inactif .panel-heading::before, main #dashboard-adhesion .panel.panel-adherent.adherent-inactif .panel-heading::before, main #dashboard-adhesion .panel.panel-commande.adherent-inactif .panel-heading::before, main #dashboard-paiement .panel.panel-adherent.adherent-inactif .panel-heading::before, main #dashboard-paiement .panel.panel-commande.adherent-inactif .panel-heading::before {
  content: "😴";
  margin-right: 1px;
}
main #new-adhesion .panel.panel-adherent .panel-heading, main #new-adhesion .panel.panel-commande .panel-heading, main #edit-adhesion .panel.panel-adherent .panel-heading, main #edit-adhesion .panel.panel-commande .panel-heading, main #dashboard-adhesion .panel.panel-adherent .panel-heading, main #dashboard-adhesion .panel.panel-commande .panel-heading, main #dashboard-paiement .panel.panel-adherent .panel-heading, main #dashboard-paiement .panel.panel-commande .panel-heading {
  padding: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-right: 80px;
}
main #new-adhesion .panel.panel-adherent .panel-heading .header-complement, main #new-adhesion .panel.panel-commande .panel-heading .header-complement, main #edit-adhesion .panel.panel-adherent .panel-heading .header-complement, main #edit-adhesion .panel.panel-commande .panel-heading .header-complement, main #dashboard-adhesion .panel.panel-adherent .panel-heading .header-complement, main #dashboard-adhesion .panel.panel-commande .panel-heading .header-complement, main #dashboard-paiement .panel.panel-adherent .panel-heading .header-complement, main #dashboard-paiement .panel.panel-commande .panel-heading .header-complement {
  position: absolute;
  right: 0;
  width: 80px;
  text-align: right;
  margin-right: 0.5rem;
}
main #new-adhesion .panel.panel-adherent .panel-body, main #new-adhesion .panel.panel-commande .panel-body, main #edit-adhesion .panel.panel-adherent .panel-body, main #edit-adhesion .panel.panel-commande .panel-body, main #dashboard-adhesion .panel.panel-adherent .panel-body, main #dashboard-adhesion .panel.panel-commande .panel-body, main #dashboard-paiement .panel.panel-adherent .panel-body, main #dashboard-paiement .panel.panel-commande .panel-body {
  padding: 0.5rem 1rem;
}
main #new-adhesion .panel.panel-adherent .panel-body .row, main #new-adhesion .panel.panel-commande .panel-body .row, main #edit-adhesion .panel.panel-adherent .panel-body .row, main #edit-adhesion .panel.panel-commande .panel-body .row, main #dashboard-adhesion .panel.panel-adherent .panel-body .row, main #dashboard-adhesion .panel.panel-commande .panel-body .row, main #dashboard-paiement .panel.panel-adherent .panel-body .row, main #dashboard-paiement .panel.panel-commande .panel-body .row {
  margin: 0.5rem 0;
  text-align: center;
}
main #new-adhesion .wizard, main #edit-adhesion .wizard, main #dashboard-adhesion .wizard, main #dashboard-paiement .wizard {
  margin: 0 auto;
}
main #new-adhesion .wizard .i_need_space, main #edit-adhesion .wizard .i_need_space, main #dashboard-adhesion .wizard .i_need_space, main #dashboard-paiement .wizard .i_need_space {
  margin-top: 3em;
  margin-bottom: 5px;
}
main #new-adhesion .wizard label.required::after, main #edit-adhesion .wizard label.required::after, main #dashboard-adhesion .wizard label.required::after, main #dashboard-paiement .wizard label.required::after {
  content: "*";
  color: red;
}
main #new-adhesion .wizard .missing_required, main #edit-adhesion .wizard .missing_required, main #dashboard-adhesion .wizard .missing_required, main #dashboard-paiement .wizard .missing_required {
  border-color: red;
}
main #new-adhesion .wizard > div.wizard-inner, main #edit-adhesion .wizard > div.wizard-inner, main #dashboard-adhesion .wizard > div.wizard-inner, main #dashboard-paiement .wizard > div.wizard-inner {
  position: relative;
}
main #new-adhesion .wizard .connecting-line, main #edit-adhesion .wizard .connecting-line, main #dashboard-adhesion .wizard .connecting-line, main #dashboard-paiement .wizard .connecting-line {
  height: 3px;
  background: #104d87;
  position: absolute;
  width: 100%;
  margin: -1px auto 0;
  left: 0;
  right: 0;
  top: 55px;
  z-index: 0;
  transition: all 0.3s ease;
}
main #new-adhesion .wizard .connecting-line::after, main #edit-adhesion .wizard .connecting-line::after, main #dashboard-adhesion .wizard .connecting-line::after, main #dashboard-paiement .wizard .connecting-line::after {
  content: "";
  height: 3px;
  top: 0;
  left: 0;
  background-color: #e6007e;
  width: 12.5%;
  position: absolute;
  display: block;
}
main #new-adhesion .wizard.step2 .connecting-line::after, main #edit-adhesion .wizard.step2 .connecting-line::after, main #dashboard-adhesion .wizard.step2 .connecting-line::after, main #dashboard-paiement .wizard.step2 .connecting-line::after {
  width: 37.5%;
}
main #new-adhesion .wizard.step3 .connecting-line::after, main #edit-adhesion .wizard.step3 .connecting-line::after, main #dashboard-adhesion .wizard.step3 .connecting-line::after, main #dashboard-paiement .wizard.step3 .connecting-line::after {
  width: 62.5%;
}
main #new-adhesion .wizard.step4 .connecting-line::after, main #edit-adhesion .wizard.step4 .connecting-line::after, main #dashboard-adhesion .wizard.step4 .connecting-line::after, main #dashboard-paiement .wizard.step4 .connecting-line::after {
  width: 87.5%;
}
main #new-adhesion .wizard span.round-tab, main #edit-adhesion .wizard span.round-tab, main #dashboard-adhesion .wizard span.round-tab, main #dashboard-paiement .wizard span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: block;
  border-radius: 100px;
  background: #e6007e;
  border: 3px solid #e0f0f0;
  box-shadow: 0 0 0 3px #e6007e;
  z-index: 2;
  text-align: center;
  font-size: 25px;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
}
main #new-adhesion .wizard span.round-tab i, main #edit-adhesion .wizard span.round-tab i, main #dashboard-adhesion .wizard span.round-tab i, main #dashboard-paiement .wizard span.round-tab i {
  color: #fff;
}
main #new-adhesion .wizard span.round-tab:hover, main #edit-adhesion .wizard span.round-tab:hover, main #dashboard-adhesion .wizard span.round-tab:hover, main #dashboard-paiement .wizard span.round-tab:hover {
  background-color: #e6007e;
  box-shadow: 0 0 1px 1px #e6007e;
}
main #new-adhesion .wizard span.title-tab, main #edit-adhesion .wizard span.title-tab, main #dashboard-adhesion .wizard span.title-tab, main #dashboard-paiement .wizard span.title-tab {
  font-weight: 700;
  display: block;
  text-align: center;
  color: #2a2428;
  transition: all 0.3s ease;
}
main #new-adhesion .wizard li, main #edit-adhesion .wizard li, main #dashboard-adhesion .wizard li, main #dashboard-paiement .wizard li {
  list-style: none;
}
main #new-adhesion .wizard li::before, main #edit-adhesion .wizard li::before, main #dashboard-adhesion .wizard li::before, main #dashboard-paiement .wizard li::before {
  display: none;
}
main #new-adhesion .wizard .nav-tabs, main #edit-adhesion .wizard .nav-tabs, main #dashboard-adhesion .wizard .nav-tabs, main #dashboard-paiement .wizard .nav-tabs {
  position: relative;
  margin: 40px auto 30px;
  border-bottom: 0;
}
main #new-adhesion .wizard .nav-tabs > li, main #edit-adhesion .wizard .nav-tabs > li, main #dashboard-adhesion .wizard .nav-tabs > li, main #dashboard-paiement .wizard .nav-tabs > li {
  width: 25%;
}
main #new-adhesion .wizard .nav-tabs > li a, main #edit-adhesion .wizard .nav-tabs > li a, main #dashboard-adhesion .wizard .nav-tabs > li a, main #dashboard-paiement .wizard .nav-tabs > li a {
  width: 180px;
  margin: 20px auto;
  background-color: transparent;
  padding: 0;
  border: 0;
}
main #new-adhesion .wizard .nav-tabs > li a:hover, main #edit-adhesion .wizard .nav-tabs > li a:hover, main #dashboard-adhesion .wizard .nav-tabs > li a:hover, main #dashboard-paiement .wizard .nav-tabs > li a:hover {
  background: transparent;
}
main #new-adhesion .wizard .nav-tabs > li.disabled span.round-tab, main #edit-adhesion .wizard .nav-tabs > li.disabled span.round-tab, main #dashboard-adhesion .wizard .nav-tabs > li.disabled span.round-tab, main #dashboard-paiement .wizard .nav-tabs > li.disabled span.round-tab {
  background-color: #104d87;
  box-shadow: 0 0 1px 1px #104d87;
  border-style: dotted;
}
main #new-adhesion .wizard .nav-tabs > li.disabled span.title-tab, main #edit-adhesion .wizard .nav-tabs > li.disabled span.title-tab, main #dashboard-adhesion .wizard .nav-tabs > li.disabled span.title-tab, main #dashboard-paiement .wizard .nav-tabs > li.disabled span.title-tab {
  color: #2a2428;
  font-weight: 300;
}
main #new-adhesion .wizard .nav-tabs > li.active > a, main #new-adhesion .wizard .nav-tabs > li.active > a:hover, main #new-adhesion .wizard .nav-tabs > li.active > a:focus, main #edit-adhesion .wizard .nav-tabs > li.active > a, main #edit-adhesion .wizard .nav-tabs > li.active > a:hover, main #edit-adhesion .wizard .nav-tabs > li.active > a:focus, main #dashboard-adhesion .wizard .nav-tabs > li.active > a, main #dashboard-adhesion .wizard .nav-tabs > li.active > a:hover, main #dashboard-adhesion .wizard .nav-tabs > li.active > a:focus, main #dashboard-paiement .wizard .nav-tabs > li.active > a, main #dashboard-paiement .wizard .nav-tabs > li.active > a:hover, main #dashboard-paiement .wizard .nav-tabs > li.active > a:focus {
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
main #new-adhesion .wizard .nav-tabs > li.active span.round-tab, main #edit-adhesion .wizard .nav-tabs > li.active span.round-tab, main #dashboard-adhesion .wizard .nav-tabs > li.active span.round-tab, main #dashboard-paiement .wizard .nav-tabs > li.active span.round-tab {
  background-color: #e6007e;
  box-shadow: 0 0 1px 1px #e6007e;
}
main #new-adhesion .wizard .nav-tabs > li.active span.title-tab, main #edit-adhesion .wizard .nav-tabs > li.active span.title-tab, main #dashboard-adhesion .wizard .nav-tabs > li.active span.title-tab, main #dashboard-paiement .wizard .nav-tabs > li.active span.title-tab {
  color: #e6007e;
  font-weight: 700;
}
main #new-adhesion .wizard h3, main #edit-adhesion .wizard h3, main #dashboard-adhesion .wizard h3, main #dashboard-paiement .wizard h3 {
  margin-top: 0;
}
main #new-adhesion .wizard .adherents-list, main #new-adhesion .wizard .actions-list, main #edit-adhesion .wizard .adherents-list, main #edit-adhesion .wizard .actions-list, main #dashboard-adhesion .wizard .adherents-list, main #dashboard-adhesion .wizard .actions-list, main #dashboard-paiement .wizard .adherents-list, main #dashboard-paiement .wizard .actions-list {
  text-align: center;
  margin-top: 3px;
}
main #new-adhesion .wizard .adherents-list .adherent, main #new-adhesion .wizard .actions-list .adherent, main #edit-adhesion .wizard .adherents-list .adherent, main #edit-adhesion .wizard .actions-list .adherent, main #dashboard-adhesion .wizard .adherents-list .adherent, main #dashboard-adhesion .wizard .actions-list .adherent, main #dashboard-paiement .wizard .adherents-list .adherent, main #dashboard-paiement .wizard .actions-list .adherent {
  display: inline-block;
  margin: 10px 15px 10px 15px;
  text-align: center;
  width: 120px;
  color: #e6007e;
  vertical-align: top;
}
main #new-adhesion .wizard .adherents-list .adherent .glyphicon, main #new-adhesion .wizard .actions-list .adherent .glyphicon, main #edit-adhesion .wizard .adherents-list .adherent .glyphicon, main #edit-adhesion .wizard .actions-list .adherent .glyphicon, main #dashboard-adhesion .wizard .adherents-list .adherent .glyphicon, main #dashboard-adhesion .wizard .actions-list .adherent .glyphicon, main #dashboard-paiement .wizard .adherents-list .adherent .glyphicon, main #dashboard-paiement .wizard .actions-list .adherent .glyphicon {
  border: 1px solid #e6007e;
  border-radius: 3rem;
  padding: 5px;
  font-size: 20px;
}
main #new-adhesion .wizard .tab-content .tab-pane, main #edit-adhesion .wizard .tab-content .tab-pane, main #dashboard-adhesion .wizard .tab-content .tab-pane, main #dashboard-paiement .wizard .tab-content .tab-pane {
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 10px -2px rgba(42, 36, 40, 0.2);
  margin-bottom: 50px;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline {
  position: absolute;
  top: 100%;
  padding: 30px 0;
  width: 100%;
  text-align: left;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  text-align: left;
  height: auto;
  line-height: 1rem;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn small, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn small, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn small, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn small {
  display: block;
  font-weight: 300;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn::after, main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn::after, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn::after, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn::after, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn::before {
  position: absolute;
  top: 46%;
  transform: translate(0, -50%);
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-default, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-default, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-default, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn.btn-default {
  border-bottom-color: #2a2428;
  color: #2a2428;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-default:hover, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-default:hover, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-default:hover, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn.btn-default:hover {
  color: #e6007e;
  border-bottom-color: #e6007e;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-secondary, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-secondary, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-secondary, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn.btn-secondary {
  border-bottom-color: #104d87;
  color: #104d87;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-secondary:hover, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-secondary:hover, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-secondary:hover, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn.btn-secondary:hover {
  color: #e6007e;
  border-bottom-color: #e6007e;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-primary, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-primary, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-primary, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn.btn-primary {
  border-bottom-color: #17a93e;
  color: #17a93e;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-primary:hover, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-primary:hover, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline .btn.btn-primary:hover, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline .btn.btn-primary:hover {
  color: #e6007e;
  border-bottom-color: #e6007e;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .btn {
  padding-left: 3rem;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::after, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::after, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::after, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::after {
  display: none;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .btn::before {
  content: "\f060";
  margin-right: 1em;
  transition: transform 0.3s ease;
  left: 1.25rem;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn:hover::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn:hover::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:first-child .btn:hover::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:first-child .btn:hover::before {
  transform: translate(-4px, -50%);
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:last-child {
  float: right;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:last-child .btn {
  padding-right: 3rem;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn::after, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn::after, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn::after, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:last-child .btn::after {
  right: 1.25rem;
}
main #new-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn:hover::before, main #edit-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn:hover::before, main #dashboard-adhesion .wizard .tab-content .tab-pane > .list-inline li:last-child .btn:hover::before, main #dashboard-paiement .wizard .tab-content .tab-pane > .list-inline li:last-child .btn:hover::before {
  transform: translate(4px, -50%);
}
main #new-adhesion .wizard .tab-content .tab-pane.no-shadow, main #edit-adhesion .wizard .tab-content .tab-pane.no-shadow, main #dashboard-adhesion .wizard .tab-content .tab-pane.no-shadow, main #dashboard-paiement .wizard .tab-content .tab-pane.no-shadow {
  box-shadow: unset;
}
main #new-adhesion .wizard .tab-content .tab-title, main #edit-adhesion .wizard .tab-content .tab-title, main #dashboard-adhesion .wizard .tab-content .tab-title, main #dashboard-paiement .wizard .tab-content .tab-title {
  text-align: left;
  font-size: 1.75rem !important;
  border-bottom: 1px solid #e0f0f0;
  padding: 1.5rem 2rem;
}
main #new-adhesion .wizard .tab-content .tab-title.blue, main #edit-adhesion .wizard .tab-content .tab-title.blue, main #dashboard-adhesion .wizard .tab-content .tab-title.blue, main #dashboard-paiement .wizard .tab-content .tab-title.blue {
  color: #104d87;
}
main #new-adhesion .wizard .tab-content .tab-title em, main #edit-adhesion .wizard .tab-content .tab-title em, main #dashboard-adhesion .wizard .tab-content .tab-title em, main #dashboard-paiement .wizard .tab-content .tab-title em {
  font-size: 1em;
  text-transform: none;
  margin-right: 0.5em;
  display: inline-block;
}
main #new-adhesion .wizard .tab-content .tab-title small, main #edit-adhesion .wizard .tab-content .tab-title small, main #dashboard-adhesion .wizard .tab-content .tab-title small, main #dashboard-paiement .wizard .tab-content .tab-title small {
  display: inline-block;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.5em;
}
main #new-adhesion .wizard .tab-content .tab-inner, main #edit-adhesion .wizard .tab-content .tab-inner, main #dashboard-adhesion .wizard .tab-content .tab-inner, main #dashboard-paiement .wizard .tab-content .tab-inner {
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}
main #new-adhesion .wizard .tab-content .tab-inner #adherent_activites, main #new-adhesion .wizard .tab-content .tab-inner #adherent_engagements, main #new-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement, main #edit-adhesion .wizard .tab-content .tab-inner #adherent_activites, main #edit-adhesion .wizard .tab-content .tab-inner #adherent_engagements, main #edit-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement, main #dashboard-adhesion .wizard .tab-content .tab-inner #adherent_activites, main #dashboard-adhesion .wizard .tab-content .tab-inner #adherent_engagements, main #dashboard-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement, main #dashboard-paiement .wizard .tab-content .tab-inner #adherent_activites, main #dashboard-paiement .wizard .tab-content .tab-inner #adherent_engagements, main #dashboard-paiement .wizard .tab-content .tab-inner #commande_paiement_methodePaiement {
  display: flex;
  flex-basis: auto;
  flex-flow: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
main #new-adhesion .wizard .tab-content .tab-inner #adherent_activites span, main #new-adhesion .wizard .tab-content .tab-inner #adherent_engagements span, main #new-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement span, main #edit-adhesion .wizard .tab-content .tab-inner #adherent_activites span, main #edit-adhesion .wizard .tab-content .tab-inner #adherent_engagements span, main #edit-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement span, main #dashboard-adhesion .wizard .tab-content .tab-inner #adherent_activites span, main #dashboard-adhesion .wizard .tab-content .tab-inner #adherent_engagements span, main #dashboard-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement span, main #dashboard-paiement .wizard .tab-content .tab-inner #adherent_activites span, main #dashboard-paiement .wizard .tab-content .tab-inner #adherent_engagements span, main #dashboard-paiement .wizard .tab-content .tab-inner #commande_paiement_methodePaiement span {
  margin: 0 5px 10px;
}
main #new-adhesion .wizard .tab-content .tab-inner #adherent_activites span label, main #new-adhesion .wizard .tab-content .tab-inner #adherent_engagements span label, main #new-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement span label, main #edit-adhesion .wizard .tab-content .tab-inner #adherent_activites span label, main #edit-adhesion .wizard .tab-content .tab-inner #adherent_engagements span label, main #edit-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement span label, main #dashboard-adhesion .wizard .tab-content .tab-inner #adherent_activites span label, main #dashboard-adhesion .wizard .tab-content .tab-inner #adherent_engagements span label, main #dashboard-adhesion .wizard .tab-content .tab-inner #commande_paiement_methodePaiement span label, main #dashboard-paiement .wizard .tab-content .tab-inner #adherent_activites span label, main #dashboard-paiement .wizard .tab-content .tab-inner #adherent_engagements span label, main #dashboard-paiement .wizard .tab-content .tab-inner #commande_paiement_methodePaiement span label {
  font-size: 1rem;
}
main #new-adhesion .wizard .tab-content .tab-inner h4, main #edit-adhesion .wizard .tab-content .tab-inner h4, main #dashboard-adhesion .wizard .tab-content .tab-inner h4, main #dashboard-paiement .wizard .tab-content .tab-inner h4 {
  font-weight: 700;
  color: #104d87;
  text-align: left;
  margin-top: 3rem;
  font-size: 1.5rem;
}
main #new-adhesion .wizard .tab-content .tab-inner .text, main #edit-adhesion .wizard .tab-content .tab-inner .text, main #dashboard-adhesion .wizard .tab-content .tab-inner .text, main #dashboard-paiement .wizard .tab-content .tab-inner .text {
  text-align: justify;
}
main #new-adhesion .wizard .tab-content .tab-inner .text p.lead, main #edit-adhesion .wizard .tab-content .tab-inner .text p.lead, main #dashboard-adhesion .wizard .tab-content .tab-inner .text p.lead, main #dashboard-paiement .wizard .tab-content .tab-inner .text p.lead {
  font-size: 1.25rem;
}
main #new-adhesion .wizard .tab-content .tab-inner hr, main #edit-adhesion .wizard .tab-content .tab-inner hr, main #dashboard-adhesion .wizard .tab-content .tab-inner hr, main #dashboard-paiement .wizard .tab-content .tab-inner hr {
  border-top: 2px solid #e0f0f0;
  margin: 2rem 0 !important;
  width: auto;
}
main #new-adhesion .wizard .tab-content .tab-inner .wizard-choice span, main #edit-adhesion .wizard .tab-content .tab-inner .wizard-choice span, main #dashboard-adhesion .wizard .tab-content .tab-inner .wizard-choice span, main #dashboard-paiement .wizard .tab-content .tab-inner .wizard-choice span {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
}
main #new-adhesion .wizard .tab-content .tab-inner .wizard-choice span input, main #edit-adhesion .wizard .tab-content .tab-inner .wizard-choice span input, main #dashboard-adhesion .wizard .tab-content .tab-inner .wizard-choice span input, main #dashboard-paiement .wizard .tab-content .tab-inner .wizard-choice span input {
  margin-right: 5px;
}
main #new-adhesion .wizard .tab-content .tab-inner .wizard-choice span input,
main #new-adhesion .wizard .tab-content .tab-inner .wizard-choice span label, main #edit-adhesion .wizard .tab-content .tab-inner .wizard-choice span input,
main #edit-adhesion .wizard .tab-content .tab-inner .wizard-choice span label, main #dashboard-adhesion .wizard .tab-content .tab-inner .wizard-choice span input,
main #dashboard-adhesion .wizard .tab-content .tab-inner .wizard-choice span label, main #dashboard-paiement .wizard .tab-content .tab-inner .wizard-choice span input,
main #dashboard-paiement .wizard .tab-content .tab-inner .wizard-choice span label {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 1170px) {
  main #new-adhesion .wizard .tab-content .tab-inner .alert, main #edit-adhesion .wizard .tab-content .tab-inner .alert, main #dashboard-adhesion .wizard .tab-content .tab-inner .alert, main #dashboard-paiement .wizard .tab-content .tab-inner .alert {
    margin-left: -120px;
    margin-right: -120px;
  }
  main #new-adhesion .wizard .tab-content .tab-inner .row > .col-md-6:first-child .alert, main #edit-adhesion .wizard .tab-content .tab-inner .row > .col-md-6:first-child .alert, main #dashboard-adhesion .wizard .tab-content .tab-inner .row > .col-md-6:first-child .alert, main #dashboard-paiement .wizard .tab-content .tab-inner .row > .col-md-6:first-child .alert {
    margin-right: 0;
  }
  main #new-adhesion .wizard .tab-content .tab-inner .row > .col-md-6:last-child .alert, main #edit-adhesion .wizard .tab-content .tab-inner .row > .col-md-6:last-child .alert, main #dashboard-adhesion .wizard .tab-content .tab-inner .row > .col-md-6:last-child .alert, main #dashboard-paiement .wizard .tab-content .tab-inner .row > .col-md-6:last-child .alert {
    margin-left: 0;
  }
  main #new-adhesion .wizard .tab-content .tab-inner hr, main #edit-adhesion .wizard .tab-content .tab-inner hr, main #dashboard-adhesion .wizard .tab-content .tab-inner hr, main #dashboard-paiement .wizard .tab-content .tab-inner hr {
    margin: 2rem -200px !important;
  }
}
@media (max-width: 585px) {
  main #new-adhesion .wizard, main #edit-adhesion .wizard, main #dashboard-adhesion .wizard, main #dashboard-paiement .wizard {
    height: auto !important;
  }
  main #new-adhesion .wizard .tab-content .tab-title, main #edit-adhesion .wizard .tab-content .tab-title, main #dashboard-adhesion .wizard .tab-content .tab-title, main #dashboard-paiement .wizard .tab-content .tab-title {
    font-size: 1.5rem !important;
    padding: 1rem 1.5rem;
  }
  main #new-adhesion .wizard span.round-tab, main #edit-adhesion .wizard span.round-tab, main #dashboard-adhesion .wizard span.round-tab, main #dashboard-paiement .wizard span.round-tab {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
  main #new-adhesion .wizard span.round-tab img, main #edit-adhesion .wizard span.round-tab img, main #dashboard-adhesion .wizard span.round-tab img, main #dashboard-paiement .wizard span.round-tab img {
    max-width: 24px;
    max-height: 24px;
  }
  main #new-adhesion .wizard span.title-tab, main #edit-adhesion .wizard span.title-tab, main #dashboard-adhesion .wizard span.title-tab, main #dashboard-paiement .wizard span.title-tab {
    margin-top: 0px;
    line-height: 1rem;
    display: none;
  }
  main #new-adhesion .wizard .nav-tabs > li a, main #edit-adhesion .wizard .nav-tabs > li a, main #dashboard-adhesion .wizard .nav-tabs > li a, main #dashboard-paiement .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  main #new-adhesion .wizard .li.active:after, main #edit-adhesion .wizard .li.active:after, main #dashboard-adhesion .wizard .li.active:after, main #dashboard-paiement .wizard .li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}
@media all and (min-width: 1170px) {
  main #dashboard-adhesion .row.fullwidth {
    margin: 2rem -150px !important;
  }
}
main #dashboard-adhesion .dl-horizontal dt {
  float: left;
  width: auto;
  margin-right: 10px;
}
main #dashboard-adhesion .dl-horizontal dd {
  font-size: 0.85rem;
  margin-left: 0;
  margin-top: 5px;
}
main #dashboard-adhesion .label-default {
  background-color: #e0f0f0;
  color: #544c52;
}
main #dashboard-adhesion .label-warning {
  background-color: #e08220;
}
main #dashboard-adhesion .label-danger {
  background-color: #dc3545;
}
main #dashboard-adhesion .label-success {
  background-color: #17a93e;
}
main #dashboard-adhesion .btn.btn-icon {
  border: 1px solid #e6007e;
  color: #e6007e;
}
main #dashboard-adhesion .btn.btn-icon .glyphicon {
  font-size: 0.9em;
  top: -0.1em;
}
main #dashboard-adhesion .btn.btn-icon:hover {
  background-color: #e6007e;
  color: #fff;
}
main #dashboard-adhesion #dashboard > hr {
  margin-bottom: 0;
  border-top-color: #e0f0f0;
}
main #dashboard-adhesion #dashboard ul li::before {
  display: inline-block;
}
main #dashboard-adhesion h5 {
  margin-top: 0;
}
main #dashboard-paiement #dashboard ul.nav-pills {
  text-align: center;
}
main #dashboard-paiement #dashboard ul.nav-pills li {
  float: none;
  display: inline-block;
}
main #dashboard-paiement #dashboard ul.nav-pills li.active a {
  background-color: #e6007e;
}
main #dashboard-paiement #dashboard ul.nav-pills li::before {
  content: unset;
}
main .table-responsive table.table-condensed td, main .table-responsive table.table-condensed th {
  white-space: normal;
  word-wrap: break-word;
}
main .alert.upload, main .alert.urgence, main .alert.infos, main .alert.infos-paiement, main .alert.tshirt {
  margin-top: 3rem;
  text-align: left;
}
main .alert.upload, main .alert.upload p, main .alert.upload .help-block, main .alert.urgence, main .alert.urgence p, main .alert.urgence .help-block, main .alert.infos, main .alert.infos p, main .alert.infos .help-block, main .alert.infos-paiement, main .alert.infos-paiement p, main .alert.infos-paiement .help-block, main .alert.tshirt, main .alert.tshirt p, main .alert.tshirt .help-block {
  font-weight: 700;
  color: #544c52;
  font-size: 1.2rem;
}
main .alert.upload .checkbox label, main .alert.upload .radio label, main .alert.urgence .checkbox label, main .alert.urgence .radio label, main .alert.infos .checkbox label, main .alert.infos .radio label, main .alert.infos-paiement .checkbox label, main .alert.infos-paiement .radio label, main .alert.tshirt .checkbox label, main .alert.tshirt .radio label {
  font-size: 16px;
}
main .alert.upload dd, main .alert.urgence dd, main .alert.infos dd, main .alert.infos-paiement dd, main .alert.tshirt dd {
  font-weight: 300;
}
main .alert.upload {
  padding-left: 28%;
  background: #e0f0f0 url("../images/icon-fichier-min.png") no-repeat 5% center;
  background-size: 11% auto;
}
main .alert.urgence {
  padding-left: 28%;
  background: #e0f0f0 url("../images/icon-urgence-min.png") no-repeat 5% center;
  background-size: 11% auto;
}
main .alert.tshirt {
  padding-left: 28%;
  background: #e0f0f0 url("../images/icon-tshirt-min.png") no-repeat 5% center;
  background-size: 11% auto;
}
main .alert.infos-paiement {
  padding-left: 28%;
  background: #e0f0f0 url("../images/icon-infos-paiement-min.png") no-repeat 5% center;
  background-size: 11% auto;
}
main .alert.infos {
  padding-left: 28%;
  background: #e0f0f0 url("../images/icon-infos-min.png") no-repeat 5% center;
  background-size: 11% auto;
}
@media (max-width: 585px) {
  main .alert.upload, main .alert.urgence, main .alert.urgence, main .alert.tshirt, main .alert.infos-paiement, main .alert.infos {
    padding-left: 1rem;
    background: #e0f0f0;
    background-size: unset;
  }
}
main .vich-file {
  background: #e0f0f0;
  padding: 1rem;
  margin: 0 0.5rem 2rem 0.5rem;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #bce8f1;
}
main .vich-file label {
  height: inherit;
  vertical-align: middle;
}
main .vich-file label .glyphicon {
  margin-right: 5px;
}
main .vich-file label input[type=file] {
  display: none;
}
main .vich-file label.btn-download::after {
  content: unset;
}
main .vich-file .new-filename, main .vich-file .existing-filename {
  word-break: break-word;
  font-weight: bold;
}
main .vich-file .new-filename::before {
  content: "Sélection : ";
  font-weight: normal;
}
main .vich-file .remove-file {
  font-weight: bold;
  font-size: 1.5em;
}
main .vich-file .remove-file:hover {
  cursor: pointer;
}
main .legende .btn-complement {
  margin: 0;
  font-size: 0.6rem;
  padding: 0 0 0 1rem;
}
main .legende dl {
  display: grid;
  grid-template-columns: max-content auto;
}
main .legende dt {
  grid-column-start: 1;
}
main .legende dd {
  grid-column-start: 2;
}
main .legende .btn-icon {
  margin: 2px;
  font-size: 0.8rem;
  line-height: 1.6rem;
}
main .filigrane-adherent-inactif {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><text x='0' y='80' fill='rgba(0,0,0,0.15)' font-size='10' transform='rotate(-20 0 20)'>Adhésion inactive</text></svg>");
  background-repeat: repeat;
  background-size: 200px 200px;
}

/*.search-form {
  @extend .form-inline;
}
.search-form label {
  font-weight: normal;
  @extend .form-group;
}
.search-form .search-field {
  @extend .form-control;
}
.search-form .search-submit {
  @extend .btn;
  @extend .btn-secondary;
}
*/
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date],
select,
select.form-control {
  height: 2.25rem;
  border: 1px solid #544c52;
  line-height: 2.25rem;
  padding: 0 1.5rem;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #544c52;
  width: 100%;
  margin-bottom: 10px;
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=date]:hover,
input[type=date]:focus,
select:hover,
select:focus,
select.form-control:hover,
select.form-control:focus {
  border-color: #e6007e;
}

label {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 300;
}

form[name=commande_paiement] label {
  font-size: 1rem;
}

form {
  text-align: center;
  margin: 0;
}

@media (max-width: 768px) {
  label {
    font-size: 1.2rem;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  input[type=date],
  select,
  select.form-control {
    height: 2rem;
    line-height: 2rem;
    letter-spacing: 0em;
  }
}
#escargRose {
  position: fixed;
  display: block;
  opacity: 0;
  z-index: 100;
  font-size: 3rem;
}
#escargRose.aFondLesBallons {
  animation: goGoGoEscargRose 20s normal;
}
#escargRose .bubble {
  position: absolute;
  top: calc(0% - 1.875rem);
  text-align: center;
  min-width: 200px;
  background: white;
  padding: 4px 6px;
  border-radius: 12px;
  border: 2px solid #e6007e;
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#escargRose .bubble.parlotte {
  animation: parlotteEscargRose 20s normal;
}

@keyframes goGoGoEscargRose {
  0% {
    left: calc(100px - 1.5rem);
    top: calc(100px - 1.5rem);
    opacity: 0;
  }
  3% {
    opacity: 100;
  }
  6% {
    opacity: 0;
  }
  9% {
    opacity: 100;
  }
  12% {
    opacity: 0;
  }
  15% {
    opacity: 100;
  }
  18% {
    left: calc(100px - 1.5rem);
    top: calc(100px - 1.5rem);
    opacity: 0;
  }
  19% {
    left: calc(100% - 100px - 1.5rem);
    top: calc(100px - 1.5rem);
    opacity: 0;
  }
  20% {
    left: calc(100% - 100px - 1.5rem);
    top: calc(100px - 1.5rem);
    opacity: 100;
  }
  23% {
    opacity: 0;
  }
  26% {
    opacity: 100;
  }
  29% {
    opacity: 0;
  }
  32% {
    opacity: 100;
  }
  35% {
    left: calc(100% - 100px - 1.5rem);
    top: calc(100px - 1.5rem);
    opacity: 0;
  }
  36% {
    left: calc(100% - 100px - 1.5rem);
    top: calc(100% - 100px - 1.5rem);
    opacity: 0;
  }
  37% {
    left: calc(100% - 100px - 1.5rem);
    top: calc(100% - 100px - 1.5rem);
    opacity: 100;
  }
  40% {
    opacity: 0;
  }
  43% {
    opacity: 100;
  }
  46% {
    opacity: 0;
  }
  49% {
    opacity: 100;
  }
  52% {
    left: calc(100% - 100px - 1.5rem);
    top: calc(100% - 100px - 1.5rem);
    opacity: 0;
  }
  53% {
    left: calc(100px - 1.5rem);
    top: calc(100% - 100px - 1.5rem);
    opacity: 0;
  }
  54% {
    left: calc(100px - 1.5rem);
    top: calc(100% - 100px - 1.5rem);
    opacity: 100;
  }
  57% {
    opacity: 0;
  }
  60% {
    opacity: 100;
  }
  66% {
    opacity: 0;
  }
  69% {
    opacity: 100;
  }
  72% {
    left: calc(100px - 1.5rem);
    top: calc(100% - 100px - 1.5rem);
    opacity: 0;
  }
  73% {
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
    opacity: 0;
  }
  74% {
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
    font-size: 3rem;
    opacity: 100;
  }
  80% {
    left: calc(50% - 2.5rem);
    top: calc(50% - 2.5rem);
    opacity: 100;
  }
  99% {
    left: calc(50% - 2.5rem);
    top: calc(50% - 2.5rem);
    font-size: 5rem;
    opacity: 100;
  }
  100% {
    opacity: 100;
  }
}
@keyframes parlotteEscargRose {
  0% {
    opacity: 0;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 100;
  }
  99% {
    opacity: 100;
  }
  100% {
    opacity: 0;
  }
}
