/* Black - Grey */
/* Brown */
/* Green */
/* Blue */
/* Red */
/* Orange */
/* Formation */
.path-frontpage {
  background: url("../img/home/Hero_image.png");
  background-repeat: no-repeat;
  background-size: 1050px;
  background-position: -3% -0.5%;
}
@media (max-width: 1200px) {
  .path-frontpage {
    background-position: inherit;
    background-size: 870px;
  }
}
@media (max-width: 767px) {
  .path-frontpage {
    background: url("../img/home/Hero_image_mobile.png");
    background-position: -30vw -28vw;
    background-size: 200%;
    background-repeat: no-repeat;
  }
}

.mountain_bg {
  background: url("../img/green_mountain_header_bg.png");
  background-size: 100% 170px;
  background-position: top;
  background-repeat: no-repeat;
}
.mountain_bg.big {
  background-size: 100% 200%;
  margin-top: 70px !important;
  padding-bottom: 20px;
}
@media (max-width: 620px) {
  .mountain_bg {
    background-size: 100% 270px;
  }
}

.leaf-floating-bg {
  height: 265px;
  width: 345px;
  background: url("../img/leaf_floating_img.png");
  position: absolute;
  left: -225px;
  bottom: -100px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .leaf-floating-bg {
    height: 200px;
    width: 200px;
    left: -130px;
    bottom: -209px;
  }
}
@media (max-width: 767px) {
  .leaf-floating-bg {
    display: none;
  }
}

.border-wave-green {
  background: url("../img/border-wave-green.png") no-repeat center;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  background-size: contain;
}

.white-bg {
  background-color: white;
  z-index: 2;
  position: relative;
}

