/* categories colors */
section.intro {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0;
  overflow: hidden;
}
section.intro.bundle-banner_homepage {
  padding: 33px 0;
  background-color: #000;
}
section.intro .offer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #FF0355;
  color: #ffffff;
  text-align: center;
  z-index: 5;
}
section.intro .offer a {
  color: #ffffff;
}
section.intro .intro-contener {
  position: relative;
  height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener {
    padding-top: 130px;
  }
}
section.intro .intro-contener > div {
  width: 630px;
  padding: 0;
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div {
    width: 100%;
    padding: 42px 18px 142px 18px;
  }
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
section.intro .intro-contener > div .title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 37px;
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .title {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width:380px) {
  section.intro .intro-contener > div .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .title h1 {
    font-size: 32px;
    line-height: 34px;
  }
}
section.intro .intro-contener > div .title p {
  font-size: 22px;
  line-height: 26px;
  margin-top: 37px;
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .title p {
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
  }
}
@media only screen and (max-width:380px) {
  section.intro .intro-contener > div .title p {
    margin-top: 12px;
  }
}
@media only screen and (max-width:380px) {
  section.intro .intro-contener > div .title p {
    font-size: 16px;
    line-height: 18px;
  }
}
section.intro .intro-contener > div .bilan-gratuit-block {
  position: static;
}
section.intro .intro-contener > div .intro-bilan {
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  padding: 36px 0 32px 0;
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div .intro-bilan {
    padding: 27px 0 24px 0;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .intro-bilan {
    padding: 12px 0 8px 0;
  }
}
section.intro .intro-contener > div .intro-bilan p {
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
section.intro .intro-contener > div .intro-bilan p span {
  color: #FF0355;
}
section.intro .intro-contener > div .intro-bilan form {
  position: static;
}
section.intro .intro-contener > div .intro-bilan form .intro-bilan-question {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.intro .intro-contener > div .intro-bilan form .intro-bilan-question .wrap-element-slides {
  display: contents;
}
.program-linecoaching section.intro .intro-contener > div .intro-bilan form .step-two .intro-bilan-question {
  display: grid;
  grid-template-areas: "age button" "taille button";
  grid-gap: 10px;
}
.program-linecoaching section.intro .intro-contener > div .intro-bilan form .step-two .intro-bilan-question .form-type-number {
  justify-self: end;
}
.program-linecoaching section.intro .intro-contener > div .intro-bilan form .step-two .intro-bilan-question .form-type-number[data-unit=ans] {
  grid-area: age;
}
.program-linecoaching section.intro .intro-contener > div .intro-bilan form .step-two .intro-bilan-question .form-type-number[data-unit=ans]:before {
  right: 30px;
}
.program-linecoaching section.intro .intro-contener > div .intro-bilan form .step-two .intro-bilan-question .form-type-number[data-unit=cm] {
  grid-area: taille;
}
.program-linecoaching section.intro .intro-contener > div .intro-bilan form .step-two .intro-bilan-question .form-type-number input {
  width: 65px;
}
.program-linecoaching section.intro .intro-contener > div .intro-bilan form .step-two .intro-bilan-question .buttons {
  grid-area: button;
}
section.intro .intro-contener > div .intro-bilan form .form-required:after {
  display: none;
}
section.intro .intro-contener > div .intro-bilan form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
section.intro .intro-contener > div .intro-bilan form .form-type-select {
  max-width: calc(100% - 2rem);
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .form-type-select {
    max-width: calc(100% - 2rem);
    padding-right: initial;
  }
}
section.intro .intro-contener > div .intro-bilan form .form-type-select label {
  margin-bottom: 5px;
}
section.intro .intro-contener > div .intro-bilan form .form-type-select select {
  width: 340px;
  max-width: 100%;
}
section.intro .intro-contener > div .intro-bilan form .step {
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-one .form-radios {
    display: block !important;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-one .form-radios .ui-radio:first-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-one .buttons {
    margin-top: 1rem;
  }
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-three .form-stat:before {
    right: 25px;
  }
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-three .form-stat:before {
    right: 25px;
  }
}
@media only screen and (max-width:380px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-three .form-stat:before {
    right: 50px;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-three .form-stat:before {
    right: 42px;
  }
}
section.intro .intro-contener > div .intro-bilan form .step.active {
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: auto;
}
section.intro .intro-contener > div .intro-bilan form .step .return-desk {
  width: 16px;
  min-width: 16px;
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--primary-color, #2598ff);
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.intro .intro-contener > div .intro-bilan form .step .return-desk:hover, section.intro .intro-contener > div .intro-bilan form .step .return-desk:focus {
  color: var(--primary-color-hovered, #1782E1);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div .intro-bilan form .step .return-desk {
    display: none;
  }
}
section.intro .intro-contener > div .intro-bilan form .step .form-stat {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div .intro-bilan form .step .form-stat {
    width: 248px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
section.intro .intro-contener > div .intro-bilan form .step .form-stat:before {
  position: absolute;
  top: 14.5px;
  right: 25px;
  width: 28px;
  height: 26px;
  font-weight: 700;
  z-index: 5;
  content: attr(data-unit);
}
@media only screen and (max-width:380px) {
  section.intro .intro-contener > div .intro-bilan form .step .form-stat:before {
    right: 50px;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .intro-bilan form .step .form-stat:before {
    right: 40px;
  }
}
section.intro .intro-contener > div .intro-bilan form .step .form-stat input {
  padding-right: 2.6em;
  margin-right: 0;
  min-width: 120px;
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div .intro-bilan form .step .form-stat label.main-label {
    width: 88px;
  }
}
section.intro .intro-contener > div .intro-bilan form .step .slide-generic-label {
  text-align: center;
  margin-bottom: 5px;
}
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 95%;
  text-align: center;
}
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .form-actions,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question label.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question legend.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset label.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset legend.main-label {
  font-size: 18px;
  margin-right: 16px;
  font-weight: 500;
}
@media only screen and (max-width:380px) {
  section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question label.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question legend.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset label.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset legend.main-label {
    font-size: 16px !important;
    margin-right: 4px;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question label.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question legend.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset label.main-label,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset legend.main-label {
    font-size: 18px !important;
    margin-right: 16px;
  }
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn .form-type-radio, section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn-img .form-type-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn .form-type-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn-img .form-type-radio {
    margin: 0 2px 0 0;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn .form-type-radio, section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn-img .form-type-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn .form-type-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn-img .form-type-radio {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn .ui-radio, section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn-img .ui-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn .ui-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn-img .ui-radio {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn .ui-radio, section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn-img .ui-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn .ui-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn-img .ui-radio {
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn .ui-radio, section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn-img .ui-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn .ui-radio,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn-img .ui-radio {
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0;
  }
}
@media only screen and (max-width:991px) {
  section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn .form-radios, section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question .radio-button.radio-button-type-btn-img .form-radios,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn .form-radios,
section.intro .intro-contener > div .intro-bilan form .step .intro-bilan-question > fieldset .radio-button.radio-button-type-btn-img .form-radios {
    display: flex !important;
  }
}
section.intro .intro-contener > div .intro-bilan form .step .input {
  padding-right: 16px;
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-two .intro-bilan-question, section.intro .intro-contener > div .intro-bilan form .step.step-three .intro-bilan-question {
    display: block;
  }
  section.intro .intro-contener > div .intro-bilan form .step.step-two .intro-bilan-question .buttons, section.intro .intro-contener > div .intro-bilan form .step.step-three .intro-bilan-question .buttons {
    margin-top: 16px;
  }
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-two .buttons ul, section.intro .intro-contener > div .intro-bilan form .step.step-three .buttons ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-two .buttons ul, section.intro .intro-contener > div .intro-bilan form .step.step-three .buttons ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-two .buttons ul li, section.intro .intro-contener > div .intro-bilan form .step.step-three .buttons ul li {
    width: 50%;
  }
}
section.intro .intro-contener > div .intro-bilan form .step.step-two .buttons ul li:first-child, section.intro .intro-contener > div .intro-bilan form .step.step-three .buttons ul li:first-child {
  display: none;
}
@media only screen and (max-width:650px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-two .buttons ul li:first-child, section.intro .intro-contener > div .intro-bilan form .step.step-three .buttons ul li:first-child {
    display: block;
  }
}
section.intro .intro-contener > div .intro-bilan form .step.step-two .buttons ul li:first-child svg, section.intro .intro-contener > div .intro-bilan form .step.step-three .buttons ul li:first-child svg {
  margin-right: 10px;
}
@media only screen and (max-width:480px) {
  section.intro .intro-contener > div .intro-bilan form .step.step-two .buttons ul li button,
section.intro .intro-contener > div .intro-bilan form .step.step-two .buttons ul li .button, section.intro .intro-contener > div .intro-bilan form .step.step-three .buttons ul li button,
section.intro .intro-contener > div .intro-bilan form .step.step-three .buttons ul li .button {
    width: 100%;
  }
}
section.intro .intro-arg {
  position: relative;
  padding: 21px 0;
  z-index: 55;
  background-color: #ffffff;
}
@media only screen and (max-width:1199px) {
  section.intro .intro-arg {
    padding-left: 18px;
    padding-right: 18px;
  }
}
section.intro .intro-arg ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width:991px) {
  section.intro .intro-arg ul {
    flex-wrap: wrap;
  }
}
section.intro .intro-arg ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 27px;
  margin-right: 27px;
  font-size: 17px;
}
@media only screen and (max-width:1377px) {
  section.intro .intro-arg ul li {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media only screen and (max-width:991px) {
  section.intro .intro-arg ul li {
    display: block;
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width:320px) {
  section.intro .intro-arg ul li {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
section.intro .intro-arg ul li .admin-edit-link {
  position: static;
  margin-left: 2px;
}
@media only screen and (max-width:991px) {
  section.intro .intro-arg ul li .media {
    justify-content: center;
  }
}
section.intro .intro-arg ul li svg,
section.intro .intro-arg ul li img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}
@media only screen and (max-width:991px) {
  section.intro .intro-arg ul li svg,
section.intro .intro-arg ul li img {
    width: 60px;
    margin: 0 auto 10px auto;
  }
}

section.intro-main img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:991px) {
  section.intro-main img.bg-desktop {
    object-position: left center;
  }
}
@media only screen and (max-width:480px) {
  section.intro-main img.bg-desktop {
    display: none;
  }
}
section.intro-main img.bg-resp {
  display: none;
}
@media only screen and (max-width:480px) {
  section.intro-main img.bg-resp {
    display: block;
  }
}

section.method .max-width .txt {
  margin-right: 130px;
}
@media only screen and (max-width:1199px) {
  section.method .max-width .txt {
    margin-right: 85px;
  }
}
@media only screen and (max-width:991px) {
  section.method .max-width ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width:480px) {
  section.method .max-width ul {
    display: block;
  }
}
section.method .max-width ul li {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  font-weight: 600;
}
@media only screen and (max-width:991px) {
  section.method .max-width ul li {
    display: block;
    text-align: center;
    width: calc(33.3% - 9px);
    width: -moz-calc(33.3% - 9px);
    width: -webkit-calc(33.3% - 9px);
    width: calc(33.3% - 9px);
    width: -moz-calc(33.3% - 9px);
    width: -webkit-calc(33.3% - 9px);
    margin-bottom: 0;
  }
}
@media only screen and (max-width:480px) {
  section.method .max-width ul li {
    width: 100%;
    display: flex;
    margin-bottom: 28px;
    text-align: left;
    margin-left: 0;
  }
}
section.method .max-width ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:480px) {
  section.method .max-width ul li:last-child {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width:991px) {
  section.method .max-width ul li:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width:480px) {
  section.method .max-width ul li:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
section.method .max-width ul li .media {
  display: block;
}
@media only screen and (max-width:991px) {
  section.method .max-width ul li .media {
    margin-right: 9px;
  }
}
section.method .max-width ul li img,
section.method .max-width ul li svg {
  min-width: 73px;
  max-width: 150px;
  margin-right: 27px;
}
@media only screen and (max-width:991px) {
  section.method .max-width ul li img,
section.method .max-width ul li svg {
    margin: 0 auto 15px auto;
    min-height: 73px;
    min-width: auto;
    width: auto;
    height: 73px;
  }
}
@media only screen and (max-width:480px) {
  section.method .max-width ul li img,
section.method .max-width ul li svg {
    margin: 0 23px 0 0;
    width: 60px;
    height: auto;
    min-height: unset;
  }
}
section.method .max-width .btn-resp {
  display: none;
}
@media only screen and (max-width:991px) {
  section.method .max-width .btn-resp {
    margin-top: 32px;
    display: block;
  }
  section.method .max-width .btn-resp .button {
    display: flex;
    margin: 0 auto;
  }
}
@media only screen and (max-width:480px) {
  section.method .max-width .btn-resp a {
    width: 100%;
  }
}
@media only screen and (max-width:991px) {
  section.method .max-width .btn-desk {
    display: none;
  }
}

section.expert.type-article .max-width .txt p {
  margin-bottom: 0;
}
section.expert .max-width {
  justify-content: flex-start;
}
@media only screen and (max-width:991px) {
  section.expert .max-width {
    display: flex;
  }
}
@media only screen and (max-width:650px) {
  section.expert .max-width {
    display: block;
  }
}
section.expert .max-width .txt {
  margin-right: 130px;
}
@media only screen and (max-width:1199px) {
  section.expert .max-width .txt {
    margin-right: 40px;
  }
}
@media only screen and (max-width:991px) {
  section.expert .max-width .txt {
    width: calc(100% - 187px);
    width: -moz-calc(100% - 187px);
    width: -webkit-calc(100% - 187px);
    width: calc(100% - 187px);
    width: -moz-calc(100% - 187px);
    width: -webkit-calc(100% - 187px);
    min-width: calc(100% - 187px);
    min-width: -moz-calc(100% - 187px);
    min-width: -webkit-calc(100% - 187px);
    min-width: calc(100% - 187px);
    min-width: -moz-calc(100% - 187px);
    min-width: -webkit-calc(100% - 187px);
    margin-right: 25px;
  }
}
@media only screen and (max-width:991px) and (max-width:650px) {
  section.expert .max-width .txt {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 42px;
  }
}
section.expert .max-width .txt .button {
  margin-top: 42px;
}
@media only screen and (max-width:991px) {
  section.expert .max-width .img {
    width: 162px;
  }
}
@media only screen and (max-width:650px) {
  section.expert .max-width .img {
    width: 100%;
  }
}
section.expert .max-width .img ul {
  display: flex;
}
@media only screen and (max-width:991px) {
  section.expert .max-width .img ul {
    display: block;
  }
}
@media only screen and (max-width:650px) {
  section.expert .max-width .img ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
section.expert .max-width .img ul li {
  text-align: center;
  margin: 0;
}
section.expert .max-width .img ul li:first-child {
  margin-right: 30px;
}
@media only screen and (max-width:991px) {
  section.expert .max-width .img ul li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:650px) {
  section.expert .max-width .img ul li:first-child {
    margin-right: 7.5px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:320px) {
  section.expert .max-width .img ul li:first-child {
    margin-right: 0;
  }
}
section.expert .max-width .img ul li strong {
  display: block;
  margin: 23px 0 0 0;
  font-size: 15px;
}
@media only screen and (max-width:991px) {
  section.expert .max-width .img ul li strong {
    margin-top: 5px;
  }
}
@media only screen and (max-width:320px) {
  section.expert .max-width .img ul li strong {
    font-size: 14px;
  }
}
section.expert .max-width .img ul li span {
  font-size: 14px;
}
section.expert .max-width .img ul li .desktop img {
  width: 201px;
  height: 373px;
}
@media only screen and (max-width:991px) {
  section.expert .max-width .img ul li .desktop {
    display: none;
  }
}
section.expert .max-width .img ul li .resp {
  display: none;
  justify-content: center;
  align-items: flex-end;
  width: 164px;
  height: 181px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width:650px) {
  section.expert .max-width .img ul li .resp {
    height: initial;
  }
}
section.expert .max-width .img ul li .resp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center -44px;
}
@media only screen and (max-width:650px) {
  section.expert .max-width .img ul li .resp img {
    object-position: initial;
  }
}
@media only screen and (max-width:991px) {
  section.expert .max-width .img ul li .resp {
    display: flex;
  }
}
section.expert .max-width .btn-resp {
  display: none;
}
@media only screen and (max-width:650px) {
  section.expert .max-width .btn-resp {
    margin-top: 32px;
    display: flex !important;
  }
}
@media only screen and (max-width:650px) {
  section.expert .max-width .btn-resp .button {
    width: 100%;
  }
}
@media only screen and (max-width:650px) {
  section.expert .max-width .btn-desk {
    display: none;
  }
}

@media only screen and (max-width:1199px) {
  section.perso .max-width {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width:991px) {
  section.perso .max-width .title.text-center {
    text-align: left !important;
  }
}
section.perso .max-width .view-content > ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:991px) {
  section.perso .max-width .view-content > ul.desktop {
    display: none;
  }
}
@media only screen and (max-width:991px) {
  section.perso .max-width .view-content > ul {
    flex-wrap: wrap;
  }
}
section.perso .max-width .view-content > ul > li {
  position: relative;
  width: calc(25% - 22px);
  width: -moz-calc(25% - 22px);
  width: -webkit-calc(25% - 22px);
  width: calc(25% - 22px);
  width: -moz-calc(25% - 22px);
  width: -webkit-calc(25% - 22px);
  margin-right: 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media only screen and (max-width:1199px) {
  section.perso .max-width .view-content > ul > li {
    width: calc(25% - 7px);
    width: -moz-calc(25% - 7px);
    width: -webkit-calc(25% - 7px);
    width: calc(25% - 7px);
    width: -moz-calc(25% - 7px);
    width: -webkit-calc(25% - 7px);
    margin-right: 10px;
  }
}
@media only screen and (max-width:991px) {
  section.perso .max-width .view-content > ul > li {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:480px) {
  section.perso .max-width .view-content > ul > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
section.perso .max-width .view-content > ul > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width:991px) {
  section.perso .max-width .view-content > ul > li:last-child {
    margin-right: 10px;
  }
}
section.perso .max-width .view-content > ul > li:hover > div .title-article, section.perso .max-width .view-content > ul > li:focus > div .title-article {
  height: 300px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
}
section.perso .max-width .view-content > ul > li:hover > div .wrong-link, section.perso .max-width .view-content > ul > li:focus > div .wrong-link {
  display: flex !important;
  position: absolute;
  bottom: 0;
  padding: 6px 0;
  width: 100%;
}
section.perso .max-width .view-content > ul > li:hover .title-article p, section.perso .max-width .view-content > ul > li:focus .title-article p {
  height: auto;
}
section.perso .max-width .view-content > ul > li:hover .title-article p:before, section.perso .max-width .view-content > ul > li:focus .title-article p:before {
  display: none;
}
section.perso .max-width .view-content > ul > li > div {
  height: 300px;
}
section.perso .max-width .view-content > ul > li > div:hover, section.perso .max-width .view-content > ul > li > div:focus {
  color: #22242E;
}
section.perso .max-width .view-content > ul > li > div figure {
  position: relative;
  width: 100%;
  height: 201px;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
section.perso .max-width .view-content > ul > li > div figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.perso .max-width .view-content > ul > li > div .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  background-color: transparent;
  z-index: 1;
}
section.perso .max-width .view-content > ul > li > div .bg.z-low {
  z-index: 1;
}
section.perso .max-width .view-content > ul > li > div .title-article {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px 6px 33px 6px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  border: 1px solid #f2f4f7;
  border-top: none;
  overflow: hidden;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
section.perso .max-width .view-content > ul > li > div .title-article p {
  position: relative;
  height: 79px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  /*margin-bottom: 18px;*/
  color: var(--primary-color, #2598ff);
}
@media only screen and (max-width:1199px) {
  section.perso .max-width .view-content > ul > li > div .title-article p {
    line-height: 24px;
  }
}
section.perso .max-width .view-content > ul > li > div .title-article p:before {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 3px;
  left: calc(50% - 12.5px);
  left: -moz-calc(50% - 12.5px);
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  left: -moz-calc(50% - 12.5px);
  left: -webkit-calc(50% - 12.5px);
  background-color: rgba(255, 255, 255, 0.85);
  color: var(--primary-color, #2598ff);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(156, 173, 192, 0.3);
  text-align: center;
  content: "+";
  line-height: 23px;
  font-size: 26px;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding-left: 1.5px;
}
section.perso .max-width .view-content > ul > li > div .title-article .wrong-link {
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--primary-color, #2598ff);
  margin-top: 10px;
  font-weight: 700;
  cursor: pointer;
}
section.perso .max-width .view-content > ul > li > div .title-article .wrong-link svg {
  margin-left: 10px;
  min-width: 16px;
  width: 16px;
}
section.perso .max-width .view-content .glide-avis-front-block-4 {
  display: none;
}
@media only screen and (max-width:991px) {
  section.perso .max-width .view-content .glide-avis-front-block-4 {
    display: block;
  }
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:991px) {
  section.perso .max-width .view-content .glide-avis-front-block-4 ul {
    flex-wrap: wrap;
  }
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li {
  position: relative;
  width: calc(25% - 22px);
  width: -moz-calc(25% - 22px);
  width: -webkit-calc(25% - 22px);
  width: calc(25% - 22px);
  width: -moz-calc(25% - 22px);
  width: -webkit-calc(25% - 22px);
  margin-right: 30px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media only screen and (max-width:1199px) {
  section.perso .max-width .view-content .glide-avis-front-block-4 ul > li {
    width: calc(25% - 7px);
    width: -moz-calc(25% - 7px);
    width: -webkit-calc(25% - 7px);
    width: calc(25% - 7px);
    width: -moz-calc(25% - 7px);
    width: -webkit-calc(25% - 7px);
    margin-right: 10px;
  }
}
@media only screen and (max-width:991px) {
  section.perso .max-width .view-content .glide-avis-front-block-4 ul > li {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:480px) {
  section.perso .max-width .view-content .glide-avis-front-block-4 ul > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width:991px) {
  section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:last-child {
    margin-right: 10px;
  }
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:hover > div .title-article, section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:focus > div .title-article {
  height: 300px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:hover > div .wrong-link, section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:focus > div .wrong-link {
  display: flex !important;
  position: absolute;
  bottom: 0;
  padding: 6px 0;
  width: 100%;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:hover .title-article p, section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:focus .title-article p {
  height: auto;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:hover .title-article p:before, section.perso .max-width .view-content .glide-avis-front-block-4 ul > li:focus .title-article p:before {
  display: none;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div {
  height: 300px;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div:hover, section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div:focus {
  color: #22242E;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div figure {
  position: relative;
  width: 100%;
  height: 201px;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  background-color: transparent;
  z-index: 1;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div .bg.z-low {
  z-index: 1;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div .title-article {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px 6px 33px 6px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  border-radius: 0 0 16px 16px;
  border: 1px solid #f2f4f7;
  border-top: none;
  overflow: hidden;
  text-align: center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div .title-article p {
  position: relative;
  height: 79px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  /*margin-bottom: 18px;*/
  color: var(--primary-color, #2598ff);
}
@media only screen and (max-width:1199px) {
  section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div .title-article p {
    line-height: 24px;
  }
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div .title-article p:before {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 3px;
  left: calc(50% - 12.5px);
  left: -moz-calc(50% - 12.5px);
  left: -webkit-calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  left: -moz-calc(50% - 12.5px);
  left: -webkit-calc(50% - 12.5px);
  background-color: rgba(255, 255, 255, 0.85);
  color: var(--primary-color, #2598ff);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(156, 173, 192, 0.3);
  text-align: center;
  content: "+";
  line-height: 23px;
  font-size: 26px;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding-left: 1.5px;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div .title-article .wrong-link {
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--primary-color, #2598ff);
  margin-top: 10px;
  font-weight: 700;
  cursor: pointer;
}
section.perso .max-width .view-content .glide-avis-front-block-4 ul > li > div .title-article .wrong-link svg {
  margin-left: 10px;
  min-width: 16px;
  width: 16px;
}
section.perso .max-width .view-content .glide-avis-front-block-4 .glide__bullets {
  margin-top: 0;
}

section.fonction .fonction-description .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width:1199px) {
  section.fonction .fonction-description .max-width {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width:991px) {
  section.fonction .fonction-description .max-width {
    display: block;
    padding-bottom: 32px;
  }
}
section.fonction .fonction-description .max-width .txt {
  width: 570px;
  min-width: 570px;
  margin-left: 0;
}
@media only screen and (max-width:1199px) {
  section.fonction .fonction-description .max-width .txt {
    width: 470px;
    min-width: 470px;
    margin-right: 40px;
  }
}
@media only screen and (max-width:991px) {
  section.fonction .fonction-description .max-width .txt {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
section.fonction .fonction-description .max-width .txt p {
  font-size: 20px;
  line-height: 28px;
}
section.fonction .fonction-description .max-width figure {
  position: relative;
  opacity: 0.7;
  cursor: pointer;
  max-width: 500px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1199px) {
  section.fonction .fonction-description .max-width figure {
    width: calc(100% - 510px);
    width: -moz-calc(100% - 510px);
    width: -webkit-calc(100% - 510px);
    width: calc(100% - 510px);
    width: -moz-calc(100% - 510px);
    width: -webkit-calc(100% - 510px);
  }
}
@media only screen and (max-width:991px) {
  section.fonction .fonction-description .max-width figure {
    width: 100%;
  }
}
section.fonction .fonction-description .max-width figure:hover, section.fonction .fonction-description .max-width figure:focus {
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.fonction .fonction-description .max-width figure .video {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
section.fonction .fonction-description .max-width figure .play {
  width: 128px;
  height: 128px;
  position: absolute;
  top: calc(50% - 64px);
  top: -moz-calc(50% - 64px);
  top: -webkit-calc(50% - 64px);
  top: calc(50% - 64px);
  top: -moz-calc(50% - 64px);
  top: -webkit-calc(50% - 64px);
  left: calc(50% - 64px);
  left: -moz-calc(50% - 64px);
  left: -webkit-calc(50% - 64px);
  left: calc(50% - 64px);
  left: -moz-calc(50% - 64px);
  left: -webkit-calc(50% - 64px);
}
section.fonction .modal-video .modal-body .article {
  width: 90%;
  margin: 5% 0;
}
section.fonction .modal-video .modal-body .article > div {
  width: 100%;
}

@media only screen and (max-width:991px) {
  section.community .max-width {
    display: flex;
  }
}
@media only screen and (max-width:767px) {
  section.community .max-width {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width:650px) {
  section.community .max-width {
    display: block;
    padding-bottom: 0;
  }
}
section.community .max-width .txt {
  width: 570px;
  min-width: 570px;
}
@media only screen and (max-width:991px) {
  section.community .max-width .txt {
    width: calc(100% - 322px);
    width: -moz-calc(100% - 322px);
    width: -webkit-calc(100% - 322px);
    width: calc(100% - 322px);
    width: -moz-calc(100% - 322px);
    width: -webkit-calc(100% - 322px);
    min-width: calc(100% - 322px);
    min-width: -moz-calc(100% - 322px);
    min-width: -webkit-calc(100% - 322px);
    min-width: calc(100% - 322px);
    min-width: -moz-calc(100% - 322px);
    min-width: -webkit-calc(100% - 322px);
    margin-right: 25px;
  }
}
@media only screen and (max-width:650px) {
  section.community .max-width .txt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
section.community .max-width .txt h2 {
  margin-bottom: 27px;
}
section.community .max-width .txt p,
section.community .max-width .txt li {
  font-size: 18px;
  line-height: 30px;
}
section.community .max-width .txt p {
  font-weight: 700;
  margin-bottom: 15px;
}
section.community .max-width .community-contener div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
@media only screen and (max-width:991px) {
  section.community .max-width .community-contener div {
    width: 297px;
  }
}
@media only screen and (max-width:650px) {
  section.community .max-width .community-contener div {
    width: 100%;
  }
}
section.community .max-width .community-contener div span {
  display: block;
  margin-left: 8px;
  color: #7A8A9B;
  font-weight: 600;
}
@media only screen and (max-width:650px) {
  section.community .max-width .community-contener a.button {
    display: flex;
  }
}

body.user-type-subscriber div#block-blocpromo {
  display: none;
}

.kenburns-top {
  -webkit-animation: kenburns-top 4.5s ease-out both;
  animation: kenburns-top 4.5s ease-out both;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1.15) translateY(0);
    transform: scale(1.15) translateY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@media only screen and (max-width:650px) {
  @-webkit-keyframes kenburns-top {
    0% {
      -webkit-transform: scale(1.15) translateY(0);
      transform: scale(1.15) translateY(0);
      -webkit-transform-origin: top;
      transform-origin: top;
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
    }
    100% {
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0);
      -webkit-transform-origin: top;
      transform-origin: top;
    }
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1.15) translateY(0);
    transform: scale(1.15) translateY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.heartbeat {
  -webkit-animation: jello-horizontal 2s infinite both;
  animation: jello-horizontal 2s infinite both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.1, 0.9, 1);
    transform: scale3d(1.1, 0.9, 1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 1.1, 1);
    transform: scale3d(0.9, 1.1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  65% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1);
  }
  90% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.1, 0.9, 1);
    transform: scale3d(1.1, 0.9, 1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 1.1, 1);
    transform: scale3d(0.9, 1.1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  65% {
    -webkit-transform: scale3d(0.98, 1.02, 1);
    transform: scale3d(0.98, 1.02, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
    transform: scale3d(1.02, 0.98, 1);
  }
  90% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.modal.modal-perso .modal-body {
  padding: 32px !important;
}
@media only screen and (max-width:380px) {
  .modal.modal-perso .modal-footer {
    height: 105px !important;
    min-height: 105px !important;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 32px;
}
.modal .modal-dialog .modal-content .modal-body .titre {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 25px;
}
.modal .modal-dialog .modal-content .modal-body h4 {
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body ul.disc {
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-body .perso-block p {
  margin-bottom: 5px;
}
.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width:480px) {
  .modal .modal-dialog .modal-content .modal-body iframe {
    height: inherit;
  }
}
.modal .modal-dialog .modal-content .modal-body .btn-bilan {
  position: fixed;
  bottom: 40px;
}
.modal .modal-dialog .modal-content .modal-body .buttons.flex-end {
  justify-content: flex-end;
  margin-top: 0;
}
@media only screen and (max-width:320px) {
  .modal .modal-dialog .modal-content .modal-body .buttons button {
    margin-left: 0;
    margin-right: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body .buttons button.button-close {
  margin-top: 0;
}

.agitation {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
section.intro .intro-contener > div .intro-bilan form .step.active .form-item {
  display: flex !important;
}
