@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);
  }
}
body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
}
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: Black;
  height: 100%;
  position: fixed;
  min-height: 100vh;
  margin: 0 auto;
  top: 0;
  opacity: .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 White;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #3a3a3a;
}
h2 {
  font-size: 28px;
  text-align: center;
}
h3 {
  font-size: 115%;
}
p {
  font-weight: 400;
}
button,
.button,
[type=button],
[type=submit] {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 1.37em 1.5em;
  outline: none;
  min-width: 190px;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
button:hover,
button:focus,
.button:hover,
.button:focus,
[type=button]:hover,
[type=button]:focus,
[type=submit]:hover,
[type=submit]:focus {
  background: #ffffff;
}
button.hollow,
button.back,
.button.hollow,
.button.back,
[type=button].hollow,
[type=button].back,
[type=submit].hollow,
[type=submit].back {
  background: #ffffff;
}
button.hollow:hover,
button.hollow:focus,
button.back:hover,
button.back:focus,
.button.hollow:hover,
.button.hollow:focus,
.button.back:hover,
.button.back:focus,
[type=button].hollow:hover,
[type=button].hollow:focus,
[type=button].back:hover,
[type=button].back:focus,
[type=submit].hollow:hover,
[type=submit].hollow:focus,
[type=submit].back:hover,
[type=submit].back:focus {
  color: #ffffff;
}
form {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
form label {
  font-size: 14px;
  font-weight: 700;
  color: #3a3a3a;
}
form label.captcha-label {
  margin-bottom: 1rem;
}
form [type=email],
form [type=password],
form [type=text] {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  border: 1px solid #c8c8c8;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 1rem;
  height: 2.4375rem;
}
form [type=email]::-webkit-input-placeholder,
form [type=password]::-webkit-input-placeholder,
form [type=text]::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
form [type=email]::placeholder,
form [type=password]::placeholder,
form [type=text]::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
form [type=email]:-ms-input-placeholder,
form [type=password]:-ms-input-placeholder,
form [type=text]:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
form [type=email]:-moz-placeholder,
form [type=password]:-moz-placeholder,
form [type=text]:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
form textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #c8c8c8;
  height: auto;
  min-height: 149px;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
form textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
form textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
form textarea:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
form select {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 1rem;
  box-shadow: none;
  background-size: 12px 8px;
  background-position: 96% 50%;
  padding-right: 0.5rem;
}
form input[type=checkbox],
form input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
form .checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
}
form .checkbox label {
  font-size: 16px;
  font-weight: 400;
}
form .checkbox input[type=checkbox] + label:before {
  content: "";
  left: 0;
  top: 6px;
  position: absolute;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
}
form .checkbox input[type=checkbox]:checked + label:after {
  content: "\eed8";
  font-family: "IcoFont";
  font-size: 12px;
  line-height: 1;
  text-align: center;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 7px;
  margin-left: 1px;
}
form .choice input[type=radio] + label {
  position: relative;
  padding-left: 25px;
}
form .choice input[type=radio] + label:before {
  content: "";
  width: 13px;
  height: 13px;
  left: 0;
  top: 6px;
  position: absolute;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
}
form .choice input[type=radio]:checked + label:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
  margin-left: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
form .captcha_widget {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
}
form .captcha_widget .captcha-field {
  float: left;
}
form .captcha_widget .captcha-field input[type="text"] {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
form .captcha_widget .captcha-field input[type="text"]:focus {
  box-shadow: none;
}
form .captcha_widget .captcha-image {
  text-align: center;
  top: 0;
  position: relative;
  float: left;
}
form .captcha_widget .captcha-reload {
  float: left;
}
form .captcha_widget .captcha-reload a {
  font-family: "IcoFont";
  font-size: 25px;
  display: block;
  text-align: center;
}
.actions {
  margin: 1rem 0 2rem;
  text-align: center;
  direction: rtl;
}
.actions > * {
  direction: ltr;
  display: inline-block;
  margin: .5em;
}
.warning p,
.mandatory p {
  font-size: 11px;
  color: #222222;
}
.warning p {
  margin-bottom: 0;
}
.cnil p {
  font-size: 11px;
  color: #222222;
  text-align: justify;
}
.cnil p:not(:last-child) {
  margin-bottom: 0;
}
.errors {
  margin: 0 0 2px;
}
.errors li {
  list-style-type: none;
  margin-left: 0;
  color: red;
  font-size: 14px;
}
a.link {
  font-weight: 700;
}
div#main > div {
  max-width: 100%;
}
header > div {
  align-items: center;
}
header .headline {
  margin-top: 1rem;
}
header .headline a {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
  background-image: url(../images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 143px;
  height: 71px;
  margin: 0 auto;
}
header nav {
  text-align: center;
}
header nav .top-bar {
  background-color: transparent;
  justify-content: center;
}
header nav .top-bar ul.menu {
  background-color: transparent;
}
header nav .top-bar ul.menu li {
  display: inline-block;
}
header nav .top-bar ul.menu li a {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #303030;
}
header nav .top-bar ul.menu li.active >a {
  background: transparent;
}
header .log a,
header .profile a {
  position: absolute;
  top: 2rem;
  right: 12.5rem;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
header .header_user_info {
  position: absolute;
  right: 71px;
  top: 2rem;
}
header .header_user_info::before {
  left: -2.5rem;
  top: 7px;
}
header .header_user_info_connect {
  background-color: #f2f2f2;
  padding: 1rem 4rem;
  text-align: left;
  width: 100%;
}
header .header_user_info_connect::before {
  left: 1.5rem;
  top: 26px;
}
header .header_user_info::before,
header .header_user_info_connect::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  background-repeat: no-repeat;
}
header .header_user_info p,
header .header_user_info_connect p {
  font-size: 18px;
  margin-bottom: 0;
}
header .header_user_info a.log-out,
header .header_user_info_connect a.log-out {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
footer {
  padding: 1rem 0;
  border-top: 1px solid #d7d7d7;
}
footer ul.menu {
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
  justify-content: center;
}
footer ul.menu >li >a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
footer ul.menu >li >a:hover,
footer ul.menu >li >a:focus {
  color: #3a3a3a;
}
footer ul.menu >li.active >a {
  background-color: transparent;
  color: #3a3a3a;
}
.cms .box-content {
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.cms .box-content h3 {
  font-size: 26px;
}
.faq h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.faq .accordion {
  margin: 0 auto 3rem;
}
.faq .accordion li a.accordion-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #3a3a3a;
  border: 0;
  border-bottom: 1px solid #c8c8c8;
}
.faq .accordion li a.accordion-title:hover,
.faq .accordion li a.accordion-title:focus {
  background-color: transparent;
}
.faq .accordion li a.accordion-title::before {
  content: "";
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
}
.faq .accordion li .accordion-content {
  border: 0;
  color: #3a3a3a;
}
.faq .accordion li.is-active a.accordion-title {
  border: 0;
}
.faq .accordion li.is-active a.accordion-title::before {
  content: "";
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
}
.login .bloc-connection h3 {
  text-align: center;
}
.login .bloc-connection h3 span {
  display: block;
}
.login .bloc-connection .website {
  color: #3a3a3a;
  text-decoration: underline;
}
.login .bloc-connection .text_warning {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.login .bloc-connection button,
.login .bloc-connection .button {
  font-size: 18px;
  padding: 0.6em 1.5em;
}
.login .bloc-connection a.forgotten-password {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
  text-decoration: underline;
}
.login .bloc-connection .bloc-register h3 {
  margin-bottom: 2rem;
}
.login .bloc-connection .or span {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.login .bloc-connection .or span::before,
.login .bloc-connection .or span::after {
  content: "";
  position: absolute;
  background: #c8c8c8;
}
.login .bloc-login p {
  text-align: center;
}
.login .bloc-login p:not(:last-child) {
  margin-bottom: 0;
}
.login ul.errors {
  margin-bottom: 1.5rem;
}
.register #main {
  height: 100%;
}
.register #main .contents {
  min-height: 78.8vh;
}
.register h3 {
  font-size: 18px;
  margin-bottom: 2rem;
  text-align: center;
}
.register .type label {
  font-weight: 400;
}
.register .type span {
  font-size: 14px;
}
.register .notice-address p {
  font-size: 11px;
  font-style: italic;
}
.register p.important_notice {
  font-size: 11px;
  font-style: italic;
}
.register .news p {
  margin: 1.5rem 0 1rem;
}
.register .iban_container input.form-control {
  margin-right: 5px;
  width: 4em !important;
  text-align: center;
}
.userConfirmEmail form.identity_form {
  text-align: center;
}
.userConfirmEmail form.identity_form h3 {
  font-weight: 400;
}
.userConfirmEmail form.identity_form .actions {
  margin-top: 4rem;
}
.userConfirmEmail .block-content,
.userConfirmEmail .actions {
  text-align: center;
}
.userPass form {
  text-align: center;
}
.complaint p.notice {
  text-align: center;
  margin: 2rem 0 0;
}
.complaint p.important {
  font-size: 12px;
  text-align: center;
  margin-bottom: 2rem;
}
.complaint p.important span {
  font-weight: 700;
}
.complaint .civility {
  display: inline-block;
}
.complaint .civility label {
  width: auto !important;
}
.complaint .fileuploaded p.important {
  top: 2rem;
  position: relative;
}
.userProfile .civility {
  display: inline-block;
}
.userProfile .civility label {
  width: auto !important;
}
.userProfile .news {
  margin: 2rem 0;
}
.userProfile input.form-control {
  margin-right: 5px;
  width: 4em !important;
}
.userProfile #tms_step_navigator__data_recaptcha > div {
  margin: 0 auto;
}
.offerParticipate .top-bloc {
  float: left;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
}
.offerParticipate .top-bloc .orbit-bullets button {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  min-width: auto;
  padding: 0;
}
.offerParticipate .top-bloc .orbit-bullets button.is-active {
  background-color: #ffffff;
}
.offerParticipate .top-bloc .orbit-next,
.offerParticipate .top-bloc .orbit-previous {
  background-color: transparent;
  border: 0;
  min-width: auto;
}
.offerParticipate .top-bloc .orbit-next::after,
.offerParticipate .top-bloc .orbit-previous::after {
  font-size: 47px;
}
.offerParticipate .top-bloc .orbit-next::after {
  content: "\eaca";
  font-family: "IcoFont";
}
.offerParticipate .top-bloc .orbit-previous::after {
  content: "\eac9";
  font-family: "IcoFont";
}
.offerParticipate section.steps-section {
  margin-bottom: 2rem;
  text-align: center;
}
.offerParticipate section.steps-section> div {
  margin-left: 0;
  margin-right: 0;
}
.offerParticipate section.steps-section .step {
  -webkit-box-shadow: 0 0 7.5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 7.5px rgba(0,0,0,0.1);
  box-shadow: 0 0 7.5px rgba(0,0,0,0.1);
}
.offerParticipate section.steps-section .step p {
  font-size: 14px;
}
.offerParticipate section.steps-section .step span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 1rem;
}
.offerParticipate form .form_title {
  font-weight: 700;
}
.offerParticipate form.proof {
  text-align: center;
}
.offerParticipate form.proof .ajax_media_upload .buttons {
  text-align: center;
}
.offerParticipate form.proof .ajax_media_upload .buttons .reset {
  min-width: auto;
  border-radius: 50%;
  padding: 6px;
}
.offerParticipate form.proof label.proofsnd {
  font-weight: 400;
  display: inline-block;
}
.offerParticipate form.proof .tcFormat {
  font-weight: 700;
}
.offerParticipate form.proof .scondproof .file,
.offerParticipate form.proof .thirdproof .file {
  margin: 0;
}
.offerParticipate form.proof .scondproof .file button.select,
.offerParticipate form.proof .thirdproof .file button.select {
  background-color: #ffffff;
  font-weight: 700;
  border: 0;
  padding: 0;
  min-width: auto;
  text-decoration: underline;
  text-transform: lowercase;
  margin: 0 6px 0 0;
}
.offerParticipate form.proof .scondproof .file.hasFile .buttons,
.offerParticipate form.proof .thirdproof .file.hasFile .buttons {
  display: flex;
  flex-direction: row-reverse;
}
.offerParticipate form.proof .scondproof .file.hasFile button.reset,
.offerParticipate form.proof .thirdproof .file.hasFile button.reset {
  display: none;
}
.offerParticipate form.proof .notice img {
  margin-bottom: 2rem;
}
.offerParticipate form.proof .yellowbox {
  border: 2px solid;
  padding: 1rem;
  margin-bottom: 2rem;
}
.offerParticipate form.proof .yellowbox .bold {
  font-weight: 700;
}
.offerParticipate form.proof .yellowbox i.icofont-exclamation-tringle {
  font-style: normal;
}
.offerParticipate form.proof .yellowbox i.icofont-exclamation-tringle:before {
  content: "\ef1b";
  font-family: "IcoFont";
  font-size: 20px;
  font-weight: 700;
  margin-right: 9px;
}
.offerParticipate form.proof .important p {
  font-weight: 400;
}
.offerParticipate form.proof .important p span {
  font-weight: 700;
  display: block;
}
.offerParticipate form.proof .tms_ajax_media_upload {
  position: relative;
}
.offerParticipate form.proof .tms_ajax_media_upload .proof.upload_button button.upload_button {
  margin-bottom: 1rem;
}
.offerParticipate form.proof .tms_ajax_media_upload .proof.upload_button .option {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  position: absolute;
  top: 14px;
  margin-left: 2rem;
}
.offerParticipate form.step_products {
  text-align: center;
}
.offerParticipate form.step_products .scanResult {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.offerParticipate form.step_products .scanResult p span {
  font-weight: 400;
  display: block;
}
.offerParticipate form.step_products .scanResult p.amount span {
  display: inline;
}
.offerParticipate form.step_products p {
  font-weight: 700;
}
.offerParticipate form.step_products p.isProduct {
  font-size: 28px;
  margin-bottom: 1rem;
}
.offerParticipate form.iban p.frOffer {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
.offerParticipate form.iban p.frOffer:last-child {
  margin-top: 0;
}
.offerParticipate form.iban .important_notice {
  font-weight: 600;
}
.offerParticipate form.validParticipation h3 {
  text-align: center;
  margin-top: 2rem;
}
.offerParticipate form.validParticipation p span {
  font-weight: 700;
}
.offerParticipate form.validParticipation hr {
  border-bottom: 1px solid;
}
.offerParticipate form.validParticipation .proofOne,
.offerParticipate form.validParticipation .proofTwo {
  background-color: #f2f2f2;
  text-align: center;
  padding: 1rem;
  margin: 0 auto;
}
.offerParticipate form.validParticipation .proofOne img,
.offerParticipate form.validParticipation .proofTwo img {
  max-width: 80%;
}
.offerParticipate form.validParticipation .info_products p span {
  display: block;
}
.offerParticipate form .important p {
  font-size: 16px;
  font-weight: 700;
}
.offerParticipate form p.formtPoids {
  font-size: 12px;
  font-weight: 400;
}
.offerParticipate form p.formtPoids span {
  font-weight: 700;
}
.offerParticipate form .notice-list1 {
  margin-left: 0;
}
.offerParticipate form .notice-list1 li {
  list-style-type: none;
}
.offerParticipate form .notice-list1 li:before {
  content: "\ec77";
  font-family: "IcoFont";
  font-weight: bold;
  display: inline-block;
  margin-left: -2em;
  font-size: 5px;
  margin-top: 8px;
  position: absolute;
}
.offerParticipate form a.participLink {
  font-weight: 700;
  text-decoration: underline;
}
.participation #main {
  height: 100%;
}
.participation #main .contents {
  min-height: 78.8vh;
}
.participation #main .contents .block-content {
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.participation #main .contents .block-content .user_info {
  max-width: 75rem;
  margin: 1rem auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}
