@charset "UTF-8";
/*$font-family: Avenir Next LT Pro,-apple-system, BlinkMacSystemFont, "Segoe UI","Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;*/
/* SCSS */
/* SCSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@keyframes anicone {
  from {
    transform: rotate(-90deg) scale(0.5, 0.5); }
  to {
    transform: rotate(0deg) scale(1, 1); } }

@keyframes anibg {
  from {
    background-color: #E4E4E4; }
  to {
    background-color: rgba(228, 228, 228, 0); } }

@keyframes aniAlphaHide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes aniAlpha {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes aniAlphaPosBottom {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes aniAlphaPosTop {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes aniAlphaPosTopAndHeight {
  0% {
    opacity: 0;
    transform: scaleY(0.5) translateY(-200px); }
  100% {
    opacity: 1;
    transform: scaleY(1) translateY(0px); } }

@keyframes aniAlphaPosLeft {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes aniAlphaPos {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes aniAlphaPosHide {
  from {
    opacity: 1;
    transform: translateY(0px); }
  to {
    opacity: 0;
    transform: translateY(-50px); } }

@font-face {
  font-family: 'icomoon';
  src: url("../font//icomoon.eot?r78ai6");
  src: url("../font/icomoon.eot?r78ai6#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?r78ai6") format("truetype"), url("../font/icomoon.woff?r78ai6") format("woff"), url("../font/icomoon.svg?r78ai6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-info:before {
  content: "\e902"; }

.icon-edit:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-repeat:before {
  content: "\f01e"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-send:before {
  content: "\f1d8"; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

.status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -20px 0 0 -20px; }

html {
  min-height: 100vh;
  font-size: 17px;
  line-height: 1.5rem; }
  @media (max-width: 1259.98px) {
    html {
      font-size: 1rem;
      line-height: 1.25rem; } }
  @media (max-width: 991.98px) {
    html {
      font-size: 0.9375rem;
      line-height: 1.125rem; } }
  @media (max-width: 767.98px) {
    html {
      font-size: 0.875rem;
      line-height: 1rem; } }

body {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "ubuntu", sans-serif;
  color: #003250;
  background-color: #fff;
  font-weight: 400 !important;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

h2 {
  font-size: 1.625rem;
  line-height: 1.75rem;
  color: #1a94ce;
  font-weight: 700;
  margin-bottom: 1.25rem; }
  h2 span {
    font-weight: 300; }

h3 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
  color: #003250;
  font-weight: bold; }
  h3 span {
    font-weight: 400; }

.hptext {
  font-size: 1.375rem;
  line-height: 3.25rem;
  margin-bottom: 0.9375rem;
  color: #003250;
  font-weight: bold; }
  .hptext .small {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem; }

.whitetext {
  color: #FFF; }

strong, b {
  font-weight: bold; }

#form, #question, #bloc-detail {
  display: none; }

a, a:visited {
  text-decoration: none;
  color: #1a94ce; }
  a:hover, a:visited:hover {
    color: #558830; }

footer {
  background-color: #1a94ce;
  color: #FFF;
  padding: 0px 0.625rem;
  height: 29px;
  text-decoration: none; }
  footer a, footer a:visited {
    color: #3a3a3a;
    transition-duration: 800ms;
    font-size: 16px;
    line-height: 29px; }
    footer a:hover, footer a:visited:hover {
      color: #fff; }

section, .profil {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 10px; }
  @media (max-width: 575.98px) {
    section, .profil {
      width: 95%; } }
  section#question, .profil#question {
    padding: 2.5rem 10px 1.25rem 10px; }

#bt_start i {
  transform: rotate(-20deg);
  display: inline-block;
  transition-duration: 800ms; }

#bt_start:hover i {
  transform: rotate(-90deg); }

#bt_rep i {
  transform: rotate(-10deg);
  display: inline-block;
  transition-duration: 300ms; }

#bt_rep:hover i {
  transform: rotate(350deg) scale(1.4); }

#bt_rejouer i {
  display: inline-block;
  transition-duration: 300ms; }

#bt_rejouer:hover i {
  transform: rotate(360deg);
  transition-duration: 300ms; }

#bt_fb i {
  display: inline-block;
  transition-duration: 300ms; }

#bt_fb:hover i {
  transform: translate(-20%, 20%) scale(1.25);
  transition-duration: 300ms; }

#bt_suite i {
  display: inline-block;
  transition-duration: 200ms; }

#bt_suite:hover i:before {
  font-size: 1.25rem;
  padding-right: 0px; }

#bt_suite i::before {
  font-size: 1.25rem;
  padding-right: 10px;
  transition-duration: 200ms; }

.button {
  color: #1a94ce;
  font-size: 1.5625rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 400;
  transition-duration: 400ms;
  background-color: transparent;
  border: none; }
  .button.small {
    font-size: 1.3125rem;
    margin-top: 2.1875rem; }
    .button.small i::before {
      font-size: 1.875rem; }
  .button:active {
    background-color: transparent; }
  .button:focus {
    border: none;
    outline: none; }
  .button:hover {
    /*texte*/
    color: #ffffff; }
  .button:active {
    transition-duration: 100ms;
    box-shadow: 3px 3px 60px 3px rgba(196, 196, 196, 0.8); }
  .button i::before {
    font-size: 2.5rem;
    padding-left: 5px; }
  .button::before {
    content: " ";
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0px;
    left: 50%;
    background-color: #1a94ce;
    transform: translateX(-50%);
    transition-duration: 500ms;
    box-shadow: 0 0 0 0 rgba(234, 29, 34, 0.5);
    z-index: -1; }
  .button:hover::before {
    height: 100%;
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #6f6f6e;
    box-shadow: 2px 2px 20px 3px rgba(111, 111, 110, 0.5); }
  @media (max-width: 1259.98px) {
    .button {
      font-size: 1.25rem; }
      .button i::before {
        font-size: 1.875rem;
        padding-left: 5px; }
      .button:hover::before {
        height: 60px; } }
  @media (max-width: 575.98px) {
    .button {
      font-size: 1.125rem; }
      .button i::before {
        font-size: 1.75rem;
        padding-left: 4px; }
      .button:hover::before {
        height: 50px; } }