.bg--yellow {
  background-image: url("../img/lecole/bg_yellow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg--lightBlue {
  background-image: url("../img/lecole/bg_lightBlue.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg--lightGreen {
  background-image: url("../img/lecole/bg_lightGreen.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg--lightRed {
  background-image: url("../img/lecole/bg_lightRed.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("../fonts/euclid/EuclidFlex.woff2") format("woff2"), url("../fonts/euclid/EuclidFlex.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Flex Medium";
  src: url("../fonts/euclid/EuclidFlexMedium.woff2") format("woff2"), url("../fonts/euclid/EuclidFlexMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Suisse intl Medium";
  src: url("../fonts/suisseIntl/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/suisseIntl/SuisseIntl-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Suisse intl Book";
  src: url("../fonts/suisseIntl/SuisseIntl-Book.woff2") format("woff2"), url("../fonts/suisseIntl/SuisseIntl-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse intl";
  src: url("../fonts/suisseIntl/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/suisseIntl/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse intl Semi";
  src: url("../fonts/suisseIntl/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/suisseIntl/SuisseIntl-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Font styles */
.text-brown {
  color: #CA9E67;
}

.text-brown-light {
  color: #D5B185;
}

.text-green {
  color: #43AA8B;
}

.text-red {
  color: #e74c3c;
}

.text-grey {
  color: #666666;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 15px;
  color: #4A4A4A;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
  display: block;
}
@media (max-width: 768px) {
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p span {
    display: inline;
  }
}

.page-header {
  font-family: "Euclid Flex Medium", sans-serif;
  font-size: 48px;
  line-height: 50px;
  margin-top: 25px;
}

h1 {
  font-family: "Euclid Flex Medium", sans-serif;
  font-size: 34px;
  line-height: 42px;
}

h2 {
  font-family: "Euclid Flex Medium", sans-serif;
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-family: "Euclid Flex Medium", sans-serif;
  font-size: 28px;
  line-height: 36px;
}

h4 {
  font-family: "Euclid Flex Medium", sans-serif;
  font-size: 22px;
  line-height: 28px;
}

h5 {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-small {
  font-size: 14px;
  line-height: 21px;
}

.text-very-small {
  font-size: 12px;
  line-height: 16px;
}

/*--------------------------------------------- GENERALS ELEMENTS---------------------------------- */
p {
  margin-bottom: 10px;
}

a {
  color: #43AA8B;
  cursor: pointer;
  font-family: "Suisse intl Medium", sans-serif;
}
a:hover {
  color: #43AA8B;
  text-decoration: underline;
}

.button {
  color: #43AA8B !important;
  padding: 10px 20px;
  border: #43AA8B solid 1px;
  transition: all ease-in-out 0.3s;
}
.button:hover {
  background-color: #43AA8B;
  text-decoration: none;
  color: white !important;
}

button {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #43AA8B;
  background-color: transparent;
  border: 1px solid #43AA8B;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
button:hover {
  background-color: #216051;
  color: white;
}
button:focus {
  outline: none;
}

.separator {
  width: 100%;
  border-top: 1px solid #ead8c2;
  margin-bottom: 30px;
}

.aboveline:before, .al:before {
  content: "";
  width: 50px;
  background-color: #c99e67;
  height: 1px;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .aboveline:before, .al:before {
    display: none;
  }
}

.social-links {
  color: #43AA8B;
  display: flex;
  align-items: center;
}
.social-links a {
  margin-left: 20px;
  width: 35px;
  height: 35px;
}
.social-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.formations-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
  transition: all 0.3s ease-in-out;
}
.formations-card:not(.mte) {
  cursor: pointer;
}
.formations-card.shadow-active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.formations-card .formations-card-image {
  height: 179px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.formations-card .formations-card-image .formation-type {
  font-family: "Suisse intl Medium";
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  z-index: 2;
}
.formations-card .formations-card-content {
  padding: 20px 13px 22px;
}
.formations-card .formations-card-content .formation-name {
  font-family: "Suisse intl Medium";
  font-size: 23px;
  line-height: 32px;
  min-height: 64px;
  margin-bottom: 30px;
  transition: 0.3s all ease-in-out;
}
.formations-card .formations-card-content .formation-detail {
  display: flex;
  justify-content: center;
}
.formations-card .formations-card-content .formation-detail a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding: 16px 23px;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .formations-card .formations-card-content .formation-detail {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .formations-card .formations-card-content .formation-detail a {
    width: 90%;
    margin-bottom: 10px;
  }
}

.module-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: none;
  padding: 10px 15px;
  margin-bottom: 25px;
  position: relative;
  min-height: 119px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.module-card p {
  width: 100%;
  font-family: "Suisse intl Medium";
  color: #43AA8B;
}
.module-card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.module-card:hover p {
  color: #216051;
}
.module-card:hover .formation-label {
  background-color: #216051;
}
.module-card.exam {
  border: 2px dashed #216051;
  color: #216051;
  box-shadow: none;
}
.module-card.exam .formation-name {
  color: #216051 !important;
}
.module-card .formation-duration {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 10px;
  left: 15px;
}
.module-card .formation-name {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.module-card .formation-label {
  width: auto;
  position: absolute;
  padding: 7px 11px 4px;
  top: 0;
  right: 0;
  background-color: #43AA8B;
  font-size: 14px;
  line-height: 18px;
  color: white !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 620px) {
  .module-card {
    max-height: 130px;
  }
}

.modal .modal-header, .modal .modal-footer {
  border: none;
}
.modal .modal-title {
  font-family: "Suisse intl Medium", sans-serif;
  color: #43A890;
  width: 100%;
  text-align: center;
}

form {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgb(210, 215, 223);
}
form .form-group {
  margin-bottom: 20px;
}
form .check-group {
  display: flex;
}
form .check-group input {
  width: initial;
  height: 20px;
  margin-right: 15px;
}
form .check-group label {
  color: #000;
}
form label {
  position: relative;
  left: initial;
  color: rgb(180, 147, 112);
}
form input[type=text],
form input[type=number] {
  width: 100%;
  border: rgb(210, 215, 223) solid 1px;
  border-radius: 0;
  font-size: 14px;
  padding: 0.75rem 1rem;
  border: rgba(67, 168, 144, 0.4) solid 1px;
}
form input[type=text]:focus,
form input[type=number]:focus {
  outline-color: #a8aeb5;
}
form .button-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
form .button-wrapper button[type=submit] {
  color: white;
  background-color: #43A890;
  width: 40%;
  padding: 10px 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
form .button-wrapper button[type=submit]:hover {
  background-color: #216051;
}

.light-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.light-gallery img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}

.smartphoto {
  background-color: rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------- GENERALS SECTIONS---------------------------------- */
body {
  font-family: "Suisse intl", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
}

.stop-scroll {
  overflow: hidden;
}

.no-shadow {
  box-shadow: none !important;
}

.container {
  max-width: 1280px;
  min-width: 375px;
}

.navigation {
  height: 100px;
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation a {
  font-family: "Suisse intl Medium";
  color: #CA9E67;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 21px;
  text-align: center;
  transition: all ease-in-out 0.15s;
}
.navigation a:hover {
  color: #43AA8B;
  text-decoration: none;
}
.navigation.nav-up, .navigation.nav-down {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.navigation.nav-up .navigation-logo, .navigation.nav-down .navigation-logo {
  background-color: #fff;
}
.navigation.nav-up .logo .la-serre-logo, .navigation.nav-down .logo .la-serre-logo {
  width: 100px;
}
.navigation.nav-up .logo .epsn-detail, .navigation.nav-down .logo .epsn-detail {
  opacity: 0;
}
.navigation.nav-up {
  top: -70px !important;
}
.navigation .navigation-wrapper {
  z-index: 999;
  height: 100%;
  width: 100%;
}
.navigation .navigation-wrapper .navigation-logo {
  align-items: center;
  display: flex;
}
.navigation .navigation-wrapper .navigation-logo img {
  width: 95px;
  z-index: 999;
}
.navigation .navigation-wrapper .navigation-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation .navigation-wrapper .navigation-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.navigation .navigation-wrapper .navigation-links ul li {
  margin-right: 30px;
}
.navigation .navigation-wrapper .navigation-links #navbar-formations {
  position: relative;
}
.navigation .navigation-wrapper .navigation-links #navbar-formations:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../img/arrow_down_ico.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 4px;
}
.navigation .navigation-wrapper .navigation-links #navbar-formations:hover:after {
  background-image: url("../img/arrow_down_green_ico.svg");
}
.navigation .navigation-wrapper .navigation-intranet {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navigation .navigation-wrapper .navigation-intranet a {
  font-size: 14px !important;
  line-height: 18px !important;
}
.navigation .navigation-wrapper .navigation-intranet .icon-link.intranet {
  margin-left: 20px;
  color: #43AA8B;
}
.navigation .navigation-wrapper .navigation-intranet .icon-link.intranet img {
  margin-right: 10px;
}
.navigation .navigation-wrapper .navigation-intranet-mobile {
  display: none;
}
.navigation .navigation-wrapper .navigation-intranet-mobile a {
  text-align: center !important;
  justify-content: center !important;
  margin-bottom: 30px;
  margin-top: 20px;
  width: auto !important;
  font-size: 20px !important;
}
.navigation .navigation-wrapper .navigation-intranet-mobile .icon-link.intranet {
  margin-left: 20px;
  color: #43AA8B;
}
.navigation .navigation-wrapper .navigation-intranet-mobile .icon-link.intranet img {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .navigation .navigation-wrapper .navigation-links ul li {
    margin-right: 22px;
  }
}
@media (max-width: 820px) {
  .navigation .navigation-wrapper {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .navigation .navigation-wrapper .navigation-logo {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    justify-content: space-between;
    max-width: initial !important;
    flex-basis: auto;
    height: auto;
  }
  .navigation .navigation-wrapper .navigation-links {
    padding-top: 82px;
    position: fixed;
    top: -800px;
    bottom: 0;
    right: 0;
    left: 0;
    order: 3;
    background: #fff;
    z-index: -1;
    height: -moz-max-content;
    height: max-content;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
  }
  .navigation .navigation-wrapper .navigation-links.active {
    top: 0;
    max-height: 100%;
    overflow: auto;
  }
  .navigation .navigation-wrapper .navigation-links ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .navigation .navigation-wrapper .navigation-links ul li {
    width: 100%;
    border-top: 1px solid #EAD8C2;
    padding: 20px 0;
    margin-right: 0px;
  }
  .navigation .navigation-wrapper .navigation-links ul li a {
    font-size: 24px;
    line-height: 31px;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .navigation .navigation-wrapper .navigation-links #navbar-formations:after {
    right: 0;
  }
  .navigation .navigation-wrapper .navigation-intranet {
    display: none;
  }
  .navigation .navigation-wrapper .navigation-intranet-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .navigation .navigation-wrapper .navigation-links {
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.navigation .mobile-nav-btn {
  z-index: 9999;
}
.navigation .mobile-nav-btn img {
  width: auto !important;
}
.navigation .stick-cah-mobile {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 271px;
}
.navigation .stick-cah-mobile img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .navigation .stick-cah-mobile {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.navigation .formations-dropdown {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100px;
  width: 100%;
  z-index: 9;
  height: auto;
  overflow: hidden;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.navigation .formations-dropdown .formations-dropdown-container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.navigation .formations-dropdown .formations-dropdown-container .formations-dropdown-item {
  height: auto;
  width: 40%;
  padding-left: 20px;
  padding-right: 70px;
  border-left: 1px solid #EAD8C2;
}
.navigation .formations-dropdown .formations-dropdown-container .formations-dropdown-item.diplomes {
  width: 55%;
}
.navigation .formations-dropdown .formations-dropdown-container .formations-dropdown-item a {
  font-family: "Suisse intl Medium";
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
  color: #CA9E67;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.navigation .formations-dropdown .formations-dropdown-container .formations-dropdown-item a:hover {
  color: #43AA8B;
}
.navigation .formations-dropdown .formations-dropdown-container .formations-dropdown-item a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.navigation .formations-dropdown.expanded {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@media (max-width: 768px) {
  .navigation .formations-dropdown {
    display: none;
  }
}
.navigation .formations-dropdown-mobile {
  background: #fff;
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  display: none;
}
.navigation .formations-dropdown-mobile .formations-dropdown-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navigation .formations-dropdown-mobile .formations-dropdown-container .formations-dropdown-item {
  height: auto;
  width: 32%;
}
.navigation .formations-dropdown-mobile .formations-dropdown-container .formations-dropdown-item.diplomes {
  width: 60%;
}
.navigation .formations-dropdown-mobile .formations-dropdown-container .formations-dropdown-item a {
  font-size: 15px !important;
  line-height: 19px !important;
  margin-bottom: 10px;
}
.navigation .formations-dropdown-mobile .formations-dropdown-container .formations-dropdown-item a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.navigation .formations-dropdown-mobile.expanded {
  margin-top: 20px;
  max-height: 350px;
}
@media (max-width: 768px) {
  .navigation .formations-dropdown-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .navigation .formations-dropdown-mobile.expanded {
    max-height: 650px;
  }
  .navigation .formations-dropdown-mobile .formations-dropdown-item {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .navigation {
    height: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    position: sticky;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .navigation .container {
    padding-left: 0;
    padding-right: 0;
  }
}

header {
  position: relative;
}
header .epsn-detail {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
header .stick-cah {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 9999;
}
header .stick-cah img {
  padding-top: 30px;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .stick-cah:before {
  position: absolute;
  right: 20px;
  width: 30px;
}
@media (max-width: 991px) {
  header .epsn-detail {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  header .stick-cah {
    display: none;
  }
}
@media (max-width: 767px) {
  header .epsn-detail {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------- COMMON SECTIONS---------------------------------- */
.portes-ouvertes {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 45px 0;
  overflow-x: hidden;
}
.portes-ouvertes h4 {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.portes-ouvertes h6 {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.portes-ouvertes .separator {
  margin-top: 20px;
  margin-bottom: 20px;
}
.portes-ouvertes .portes-ouvertes-wrapper {
  padding: 45px 0;
  background-color: #FAF5F0;
}
.portes-ouvertes .portes-ouvertes-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}
.portes-ouvertes .portes-ouvertes-block {
  width: 73.5%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  min-height: 150px;
  margin-top: 20px;
  padding: 20px 15px 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link:hover {
  text-decoration: none;
  box-shadow: none;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link:hover h2 {
  text-decoration-color: #2F83D9;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link:hover .po-dates p {
  background-color: #D5E6F7;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link h2 {
  color: #2F83D9 !important;
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link .po-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link .po-dates p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Suisse intl", sans-serif;
  color: #000;
  padding: 6px 20px;
  border-radius: 60px;
  background-color: #EAF3FB;
  margin: 0 5px 10px;
  transition: background-color 0.3s ease-in-out;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link .text-small {
  color: #666;
}
.portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all ease-in-out 0.15s;
}
.portes-ouvertes .portes-ouvertes-block img {
  position: absolute;
  z-index: -1;
}
.portes-ouvertes .portes-ouvertes-block img:nth-of-type(1) {
  top: 30%;
  left: -35%;
}
.portes-ouvertes .portes-ouvertes-block img:nth-of-type(2) {
  left: -50px;
}
.portes-ouvertes .portes-ouvertes-block img:nth-of-type(3) {
  bottom: -80px;
  left: 19%;
}
.portes-ouvertes .portes-ouvertes-block img:nth-of-type(4) {
  top: -70px;
  right: 20px;
  z-index: -1;
}
.portes-ouvertes .portes-ouvertes-block img:nth-of-type(5) {
  bottom: -20px;
  right: -65%;
  z-index: -1;
}
@media (max-width: 767px) {
  .portes-ouvertes .portes-ouvertes-block {
    flex-direction: column;
    width: 100%;
  }
  .portes-ouvertes .portes-ouvertes-block .portes-ouvertes-link-modal {
    width: 100%;
  }
  .portes-ouvertes .portes-ouvertes-block img:nth-of-type(3), .portes-ouvertes .portes-ouvertes-block img:nth-of-type(4), .portes-ouvertes .portes-ouvertes-block img:nth-of-type(5) {
    display: none;
  }
}
.portes-ouvertes.one-block {
  padding-top: 24px;
  padding-bottom: 60px;
  margin-bottom: 0px;
  overflow-y: hidden;
}
.portes-ouvertes.one-block .portes-ouvertes-wrapper {
  padding-top: 25px;
}
.portes-ouvertes.one-block .portes-ouvertes-block {
  width: 100%;
}
.portes-ouvertes.one-block .portes-ouvertes-block img:nth-of-type(3) {
  bottom: -60px;
}
.portes-ouvertes.one-block .portes-ouvertes-block img:nth-of-type(4) {
  height: 186px;
  top: -50px;
  right: 120px;
  z-index: -1;
}
.portes-ouvertes.one-block .portes-ouvertes-block img:nth-of-type(5) {
  width: 280px;
  bottom: -130px;
  right: -11%;
}
.portes-ouvertes .questions-block {
  width: 24%;
  display: flex;
  flex-direction: column;
  max-width: 188px;
  padding: 0;
  z-index: 1;
  position: relative;
}
.portes-ouvertes .questions-block .contact-links {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: auto;
  background-color: #fff;
  min-height: 173px;
}
.portes-ouvertes .questions-block .contact-links img {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 154px;
  margin-bottom: 11px;
  bottom: 0;
  left: 0;
}
.portes-ouvertes .questions-block .contact-links a {
  font-family: "Suisse intl Medium";
  font-size: 16px;
  line-height: 26px;
  color: #4A4A4A;
}
@media (max-width: 767px) {
  .portes-ouvertes .questions-block {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px;
    max-width: inherit;
    margin-left: 0;
    margin-top: 40px;
  }
}

.next-opening {
  position: relative;
}
.next-opening:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: -100px;
  background: url("../img/background/beige_mountain_bg.svg") no-repeat;
  background-size: contain;
  background-position: bottom center;
  z-index: -1;
}
.next-opening:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 25%;
  background-color: #f9f5ef;
  z-index: -1;
}
.next-opening .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.next-opening .questions-block {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 28.5%;
  padding: 30px;
  text-align: center;
}
.next-opening .questions-block .separator {
  margin-top: 20px;
  margin-bottom: 20px;
}
.next-opening .next-opening-infos {
  position: relative;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 65.5%;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 30px;
}
.next-opening .next-opening-infos img {
  position: absolute;
  z-index: 1;
}
.next-opening .next-opening-infos img:nth-of-type(1) {
  width: 150px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.next-opening .next-opening-infos img:nth-of-type(2) {
  width: 35px;
  top: 30px;
  right: 13%;
}
.next-opening .next-opening-infos img:nth-of-type(3) {
  width: 20px;
  height: 30px;
  bottom: 60px;
  left: 90px;
}
.next-opening .next-opening-infos h1, .next-opening .next-opening-infos h5 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.next-opening .next-opening-infos .button {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  padding: 14px 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.next-opening .next-opening-infos .button:hover {
  background-color: #43AA8B;
}
@media (max-width: 768px) {
  .next-opening .questions-block {
    width: 41.5%;
  }
  .next-opening .next-opening-infos {
    width: 56%;
    margin: initial;
  }
}
@media (max-width: 767px) {
  .next-opening .questions-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .next-opening .next-opening-infos {
    width: 100%;
    padding: 90px 10px 30px;
  }
  .next-opening .next-opening-infos h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.insta-actus {
  position: relative;
  margin-top: 300px;
}
.insta-actus .leaf-floating-bg {
  top: -270px;
}
@media (max-width: 992px) {
  .insta-actus .leaf-floating-bg {
    display: none;
  }
}
.insta-actus .container {
  position: relative;
}
.insta-actus .container:before {
  content: "";
  position: absolute;
  background: url("../img/border-wave.png") no-repeat;
  background-size: contain;
  top: -60px;
  width: 100%;
  max-width: 1252px;
  height: 40px;
}
.insta-actus .top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.insta-actus .top-content h2, .insta-actus .top-content p {
  margin-bottom: 0;
  line-height: initial;
}
@media (max-width: 768px) {
  .insta-actus {
    margin-top: 30px;
  }
  .insta-actus .leaf-floating-bg,
  .insta-actus .container:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .insta-actus .social-links {
    margin-top: 30px;
    margin-left: auto;
  }
}

.accordion-principes {
  position: relative;
}
.accordion-principes .separator {
  width: 100%;
  border-top: 1px solid #ead8c2;
}
.accordion-principes .accordion-item {
  cursor: pointer;
  margin-top: 30px;
}
.accordion-principes .accordion-item .accordion-item-header {
  position: relative;
}
.accordion-principes .accordion-item .accordion-item-header:after {
  position: absolute;
  content: "";
  background-image: url("../img/accordion-collapse.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
  background-position: center;
  right: 0;
  top: 7%;
  transition: all 0.3s ease-in-out;
}
.accordion-principes .accordion-item .accordion-item-header h5 {
  margin-bottom: 30px;
}
.accordion-principes .accordion-item.collapsed .accordion-item-header::after {
  transform: rotate(180deg);
}
.accordion-principes .accordion-item p {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .accordion-principes .accordion-item-header h2, .accordion-principes .accordion-item-header h5 {
    width: 80%;
  }
}

footer {
  position: relative;
  padding-bottom: 30px;
  margin-top: 100px;
  background-color: #fff;
  z-index: 2;
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .block-title {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #CA9E67;
  text-align: center;
  margin-bottom: 20px;
}
footer .location-block {
  width: 23.5%;
  padding: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23DFC5A4' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
footer .location-block p {
  text-align: center;
  line-height: 23px;
}
footer .questions-block {
  width: 23.5%;
  padding: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23DFC5A4' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .questions-block .block-title {
  width: 100%;
}
footer .questions-block img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
}
footer .questions-block .contact-info {
  margin-left: 20px;
  margin-top: 10px;
}
footer .questions-block .contact-info a {
  display: block;
  font-family: "Suisse intl", sans-serif;
  color: #4A4A4A;
}
footer .newsletter-block {
  width: 32%;
  padding: 20px 38px;
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23DFC5A4' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
footer .newsletter-block .newsletter-field {
  cursor: pointer;
  position: relative;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 0;
}
footer .newsletter-block .newsletter-field:before {
  content: "";
  height: 80%;
  top: 10%;
  position: absolute;
  background-color: #a1d2c7;
  width: 1px;
  right: 110px;
}
footer .newsletter-block .newsletter-field label {
  display: none;
}
footer .newsletter-block .newsletter-field input[type=email] {
  width: 100%;
  padding: 10px 0;
  padding-right: 125px;
  border: #B4DDD1 solid 3px;
  font-family: "Suisse intl Book";
  color: #43a790;
  text-indent: 20px;
}
footer .newsletter-block .newsletter-field input[type=email]:-moz-placeholder-shown { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1d2c7;
}
footer .newsletter-block .newsletter-field input[type=email]:placeholder-shown { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1d2c7;
}
footer .newsletter-block .newsletter-field input[type=email]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1d2c7;
}
footer .newsletter-block .newsletter-field input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a1d2c7;
}
footer .newsletter-block .newsletter-field input[type=email]:not(:-moz-placeholder-shown) {
  text-transform: lowercase;
}
footer .newsletter-block .newsletter-field input[type=email]:not(:placeholder-shown) {
  text-transform: lowercase;
}
footer .newsletter-block .newsletter-field input[type=email]:focus {
  border-color: #43a790;
  outline: none;
}
footer .newsletter-block .newsletter-field button {
  cursor: pointer;
  position: absolute;
  height: 87.6%;
  right: 3px;
  top: 3.2px;
  background-color: #EEF6F4;
  border: none;
  padding: 0 26px;
  transition: all 0.3s ease-in-out;
}
footer .newsletter-block .newsletter-field button:hover {
  background-color: #43a790;
  color: white !important;
}
footer .newsletter-block .description {
  font-family: "Suisse intl", sans-serif;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0;
  color: #999999;
}
footer .social-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 15%;
  padding: 20px;
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23DFC5A4' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
footer .social-block .block-title {
  width: 100%;
  margin-bottom: -20px;
}
footer .social-block img {
  height: 30px;
}
@media (max-width: 820px) {
  footer .location-block {
    width: 49%;
    margin-bottom: 30px;
  }
  footer .questions-block {
    width: 49%;
    margin-bottom: 30px;
  }
  footer .newsletter-block {
    width: 69%;
  }
  footer .social-block {
    width: 29%;
  }
}
@media (max-width: 767px) {
  footer .location-block,
  footer .questions-block,
  footer .newsletter-block,
  footer .social-block {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .social-block .block-title {
    margin-bottom: 20px;
  }
}
footer .bottom-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ead8c2;
}
footer .bottom-content .logo {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .bottom-content .logo img {
  margin-right: 20px;
}
footer .bottom-content .members {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .bottom-content .members p {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
footer .bottom-content .members p span {
  display: block;
}
footer .bottom-content .members a img {
  max-height: 49px;
}
footer .bottom-content .realisation {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #ead8c2;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .bottom-content .realisation p {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-right: 25px;
  margin-bottom: 0;
}
footer .bottom-content .realisation a {
  display: flex;
  margin-top: -6px;
}
footer .bottom-content .realisation a img {
  height: 16px;
}
@media (max-width: 820px) {
  footer .bottom-content .logo {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .bottom-content .members {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .bottom-content .members {
    flex-wrap: wrap;
  }
  footer .bottom-content .members p {
    width: 100%;
    margin-bottom: 25px;
  }
  footer .bottom-content .members p span {
    display: inline;
  }
  footer .bottom-content .members a {
    display: block;
    width: 33%;
    margin-bottom: 20px;
    text-align: left;
  }
  footer .bottom-content .members a img {
    height: 22px;
  }
  footer .bottom-content .members a:nth-of-type(5) {
    margin-right: auto;
  }
  footer .bottom-content .members a:nth-of-type(5) img {
    height: auto;
  }
  footer .bottom-content .realisation {
    margin-top: 10px;
    padding-top: 25px;
  }
}

[v-cloak] {
  display: none;
}

/*--------------------------------------------- HOME PAGE ---------------------------------- */
.homepage header {
  height: 442px;
}
.homepage header .container {
  height: 100%;
}
.homepage header .container .row {
  height: 100%;
}
@media (max-width: 1200px) {
  .homepage header {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .homepage header {
    height: 320px;
  }
}
.homepage .formations {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 0px;
}
.homepage .formations h1 {
  text-align: center;
}
.homepage .formations .formations-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.homepage .formations .formations-cards-wrapper .formations-card {
  width: 32%;
}
.homepage .formations .formations-cards-wrapper .formations-card:not(.mte):hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.homepage .formations .formations-cards-wrapper .formations-card.ayu .formations-card-image {
  background-color: #FDF1F1;
}
.homepage .formations .formations-cards-wrapper .formations-card.ayu .formations-card-image img {
  width: 55%;
}
.homepage .formations .formations-cards-wrapper .formations-card.ayu .formations-card-content .formation-name {
  color: #ED7272;
}
.homepage .formations .formations-cards-wrapper .formations-card.ayu .formations-card-content a {
  border: 2px solid #ED7272;
  color: #ED7272;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.homepage .formations .formations-cards-wrapper .formations-card.ayu:hover .formations-card-content a {
  background-color: #ED7272;
  color: #fff;
  text-decoration: none;
}
.homepage .formations .formations-cards-wrapper .formations-card.mte .formations-card-image {
  background-color: #EEF6F4;
}
.homepage .formations .formations-cards-wrapper .formations-card.mte .formations-card-image img {
  width: 65%;
}
.homepage .formations .formations-cards-wrapper .formations-card.mte .formations-card-content .formation-name {
  color: #43AA8B;
}
.homepage .formations .formations-cards-wrapper .formations-card.mte .formations-card-content .formation-detail {
  justify-content: space-between;
}
.homepage .formations .formations-cards-wrapper .formations-card.mte .formations-card-content .formation-detail a {
  border: 2px solid #43AA8B;
  color: #43AA8B;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.homepage .formations .formations-cards-wrapper .formations-card.mte .formations-card-content .formation-detail a:hover {
  background-color: #43AA8B;
  color: #fff;
  text-decoration: none;
}
.homepage .formations .formations-cards-wrapper .formations-card.mtc .formations-card-image {
  background-color: rgba(239, 196, 111, 0.1);
}
.homepage .formations .formations-cards-wrapper .formations-card.mtc .formations-card-image img {
  width: 59%;
}
.homepage .formations .formations-cards-wrapper .formations-card.mtc .formations-card-content .formation-name {
  color: #E9BC63;
}
.homepage .formations .formations-cards-wrapper .formations-card.mtc .formations-card-content a {
  border: 2px solid #E9BC63;
  color: #E9BC63;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.homepage .formations .formations-cards-wrapper .formations-card.mtc:hover .formations-card-content a {
  background-color: #E9BC63;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .homepage .formations {
    padding-bottom: 0;
  }
  .homepage .formations:after {
    height: 85%;
  }
  .homepage .formations .formations-cards-wrapper {
    justify-content: center;
    margin-bottom: 0;
  }
  .homepage .formations .formations-cards-wrapper .formations-card {
    width: 100%;
    max-width: 405px;
    margin-bottom: 50px;
  }
  .homepage .formations .formations-cards-wrapper .formations-card:last-of-type {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .homepage .formations {
    padding-top: 180px;
  }
  .homepage .formations:after {
    height: 75%;
  }
}
@media (max-width: 414px) {
  .homepage .formations .formations-cards-wrapper .formations-card {
    max-width: auto;
  }
}
.homepage .portes-ouvertes {
  margin-top: 50px;
}
.homepage .other-formations {
  margin-top: 73px;
}
.homepage .other-formations .container {
  display: flex;
  justify-content: space-between;
}
.homepage .other-formations .federal-diplomas {
  width: 66%;
}
.homepage .other-formations .formation-continue {
  width: 32%;
}
.homepage .other-formations .separator {
  margin-bottom: 20px;
}
.homepage .other-formations h1 {
  width: 100%;
  text-align: center;
}
.homepage .other-formations .formations-cards-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 52px;
}
.homepage .other-formations .formations-card {
  width: 48.6%;
}
.homepage .other-formations .formations-card:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}
.homepage .other-formations .formations-card.epsh .formations-card-image {
  position: relative;
  background-color: rgba(81, 72, 152, 0.1);
}
.homepage .other-formations .formations-card.epsh .formations-card-image img {
  width: 54%;
}
.homepage .other-formations .formations-card.epsh .formations-card-image .formation-center {
  font-family: "Euclid Flex Medium", sans-serif;
  font-size: 22px;
  line-height: 22px;
  padding: 10px 15px;
  background-color: #514898;
  color: #fff;
  position: absolute;
  bottom: -10px;
}
.homepage .other-formations .formations-card.epsh .formations-card-content .formation-name {
  color: #514898;
}
.homepage .other-formations .formations-card.epsh .formations-card-content .formation-detail a {
  border: 2px solid #514898;
  color: #514898;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.homepage .other-formations .formations-card.epsh:hover .formations-card-content a {
  background-color: #514898;
  color: #fff;
  text-decoration: none;
}
.homepage .other-formations .formations-card.passerelle .formations-card-image {
  background-color: #EEF6F4;
}
.homepage .other-formations .formations-card.passerelle .formations-card-image img {
  width: 60%;
  margin-top: -50px;
  z-index: 0;
}
.homepage .other-formations .formations-card.passerelle .formations-card-content .formation-name {
  color: #43AA8B;
}
.homepage .other-formations .formations-card.passerelle .formations-card-content .formation-detail a {
  border: 2px solid #43AA8B;
  color: #43AA8B;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.homepage .other-formations .formations-card.passerelle:hover .formations-card-content a {
  background-color: #43AA8B;
  color: #fff;
  text-decoration: none;
}
.homepage .other-formations .formations-card.reprogrammation {
  width: 100%;
}
.homepage .other-formations .formations-card.reprogrammation .formations-card-image img {
  width: 100%;
  height: calc(100% + 16px);
  margin-top: -50px;
  z-index: 0;
}
.homepage .other-formations .formations-card.reprogrammation .formations-card-content .formation-name {
  color: #CA9E67;
}
.homepage .other-formations .formations-card.reprogrammation .formations-card-content .formation-detail a {
  border: 2px solid #CA9E67;
  color: #CA9E67;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.homepage .other-formations .formations-card.reprogrammation:hover .formations-card-content a {
  background-color: #CA9E67;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1034px) {
  .homepage .other-formations h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .homepage .other-formations .container {
    flex-wrap: wrap;
  }
  .homepage .other-formations .container .federal-diplomas,
  .homepage .other-formations .container .formation-continue {
    width: 100%;
    justify-content: center;
  }
  .homepage .other-formations .formations-cards-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .homepage .other-formations .formations-card {
    width: 100% !important;
    max-width: 405px;
    margin-bottom: 50px;
  }
}
@media (max-width: 414px) {
  .homepage .other-formations .formations-card {
    max-width: auto;
  }
}
.homepage .citation {
  margin-top: 180px;
  margin-bottom: 300px;
}
.homepage .citation .container {
  position: relative;
}
.homepage .citation .container:before {
  content: "";
  width: 100px;
  height: 30px;
  background-color: red;
  position: absolute;
  left: calc(50% - 50px);
  top: -60px;
  background: url("../img/home/Icon_Matisse_coeur.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.homepage .citation h1 {
  text-align: center;
}
.homepage .citation h1 .text-small {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .homepage .citation {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .homepage .citation h1 .text-small {
    display: block;
  }
}
.homepage .principles {
  margin-bottom: 200px;
}
.homepage .principles .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homepage .principles .container::before {
  content: "";
  background: url("../img/line_destruct_leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -120px;
  width: 96%;
  height: 40px;
}
.homepage .principles .description {
  width: 32%;
}
.homepage .principles .description h1 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.homepage .principles .slider {
  width: 57%;
  position: relative;
  display: flex;
  align-items: center;
}
.homepage .principles .slider:before {
  content: "";
  background: url("../img/home/oval_shape.png") no-repeat;
  background-size: contain;
  width: 425px;
  height: 258px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.homepage .principles .slider:after {
  content: "";
  background: url("../img/home/principes_bg.png") no-repeat;
  background-size: contain;
  width: 425px;
  height: 440px;
  display: block;
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -2;
}
.homepage .principles .slider .slider-item {
  display: flex;
  justify-content: center;
}
.homepage .principles .slider .slider-item .slider-item-wrapper {
  width: 45%;
  text-align: center;
}
.homepage .principles .slider .slider-item .slider-item-wrapper h1 {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  border-bottom: #43a890 solid 1px;
}
.homepage .principles .slider .slick-arrow {
  width: 45px;
  height: 45px;
  z-index: 2;
}
.homepage .principles .slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage .principles .slider .slick-arrow.slick-next {
  right: 0;
}
.homepage .principles .slider .slick-arrow.slick-next:before {
  background-image: url("../img/home/slider-arrow-next.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.homepage .principles .slider .slick-arrow.slick-prev {
  left: 0;
}
.homepage .principles .slider .slick-arrow.slick-prev:before {
  background-image: url("../img/home/slider-arrow-prev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.homepage .principles .slider .slick-dots {
  width: 100%;
  position: absolute;
  bottom: -90px;
}
.homepage .principles .slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 9px;
  margin: 0 7px;
  cursor: pointer;
}
.homepage .principles .slider .slick-dots li button {
  width: 100%;
  height: 100%;
}
.homepage .principles .slider .slick-dots li button:before {
  content: " ";
  width: 100%;
  height: 100%;
  background-image: url("../img/home/slider-dot-inactive.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.homepage .principles .slider .slick-dots li.slick-active button:before {
  background-image: url("../img/home/slider-dot-active.svg");
}
@media (max-width: 768px) {
  .homepage .principles .description {
    width: 100%;
    margin-bottom: 210px;
  }
  .homepage .principles .container:before {
    top: -60px;
  }
  .homepage .principles .slider {
    width: 100%;
  }
  .homepage .principles .slider::before {
    top: -30px;
  }
  .homepage .principles .slider::after {
    top: -220px;
  }
  .homepage .principles .slider .slick-dots {
    bottom: -130px;
  }
}
@media (max-width: 767px) {
  .homepage .principles {
    margin-bottom: 180px;
  }
  .homepage .principles .description {
    margin-bottom: 170px;
  }
  .homepage .principles .slider::before {
    top: -10px;
    width: 290px;
  }
  .homepage .principles .slider::after {
    top: -165px;
    width: 290px;
  }
  .homepage .principles .slider .slick-arrow {
    top: 40%;
  }
  .homepage .principles .slider .slick-dots {
    bottom: -90px;
  }
  .homepage .principles .slider .slider-item-wrapper {
    width: 70% !important;
  }
  .homepage .principles .slider .slider-item-wrapper h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
.homepage .gallery {
  margin-top: 220px;
}
.homepage .gallery .container {
  display: flex;
  flex-wrap: wrap;
}
.homepage .gallery .left-content {
  width: 55%;
  display: flex;
  justify-content: flex-end;
}
.homepage .gallery .left-content .img-wrapper {
  width: 95%;
  max-width: 568px;
  position: relative;
  cursor: pointer;
}
.homepage .gallery .left-content .img-wrapper .gallery-image {
  width: 100%;
  height: 100%;
  border: 6px solid #F8C7C7;
}
.homepage .gallery .left-content .img-wrapper .gallery-icon {
  position: absolute;
  height: 34px;
  width: auto;
  right: 19px;
  bottom: 16px;
  z-index: 2;
}
.homepage .gallery .left-content .img-wrapper .gallery-illustration-1 {
  position: absolute;
  width: 75%;
  z-index: -1;
  left: -95px;
  top: -195px;
}
.homepage .gallery .left-content .img-wrapper .gallery-illustration-2 {
  position: absolute;
  z-index: -1;
  bottom: -110px;
  right: 40px;
}
.homepage .gallery .left-content .img-wrapper h2 {
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-top: 27%;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}
.homepage .gallery .left-content .img-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 6px solid #F4AAAA;
  background: linear-gradient(0deg, rgba(47, 131, 217, 0.8), rgba(47, 131, 217, 0.8));
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
}
.homepage .gallery .left-content .img-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23F4AAAA' stroke-width='6' stroke-dasharray='14%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  z-index: -1;
  bottom: -20px;
  left: -20px;
}
.homepage .gallery .left-content .img-wrapper:hover h2 {
  opacity: 1;
  transform: translateY(0px);
}
.homepage .gallery .left-content .img-wrapper:hover .overlay {
  opacity: 1;
}
.homepage .gallery .right-content {
  width: 45%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.homepage .gallery .right-content .text-wrapper {
  width: 440px;
  color: #666666;
}
.homepage .gallery .right-content h2 {
  margin-bottom: 20px;
}
.homepage .gallery .right-content a {
  display: block;
  text-decoration: underline;
  color: #4A4A4A;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .homepage .gallery .left-content {
    width: 100%;
    justify-content: center;
    margin-bottom: 80px;
  }
  .homepage .gallery .right-content {
    width: 100%;
    padding-left: 0;
  }
  .homepage .gallery .right-content .text-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage .gallery {
    margin-top: 100px;
  }
}
.homepage .accreditations {
  margin-top: 165px;
}
.homepage .accreditations .separator {
  margin-top: 25px;
  margin-bottom: 25px;
}
.homepage .accreditations .accreditation-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.homepage .accreditations .accreditation-wrapper .content {
  width: 40%;
}
.homepage .accreditations .accreditation-wrapper .logos {
  width: 52%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.homepage .accreditations .accreditation-wrapper .logos a {
  height: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.homepage .accreditations .accreditation-wrapper .logos a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .homepage .accreditations {
    margin-top: 50px;
  }
  .homepage .accreditations .separator {
    border: 1px dashed #ead8c2;
  }
  .homepage .accreditations .accreditation-wrapper {
    flex-wrap: wrap;
  }
  .homepage .accreditations .accreditation-wrapper .content, .homepage .accreditations .accreditation-wrapper .logos {
    width: 100%;
  }
}

/*--------------------------------------------- L'ECOLE---------------------------------- */
.lecole #mainPagesApp {
  overflow-x: hidden;
}
.lecole h4 {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #000;
}
.lecole .intro {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 140px;
  position: relative;
}
.lecole .intro .intro-bubble {
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lecole .intro .intro-bubble.bg--lightBlue {
  width: 86px;
  height: 86px;
  left: 50%;
  top: -90px;
}
.lecole .intro .intro-bubble.bg--lightBlue img {
  width: 85%;
}
.lecole .intro .intro-bubble.bg--lightGreen {
  width: 118px;
  height: 118px;
  top: -30px;
  left: -50px;
}
.lecole .intro .intro-bubble.bg--lightGreen img {
  width: 80%;
}
.lecole .intro .intro-bubble.bg--yellow {
  width: 164px;
  height: 164px;
  right: -80px;
  bottom: -90px;
}
.lecole .intro .intro-bubble.bg--yellow img {
  width: 83%;
}
.lecole .intro .intro-bubble.bg--lightRed {
  width: 76px;
  height: 76px;
  left: 14%;
  bottom: -90px;
}
.lecole .intro .intro-bubble.bg--lightRed img {
  width: 85%;
}
.lecole .intro .left-content {
  width: 49%;
  position: relative;
}
.lecole .intro .left-content img {
  width: 100%;
}
.lecole .intro .right-content {
  width: 51%;
  padding-left: 62px;
}
@media (max-width: 768px) {
  .lecole .intro {
    padding-bottom: 0;
  }
  .lecole .intro .left-content {
    width: 100%;
  }
  .lecole .intro .right-content {
    width: 100%;
    padding-left: 0;
    margin-top: 100px;
  }
}
.lecole .lecole-infos {
  margin-top: 20px;
}
.lecole .lecole-infos .container {
  padding-top: 80px;
}
.lecole .lecole-infos .separator {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 45px;
  border-top: 1px solid #ead8c2;
}
.lecole .lecole-infos .citation {
  margin-top: 110px;
  position: relative;
}
.lecole .lecole-infos .citation:before {
  content: "";
  width: 100px;
  height: 30px;
  background-color: red;
  position: absolute;
  left: calc(50% - 50px);
  top: -60px;
  background: url("../img/home/Icon_Matisse_coeur.png") no-repeat;
  background-size: contain;
  background-position: center center;
}
.lecole .lecole-infos .citation h1 {
  text-align: center;
}
@media (max-width: 767px) {
  .lecole .lecole-infos .citation {
    padding-bottom: 30px;
  }
  .lecole .lecole-infos .citation h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
.lecole .lecole-infos .why-us {
  position: relative;
  margin-top: 120px;
}
.lecole .lecole-infos .why-us p {
  font-size: 18px;
  line-height: 26px;
}
.lecole .lecole-infos .why-us .why-us-bubble {
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lecole .lecole-infos .why-us .why-us-bubble.bg--lightGreen {
  width: 132px;
  height: 132px;
  left: 7%;
  top: -170px;
}
.lecole .lecole-infos .why-us .why-us-bubble.bg--lightGreen img {
  width: 85%;
}
.lecole .lecole-infos .location {
  margin-top: 150px;
  position: relative;
  padding: 57px 0 62px 0;
  background-color: #EAF3FB;
}
.lecole .lecole-infos .location .container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
}
.lecole .lecole-infos .location .left-content {
  width: 49%;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}
.lecole .lecole-infos .location .left-content img {
  width: 100%;
  cursor: pointer;
}
.lecole .lecole-infos .location .left-content .gallery-icon {
  position: absolute;
  width: 41px;
  height: 34px;
  bottom: 20px;
  right: 20px;
}
.lecole .lecole-infos .location .right-content {
  width: 51%;
  padding-left: 62px;
}
.lecole .lecole-infos .location .right-content p {
  font-size: 18px;
  line-height: 30px;
}
.lecole .lecole-infos .location .location-bubble {
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lecole .lecole-infos .location .location-bubble.bg--yellow {
  width: 174px;
  height: 174px;
  right: 10%;
  top: -100px;
}
.lecole .lecole-infos .location .location-bubble.bg--yellow img {
  width: 85%;
}
.lecole .lecole-infos .location .location-bubble.bg--lightBlue {
  width: 155px;
  height: 155px;
  left: 27%;
  bottom: -55px;
}
.lecole .lecole-infos .location .location-bubble.bg--lightBlue img {
  width: 85%;
}
@media (max-width: 768px) {
  .lecole .lecole-infos .location {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .lecole .lecole-infos .location .container {
    width: 85%;
  }
  .lecole .lecole-infos .location .left-content {
    width: 100%;
  }
  .lecole .lecole-infos .location .right-content {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .lecole .lecole-infos .location .container {
    width: 100%;
  }
}
.lecole .lecole-infos .founder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lecole .lecole-infos .founder h3 {
  width: 100%;
  margin-bottom: 20px;
}
.lecole .lecole-infos .founder .left-content, .lecole .lecole-infos .founder .right-content {
  width: 47%;
}
.lecole .lecole-infos .founder .left-content img, .lecole .lecole-infos .founder .right-content img {
  width: 100%;
}
@media (max-width: 768px) {
  .lecole .lecole-infos .founder .left-content {
    width: 100%;
  }
  .lecole .lecole-infos .founder .left-content img {
    width: 100%;
  }
  .lecole .lecole-infos .founder .right-content {
    width: 100%;
    margin-top: 30px;
  }
}
.lecole .next-opening {
  margin-top: 100px;
}
.lecole .mfp-close:hover,
.lecole .mfp-arrow:hover,
.lecole .mfp-arrow:focus {
  background-color: transparent;
}

/*--------------------------------------------- PRINCIPES - PROGRAMS ---------------------------------- */
.principes .principes-infos, .programme .principes-infos {
  margin-top: 20px;
}
.principes .principes-infos .container, .programme .principes-infos .container {
  padding-top: 80px;
}
.principes .principes-infos .accordion-principes, .programme .principes-infos .accordion-principes {
  margin-top: 60px;
  margin-bottom: 90px;
}
.principes .next-opening, .programme .next-opening {
  margin-top: 170px;
}

.programme .next-opening {
  margin-top: 70px;
}

/*--------------------------------------------- CONTACT ---------------------------------- */
.contact .contact-infos {
  margin-top: 20px;
}
.contact .contact-infos .container {
  padding: 80px 0 0;
}
.contact .contact-infos .separator {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: 1px solid #ead8c2;
}
.contact .contact-infos .contact-item {
  margin-bottom: 20px;
}
.contact .googlemap {
  text-align: right;
  height: 360px;
  width: 100%;
  margin-top: 40px;
}
.contact .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 360px;
  width: 100%;
}
.contact .location-acces {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ead8c2;
}
.contact .location-acces h4 {
  margin-bottom: 20px;
}

/*--------------------------------------------- TOUS LES FORMATIONS ---------------------------------- */
.tous-les-formations .formations {
  margin-top: 70px;
}
.tous-les-formations .formations h1 {
  text-align: center;
}
.tous-les-formations .formations:before {
  top: -15%;
}
.tous-les-formations .formations:after {
  height: 70%;
  bottom: 33%;
}
.tous-les-formations .formations .formations-cards-wrapper {
  justify-content: space-between;
  margin-bottom: 100px;
}
.tous-les-formations .formations .formations-cards-wrapper .formations-card {
  width: 31.5%;
}
.tous-les-formations .formations .formations-cards-wrapper .formations-card .formation-name {
  min-height: 96px;
}
@media (max-width: 768px) {
  .tous-les-formations .formations:before {
    top: 15%;
  }
  .tous-les-formations .formations:after {
    height: 80%;
  }
  .tous-les-formations .formations .formations-cards-wrapper {
    justify-content: center;
    margin-bottom: 0;
  }
  .tous-les-formations .formations .formations-cards-wrapper .formations-card {
    width: 70%;
    margin-bottom: 150px;
  }
  .tous-les-formations .formations .formations-cards-wrapper .formations-card:last-of-type {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tous-les-formations .formations .formations-cards-wrapper .formations-card {
    width: 100%;
  }
  .tous-les-formations .formations .formations-cards-wrapper .formations-card .formation-type {
    margin-bottom: 30px;
  }
  .tous-les-formations .formations .formations-cards-wrapper .formations-card br {
    display: none;
  }
}
.tous-les-formations .tronc-commun h1, .tous-les-formations .tronc-commun h6 {
  margin-bottom: 20px;
}
.tous-les-formations .formation-modules {
  margin-top: 70px;
}
.tous-les-formations .formation-modules .separator {
  margin-bottom: 50px;
}
.tous-les-formations .formation-modules h1 {
  margin-bottom: 20px;
}

/*--------------------------------------------- FORMATION PAGE ---------------------------------- */
.inscrire-infos {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inscrire-infos .inscrire-infos-el {
  width: 32%;
  padding: 13px;
  text-align: center;
}
.inscrire-infos .inscrire-infos-el h3 {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 2px;
}
.inscrire-infos a {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 32px auto -29px;
  padding: 16px 64px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.inscrire-infos a span {
  position: relative;
  z-index: 2;
}
.inscrire-infos a .text-smaller {
  display: block;
  font-family: "Suisse intl";
  font-size: 14px;
  line-height: 21px;
}
.inscrire-infos a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px;
  background-color: transparent;
  transition: background-color ease-in-out 0.3s;
  z-index: 1;
}
.inscrire-infos a:hover {
  box-shadow: none;
}
.inscrire-infos a:hover:before {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .inscrire-infos .inscrire-infos-el {
    width: 100% !important;
    margin-bottom: 25px;
  }
  .inscrire-infos a {
    padding: 12px !important;
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .inscrire-infos a span {
    width: 100%;
  }
}

.formation-page.mte header, .formation-page.mtc header, .formation-page.ayu header, .formation-page.hom header {
  margin-bottom: 70px;
  padding-top: 25px;
  text-align: center;
}
.formation-page.mte header .page-header, .formation-page.mtc header .page-header, .formation-page.ayu header .page-header, .formation-page.hom header .page-header {
  margin-top: 0;
}
.formation-page.mte footer, .formation-page.mtc footer, .formation-page.ayu footer, .formation-page.hom footer {
  margin-top: -20px;
}
@media (max-width: 768px) {
  .formation-page.mte .navigation, .formation-page.mtc .navigation, .formation-page.ayu .navigation, .formation-page.hom .navigation {
    margin-top: 0;
    margin-bottom: 0;
  }
  .formation-page.mte header, .formation-page.mtc header, .formation-page.ayu header, .formation-page.hom header {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .formation-page.mte header .page-header, .formation-page.mtc header .page-header, .formation-page.ayu header .page-header, .formation-page.hom header .page-header {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 50px;
  }
  .formation-page.mte header .page-header br, .formation-page.mtc header .page-header br, .formation-page.ayu header .page-header br, .formation-page.hom header .page-header br {
    display: none;
  }
}
.formation-page.mte .navigation {
  background-color: #EEF6F4;
}
.formation-page.mte header {
  background-color: #EEF6F4;
}
.formation-page.mte header h1, .formation-page.mte header p {
  color: #43AA8B;
}
.formation-page.mte .inscrire-infos .inscrire-infos-el {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%2343AA8B' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
.formation-page.mte .inscrire-infos .inscrire-infos-el h3, .formation-page.mte .inscrire-infos .inscrire-infos-el p {
  color: #43AA8B;
}
.formation-page.mte .inscrire-infos a {
  background-color: #43AA8B;
}
.formation-page.mte .formation-infos-specific .formation-inscription a {
  background-color: #43AA8B;
}
.formation-page.mtc .navigation {
  background-color: #FEF9F1;
}
.formation-page.mtc header {
  background-color: #FEF9F1;
}
.formation-page.mtc header h1, .formation-page.mtc header p {
  color: #EFBC5C;
}
.formation-page.mtc .inscrire-infos .inscrire-infos-el {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23EFBC5C' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
.formation-page.mtc .inscrire-infos .inscrire-infos-el h3, .formation-page.mtc .inscrire-infos .inscrire-infos-el p {
  color: #EFBC5C;
}
.formation-page.mtc .inscrire-infos a {
  background-color: #EFBC5C;
}
.formation-page.mtc .formation-infos-specific .formation-inscription a {
  background-color: #EFBC5C;
}
.formation-page.ayu .navigation {
  background-color: rgba(253, 241, 241, 0.6);
}
.formation-page.ayu header {
  background-color: rgba(253, 241, 241, 0.6);
}
.formation-page.ayu header .inscrire-infos-el {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23ED7272' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
.formation-page.ayu header h1, .formation-page.ayu header p {
  color: #ED7272;
}
.formation-page.ayu .inscrire-infos .inscrire-infos-el {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23ED7272' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
.formation-page.ayu .inscrire-infos .inscrire-infos-el h3, .formation-page.ayu .inscrire-infos .inscrire-infos-el p {
  color: #ED7272;
}
.formation-page.ayu .inscrire-infos a {
  background-color: #ED7272;
}
.formation-page.ayu .formation-infos-specific .formation-inscription a {
  background-color: #ED7272;
}
.formation-page.hom .navigation {
  background-color: rgba(81, 72, 152, 0.05);
}
.formation-page.hom header {
  background-color: rgba(81, 72, 152, 0.05);
}
.formation-page.hom header .inscrire-infos-el {
  border-color: #514898 !important;
}
.formation-page.hom header h1, .formation-page.hom header h3, .formation-page.hom header p {
  color: #514898;
}
.formation-page.hom header a {
  background-color: #514898;
}
.formation-page .mountain_bg {
  margin-top: 30px;
  padding-top: 60px;
}
.formation-page .inscrire-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 30px 0 10px;
}
.formation-page .inscrire-card div {
  margin-bottom: 20px;
}
.formation-page .inscrire-card div p {
  font-family: "Euclid Flex Medium", sans-serif;
}
.formation-page .inscrire-card div h2 {
  margin-bottom: 0;
}
.formation-page .inscrire-card .inscrire-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  align-self: center;
}
.formation-page .inscrire-card .inscrire-buttons a {
  display: block;
  flex-grow: 1;
  color: white;
  text-align: center;
  background-color: #43AA8B;
  padding: 20px 0px;
  margin: 0 15px;
  box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
.formation-page .inscrire-card .inscrire-buttons a:hover {
  background-color: #216051;
  text-decoration: none;
  color: white;
}
.formation-page .inscrire-card .inscrire-buttons a:focus {
  outline: none !important;
}
.formation-page .inscrire-card .inscrire-buttons a h5 {
  font-family: "Suisse intl Medium", sans-serif;
  margin-bottom: 5px;
  color: white;
}
.formation-page .inscrire-card .inscrire-buttons a span {
  display: block;
  font-size: 13px;
}
@media (max-width: 767px) {
  .formation-page .inscrire-card .inscrire-buttons {
    margin-top: 10px;
  }
  .formation-page .inscrire-card .inscrire-buttons a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.formation-page .formation-infos-general {
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ead8c2;
}
.formation-page .formation-infos-general div {
  padding-left: 0;
  padding-right: 30px;
  margin-bottom: 30px;
}
.formation-page .formation-infos-general h4 {
  margin-bottom: 20px;
}
.formation-page .formation-infos-general p span {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .formation-page .formation-infos-general {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .formation-page .formation-infos-general {
    margin-top: 40px;
  }
}
.formation-page .formation-infos-specific {
  margin-top: 50px;
  margin-bottom: 70px;
}
.formation-page .formation-infos-specific .container {
  padding: 0;
}
.formation-page .formation-infos-specific .separator {
  display: block;
  margin-top: 40px;
}
.formation-page .formation-infos-specific h4, .formation-page .formation-infos-specific h5 {
  font-family: "Suisse intl Medium", sans-serif;
  margin-bottom: 20px;
}
.formation-page .formation-infos-specific h4 {
  font-size: 20px;
  line-height: 26px;
}
.formation-page .formation-infos-specific p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}
.formation-page .formation-infos-specific p span {
  display: block;
  margin-bottom: 10px;
}
.formation-page .formation-infos-specific ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
.formation-page .formation-infos-specific ul li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
  margin-left: 7px;
  color: #4A4A4A;
}
.formation-page .formation-infos-specific .formations-accordion-color {
  display: flex;
  flex-wrap: wrap;
}
.formation-page .formation-infos-specific .formations-accordion-color p {
  display: flex;
  font-family: "Suisse intl", sans-serif;
  font-size: 14px;
  line-height: 21px;
  margin-right: 50px;
}
.formation-page .formation-infos-specific .formations-accordion-color p:nth-of-type(2) {
  margin-right: 0;
}
.formation-page .formation-infos-specific .formations-accordion-color p span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 40px;
  margin-bottom: 0;
  margin-right: 10px;
}
.formation-page .formation-infos-specific .formations-accordion-color p span.blue {
  background-color: #2F83D9;
}
.formation-page .formation-infos-specific .formations-accordion-color p span.green {
  background-color: #43AA8B;
}
.formation-page .formation-infos-specific .formations-accordion-color p span.red {
  background-color: #ED7272;
}
.formation-page .formation-infos-specific .formations-accordion-color p span.yellow {
  background-color: #EFBC5C;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item {
  cursor: pointer;
  margin-top: 26px;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 62px;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header p {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header .formation-niveau {
  color: #fff;
  margin-left: 23px;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header .formation-niveau::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header .formation-name {
  margin-right: auto;
  margin-left: 62px;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header img {
  width: 20px;
  height: 12px;
  margin-right: 25px;
  margin-left: 60px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header .formation-name {
    min-width: 150px;
    margin-left: 45px;
  }
  .formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header .formation-duration {
    margin-left: auto;
  }
  .formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-header img {
    margin-left: 10px;
  }
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-content .accordion-item-content-container {
  padding: 15px 25px 15px 23px;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-content .accordion-item-content-container ul {
  margin-bottom: 0;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-content .accordion-item-content-container .accordion-item-content-title {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item .accordion-item-content .accordion-item-content-container .accordion-item-content-subtitle {
  font-family: "Suisse intl Medium", sans-serif;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.blue {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%232F83D9' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.blue .accordion-item-header p {
  color: #2F83D9;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.blue .accordion-item-header .formation-niveau {
  color: #fff;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.blue .accordion-item-header .formation-niveau:before {
  background-image: url("../img/accordion_formation_niveau_bg_blue.svg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.green {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%2343AA8B' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.green .accordion-item-header p {
  color: #43AA8B;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.green .accordion-item-header .formation-niveau {
  color: #fff;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.green .accordion-item-header .formation-niveau:before {
  background-image: url("../img/accordion_formation_niveau_bg_green.svg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.red {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23ED7272' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.red .accordion-item-header p {
  color: #ED7272;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.red .accordion-item-header .formation-niveau {
  color: #fff;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.red .accordion-item-header .formation-niveau:before {
  background-image: url("../img/accordion_formation_niveau_bg_red.svg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.yellow {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23EFBC5C' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.yellow .accordion-item-header p {
  color: #EFBC5C;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.yellow .accordion-item-header .formation-niveau {
  color: #fff;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item.yellow .accordion-item-header .formation-niveau:before {
  background-image: url("../img/accordion_formation_niveau_bg_yellow.svg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.formation-page .formation-infos-specific .formations-accordion .accordion-item:not(.collapsed) .accordion-item-header img {
  transform: rotate(180deg);
}
.formation-page .formation-infos-specific .formation-inscription {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23ead8c2' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.formation-page .formation-infos-specific .formation-inscription .title {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.formation-page .formation-infos-specific .formation-inscription a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 12px 60px;
  border-radius: 50px;
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  transition: ease-in-out 0.3s;
  position: relative;
}
.formation-page .formation-infos-specific .formation-inscription a span {
  position: relative;
  z-index: 2;
}
.formation-page .formation-infos-specific .formation-inscription a .text-smaller {
  display: block;
  font-family: "Suisse intl";
  font-size: 14px;
  line-height: 21px;
}
.formation-page .formation-infos-specific .formation-inscription a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50px;
  background-color: transparent;
  transition: background-color ease-in-out 0.3s;
  z-index: 1;
}
.formation-page .formation-infos-specific .formation-inscription a:hover {
  box-shadow: none;
}
.formation-page .formation-infos-specific .formation-inscription a:hover:before {
  background-color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .formation-page .formation-infos-specific .formation-inscription {
    padding: 20px;
  }
  .formation-page .formation-infos-specific .formation-inscription a {
    width: 100%;
    padding: 12px;
  }
}
.formation-page .formation-infos-specific .formation-numbers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}
.formation-page .formation-infos-specific .formation-numbers .formation-number-block {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 241px;
  padding: 51px 20px;
  margin-top: 30px;
}
.formation-page .formation-infos-specific .formation-numbers .formation-number-block .number {
  font-family: "Euclid Flex Medium", sans-serif;
  font-size: 68px;
  line-height: 50px;
  margin-bottom: 32px;
  color: #fff;
}
.formation-page .formation-infos-specific .formation-numbers .formation-number-block .infos {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.formation-page .formation-infos-specific .formation-numbers .formation-number-block:nth-of-type(1) {
  background-color: #43AA8B;
}
.formation-page .formation-infos-specific .formation-numbers .formation-number-block:nth-of-type(2) {
  background-color: #43AA8B;
}
.formation-page .formation-infos-specific .formation-numbers .formation-number-block:nth-of-type(3) {
  background-color: #D5B185;
}
.formation-page .formation-infos-specific .formation-numbers .formation-number-block:nth-of-type(4) {
  background-color: #ED7272;
}
.formation-page .formation-infos-specific .formation-numbers .formation-number-block:nth-of-type(4) .infos {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .formation-page .formation-infos-specific .formation-numbers .formation-number-block {
    width: 48%;
  }
}
@media (max-width: 414px) {
  .formation-page .formation-infos-specific .formation-numbers .formation-number-block {
    min-height: auto;
    padding: 30px 10px;
    width: 100%;
  }
}
.formation-page .formation-infos-specific .formation-prices {
  background-image: url("data:image/svg+xml,%3csvg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='%23CA9E67' stroke-width='2' stroke-dasharray='4%2c 8' stroke-dashoffset='28' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 30px;
  margin-top: 20px;
  min-width: 320px;
}
.formation-page .formation-infos-specific .formation-prices .formation-prices__header {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 2px solid #EAD8C2;
  display: flex;
  padding-bottom: 20px;
}
.formation-page .formation-infos-specific .formation-prices .formation-prices__el {
  border-bottom: 1px solid #EAD8C2;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.formation-page .formation-infos-specific .formation-prices a {
  display: block;
  margin-top: 20px;
  margin-bottom: 26px;
  color: #43AA8B;
  text-decoration: underline;
}
.formation-page .formation-infos-specific .formation-prices p {
  font-size: 14px;
  line-height: 21px;
}
.formation-page .formation-infos-specific .formation-prices .text-small {
  margin-bottom: 0;
}
.formation-page .formation-infos-specific .formation-prices .w1 {
  width: 10%;
}
.formation-page .formation-infos-specific .formation-prices .w2 {
  width: 20%;
}
.formation-page .formation-infos-specific .formation-prices .w3 {
  width: 30%;
}
.formation-page .formation-infos-specific .formation-prices .js-smartPhoto img {
  display: none;
}
@media only screen and (max-width: 600px) {
  .formation-page .formation-infos-specific .formation-prices {
    padding: 10px;
  }
  .formation-page .formation-infos-specific .formation-prices .formation-prices__header {
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: block;
  }
  .formation-page .formation-infos-specific .formation-prices .formation-prices__header div {
    display: block;
  }
  .formation-page .formation-infos-specific .formation-prices .formation-prices__el {
    display: block;
    line-height: 40px;
  }
  .formation-page .formation-infos-specific .formation-prices .formation-prices__el div {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .formation-page .formation-infos-specific .formation-prices .formation-prices__el div:last-of-type {
    border-bottom: none;
  }
  .formation-page .formation-infos-specific .formation-prices .formation-prices__el div:before {
    content: attr(data-title);
    position: absolute;
    left: 0px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
}
.formation-page .formation-infos-specific .inscrire-infos {
  flex-wrap: wrap;
}
.formation-page .formation-infos-specific .inscrire-infos .inscrire-infos-el {
  width: 49%;
}
.formation-page .formation-infos-specific .inscrire-infos a {
  position: relative;
  left: initial;
  transform: inherit;
  padding: 12px 60px;
  margin-top: 30px;
  bottom: 0;
}
.formation-page .formation-infos-specific #formation-price-modal .modal-dialog {
  max-width: 948px;
}
.formation-page .formation-infos-specific #formation-price-modal .modal-content .close {
  position: absolute !important;
  top: 5px;
  right: 10px;
  z-index: 2;
}
.formation-page .formation-infos-specific #formation-price-modal .modal-content .close:focus {
  outline: none;
}
.formation-page .formation-infos-specific #formation-price-modal .modal-content a {
  display: inline;
}
.formation-page .formation-infos-specific #formation-price-modal .modal-content img {
  width: 100%;
}
.formation-page .formation-infos-specific #formation-price-modal .modal-content .modal-body {
  padding: 0;
}
@media (max-width: 1024px) {
  .formation-page .formation-infos-specific #formation-price-modal .modal-content {
    padding: 10px 5px;
  }
}
.formation-page .formation-modules {
  margin-top: 50px;
}
.formation-page .formation-modules .formation-modules-wrapper {
  margin-top: 50px;
}
.formation-page .tarifs_card_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.formation-page .tarifs_card_wrapper .tarifs_card {
  border: 1px dashed #43A890;
  padding: 30px 50px;
  margin-right: 30px;
  text-align: center;
}
.formation-page .tarifs_card_wrapper .tarifs_card .title {
  font-family: "Euclid Flex Medium", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
}
.formation-page .tarifs_card_wrapper .tarifs_card .tarif {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #4A4A4A;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .formation-page .tarifs_card_wrapper {
    justify-content: space-between;
  }
  .formation-page .tarifs_card_wrapper .tarifs_card {
    padding: 30px 0;
    width: 47%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .formation-page .tarifs_card_wrapper .tarifs_card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.formation-page.naturopathe-ayurveda-3-ans .formation-infos-general {
  border-bottom: none;
}

/*--------------------------------------------- FORMATION INSCRIPTIONS ---------------------------------- */
.inscription {
  overflow-x: hidden;
}
.inscription .mountain_bg {
  height: 170px;
  padding-top: 30px;
}
.inscription .formations-inscription-dropdown {
  width: 100% !important;
  max-width: 840px;
  height: 115px;
  margin-top: 10px;
  left: 0;
  transition: 0.3s ease-in-out;
}
.inscription .formations-inscription-dropdown.show {
  background: white;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.2);
}
.inscription .formations-inscription-dropdown.show .dropdown-toggle:after {
  border-color: transparent transparent #43AA8B transparent;
  border-width: 0 9px 9px 8px;
}
.inscription .formations-inscription-dropdown .dropdown-toggle {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid #43AA8B !important;
  border-radius: 0;
  padding: 15px 30px 15px 30px;
}
.inscription .formations-inscription-dropdown .dropdown-toggle:before {
  content: "";
  position: absolute;
  right: 100px;
  top: 36px;
  width: 2px;
  height: 40px;
  background-color: #43AA8B;
  border-color: #43AA8B transparent transparent transparent;
}
.inscription .formations-inscription-dropdown .dropdown-toggle:after {
  content: "";
  position: absolute;
  right: 42px;
  top: 54px;
  border: 9px solid #43AA8B;
  border-color: #43AA8B transparent transparent transparent;
}
.inscription .formations-inscription-dropdown .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
  background: none;
}
.inscription .formations-inscription-dropdown .dropdown-toggle .filter-option {
  font-family: "Euclid Flex Medium", sans-serif;
  color: #43AA8B;
  font-size: 34px;
  line-height: 42px;
  display: flex;
  align-items: center;
  white-space: normal;
  width: 85%;
}
@media (max-width: 768px) {
  .inscription .formations-inscription-dropdown .dropdown-toggle .filter-option {
    font-size: 25px;
    line-height: 31px;
  }
}
@media (max-width: 768px) {
  .inscription .formations-inscription-dropdown .dropdown-toggle .filter-option {
    width: 75%;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .inscription .formations-inscription-dropdown .dropdown-toggle:before {
    right: 70px;
  }
  .inscription .formations-inscription-dropdown .dropdown-toggle:after {
    right: 25px;
  }
}
.inscription .formations-inscription-dropdown .dropdown-menu {
  width: 100%;
  max-height: 300px;
  left: -5px !important;
}
.inscription .formations-inscription-dropdown .dropdown-menu .dropdown-item {
  padding: 10px 10px 10px 21px;
  white-space: inherit;
}
.inscription .formations-inscription-dropdown .dropdown-menu .dropdown-item:focus, .inscription .formations-inscription-dropdown .dropdown-menu .dropdown-item:hover, .inscription .formations-inscription-dropdown .dropdown-menu .dropdown-item.active {
  color: #272727;
  border: none;
  outline: none;
  background-color: #ecf6f4;
}
.inscription .inscription_button {
  display: inline-block;
  width: 340px;
  font-family: "Suisse intl Medium";
  font-size: 23px;
  line-height: 26px;
  color: white !important;
  text-align: center;
  background-color: #43a890;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 60px;
  box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.inscription .inscription_button:hover {
  background-color: #216051;
}
.inscription .inscription_button span {
  display: block;
  margin-top: 5px;
}

/*--------------------------------------------- FORMATION INSCRIPTIONS VALIDATION ---------------------------------- */
.validation .main-title span, .validation .confirmationDescription span {
  display: inline;
}
.validation header {
  margin-bottom: 100px;
}

/*--------------------------------------------- INSCRIPTIONS PORTES OUVERTES ---------------------------------- */
.inscription-portes-ouvertes {
  padding-bottom: 100px;
}
.inscription-portes-ouvertes .container {
  max-width: 638px;
}
.inscription-portes-ouvertes header {
  background-color: rgba(213, 230, 247, 0.3);
  padding-top: 55px;
  padding-bottom: 45px;
}
.inscription-portes-ouvertes header .stick-cah {
  top: 27px;
}
.inscription-portes-ouvertes header h1 {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 38px;
  line-height: 40px;
  margin-top: 28px;
  margin-bottom: 20px;
  color: #CA9E67;
}
.inscription-portes-ouvertes header .page-description {
  font-family: "Suisse intl", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #CA9E67;
  margin-bottom: 25px;
}
.inscription-portes-ouvertes header .location {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CA9E67;
  border-bottom: 1px solid #CA9E67;
}
.inscription-portes-ouvertes header .location img {
  margin-right: 18px;
}
.inscription-portes-ouvertes header .location p {
  margin-bottom: 0;
}
.inscription-portes-ouvertes header .cAH-group {
  display: flex;
}
.inscription-portes-ouvertes header .cAH-group img {
  height: 26px;
  margin-right: 30px;
}
.inscription-portes-ouvertes .inscription-content form {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.inscription-portes-ouvertes .inscription-content .content-group {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAD8C2;
}
.inscription-portes-ouvertes .inscription-content .group-label {
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #4A4A4A;
  margin-bottom: 25px;
}
.inscription-portes-ouvertes .inscription-content .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Suisse intl", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #4A4A4A;
}
.inscription-portes-ouvertes .inscription-content .checkbox-container.newsletter {
  font-size: 16px;
  line-height: 24px;
}
.inscription-portes-ouvertes .inscription-content .checkbox-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.inscription-portes-ouvertes .inscription-content .checkbox-container input[type=checkbox]:checked ~ .checkmark {
  background-color: #CA9E67;
  border-color: #CA9E67;
}
.inscription-portes-ouvertes .inscription-content .checkbox-container input[type=checkbox]:checked ~ .checkmark::after {
  display: block;
}
.inscription-portes-ouvertes .inscription-content .checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #4A4A4A;
  border-radius: 4px;
}
.inscription-portes-ouvertes .inscription-content .checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.inscription-portes-ouvertes .inscription-content .form-group label {
  width: 100%;
  font-family: "Suisse intl", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.inscription-portes-ouvertes .inscription-content .form-group input[type=text],
.inscription-portes-ouvertes .inscription-content .form-group input[type=number] {
  border: 1px solid #999;
  border-radius: 4px;
}
.inscription-portes-ouvertes .inscription-content .form-group input[type=number] {
  max-width: 85px;
}
.inscription-portes-ouvertes .inscription-content .form-group.select:after {
  content: url("../img/arrow_down_large_ico.svg");
  width: 14px;
  height: 7px;
  position: absolute;
  right: 55px;
  top: 55%;
}
@media screen and (max-width: 767px) {
  .inscription-portes-ouvertes .inscription-content .form-group.select:after {
    right: 30px;
    top: 57%;
  }
}
.inscription-portes-ouvertes .inscription-content .bootstrap-select {
  width: 100% !important;
  max-width: 211px;
  height: 45px;
}
.inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-toggle {
  width: 100%;
  height: 100%;
  background: #fff !important;
  border: 1px solid #999 !important;
  border-radius: 5px;
  padding: 11px 20px 6px;
}
.inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
}
.inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-toggle:after {
  display: none !important;
}
.inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-toggle .filter-option {
  font-family: "Suisse intl", sans-serif;
}
.inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-menu {
  width: 100%;
  max-width: 402px;
  max-height: 300px;
  left: -5px !important;
}
.inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-menu .dropdown-item {
  font-family: "Suisse intl", sans-serif;
  color: #4A4A4A;
  padding-left: 21px;
  white-space: inherit;
}
.inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-menu .dropdown-item:focus, .inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-menu .dropdown-item:hover, .inscription-portes-ouvertes .inscription-content .bootstrap-select .dropdown-menu .dropdown-item.active {
  color: #4A4A4A;
  border: none;
  outline: none;
  background-color: rgba(202, 158, 103, 0.1);
}
@media screen and (max-width: 767px) {
  .inscription-portes-ouvertes .inscription-content .bootstrap-select {
    max-width: initial;
  }
}
.inscription-portes-ouvertes .inscription-content label.error {
  font-family: "Suisse intl", sans-serif;
  color: red;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  text-align: left;
}
.inscription-portes-ouvertes .inscription-content .recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
}
.inscription-portes-ouvertes .inscription-content .form-instruction {
  font-family: "Suisse intl", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.inscription-portes-ouvertes .inscription-content .button-wrapper {
  margin-bottom: 35px;
}
.inscription-portes-ouvertes .inscription-content .button-wrapper button[type=submit] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  background-color: rgb(202, 158, 103);
  border-radius: 50px;
  font-family: "Suisse intl Medium", sans-serif;
  font-size: 20px;
  line-height: 26px;
  transition: 0.3s background-color ease-in-out;
}
.inscription-portes-ouvertes .inscription-content .button-wrapper button[type=submit]:hover {
  background-color: #856C4D;
}
.inscription-portes-ouvertes .inscription-content .button-wrapper button[type=submit]:disabled {
  background-color: #856C4D;
}
.inscription-portes-ouvertes .inscription-content .loader {
  display: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
  margin-right: 15px;
  border: solid 2px #fff;
  border-top: solid 2px rgba(67, 170, 139, 0.8);
  border-radius: 50%;
  opacity: 1;
}
.inscription-portes-ouvertes .inscription-content .loader.active {
  display: flex;
  animation: loading 2s infinite ease-in-out;
}
.inscription-portes-ouvertes .inscription-content .loader.end {
  display: flex;
  border-top-color: #fff;
  animation-play-state: paused;
}
.inscription-portes-ouvertes .inscription-content .loader .loader-check {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate3d(-4px, 4px, 0);
  opacity: 0;
}
.inscription-portes-ouvertes .inscription-content .loader .loader-check span:nth-child(1) {
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg) translate3d(0px, -1px, 0);
}
.inscription-portes-ouvertes .inscription-content .loader .loader-check span:nth-child(2) {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-50deg) translate3d(10px, -2px, 0);
  transform-origin: 100%;
}
.inscription-portes-ouvertes .inscription-content .loader .loader-check.active {
  opacity: 1;
  transform: translate3d(-4px, 4px, 0);
  transition: all 0.5s cubic-bezier(0.49, 1.74, 0.38, 1.74);
  transition-delay: 0.2s;
}
@keyframes loading {
  to {
    opacity: 1;
    transform: rotate(1080deg);
  }
}
.inscription-portes-ouvertes .newsletter-form {
  position: absolute;
  visibility: hidden;
}
.inscription-portes-ouvertes footer {
  margin-top: 50px;
}
.inscription-portes-ouvertes footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inscription-portes-ouvertes footer .footer-logo img {
  height: 29px;
  margin-bottom: 20px;
}
.inscription-portes-ouvertes footer .footer-logo p {
  font-family: "Suisse intl", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.inscription-portes-ouvertes footer .footer-logo p.cah {
  color: #CA9E67;
}
.inscription-portes-ouvertes footer .footer-logo p.epsn {
  color: rgba(67, 170, 139, 0.8);
}
.inscription-portes-ouvertes footer .footer-logo p.epsh {
  color: rgba(81, 72, 152, 0.8);
}
.inscription-portes-ouvertes footer .footer-logo:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .inscription-portes-ouvertes footer .footer-logo {
    width: 45%;
    margin-bottom: 30px;
  }
}
.inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation header {
  background-color: #fff;
  padding-bottom: 0;
}
.inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation header .page-description {
  font-size: 16px;
  line-height: 24px;
  color: #4A4A4A;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAD8C2;
}
@media screen and (max-width: 767px) {
  .inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation header h1 {
    margin-top: 60px;
  }
}
.inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content {
  margin-top: 24px;
}
.inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAD8C2;
}
.inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .social-network {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .social-network a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  min-width: 68px;
  border-radius: 50px;
  background-color: #43AA8B;
  margin-left: 36px;
}
.inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .social-network a img {
  max-height: 30px;
}
.inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .social-network-img {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .social-network {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .social-network h4 {
    width: 100%;
  }
  .inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .social-network a {
    margin-left: 0;
    margin-right: 36px;
  }
  .inscription-portes-ouvertes.inscription-portes-ouvertes-confirmation .inscription-content .social-network-img {
    width: 100%;
  }
}