.participation #main .contents .block-content .user_info p span {
  font-weight: 700;
}
.participation #main .contents .block-content .user_info p.preview {
  font-weight: 700;
}
.participation #main .contents .block-content .user_info p.preview a {
  text-decoration: underline;
}
.participation #main .contents .block-content .block-participation {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  border-bottom: 1px solid;
}
.participation #main .contents .block-content .block-participation p span {
  font-weight: 700;
  color: #3a3a3a;
}
.participation #main .contents .block-content .block-participation p span.shortDescription {
  display: block;
  font-weight: 400;
  margin-top: 1rem;
}
.participation #main .contents .block-content .block-participation p.state {
  display: inline-block;
}
.participation #main .contents .block-content .block-participation p.state.validated {
  color: #13c500;
}
.participation #main .contents .block-content .block-participation p.state_info {
  display: inline-block;
  color: #13c500;
  margin-left: 5px;
}
.participation #main .contents .block-content .block-participation p.aiscann,
.participation #main .contents .block-content .block-participation p.validated {
  color: #13c500;
}
.participation #main .contents .block-content .block-participation a.media-link {
  color: #3a3a3a;
  text-decoration: underline;
}
.participation #main .contents .block-content .block-participation a.link_update {
  text-decoration: underline;
  font-weight: 700;
  display: block;
  margin-top: 1rem;
}
.participation #main .contents .block-content .info {
  max-width: 75rem;
  margin: 1rem auto;
}
.participation #main .contents .block-content .info a {
  font-weight: 700;
}
.participation #main .contents .block-content .back_button {
  margin: 1rem 0;
}
.confirmRegister {
  text-align: center;
}
.error #main {
  height: 100%;
}
.error #main #error {
  min-height: 87vh;
}
.error #main #error .message {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center;
}
.participationUpdate #main {
  height: 100%;
}
.participationUpdate #main .contents {
  min-height: 78.8vh;
}
.participationUpdate form {
  text-align: center;
}
.participationUpdate form .subtitle {
  font-weight: 700;
}
.participationUpdate form .important p {
  font-size: 16px;
  font-weight: 700;
}
.participationUpdate form .notice img {
  margin-bottom: 2rem;
}
.participationUpdate form p.notice-upload {
  font-size: 12px;
  font-weight: 400;
}
.participationUpdate form p.notice-upload span {
  font-weight: 700;
}
.participationUpdate form .notice-list1 {
  margin-left: 0;
}
.participationUpdate form .notice-list1 li {
  list-style-type: none;
}
.participationUpdate form .notice-list1 li:before {
  content: "\ec77";
  font-family: "IcoFont";
  font-weight: bold;
  display: inline-block;
  margin-left: -2em;
  font-size: 5px;
  margin-top: 8px;
  position: absolute;
}
.participationUpdate form p.formtPoids {
  font-size: 12px;
  font-weight: 400;
}
.participationUpdate form p.formtPoids span {
  font-weight: 700;
}
.participationUpdate form .ajax_media_upload .buttons {
  text-align: center;
}
.participationUpdate form .ajax_media_upload .buttons .reset {
  min-width: auto;
  border-radius: 50%;
  padding: 6px;
}
.participationUpdate form label.proofsnd {
  font-weight: 400;
  display: inline-block;
}
.participationUpdate form .scondproof {
  display: inline-block;
  margin-left: 6px;
}
.participationUpdate form .scondproof .file {
  margin: 0;
}
.participationUpdate form .scondproof .file button.select {
  background-color: #ffffff;
  font-weight: 700;
  border: 0;
  padding: 0;
  min-width: auto;
  text-decoration: underline;
  text-transform: lowercase;
  margin: 0 6px 0 0;
}
.participationUpdate form .scondproof .file.hasFile .buttons {
  display: flex;
  flex-direction: row-reverse;
}
.participationUpdate form .scondproof .file.hasFile button.reset {
  display: none;
}
.participationUpdate form.confirmParticipation p a {
  font-weight: 700;
  text-decoration: underline;
}
form.purchase {
  max-width: 100%;
}
form.purchase .block-form {
  padding-left: 0;
  padding-right: 0;
}
form.purchase .checkbox,
form.purchase .tms_burauvallee_choice {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
form.purchase .tms_burauvallee_choice.errored .errors {
  width: 100%;
  float: left;
  text-align: center;
  margin: 2rem 0;
}
form.purchase .categoryRembourse {
  width: 100%;
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
form.purchase .categoryRembourse h2 {
  font-size: 24px;
  color: #ffffff;
}
form.purchase .categoryRembourse .remburs {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
form.purchase .categoryRembourse .remburseAmount {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
  padding: 5px 0;
  margin-bottom: 0.5rem;
  text-align: center;
}
form.purchase .categoryRembourse .remburseAmount p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #303030;
  margin-bottom: 0;
}
form.purchase .categoryRembourse .remburseAmount p span {
  display: block;
  font-size: 25px;
}
form.purchase .categoryRembourse a.validstep.button {
  width: 50%;
  display: block;
  margin: 0 auto;
}
form.purchase .checkbox label {
  font-weight: 700;
}
form.purchase .category_choice {
  -webkit-box-shadow: 0 0 7.5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 7.5px rgba(0,0,0,0.1);
  box-shadow: 0 0 7.5px rgba(0,0,0,0.1);
  padding: 1rem;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form.purchase .category_choice.disabled {
  background-color: #f7f7f7;
  box-shadow: none;
}
form.purchase .category_choice.disabled label,
form.purchase .category_choice.disabled img {
  opacity: 0.5;
}
form.purchase .category_choice.disabled input[type=checkbox].category_choice_disabled::before {
  border: 0;
  background-image: none;
}
form.purchase .category_choice label {
  font-size: 16px;
  text-transform: uppercase;
}
form.purchase .category_choice label span.imgCategory img {
  display: block;
  margin: 0 auto;
}
form.purchase .category_choice input[type=checkbox] {
  position: relative;
  margin: 2rem auto 4rem;
  width: 150px;
  opacity: 1;
  overflow: visible;
}
form.purchase .category_choice input[type=checkbox]:before {
  content: "AJOUTER";
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 3.5;
}
form.purchase .category_choice input[type=checkbox]:checked::before {
  content: "AJOUTÉ";
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 80% 50%;
}
form.purchase .category_choice input[type=checkbox].category_choice_disabled {
  width: 100%;
}
form.purchase .category_choice input[type=checkbox].category_choice_disabled::before {
  content: "Vous avez déjà effectué une demande de remboursement";
  line-height: 1.5;
  background-color: #f7f7f7;
  width: 100%;
}
form.purchase .actions {
  margin: 1rem 0;
}
.file {
  position: relative;
  text-align: center;
  margin: 1rem 0;
}
.file input[type=file] {
  opacity: 0;
  width: 180px;
  padding: 0;
}
.file label {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  padding: 1.5em 2.5em;
  line-height: 0;
  margin-bottom: 2rem;
}
.civility label {
  font-weight: 400;
}
.banner {
  margin-bottom: 2rem;
}
.reveal-overlay button.close-button {
  min-width: auto;
  border: 0;
  background-color: transparent;
  font-size: 23px;
  padding: 0;
}
.reveal-overlay a.close-button {
  color: #3a3a3a;
}
.reveal-overlay .actions {
  text-align: center;
}
.reveal-overlay .content {
  text-align: center;
  padding: 1rem 0;
}
.reveal-overlay.notifpreviw .image {
  padding: 1rem 2rem;
}
.reveal-overlay #recapProd {
  padding: 2rem 0 0;
}
.reveal-overlay #recapProd p {
  text-align: center;
  padding: 0 1rem;
  color: black;
}
.reveal-overlay #recapProd .divProd {
  margin: 0 auto;
}
.reveal-overlay #recapProd .divProd span.imgprod {
  display: inline-block;
  vertical-align: text-bottom;
}
.reveal-overlay #recapProd .divProd span.pricePr {
  display: block;
  text-align: left;
  color: #3a3a3a;
  font-weight: 400;
  text-transform: uppercase;
}
.reveal-overlay #recapProd .divProd p.nameprod {
  display: inline-block;
  font-weight: 700;
  color: #3a3a3a;
  text-align: left;
  text-transform: uppercase;
}
.reveal-overlay #recapProd h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.reveal-overlay #recapProd .divAmount {
  padding: 1rem 0;
  text-align: center;
}
.reveal-overlay #recapProd .divAmount p {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.reveal-overlay #recapProd .divAmount p span.amtCalc {
  font-size: 25px;
  text-transform: uppercase;
}
.reveal-overlay #recapProd .btnmodal a {
  min-width: 121px;
  margin: 0 5px;
}
.reveal-overlay #recapProd .sousreserve {
  margin: 1rem 0;
}
@media screen and (min-width: 40em) {
  .reveal-overlay #recapProd {
    width: 64%;
  }
  .reveal-overlay #recapProd .divProd {
    width: 50%;
  }
  .reveal {
    width: 40%;
  }
  header {
    padding: 1rem 0;
  }
  header nav .top-bar ul.menu li a {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
  footer ul li {
    display: inline-block;
    padding: 0 10px;
  }
  .faq .accordion {
    width: 753px;
  }
  .cms .box-content {
    width: 80%;
    margin: 0 auto;
  }
  .login .bloc-connection {
    border: 1px solid #c8c8c8;
    padding: 3rem 0;
    margin-bottom: 2rem;
    position: relative;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  .login .bloc-connection .bloc-login .user-email,
  .login .bloc-connection .bloc-login .password {
    width: 70%;
    margin: 0 auto;
  }
  .login .bloc-connection .text_warning {
    padding: 0 1rem;
  }
  .login .bloc-connection .bloc-register a#creation_compte {
    margin-top: 44px;
  }
  .login .or {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 11rem;
    width: 2%;
  }
  .login .or span::before {
    width: 1px;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -5rem;
  }
  .login .or span::after {
    width: 1px;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 2rem;
  }
  .register h3 {
    padding: 0 8rem;
  }
  .register .form_row label:not(.captcha-label) {
    display: inline-block;
    width: 35%;
  }
  .register .form_row [type=text],
  .register .form_row [type=email],
  .register .form_row [type=password] {
    display: inline-block;
    width: 65%;
  }
  .register .form_row .civility,
  .register .form_row .type {
    display: inline-block;
    width: 65%;
    margin-bottom: 1.5rem;
  }
  .register .form_row .civility label,
  .register .form_row .type label {
    width: auto;
  }
  .register .tms_iban label.iban {
    width: 17%;
  }
  .register .tms_iban > div {
    display: inline-flex;
    width: 83%;
  }
  .userConfirmEmail #main {
    height: 100%;
  }
  .userConfirmEmail #main .contents {
    min-height: 78.8vh;
  }
  .userPass #main {
    height: 100%;
  }
  .userPass #main .contents {
    min-height: 78.8vh;
  }
  .userPass form .texte_title.notice,
  .userPass form .notice {
    max-width: 28em;
    margin-left: auto;
    margin-right: auto;
  }
  .userPass form input#tms_step_navigator__data_identity_email,
  .userPass form .form_row.password {
    max-width: 23rem;
    margin-left: auto;
    margin-right: auto;
  }
  .userPass form .actions .button {
    margin: 2rem 0.5rem;
  }
  .complaint .form_row label:not(.captcha-label):not(.labelfile):not(.label_civility) {
    display: inline-block;
    width: 35%;
  }
  .complaint .form_row label.label_civility {
    display: inline-block;
    width: 17%;
  }
  .complaint .form_row [type=text],
  .complaint .form_row [type=email] {
    display: inline-block;
    width: 65%;
  }
  .userProfile .form_row label:not(.captcha-label):not(.labelfile):not(.label_civility) {
    display: inline-block;
    width: 35%;
  }
  .userProfile .form_row label.label_civility {
    display: inline-block;
    width: 35%;
  }
  .userProfile .form_row [type=text],
  .userProfile .form_row [type=email] {
    display: inline-block;
    width: 65%;
  }
  .userProfile .form_row.tms_iban label.iban {
    width: 17% !important;
  }
  .userProfile .form_row.tms_iban > div {
    display: inline-flex;
    width: 83%;
  }
  .userProfile .form_row .civility {
    width: 65%;
    margin-bottom: 1.5rem;
  }
  .userProfile .choice .type {
    display: inline-block;
    width: 65%;
    margin-bottom: 1.5rem;
  }
  .userProfile .password {
    width: 65%;
    float: right;
  }
  .offerParticipate .top-bloc .orbit {
    margin: 4rem 0 0;
  }
  .offerParticipate .top-bloc .orbit .orbit-image {
    width: auto;
  }
  .offerParticipate .top-bloc .picture {
    margin-bottom: 1rem;
  }
  .offerParticipate section.steps-section {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }
  .offerParticipate section.steps-section .step {
    padding: 1rem 0;
  }
  .offerParticipate form.purchase .category_choice label span.imgCategory {
    min-height: 288px;
    display: block;
  }
  .offerParticipate form.step_products .actions {
    margin-bottom: 8rem;
    position: relative;
  }
  .offerParticipate form.step_products .actions button.reset {
    position: absolute;
    margin: 0rem auto -5rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: fit-content;
  }
  .offerParticipate form.validParticipation {
    width: 50%;
    margin: 0 auto;
    position: relative;
  }
  .offerParticipate form.validParticipation .validrecap {
    position: absolute;
    right: -38%;
    top: 8px;
  }
  .offerParticipate form.validParticipation .proofOne,
  .offerParticipate form.validParticipation .proofTwo {
    width: 50%;
  }
  form.purchase >.row .tms_burauvallee_choice {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  form.purchase >.row .checkbox {
    max-width: 75rem;
    margin: 1rem auto 2rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  form.purchase .categoryRembourse {
    align-items: center;
  }
  form.purchase .categoryRembourse h2 {
    text-align: left;
    padding: 0 0rem 0 3rem;
  }
  form.purchase .categoryRembourse .remburs {
    padding: 0 3rem;
  }
  form.purchase .category_choice {
    width: 32%;
    margin: 0 0.5% 1rem;
    float: left;
  }
  form.purchase .button.validPurchase {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open::after {
    background: rgba(0,0,0,0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  body.nav-open .header_user_info {
    display: none;
  }
  header .header_user_info_connect,
  header .profile {
    display: block !important;
  }
  header .header_user_info {
    display: none !important;
  }
  header .log a,
  header .profile a {
    right: 1rem;
  }
  header .headline {
    position: inherit;
    margin-top: 1rem;
  }
  header nav {
    position: absolute;
    width: 100%;
    top: 2.5rem;
    left: 0;
    text-align: center;
  }
  header nav #toggle {
    width: 20%;
    position: absolute;
    left: 0;
    padding: 0px 30px;
    display: block;
    z-index: 3;
  }
  header nav #toggle.close {
    padding: 1.9rem 1rem;
    margin-top: -2rem;
    left: 80%;
    background-color: #ffffff;
  }
  header nav #toggle span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 28px;
    height: 3px;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  header nav #toggle span:before,
  header nav #toggle span:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    transition: all 0.3s;
    backface-visibility: hidden;
    left: 0;
  }
  header nav #toggle span:before {
    top: -9px;
  }
  header nav #toggle span:after {
    top: 9px;
  }
  header nav #toggle.close span {
    background-color: transparent;
  }
  header nav #toggle.close span:before {
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -moz-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    -o-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
  }
  header nav #toggle.close span:after {
    -webkit-transform: rotate(-45deg) translate(7px,-8px);
    -moz-transform: rotate(-45deg) translate(7px,-8px);
    -ms-transform: rotate(-45deg) translate(7px,-8px);
    -o-transform: rotate(-45deg) translate(7px,-8px);
    transform: rotate(-45deg) translate(7px,-8px);
  }
  header nav .top-bar {
    position: absolute;
    visibility: hidden;
    background-color: #ffffff;
    padding: 0;
    z-index: 1;
    width: 100%;
    margin-top: 3rem;
    height: auto;
  }
  header nav .top-bar.opened {
    visibility: visible;
    position: fixed;
    height: 100%;
    margin-top: -2rem;
    z-index: 2;
    width: 80%;
    align-items: flex-start;
    align-content: flex-start;
  }
  header nav .top-bar.opened ul.menu {
    padding: 2rem 0.5rem;
  }
  header nav .top-bar.opened ul.menu >li {
    width: 100%;
  }
  header nav .top-bar.opened ul.menu >li >a {
    font-size: 15px;
    line-height: 1.5;
  }
  header nav .top-bar ul.menu {
    background-color: #ffffff;
    text-align: left;
    padding: 2rem 3rem;
  }
  header nav .top-bar ul.menu >li {
    display: block;
  }
  header nav .top-bar ul.menu >li.active >a {
    background-color: transparent;
  }
  header nav .top-bar ul.menu >li >a {
    font-weight: 600;
    font-size: 18px;
    line-height: 2;
    color: #303030;
  }
  .offerParticipate .top-bloc .orbit-next,
  .offerParticipate .top-bloc .orbit-previous {
    color: #ffffff;
    z-index: 0;
  }
}
@media screen and (max-width: 1109px) and (min-width: 641px) {
  form.purchase .category_choice label span.nameCategory {
    font-size: 14px;
    min-height: 78px;
    display: block;
  }
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    width: 97%;
    height: auto;
    min-height: auto;
    margin: 0 auto;
  }
  .reveal-overlay #recapProd .divProd p.nameprod {
    width: 60%;
  }
  .reveal-overlay #recapProd .divProd span.imgprod {
    width: 30%;
    text-align: center;
  }
  .reveal-overlay #recapProd .divAmount p span.amtCalc {
    display: block;
  }
  .captcha {
    text-align: center;
  }
  .captcha .captcha_widget .captcha-field {
    width: 70%;
  }
  .captcha .captcha_widget .captcha-image {
    width: 25%;
  }
  .captcha .captcha_widget .captcha-reload {
    width: 5%;
  }
  footer ul.menu >li {
    width: 100%;
  }
  footer ul.menu >li >a {
    padding: .5rem;
  }
  .faq .accordion li a.accordion-title {
    padding-right: 1.8rem;
  }
  .userProfile .form_row label.label_civility,
  .complaint .form_row label.label_civility {
    display: inline-block;
    margin-right: 22px;
  }
  .register .choice >label {
    display: inline-block;
    margin-right: 22px;
  }
  .register .civility,
  .register .type {
    display: inline-block;
  }
  .register .civility {
    margin-left: 17px;
  }
  .register .button {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .login .bloc-connection {
    padding-left: .625rem;
    padding-right: .625rem;
  }
  .login .bloc-connection .bloc-register h3 {
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
  .login .bloc-connection .or {
    text-align: center;
    float: left;
    width: 100%;
    margin: 1rem 0;
  }
  .login .bloc-connection .or span {
    position: relative;
    display: block;
  }
  .login .bloc-connection .or span::before {
    width: 43%;
    height: 1px;
    right: 8px;
    margin: 0 auto;
    text-align: center;
    top: 8px;
  }
  .login .bloc-connection .or span::after {
    width: 43%;
    height: 1px;
    left: 8px;
    margin: 0 auto;
    text-align: center;
    top: 8px;
  }
  .userProfile .password {
    text-align: center;
    margin-top: 1.5rem;
  }
  .userProfile .choice label {
    display: inline-block;
  }
  .userProfile .civility,
  .userProfile .type {
    display: inline-block;
  }
  .offerParticipate .top-bloc {
    padding-top: 2rem;
  }
  .offerParticipate .top-bloc p {
    font-weight: 700;
    color: #ffffff;
    margin-top: 1rem;
  }
  .offerParticipate .top-bloc .orbit {
    margin-top: 17px;
  }
  .offerParticipate .top-bloc .orbit .img-left {
    text-align: left;
    display: block;
  }
  .offerParticipate .top-bloc .orbit-container {
    width: 66%;
    margin: 0 auto;
  }
  .offerParticipate .top-bloc .orbit-next,
  .offerParticipate .top-bloc .orbit-previous {
    color: #ffffff;
    z-index: 0;
  }
  .offerParticipate .steps-section .step {
    width: 95%;
    margin: 0 auto 1rem;
    padding: 1rem 0;
  }
  .offerParticipate .steps-section .step .media {
    display: inline-block;
    width: 25%;
  }
  .offerParticipate .steps-section .step .content {
    display: inline-block;
    width: 75%;
  }
  .offerParticipate .steps-section .step .content p {
    text-align: left;
    margin-bottom: 0;
  }
  .offerParticipate .steps-section .step .content p span {
    display: inline;
    margin-right: 2px;
  }
  .offerParticipate form.purchase .choice_widget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1rem;
  }
  .offerParticipate form.purchase .choice_widget .category_choice {
    flex: 48%;
  }
  .offerParticipate form.purchase .choice_widget .category_choice label {
    font-size: 12px;
    min-height: 213px;
  }
  .offerParticipate form.purchase .choice_widget .category_choice label img {
    height: 129px;
  }
  .offerParticipate form.purchase .choice_widget .category_choice input[type=checkbox] {
    width: 100%;
  }
  .offerParticipate form.purchase .choice_widget .category_choice input[type=checkbox]::before {
    width: auto;
    left: 0;
    right: 0;
  }
  .offerParticipate form.purchase .categoryRembourse .remburseAmount {
    width: 100%;
    margin: 1rem 0;
  }
  .offerParticipate form.purchase .categoryRembourse .remburseAmount p span {
    display: initial;
    font-size: 14px;
  }
  .offerParticipate form.purchase .categoryRembourse a.validstep.button {
    width: auto;
  }
  .offerParticipate form.proof i.icofont-question-circle {
    font-style: normal;
  }
  .offerParticipate form.proof i.icofont-question-circle::after {
    content: "\efca";
    font-family: "IcoFont";
    font-size: 21px;
  }
  .offerParticipate form.proof .tms_ajax_media_upload .proof .hasFile {
    background-color: #f2f2f2;
    padding: 1rem 0;
    position: relative;
  }
  .offerParticipate form.proof .tms_ajax_media_upload .proof .hasFile .proof_preview img {
    width: 30% !important;
    height: 30% !important;
  }
  .offerParticipate form.proof .tms_ajax_media_upload .proof .hasFile .proof_preview span {
    display: block;
    margin: 2px 0 0;
  }
  .offerParticipate form.proof .tms_ajax_media_upload .proof .hasFile .buttons .reset {
    position: absolute;
    top: 0;
    right: 11px;
  }
  .offerParticipate form.proof .ajax_media_upload .buttons button {
    display: block;
    margin: 1rem auto;
    text-align: center;
  }
  .offerParticipate form.proof .tms_ajax_media_upload .proof.upload_button button {
    text-align: left;
    margin: 1rem 0;
  }
  .offerParticipate form.proof .tms_ajax_media_upload .proof.upload_button .file {
    margin-bottom: 3em;
  }
  .offerParticipate form.proof .tms_ajax_media_upload .proof.upload_button .file .option {
    top: inherit;
    margin-left: 3rem;
    margin-top: -53px;
  }
  .offerParticipate form.validParticipation .validrecap {
    margin: 1rem auto;
    text-align: center;
  }
  .offerParticipate form .actions .button {
    margin: 0 auto 1rem;
    min-width: 90%;
    font-size: 12px;
  }
  .offerParticipate form .actions .button.product_notfounded {
    line-height: 1.4;
  }
}
@media screen and (min-width: 90.063em) {
  .orbit-previous {
    left: 72px;
  }
  .orbit-next {
    right: 72px;
  }
  form.purchase .categoryRembourse h2,
  form.purchase .categoryRembourse .remburs {
    padding: 0 0 0 11rem;
  }
}
