/*
    TO-DO: Adaptar
*/

/*
		Version:	1.3.5
		Remember to update Functions::getVersionFile
 */

@font-face {
  font-family: "IcoFont";
  font-style: "Regular";
  font-weight: normal;
  src:  url("/assets/themes/bureauValleeTheme/fonts/icofont.woff2") format("woff2"), 
        url("/assets/themes/bureauValleeTheme/fonts/icofont.woff") format("woff");
}
body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
}
body.loading {
  position: relative;
  overflow: hidden;
}
body.loading::before {
  background: #000000 url(/assets/themes/bureauValleeTheme/images/loader.gif) no-repeat center center;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #3a3a3a;
}
h2 {
  font-size: 28px;
  text-align: center;
}
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: 150px;
  -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;
}
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week] {
  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;
}
[type=color]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=text]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
[type=color]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=text]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
[type=color]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=text]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=week]:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
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;
}
textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
textarea:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  opacity: 1;
}
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;
}
label {
  font-size: 14px;
  font-weight: 700;
  color: #3a3a3a;
}
label.captcha-label {
  margin-bottom: 1rem;
}
input[type=checkbox],
input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
}
.checkbox label {
  font-size: 16px;
  font-weight: 400;
}
.checkbox input[type=checkbox] + label:before {
  content: "";
  height: 100%;
  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;
}
.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;
}
.choice input[type=radio] + label {
  position: relative;
  padding-left: 25px;
}
.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;
}
.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;
}
.captcha_widget {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
}
.captcha_widget .captcha-field {
  float: left;
}
.captcha_widget .captcha-field input[type="text"] {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.captcha_widget .captcha-field input[type="text"]:focus {
  box-shadow: none;
}
.captcha_widget .captcha-image {
  text-align: center;
  top: 0;
  position: relative;
  float: left;
}
.captcha_widget .captcha-reload {
  float: left;
}
.captcha_widget .captcha-reload a {
  font-family: "IcoFont";
  font-size: 25px;
  display: block;
  text-align: center;
}
.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%;
}
#tarteaucitronRoot {
  overflow: hidden;
  bottom: 0;
  top: initial !important;
}
#tarteaucitronRoot * {
  color: #ffffff !important;
}
#tarteaucitronRoot button::after {
  content: none;
}
#tarteaucitronRoot button.termine {
  background-color: #ffffff !important;
  color: #3a3a3a !important;
  border: 1px solid #3a3a3a;
  bottom: -21px;
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom {
  bottom: inherit;
}
#tarteaucitronRoot #tarteaucitronServices {
  box-shadow: none;
}
#tarteaucitronRoot #tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronBack,
#tarteaucitronRoot #tarteaucitronPersonalize {
  position: absolute;
  right: 0;
  text-indent: -999999999999999px;
  top: -999999999px;
  background: transparent;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  position: relative;
  padding: 30px 10px !important;
  background-color: #9e9e9e !important;
  overflow: hidden;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  text-align: center;
}
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert p {
  text-align: center;
  padding: 0 9rem;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronRoot,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBig,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  border: 1px solid #ffffff;
  padding: 10px 25px;
  margin: 1em .25em 0 .25em;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #ffffff;
  text-transform: inherit;
}
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronPersonalize:hover,
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronPersonalize:focus,
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronPersonalize:visited,
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCloseAlert:hover,
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCloseAlert:focus,
#tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCloseAlert:visited,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronRoot:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronRoot:focus,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronRoot:visited,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBig:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBig:focus,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBig:visited,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:focus,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:visited,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:focus,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:visited {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff !important;
}
#tarteaucitronRoot #tarteaucitronPercentage {
  display: none !important;
}
header nav {
  position: absolute;
  width: 100%;
  top: 2rem;
  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 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;
}
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;
}
header .headline {
  margin-top: 1rem;
}
header .headline a {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
  background-image: url(/assets/themes/bureauValleeTheme/images/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 143px;
  height: 71px;
  margin: 0 auto;
}
header .log a {
  position: absolute;
  top: 2rem;
  right: 5.5rem;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  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;
}
header .header_user_info_connect::before {
  left: 1.5rem;
  top: 26px;
}
header .header_user_info::before,
header .header_user_info_connect::before {
  content: "";
  width: 28px;
  height: 28px;
  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 .row {
  max-width: 81rem;
}
footer ul.menu {
  margin: 0 auto;
  list-style-type: none;
  text-align: 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;
  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 .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;
}
.login ul.errors {
  margin-bottom: 1.5rem;
}
.register #main {
  height: 100%;
}
.register #main .contents {
  min-height: 84.6%;
}
.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;
}
.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;
}
.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;
}
.offerParticipate .top-bloc {
  float: left;
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 0;
  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 .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 {
  display: inline-block;
  margin-left: 6px;
}
.offerParticipate form.proof .scondproof .file {
  margin: 0;
}
.offerParticipate form.proof .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;
}
.offerParticipate form.proof .scondproof .file.hasFile .buttons {
  display: flex;
  flex-direction: row-reverse;
}
.offerParticipate form.proof .scondproof .file.hasFile button.reset {
  display: none;
}
.offerParticipate form.proof .notice img {
  margin-bottom: 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.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: 84.6%;
}
.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: 84.6%;
}
.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 {
  font-weight: 700;
  text-decoration: underline;
}
form.purchase >.row {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
form.purchase >.row >div {
  padding-left: 0;
  padding-right: 0;
}
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;
  display: inline-block;
}
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 img {
  display: block;
  margin: 0 auto;
}
form.purchase .category_choice input[type=checkbox] {
  position: relative;
  width: 150px;
  height: 40px;
  opacity: 1;
  margin: 1rem auto 2rem;
  overflow: inherit;
}
form.purchase .category_choice input[type=checkbox]:before {
  content: "AÑADIR";
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 3.5;
}
form.purchase .category_choice input[type=checkbox]:checked::before {
  content: "AÑADIDO";
  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;
}
.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 .actions {
  text-align: center;
}
.reveal-overlay .content {
  text-align: center;
  padding: 1rem 0;
}
@media screen and (min-width: 40em) {
  .reveal {
    width: 40%;
  }
  header nav #toggle.close {
    width: auto;
    padding: 0;
    left: 31%;
  }
  header nav .top-bar.opened {
    width: 30%;
  }
  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;
  }
  .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 .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;
    background: #c8c8c8;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: -5rem;
  }
  .login .or span::after {
    width: 1px;
    height: 70px;
    background: #c8c8c8;
    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: 34%;
  }
  .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: 84.6%;
  }
  .userPass #main {
    height: 100%;
  }
  .userPass #main .contents {
    min-height: 84.6%;
  }
  .userPass form >.row {
    max-width: 25rem;
  }
  .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: 17%;
  }
  .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 .password {
    width: 65%;
    float: right;
  }
  .offerParticipate .top-bloc .orbit .orbit-image {
    width: auto;
  }
  .offerParticipate .top-bloc .picture {
    margin-bottom: 1rem;
  }
  .offerParticipate section.steps-section {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .offerParticipate section.steps-section .step {
    width: 32%;
    padding: 1rem 1rem;
    min-height: 207px;
    float: left;
  }
  .offerParticipate section.steps-section .step:nth-child(4) {
    margin: 0 2%;
  }
  .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;
  }
  .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%;
  }
  .offerParticipate .actions,
  .complaint .actions,
  .userProfile .actions,
  .participationUpdate .actions {
    float: none !important;
    z-index: 0;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin: 0 auto 3rem;
  }
  .offerParticipate .actions button,
  .offerParticipate .actions .button,
  .complaint .actions button,
  .complaint .actions .button,
  .userProfile .actions button,
  .userProfile .actions .button,
  .participationUpdate .actions button,
  .participationUpdate .actions .button {
    margin: 1rem .5rem 0;
  }
  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 {
    display: flex;
    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 .category_choice label span:not(.limitParticipe) {
    display: block;
  }
  form.purchase .button.validPurchase {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert p {
    padding: 0px 1rem;
  }
  #tarteaucitronRoot #tarteaucitronServices {
    height: auto !important;
  }
  #tarteaucitronRoot button.termine {
    bottom: auto;
  }
  .reveal {
    width: 97%;
    height: auto;
    min-height: auto;
    margin: 0 auto;
  }
  .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%;
  }
  header .header_user_info {
    display: none;
  }
  header .log a {
    right: 1rem;
  }
  header nav #toggle.close {
    padding: 1.9rem 1rem;
    margin-top: -2rem;
    left: 80%;
    background-color: #ffffff;
  }
  header nav .top-bar.opened {
    width: 80%;
  }
  header nav .top-bar.opened ul.menu {
    padding: 2rem 0.5rem;
  }
  header nav .top-bar.opened ul.menu >li >a {
    font-size: 15px;
    line-height: 1.5;
  }
  footer ul.menu >li {
    display: block;
  }
  footer ul.menu >li >a {
    padding: .5rem;
  }
  .faq .accordion li a.accordion-title {
    padding-right: 1.5rem;
  }
  .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;
  }
  .login .bloc-connection .bloc-register h3 {
    border-bottom: 1px solid;
    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;
  }
  .offerParticipate .top-bloc p {
    font-weight: 700;
    color: #ffffff;
    margin-top: 1rem;
  }
  .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 .category_choice {
    width: 48%;
    margin: 0 1% 1rem;
    float: left;
  }
  .offerParticipate form.purchase .category_choice label {
    font-size: 12px;
    min-height: 213px;
  }
  .offerParticipate form.purchase .category_choice label img {
    height: 129px;
  }
  .offerParticipate form.purchase .category_choice input[type=checkbox] {
    width: 100%;
  }
  .offerParticipate form.purchase .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.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.validParticipation .validrecap {
    margin: 1rem auto;
    text-align: center;
  }
  .offerParticipate form .actions .button {
    display: block;
    margin: 0 auto 1rem;
    min-width: 90%;
    font-size: 12px;
  }
}
@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;*/
    padding: 0 0 0 0;
  }
}


