.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounce {
  from,
    20%,
    53%,
    80%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
    43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
    20%,
    53%,
    80%,
    to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
    43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/* Logo */
/* Headline */
/* Insert */
/* Mes */
/* Panneaux */
/* Fr */
.header {
  background-color: #fff;
  height: 100px; }
  .header-logo {
    padding: 20px 0;
    display: block;
    line-height: 1.1875rem; }
  .header-headline {
    color: #3466c4;
    font-size: 1.0625rem;
    margin-top: 60px; }
  .header-insert {
    color: #fff;
    background-color: #3466c4;
    font-size: 1rem;
    padding: 10px 20px 10px;
    position: absolute;
    right: 15px;
    top: 0; }
    .header-insert span {
      font-weight: 500; }

.picto {
  float: left; }

.block-text {
  margin: 10px 0 0 62px; }
  .block-text .mes {
    font-family: "Lobster", cursive;
    color: #ffa935;
    font-size: 1.875rem; }
  .block-text .panneaux {
    font-family: "Arimo", sans-serif;
    color: #3466c4;
    font-weight: 700;
    font-size: 1.4375rem; }
  .block-text .fr {
    font-family: "Arimo", sans-serif;
    color: #3466c4;
    font-weight: 400;
    font-size: 0.7rem; }

.col-3 a:hover {
  text-decoration: none; }

@media (max-width: 992px) {
  .header-headline {
    margin-top: 0;
    font-weight: 400; }
  .header-insert {
    left: -15px;
    right: -15px;
    bottom: -44px;
    top: unset;
    text-align: center; } }
/* Back Main */
/* Back second */
.content h2 {
  margin-top: 20px; }
.content h3 {
  margin-top: 20px; }

.panoramic {
  background-image: url(../img/panoramique.jpg);
  background-size: cover;
  background-position: center center;
  padding: 30px;
  position: relative; }

.title {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 400; }
  .title .back-main {
    background-color: #3466c4;
    padding: 10px; }
  .title .back-second {
    background-color: #ffa935;
    padding: 10px; }

.sstitle {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
  margin: 30px 0 20px;
  border-bottom: 1px solid #3466c4;
  padding-bottom: 30px;
  font-weight: 700; }

.pellet {
  position: absolute;
  top: -53px;
  left: -51px;
  z-index: 10; }

#ModalCenter {
  text-align: center; }
  #ModalCenter iframe {
    width: 100%;
    height: 400px; }
  #ModalCenter #ok_success {
    width: 100%; }
  #ModalCenter a {
    text-decoration: none;
    color: inherit; }
  #ModalCenter h5 {
    font-size: 1.4rem; }

@media (max-width: 992px) {
  .panoramic {
    height: auto;
    padding: 0;
    margin-top: 44px; }

  .title {
    position: absolute;
    top: 0;
    z-index: 10;
    margin: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #ffa935;
    font-size: 1.2625rem; }
    .title span {
      display: block;
      background-color: transparent !important;
      padding: 0 !important; }

  .sstitle {
    border-bottom: 0;
    padding-bottom: 0; }

  .block-simulator-step-7 {
    width: 90%; }
    .block-simulator-step-7 .btn {
      position: relative;
      right: 0px;
      width: 50%; }
    .block-simulator-step-7 .pastille {
      bottom: 32%; } }
/* Subtitle */
/* Simulator Top */
/* Simulator bottom*/
.block-subtitle {
  font-size: 1.25rem;
  font-weight: 600; }
.block-simulator {
  margin-top: 40px;
  position: relative; }
  .block-simulator-top {
    background-color: #fff;
    padding: 70px;
    border-radius: 10px 10px 0 0;
    position: relative; }
    .block-simulator-top::after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 30px;
      margin-left: -30px; }
  .block-simulator-bottom {
    min-height: 220px;
    margin-top: 37px;
    position: relative;
    background-color: #e3e3e3;
    border-radius: 0 0 10px 10px; }
    .block-simulator-bottom::before, .block-simulator-bottom::after {
      content: "";
      position: absolute;
      top: -32px;
      display: block;
      width: calc(50% - 0px);
      border-bottom: 32px solid #e3e3e3; }
    .block-simulator-bottom::before {
      border-right: 32px solid transparent;
      left: 0; }
    .block-simulator-bottom::after {
      border-left: 32px solid transparent;
      right: 0; }

@media (max-width: 992px) {
  .block-simulator {
    padding-top: 0;
    margin: 0 -15px; }
    .block-simulator-top, .block-simulator-bottom {
      border-radius: 0;
      padding: 20px; } }
/* Title */
/* Control */
/* Placeholder */
/* Button */
/* Congratulations */
/* Label */
/*Before */
.form-simulator {
  padding: 20px 100px; }
.form-title {
  color: #3466c4;
  font-size: 1.5625rem;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 800; }
.form-control {
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  height: auto;
  font-weight: 400;
  color: #3466c4;
  border: 2px solid #3466c4;
  margin: 10px auto;
  max-width: 400px; }
  .form-control::placeholder {
    color: #3466c4; }
.form-button {
  background-color: #3466c4;
  color: #fff;
  width: 90%;
  max-width: 90%;
  border: none;
  font-size: 1.25rem; }
.form-congratulations {
  color: #ffa935;
  font-size: 2.5rem;
  font-weight: 600; }

.radio-label {
  border: 4px solid transparent;
  box-shadow: 0 0 1px 0 #3466c4;
  background-color: #3466c4;
  background-clip: padding-box;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 8px 10px 8px 44px;
  border-radius: 21px;
  width: 306px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  cursor: pointer; }
  .radio-label > span {
    margin-left: 11px; }
  .radio-label:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 2;
    background-image: url(../img/checkbox-bg.png); }
  .radio-label:hover:before {
    background-image: url(../img/checkbox-bg-check.png); }
.radio-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.text-congratulations {
  font-size: 1.25rem; }

input.error {
  border-color: red;
  margin-bottom: 0; }
  input.error:focus {
    border-color: red;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25); }
label.error {
  color: red;
  font-size: 10px; }

@media (max-width: 992px) {
  .form-simulator {
    padding: 0; }
  .form-control {
    max-width: 90%; } }
/* Title */
/* Subtitle */
/* Text */
/* Legend */
.footer {
  padding: 40px 0 0;
  color: #3466c4; }
  .footer-title {
    font-size: 1.1875rem;
    font-weight: 800;
    margin: 12px 0; }
  .footer-subtitle {
    font-size: 0.9375rem;
    font-weight: 700; }
  .footer-text {
    font-size: 0.9375rem;
    font-weight: 400; }
  .footer-legend {
    font-size: 0.875rem;
    font-weight: 300;
    font-style: italic;
    margin-top: 20px; }

.sub-footer {
  color: #fff;
  background-color: #3466c4;
  padding: 10px 0;
  margin-top: 40px; }
  .sub-footer > a {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 300; }

/*# sourceMappingURL=styles.min.css.map */
