@font-face {
  font-family: 'Open Sans Regular';
  src: url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans SemiBold';
  src: url('../fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans ExtraBold';
  src: url('../fonts/OpenSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IcoFont';
  font-style: 'Regular';
  font-weight: normal;
  src: url('../fonts/icofont.woff2') format("woff2"), url('../fonts/icofont.woff') format("woff");
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes preloader {
  100% {
    transform: scale(2);
  }
}
body {
  background-color: #ffffff;
}
body * {
  font-family: 'Open Sans Regular', sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #000000;
  outline: none;
}
body.loading {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
body.loading:after,
body.loading:before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
body.loading:after {
  background-color: #000000;
  height: 100%;
  position: fixed;
  min-height: 100vh;
  margin: 0 auto;
  top: 0;
  opacity: 0.75;
  width: 100%;
  z-index: 1000;
}
body.loading:before {
  animation: spin 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  border-bottom: 9px solid #003595;
  display: block;
  margin: auto;
  width: 100px;
  height: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
a.btn,
a.button,
button,
button.btn,
button.button,
.button {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid transparent;
  display: inline-block;
  line-height: 1.1;
  padding: 0.8em 1em;
  margin: 0;
  background-color: #003595;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  min-width: 250px;
}
a.btn:hover,
a.btn:focus,
a.button:hover,
a.button:focus,
button:hover,
button:focus,
button.btn:hover,
button.btn:focus,
button.button:hover,
button.button:focus,
.button:hover,
.button:focus {
  border-color: #003595;
  background-color: #ffffff;
  color: #003595;
}
a.btn.hollow,
a.button.hollow,
button.hollow,
button.btn.hollow,
button.button.hollow,
.button.hollow {
  border: 1px solid #003595;
  background-color: #ffffff;
  color: #003595;
}
a.btn.hollow:hover,
a.btn.hollow:focus,
a.button.hollow:hover,
a.button.hollow:focus,
button.hollow:hover,
button.hollow:focus,
button.btn.hollow:hover,
button.btn.hollow:focus,
button.button.hollow:hover,
button.button.hollow:focus,
.button.hollow:hover,
.button.hollow:focus {
  background-color: #003595;
  border-color: transparent;
  color: #ffffff;
}
.button.disabled,
.button[disabled] {
  background-color: transparent;
  color: rgba(0,0,0,0.7);
  opacity: 1;
  border: 2px solid rgba(0,0,0,0.3);
}
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: transparent;
  color: rgba(0,0,0,0.7);
  opacity: 1;
  border: 2px solid rgba(0,0,0,0.3);
}
ul.errors {
  margin-left: 0;
}
ul.errors * {
  color: red;
}
ul.errors li {
  list-style-type: none;
  font-size: 12px;
}
table.responsive-table {
  margin: 2rem auto 4rem;
  box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
}
table.responsive-table tr td:last-child {
  border-top-right-radius: 32px;
}
table.responsive-table tr td:first-child {
  border-top-left-radius: 32px;
}
table.responsive-table thead {
  border: 0;
  background-color: #003595;
}
table.responsive-table thead tr td {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 1.3rem 0.625rem;
}
table.responsive-table tbody {
  border: 0;
  background-color: transparent;
  border-collapse: collapse;
  border-radius: 30px;
  overflow: hidden;
}
table.responsive-table tbody tr {
  border-top: 1px solid rgba(0,0,0,0.3);
  background-color: transparent;
}
table.responsive-table tbody tr td {
  font-family: 'Open Sans Regular';
  font-size: 18px;
  text-align: center;
  background-color: transparent;
  padding: 1.3rem 0.625rem;
}
.reveal {
  padding: 2rem 1rem;
  box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.reveal#info_1 h2 {
  font-size: 32px;
  text-transform: uppercase;
}
.reveal#info_1 p {
  color: #003595;
  margin: 2rem 0;
  text-align: center;
}
.reveal#info_1 p:has(img) {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}
.reveal#info_1 p:has(img) img {
  width: 40%;
}
.reveal#info_1 p:has(img) span {
  display: block;
  width: 45px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  color: #ffffff;
  background-color: #003595;
  position: relative;
}
.reveal#info_1 p:has(img) span:before,
.reveal#info_1 p:has(img) span:after {
  content: "";
  background: #003595;
  position: absolute;
  margin: 0 auto;
  text-align: center;
}
.reveal button.close-button {
  background-color: transparent;
  min-width: auto;
  color: #003595;
  padding: 0;
  border: 0;
}
.reveal h2 {
  font-family: 'Open Sans SemiBold';
  font-size: 24px;
  color: #003595;
  text-align: center;
}
.reveal .content {
  text-align: center;
}
form label {
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}
form [type=email],
form [type=password],
form [type=text],
form [type=number] {
  font-size: 16px;
  border-color: rgba(0,0,0,0.3);
  box-shadow: none;
  margin: 0 0 2rem;
  background-color: #ffffff;
  color: #000000;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form [type=email]::-webkit-input-placeholder,
form [type=password]::-webkit-input-placeholder,
form [type=text]::-webkit-input-placeholder,
form [type=number]::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0,0,0,0.6);
}
form [type=email]::placeholder,
form [type=password]::placeholder,
form [type=text]::placeholder,
form [type=number]::placeholder {
  opacity: 1;
  color: rgba(0,0,0,0.6);
}
form [type=email]:-ms-input-placeholder,
form [type=password]:-ms-input-placeholder,
form [type=text]:-ms-input-placeholder,
form [type=number]:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0,0,0,0.6);
}
form [type=email]:-moz-placeholder,
form [type=password]:-moz-placeholder,
form [type=text]:-moz-placeholder,
form [type=number]:-moz-placeholder {
  opacity: 1;
  color: rgba(0,0,0,0.6);
}
form [type=email]:disabled,
form [type=email][readonly],
form [type=password]:disabled,
form [type=password][readonly],
form [type=text]:disabled,
form [type=text][readonly],
form [type=number]:disabled,
form [type=number][readonly] {
  background-color: rgba(0,0,0,0.1);
}
form textarea {
  font-size: 16px;
  background-color: #ffffff;
  border-color: rgba(0,0,0,0.3);
  box-shadow: none;
  margin: 0 0 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 110px;
  color: #000000;
}
form select {
  font-size: 16px;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: none;
  background-color: #ffffff;
  padding: 0.5rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(../images/arrow.png);
  background-size: 17px 9px;
  background-position: right;
  color: #000000;
  height: 48px;
}
form .choice.civility {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}
form .choice.civility label.label_civility {
  margin-right: 39px;
}
form .checkbox {
  margin-bottom: 1rem;
  position: relative;
}
form .checkbox label {
  font-size: 14px;
}
form .checkbox label a {
  color: #003595;
}
form .checkbox input {
  margin: 0;
  position: absolute;
}
form .checkbox input + label {
  margin: 0;
  padding-left: 2em;
  position: relative;
}
form .checkbox input + label a {
  text-decoration: underline;
}
form .checkbox input + label::before {
  content: '';
  font-family: 'IcoFont';
  font-size: 1.25em;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  display: block;
  position: absolute;
  margin-top: -3px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
form .checkbox input:checked + label::before {
  content: "\eed8";
  color: #003595;
}
form .checkbox ul.errors {
  margin: 0 0 .5rem 0;
  position: static;
  text-align: left;
}
form .choice input[type=radio] {
  position: absolute;
}
form .choice input[type=radio] + label {
  position: relative;
  padding-left: 2em;
}
form .choice input[type=radio] + label:before {
  content: '';
  font-family: 'IcoFont';
  font-size: 1.25em;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  display: block;
  position: absolute;
  top: 0em;
  left: -9px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
form .choice input[type=radio]:checked + label:before {
  border-color: #003595;
}
form .choice input[type=radio]:checked + label:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
  margin-left: -5px;
  background-color: #003595;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
form .password {
  position: relative;
  margin-bottom: 1rem;
}
form .password i::after {
  font-family: 'IcoFont';
  font-size: 28px;
  color: #003595;
  position: absolute;
  top: 31px;
  right: 30px;
  cursor: pointer;
}
form .password i.icofont-eye-blocked::after {
  content: "\ef22";
}
form .password i.icofont-eye::after {
  content: "\ef24";
}
form:not(.step_proof) .box_form {
  box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  padding: 40px 50px;
  margin: 1rem auto 3rem;
  width: 55%;
}
form h2 {
  font-family: 'Open Sans SemiBold', sans-serif;
  text-align: center;
  font-size: 32px;
  color: #003595;
  text-transform: uppercase;
}
form ul.steps {
  counter-reset: section;
  margin: 2rem 0;
  text-align: center;
}
form ul.steps li {
  display: inline-block;
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 16px;
  list-style-type: decimal;
  padding: 0.5rem .7rem;
  position: relative;
}
form ul.steps li span {
  display: block;
  margin: 13px 0 20px;
  color: rgba(0,0,0,0.3);
}
form ul.steps li.previous span {
  font-family: 'Open Sans Bold', sans-serif;
  color: #003595;
}
form ul.steps li.previous:before {
  content: "\eed6";
  font-family: 'IcoFont';
  font-size: 32px;
  color: #ffffff;
  background-color: #003595;
}
form ul.steps li.previous:after {
  background-color: #003595;
}
form ul.steps li.current span {
  font-family: 'Open Sans SemiBold', sans-serif;
  color: #003595;
}
form ul.steps li.current::before {
  color: #003595;
  border-color: #003595;
}
form ul.steps li.current:after {
  background: linear-gradient(to left,rgba(0,0,0,0.3) 50%,#003595 50%);
}
form ul.steps li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: counter(section) '';
  counter-increment: section;
  display: block;
  font-size: 24px;
  width: 35px;
  height: 35px;
  line-height: 32px;
  margin: 0 122px;
  color: rgba(0,0,0,0.3);
  border: 2px solid rgba(0,0,0,0.3);
}
form ul.steps li:after {
  background-color: #EFF0F6;
}
form ul.steps li:not(:last-child):after {
  content: '';
  width: 270px;
  height: 3px;
  position: absolute;
  top: 23%;
  left: 166px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.important p,
.warning p,
.cnil p {
  font-size: 12px;
  color: rgba(0,0,0,0.7);
}
.mandatory p {
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}
div#main > div {
  max-width: 100%;
}
.action {
  margin: 2rem 0;
  text-align: center;
}
.actions {
  direction: rtl;
  margin: 1rem 0 2rem;
  text-align: center;
}
.actions > * {
  direction: ltr;
  display: inline-block;
  margin: .5em;
}
div#tms_step_navigator__data_recaptcha {
  margin-left: auto;
  margin-right: auto;
}
div#tms_step_navigator__data_recaptcha > div {
  margin: 2rem auto 3rem;
}
p.noparticipation {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 25px;
  color: #003595;
  margin: 3rem 0;
}
header {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 4px 10px -3px rgba(11,133,148,0.1);
  -moz-box-shadow: 0 4px 10px -3px rgba(11,133,148,0.1);
  box-shadow: 0 4px 10px -3px rgba(11,133,148,0.1);
  width: 100%;
  padding: 1rem 5rem;
  text-align: center;
}
header a.title-bar-title {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  z-index: 1;
}
header a.title-bar-title:before,
header a.title-bar-title:after {
  content: "";
  display: block;
  margin: auto;
}
header a.title-bar-title:before {
  background-image: url(../images/logo_blue.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 165px;
  height: 50px;
}
header .top-bar {
  width: 91%;
  margin: 0 auto;
  background-color: transparent;
}
header .top-bar .top-bar-left ul {
  background-color: transparent;
  justify-content: center;
}
header .top-bar .top-bar-left ul li.active > a {
  font-family: 'Open Sans Bold', sans-serif;
  background-color: transparent;
  color: #003595;
  border-bottom: 2px solid #003595;
}
header .top-bar .top-bar-left ul li a {
  font-size: 16px;
  color: #003595;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
header .top-bar .top-bar-left ul li a:hover {
  color: #003595;
}
header .top-bar .top-bar-left ul li:not(.has-submenu-toggle) > a::after {
  border-color: #003595 transparent transparent !important;
}
header .top-bar .top-bar-left ul li:not(.has-submenu-toggle) ul {
  background-color: #ffffff;
}
header .top-bar .top-bar-left ul li:not(.has-submenu-toggle) ul li:after {
  content: none;
}
header .top-bar .top-bar-left ul li.is-active a {
  color: #003595;
}
header .top-bar button.my-information {
  background: transparent;
  padding: 0;
  min-width: auto;
  border: 0;
}
header .top-bar .dropdown-pane.is-open {
  box-shadow: 0px 0px 5px 0px rgba(141,194,229,0.28);
  border: 0;
  text-align: center;
  cursor: pointer;
}
header .top-bar .dropdown-pane.is-open a {
  color: #003595;
}
header .top-bar p.hello {
  font-family: 'Open Sans SemiBold';
  font-size: 14px;
  color: #003595;
  margin-bottom: 0;
  position: relative;
}
header .top-bar p.hello a.log-out {
  font-size: 12px;
  color: #003595;
  text-decoration: underline;
  display: block;
}
header .top-bar p.hello a.log-out:hover,
header .top-bar p.hello a.log-out:focus {
  color: rgba(0,0,0,0.7);
}
header .top-bar .user-profil {
  margin: 0 15px;
}
footer {
  background-color: #003595;
  padding: 0.5rem 0;
}
footer nav {
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
footer nav .mention p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
}
footer nav .menu-footer ul {
  justify-content: center;
}
footer nav .menu-footer ul li a {
  font-size: 12px;
  color: #ffffff;
}
footer nav .menu-footer ul li a.ext {
  text-decoration: underline;
}
footer nav .menu-footer ul li.active > a {
  background-color: transparent;
}
.top_banner {
  position: relative;
}
.top_banner picture img {
  width: 100%;
}
.top_banner .caption {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.top_banner .caption h2 {
  font-family: "Open Sans SemiBold", sans-serif;
  font-size: 50px;
  color: #ffffff;
}
.top_banner .caption h2 span {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 50px;
  color: #ffffff;
  display: block;
}
.notice_iban p {
  text-align: center;
}
.notice_iban p.iban_section {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 18px;
  color: #003595;
  margin-bottom: 0.5rem;
}
.iban_container {
  margin-bottom: 2rem;
}
.iban_container > div input {
  margin-bottom: 0;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 4em !important;
}
.iban_container > div input:focus {
  box-shadow: none;
}
.home header {
  text-align: left;
}
.home .top_banner .caption {
  top: 25%;
}
.home .top_banner .caption h2 {
  font-family: "Open Sans ExtraBold", sans-serif;
  color: #003595;
}
.home .top_banner .caption p {
  font-size: 20px;
  color: #003595;
}
.home .top_banner .caption .slide {
  position: relative;
  top: 11em;
}
.home .top_banner .caption .slide .content_post {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.home .top_banner .caption .slide .content_post p {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  padding: 0 0.5em;
}
.home .user_categories {
  margin: 2rem 0 4rem;
}
.home .user_categories > div {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  padding: 40px 12px;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}
.home .user_categories > div h3 {
  font-family: 'Open Sans ExtraBold', sans-serif;
  font-size: 24px;
  margin: 1em 0;
}
.home .user_categories > div p {
  font-size: 20px;
}
.home .user_categories .account_consumer {
  border-color: #00aeef;
  background-color: #00aeef;
}
.home .user_categories .account_consumer:hover,
.home .user_categories .account_consumer:focus {
  color: #00aeef;
  background-color: #ffffff;
}
.home .section-steps {
  background-color: #eff9ff;
  padding: 80px 0;
  margin: 2rem auto 0;
}
.home .section-steps h3 {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 24px;
  color: #003595;
  text-transform: uppercase;
}
.home .section-steps h4 {
  font-size: 18px;
  color: #003595;
  text-transform: uppercase;
  margin: 2rem 0;
}
.home .section-steps ul {
  margin: 0;
  counter-reset: section;
}
.home .section-steps ul li {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}
.home .section-steps ul li .media {
  position: relative;
  display: inline;
}
.home .section-steps ul li .media:after {
  content: counter(section) '';
  counter-increment: section;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 12px;
  color: #ffffff;
  width: 17px;
  height: 17px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #eff9ff;
  background-color: #003595;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: center;
}
.home .section-steps ul li p {
  width: 90%;
  margin-left: 10px;
  margin-bottom: 0;
}
.home .alcon_pot .box_form {
  width: 62%;
}
.home .alcon_pot .box_form .pot-count {
  text-align: center;
}
.home .alcon_pot .box_form .pot-count p {
  font-family: 'Open Sans SemiBold';
  font-size: 18px;
}
.home .alcon_pot .box_form .pot-count p span {
  font-family: 'Open Sans ExtraBold';
  color: #003595;
}
.home .alcon_pot .box_form .actions {
  display: none;
}
.home .offers h2 {
  font-size: 40px;
  color: #003595;
  text-align: center;
  text-transform: uppercase;
  margin: 2rem 0;
}
.home .offers .section-offers {
  margin: 2rem auto 3rem;
  justify-content: center;
}
.home .offers .section-offers li {
  list-style-type: none;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  padding: 20px 40px 40px;
  text-align: center;
}
.home .offers .section-offers li .offer_date {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 18px;
  color: #003595;
  margin: 1rem 0;
}
.home .offers .section-offers li a.modality_documents {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 16px;
  text-decoration: underline;
  position: relative;
  margin: 1rem 0 2rem;
  display: inline-block;
}
.home .offers .section-offers li a.modality_documents:after {
  content: "";
  background-image: url(../images/arrow-up-right.png);
  position: absolute;
  width: 16px;
  height: 16px;
  right: -24px;
}
.home .offers .section-offers li.upcoming {
  background: rgba(247,247,247,0.5);
}
.home .offers .section-offers li.upcoming .media img {
  opacity: 0.5;
}
.home .offers .section-offers li.upcoming .path a.disabled {
  background-color: rgba(0,53,149,0.5);
  border: 0;
  color: #ffffff;
}
.userRegister form .sub-title h2 {
  margin-bottom: 3rem;
}
.userRegister form.identity_form .important_notice {
  color: #003595;
  font-style: italic;
}
.userRegister form.identity_form .important_notice * {
  color: #003595;
  font-style: italic;
}
.userRegister form.password_form .password_requirements li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.userRegister form.password_form .password_requirements li::before {
  content: "-";
  margin-left: -0.8rem;
  position: absolute;
}
.userRegister form.password_form .password_requirements li::marker {
  content: "";
}
.userRegister form.password_form .password_requirements li.success:before,
.userRegister form.password_form .password_requirements li.error:before {
  font-family: 'IcoFont';
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-left: -1.5em;
}
.userRegister form.password_form .password_requirements li.success::before {
  content: "\eed6";
  background-color: #e1eff4;
}
.userRegister form.password_form .password_requirements li.error {
  color: red;
}
.userRegister form.password_form .password_requirements li.error::before {
  content: "\eee1";
  background-color: rgba(255,0,0,0.2);
}
.userRegister form.confirmRegister {
  text-align: center;
  margin-bottom: 4rem;
}
.userRegister form.confirmRegister .sub-title h2 {
  margin-bottom: 2rem;
  font-size: 24px;
  text-transform: none;
}
.userRegister form.confirmRegister .box_form > div {
  justify-content: center;
}
.userRegister form.step_information .sub-title {
  text-align: center;
}
.userConfirmEmail #main {
  height: 100%;
}
.userConfirmEmail #main .grid-container {
  min-height: 78.2vh;
}
.userConfirmEmail #main .grid-container form .box_form {
  margin: 4rem auto;
}
.userConfirmEmail #main .grid-container form.identity_form .sub-title {
  text-align: center;
  margin: 2rem 0;
}
.userConfirmEmail #main .grid-container form.identity_form .sub-title p:not(:last-child) {
  margin-bottom: 0;
}
.userConfirmEmail #main .grid-container form.identity_form .sub-title p.identity-email {
  font-family: 'Open Sans Bold', sans-serif;
  color: #003595;
}
.userConfirmEmail #main .grid-container form.confirmRegister h2 {
  margin-bottom: 2rem;
}
.userConfirmEmail #main .grid-container form.confirmRegister .content > div {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.userPass form h2 span {
  color: inherit;
  font: inherit;
}
.userPass form .texte_title,
.userPass form .notice {
  text-align: center;
  max-width: 2rem 0;
}
.userPass form .texte_title p,
.userPass form .notice p {
  font-family: 'Open Sans SemiBold', sans-serif;
  color: #003595;
}
.userPass form .password i:after {
  top: 7px;
}
.userPass #main {
  height: 100%;
}
.userPass #main .grid-container {
  min-height: 77.6vh;
}
.userPass #main .grid-container form .box_form {
  margin: 4rem auto;
}
.complaint h2 {
  font-family: 'Open Sans SemiBold', sans-serif;
  text-align: center;
  font-size: 32px;
  color: #003595;
  text-transform: uppercase;
  margin: 3rem auto;
}
.complaint .sub-title h3 {
  font-family: 'Open Sans SemiBold', sans-serif;
  text-align: center;
  font-size: 24px;
  color: #003595;
  margin-bottom: 3rem;
}
.login .top_banner .caption {
  top: 50%;
  width: 80%;
}
.login .top_banner .caption h2 {
  text-align: left;
}
.login .bloc-connection > div {
  margin: 4rem auto;
}
.login .bloc-connection h3 {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #003595;
  text-align: center;
}
.login .bloc-connection .connection,
.login .bloc-connection .register {
  -webkit-box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  -moz-box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  padding: 50px 40px;
}
.login .bloc-connection .or {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 15rem;
  width: 45px;
  height: 42px;
  padding: 10px;
  background-color: #003595;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.login .bloc-connection .or span {
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
}
.login .bloc-connection .or span:before,
.login .bloc-connection .or span:after {
  content: "";
  background: #003595;
  position: absolute;
  margin: 0 auto;
  text-align: center;
}
.login .bloc-connection .forgotten-password {
  font-size: 12px;
  color: #003595;
}
.login .bloc-connection .register h3 {
  margin-bottom: 2rem;
}
.login .bloc-connection .register p {
  color: #003595;
  text-align: center;
}
.login .bloc-connection .register p.sub_title {
  font-size: 20px;
}
.login .bloc-connection .register p:last-child {
  margin-bottom: 2rem;
}
.login .bloc-connection .register .link_register {
  margin-top: 4rem;
}
.offerParticipate #main {
  height: 100%;
}
.offerParticipate .offer_info {
  margin: 2rem auto;
  text-align: center;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.offerParticipate .offer_info h1 {
  font-family: 'Open Sans SemiBold', sans-serif;
  text-align: center;
  font-size: 24px;
  color: #003595;
  margin-bottom: 0;
}
.offerParticipate .offer_info h1 span {
  font-family: 'Open Sans ExtraBold', sans-serif;
  font-size: inherit;
  color: inherit;
}
.offerParticipate .offer_info p {
  color: #003595;
  background-color: rgba(0,174,239,0.1);
  padding: 8px 16px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  margin: 0 0 0 15px;
}
.offerParticipate form ul.steps li:before {
  margin: 0 30px;
}
.offerParticipate form ul.steps li:not(:last-child):after {
  width: 84px;
  left: 77px;
}
.offerParticipate form ul.steps li.current:after {
  background: linear-gradient(to left,rgba(0,0,0,0.3) 70%,#003595 30%);
}
.offerParticipate form h2 {
  text-transform: initial;
}
.offerParticipate form .box_form h2.form_title {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 36px;
  color: #003595;
  text-align: center;
}
.offerParticipate form .box_form .sub-title h3,
.offerParticipate form .box_form p.legend {
  text-align: center;
  margin: 1rem 0 2rem;
}
.offerParticipate form .box_form input.purchaseDate {
  background-image: url(../images/calendar.png);
  background-size: 20px 20px;
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
.offerParticipate form .box_form a.info {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  background-color: #003595;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.offerParticipate form .box_form a.info i {
  font-style: normal;
  color: #ffffff;
}
.offerParticipate form .tms_ajax_media_upload .ajax_media_upload {
  margin-bottom: 2rem;
}
.offerParticipate form .tms_ajax_media_upload .ajax_media_upload .buttons {
  background: rgba(178,231,250,0.1);
  border: 2px dashed #003595;
  color: #222222;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.offerParticipate form .tms_ajax_media_upload .ajax_media_upload .buttons button {
  font-family: 'Open Sans Bold', sans-serif;
  min-width: auto;
  text-transform: none;
}
.offerParticipate form .tms_ajax_media_upload .ajax_media_upload .buttons .proof_preview img {
  padding: 0.8rem 1rem;
  border: 0.5px solid #000000;
  margin-right: 15px;
  max-width: 115px;
  max-height: 80px;
}
.offerParticipate form .tms_ajax_media_upload .ajax_media_upload:not(.hasFile) button {
  font-family: 'Open Sans Bold', sans-serif;
  border: 0;
}
.offerParticipate form .tms_ajax_media_upload .ajax_media_upload:not(.hasFile) button.select {
  position: relative;
}
.offerParticipate form .tms_ajax_media_upload .ajax_media_upload:not(.hasFile) button.select:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .gtin label {
  position: relative;
}
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .gtin a.info {
  position: absolute;
  bottom: -40px;
  right: 15px;
}
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .gtin input {
  width: 90%;
}
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .gtin .tms-gtin-output p {
  font-size: 12px;
}
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .gtin .tms-gtin-output[data-state="found"] p {
  color: #003595;
}
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .gtin .tms-gtin-output[data-state="invalid"] p,
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .gtin .tms-gtin-output[data-state="unknown"] p {
  color: #f04545;
}
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .quantity {
  margin: 0 7px;
}
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .quantity .more,
.offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .quantity .less {
  display: none !important;
}
.offerParticipate form.proof .bolder span,
.offerParticipate form.proof .formats span,
.offerParticipate form.proof .important span {
  font-family: 'Open Sans Bold', sans-serif;
}
.offerParticipate form.Codebarre .sub-title {
  text-align: center;
}
.offerParticipate form.Codebarre .codeproduct {
  text-align: center;
  margin: 0.5rem 0;
}
.offerParticipate form.Codebarre .codeproduct span {
  font-family: "Open Sans Bold", sans-serif;
  background: rgba(0,174,239,0.2);
  padding: 4px 10px;
  border: 1px dashed #003595;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.offerParticipate form.Codebarre .block-left {
  background-color: #003595;
  padding: 80px;
  counter-reset: section;
}
.offerParticipate form.Codebarre .block-left h2 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 28px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.offerParticipate form.Codebarre .block-left .stepcontent {
  margin: 1rem 0;
}
.offerParticipate form.Codebarre .block-left .stepcontent > div {
  display: inline-flex;
  align-items: center;
}
.offerParticipate form.Codebarre .block-left .stepcontent > div .img {
  position: relative;
  display: inline;
}
.offerParticipate form.Codebarre .block-left .stepcontent > div .img:after {
  content: counter(section) '';
  counter-increment: section;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 12px;
  color: #003595;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #003595;
  background-color: #ffffff;
  position: absolute;
  left: 36px;
  top: -2px;
  text-align: center;
}
.offerParticipate form.Codebarre .block-left .stepcontent > div p {
  color: #ffffff;
  line-height: 25px;
}
.offerParticipate form.Codebarre .block-left .stepcontent > div p * {
  color: inherit;
}
.offerParticipate form.Codebarre .block-left .stepcontent > div p .codeParticip {
  font-family: "Open Sans Bold", sans-serif;
  color: #003595;
  background-color: #ffffff;
  border: 1px dashed #003595;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 10px;
}
.offerParticipate form.Codebarre .block-right {
  background: #f9f6f1;
  padding: 24px 80px;
}
.offerParticipate form.Codebarre .block-right .notice-proof {
  text-align: center;
}
.offerParticipate form.Codebarre .block-right .notice-proof h3 {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin: 3rem 0 2rem;
}
.offerParticipate form.Codebarre .block-right .notice-proof span {
  font-family: "Open Sans Bold", sans-serif;
}
.offerParticipate form.recap .description {
  text-align: center;
  margin-bottom: 2rem;
}
.offerParticipate form.recap .description p {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 24px;
  color: #003595;
}
.offerParticipate form.recap h3 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 24px;
  color: #003595;
  text-align: center;
}
.offerParticipate form.recap .html {
  display: flex;
  justify-content: center;
}
.offerParticipate form.recap .html p span {
  font-family: 'Open Sans SemiBold', sans-serif;
}
.offerParticipate form.recap .sep-hr hr {
  border-bottom-width: 2px;
  border-bottom-color: #003595;
}
.offerParticipate form.confirmParticipation .box_form h2 {
  font-size: 24px;
  text-transform: none;
}
.offerParticipate form.confirmParticipation .box_form > div {
  justify-content: center;
}
.offerParticipate form.confirmParticipation .box_form > div ul {
  margin-left: 0;
  text-align: left;
}
.offerParticipate form.confirmParticipation .box_form > div ul li {
  margin-bottom: 1rem;
}
.offerParticipate form.confirmParticipation .box_form > div p a {
  color: #003595;
}
.offerParticipate form.confirmParticipation .box_form > div p a.bold {
  font-family: 'Open Sans Bold', sans-serif;
}
.offerParticipate form.confirmParticipation .box_form > div p a.link {
  text-decoration: underline;
  position: relative;
}
.offerParticipate form.confirmParticipation .box_form > div p a.link:after {
  content: "";
  background-image: url(../images/box-arrow-up-right.png);
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  margin-top: 3px;
}
.offerParticipate form.voucher .errors:has(.code_error) {
  background: #ffe5e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.offerParticipate form.voucher .errors:has(.code_error) li {
  position: relative;
  padding: 15px 20px;
  margin-left: 15px;
}
.offerParticipate form.voucher .errors:has(.code_error) li::before {
  content: "";
  background-image: url(../images/exclamation.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: -30px;
  position: absolute;
  top: 7px;
}
.offerParticipate form.validateStep .valid-description {
  background: #e5f5ff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
}
.offerParticipate form.validateStep .valid-description p {
  color: #003595;
}
.offerParticipate form.validateStep .valid-description p span {
  font-family: 'Open Sans SemiBold', sans-serif;
  color: inherit;
}
.offerParticipate form.validateStep .valid-description .info_client {
  display: inline-flex;
}
.offerParticipate form.validateStep .valid-description .info_client ul li {
  font-family: 'Open Sans SemiBold', sans-serif;
  color: #003595;
  list-style-type: none;
}
.offerParticipate form.confirmStep .box_form > div {
  justify-content: center;
}
.offerParticipate form.confirmStep,
.offerParticipate form.validateStep,
.offerParticipate form.voucher {
  min-height: 79.9vh;
}
.offerParticipate form.confirmStep h2,
.offerParticipate form.validateStep h2,
.offerParticipate form.voucher h2 {
  font-size: 40px;
  color: #003595;
  text-transform: uppercase;
  text-align: center;
  margin: 3rem 0;
}
.offerParticipate form.confirmStep p.sub_title,
.offerParticipate form.validateStep p.sub_title,
.offerParticipate form.voucher p.sub_title {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 24px;
  color: #003595;
  text-align: center;
  margin-bottom: 2rem;
}
.offerParticipate form.tracking {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.offerParticipate form.tracking h2,
.offerParticipate form.tracking h3 {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 32px;
  color: #003595;
  text-transform: uppercase;
  margin: 2rem 0;
}
.offerParticipate form.tracking table.responsive-table tbody tr td#bold {
  font-family: 'Open Sans Bold', sans-serif;
  color: #003595;
}
.offerParticipate form.tracking table.responsive-table tbody tr td#amount {
  font-family: 'Open Sans SemiBold', sans-serif;
}
.offerParticipate form.tracking .tabs {
  border: 0;
  width: fit-content;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  margin-left: 0;
}
.offerParticipate form.tracking .tabs li a {
  font-family: 'Open Sans Regular';
  font-size: 18px;
  color: #003595;
}
.offerParticipate form.tracking .tabs li a:hover,
.offerParticipate form.tracking .tabs li a:focus {
  background-color: transparent;
}
.offerParticipate form.tracking .tabs li.is-active a {
  font-family: 'Open Sans SemiBold', sans-serif;
  color: #ffffff;
  background-color: #003595;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.offerParticipate form.tracking .tabs-content {
  border: 0;
}
.offerParticipate form.tracking .tabs-content .tabs-panel {
  padding: 0;
}
.offerParticipate form.tracking .tabs-content table.responsive-table:not(.odr) tr td:nth-child(2) {
  border-top-left-radius: 32px;
}
.offerParticipate form.alcon_pot {
  min-height: 48.2rem;
}
.offerParticipate form.alcon_pot .box_form .pot-count {
  text-align: center;
}
.offerParticipate form.alcon_pot .box_form .pot-count:before {
  content: "En cours de chargement";
  margin: 0 auto;
  font-size: 18px;
  color: #003595;
}
.offerParticipate form.alcon_pot .box_form p.solde,
.offerParticipate form.alcon_pot .box_form .actions {
  display: none;
}
.tracking-customer-participation #main {
  height: 100%;
}
.tracking-customer-participation #main .grid-container:has(.noparticipation) {
  min-height: 79.9vh;
}
.tracking-customer-participation h2 {
  font-size: 40px;
  color: #003595;
  text-transform: uppercase;
  text-align: center;
  margin: 3rem 0;
}
.tracking-customer-participation .state {
  box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  padding: 32px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  margin: 1rem auto;
}
.tracking-customer-participation .state .offerDetails .date {
  font-family: 'Open Sans SemiBold', sans-serif;
  font-size: 12px;
  color: #003595;
  padding: 6px 12px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #003595;
  display: inline-block;
}
.tracking-customer-participation .state .offerDetails .offerName h3 {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: 20px;
  color: #003595;
}
.tracking-customer-participation .state .offerDetails .block_item {
  font-size: 18px;
}
.tracking-customer-participation .state .offerDetails .block_item span {
  font-family: 'Open Sans SemiBold', sans-serif;
  width: 45%;
}
.tracking-customer-participation .state .participationState {
  padding: 20px 24px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.tracking-customer-participation .state .participationState .message {
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  padding: 8px;
  display: inline-block;
}
.tracking-customer-participation .state .participationState .message p {
  font-family: 'Open Sans SemiBold', sans-serif;
  margin-bottom: 0;
}
.tracking-customer-participation .state.pending .participationState {
  background: rgba(255,184,85,0.1);
}
.tracking-customer-participation .state.pending .participationState .message {
  border: 1px solid #ff9e18;
}
.tracking-customer-participation .state.pending .participationState .message p {
  color: #ff9e18;
}
.tracking-customer-participation .state.validated .participationState {
  background: rgba(0,174,68,0.1);
}
.tracking-customer-participation .state.validated .participationState .message {
  border: 1px solid #038636;
}
.tracking-customer-participation .state.validated .participationState .message p {
  color: #038636;
}
.userProfile #main {
  height: 100%;
}
.userProfile #main .grid-container {
  min-height: 85.1vh;
}
.userProfile form h2 {
  margin: 2rem auto;
}
.userProfile form .ongletProfile {
  text-align: center;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.userProfile form .ongletProfile ul {
  display: inline-flex;
  margin: 2rem 0;
  list-style-type: none;
  border: 1px solid rgba(0,0,0,0.3);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 100%;
}
.userProfile form .ongletProfile ul li {
  padding: 1rem 2rem;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 50%;
}
.userProfile form .ongletProfile ul li span {
  color: #003595;
}
.userProfile form.myStore #tms_step_navigator__data_extra_retailer_noResults {
  color: red;
  margin-bottom: 5px;
}
.userProfile form.myOptician .ongletProfile ul li:has(.optician),
.userProfile form.myStore .ongletProfile ul li:has(.optician) {
  background-color: #003595;
}
.userProfile form.myOptician .ongletProfile ul li:has(.optician) span,
.userProfile form.myStore .ongletProfile ul li:has(.optician) span {
  font-family: 'Open Sans SemiBold', sans-serif;
  color: #ffffff;
}
.userProfile form.myOptician .html,
.userProfile form.myStore .html {
  text-align: center;
}
.userProfile form.profile .ongletProfile ul li:has(.profile),
.userProfile form.myprofile .ongletProfile ul li:has(.profile) {
  background-color: #003595;
}
.userProfile form.profile .ongletProfile ul li:has(.profile) span,
.userProfile form.myprofile .ongletProfile ul li:has(.profile) span {
  font-family: 'Open Sans SemiBold', sans-serif;
  color: #ffffff;
}
.userProfile form.profile .html,
.userProfile form.myprofile .html {
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  form h2 {
    font-size: 24px;
  }
  form .choice.civility label.label_civility {
    margin-right: 15px;
  }
  table.responsive-table {
    width: 90%;
    box-shadow: none;
    border-collapse: separate;
    border-spacing: 0 1em;
  }
  table.responsive-table thead tr {
    display: none;
  }
  table.responsive-table tbody tr {
    border: 0;
    background-color: transparent;
    box-shadow: 0px 6.48px 54.9px 0px rgba(0,134,255,0.1);
  }
  table.responsive-table tbody tr:not(:last-child) {
    border: 0;
  }
  table.responsive-table tbody tr td {
    font-size: 14px;
    color: #000000;
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50%;
    position: relative;
    border: 0;
    text-align: left;
    border-bottom: 1px solid #ffffff;
  }
  table.responsive-table tbody tr td::before {
    content: attr(data-label);
    font-family: 'Open Sans SemiBold', sans-serif;
    display: inline-block;
    line-height: 1.5;
    margin-left: -100%;
    margin-right: 10px;
    position: relative;
    z-index: 1;
  }
  table.responsive-table tbody tr td::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
  table.responsive-table tbody tr td:first-child {
    font-family: 'Open Sans SemiBold', sans-serif;
    background-color: #003595;
    color: #ffffff;
    text-transform: uppercase;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  table.responsive-table tbody tr td:last-child {
    margin-bottom: 1rem;
  }
  table.responsive-table tbody tr td:not(:last-child) {
    border: 0;
  }
  .reveal#info_1 {
    flex-direction: column;
  }
  .reveal#info_1 h2 {
    font-size: 20px;
  }
  .reveal#info_1 p:has(img) {
    flex-direction: column;
  }
  .reveal#info_1 p:has(img) img {
    width: 90%;
  }
  .reveal#info_1 p:has(img) span {
    font-size: 12px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    margin: 1rem 0;
  }
  .reveal#info_1 p:has(img) span:before,
  .reveal#info_1 p:has(img) span:after {
    height: 1px;
    width: 120px;
    top: 15px;
  }
  .reveal#info_1 p:has(img) span:before {
    right: 33px;
  }
  .reveal#info_1 p:has(img) span:after {
    left: 33px;
  }
  header {
    padding-left: 0;
    padding-right: 0;
  }
  header a.title-bar-title {
    padding-left: 0.5rem;
  }
  header .top-bar {
    width: 100%;
    background-color: #003595;
    padding: 1rem 0.5rem 4rem;
  }
  header .top-bar .top-bar-left ul li.active > a {
    color: #ffffff;
    border-bottom: 0;
  }
  header .top-bar .top-bar-left ul li > a {
    color: #ffffff;
    position: relative;
  }
  header .top-bar .top-bar-left ul li > a:after {
    content: "";
    background-image: url(../images/arrow-right.png);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
  }
  header .top-bar .log-in {
    margin: 2rem auto;
    background-color: #ffffff;
    color: #003595;
  }
  header .title-bar {
    justify-content: flex-end;
    background-color: transparent;
    float: right;
  }
  header .title-bar a.my-account {
    margin: 0 2rem;
  }
  header .title-bar .menu-icon {
    margin: 0;
    top: -7px;
    left: 0;
    min-width: auto;
    padding: 0;
    background-color: #003595;
    border: 0;
    width: 16px;
    height: 2px;
  }
  header .title-bar .menu-icon:before,
  header .title-bar .menu-icon:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    backface-visibility: hidden;
    left: 4px;
    background-color: #003595;
  }
  header .title-bar .menu-icon:before {
    width: 20px;
    top: 7px;
    left: -2px;
  }
  header .title-bar .menu-icon:after {
    box-shadow: none;
    top: 15px;
    left: 0;
  }
  header .title-bar .menu-icon.close {
    top: 0;
    border: 1px solid #003595;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    padding: 0.8em;
  }
  header .title-bar .menu-icon.close:before,
  header .title-bar .menu-icon.close:after {
    height: 5px;
    left: 5px;
    top: 10px;
    width: 16px;
  }
  header .title-bar .menu-icon.close:before {
    -webkit-transform: rotate(45deg) translate(0,0);
    -moz-transform: rotate(45deg) translate(0,0);
    -ms-transform: rotate(45deg) translate(0,0);
    -o-transform: rotate(45deg) translate(0,0);
    transform: rotate(45deg) translate(0,0);
  }
  header .title-bar .menu-icon.close:after {
    -webkit-transform: rotate(-45deg) translate(0,0);
    -moz-transform: rotate(-45deg) translate(0,0);
    -ms-transform: rotate(-45deg) translate(0,0);
    -o-transform: rotate(-45deg) translate(0,0);
    transform: rotate(-45deg) translate(0,0);
  }
  footer .mention {
    text-align: center;
  }
  footer nav {
    flex-direction: column;
  }
  footer nav .menu-footer ul {
    text-align: center;
    margin: 1.5rem 0;
  }
  .actions {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .top_banner .caption {
    top: inherit;
    bottom: 0;
  }
  .top_banner .caption h2 {
    font-size: 24px;
  }
  .top_banner .caption h2 span {
    font-size: inherit;
  }
  .home .top_banner .caption {
    top: 37px;
    transform: none;
    left: 0;
    right: 0;
  }
  .home .top_banner .caption h2 {
    font-size: 22px;
  }
  .home .top_banner .caption p {
    font-size: 16px;
  }
  .home .top_banner .caption .slide {
    top: inherit;
    margin: 1rem 0 2rem;
  }
  .home .top_banner .caption .slide .content_post {
    display: none;
    margin-bottom: 0;
  }
  .home .top_banner .caption .slide .content_post p {
    font-family: 'Open Sans SemiBold';
    font-size: 16px;
    display: inline-block;
  }
  .home .top_banner .caption .slide .content_post.active {
    display: block;
  }
  .home .top_banner .caption .dots {
    text-align: center;
    padding: 10px 0;
  }
  .home .top_banner .caption .dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ffffff;
    cursor: pointer;
  }
  .home .top_banner .caption .dots .dot.active {
    background-color: #ffffff;
    width: 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .home .offers h2 {
    font-size: 20px;
  }
  .login .bloc-connection h3 {
    font-size: 24px;
  }
  .login .bloc-connection .or {
    position: relative;
    top: 0;
    margin: 2rem auto;
  }
  .login .bloc-connection .or span:before,
  .login .bloc-connection .or span:after {
    height: 1px;
    width: 150px;
    top: 21px;
  }
  .login .bloc-connection .or span:before {
    right: 45px;
  }
  .login .bloc-connection .or span:after {
    left: 45px;
  }
  .offerParticipate .offer_info {
    flex-direction: column;
  }
  .offerParticipate .offer_info h1 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  .offerParticipate form ul.steps li:before {
    margin-left: 5px;
    margin-right: 5px;
  }
  .offerParticipate form ul.steps li:not(:last-child):after {
    width: 40px;
    left: 48px;
    top: 45%;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload .buttons {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload .buttons button {
    margin: 0.5rem 0;
    text-decoration: none;
    color: #ffffff;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload:not(.hasFile) .buttons button {
    color: #ffffff;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload:not(.hasFile) .buttons button.select {
    padding-left: 50px;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload:not(.hasFile) .buttons button.select:before {
    height: 21px;
    background-image: url(../images/upload-w.png);
    left: 10px;
  }
  .offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .gtin a.info {
    right: 4px;
  }
  .offerParticipate form.purchase .extra_form_collection .extra_form_builder >.product .quantity input[type=number] {
    width: 100% !important;
  }
  .offerParticipate form.recap .html {
    flex-direction: column;
  }
  .offerParticipate form.recap .html p span {
    display: block;
    text-align: left;
  }
  .offerParticipate form.confirmParticipation .box_form > div p {
    text-align: center;
  }
  .offerParticipate form.confirmParticipation .box_form > div ul {
    margin-left: 1.25rem;
  }
  .offerParticipate form.Codebarre .block-left h2 {
    font-size: 16px;
    text-align: center;
  }
  .offerParticipate form.Codebarre .block-left .stepcontent > div {
    flex-direction: column;
  }
  .offerParticipate form.Codebarre .block-left .stepcontent > div p {
    text-align: center;
  }
  .offerParticipate form.tracking h2,
  .offerParticipate form.tracking h3 {
    font-size: 18px;
  }
  .offerParticipate form.tracking .tabs-title {
    width: 50%;
    text-align: center;
  }
  .offerParticipate form.tracking .tabs li a {
    font-size: 12px;
  }
  .offerParticipate form.tracking table.responsive-table.odr tbody tr td#bold {
    color: #ffffff;
  }
  .tracking-customer-participation .state .offerDetails .block_item #adress {
    display: block;
    width: auto;
  }
  .userProfile form .ongletProfile ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 40em) {
  .reveal p:has(img) span:before,
  .reveal p:has(img) span:after {
    left: 0;
    right: 0;
    width: 1px;
    height: 70px;
  }
  .reveal p:has(img) span::before {
    top: -74px;
  }
  .reveal p:has(img) span::after {
    top: 44px;
  }
  header {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
  }
  header .top-bar .top-bar-left ul li a:hover {
    color: #003595;
  }
  header .top-bar .top-bar-left ul li a.contact_link {
    position: relative;
  }
  header .top-bar .top-bar-left ul li a.contact_link:after {
    content: "";
    background-image: url(../images/envelope.png);
    width: 54px;
    height: 54px;
    position: absolute;
    right: -44px;
    top: -9px;
  }
  .home:has(.user_categories) header {
    display: inline-block;
  }
  .home .top_banner:after {
    content: "";
    background-image: url(../images/down.png);
    position: absolute;
    left: 0;
    right: 0;
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
    bottom: -31px;
  }
  .home .offers .section-offers li {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .login .bloc-connection > div {
    max-width: 84rem;
    justify-content: space-between;
    position: relative;
  }
  .login .bloc-connection .connection,
  .login .bloc-connection .register {
    width: 46%;
    margin: 2rem 1%;
  }
  .login .bloc-connection .or span:before,
  .login .bloc-connection .or span:after {
    left: 0;
    right: 0;
    width: 1px;
    height: 244px;
  }
  .login .bloc-connection .or span::before {
    top: -15rem;
  }
  .login .bloc-connection .or span::after {
    top: 2rem;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload .buttons {
    height: 181px;
    line-height: 181px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload .buttons button {
    text-decoration: underline;
    color: #003595;
    background-color: transparent;
    text-transform: none;
    border: 0;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload:not(.hasFile) button {
    text-decoration: underline;
    color: #003595;
    background-color: transparent;
    text-transform: none;
    border: 0;
  }
  .offerParticipate form .tms_ajax_media_upload .ajax_media_upload:not(.hasFile) button.select:before {
    height: 24px;
    margin: -27px auto 0;
    right: 0;
    background-image: url(../images/upload.png);
  }
  .offerParticipate form.recap .purchase-recap p {
    margin: 0 auto 1rem;
    width: 50%;
  }
  .offerParticipate form.Codebarre .block-left .stepcontent > div .img {
    margin-right: 15px;
  }
  .offerParticipate form.Codebarre .block-left .stepcontent > div .firstSect {
    width: 70%;
  }
  .offerParticipate form.Codebarre .block-right .tms_ajax_media_upload .buttons {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .offerParticipate form.tracking .tabs-content table.responsive-table:not(.odr) tr td:first-child {
    border-top-left-radius: 0;
  }
  .userPass form .content > div {
    flex-direction: column;
  }
  .userPass form div.wide {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .tracking-customer-participation .state .offerDetails .block_item {
    display: flex;
    justify-items: start;
    width: 100%;
    justify-content: space-between;
  }
  .userRegister form.step_information .purchaseStore input,
  .userRegister form.step_information .purchaseStore label,
  .userRegister form.step_information .mandatory {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .userProfile form.myStore .purchaseStore input,
  .userProfile form.myStore .purchaseStore label,
  .userProfile form.myStore #tms_step_navigator__data_extra_retailer_noResults,
  .userProfile form.myStore .mandatory {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .userProfile form.profile .identity_email label,
  .userProfile form.profile .identity_email input {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 64em) {
  form:not(.step_proof) .box_form {
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
  }
  .home .alcon_pot .box_form {
    width: 95%;
  }
  .offerParticipate form.Codebarre .block-left,
  .offerParticipate form.Codebarre .block-right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .offerParticipate form.Codebarre .block-right .tms_ajax_media_upload .buttons {
    max-width: 95%;
  }
  .tracking-customer-participation .state .offerDetails .block_item {
    font-size: 16px;
  }
  .userProfile form .ongletProfile {
    width: 95%;
  }
}