/* PURCHASE: START */
    header .log a, header .header_user_info::before, header .header_user_info_connect::before {
        background-image : url(http://media-manager.preprod.digifid.fr/api/media/2786408889-1626353283-b9677c6fc380f059c20196f6324a58b8-6253);
    }
    .offerParticipate .top-bloc {
        background-image : url(http://media-manager.preprod.digifid.fr/api/media/2786408889-1626594446-7ac24e0e59beb2ba0b5e467eeb92b2e7-1663);
    }
    a, a:hover, a:focus {
        color: #dd5984;
    }
    button, .button, [type=button], [type=submit] {
        background: #dd5984;
        border: 2px solid #dd5984;
    }
    button:hover, button:focus, .button:hover, .button:focus, [type=button]:hover, [type=button]:focus, [type=submit]:hover, [type=submit]:focus {
        color: #dd5984;
        border: 2px solid #dd5984;
    }
    button.hollow, button.back, .button.hollow, .button.back, [type=button].hollow, [type=button].back, [type=submit].hollow, [type=submit].back {
        color: #dd5984;
        border: 2px solid #dd5984;
    }
    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 {
        background: #dd5984;
        border: 2px solid#dd5984;
    }
    header nav #toggle span, header nav #toggle span:before, header nav #toggle span:after {
        background: #dd5984;
    }
select {
   background-image: url(http://media-manager.preprod.digifid.fr/api/media/2786408889-1626604128-94af929405dd88d6b87750415d9b2bd7-5470);
}
    form.purchase .categoryRembourse {
        background: #32c5f0;
    }
form.purchase .category_choice input[type=checkbox]:checked::before {
      background-image: url(http://media-manager.preprod.digifid.fr/api/media/2786408889-1626604127-4c1479351616fae32d4f139cc6517a0e-8308);
}
    footer ul.menu >li >a {
        color: #dd5984;
    }
    form.purchase .categoryRembourse .remburseAmount p span {
        color: #253a70;
    }
    form.purchase .category_choice input[type=checkbox]:before {
        background-color: #32c5f0;
    }
form.purchase .category_choice input[type=checkbox].category_choice_disabled::before {
 color: #253a70;
}
    form.purchase .category_choice input[type=checkbox]:checked::before {
        color: #32c5f0;
        border: 1px solid #32c5f0;
    }
    form.purchase .category_choice.checked {
        -webkit-box-shadow: 0 0 0 3px #32c5f0 inset;
        -moz-box-shadow: 0 0 0 3px #32c5f0 inset;
        box-shadow: 0 0 0 3px #32c5f0 inset;
    }
    form.purchase .category_choice input[type=checkbox].category_choice_disabled {
        color: #253a70;
    }
    .captcha-reload a {
        color: #dd5984;
    }
    #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronRoot, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBig, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
        color: #dd5984 !important;
    }
    .cms .box-content h3 {
        color: #dd5984;
    }
    .login .bloc-connection .or span {
        color: #dd5984;
    }
    .offerParticipate form.proof .scondproof .file button.select {
        color: #dd5984;
    }
    .offerParticipate form.step_products .scanResult {
        border-color: #dd5984;
    }
    .offerParticipate form.validParticipation hr {
        border-color: #dd5984;
    }
    .offerParticipate .top-bloc .orbit-next, .offerParticipate .top-bloc .orbit-previous {
        color: #32c5f0;
    }
    .offerParticipate form.validParticipation h3 {
        color: #32c5f0;
    }
    .offerParticipate form .notice-list1 li::before, .offerParticipate form .notice-list1 a.participLink {
        color: #32c5f0;
    }
    .reveal-overlay {
        color: #dd5984;
    }
    .login .bloc-connection .bloc-register h3 {
        border-color: #dd5984;
    }
    .login .bloc-connection .text_warning {
             color: #dd5984;
    }
    .participation #main .contents .block-content .user_info, .participation #main .contents .block-content .block-participation  {
        border-color: #dd5984;
    }
    .participation #main .contents .block-content .user_info p.preview, .participation #main .contents .block-content .user_info p.preview a {
        color: #32c5f0;
    }
    .participation #main .contents .block-content .block-participation p.state,
    .participation #main .contents .block-content .block-participation p span.shortDescription,
    .participation #main .contents .block-content .block-participation a.link_update {
        color: #32c5f0;
    }
    .participationUpdate form .scondproof .file button.select {
        color: #dd5984;
    }
    .participationUpdate form .notice-list1 li::before {
        color: #32c5f0;
    }
    .participationUpdate form.confirmParticipation {
        color: #32c5f0;
    }
    .checkbox input[type=checkbox]:checked + label:after {
        color: #32c5f0;
    }
    .choice input[type=radio]:checked + label:after {
        background-color: #32c5f0;
    }
.faq .accordion li a.accordion-title::before {
    background-image: url(http://media-manager.preprod.digifid.fr/api/media/2786408889-1626604128-a1c9eb68481d5a8b542ea7a88e06392d-2916);
}
.faq .accordion li.is-active a.accordion-title::before {
    background-image: url(http://media-manager.preprod.digifid.fr/api/media/2786408889-1626604128-94af929405dd88d6b87750415d9b2bd7-5470);
}
    @media screen and (max-width: 39.9375em) {
        .login .bloc-connection .or span::after, .login .bloc-connection .or span::before {
            background: #dd5984;
        }
.offerParticipate form.purchase .category_choice label {
min-height: 244px;
}
    }
@media screen and (min-width: 1024px) {
.offerParticipate form.purchase .category_choice label {
min-height: 358px;
}
}
@media screen and (min-width: 40em) {
        form.purchase .category_choice label span:not(.limitParticipe) {
                    min-height: 115px;
       }
      .offerParticipate form.step_products .actions button.reset {
         left: auto;
         right: auto;
     }
}
/* PURCHASE: END */