.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-positive: 1;
      flex-grow: 1; }

.content {
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.bloc-info {
  text-align: center;
  width: 85%;
  margin: auto; }
  .bloc-info__content {
    text-align: left;
    border-left: 2px solid #1a94ce;
    margin-left: 15px;
    padding: 0px 10px 10px 20px; }
  .bloc-info__aide {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #515151;
    border-radius: 5px;
    padding: 3px;
    display: inline; }
    .bloc-info__aide:before {
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 0.3125rem;
      margin-left: 0.3125rem; }
  .bloc-info__titre {
    color: #1a94ce;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700; }
    .bloc-info__titre b, .bloc-info__titre strong {
      font-weight: bold; }
    .bloc-info__titre span {
      font-size: 1.125rem;
      line-height: 1.5rem; }
  .bloc-info .z_rep .rep:not(.bloc-info__anim) {
    opacity: 0; }
  .bloc-info h1, .bloc-info h2 {
    text-align: left; }
  @media (max-width: 991.98px) {
    .bloc-info {
      width: 85%; } }
  @media (max-width: 767.98px) {
    .bloc-info {
      width: 95%; }
      .bloc-info__content {
        border: none;
        margin-left: 0px;
        padding: 0px; } }

.bloc-adv {
  padding: 1.25rem 6% 0.625rem 6%;
  color: #3a3a3a;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 300; }
  .bloc-adv span {
    display: block; }
  .bloc-adv__img-area {
    clear: both; }
    .bloc-adv__img-area:after {
      clear: both; }
  .bloc-adv__wrap-img {
    display: block;
    margin: 0rem auto 0.625rem auto;
    text-align: center; }
    .bloc-adv__wrap-img img {
      width: 100%;
      height: auto; }
    .bloc-adv__wrap-img:last-child {
      margin-bottom: 0px; }

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100px; }
  @media (max-width: 575.98px) {
    header {
      -ms-flex-direction: column;
          flex-direction: column;
      height: auto; } }
  header .logo-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    /* fallback/image non-cover color */
    background-color: #FFF;
    height: 100%; }
    header .logo-area img {
      margin: auto 10px; }
  header .block-titre {
    color: #fff;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    margin: 0 auto;
    position: relative;
    background: url("../images/bg_haut_droit.jpg") no-repeat;
    background-position: bottom 2px right; }
    @media (max-width: 575.98px) {
      header .block-titre {
        /* fallback/image non-cover color */
        background-color: #FFF;
        /* Firefox 3.6+ */
        /* Safari 4+, Chrome 1+ */
        /* Safari 5.1+, Chrome 10+ */
        /* Opera 11.10+ */
        background-image: -o-linear-gradient(left, #FFF 0%, rgba(196, 196, 196, 0.1) 100%);
        /* IE10+ */
        /* Standard */
        background: linear-gradient(to right, #FFF 0%, rgba(196, 196, 196, 0.1) 100%);
        /* IE6-9 */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); } }
    header .block-titre__titre {
      display: block;
      font-weight: 600;
      color: #1a94ce;
      margin-left: 1.3rem;
      font-size: 1.45rem;
      line-height: 1.45rem;
      margin-top: 5px;
      margin-bottom: 5px;
      text-align: center; }
      header .block-titre__titre strong {
        font-weight: bold; }
    header .block-titre__stitre {
      display: block;
      font-size: 1.45rem;
      line-height: 1.45rem;
      margin-left: 1.3rem;
      text-align: center;
      font-weight: 700;
      color: #003250; }
    header .block-titre::after {
      position: absolute;
      z-index: 10;
      bottom: 0px;
      left: 0px;
      content: '';
      width: 100%;
      height: 3px;
      display: block;
      /* fallback/image non-cover color */
      background-color: #fff;

      /* Standard */
      background: linear-gradient(to right, #fff 0%, #FFF 100%);
      /* IE6-9 */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 ); }
  header .colg {
    padding: 0px; }
    header .colg.border-bottom {
      margin-right: 3px; background-color: #FFFFFF;}
      @media (max-width: 991.98px) {
        header .colg.border-bottom {
          margin-right: 0px; } }
    @media (max-width: 991.98px) {
      header .colg {
        width: 50%; } }
    @media (max-width: 575.98px) {
      header .colg {
        width: 100%; } }
  @media (max-width: 991.98px) {
    header .cold {
      width: 50%; } }
  @media (max-width: 575.98px) {
    header .cold {
      width: 100%; } }
  @media (max-width: 991.98px) {
    header .logo-area {
      background-color: #fff;
      background: transparent; }
    header .block-titre {
      padding: 5px 0px;
      background-position: bottom 0px right; }
      header .block-titre::after {
        height: 0px; }
      header .block-titre h1 {
        margin-top: 10px; }
      header .block-titre img {
        width: 70px;
        height: auto;
        bottom: 0px; } }
  @media (max-width: 575.98px) {
    header .logo-area {
      margin: auto;
      text-align: center;
      border: none; }
      header .logo-area img {
        margin: auto;
        text-align: center; }
    header .block-titre {
      padding: 5px 0px;
      color: #3a3a3a; }
      header .block-titre h1 {
        font-size: 1.25rem;
        margin-left: 0px;
        display: inline;
        color: #3a3a3a; }
      header .block-titre__stitre {
        margin-right: 0px;
        font-size: 1.15rem;
        display: inline;
        color: #003250; }
      header .block-titre img {
        width: 40px;
        height: auto;
        bottom: 2px; }
      header .block-titre::after {
        display: none; } }

.cold {
  width: 40%;
  background-color: #1a94ce; }
  @media (min-width: 1260px) {
    .cold {
      width: 30%; } }

.colg {
  width: 60%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (min-width: 1260px) {
    .colg {
      width: 70%; } }

@media (max-width: 991.98px) {
  .content .cold {
    display: none; } }

@media (max-width: 991.98px) {
  .content .colg {
    width: 100%; } }

#timeline {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1; }
  #timeline .tm__content {
    display: block; }
  #timeline .tm__line {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  #timeline .tm__cursor {
    background: #dcdcdc;
    content: '';
    display: block;
    height: auto;
    width: 0%;
    transition-duration: 2s; }
  #timeline .tm__info {
    height: auto;
    background: #dcdcdc;
    padding-left: 5px;
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
    width: 50px; }
  #timeline .tm__nbq {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #1a94ce; }
  #timeline .tm__total {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-left: -4px; }

.anim-hide {
  animation-name: aniAlphaHide;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }
  .anim-hide:nth-child(1) {
    animation-delay: 10ms; }
  .anim-hide:nth-child(2) {
    animation-delay: 20ms; }
  .anim-hide:nth-child(3) {
    animation-delay: 30ms; }
  .anim-hide:nth-child(4) {
    animation-delay: 40ms; }
  .anim-hide:nth-child(5) {
    animation-delay: 50ms; }

.anim-top {
  animation-name: aniAlphaPosTop;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .anim-top:nth-child(1) {
    animation-delay: 100ms; }
  .anim-top:nth-child(2) {
    animation-delay: 200ms; }
  .anim-top:nth-child(3) {
    animation-delay: 300ms; }
  .anim-top:nth-child(4) {
    animation-delay: 400ms; }
  .anim-top:nth-child(5) {
    animation-delay: 500ms; }

.anim-bottom {
  animation-name: aniAlphaPosBottom;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .anim-bottom:nth-child(1) {
    animation-delay: 100ms; }
  .anim-bottom:nth-child(2) {
    animation-delay: 200ms; }
  .anim-bottom:nth-child(3) {
    animation-delay: 300ms; }
  .anim-bottom:nth-child(4) {
    animation-delay: 400ms; }
  .anim-bottom:nth-child(5) {
    animation-delay: 500ms; }

.anim {
  animation-name: aniAlphaPos;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .anim:nth-child(1) {
    animation-delay: 100ms; }
  .anim:nth-child(2) {
    animation-delay: 200ms; }
  .anim:nth-child(3) {
    animation-delay: 300ms; }
  .anim:nth-child(4) {
    animation-delay: 400ms; }
  .anim:nth-child(5) {
    animation-delay: 500ms; }

.anim-right {
  animation-name: aniAlphaPosRight;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .anim-right:nth-child(1) {
    animation-delay: 100ms; }
  .anim-right:nth-child(2) {
    animation-delay: 200ms; }
  .anim-right:nth-child(3) {
    animation-delay: 300ms; }
  .anim-right:nth-child(4) {
    animation-delay: 400ms; }
  .anim-right:nth-child(5) {
    animation-delay: 500ms; }

.bloc-detail {
  margin-top: 15px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: all; }
  .bloc-detail h3 {
    text-align: left; }
  .bloc-detail__info {
    text-align: left; }
  .bloc-detail__content {
    background-color: #E4E4E4;
    padding: 15px 40px; }
.bloc-detail__content b {
	 font-size: 1.5em;
	 color: #1a94ce;
	}
.bloc-detail__content b {
	 font-size: 1.5em;
	 color: #1a94ce;
	}
.bloc-detail__content i {
	font-style: oblique;
	}
#question .rep {
  font-size: 1rem;
  line-height: 1.5625rem;
  padding: 4px;
  margin: 4px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  transition-property: transform, background,color; }
  #question .rep:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin: auto 10px;
    display: inline-block; }
  #question .rep.stop {
    cursor: default; }
    #question .rep.stop.bad:before {
      color: red !important;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    #question .rep.stop.good:before {
      color: #6ed66e;
      font-family: 'icomoon' !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  #question .rep:not(.stop):hover {
    background-color: #c4c4c4;
    color: #fff; }
  #question .rep:not(.stop):hover:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    animation-name: anicone;
    animation-duration: 1s;
    margin: auto 7px; }
  #question .rep.actif:before {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    animation-name: anicone;
    animation-duration: 1s;
    margin: auto 7px; }
  #question .rep.actif {
    color: #fff;
    background-color: #c4c4c4;
    color: #fff; }
  #question .rep.actif::before {
    color: #fff;
    font-size: 1.125rem;
    font-size: 1.5625rem; }

#zq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  #zq .img-area {
    margin: auto;
    padding: 5px; }
  #zq img {
    border: 1px solid #c4c4c4; }
  @media (max-width: 575.98px) {
    #zq {
      -ms-flex-direction: column;
          flex-direction: column; }
      #zq .img-area {
        margin: 5px 5px 20px 5px; } }

#form {
  text-align: center;
  margin: auto;
  width: 360px; }
  #form h2 {
    text-align: center;
    margin-left: auto; }
  #form .form {
    text-align: center;
    margin: auto; }
  #form input.inputbox {
    padding: 10px;
    background-color: #E4E4E4;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    width: 100%;
    box-sizing: border-box; }
    #form input.inputbox.error {
      animation-name: anibg;
      animation-duration: 0.5s;
      animation-iteration-count: 5; }
  #form .wraper {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }
    #form .wraper label {
      display: block;
      text-align: left; }
    #form .wraper .boxtype label {
      font-size: 0.875rem;
      line-height: 1.125rem; }
      #form .wraper .boxtype label.error {
        color: #1a94ce;
        font-size: 0.75rem;
        line-height: 1rem;
        margin-right: 2px; }
    #form .wraper label {
      font-size: 0.875rem;
      line-height: 1.125rem; }
    #form .wraper input[type="checkbox"].large {
      display: none; }
      #form .wraper input[type="checkbox"].large + label {
        display: -ms-flexbox;
        display: flex; }
      #form .wraper input[type="checkbox"].large + ::before {
        -ms-flex: none;
            flex: none;
        font-family: "Font Awesome 5 Free";
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 1.5em;
        color: #c4c4c4;
        margin-right: 0.5rem; }
      #form .wraper input[type="checkbox"].large:checked + label::before {
        content: '\f046';
        color: #c4c4c4; }
    #form .wraper.checkbox {
      display: -ms-flexbox;
      display: flex; }
      #form .wraper.checkbox input {
        margin: 5px; }
  #form hr {
    margin-bottom: 0px; }
  #form small.littletext {
    font-size: 0.75rem;
    line-height: 0.875rem; }
  #form .button {
    margin-top: 20px; }
    #form .button i {
      display: inline-block;
      transition-duration: 800ms;
      margin-right: 10px;
      transform: rotate(-20deg) translateY(8px); }
    #form .button:hover i {
      transform: rotate(10deg) translateY(8px); }
    #form .button:active i {
      transition-duration: 300ms;
      transform: rotate(10deg) translate(180px, -150px) scale(0);
      color: #c4c4c4; }

/*Style generique*/
.text-center {
  text-align: center; }

.rotateimg180 {
  transform: rotate(180deg); }

.titre-paragraphe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 1.125rem; }

.listePuce li {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0px 5px 0px; }
  .listePuce li:before {
    content: " ";
    width: 20px;
    height: 20px;
    background: url("../images/coche_blanche.svg") no-repeat 0 0;
    background-size: cover;
    margin-right: 15px; }

.profil h4 {
  text-align: left;
  font-weight: 700; }

.profil .bt_area {
  margin-top: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

@media (max-width: 575.98px) {
  .profil .bt_area {
    margin-top: 0.625rem;
    -ms-flex-direction: column;
        flex-direction: column; }
    .profil .bt_area__content {
      margin: auto; } }
/*# sourceMappingURL=style.css.map */