@charset "UTF-8";
@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf"); }
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf"); }
.bold {
  font-weight: 900 !important; }

.of_information {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  min-width: 800px;
  margin: 2em auto;
  background: white;
  padding: 1em;
  border-radius: 20px;
  color: black; }
  .of_information div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .of_information div .main {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }

.resume {
  max-width: 800px;
  min-width: 500px;
  margin: auto; }
  .resume div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .resume .responsive {
    display: flex;
    flex-direction: column;
    overflow: auto; }
  .resume table {
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 2em auto;
    border: 1px solid white; }
    .resume table th, .resume table td {
      padding: 1em;
      min-width: 20px;
      text-align: right; }
    .resume table .platform_label {
      max-width: 250px; }
  .resume ul {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .resume ul li {
      display: flex;
      justify-content: space-between;
      padding: 1em 0;
      width: 100%; }
      .resume ul li:not(:last-child) {
        border-bottom: 1px solid white; }

.platform_cost::after, .total_platform_cost::after, .teacher_cost::after, .total_teacher_cost::after, .certification_cost::after, .total_certification_cost::after, #total .total::after, #total .total_neo::after, #total .ca::after {
  content: ' €'; }

td.row_label {
  text-align: left !important; }

#total_neo div {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  #total_neo div blockquote {
    text-align: right;
    font-size: 12px;
    font-style: italic;
    margin: 0 1em 0 0 !important; }

#total {
  margin: 1em auto;
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  border-radius: 6px;
  background: white;
  color: #ff7a39; }
  #total .label {
    margin-right: 1em; }
  #total .total, #total .total_neo, #total .ca {
    font-size: 25px;
    text-shadow: 2px 2px 1px lightgrey;
    min-width: 73px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#wizard {
  padding: 2em;
  max-width: 1200px;
  margin: auto; }

input[readonly="readonly"] {
  opacity: 0.6 !important; }

body {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 2em;
  background: #bdedfb; }

ul[role="tablist"], .max_users_container {
  display: none; }

.add_pack {
  width: 205px;
  background: #fff;
  color: #666;
  border-radius: 20px; }

.add_pack:hover {
  background: #7F1541;
  color: white; }

.pack--container, .stagiaire--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

:focus {
  outline: none; }

textarea {
  resize: none; }

#pack-table, #stagiaire-table {
  min-width: 100% !important; }

#pack-table input, #stagiaire-table input, #pack-table select, #stagiaire-table select {
  min-width: 100%;
  margin: 1em auto; }

#pack-table td, #stagiaire-table td {
  min-width: 100%; }

#pack-table tr, #stagiaire-table tr {
  padding: 1em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1em;
  min-width: 75%;
  max-width: 500px; }

.pack--container input[type="button"], .stagiaire--container input[type="button"] {
  padding: 1rem;
  min-width: 230px;
  cursor: pointer; }

.pack--container h4, .stagiaire--container h4 {
  text-align: center;
  color: white;
  margin: 0 !important; }

#comment-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

#comment-container textarea {
  padding: .5em;
  color: #004062 !important;
  background: white; }

.button.delete {
  width: 100%;
  background: rgba(0, 0, 0, 0.8); }

input,
textarea,
select,
button {
  font-family: "Poppins-Regular", sans-serif;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  font-size: 15px;
  color: #fff; }

p,
h1,
h2,
h3,
h5,
h6,
ul {
  margin: 0; }

h3 {
  color: #004062 !important; }

h4 {
  text-align: center !important; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none; }

#cta {
  padding: 2em; }

textarea {
  resize: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }
  select option[value=""][disabled] {
    display: none; }

img {
  max-width: 100%;
  vertical-align: middle; }

.logo--container {
  display: flex; }

.logo--picture {
  max-width: 200px !important;
  margin: auto;
  text-align: center; }

body {
  height: 100vh; }

.swal2-actions button {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0, rgba(255, 0, 168, 0.57) 100%) #ff7a39 !important;
  border-radius: 1.5em !important; }

.wrapper {
  height: 100vh; }

.wizard > .steps .current-info,
.wizard > .steps .number {
  display: none; }

.image-holder {
  width: 41.07%;
  align-self: flex-end; }

form {
  width: 90%;
  margin: auto;
  padding-left: 100px;
  padding-right: 100px;
  align-self: center;
  padding-bottom: 4em; }

.form-header {
  text-align: center; }
  .form-header a {
    font-family: "Poppins-Regular";
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background: #e4bd37; }

h3 {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 18px;
  margin-bottom: 46px;
  letter-spacing: 3px;
  margin-top: 19px; }

#wizard {
  border-radius: 20px;
  background: #ff7a39 linear-gradient(135deg, rgba(255, 255, 255, 0) 20%, rgba(255, 0, 168, 0.8) 100%);
  filter: drop-shadow(20px 10px 20px rgba(0, 0, 0, 0.35));
  color: white; }

