@import "https://www.euronext.com/themes/custom/euronext_base/frontend-library/public/assets/css/fonts.css";

body {
  background-color: #ffffff;
  margin: 0px;
}

body .container {
  max-width: 1240px;
  margin: 0px auto;
  background-color: #fff;
}

.header {
  background-color: #ffffff;
  padding: 15px 0px 15px 15px;
}

.header_bottom {
  background-color: #00685e;
  padding: 5px;
  font-family: DINPro-medium, Arial;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1.75px;
  min-height: 45px;
}

body {
  font-family: DINPro-medium, Arial;
}

body .question {
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px #c5c5c7;
  margin: 20px 5px;
  padding: 30px;
}

[type="checkbox"],
[type="radio"] {
  width: 20px !important;
  height: 20px;
  vertical-align: middle;
}

p label {
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

p label span {
  vertical-align: sub;
}

.toolbar {
  padding: 30px 0px;
  text-align: center !important;
}

input {
  height: 2em;
}

.step3info {
  font-family: DINPro-regular, Arial;
  color: #252631 !important;
  width: 50%;
  margin: 35px auto;
  line-height: 1.6em;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.checkbox_privacy {
  font-family: DINPro-medium, Arial;
  font-size: 16px;
  line-height: 1.6em;
}

.toolbar button {
  font-family: DINPro-medium, Arial;
  font-size: 14px;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
}

.height-cell,
.label {
  line-height: 1.2em;
  font-family: DINPro-bold, Arial;
  /*font-weight: bold;*/
  min-height: 50px;
  word-wrap: normal;
}

.error {
  border: 1px solid red;
  box-shadow: 0px 0px 0px 1px rgba(255, 0, 0, 1);
}

.label p {
  font-family: DINPro-regular, Arial;
  color: #ffffff !important;
  font-size: 1.635rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.question p {
  font-family: DINPro-regular, Arial;
  color: #252631 !important;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

#finish {
  font-family: DINPro-medium, Arial;
  font-size: 1.2em;
  color: #1c2b39;
  padding: 100px;
}

.nav-link {
  font-family: DINPro-medium, Arial;
  font-size: 16px;
}

.selection {
  cursor: pointer;
  height: 90px;
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  font-size: 1.2em;
  text-align: center;
  border: 2px solid #008d7f;
  border-radius: 15px;
  padding: 5px 5px;
  color: #008d7f;
  transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  background-color: #ffffff;
  width: calc(20% - 4px);
}

@media screen and (min-width: 400px) and (max-width: 1024px) {
  .selection {
    width: 25%;
  }
}

.rangeinput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  /*background-image: url(slider-point.png);*/
  border-radius: 15px;
  background-color: #f2f4f6;
  box-shadow: 1px 1px #c5c5c7;
  margin-top: 15px;
  cursor: pointer;
}

.rangeinput::-moz-range-thumb {
  width: 30px;
  height: 30px;
  /*background-image: url(slider-point.png);*/
  border-radius: 15px;
  background-color: #f2f4f6;
  box-shadow: 1px 1px #c5c5c7;
  margin-top: 15px;
  cursor: pointer;
}

.height-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.height-cell {
  display: table-cell;
  vertical-align: middle;
}

.selection:hover {
  background-color: #008d7f;
  color: #fff;
}

.selected {
  color: #ffffff;
  background-color: #008d7f;
}

.blockrange {
  float: left;
  background-color: #f2f4f6;
  color: #778ca2;
  text-align: center;
}

.blockrange .label {
  padding: 20px;
}

input.rangeinput {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: transparent;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.blockrange .white {
  background-color: #c5c5c7;
}

.tab-content {
  height: auto !important;
}
/*
.sw-theme-default > .nav .nav-link.inactive {
  color: #fff !important;
  cursor: not-allowed;
  background-color: #3b4b5d !important;
}

.sw-theme-default > .nav .nav-link.active {
  color: #252631 !important;
  cursor: pointer;
  background-color: #f8e71c !important;
  text-decoration: none !important;
  font-weight: bold;
}

.sw-theme-default > .nav .nav-link.active::after {
  background: #c5c5c7 !important;
  width: 100%;
}

.sw-theme-default .toolbar > .btn {
  color: #ffffff;
  background-color: #008d7f;
  border: 1px solid #008d7f;
}

.sw .toolbar > .btn.disabled, .sw .toolbar >.btn:disabled {
    opacity: .55;
}
*/
.containerform {
  margin: 10px auto;
  width: 50%;
}

.containerform label div {
  margin-top: 5px;
  margin-bottom: 30px;
}

.containerform input {
  width: 100%;
  border: 1px solid black !important;
  border-radius: 4px;
  height: 2.5 em !important;
}

.containerform p span {
  font-family: DINPro-medium, Arial;
  font-size: 0.8em !important;
}

.sw-theme-default > .nav .nav-link.done::after {
  background: #1c2b39;
  height: 5px;
}

a {
  color: #000 !important;
}

a:link {
  color: #000 !important;
}

/*
.sw>.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0;
    margin-bottom: 0;
}

.sw-theme-default>.nav {
    box-shadow: none !important;
}
*/
.m-footer-colours {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  .l-fullcontainer {
    padding: 25px;
  }
}
@media (min-width: 990px) {
  .l-fullcontainer {
    padding: 25px 0;
  }
  .l-fullcontainer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
}

.m-footer-colours .col:nth-of-type(1) {
  background-color: #8fd9f7;
}

.m-footer-colours .col:nth-of-type(2) {
  background-color: #00adf0;
}

.m-footer-colours .col:nth-of-type(3) {
  background-color: #00a3a3;
}

.m-footer-colours .col:nth-of-type(4),
.m-footer-colours .col:nth-of-type(5) {
  background-color: #008f8f;
}

.m-footer-colours .col:nth-of-type(6) {
  background-color: #00ab4f;
}

.m-footer-colours .col:nth-of-type(7),
.m-footer-colours .col:nth-of-type(8) {
  background-color: #008273;
}

.m-footer-colours .col:nth-of-type(9) {
  background-color: #00a34d;
}
.m-footer-colours .col:nth-of-type(10) {
  background-color: #75c25c;
}

.m-footer-colours .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  height: 10px;
}

.l-fullcontainer.-footer {
  position: relative;
  z-index: 1;
  color: white;
}
.m-footer {
  padding: 15px 35px;
  background-color: #333836;
}
@media (min-width: 1025px) .l-fullcontainer {
  padding: 25px;
}
@media (min-width: 990px) .l-fullcontainer {
  padding: 25px 0;
}

.w1001__nav,
.w-navAuth {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-footer__title-link {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .m-footer__title-link {
    width: 25%;
  }
}

.m-footer__title {
  color: #c1de9b;
  font-size: 1rem;
  padding-top: 10px;
  letter-spacing: 1.5px;
}
@media (min-width: 990px) {
  .is--desktop .r-navigation .small,
  .is--desktop .r-bottom-relases .small,
  .is--desktop .r-intro .small,
  .is--desktop .r-footer .small {
    font-size: 1em;
  }
}
.m-footer .list--inline > li.m-footer__link {
  display: block;
  float: left;
  padding-right: 10%;
}

.m-footer__link a {
  color: white;
}
a {
  text-decoration: none;
  color: #007aff;
}

@media (min-width: 990px) {
  .m-subfooter {
    padding: 30px 40px;
  }
}
.m-subfooter {
  padding: 30px 0;
  color: white;
  text-align: center;
  font-size: 80%;
  clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.m-footer__link {
  margin-left: -40px;
}
.m-footer__link a {
  color: white !important;
}

.m-subfooter a {
  color: white !important;
}

m-footer__title {
  color: #c1de9b !important;
  font-size: 1rem;
  padding-top: 10px;
  letter-spacing: 1.5px;
}

[class*="epsilon"] {
  display: inline-block;
}

.progress-steps {
  background: #c8d1da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  height: 4px;
  padding: 0;
  position: relative;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.progress-steps .completed {
  background: #008d7f;
}
.progress-steps__unit:first-child {
  max-width: 0;
}
.progress-steps__unit {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
}

.progress-steps .completed:before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.644 7.843L.157 4.356a.536.536 0 0 1 0-.758l.759-.759c.21-.21.549-.21.758 0l2.349 2.349 5.03-5.03c.21-.21.55-.21.76 0l.758.758c.21.21.21.549 0 .758L4.402 7.843c-.21.21-.549.21-.758 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-color: #008d7f;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
}
.progress-steps__unit:before {
  background: #fff;
  border: 8px solid #c8d1da;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  right: -6px;
  position: absolute;
  z-index: 2;
  top: -10px;
  width: 24px;
}

.progress-steps__unit:first-child .progress-steps__landmark {
  right: -30px;
  width: 60px;
}
.progress-steps__landmark {
  border-radius: 4px;
  color: #444;
  font-weight: 700;
  padding: 4px 0;
  position: absolute;
  right: -25%;
  text-align: center;
  text-decoration: none;
  top: 15px;
  font-family: DINPro-medium, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50%;
  font-size: 12px;
}

.progress-steps .active:before {
  background: #fff;
  border: 8px solid #008d7f;
}

.progress-steps .active {
  background: #008d7f;
}

.head_title {
  padding-right: 2rem;
  padding-top: 18px;
  color: #008d7f;
  font-size: 1.3rem;
  text-align: left;
  float: left;
}

.sw-theme-default .toolbar > .btn {
  color: #fff;
  background-color: #008d7f;
  border: 1px solid #008d7f;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: 400;
}