.wizard > .steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: -69px;
  transform: translateX(-50%); }
  .wizard > .steps ul:before {
    content: '\f26b';
    position: absolute;
    font-size: 20px;
    font-family: Material-Design-Iconic-Font;
    bottom: 20px;
    left: 29.4%;
    transition: all 0.5s ease; }
  .wizard > .steps ul:after {
    content: "";
    width: 50%;
    height: 12px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-2:before {
    left: 96%;
    transition: all 0.5s ease; }
  .wizard > .steps ul.step-2:after {
    width: 100%;
    transition: all 0.5s ease; }

.form-row {
  display: flex;
  margin-bottom: 29px;
  align-items: center; }
  .form-row:last-child {
    margin-bottom: 0; }
  .form-row label {
    width: 34.9%;
    margin-right: 40px; }
  .form-row .form-holder {
    width: 65.1%; }

.form-radio {
  display: flex;
  align-items: center; }
  .form-radio:last-child {
    margin-bottom: 0; }
  .form-radio label {
    width: auto !important;
    margin: 0 .5em !important; }
  .form-radio input {
    min-width: 0 !important;
    cursor: pointer; }

.swal2-modal {
  width: 100% !important;
  max-width: 800px !important; }

fieldset {
  margin: 1em 0 !important;
  width: 100%; }

.form-holder {
  position: relative; }
  .form-holder i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 25px; }

.form-control {
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.2); }
  .form-control:focus {
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.7);
    border: 1px solid #ceebf7; }
  .form-control::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control::-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase; }
  .form-control:-moz-placeholder {
    color: #fff;
    text-transform: uppercase; }

select.form-control {
  text-transform: uppercase; }

.option {
  color: black; }

.option[disabled] {
  color: lightgray; }

textarea.form-control {
  padding: 8px 0; }

.actions ul {
  display: flex;
  margin-top: 0;
  justify-content: space-between; }
.actions li {
        /*&:last-child {
			a {
				width: 154px;
			}
		}*/ }
  .actions li a {
    display: inline-flex;
    background: #fff;
    color: #666;
    height: 30px;
    width: 205px;
    align-items: center;
    border: 1px solid white;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    border-radius: 27px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .actions li a:before {
      content: '\f2ee';
      font-size: 18px;
      position: absolute;
      top: 4px;
      right: 34px;
      font-family: Material-Design-Iconic-Font;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .actions li a:hover {
      background: rgba(0, 0, 0, 0.5);
      color: white; }
      .actions li a:hover:before {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
  .actions li[aria-disabled="true"] a {
    opacity: 0;
    transition: all 0.3s; }
  .actions li:first-child a {
    width: 205px;
    background: #fff;
    color: #666;
    padding-left: 57px; }
    .actions li:first-child a:before {
      content: '\f2ea';
      left: 32px;
      font-size: 18px; }
    .actions li:first-child a:hover {
      background: #7F1541;
      color: white; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #009409; }

input:focus + .slider {
  box-shadow: 0 0 1px #009409; }

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.toggle_container {
  display: flex;
  align-items: center; }
  .toggle_container .text {
    margin-left: 1em; }

#total_neo {
  color: #2d7ded; }

#total {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  #total div {
    display: flex;
    justify-content: flex-end; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.checkbox-circle {
  display: flex;
  justify-content: space-between; }
  .checkbox-circle label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    margin-right: 0;
    width: auto; }
  .checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-circle input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-circle .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4); }
    .checkbox-circle .checkmark:after {
      content: "";
      top: 3px;
      left: 3px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      display: none; }

@media (max-width: 1500px) {
  form {
    padding-top: 90px;
    padding-bottom: 97px;
    align-self: flex-start; }

  .wrapper {
    height: auto; }

  ul[aria-label='Pagination'] a {
    display: flex;
    justify-content: center;
    padding: 0 !important; } }
@media (max-width: 1199px) {
  .wrapper {
    height: 100vh;
    width: auto; }

  .image-holder {
    align-self: center; }
    .image-holder img {
      transform: translateY(40px); }

  form {
    padding: 3em 50px;
    align-self: center; } }
@media screen and (max-width: 1024px) {
  .of_information {
    max-width: 100%;
    min-width: 100%; }

  #comment-container > div, .resume {
    max-width: 100%;
    min-width: 100%; }
    #comment-container > div textarea, .resume textarea {
      max-width: 100%; } }
@media (max-width: 991px) {
  .wrapper {
    justify-content: center;
    padding: 30px 20px; }

  .image-holder {
    display: none; }

  form {
    width: auto; } }
@media (max-width: 767px) {
  #comment {
    margin-bottom: 2em; }

  #comment-container .form-holder, #comment-container textarea {
    max-width: 100%; }

  body {
    height: auto;
    padding: 0 !important; }

  .wrapper {
    height: auto; }

  ul[role="menu"] li, ul[role="menu"] li a {
    width: 100% !important; }

  form {
    padding: 0; }

  h3 {
    margin-bottom: 30px; }

  .form-row {
    display: block; }
    .form-row label {
      margin-bottom: 29px;
      display: block; }
    .form-row label,
    .form-row .form-holder {
      width: 100%; }

  .checkbox-circle {
    display: block; }

  .wizard > .steps {
    order: 3;
    margin-top: 60px;
    margin-bottom: 20px; }
    .wizard > .steps ul {
      position: static;
      transform: translateX(0);
      width: 100%; }

  .actions ul {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0; }
  .actions li a {
    height: 44px; }
    .actions li a:before {
      top: 13px; }
  .actions li:first-child a {
    margin-bottom: 20px; }

  .of_information {
    max-width: 100%;
    min-width: 100%; }

  .toggle_container .text {
    margin-left: 1em;
    font-size: 11px; }

  #wizard-p-1 > div.resume > div.responsive {
    font-size: 11px; }

  .resume table th, .resume table td {
    padding: 0.5em; }

  .resume {
    font-size: 11px; } }

/*# sourceMappingURL=style.css.map */
