html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
/*  list-style: none;*/
padding-left:30px;
font-size: 14px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.direction_rtl {
  direction: rtl;
  text-align: right;
}
b,
strong {
  font-weight: 700;
  font-size: 100%;
}
i,
em {
  font-style: italic;
}
.preload * {
  transition: none !important;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ededed;
  color: #343843;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
input,
textarea,
td,
select {
  color: #343843;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
textarea:focus,
input:focus {
  outline: none;
}
*:focus {
  outline: none;
}
.page,
.cols {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.page .col,
.cols .col {
  border-radius: 3px 3px 3px 3px;
  float: left;
}
.page .col .inner-padding,
.cols .col .inner-padding {
  padding: 1.5em;
}
.page .col-white,
.cols .col-white {
  background: #fff;
}
.page .col-limegray,
.cols .col-limegray {
  background: #e1e1d6;
}
.page .col-lightpearl,
.cols .col-lightpearl {
  background: #f3f4f4;
}
.page .col100-tiny,
.cols .col100-tiny {
  width: 100%;
  max-width: 500px;
  float: none !important;
  margin: auto;
}
.page .col100-small,
.cols .col100-small {
  width: 100%;
  max-width: 700px;
  float: none !important;
  margin: auto;
}
.page .col100-medium,
.cols .col100-medium {
  width: 100%;
  float: none !important;
  margin: auto;
}
.page .col100,
.cols .col100 {
  width: 100%;
}
.page .col75,
.cols .col75 {
  width: 75.8%;
  float: right;
}
.page .col70,
.cols .col70 {
  width: 65.6%;
}
.page .col68,
.cols .col68 {
  width: 68.1%;
}
.page .col65,
.cols .col65 {
  width: 65.6%;
}
.page .col50,
.cols .col50 {
  width: 50%;
}
.page .col30,
.cols .col30 {
  width: 30%;
}
.page .col25,
.cols .col25 {
  width: 25%;
}
.page .col24,
.cols .col24 {
  width: 24%;
}
.page .col22,
.cols .col22 {
  width: 22%;
}
.page .col5,
.cols .col5 {
  width: 5%;
  margin-left: 5%;
}
.page .col.align-right,
.cols .col.align-right {
  float: right;
}
.page .col.align-left,
.cols .col.align-left {
  float: left;
}
.page:after,
.cols:after {
  clear: both;
  display: block;
  content: "";
}
.main-page {
  padding: 0 0 3em 0;
}
.clear-after {
  clear: both;
  display: block;
  content: "";
}
.top-nav {
  background: #343843;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s ease;
}
.top-nav .place-content {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top-nav .place-content .logo,
.top-nav .place-content .links {
  float: left;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.25s;
  transform: translate(0, 0);
}
.top-nav .place-content .logo {
  margin-right: 0;
}
.top-nav .place-content .logo img {
  display: block;
  height: 50px;
  image-rendering: -webkit-optimize-contrast;
}
.top-nav .place-content .logo.active {
  cursor: default;
}
.top-nav .place-content .mobile-menu-link,
.top-nav .place-content #mobile_menu_icon {
  display: none;
}
.top-nav .place-content .links {
  line-height: normal;
}
.top-nav .place-content .links ul.top-level > li {
  float: left;
  position: relative;
  transition: color 0.5s;
  font-size: 110%;
}
.top-nav .place-content .links ul.top-level > li > a {
  color: #fff;
  text-decoration: none;
}
.top-nav .place-content .links ul.top-level > li > a:not(.logout) {
  display: flex;
  align-items: center;
  text-align: center;
  height: 50px;
  line-height: normal;
  margin: 0 14px;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em;
  transition: color 0.2s;
}
@media screen and (max-width: 1080px) {
  .top-nav .place-content .links ul.top-level > li > a:not(.logout) {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 972px) {
  .top-nav .place-content .links ul.top-level > li > a:not(.logout) {
    font-size: 0.7em;
    margin: 0 8px;
  }
}
@media screen and (max-width: 832px) {
  .top-nav .place-content .links ul.top-level > li > a:not(.logout) {
    font-size: 0.64em;
  }
}
@media screen and (max-width: 800px) {
  .top-nav .place-content .links ul.top-level > li > a:not(.logout) {
    font-size: 0.6em;
    margin: 0 5px;
  }
}
.top-nav .place-content .links ul.top-level > li > a.logout {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: initial;
  font-size: 0.7em;
  border-bottom: 1px solid;
  position: relative;
  top: -24px;
  transition: all 0.5s;
}
.top-nav .place-content .links ul.top-level > li a.active {
  font-weight: bold;
  box-shadow: 0 -9px 0px 0px #fcc831 inset;
  cursor: default;
}
.top-nav .place-content .links ul.top-level > li a:hover {
  color: #fcc831;
}
.top-nav .place-content .links ul.top-level > li ul.sousMenu {
  visibility: hidden;
  background: #343843;
  position: absolute;
  top: 50px;
  left: 0;
  width: 170%;
  z-index: 99;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s;
}
.top-nav .place-content .links ul.top-level > li ul.sousMenu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-bottom: #d3d3d3 1px solid;
  padding: 1em 0;
  margin: 0 2em;
  transition: color 0.2s;
}
.top-nav .place-content .links ul.top-level > li ul.sousMenu li a:hover {
  color: #fcc831;
}
.top-nav .place-content .links ul.top-level > li ul.sousMenu li.last a {
  border-bottom: none;
}
.top-nav .place-content .links ul.top-level > li.dropdown:hover ul.sousMenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.top-nav .place-content .nav-right {
  text-align: right;
  position: relative;
  width: 298px;
}
.top-nav .place-content .nav-right.contact {
  width: 282px;
}
.top-nav .place-content .nav-right .user {
  display: none;
}
.top-nav .place-content .recherche {
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  right: 0;
  position: absolute;
  transition: width 0.5s ease;
}
.top-nav .place-content .recherche .search-form {
  display: block;
  width: 100%;
  margin: 7px 0;
  border-radius: 35px 35px 35px 35px;
  background-color: #fff;
}
.top-nav .place-content .recherche .search-form input.search-terms {
  background: transparent;
  border: none;
  display: block;
  float: left;
  height: 36px;
  padding: 0 0 0 8px;
  box-sizing: border-box;
  text-indent: 10px;
  line-height: 36px;
  letter-spacing: 0;
  width: calc(100% - 36px);
  transition: width 0.5s;
  z-index: 101;
  position: relative;
}
.top-nav .place-content .recherche .search-form input.search-button {
  background: transparent url("../img/search.svg") no-repeat scroll right 15px
    center;
  background-size: 20px;
  border: medium none;
  color: transparent;
  float: right;
  height: 36px;
  line-height: normal;
  text-indent: -10000px;
  width: 36px;
  cursor: pointer;
  padding: 0;
  z-index: 101;
  position: relative;
}
.top-nav .place-content .recherche .search-form:after {
  clear: both;
  display: block;
  content: "";
}
.top-nav.shrink .nav-right {
  font-size: 0;
  width: 258px;
}
@media screen and (max-width: 1221px) {
  .top-nav .place-content .nav-right.contact {
    width: 225px;
  }
  body.presentation-guide #ancres {
    max-width: calc((90% / 100) * 30) !important;
  }
}
h1 {
  color: #2ca0a7;
  font-size: 1.8em;
  padding: 1.5em 0 0.75em 0;
  text-align: center;
  font-weight: 500;
}
.editorial-content h2 {
  font-size: 160%;
  font-weight: 500;
  margin: 1em 0;
}
.editorial-content h2.align-center {
  text-align: center;
}
.editorial-content h2.in-form {
  margin: 0.2em 0 0.5em 0;
}
.editorial-content h3 {
  color: #343843;
  font-weight: 500;
  font-size: 118%;
  padding: 1.2em 0 0.5em;
  text-align: center;
}
.editorial-content h3.in-form {
  color: #aaa;
  padding-bottom: 0;
}
.editorial-content h3.align-left {
  text-align: left;
}
.editorial-content h4 {
  font-weight: 500;
  font-size: 105%;
}
.editorial-content h4.lighter {
  color: gray;
}
.editorial-content h4.align-center {
  text-align: center;
}
.editorial-content p,
.editorial-content ul,
.editorial-content ol {
  line-height: 1.5em;
  margin: 0.5em 0;
}
.editorial-content p strong,
.editorial-content ul strong,
.editorial-content ol strong,
.editorial-content p b,
.editorial-content ul b,
.editorial-content ol b {
  color: #131418;
}
.editorial-content p {
  text-align: left;
}
.editorial-content p.sous-titre {
  font-weight: bold;
  font-size: 1.25em;
}
.editorial-content ul {
  margin-left: 2em;
}
.editorial-content ul li {
  padding-left: 1em;
  padding-top: 0.3em;
  background: transparent url("../images/fleche_droite.svg") no-repeat scroll 0
    12px;
  background-size: 6px;
  list-style: outside none none;
}
.editorial-content ul ul li {
  background: transparent url("../images/sous_puce.svg") no-repeat scroll 0
    12px;
  background-size: 6px;
}
.editorial-content ul.no-margin-left {
  margin-left: 0;
}
.editorial-content a,
.editorial-content .pseudo-a {
  color: #000;
  text-decoration: none;
  border-bottom: #000 1px solid;
  transition: all 0.1s;
  cursor: pointer;
}
.editorial-content a.mdp,
.editorial-content .pseudo-a.mdp {
  color: #aaa;
  border-color: #aaa;
}
.editorial-content a:hover,
.editorial-content .pseudo-a:hover {
  color: #000;
  border-bottom: #000 1px solid;
  padding-bottom: 0.2em;
}
.editorial-content a:visited {
  color: #609;
  border-bottom: #609 1px solid;
}
.editorial-content .alert-gray a {
  border-bottom: 0px;
  padding-bottom: 0em;
}
.editorial-content .guide-boxed-paragraph {
  background: #ededed;
  border-radius: 3px 3px 3px 3px;
  border: none !important;
  margin: 1.5em 1em;
  padding: 1.5em 2em !important;
}
.editorial-content .guide-boxed-paragraph:before {
  content: "";
  display: inline-block;
  background-image: url("../images/puce_etoile.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  width: 13px;
  height: 10px;
}
.standard-form .item {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1em 0 0.8em 0;
}
.standard-form .item input[type="text"],
.standard-form .item input[type="email"],
.standard-form .item input[type="password"] {
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  height: 46px;
  line-height: 44px;
  width: 99.9%;
  text-indent: 2%;
  transition: border 0.5s;
  color: #343843;
  font-size: 100%;
  box-sizing: border-box;
}
.standard-form .item input[type="text"]:hover,
.standard-form .item input[type="text"]:focus,
.standard-form .item input[type="email"]:hover,
.standard-form .item input[type="email"]:focus,
.standard-form .item input[type="password"]:hover,
.standard-form .item input[type="password"]:focus {
  color: #343843;
  border: #64b0b8 1px solid;
}
.standard-form .item .password {
  position: relative;
}
.standard-form .item .password .oeil_mot_de_passe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  color: #5e5e5e;
}
.standard-form .item .password .oeil_mot_de_passe::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.standard-form .item textarea {
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  height: 46px;
  line-height: 1.5em;
  width: 95.9%;
  padding: 1.5% 2%;
  height: 190px;
  transition: border 0.5s;
  font-size: 100%;
  resize: vertical;
}
.standard-form .item textarea.mini {
  height: 80px;
}
.standard-form .item textarea.medium {
  height: 108px;
}
.standard-form .item textarea:hover,
.standard-form .item textarea:focus {
  border: #64b0b8 1px solid;
}
.standard-form .item .pseudo-checkbox {
  float: left;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 3px 3px 3px 3px;
  background-color: #fff;
  color: transparent;
  text-align: center;
  cursor: pointer;
  margin: 0 0.5em 0.5em 0;
  border: #d3d3d3 1px solid;
  transition: all 0.1s;
}
.standard-form .item .pseudo-checkbox .check {
  line-height: 18px;
  transition: all 0.1s;
  font-size: 100%;
}
.standard-form .item .erreur_champ,
.standard-form .item input.erreur_champ,
.standard-form .item #captcha.erreur_champ,
.standard-form .item #formulaire_stripe.erreur_champ,
.standard-form .item .erreur_champ:hover,
.standard-form .item input.erreur_champ:hover,
.standard-form .item #captcha.erreur_champ:hover,
.standard-form .item .erreur_champ:focus,
.standard-form .item input.erreur_champ:focus,
.standard-form .item #captcha.erreur_champ:focus {
  border: #ff6257 1px solid;
  color: #ff6257;
}
.standard-form .item .pseudo-checkbox.checked .check {
  color: #343843;
}
.standard-form .item input.radio {
  float: left;
  position: relative;
  top: 1px;
  margin: 0;
  padding-right: 1em;
}
.standard-form .item select {
  display: block;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  padding: 0 1%;
  width: auto;
  transition: border 0.5s;
  color: #343843;
  font-size: 114%;
}
.standard-form .item select:hover,
.standard-form .item select:focus {
  color: #343843;
  border: #64b0b8 1px solid;
}
.standard-form .item label.date-label {
  width: 120px;
  height: 40px;
  line-height: 38px;
}
.standard-form .item input.datepicker {
  background-color: #fff;
  background-image: url("../images/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: 7px 9px;
  padding: 10px 10px 10px 35px;
  width: 76px;
  height: 18px;
  line-height: 38px;
}
.standard-form .item .champ_radio_formulaire_principal {
  border: #c6c6c6 1px solid;
  border-radius: 3px 3px 3px 3px;
  transition: all 0.5s;
  color: #343843;
  margin-bottom: 0.4em !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.standard-form .item .champ_radio_formulaire_principal .radio-button {
  margin: 0 14px 0 10px !important;
}
.standard-form .item .champ_radio_formulaire_principal label {
  height: 44px !important;
  line-height: 44px !important;
  padding-right: 10px !important;
  width: auto;
  margin-left: auto;
}
.standard-form .item .champ_radio_formulaire_principal > img {
  height: 24px;
  width: auto;
}
.standard-form .item .champ_radio_formulaire_principal.mdp_stripe img {
  height: 22px;
}
.standard-form
  .item
  .champ_radio_formulaire_principal.mdp_stripe_payment_button.apple_pay
  img {
  height: 28px;
}
.standard-form .item .champ_radio_formulaire_principal.sofort img {
  height: 16px;
}
.standard-form .item .champ_radio_formulaire_principal.giropay img {
  height: 24px;
}
.standard-form .item .champ_radio_formulaire_principal.przelewy24 img {
  height: 30px;
}
.standard-form .item .champ_radio_formulaire_principal.ideal img {
  height: 38px;
}
.standard-form .item .champ_radio_formulaire_principal.bancontact img {
  height: 34px;
}
.standard-form
  .item
  .champ_radio_formulaire_principal.mdp_ebanx_pix.paiement_pix
  img {
  height: 40px;
}
.standard-form .item .champ_radio_formulaire_principal:hover {
  border: #d3d3d3 1px solid;
}
.standard-form .item .champ_radio_formulaire_principal.active {
  border: #64b0b8 1px solid;
}
.standard-form .item .champ_radio_formulaire_principal.complement-info {
  height: auto !important;
  line-height: auto !important;
}
.standard-form .item .champ_radio_formulaire_principal.complement-info label {
  height: auto !important;
  line-height: auto !important;
}
.standard-form
  .item
  .champ_radio_formulaire_principal.complement-info
  label
  .information
  p {
  margin: 0;
  padding: 0 0 8px 12px;
  text-align: right;
  line-height: 1.2em;
}
.standard-form
  .item
  .champ_radio_formulaire_principal.complement-info
  label
  .information
  p
  .notice {
  color: gray;
  font-size: 90%;
}
.standard-form .item .champ_radio_formulaire_principal:after {
  clear: both;
  display: block;
  content: "";
}
.standard-form .item .pseudo-radio-field .radio-button {
  float: left;
  margin: 13px 20px 0 10px;
}
.standard-form .item .pseudo-radio-field label {
  float: right;
  padding-right: 17px;
  padding-bottom: 0;
  width: 50%;
  line-height: 44px;
  text-align: right;
  font-weight: 400;
}
.standard-form .item label.ok-cgv {
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0.2em;
}
.standard-form .visible-item {
  display: block;
}
.standard-form .hidden-item {
  display: none;
}
.standard-form .framed-item {
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  padding: 0;
  margin-bottom: 1.7em;
}
.standard-form .framed-item .inner-padding {
  padding: 1.5em;
}
.standard-form .framed-item .inner-padding input[type="text"],
.standard-form .framed-item .inner-padding input[type="email"],
.standard-form .framed-item .inner-padding input[type="password"],
.standard-form .framed-item .inner-padding textarea {
  margin: 0 auto;
  float: none;
  display: block;
}
.standard-form .framed-item .inner-padding input[type="radio"] {
  margin-right: 0.5em;
}
.standard-form .framed-item .inner-padding label {
  font-size: 100%;
  font-weight: 300;
}
.standard-form .framed-item .inner-padding label.single-radio {
  padding: 0;
}
.standard-form .framed-item.in-list {
  margin-bottom: 1em;
}
.standard-form .framed-item.selected {
  border: #2ca0a7 1px solid;
}
.standard-form .item.checkbox label {
  padding-bottom: 0;
}
.standard-form .block-captcha table {
  float: left;
}
.standard-form .block-captcha table tr td {
  vertical-align: middle;
}
.standard-form .block-captcha table tr td img {
  margin: 0 10px 0 0;
  display: block;
}
.standard-form .block-captcha input#captcha {
  flex: 1;
  height: 48px;
  border: #c6c6c6 1px solid;
  border-radius: 3px 3px 3px 3px;
  line-height: 46px;
  text-indent: 10px;
  width: auto;
  margin-top: 2px;
  transition: border 0.5s;
}
.standard-form .block-captcha input#captcha:hover,
.standard-form .block-captcha input#captcha:focus {
  color: #343843;
  border: #64b0b8 1px solid;
}
.standard-form .item label,
.standard-form .block-captcha label,
.standard-form .item .label,
.standard-form .block-captcha .label {
  display: block;
  font-size: 114%;
  font-weight: 500;
  padding: 0 0 0.7em 0;
  line-height: 1.3em;
}
.standard-form .item label.checkbox-single-line,
.standard-form .block-captcha label.checkbox-single-line {
  padding-top: 0.2em;
}
.standard-form .item.label-only {
  padding-bottom: 0;
}
.standard-form .item:after,
.standard-form .block-captcha:after {
  clear: both;
  display: block;
  content: "";
}
@media screen and (max-width: 767px) {
  .standard-form .item .pseudo-radio-field.mdp_ebanx_boleto .radio-button {
    margin: 13px 0 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .mdp_ebanx_boleto label {
    max-width: 218px;
  }
}
.requis {
  color: coral;
}
.large.btn,
.btn-large:hover,
a.large.btn,
a.btn-large:hover {
  padding: 0.7em 1.7em !important;
}
.btn-group {
  text-align: center;
}
.btn {
  padding: 0.6em;
  font-weight: 500;
  border: none !important;
  -webkit-appearance: none !important;
}
.btn .fa {
  font-size: 0.8em;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.btn .fa-paper-plane {
  font-size: 120%;
}
.btn#prevBtn .fa-spinner{
  margin-right: 0.7em;
}
.btn#nextBtn .fa-spinner{
  margin-left: 0.7em;
}
.btn .fa-chevron-right,
.btn .fa-save,
.btn .fa-paper-plane,
.btn .fa-check {
  margin-left: 0.7em;
}
.btn .fa-chevron-left,
.btn .fa-file-excel-o,
.btn .fa-file-word-o {
  margin-right: 0.7em;
}
.btn .fa-remove {
  margin-right: 0.7em;
}
@media screen and (min-width: 1024px) {
  .standard-form .item .pseudo-checkbox:hover {
    background-color: #f0f7f8;
    border: #64b0b8 1px solid;
  }
  .standard-form .item .pseudo-checkbox:hover.checked .check {
    color: #64b0b8;
  }
}
.btn,
.btn:hover {
  border: medium none;
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", sans-serif !important;
  font-size: 105%;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.btn:hover .fa-paper-plane {
  top: -3px;
}
.btn:hover .fa-chevron-right {
  left: 3px;
}
.btn:hover .fa-chevron-left {
  left: -3px;
}
.btn.call2action,
.btn.action {
  background-color: #2ca0a7;
}
.btn.dark-call2action {
  background-color: #343843;
}
.btn.cancel {
  background-color: #b3b3b3;
}
.btn.kill {
  background-color: #ff6257;
}
.btn.kill .fa-trash {
  font-size: 1em;
  margin-right: 0.2em;
}
.btn.loader {
  transition: width 0.5s;
}
.btn.loader .fa-spinner {
  margin-right: 0.7em;
}
.btn.equalized {
  min-width: 10em;
}
form.inline-form {
  display: inline;
}
.editorial-content a.btn.large,
.editorial-content a.btn.large:hover,
.btn-group a.btn.large,
.btn-group a.btn.large:hover {
  padding: 0.8em 1.4em !important;
}
.single-centered-alert {
  text-align: center;
}
.single-centered-alert p,
.single-centered-alert h2,
.single-centered-alert h3 {
  text-align: center;
}
.important-alert {
  font-size: 114%;
  font-weight: 500;
}
.vertical-space {
  clear: both;
  padding: 0.5em 0;
}
.alert-gray {
  color: #aaaaaa;
  font-size: 95%;
}
.alert-gray a {
  color: #aaaaaa;
}
.wrong {
  color: #ff6257 !important;
}
body.home {
  background-color: #fff;
}
body.home .page {
  max-width: 100%;
  width: 100%;
}
body.presentation-modele .page {
  max-width: 100%;
  width: 100%;
}
#homepage .slice {
  width: 90%;
  width: auto;
  margin: 0 auto;
}
#homepage .splash-screen {
  background: #f3f4f4;
  position: relative;
}
#homepage .splash-screen .slice2 {
  padding-top: 3.5em;
  display: flex;
  align-items: center;
}
#homepage .splash-screen .slice2 #illustration {
  padding-left: 3%;
}
#homepage .splash-screen .slice2 #illustration img {
  max-width: 90%;
  float: left;
  height: auto;
}
#homepage .splash-screen .slice2 #accroche {
  padding-left: 3%;
  margin-top: 1.5em;
}
#homepage .splash-screen .slice2 h1,
#homepage .splash-screen .slice2 h2 {
  color: #343843;
  font-weight: 500;
  padding: 0;
}
#homepage .splash-screen .slice2 h1 {
  text-transform: uppercase;
  text-align: left;
  font-size: 285%;
  line-height: 1.1em;
}
#homepage .splash-screen .slice2 h2 {
  margin: 0;
  font-size: 142%;
  line-height: 1.2em;
  padding: 1.28em 0;
  font-weight: 300;
}
#homepage .splash-screen .slice2 .recherche {
  height: 69px;
  width: 100%;
  max-width: 580px;
  background: #fff;
  border-radius: 35px 35px 35px 35px;
  margin: 0 auto;
}
#homepage .splash-screen .slice2 .recherche .search-input {
  width: calc(100% - 80px);
  padding-left: 18px;
  float: left;
  height: 68px;
  background: none;
  border: none;
  text-indent: 22px;
  font-weight: 300;
  font-size: 157%;
  position: relative;
  box-sizing: border-box;
  z-index: 99;
}
#homepage .splash-screen .slice2 .recherche .search-bt {
  float: right;
  width: 80px;
  height: 69px;
  border: none;
  background: transparent url("../img/search-large.svg") center center no-repeat;
  cursor: pointer;
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  transition: left 0.3s;
}
#homepage .splash-screen .slice2 .recherche .search-bt:hover {
  left: 5px;
}
#homepage .splash-screen .slice2 .recherche:after {
  clear: both;
  display: block;
  content: "";
}
#homepage .splash-screen .slice4 {
  margin: 0 auto;
  border-radius: 3px 3px 0 0;
  text-align: center;
}
#homepage .splash-screen .slice4 .steps {
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  margin: 3em auto;
}
#homepage .splash-screen .slice4 .steps .step {
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  background: #15acd7;
  width: 100%;
  max-width: 271px;
  margin: 0 2px;
  border-radius: 3px 3px 3px 3px;
}
#homepage .splash-screen .slice4 .steps .step .padding {
  padding: 1em 0.5em 1em 0.5em;
}
#homepage .splash-screen .slice4 .steps .step .padding a {
  color: #fff;
  border: none;
}
#homepage .splash-screen .slice4 .steps .step .padding h3 {
  font-weight: 600;
  font-size: 160%;
  line-height: 1.2em;
  color: #fff;
  padding: 0.5em 0 0.5em 0;
  min-height: 52px;
  max-width: 90%;
  margin: auto;
  text-transform: uppercase;
}
#homepage .splash-screen .slice4 .steps .step .padding p {
  text-align: center;
  line-height: 1.2em;
  font-size: 110%;
  min-height: 58px;
  margin: auto;
}
#homepage .splash-screen .slice4 .steps .step .padding p br {
  display: none;
}
#homepage .splash-screen .slice4 .steps .step .padding .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 71px;
}
#homepage .splash-screen .slice4 .steps .step .padding .icon img {
  display: block;
  margin: 0 auto;
}
#homepage .splash-screen .slice4 .steps .step .padding .icon img.mobile {
  display: none;
}
#homepage .splash-screen .slice4 .steps .step1 .padding .icon img {
  width: 85px;
}
#homepage .splash-screen .slice4 .steps .step2 .padding .icon img {
  width: 60px;
}
#homepage .splash-screen .slice4 .steps .step3 .padding .icon img {
  width: 56px;
}
#homepage .splash-screen .slice4 .steps .step4 {
  background: #fff;
}
#homepage .splash-screen .slice4 .steps .step4 .padding .icon img {
  width: 56px;
}
#homepage .splash-screen .slice4 .steps .step4 .padding h3,
#homepage .splash-screen .slice4 .steps .step4 .padding p {
  color: #343843;
}
#homepage .splash-screen .slice4 .steps:after {
  clear: both;
  display: block;
  content: "";
}
#homepage .second-half {
  clear: both;
  display: block;
  content: "";
}
#homepage .second-half h2 {
  padding: 2em 0 0.5em 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
#homepage .second-half .sales-pitch {
  border-bottom: #c7c8ca 1px solid;
  padding-bottom: 2em;
}
#homepage .second-half .sales-pitch p {
  font-weight: 300;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  margin-top: 0;
}
#homepage .second-half .sales-pitch .stats-items {
  min-height: 200px;
  width: 100%;
}
#homepage .second-half .sales-pitch .stats-items .col {
  background: #f3f4f4;
  margin: 0 1%;
  max-width: 242px;
  min-height: 170px;
  border-radius: 3px 3px 3px 3px;
}
#homepage .second-half .sales-pitch .stats-items .col:first-child {
  margin-left: 14%;
}
#homepage .second-half .sales-pitch .stats-items .col:last-child {
  margin-right: 14%;
}
#homepage .second-half .sales-pitch .stats-items .col .inner-padding {
  padding: 3em 1em 1em 1em;
}
#homepage .second-half .sales-pitch .stats-items .col .number {
  font-size: 3em;
  font-weight: 300;
  color: #15acd7;
  text-align: center;
  margin-bottom: 0.25em;
}
#homepage .second-half .sales-pitch .stats-items .col p {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2em;
}
#homepage .second-half .sales-pitch .stats-items.item-2 .col:first-child {
  margin-left: 27%;
}
#homepage .second-half .sales-pitch .stats-items.item-2 .col:last-child {
  margin-right: 27%;
}
#homepage .second-half .pub-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#homepage .second-half .pub-logos h2 {
  padding-bottom: 0;
}
#homepage .second-half .pub-logos img {
  width: auto;
  margin: 2.72%;
}
#homepage .second-half .home-double-cols h3 {
  text-align: left;
  font-size: 140%;
  font-weight: 500;
}
#homepage .second-half .home-double-cols ul li {
  padding: 0.3em 0 0.3em 0.8em;
  margin: 0.1em 0;
  background: transparent url("../images/puce.svg") no-repeat scroll 0 12px;
  background-size: 5px;
}
#homepage .second-half .home-double-cols ul li a {
  border: none;
  color: #343843;
}
#homepage .second-half .home-double-cols ul li a:hover {
  color: #15acd7;
}
.overall-footer {
  position: relative;
  padding-top: 80px;
}
.footer {
  background: #343843;
  padding: 20px 0;
}
.footer .cols {
  display: flex;
  flex-wrap: wrap;
}
.footer .cols .col:not(.country-select) {
  flex: 1;
}
.footer .cols .col:not(.country-select) ul {
  padding-bottom: 12px;
  display: inline-block;
  width: 100%;
}
.footer .cols .col:not(.country-select) ul li {
  padding-bottom: 8px;
  position: relative;
  float: left;
  padding-right: 40px;
  color: #fff;
}
.footer .cols .col:not(.country-select) ul li::after {
  content: "-";
  position: relative;
  left: 20px;
}
.footer .cols .col:not(.country-select) ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s;
}
.footer .cols .col:not(.country-select) ul li a:hover {
  color: #fcc831;
}
.footer .cols .col:not(.country-select) ul li:last-child {
  padding-right: 0;
}
.footer .cols .col:not(.country-select) ul li:last-child::after {
  content: "";
}
.footer .cols .col:not(.country-select) ul.gray-menu li {
  color: #aaa;
}
.footer .cols .col.country-select {
  flex: 0;
}
.footer .country-select .region-label {
  text-transform: uppercase;
  padding: 0;
  height: 17px;
  text-decoration: none;
  color: #fff;
  border: none;
  display: block;
}
.footer.light {
  padding: 2em 0;
}
.footer.light .cols .col-logout {
  display: none;
}
.copyright {
  width: 100%;
  color: #777777;
}
.button-white {
  color: #343843;
  border: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 1em 2em;
  border-radius: 3px 3px 3px 3px;
  transition: color 0.5s;
  transition: background-color 0.5s;
}
.button-white:hover {
  background-color: #2ca0a7;
  color: #fff;
}
#btn_up {
  bottom: 41px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 13px;
  z-index: 1000;
  padding: 1em 1.4em;
}
#btn_up svg {
  fill: #343843;
  position: relative;
  top: 1px;
}
#btn_up .btn-up-icon-left {
  padding-right: 5px;
}
#btn_up .btn-up-icon-right {
  padding-left: 5px;
}
#btn_up:hover svg {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  #btn_up {
    display: none !important;
  }
}
.block-item-list .item {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 2em;
  padding: 0 0 1.7em 0;
}
.block-item-list .item .question {
  padding-bottom: 0.2em;
}
.block-item-list .item.last {
  border-bottom: none;
  margin-bottom: 0;
}
.faq h2 {
  line-height: 1.3em;
  margin: 0.9em 0;
}
.faq ol {
  list-style: decimal;
  padding-left: 1em;
  margin-left: 2em;
}
.faq ol li {
  margin-bottom: 0.5em;
}
#pricingTable {
  border-radius: 3px 3px 3px 3px;
  margin: 2.5em auto 0.5em auto;
  width: 654px;
}
#pricingTable .top-row {
  font-weight: bold;
}
#pricingTable .column {
  float: left;
}
#pricingTable .column .cell {
  text-align: center;
  border-bottom: #ccc 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pricingTable .column.legend {
  border-top: #ccc 1px solid;
  border-radius: 3px 0 0 3px;
}
#pricingTable .column.legend .cell {
  width: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
#pricingTable .column.highlight {
  border-radius: 3px 3px 3px 3px;
  border-bottom: #abd1cc 4px solid;
  border-left: #abd1cc 5px solid;
  border-right: #abd1cc 5px solid;
  font-weight: bold;
}
#pricingTable .column.highlight .cell {
  border-bottom: #abd1cc 1px solid;
  width: 244px;
  background-color: #e9f4f2;
  color: #2ca0a7;
  height: 70px;
  line-height: 68px;
}
#pricingTable .column.highlight .top-row {
  line-height: 18px;
  border-top: #abd1cc 5px solid;
}
#pricingTable .column.highlight .top-row .padding {
  padding: 7px 0;
}
#pricingTable .column.highlight .cell.adjust-line4 {
  line-height: 55px;
}
#pricingTable .column.regular {
  border-right: #ccc 1px solid;
  border-radius: 0 3px 3px 0;
  margin-top: 5px;
}
#pricingTable .column.regular .cell {
  width: 244px;
}
#pricingTable .column.regular .top-row {
  border-top: #ccc 1px solid;
}
#pricingTable .column.legend {
  border-left: #ccc 1px solid;
  margin-top: 75px;
  background-color: #f5f5f5;
  color: grey;
}
#pricingTable .cell.tl {
  border-radius: 3px 0 0 0;
}
#pricingTable .cell.tr {
  border-radius: 0 3px 0 0;
}
#pricingTable .cell.bl:last-child {
  border-radius: 0 0 0 3px;
}
#pricingTable .cell.br:last-child {
  border-radius: 0 0 3px 0;
}
#pricingTable .cell.adjust-line1 {
  height: 54px;
  line-height: 52px;
}
#pricingTable .cell.adjust-line2 {
  height: 54px;
  line-height: 18px;
}
#pricingTable .cell.adjust-line3 {
  height: 54px;
  line-height: 18px;
}
#pricingTable .cell.adjust-line5 {
  line-height: 52px;
}
#pricingTable .cell.adjust-line6 {
  height: 70px;
  line-height: 68px;
}
#pricingTable .cell.adjust-line7 {
  height: 70px;
  line-height: 67px;
}
#pricingTable .cell.adjust-line8 {
  height: 69px;
  line-height: 67px;
}
#pricingTable .recommande {
  margin: 0 auto;
  position: relative;
  top: -20px;
}
#pricingTable .recommande a.ribbon,
#pricingTable .recommande a.ribbon:hover {
  display: block;
  text-decoration: none;
  background-color: #2ca0a7;
  width: 180px;
  border-radius: 38px;
  height: 38px;
  line-height: 36px;
  clear: both;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 0 192px;
  border: none;
  padding-bottom: 0;
}
#pricingTable .recommande a.ribbon .fa-check,
#pricingTable .recommande a.ribbon:hover .fa-check {
  margin-left: 0;
  width: 0;
  margin-left: 0.5em;
}
#pricingTable:after {
  clear: both;
  display: block;
  content: "";
}
#pricingTextual {
  display: none;
}
.list-tree-structure .niveau {
  background-image: url("../img/trait_gauche.png");
  background-color: transparent;
  background-position: 16px 0;
  background-repeat: repeat-y;
}
.list-tree-structure .niveau br {
  display: none;
}
.list-tree-structure .niveau h2 {
  -moz-user-select: none;
  background-image: url("../images/ouvert_mobile.svg");
  background-size: 16px;
  background-position: 9px 3px;
  background-repeat: no-repeat;
  color: #343843;
  cursor: pointer;
  display: inline-block;
  margin: 1em 0 0 0;
  padding: 1px 10px 5px 34px;
}
.list-tree-structure .niveau h3 {
  -moz-user-select: none;
  background-image: url("../images/ouvert_mobile.svg");
  background-size: 16px;
  background-position: 9px 8px;
  background-repeat: no-repeat;
  color: #343843;
  cursor: pointer;
  padding: 8px 20px 10px 34px;
}
.list-tree-structure .niveau h2.ouvert {
  background-image: url("../images/ferme_mobile.svg");
}
.list-tree-structure .niveau h3.ouvert {
  background-image: url("../images/ferme_mobile.svg");
}
.list-tree-structure .niveau > div a {
  color: #343843;
  display: inline-block;
  line-height: 2em;
  border: none;
  padding-left: 2.5em;
}
.list-tree-structure .niveau > div a:hover {
  padding-bottom: 0;
  color: #15acd7;
}
.list-tree-structure .niveau > div a:visited {
  color: #609;
}
.list-tree-structure .niveau.ferme > div {
  display: none;
}
.list-tree-structure .niveau_2:first-child h2 {
  margin-top: 0;
}
.list-tree-structure .niveau_3 {
  background-image: url("../img/trait_gauche.png");
  background-color: transparent;
  background-position: 66px 0;
  background-repeat: repeat-y;
  padding: 0 20px 0 50px;
}
.list-tree-structure .niveau_3 h3 {
  text-align: left;
}
.list-tree-structure .niveau_1 {
  background: none;
}
.list-tree-structure .niveau_4 {
  background: transparent url("../img/trait_gauche.png") repeat-y scroll 66px 0;
  padding: 0 20px 0 50px;
}
.list-tree-structure .niveau_4 h4 {
  text-align: left;
}
.list-tree-structure .niveau_4 h4.ouvert {
  background-image: url("../images/ferme_mobile.svg");
}
.list-tree-structure .niveau_4 h4 {
  -moz-user-select: none;
  background-image: url("../images/ouvert_mobile.svg");
  background-repeat: no-repeat;
  background-position: 9px;
  background-size: 16px;
  color: #292828;
  cursor: pointer;
  padding: 10px 20px 10px 34px;
}
#breadcrumb {
  font-size: 84%;
  padding: 1em 0 0.5em 0;
  color: #343843;
  line-height: 1.7em;
}
#breadcrumb i {
  font-size: 80%;
}
#breadcrumb i::before {
  visibility: hidden;
}
#breadcrumb i {
  box-sizing: border-box;
  position: relative;
  border: 5px solid transparent;
}
#breadcrumb i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 0;
  top: 2px;
}
#breadcrumb div {
  display: inline;
}
#breadcrumb div a,
#breadcrumb div a:hover {
  color: #131418;
  border-bottom: #343843 1px solid;
  margin: 0 0.25em;
  display: inline-block;
  height: 15px;
}
#breadcrumb #dernier_lien_du_fil_d_ariane a {
  border: none;
}
body.presentation-modele .document-title {
  padding-top: 2.6em;
  padding-bottom: 2.8em;
}
body.presentation-modele h1 {
  padding: 0;
  font-size: 200%;
  text-align: left !important;
  line-height: 1.2em;
  width: 100%;
}
body.presentation-modele .infos-document {
  margin-bottom: 1.5em;
  background-color: #fff;
  overflow: hidden;
}
body.presentation-modele .infos-document .cols {
  min-height: 410px;
  background-image: url("../img/preview-document.png");
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
body.presentation-modele .infos-document .cols .col68 {
  width: calc(100% * 10 / 14);
  padding-left: 2.1em;
  box-sizing: border-box;
}
body.presentation-modele .infos-document .cols.has-preview {
  background-position: 0;
  background-repeat: no-repeat;
  background-image: url(../img/ombre.png);
  background-size: 39.2% 100%;
}
body.presentation-modele .infos-document h2 {
  margin: 0;
  margin-top: 0.5em;
  padding-bottom: 1.7em;
}
body.presentation-modele .infos-document a.preview-document {
  display: block;
  text-decoration: none;
  width: calc(100% * 4 / 14);
  height: 330px;
  background-color: #fff;
  background-image: none;
  overflow: hidden;
  border: none;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: -54px 0px 54px #f4f4f4;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
body.presentation-modele .infos-document a.preview-document > img {
  margin: 0;
  display: block;
  transition: opacity 0.5s;
  width: 100%;
  height: auto;
  background-color: #fff;
}
body.presentation-modele .infos-document a.preview-document .form-button {
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  text-align: center;
  color: #fff;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 115%;
  line-height: 1.5em;
  background-color: rgba(52, 56, 67, 0.75);
  padding: 135px 0 0 0;
}
body.presentation-modele .infos-document a.preview-document .form-button i {
  display: block;
  margin-top: 0;
  transition: margin-top 0.5s;
}
body.presentation-modele .infos-document a.preview-document:hover {
  border: none !important;
  padding: 0;
}
body.presentation-modele .infos-document a.preview-document:hover .form-button {
  opacity: 1;
}
body.presentation-modele
  .infos-document
  a.preview-document:hover
  .form-button
  i {
  display: block;
  margin-top: 1.5em;
}
body.presentation-modele .infos-document .document-stars {
  padding: 10px 0 0 0;
}
body.presentation-modele .infos-document .document-stars-title {
  display: inline-block;
  padding-right: 3px;
  font-weight: 500;
  font-size: 100%;
}
body.presentation-modele .infos-document .document-stars-text {
  display: inline-block;
  padding-left: 5px;
  font-size: 100%;
  font-weight: 400;
}
body.presentation-modele .infos-document .document-stars-images {
  position: relative;
  top: 1px;
}
body.presentation-modele .infos-document .stars-container {
  display: inline-block;
  width: 90px;
  height: 15px;
  font-size: 0;
  position: relative;
}
body.presentation-modele .infos-document .stars {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/star-default.svg) repeat-x;
}
body.presentation-modele .infos-document .stars-forward {
  background: url(../img/star-yellow.svg) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
body.presentation-modele .infos-document .stars-container.small {
  width: 70px;
  height: 12px;
}
body.presentation-modele .infos-document .stars-container.small .stars {
  background: url(../img/star-default-small.svg) repeat-x;
}
body.presentation-modele .infos-document .stars-container.small .stars-forward {
  background: url(../img/star-yellow-small.svg) repeat-x;
}
body.presentation-modele .infos-document .stickers .sticker {
  display: inline-block;
  padding-right: 3.2%;
}
body.presentation-modele .infos-document .stickers .sticker .ico {
  display: inline-block;
  padding-right: 0.8em;
}
body.presentation-modele .infos-document .stickers .sticker .text {
  display: inline-block;
}
body.presentation-modele .infos-document .stickers .sticker .text strong {
  display: block;
  font-weight: 500;
  font-size: 128%;
  padding: 0 0 0.4em 0;
}
body.presentation-modele .infos-document .stickers .sticker .text .smaller {
  display: block;
}
body.presentation-modele .infos-document .stickers .sticker1 .ico {
  width: 36px;
  height: 36px;
}
body.presentation-modele .infos-document .stickers .sticker2 .ico {
  width: 40px;
  height: 40px;
}
body.presentation-modele .infos-document .stickers .sticker3 .ico {
  width: 31px;
  height: 37px;
}
body.presentation-modele .infos-document .stickers .sticker4 .ico {
  width: 28px;
  height: 37px;
}
body.presentation-modele .infos-document .stickers.stickers-rating .sticker {
  padding: 0 2% 2% 0;
}
body.presentation-modele
  .infos-document
  .stickers.stickers-rating
  .sticker
  .ico {
  padding-right: 0.7em;
}
body.presentation-modele
  .infos-document
  .stickers.stickers-rating
  .sticker
  .text
  strong {
  font-size: 115%;
}
body.presentation-modele
  .infos-document
  .stickers.stickers-rating
  .sticker
  .text
  .smaller {
  font-size: 100%;
}
body.presentation-modele
  .infos-document
  .stickers.stickers-rating
  .sticker2
  .ico {
  width: 27px;
}
body.presentation-modele
  .infos-document
  .stickers.stickers-rating
  .sticker4
  .ico {
  width: 13px;
}
body.presentation-modele
  .infos-document
  .stickers.stickers-rating
  .sticker5
  .ico {
  width: 33px;
  height: 33px;
}
body.presentation-modele
  .infos-document
  .stickers.stickers-rating-price
  .sticker2
  .ico {
  width: 27px;
}
body.presentation-modele
  .infos-document
  .stickers.stickers-rating-price
  .sticker4
  .ico {
  width: 13px;
}
body.presentation-modele .infos-document .creation-document {
  margin-top: 3em;
  margin-bottom: 24px;
}
body.presentation-modele .infos-document .creation-document.add-margin {
  margin-bottom: 3em;
}
body.presentation-modele .content-document .col-white {
  width: calc(100% * 10 / 14);
}
body.presentation-modele .content-document .col-white .inner-padding {
  padding: 1.6em 1.6em 1.6em 2.2em;
}
body.presentation-modele .content-document h2 {
  margin-top: 0;
  line-height: 1.5em;
  font-size: 180%;
}
body.presentation-modele .content-document strong {
  font-weight: 700;
  color: #131418;
}
body.presentation-modele .content-document .infos-how-to {
  width: calc(100% * 4 / 14);
}
body.presentation-modele .content-document .infos-how-to h2 {
  margin-bottom: 0.5em;
  margin-top: 0.75em;
}
body.presentation-modele .content-document .infos-how-to .step {
  padding: 0.8em 1em 1.8em 90px;
  background-color: transparent;
  background-position: -9px 7px;
  background-repeat: no-repeat;
  position: relative;
}
body.presentation-modele .content-document .infos-how-to .step h4 {
  font-weight: 500;
  font-size: 128%;
  line-height: 1.1em;
}
body.presentation-modele .content-document .infos-how-to .step p {
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  padding: 0;
}
body.presentation-modele .content-document .infos-how-to .step p a {
  color: #343843;
  border: none;
  padding: 0 !important;
}
body.presentation-modele .content-document .infos-how-to .step .step-ico {
  position: absolute;
}
body.presentation-modele .content-document .infos-how-to .step .step-ico-1 {
  left: -3px;
  top: 14px;
  width: 64px;
  height: 42px;
}
body.presentation-modele .content-document .infos-how-to .step .step-ico-2 {
  left: 6px;
  top: 12px;
  width: 50px;
  height: 47px;
}
body.presentation-modele .content-document .infos-how-to .step .step-ico-3 {
  left: 5px;
  top: 11px;
  width: 50px;
  height: 54px;
}
body.presentation-modele .content-document .infos-how-to .step .step-ico-4 {
  left: 4px;
  top: 7px;
  width: 53px;
  height: 53px;
}
body.presentation-modele .content-document .infos-how-to .step4 {
  padding-bottom: 0;
}
body.presentation-modele .content-document .infos-how-to .step4 p {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.presentation-modele .content-document .bottom-btn {
  margin-top: 1.6em;
}
body.presentation-modele .extra-links {
  margin-top: 1.5em;
}
body.presentation-modele .extra-links p.repeat-title {
  margin-top: 0;
  margin-bottom: 1.2em;
}
body.presentation-modele .extra-links h2 {
  font-size: 114%;
}
body.presentation-modele .extra-links .links-list li {
  padding-top: 0;
  margin-bottom: 0.97em;
  background: transparent url("../images/puce.svg") no-repeat scroll 0 9px;
  background-size: 5px;
}
body.presentation-modele .extra-links .links-list a {
  color: #343843;
  border: none;
}
body.presentation-modele .extra-links .links-list a:hover {
  color: #15acd7;
}
body.presentation-modele .extra-links .links-list a:visited {
  color: #609;
}
body.presentation-modele .infos-document-mobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1129px) {
  body.presentation-modele .infos-document .document-stars-text-votes {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  body.presentation-modele .extra-links .links-list li {
    background: transparent url("../images/fleche_droite.svg") no-repeat scroll
      0 7px;
    background-size: 6px;
  }
  body.presentation-modele .infos-document .message {
    width: 91% !important;
  }
}
body.creation_de_document
  .actions_de_bas_de_popup.bloquant.single-centered-alert.vertical-space
  div.btn.cancel.large {
  padding: 0.95em !important;
}
.button_backoffice:hover {
  padding: 0.5em 1em !important;
}
body.presentation-modele
  div.page.editorial-content
  div.infos-document
  div.cols
  div#message.message {
  margin: 1.4em 0 1.4em 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1023px) {
  body.presentation-modele
    div.page.editorial-content
    div.infos-document
    div.cols
    div#message.message {
    width: 100%;
  }
}
#recherche-consulter-liste {
  margin: 1em 0 0 0;
}
body.formulaire_commande_abo
  table#orderSummary.standard-table.no-header
  tbody
  tr#ligne_abonnement
  td
  p {
  margin: 0;
}
body.recherche_resultats .col-white .inner-padding {
  padding: 1em 2em 2em 2em;
}
body.recherche_resultats .introuvable p {
  margin: 0;
  padding-bottom: 1.5em;
}
#connexion-utilisateur {
  margin: 2em 0 2em 0;
}
#startPseudoCheckboxCgv {
  cursor: pointer;
}
body.confirmation_commande_paypal .standard-table#confirmation tr td.prix {
  text-align: right;
}
body.confirmation_commande_paypal .standard-table#confirmation tr.total td {
  font-weight: 500;
}
body.confirmation_commande_paypal .editorial-content ul {
  margin-left: 0.1em !important;
}
body.confirmation_commande_paypal .confirmation-details {
  margin: 0.3em 0;
  color: #848484;
  font-size: 85%;
  text-align: right;
}
h3.recap-title {
  padding-bottom: 1.25em;
}
h3.after-order {
  padding-top: 2.5em;
}
#checkout-order-form {
  margin-top: 1.25em;
}
#account-modify-creditcard {
  height: 51px;
  width: 255px;
}
#account-abo-choice {
  text-transform: uppercase;
}
#alert-cancel-subscription {
  padding-bottom: 1em;
}
.place-cb-choice {
  padding: 3em 0;
}
.place-cb-choice > form > div {
  padding-bottom: 0.5em;
}
.liste-documents h1 {
  padding-top: 0.3em;
}
.liste-documents p.pre-arbo {
  padding-bottom: 1em;
}
.formulaire_commande_abo.es
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title {
  font-size: 1.45em;
  line-height: 1.7em;
}
.formulaire_commande_abo.it
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title {
  font-size: 1.5em;
  line-height: 1.7em;
}
.conditional-scroll {
  border-bottom: #e0e0e0 1px solid;
  border-radius: 3px;
}
.conditional-scroll.full_height {
  height: auto !important;
}
.conditional-scroll table.standard-table {
  border-bottom: none !important;
  border-top: none !important;
}
.conditional-scroll table.standard-table tbody tr td {
  border-top: 1px solid #dfdfdf;
  border-bottom: none !important;
}
.conditional-scroll table.standard-table tbody tr td.titre {
  width: 100%;
  max-width: 355px;
  min-width: 70px;
  word-break: break-word;
}
#contenu.gris section.section .conditional-scroll > table {
  border-bottom: none;
  border-right: none;
}
.partenaires_liste_ventes_partenaire .recap {
  padding: 0;
  margin: 2em 0;
  background-color: #f3f4f4;
  border: #ededed 1px solid;
  border-radius: 3px 3px 3px 3px;
  line-height: 1.3em;
}
.partenaires_liste_ventes_partenaire .recap .row {
  display: table-row;
}
.partenaires_liste_ventes_partenaire .recap .row .col {
  padding: 1.5em;
  display: table-cell;
}
.partenaires_liste_ventes_partenaire .recap .row .col.col1,
.partenaires_liste_ventes_partenaire .recap .row .col.col2 {
  border-right: #ededed 1px solid;
}
.partenaires_liste_ventes_partenaire .recap .value {
  color: teal;
  font-weight: 500;
}
.partenaires_liste_ventes_partenaire .recap:after {
  clear: both;
  display: block;
  content: "";
}
.partenaires_liste_ventes_partenaire
  .panel.light-gray
  form.standard-form.liste-ventes-partenariats
  button.btn.large.call2action {
  padding: 0.55em !important;
}
.faq-partenaires td.mention {
  width: 25%;
}
#partenaire_tableau_nom_url tbody tr td {
  height: auto;
  line-height: 1.2em;
  padding: 10px;
  font-size: 85%;
}
.standard-form .item.partenaires-option-societe {
  margin-top: 0 !important;
  margin-bottom: 2em !important;
}
.panel {
  padding: 1.5em;
  border: #c6c6c6 1px solid;
  border-radius: 3px 3px 3px 3px;
}
.light-gray {
  background-color: #ededed;
}
.partenariats-no-sales-alert {
  margin-top: 1.5em;
}
.account-pages h1 {
  padding-left: 24.2%;
  width: 75.8%;
}
.account-pages .sidebar {
  background-color: #fff;
  padding: 1.25em 0;
}
.account-pages .sidebar ul {
  margin: 0;
}
.account-pages .sidebar ul li {
  padding: 0 0 0.5em 0;
  margin: 0 1em;
  list-style-type: none;
  background-image: none;
}
.account-pages .sidebar ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.account-pages .sidebar ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.75em;
  border: none;
  color: #343843;
  border-radius: 42px;
  transition: all 0.5s;
}
.account-pages .sidebar ul li a i {
  margin: 0 1em 0 0.5em;
}
.account-pages .sidebar ul li a span {
  display: flex;
  align-items: center;
}
.account-pages .sidebar ul li a:hover {
  background-color: #d1e7e4;
}
.account-pages .sidebar ul li a.active {
  color: #fff;
  background-color: #2ca0a7;
}
.account-pages .alert {
  font-weight: 500;
  font-size: 100%;
  padding: 0 0 1em 0;
  margin: 0;
}
.account-pages .call2action {
  margin-top: 1em;
}
.account-pages .col75 h2 {
  margin-top: 0.3em;
}
.account-pages .col75 h2 .btn {
  float: right;
  font-size: 15px;
}
.account-pages .col75 h2.after-table {
  margin-top: 1.4em;
  clear: both;
}
.account-pages .col75 p,
.account-pages .col75 ul,
.account-pages .col75 ol {
  padding-bottom: 0.75em;
}
.account-pages .col75.flex {
  margin-top: 2em;
  display: flex;
  gap: 2em;
}
.account-pages .col75.flex .item-account {
  margin-top: 0;
}
.account-pages.account-index .col75 {
  min-height: 322px;
}
.account-pages.account-index .col75 .alert {
  font-size: 1.8em;
  font-weight: bold;
}
.account-pages.account-index .col75 h2 {
  margin: 0;
  padding: 0.5em 0.75em;
  background: #ededed;
  font-size: 1.25em;
  border: 1px solid #dfdfdf;
  box-shadow: 0 0 0 2px #fff inset;
  border-bottom: none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.account-pages.account-index .col75 h2.after-table {
  margin-top: 1.4em;
}
.account-pages.account-index .col75 .standard-table,
.account-pages.account-index .col75 .conditional-scroll {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.account-pages.account-index .col75 .standard-table tr:first-child,
.account-pages.account-index .col75 .conditional-scroll tr:first-child {
  border-radius: 0;
}
.account-pages.account-index .col75 .standard-table tr:first-child td,
.account-pages.account-index .col75 .conditional-scroll tr:first-child td {
  border-top: none;
}
.account-pages.account-index .col75 .standard-table .statut_doc a:hover,
.account-pages.account-index .col75 .conditional-scroll .statut_doc a:hover,
.account-pages.account-index .col75 .standard-table .action_signature a:hover,
.account-pages.account-index
  .col75
  .conditional-scroll
  .action_signature
  a:hover {
  color: #2ca0a7;
}
.account-pages.account-index .col75 .standard-table .statut_signature span,
.account-pages.account-index .col75 .conditional-scroll .statut_signature span {
  color: #2ca0a7;
  background-color: #f0f7f8;
  border-radius: 14px;
  white-space: nowrap;
  padding: 0.1em 0.8em;
  text-align: center;
  font-size: 0.8em;
}
.account-pages.account-index
  .col75
  .standard-table
  .statut_signature
  span:empty,
.account-pages.account-index
  .col75
  .conditional-scroll
  .statut_signature
  span:empty {
  display: none;
}
.account-pages.account-index
  .col75
  .standard-table
  .statut_signature.en_cours
  span,
.account-pages.account-index
  .col75
  .conditional-scroll
  .statut_signature.en_cours
  span {
  color: #15acd7;
  background-color: #e0f8ff;
}
.account-pages.account-index
  .col75
  .standard-table
  .statut_signature.annule
  span,
.account-pages.account-index
  .col75
  .conditional-scroll
  .statut_signature.annule
  span {
  color: #f50325;
  background-color: #ffe0ef;
}
.account-pages .standard-form .item {
  max-width: 100%;
  width: auto;
  padding: 0;
  margin: 0 0 0.9em 0;
}
.account-pages .standard-form .item label {
  display: block;
  height: 28px;
  line-height: 26px;
  float: left;
  font-size: 105%;
  padding-right: 0.5em;
}
.account-pages .standard-form .item input[type="text"],
.account-pages .standard-form .item input[type="password"],
.account-pages .standard-form .item input[type="email"] {
  height: 28px;
  line-height: 26px;
  float: left;
  width: 300px;
  font-size: 105%;
}
.account-pages .standard-form .item textarea {
  height: auto;
  line-height: 1.3em;
  float: left;
  width: 270px;
  padding: 11px 15px;
  height: 60px;
  font-size: 105%;
  resize: vertical;
}
.account-pages .standard-form .item .readonly,
.account-pages .standard-form .item .readonly:hover,
.account-pages .standard-form .item .readonly:focus {
  border: none;
  color: #9b9b9b;
}
.account-pages .standard-form .item textarea.readonly {
  padding: 6px 0 15px 8px;
  resize: none;
}
.account-pages .standard-form .item label.date-label {
  width: 120px;
  height: 40px;
  line-height: 38px;
}
.account-pages .standard-form .item input.datepicker {
  background-color: #fff;
  background-image: url("../images/icon-calendar.svg");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  font-size: 100%;
  padding: 0 0 0 35px;
  width: 110px;
  height: 30px;
  line-height: 28px;
  box-sizing: content-box;
}
.account-pages .standard-form .item select {
  font-size: 105%;
  height: 40px;
}
.account-pages .standard-form .item .date-select {
  float: left;
}
.account-pages .standard-form .xl-field {
  margin-bottom: 1.4em;
}
.account-pages .standard-form .xl-field label {
  padding-bottom: 0;
}
.account-pages .standard-form .xl-field input[type="text"],
.account-pages .standard-form .xl-field input[type="password"],
.account-pages .standard-form .xl-field input[type="email"] {
  width: 440px;
}
.account-pages .standard-form .xl-field textarea {
  width: 410px;
}
.account-pages .standard-form .xl-field.checkbox {
  margin-top: 1.6em;
}
.account-pages .standard-form .xl-field.checkbox label {
  line-height: 1.3em;
}
.account-pages .standard-form .xl-field.checkbox .pseudo-checkbox {
  margin: 1px 0.5em 0.5em 0;
}
.account-pages .standard-form .xl-field.checkbox:after {
  clear: both;
  display: block;
  content: "";
}
.account-pages .standard-form .xl-centered > label {
  width: 430px;
  padding-bottom: 0;
  margin: 0 auto;
  float: none;
}
.account-pages .standard-form .xl-centered input[type="text"],
.account-pages .standard-form .xl-centered input[type="password"],
.account-pages .standard-form .xl-centered input[type="email"] {
  height: 46px;
  line-height: 44px;
  width: 430px;
  margin: 0 auto;
  float: none;
  display: block;
  font-size: 100%;
}
.account-pages .standard-form .xl-centered textarea {
  width: 400px;
}
.account-pages .standard-form .xl-centered input.xl-text {
  font-size: 100%;
}
.account-pages .standard-form .xl-centered.section_de_paiement {
  margin: 0 auto;
}
.account-pages .standard-form.facturation label {
  text-align: right;
  min-width: 160px !important;
}
.account-pages .standard-form.change-password .item {
  display: flex;
  flex-direction: column;
}
.account-pages .standard-form.change-password .item label {
  width: 100%;
  height: auto;
  text-align: left;
}
.account-pages .standard-form.change-password .item .password {
  max-width: 440px;
}
.account-pages .standard-form.readonly-form .item {
  border-bottom: #ededed 1px solid;
}
.account-pages .item-account {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 1.5em;
  box-sizing: border-box;
}
.account-pages .item-account:last-child {
  margin-top: 3em;
  margin-bottom: 0.2em;
}
.account-pages:after {
  clear: both;
  display: block;
  content: "";
}
.confirm-close-account #confirmation-fermeture-compte,
.confirm-delete #confirmation-fermeture-compte,
.confirm-close-account #confirmation-sup-sauvegarde,
.confirm-delete #confirmation-sup-sauvegarde {
  font-size: 100%;
  max-width: 80%;
  background-image: none !important;
  padding: 1.5em;
  margin: 0 auto 2em auto;
}
.confirm-close-account #confirmation-fermeture-compte h3,
.confirm-delete #confirmation-fermeture-compte h3,
.confirm-close-account #confirmation-sup-sauvegarde h3,
.confirm-delete #confirmation-sup-sauvegarde h3 {
  padding-top: 0.5em;
}
.confirm-close-account #confirmation-fermeture-compte p,
.confirm-delete #confirmation-fermeture-compte p,
.confirm-close-account #confirmation-sup-sauvegarde p,
.confirm-delete #confirmation-sup-sauvegarde p {
  text-align: left !important;
}
.confirm-close-account #confirmation-fermeture-compte ul,
.confirm-delete #confirmation-fermeture-compte ul,
.confirm-close-account #confirmation-sup-sauvegarde ul,
.confirm-delete #confirmation-sup-sauvegarde ul {
  text-align: left !important;
}
.confirm-close-account #confirmation-fermeture-compte ul li,
.confirm-delete #confirmation-fermeture-compte ul li,
.confirm-close-account #confirmation-sup-sauvegarde ul li,
.confirm-delete #confirmation-sup-sauvegarde ul li {
  background: transparent url("../images/fleche_droite.svg") no-repeat scroll 0
    12px;
  background-size: 6px;
}
.confirm-close-account #confirmation-fermeture-compte .btn.large,
.confirm-delete #confirmation-fermeture-compte .btn.large,
.confirm-close-account #confirmation-sup-sauvegarde .btn.large,
.confirm-delete #confirmation-sup-sauvegarde .btn.large {
  margin: 0.5em;
}
.confirm-close-account .btn.large,
.confirm-delete .btn.large {
  margin: 0.5em;
}
.pseudo-radio-field .radio-button {
  float: left;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
  background-image: url("../../public/images/radio-button.svg");
  background-position: center top;
  background-repeat: no-repeat;
}
.pseudo-radio-field .radio-button:hover {
  background-position: center bottom;
}
.pseudo-radio-field.active .radio-button {
  background-position: bottom center;
}
.connection-utilisateur .pseudo-radio-field .radio-button {
  position: relative;
  top: -2px;
}
.connection-utilisateur #avec_compte.pseudo-radio-field .radio-button {
  top: -1px;
}
.popup-dialog-content {
  display: none;
}
.veil {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: 100%;
  background-image: url("../img/ardoise-74-percent-opacity.png");
  z-index: 99998;
  display: none;
  padding-bottom: 10em;
}
.popup-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 75%;
  max-width: 600px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  background: #fff;
  z-index: 99999;
  display: none;
}
.popup-dialog .scrollable {
  width: auto;
  padding: 25px 30px 30px 30px;
}
.popup-dialog .scrollable h2,
.popup-dialog .scrollable h3,
.popup-dialog .scrollable h4 {
  text-align: center;
}
.popup-dialog .scrollable .vertical-space {
  padding: 1.2em 0 0.5em 0;
}
.popup-dialog .close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 150%;
  color: #aaa;
  width: 100%;
  background-image: url("../img/popup-close-gradient.png");
  background-repeat: repeat-x;
  background-position: top center;
  text-align: right;
  padding: 10px 0;
  height: 25px;
}
.popup-dialog .close-wrapper .close-dialog {
  cursor: pointer;
  transition: color 0.2s;
  margin-right: 13px;
}
.popup-dialog .close-wrapper .close-dialog:hover {
  color: #2ca0a7;
}
.popup-dialog-scroll {
  height: 500px;
}
.popup-dialog-scroll .scrollable {
  height: 400px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-dialog-scroll .scrollable:after {
  display: none;
}
.popup-dialog-scroll .close-wrapper {
  background-image: url("../img/popup-close-gradient-scroll.png");
  background-position: top right;
}
.popup-dialog.scroll {
  height: 500px;
}
.popup-dialog.scroll .scrollable {
  height: 420px;
  overflow: auto;
  padding: 25px 30px 30px 30px;
  -webkit-overflow-scrolling: touch;
}
.popup-dialog.scroll .scrollable:after {
  display: none;
}
.popup-dialog.scroll .close-wrapper {
  background-image: url("../img/popup-close-gradient-scroll.png");
  background-position: top right;
}
table.standard-table {
  border-collapse: separate;
  border-radius: 3px 3px 3px 3px;
  width: 100%;
  border: #e0e0e0 1px solid;
}
table.standard-table tr:first-child {
  border-radius: 3px 3px 0 0;
}
table.standard-table thead tr th {
  border-right: #6c748b 1px solid;
  border-top: #6c748b 1px solid;
  border-bottom: #e0e0e0 1px solid;
  padding: 15px 10px;
  font-weight: 500;
  background-color: #343843;
  color: #fff;
  text-align: left;
}
table.standard-table thead tr th:first-child {
  border-left: #6c748b 1px solid;
}
table.standard-table tbody {
  border-right: #e0e0e0 1px solid;
  border-bottom: #e0e0e0 1px solid;
}
table.standard-table tbody tr {
  border-bottom: #e0e0e0 1px solid;
}
table.standard-table tbody tr td {
  padding: 15px 10px;
  line-height: 1.3em;
}
table.standard-table tbody tr td.gray-bg {
  background-color: #ededed;
}
table.standard-table tbody tr td a,
table.standard-table tbody tr td .delete {
  border: none !important;
  font-weight: 500 !important;
}
table.standard-table tbody tr td.date {
  color: #989898;
  text-align: left;
  width: 80px;
  font-weight: 500;
  text-align: center;
}
table.standard-table tbody tr td.statut_doc span {
  display: block;
  font-size: 85%;
  color: #989898;
  margin-top: 0.5em;
  max-width: 270px;
  min-width: 150px;
}
table.standard-table tbody tr td.modifier,
table.standard-table tbody tr td.panier {
  text-align: center;
}
table.standard-table tbody tr td.modifier a:hover,
table.standard-table tbody tr td.panier a:hover {
  color: #2ca0a7;
}
table.standard-table tbody tr td.delete {
  text-align: center;
}
table.standard-table tbody tr td.delete .delete {
  -webkit-appearance: none !important;
  padding: 0;
  margin: 0;
  background: 0;
  color: #000;
  cursor: pointer;
  transition: all 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m268 416h24a12 12 0 0 0 12-12v-216a12 12 0 0 0 -12-12h-24a12 12 0 0 0 -12 12v216a12 12 0 0 0 12 12zm164-336h-82.41l-34-56.7a48 48 0 0 0 -41.18-23.3h-100.82a48 48 0 0 0 -41.16 23.3l-34.02 56.7h-82.41a16 16 0 0 0 -16 16v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48v-336h16a16 16 0 0 0 16-16v-16a16 16 0 0 0 -16-16zm-260.16-29.09a6 6 0 0 1 5.16-2.91h94a6 6 0 0 1 5.15 2.91l17.46 29.09h-139.22zm196.16 413.09h-288v-336h288zm-212-48h24a12 12 0 0 0 12-12v-216a12 12 0 0 0 -12-12h-24a12 12 0 0 0 -12 12v216a12 12 0 0 0 12 12z'/%3E%3C/svg%3E");
  padding-left: calc(14px + 0.5em);
  background-size: contain;
  background-repeat: no-repeat;
}
table.standard-table tbody tr td.delete .delete:hover {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 448 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ff6257' d='m268 416h24a12 12 0 0 0 12-12v-216a12 12 0 0 0 -12-12h-24a12 12 0 0 0 -12 12v216a12 12 0 0 0 12 12zm164-336h-82.41l-34-56.7a48 48 0 0 0 -41.18-23.3h-100.82a48 48 0 0 0 -41.16 23.3l-34.02 56.7h-82.41a16 16 0 0 0 -16 16v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48v-336h16a16 16 0 0 0 16-16v-16a16 16 0 0 0 -16-16zm-260.16-29.09a6 6 0 0 1 5.16-2.91h94a6 6 0 0 1 5.15 2.91l17.46 29.09h-139.22zm196.16 413.09h-288v-336h288zm-212-48h24a12 12 0 0 0 12-12v-216a12 12 0 0 0 -12-12h-24a12 12 0 0 0 -12 12v216a12 12 0 0 0 12 12z'/%3E%3C/svg%3E");
  padding-bottom: 0;
  color: #ff6257;
}
table.standard-table tbody tr td.doc_tab,
table.standard-table tbody tr td.statut_doc,
table.standard-table tbody tr td.action_signature,
table.standard-table tbody tr td.modifier {
  text-align: center;
}
table.standard-table tbody tr td.doc_tab a,
table.standard-table tbody tr td.statut_doc a,
table.standard-table tbody tr td.action_signature a,
table.standard-table tbody tr td.modifier a {
  white-space: nowrap;
  text-align: right;
  display: block;
  text-align: center;
}
table.standard-table tbody tr td.doc_tab a:hover,
table.standard-table tbody tr td.statut_doc a:hover,
table.standard-table tbody tr td.action_signature a:hover,
table.standard-table tbody tr td.modifier a:hover {
  padding-bottom: 0;
  color: #2ca0a7;
}
table.standard-table tbody tr td.doc_tab a.pdf,
table.standard-table tbody tr td.statut_doc a.pdf,
table.standard-table tbody tr td.action_signature a.pdf,
table.standard-table tbody tr td.modifier a.pdf {
  text-transform: uppercase;
}
table.standard-table tbody tr td.doc_tab a.word,
table.standard-table tbody tr td.statut_doc a.word,
table.standard-table tbody tr td.action_signature a.word,
table.standard-table tbody tr td.modifier a.word {
  text-transform: capitalize;
}
table.standard-table tbody tr td.doc_tab span,
table.standard-table tbody tr td.statut_doc span,
table.standard-table tbody tr td.action_signature span,
table.standard-table tbody tr td.modifier span {
  display: block;
  font-size: 85%;
  color: #989898;
  text-align: center;
}
table.standard-table tbody tr td.doc_tab span.doc_tab__message,
table.standard-table tbody tr td.statut_doc span.doc_tab__message,
table.standard-table tbody tr td.action_signature span.doc_tab__message,
table.standard-table tbody tr td.modifier span.doc_tab__message {
  min-width: 160px;
}
table.standard-table tbody tr td.doc_tab i,
table.standard-table tbody tr td.statut_doc i,
table.standard-table tbody tr td.action_signature i,
table.standard-table tbody tr td.modifier i {
  margin-right: 0.5em;
  font-size: 110%;
}
table.standard-table.no-header {
  border-top: #e0e0e0 1px solid;
}
table.standard-table.billing-history thead tr th.prix {
  text-align: right;
}
table.standard-table.billing-history tbody tr td.prix {
  text-align: right;
}
table.standard-table.billing-history tbody tr td.prix .price-mobile {
  display: none;
}
table.standard-table.billing-history tbody tr td.dl_link {
  text-align: center;
}
table.two-cols-standard {
  border-top: #e0e0e0 1px solid;
}
table.two-cols-standard .legend {
  background: #f3f4f4;
  color: #6a6a6a;
}
table#recap-abo {
  width: 430px;
  margin: 0 auto 1.9em auto;
}
.message {
  padding: 0.5em 2em 0.5em 64px;
  font-size: 114%;
  max-width: 1100px;
  margin: 0 auto 1.4em auto;
  background-repeat: no-repeat;
  background-position: 20px center;
  border-radius: 3px 3px 3px 3px;
  display: none;
}
.message.erreur {
  background-color: #ff6257;
  background-image: url("../images/erreur.svg");
  background-size: 30px;
  color: #fff;
  display: block;
}
.message.reussite {
  background-color: #d1e7e4;
  background-image: url("../images/reussite.svg");
  background-size: 30px;
  color: #047c8b;
  display: block;
}
.recherche_resultats h1 {
  text-align: left;
}
.recherche_resultats h4 {
  font-weight: 400;
  padding-bottom: 0.6em;
}
.recherche_resultats h4 strong {
  color: #2ca0a7;
}
.recherche_resultats .col100 .affichage_des_resultats .chaque_document {
  border-bottom: 1px dotted #c7c8cb;
  padding: 1em 0;
}
.recherche_resultats .col100 .affichage_des_resultats .chaque_document h2 {
  margin-bottom: 0.2em;
  margin-top: 0;
}
.recherche_resultats .col100 .affichage_des_resultats .chaque_document h2 a {
  color: #343843;
  text-decoration: none;
  border-bottom: #fff 2px solid;
  transition: border-bottom 0.5s;
  display: block;
  padding-bottom: 0.3em;
}
.recherche_resultats
  .col100
  .affichage_des_resultats
  .chaque_document
  h2
  a:after {
  content: " ›";
  font-size: 120%;
  display: block;
  padding-bottom: 0.3em;
  position: relative;
  top: -5px;
  left: -200px;
  float: right;
  color: #ffffff;
  transition: all 0.4s;
}
.recherche_resultats
  .col100
  .affichage_des_resultats
  .chaque_document
  h2
  a:hover {
  border-bottom: #343843 2px solid;
}
.recherche_resultats
  .col100
  .affichage_des_resultats
  .chaque_document
  h2
  a:hover:after {
  content: " ›";
  font-size: 120%;
  float: right;
  display: block;
  padding: 0;
  position: relative;
  top: -5px;
  left: 0;
  color: #343843;
}
.recherche_resultats
  .col100
  .affichage_des_resultats
  .chaque_document
  p.description {
  margin-top: 0;
}
.recherche_resultats .additional-info {
  margin-top: 1.5em;
}
ul.component-check-list li {
  background-color: transparent;
  background-image: url("../images/check-list-item.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  list-style-type: none;
  padding: 0 0 4px 20px;
}
.formulaire_commande_abo_seul table#orderSummary {
  margin-bottom: 1.5em;
}
.formulaire_commande_abo h1,
.formulaire_commande_abo_seul h1,
.formulaire_commande_signature h1,
.formulaire_commande h1,
.compte_aide_avocat h1,
.paiement_direct_stripe h1 {
  padding-left: 0;
  width: 68.1%;
}
.formulaire_commande_abo .standard-form,
.formulaire_commande_abo_seul .standard-form,
.formulaire_commande_signature .standard-form,
.formulaire_commande .standard-form,
.compte_aide_avocat .standard-form,
.paiement_direct_stripe .standard-form {
  margin-top: 1.5em;
}
.formulaire_commande_abo .standard-form > .message_erreur_champ,
.formulaire_commande_abo_seul .standard-form > .message_erreur_champ,
.formulaire_commande_signature .standard-form > .message_erreur_champ,
.formulaire_commande .standard-form > .message_erreur_champ,
.compte_aide_avocat .standard-form > .message_erreur_champ,
.paiement_direct_stripe .standard-form > .message_erreur_champ {
  max-width: 430px;
  margin: 0 auto 0.5em auto;
}
.formulaire_commande_abo .standard-form .pseudo-radio-field label,
.formulaire_commande_abo_seul .standard-form .pseudo-radio-field label,
.formulaire_commande_signature .standard-form .pseudo-radio-field label,
.formulaire_commande .standard-form .pseudo-radio-field label,
.compte_aide_avocat .standard-form .pseudo-radio-field label,
.paiement_direct_stripe .standard-form .pseudo-radio-field label {
  font-size: 14px;
}
.formulaire_commande_abo .standard-form #champ_telephone input,
.formulaire_commande_abo_seul .standard-form #champ_telephone input,
.formulaire_commande_signature .standard-form #champ_telephone input,
.formulaire_commande .standard-form #champ_telephone input,
.compte_aide_avocat .standard-form #champ_telephone input,
.paiement_direct_stripe .standard-form #champ_telephone input {
  height: auto;
}
.formulaire_commande_abo .standard-form .block-captcha,
.formulaire_commande_abo_seul .standard-form .block-captcha,
.formulaire_commande_signature .standard-form .block-captcha,
.formulaire_commande .standard-form .block-captcha,
.compte_aide_avocat .standard-form .block-captcha,
.paiement_direct_stripe .standard-form .block-captcha {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formulaire_commande_abo .standard-form .block-captcha label,
.formulaire_commande_abo_seul .standard-form .block-captcha label,
.formulaire_commande_signature .standard-form .block-captcha label,
.formulaire_commande .standard-form .block-captcha label,
.compte_aide_avocat .standard-form .block-captcha label,
.paiement_direct_stripe .standard-form .block-captcha label {
  width: 100%;
}
.formulaire_commande_abo .standard-form .block-captcha input,
.formulaire_commande_abo_seul .standard-form .block-captcha input,
.formulaire_commande_signature .standard-form .block-captcha input,
.formulaire_commande .standard-form .block-captcha input,
.compte_aide_avocat .standard-form .block-captcha input,
.paiement_direct_stripe .standard-form .block-captcha input {
  width: 172px !important;
}
.formulaire_commande_abo .standard-form .cb-fields,
.formulaire_commande_abo_seul .standard-form .cb-fields,
.formulaire_commande_signature .standard-form .cb-fields,
.formulaire_commande .standard-form .cb-fields,
.compte_aide_avocat .standard-form .cb-fields,
.paiement_direct_stripe .standard-form .cb-fields {
  display: flex;
  max-width: 430px;
  margin: 0 auto 0.8em auto;
  position: relative;
}
.formulaire_commande_abo .standard-form .cb-fields .item,
.formulaire_commande_abo_seul .standard-form .cb-fields .item,
.formulaire_commande_signature .standard-form .cb-fields .item,
.formulaire_commande .standard-form .cb-fields .item,
.compte_aide_avocat .standard-form .cb-fields .item,
.paiement_direct_stripe .standard-form .cb-fields .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  margin-right: 20px;
  margin-left: 0;
}
.formulaire_commande_abo .standard-form .cb-fields .item:last-child,
.formulaire_commande_abo_seul .standard-form .cb-fields .item:last-child,
.formulaire_commande_signature .standard-form .cb-fields .item:last-child,
.formulaire_commande .standard-form .cb-fields .item:last-child,
.compte_aide_avocat .standard-form .cb-fields .item:last-child,
.paiement_direct_stripe .standard-form .cb-fields .item:last-child {
  margin-right: 0;
}
.formulaire_commande_abo .standard-form .cb-fields .item input,
.formulaire_commande_abo_seul .standard-form .cb-fields .item input,
.formulaire_commande_signature .standard-form .cb-fields .item input,
.formulaire_commande .standard-form .cb-fields .item input,
.compte_aide_avocat .standard-form .cb-fields .item input,
.paiement_direct_stripe .standard-form .cb-fields .item input {
  text-indent: 0;
}
.formulaire_commande_abo .standard-form .cb-fields .item .message_erreur_champ,
.formulaire_commande_abo_seul
  .standard-form
  .cb-fields
  .item
  .message_erreur_champ,
.formulaire_commande_signature
  .standard-form
  .cb-fields
  .item
  .message_erreur_champ,
.formulaire_commande .standard-form .cb-fields .item .message_erreur_champ,
.compte_aide_avocat .standard-form .cb-fields .item .message_erreur_champ,
.paiement_direct_stripe .standard-form .cb-fields .item .message_erreur_champ {
  position: absolute;
  left: 0;
  width: max-content;
}
.formulaire_commande_abo .standard-form .cb-fields .item .picto_cb_general,
.formulaire_commande_abo_seul .standard-form .cb-fields .item .picto_cb_general,
.formulaire_commande_signature
  .standard-form
  .cb-fields
  .item
  .picto_cb_general,
.formulaire_commande .standard-form .cb-fields .item .picto_cb_general,
.compte_aide_avocat .standard-form .cb-fields .item .picto_cb_general,
.paiement_direct_stripe .standard-form .cb-fields .item .picto_cb_general {
  position: absolute;
  width: 21px;
  left: 161px;
  transform: translate(7px, -7px);
}
.formulaire_commande_abo
  .standard-form
  .cb-fields#formulaire_sips
  .item
  .picto_cb_general,
.formulaire_commande_abo_seul
  .standard-form
  .cb-fields#formulaire_sips
  .item
  .picto_cb_general,
.formulaire_commande_signature
  .standard-form
  .cb-fields#formulaire_sips
  .item
  .picto_cb_general,
.formulaire_commande
  .standard-form
  .cb-fields#formulaire_sips
  .item
  .picto_cb_general,
.compte_aide_avocat
  .standard-form
  .cb-fields#formulaire_sips
  .item
  .picto_cb_general,
.paiement_direct_stripe
  .standard-form
  .cb-fields#formulaire_sips
  .item
  .picto_cb_general {
  transform: translate(7px, 7px);
}
.formulaire_commande_abo .standard-form .cb-fields .message_erreur_champ,
.formulaire_commande_abo_seul .standard-form .cb-fields .message_erreur_champ,
.formulaire_commande_signature .standard-form .cb-fields .message_erreur_champ,
.formulaire_commande .standard-form .cb-fields .message_erreur_champ,
.compte_aide_avocat .standard-form .cb-fields .message_erreur_champ,
.paiement_direct_stripe .standard-form .cb-fields .message_erreur_champ {
  bottom: 0;
}
.formulaire_commande_abo .standard-form .cb-fields.one-error,
.formulaire_commande_abo_seul .standard-form .cb-fields.one-error,
.formulaire_commande_signature .standard-form .cb-fields.one-error,
.formulaire_commande .standard-form .cb-fields.one-error,
.compte_aide_avocat .standard-form .cb-fields.one-error,
.paiement_direct_stripe .standard-form .cb-fields.one-error {
  padding-bottom: 12px;
}
.formulaire_commande_abo .standard-form .cb-fields.two-error,
.formulaire_commande_abo_seul .standard-form .cb-fields.two-error,
.formulaire_commande_signature .standard-form .cb-fields.two-error,
.formulaire_commande .standard-form .cb-fields.two-error,
.compte_aide_avocat .standard-form .cb-fields.two-error,
.paiement_direct_stripe .standard-form .cb-fields.two-error {
  padding-bottom: 36px;
}
.formulaire_commande_abo
  .standard-form
  .cb-fields.two-error
  > .has-error
  .message_erreur_champ,
.formulaire_commande_abo_seul
  .standard-form
  .cb-fields.two-error
  > .has-error
  .message_erreur_champ,
.formulaire_commande_signature
  .standard-form
  .cb-fields.two-error
  > .has-error
  .message_erreur_champ,
.formulaire_commande
  .standard-form
  .cb-fields.two-error
  > .has-error
  .message_erreur_champ,
.compte_aide_avocat
  .standard-form
  .cb-fields.two-error
  > .has-error
  .message_erreur_champ,
.paiement_direct_stripe
  .standard-form
  .cb-fields.two-error
  > .has-error
  .message_erreur_champ {
  bottom: 24px;
}
.formulaire_commande_abo
  .standard-form
  .cb-fields.two-error
  > .has-error
  ~ .has-error
  .message_erreur_champ,
.formulaire_commande_abo_seul
  .standard-form
  .cb-fields.two-error
  > .has-error
  ~ .has-error
  .message_erreur_champ,
.formulaire_commande_signature
  .standard-form
  .cb-fields.two-error
  > .has-error
  ~ .has-error
  .message_erreur_champ,
.formulaire_commande
  .standard-form
  .cb-fields.two-error
  > .has-error
  ~ .has-error
  .message_erreur_champ,
.compte_aide_avocat
  .standard-form
  .cb-fields.two-error
  > .has-error
  ~ .has-error
  .message_erreur_champ,
.paiement_direct_stripe
  .standard-form
  .cb-fields.two-error
  > .has-error
  ~ .has-error
  .message_erreur_champ {
  bottom: 0;
}
.formulaire_commande_abo .standard-form .cb-fields.three-error,
.formulaire_commande_abo_seul .standard-form .cb-fields.three-error,
.formulaire_commande_signature .standard-form .cb-fields.three-error,
.formulaire_commande .standard-form .cb-fields.three-error,
.compte_aide_avocat .standard-form .cb-fields.three-error,
.paiement_direct_stripe .standard-form .cb-fields.three-error {
  padding-bottom: 60px;
}
.formulaire_commande_abo
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(1)
  .message_erreur_champ,
.formulaire_commande_abo_seul
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(1)
  .message_erreur_champ,
.formulaire_commande_signature
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(1)
  .message_erreur_champ,
.formulaire_commande
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(1)
  .message_erreur_champ,
.compte_aide_avocat
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(1)
  .message_erreur_champ,
.paiement_direct_stripe
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(1)
  .message_erreur_champ {
  bottom: 48px;
}
.formulaire_commande_abo
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(2)
  .message_erreur_champ,
.formulaire_commande_abo_seul
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(2)
  .message_erreur_champ,
.formulaire_commande_signature
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(2)
  .message_erreur_champ,
.formulaire_commande
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(2)
  .message_erreur_champ,
.compte_aide_avocat
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(2)
  .message_erreur_champ,
.paiement_direct_stripe
  .standard-form
  .cb-fields.three-error
  .has-error:nth-child(2)
  .message_erreur_champ {
  bottom: 24px;
}
.formulaire_commande_abo .standard-form .item,
.formulaire_commande_abo_seul .standard-form .item,
.formulaire_commande_signature .standard-form .item,
.formulaire_commande .standard-form .item,
.compte_aide_avocat .standard-form .item,
.paiement_direct_stripe .standard-form .item {
  max-width: 430px;
  margin: 0 auto;
  padding: 1em 0 0.8em 0;
}
.formulaire_commande_abo .standard-form .item > label,
.formulaire_commande_abo_seul .standard-form .item > label,
.formulaire_commande_signature .standard-form .item > label,
.formulaire_commande .standard-form .item > label,
.compte_aide_avocat .standard-form .item > label,
.paiement_direct_stripe .standard-form .item > label {
  font-size: 15px;
  height: auto;
}
.formulaire_commande_abo .standard-form .item.checkbox,
.formulaire_commande_abo_seul .standard-form .item.checkbox,
.formulaire_commande_signature .standard-form .item.checkbox,
.formulaire_commande .standard-form .item.checkbox,
.compte_aide_avocat .standard-form .item.checkbox,
.paiement_direct_stripe .standard-form .item.checkbox {
  padding-bottom: 1.2em;
  padding-top: 1em;
}
.formulaire_commande_abo
  .standard-form
  .item.checkbox
  #checkbox_cgv.erreur_champ:not(.checked)
  .check,
.formulaire_commande_abo_seul
  .standard-form
  .item.checkbox
  #checkbox_cgv.erreur_champ:not(.checked)
  .check,
.formulaire_commande_signature
  .standard-form
  .item.checkbox
  #checkbox_cgv.erreur_champ:not(.checked)
  .check,
.formulaire_commande
  .standard-form
  .item.checkbox
  #checkbox_cgv.erreur_champ:not(.checked)
  .check,
.compte_aide_avocat
  .standard-form
  .item.checkbox
  #checkbox_cgv.erreur_champ:not(.checked)
  .check,
.paiement_direct_stripe
  .standard-form
  .item.checkbox
  #checkbox_cgv.erreur_champ:not(.checked)
  .check {
  display: none;
}
.formulaire_commande_abo .standard-form .item input,
.formulaire_commande_abo_seul .standard-form .item input,
.formulaire_commande_signature .standard-form .item input,
.formulaire_commande .standard-form .item input,
.compte_aide_avocat .standard-form .item input,
.paiement_direct_stripe .standard-form .item input {
  height: 30px;
  line-height: 28px !important;
  font-size: 14px !important;
  max-width: 430px;
}
.formulaire_commande_abo .standard-form .item .password .oeil_mot_de_passe,
.formulaire_commande_abo_seul .standard-form .item .password .oeil_mot_de_passe,
.formulaire_commande_signature
  .standard-form
  .item
  .password
  .oeil_mot_de_passe,
.formulaire_commande .standard-form .item .password .oeil_mot_de_passe,
.compte_aide_avocat .standard-form .item .password .oeil_mot_de_passe,
.paiement_direct_stripe .standard-form .item .password .oeil_mot_de_passe {
  height: 30px;
}
.formulaire_commande_abo .standard-form .message_erreur_champ,
.formulaire_commande_abo_seul .standard-form .message_erreur_champ,
.formulaire_commande_signature .standard-form .message_erreur_champ,
.formulaire_commande .standard-form .message_erreur_champ,
.compte_aide_avocat .standard-form .message_erreur_champ,
.paiement_direct_stripe .standard-form .message_erreur_champ {
  margin-top: 10px;
}
.formulaire_commande_abo #orderSummary tr.small td,
.formulaire_commande_abo_seul #orderSummary tr.small td,
.formulaire_commande_signature #orderSummary tr.small td,
.formulaire_commande #orderSummary tr.small td,
.compte_aide_avocat #orderSummary tr.small td,
.paiement_direct_stripe #orderSummary tr.small td {
  padding: 10px 10px 0 10px;
}
.formulaire_commande_abo #orderSummary tr.small td.prix:not(#total),
.formulaire_commande_abo_seul #orderSummary tr.small td.prix:not(#total),
.formulaire_commande_signature #orderSummary tr.small td.prix:not(#total),
.formulaire_commande #orderSummary tr.small td.prix:not(#total),
.compte_aide_avocat #orderSummary tr.small td.prix:not(#total),
.paiement_direct_stripe #orderSummary tr.small td.prix:not(#total) {
  font-weight: normal;
}
.formulaire_commande_abo #orderSummary tr.small:last-child td,
.formulaire_commande_abo_seul #orderSummary tr.small:last-child td,
.formulaire_commande_signature #orderSummary tr.small:last-child td,
.formulaire_commande #orderSummary tr.small:last-child td,
.compte_aide_avocat #orderSummary tr.small:last-child td,
.paiement_direct_stripe #orderSummary tr.small:last-child td {
  padding: 10px;
}
.formulaire_commande_abo #orderSummary tr.small:last-child td.prix,
.formulaire_commande_abo_seul #orderSummary tr.small:last-child td.prix,
.formulaire_commande_signature #orderSummary tr.small:last-child td.prix,
.formulaire_commande #orderSummary tr.small:last-child td.prix,
.compte_aide_avocat #orderSummary tr.small:last-child td.prix,
.paiement_direct_stripe #orderSummary tr.small:last-child td.prix {
  padding-right: 15px;
}
.formulaire_commande_abo #orderSummary .demande_avocat.standard-form,
.formulaire_commande_abo_seul #orderSummary .demande_avocat.standard-form,
.formulaire_commande_signature #orderSummary .demande_avocat.standard-form,
.formulaire_commande #orderSummary .demande_avocat.standard-form,
.compte_aide_avocat #orderSummary .demande_avocat.standard-form,
.paiement_direct_stripe #orderSummary .demande_avocat.standard-form {
  padding-bottom: 19px;
}
.formulaire_commande_abo
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox,
.formulaire_commande_abo_seul
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox,
.formulaire_commande_signature
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox,
.formulaire_commande #orderSummary .demande_avocat.standard-form .item.checkbox,
.compte_aide_avocat #orderSummary .demande_avocat.standard-form .item.checkbox,
.paiement_direct_stripe
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox {
  max-width: 100% !important;
  height: auto;
  line-height: 1em;
}
.formulaire_commande_abo
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  label,
.formulaire_commande_abo_seul
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  label,
.formulaire_commande_signature
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  label,
.formulaire_commande
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  label,
.compte_aide_avocat
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  label,
.paiement_direct_stripe
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  label {
  font-weight: 400;
  font-size: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  float: none;
}
.formulaire_commande_abo
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .pseudo-checkbox,
.formulaire_commande_abo_seul
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .pseudo-checkbox,
.formulaire_commande_signature
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .pseudo-checkbox,
.formulaire_commande
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .pseudo-checkbox,
.compte_aide_avocat
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .pseudo-checkbox,
.paiement_direct_stripe
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .pseudo-checkbox {
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.formulaire_commande_abo
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .open-dialog.pseudo-a,
.formulaire_commande_abo_seul
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .open-dialog.pseudo-a,
.formulaire_commande_signature
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .open-dialog.pseudo-a,
.formulaire_commande
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .open-dialog.pseudo-a,
.compte_aide_avocat
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .open-dialog.pseudo-a,
.paiement_direct_stripe
  #orderSummary
  .demande_avocat.standard-form
  .item.checkbox
  .label-content
  .open-dialog.pseudo-a {
  padding-top: 3px;
  display: inline-block;
  border-bottom: none;
  padding-bottom: 0 !important;
  text-decoration: underline;
}
.formulaire_commande_abo #checkoutPricingChoice .col-left,
.formulaire_commande_abo_seul #checkoutPricingChoice .col-left,
.formulaire_commande_signature #checkoutPricingChoice .col-left,
.formulaire_commande #checkoutPricingChoice .col-left,
.compte_aide_avocat #checkoutPricingChoice .col-left,
.paiement_direct_stripe #checkoutPricingChoice .col-left {
  width: 47%;
  float: left;
}
.formulaire_commande_abo #checkoutPricingChoice .col-right,
.formulaire_commande_abo_seul #checkoutPricingChoice .col-right,
.formulaire_commande_signature #checkoutPricingChoice .col-right,
.formulaire_commande #checkoutPricingChoice .col-right,
.compte_aide_avocat #checkoutPricingChoice .col-right,
.paiement_direct_stripe #checkoutPricingChoice .col-right {
  width: 47%;
  float: right;
}
.formulaire_commande_abo #checkoutPricingChoice .selectable-block,
.formulaire_commande_abo_seul #checkoutPricingChoice .selectable-block,
.formulaire_commande_signature #checkoutPricingChoice .selectable-block,
.formulaire_commande #checkoutPricingChoice .selectable-block,
.compte_aide_avocat #checkoutPricingChoice .selectable-block,
.paiement_direct_stripe #checkoutPricingChoice .selectable-block {
  border: #eee 5px solid;
  border-radius: 3px;
  transition: all 0.5s;
}
.formulaire_commande_abo #checkoutPricingChoice .selectable-block .padding,
.formulaire_commande_abo_seul #checkoutPricingChoice .selectable-block .padding,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block
  .padding,
.formulaire_commande #checkoutPricingChoice .selectable-block .padding,
.compte_aide_avocat #checkoutPricingChoice .selectable-block .padding,
.paiement_direct_stripe #checkoutPricingChoice .selectable-block .padding {
  padding: 1em 1.5em;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block
  .padding
  input.choose-pricing,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block
  .padding
  input.choose-pricing,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block
  .padding
  input.choose-pricing,
.formulaire_commande
  #checkoutPricingChoice
  .selectable-block
  .padding
  input.choose-pricing,
.compte_aide_avocat
  #checkoutPricingChoice
  .selectable-block
  .padding
  input.choose-pricing,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block
  .padding
  input.choose-pricing {
  opacity: 0;
  display: block;
  margin: 0 auto;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block
  .padding
  ul.component-check-list,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block
  .padding
  ul.component-check-list,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block
  .padding
  ul.component-check-list,
.formulaire_commande
  #checkoutPricingChoice
  .selectable-block
  .padding
  ul.component-check-list,
.compte_aide_avocat
  #checkoutPricingChoice
  .selectable-block
  .padding
  ul.component-check-list,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block
  .padding
  ul.component-check-list {
  font-size: 92%;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title,
.formulaire_commande
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title,
.compte_aide_avocat
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title {
  font-size: 1.7em;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  text-align: center;
  float: none;
  transition: all 0.5s;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title::before,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title::before,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title::before,
.formulaire_commande
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title::before,
.compte_aide_avocat
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title::before,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block
  .padding
  label.title::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 16px;
  border: 2px solid #b1b1b1;
  margin: auto;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block
  .padding
  input[type="radio"]:checked
  + label.title::before,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block
  .padding
  input[type="radio"]:checked
  + label.title::before,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block
  .padding
  input[type="radio"]:checked
  + label.title::before,
.formulaire_commande
  #checkoutPricingChoice
  .selectable-block
  .padding
  input[type="radio"]:checked
  + label.title::before,
.compte_aide_avocat
  #checkoutPricingChoice
  .selectable-block
  .padding
  input[type="radio"]:checked
  + label.title::before,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block
  .padding
  input[type="radio"]:checked
  + label.title::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 17px;
  border: 2px solid #b1b1b1;
  box-shadow: 0px 0px 0px 3px inset #fff;
  margin: auto;
  background: #343843;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block
  .padding
  .price,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block
  .padding
  .price,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block
  .padding
  .price,
.formulaire_commande #checkoutPricingChoice .selectable-block .padding .price,
.compte_aide_avocat #checkoutPricingChoice .selectable-block .padding .price,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block
  .padding
  .price {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  transition: all 0.5s;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block
  .padding
  .component-check-list,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block
  .padding
  .component-check-list,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block
  .padding
  .component-check-list,
.formulaire_commande
  #checkoutPricingChoice
  .selectable-block
  .padding
  .component-check-list,
.compte_aide_avocat
  #checkoutPricingChoice
  .selectable-block
  .padding
  .component-check-list,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block
  .padding
  .component-check-list {
  margin: 1em 0 0.5em 0;
}
.formulaire_commande_abo #checkoutPricingChoice .selectable-block:hover,
.formulaire_commande_abo_seul #checkoutPricingChoice .selectable-block:hover,
.formulaire_commande_signature #checkoutPricingChoice .selectable-block:hover,
.formulaire_commande #checkoutPricingChoice .selectable-block:hover,
.compte_aide_avocat #checkoutPricingChoice .selectable-block:hover,
.paiement_direct_stripe #checkoutPricingChoice .selectable-block:hover {
  cursor: pointer;
}
.formulaire_commande_abo #checkoutPricingChoice .selectable-block.selected,
.formulaire_commande_abo_seul #checkoutPricingChoice .selectable-block.selected,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block.selected,
.formulaire_commande #checkoutPricingChoice .selectable-block.selected,
.compte_aide_avocat #checkoutPricingChoice .selectable-block.selected,
.paiement_direct_stripe #checkoutPricingChoice .selectable-block.selected {
  border: #2ca0a7 5px solid;
  background-color: #f7f5f5;
  text-shadow: 1px 1px 1px #fff;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block.selected
  .price,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block.selected
  .price,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block.selected
  .price,
.formulaire_commande #checkoutPricingChoice .selectable-block.selected .price,
.compte_aide_avocat #checkoutPricingChoice .selectable-block.selected .price,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block.selected
  .price {
  color: #2ca0a7;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .selectable-block.selected
  label.title,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .selectable-block.selected
  label.title,
.formulaire_commande_signature
  #checkoutPricingChoice
  .selectable-block.selected
  label.title,
.formulaire_commande
  #checkoutPricingChoice
  .selectable-block.selected
  label.title,
.compte_aide_avocat
  #checkoutPricingChoice
  .selectable-block.selected
  label.title,
.paiement_direct_stripe
  #checkoutPricingChoice
  .selectable-block.selected
  label.title {
  color: #2ca0a7;
}
.formulaire_commande_abo #checkoutPricingChoice .price,
.formulaire_commande_abo_seul #checkoutPricingChoice .price,
.formulaire_commande_signature #checkoutPricingChoice .price,
.formulaire_commande #checkoutPricingChoice .price,
.compte_aide_avocat #checkoutPricingChoice .price,
.paiement_direct_stripe #checkoutPricingChoice .price {
  position: relative;
  top: 2px;
}
.formulaire_commande_abo #checkoutPricingChoice .price .decimal,
.formulaire_commande_abo_seul #checkoutPricingChoice .price .decimal,
.formulaire_commande_signature #checkoutPricingChoice .price .decimal,
.formulaire_commande #checkoutPricingChoice .price .decimal,
.compte_aide_avocat #checkoutPricingChoice .price .decimal,
.paiement_direct_stripe #checkoutPricingChoice .price .decimal {
  font-size: 17px;
  line-height: 28px;
  vertical-align: text-top;
}
.formulaire_commande_abo #checkoutPricingChoice .price .prix_affiche_grand,
.formulaire_commande_abo_seul #checkoutPricingChoice .price .prix_affiche_grand,
.formulaire_commande_signature
  #checkoutPricingChoice
  .price
  .prix_affiche_grand,
.formulaire_commande #checkoutPricingChoice .price .prix_affiche_grand,
.compte_aide_avocat #checkoutPricingChoice .price .prix_affiche_grand,
.paiement_direct_stripe #checkoutPricingChoice .price .prix_affiche_grand {
  font-size: 30px;
}
.formulaire_commande_abo
  #checkoutPricingChoice
  .price
  .prix_affiche_grand
  .decimal,
.formulaire_commande_abo_seul
  #checkoutPricingChoice
  .price
  .prix_affiche_grand
  .decimal,
.formulaire_commande_signature
  #checkoutPricingChoice
  .price
  .prix_affiche_grand
  .decimal,
.formulaire_commande #checkoutPricingChoice .price .prix_affiche_grand .decimal,
.compte_aide_avocat #checkoutPricingChoice .price .prix_affiche_grand .decimal,
.paiement_direct_stripe
  #checkoutPricingChoice
  .price
  .prix_affiche_grand
  .decimal {
  font-size: 17px;
}
.formulaire_commande_abo #checkoutPricingChoice .tabs,
.formulaire_commande_abo_seul #checkoutPricingChoice .tabs,
.formulaire_commande_signature #checkoutPricingChoice .tabs,
.formulaire_commande #checkoutPricingChoice .tabs,
.compte_aide_avocat #checkoutPricingChoice .tabs,
.paiement_direct_stripe #checkoutPricingChoice .tabs {
  display: none;
}
.formulaire_commande_abo #checkoutPricingChoice:after,
.formulaire_commande_abo_seul #checkoutPricingChoice:after,
.formulaire_commande_signature #checkoutPricingChoice:after,
.formulaire_commande #checkoutPricingChoice:after,
.compte_aide_avocat #checkoutPricingChoice:after,
.paiement_direct_stripe #checkoutPricingChoice:after {
  clear: both;
  content: "";
  display: block;
}
.formulaire_commande_abo .sidebar-paiement h2,
.formulaire_commande_abo_seul .sidebar-paiement h2,
.formulaire_commande_signature .sidebar-paiement h2,
.formulaire_commande .sidebar-paiement h2,
.compte_aide_avocat .sidebar-paiement h2,
.paiement_direct_stripe .sidebar-paiement h2 {
  margin-top: 0;
  background-image: url("../../public/images/lock_noir.svg");
  background-position: center left;
  background-repeat: no-repeat;
  padding: 2px 0 0 25px;
}
.formulaire_commande_abo .sidebar-paiement .secure-payment-icon,
.formulaire_commande_abo_seul .sidebar-paiement .secure-payment-icon,
.formulaire_commande_signature .sidebar-paiement .secure-payment-icon,
.formulaire_commande .sidebar-paiement .secure-payment-icon,
.compte_aide_avocat .sidebar-paiement .secure-payment-icon,
.paiement_direct_stripe .sidebar-paiement .secure-payment-icon {
  width: 200px;
  display: block;
  margin: 1em auto 0 auto;
}
.formulaire_commande_abo .sidebar-paiement .secure-payment-mercanet,
.formulaire_commande_abo_seul .sidebar-paiement .secure-payment-mercanet,
.formulaire_commande_signature .sidebar-paiement .secure-payment-mercanet,
.formulaire_commande .sidebar-paiement .secure-payment-mercanet,
.compte_aide_avocat .sidebar-paiement .secure-payment-mercanet,
.paiement_direct_stripe .sidebar-paiement .secure-payment-mercanet {
  width: 90%;
  max-width: 265px;
  display: block;
  margin: 1em auto 0 auto;
}
.formulaire_commande_abo table#orderSummary,
.formulaire_commande_abo_seul table#orderSummary,
.formulaire_commande_signature table#orderSummary,
.formulaire_commande table#orderSummary,
.compte_aide_avocat table#orderSummary,
.paiement_direct_stripe table#orderSummary {
  margin-top: 1.5em;
}
.formulaire_commande_abo table#orderSummary tr td.demande_avocat label,
.formulaire_commande_abo_seul table#orderSummary tr td.demande_avocat label,
.formulaire_commande_signature table#orderSummary tr td.demande_avocat label,
.formulaire_commande table#orderSummary tr td.demande_avocat label,
.compte_aide_avocat table#orderSummary tr td.demande_avocat label,
.paiement_direct_stripe table#orderSummary tr td.demande_avocat label {
  display: block;
  line-height: 1.2em;
}
.formulaire_commande_abo table#orderSummary tr td.demande_avocat .open-dialog,
.formulaire_commande_abo_seul
  table#orderSummary
  tr
  td.demande_avocat
  .open-dialog,
.formulaire_commande_signature
  table#orderSummary
  tr
  td.demande_avocat
  .open-dialog,
.formulaire_commande table#orderSummary tr td.demande_avocat .open-dialog,
.compte_aide_avocat table#orderSummary tr td.demande_avocat .open-dialog,
.paiement_direct_stripe table#orderSummary tr td.demande_avocat .open-dialog {
  font-size: 85%;
}
.formulaire_commande_abo table#orderSummary tr td.prix,
.formulaire_commande_abo_seul table#orderSummary tr td.prix,
.formulaire_commande_signature table#orderSummary tr td.prix,
.formulaire_commande table#orderSummary tr td.prix,
.compte_aide_avocat table#orderSummary tr td.prix,
.paiement_direct_stripe table#orderSummary tr td.prix {
  font-weight: 500;
  text-align: right;
  width: 77px;
  padding-right: 15px;
}
.formulaire_commande_abo table#orderSummary tr td.prix .prix_global,
.formulaire_commande_abo_seul table#orderSummary tr td.prix .prix_global,
.formulaire_commande_signature table#orderSummary tr td.prix .prix_global,
.formulaire_commande table#orderSummary tr td.prix .prix_global,
.compte_aide_avocat table#orderSummary tr td.prix .prix_global,
.paiement_direct_stripe table#orderSummary tr td.prix .prix_global {
  position: relative;
}
.formulaire_commande_abo table#orderSummary tr td.prix .prix_global sup,
.formulaire_commande_abo_seul table#orderSummary tr td.prix .prix_global sup,
.formulaire_commande_signature table#orderSummary tr td.prix .prix_global sup,
.formulaire_commande table#orderSummary tr td.prix .prix_global sup,
.compte_aide_avocat table#orderSummary tr td.prix .prix_global sup,
.paiement_direct_stripe table#orderSummary tr td.prix .prix_global sup {
  position: absolute;
  right: -8px;
  top: -8px;
  color: #aaa;
}
.formulaire_commande_abo table#orderSummary tr#ligne_document td,
.formulaire_commande_abo_seul table#orderSummary tr#ligne_document td,
.formulaire_commande_signature table#orderSummary tr#ligne_document td,
.formulaire_commande table#orderSummary tr#ligne_document td,
.compte_aide_avocat table#orderSummary tr#ligne_document td,
.paiement_direct_stripe table#orderSummary tr#ligne_document td,
.formulaire_commande_abo table#orderSummary tr#ligne_abonnement td,
.formulaire_commande_abo_seul table#orderSummary tr#ligne_abonnement td,
.formulaire_commande_signature table#orderSummary tr#ligne_abonnement td,
.formulaire_commande table#orderSummary tr#ligne_abonnement td,
.compte_aide_avocat table#orderSummary tr#ligne_abonnement td,
.paiement_direct_stripe table#orderSummary tr#ligne_abonnement td {
  background: #ededed;
  font-weight: 500;
}
.formulaire_commande_abo table#orderSummary td.demande_avocat,
.formulaire_commande_abo_seul table#orderSummary td.demande_avocat,
.formulaire_commande_signature table#orderSummary td.demande_avocat,
.formulaire_commande table#orderSummary td.demande_avocat,
.compte_aide_avocat table#orderSummary td.demande_avocat,
.paiement_direct_stripe table#orderSummary td.demande_avocat,
.formulaire_commande_abo table#orderSummary td.demande_signature,
.formulaire_commande_abo_seul table#orderSummary td.demande_signature,
.formulaire_commande_signature table#orderSummary td.demande_signature,
.formulaire_commande table#orderSummary td.demande_signature,
.compte_aide_avocat table#orderSummary td.demande_signature,
.paiement_direct_stripe table#orderSummary td.demande_signature,
.formulaire_commande_abo table#orderSummary td#prix_avocat30,
.formulaire_commande_abo_seul table#orderSummary td#prix_avocat30,
.formulaire_commande_signature table#orderSummary td#prix_avocat30,
.formulaire_commande table#orderSummary td#prix_avocat30,
.compte_aide_avocat table#orderSummary td#prix_avocat30,
.paiement_direct_stripe table#orderSummary td#prix_avocat30,
.formulaire_commande_abo table#orderSummary td#prix_signature,
.formulaire_commande_abo_seul table#orderSummary td#prix_signature,
.formulaire_commande_signature table#orderSummary td#prix_signature,
.formulaire_commande table#orderSummary td#prix_signature,
.compte_aide_avocat table#orderSummary td#prix_signature,
.paiement_direct_stripe table#orderSummary td#prix_signature {
  background: #ededed;
  font-weight: 500;
}
.formulaire_commande_abo table#orderSummary tr td .titre_encart_orderSummary,
.formulaire_commande_abo_seul
  table#orderSummary
  tr
  td
  .titre_encart_orderSummary,
.formulaire_commande_signature
  table#orderSummary
  tr
  td
  .titre_encart_orderSummary,
.formulaire_commande table#orderSummary tr td .titre_encart_orderSummary,
.compte_aide_avocat table#orderSummary tr td .titre_encart_orderSummary,
.paiement_direct_stripe table#orderSummary tr td .titre_encart_orderSummary {
  margin-bottom: 1em;
  display: block;
  font-weight: 500;
}
.formulaire_commande_abo table#orderSummary tr td .mise_en_retrait,
.formulaire_commande_abo_seul table#orderSummary tr td .mise_en_retrait,
.formulaire_commande_signature table#orderSummary tr td .mise_en_retrait,
.formulaire_commande table#orderSummary tr td .mise_en_retrait,
.compte_aide_avocat table#orderSummary tr td .mise_en_retrait,
.paiement_direct_stripe table#orderSummary tr td .mise_en_retrait {
  color: #848484;
  font-size: 85%;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.formulaire_commande_abo table#orderSummary tr td.standard-form .item,
.formulaire_commande_abo_seul table#orderSummary tr td.standard-form .item,
.formulaire_commande_signature table#orderSummary tr td.standard-form .item,
.formulaire_commande table#orderSummary tr td.standard-form .item,
.compte_aide_avocat table#orderSummary tr td.standard-form .item,
.paiement_direct_stripe table#orderSummary tr td.standard-form .item {
  margin: 0 !important;
  padding: 0 !important;
}
.formulaire_commande_abo .block-hidden,
.formulaire_commande_abo_seul .block-hidden,
.formulaire_commande_signature .block-hidden,
.formulaire_commande .block-hidden,
.compte_aide_avocat .block-hidden,
.paiement_direct_stripe .block-hidden {
  display: none;
}
.formulaire_commande_abo .block-visible,
.formulaire_commande_abo_seul .block-visible,
.formulaire_commande_signature .block-visible,
.formulaire_commande .block-visible,
.compte_aide_avocat .block-visible,
.paiement_direct_stripe .block-visible {
  display: block;
}
.formulaire_commande_signature #orderSummary {
  margin-top: 0 !important;
}
body.validation_document
  #component_creation_document
  #informations_generales_document_en_cours {
  padding: 18px 0 20px 0;
}
body.validation_document #component_creation_document #formulaire_validation {
  width: 360px;
  padding: 20px;
}
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #bravo {
  border-bottom: medium dotted #9b9da3;
  color: #343843;
  font-size: 114%;
  font-weight: 500;
  margin-bottom: 14px;
  padding-bottom: 20px;
  text-align: left;
}
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #bravo
  P {
  margin: 0;
}
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #prix {
  border-bottom: medium dotted #9b9da3;
  color: #343843;
  font-size: 107%;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #proposition_avocat30 {
  margin-bottom: 20px;
}
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #proposition_avocat30
  p {
  margin: 0;
}
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #proposition_avocat30
  p#label_besoin_aide {
  border-top: medium dotted #9b9da3;
  font-size: 114%;
  font-weight: 500;
  margin-top: 14px;
  padding-bottom: 14px;
  padding-top: 20px;
}
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #controle
  .retour_arriere,
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #controle
  #enregistrer {
  margin-left: 0;
}
body.validation_document
  #component_creation_document
  #formulaire_validation
  #sauvegarde_bloc
  #controle
  a.sauvegarder {
  margin-left: 0;
}
body.creation_de_document h1.titre_de_page.document,
body.validation_document h1.titre_de_page.document {
  font-size: 180%;
  padding: 0.1em 0 0.2em 0 !important;
}
body.creation_de_document .explication-content,
body.validation_document .explication-content {
  white-space: pre-wrap;
  line-height: 1.5em;
}
body.creation_de_document .explication-content p,
body.validation_document .explication-content p {
  margin: 0;
  line-height: 1.5em;
}
body.creation_de_document .explication-content ul,
body.validation_document .explication-content ul {
  padding-left: 40px;
  list-style: disc;
  white-space: normal;
}
body.creation_de_document .explication-content ul li,
body.validation_document .explication-content ul li {
  line-height: 1.5em;
}
body.creation_de_document #linebox,
body.validation_document #linebox {
  background: #2ca0a7;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  float: right;
  font-size: 100%;
  left: 300px;
  max-height: 300px;
  overflow: hidden;
  padding: 10px 0px 15px;
  position: absolute;
  top: 104px;
  width: 675px;
  z-index: 100;
}
body.creation_de_document #linebox .interieur,
body.validation_document #linebox .interieur {
  max-height: 305px;
  padding: 0 38px 0 20px;
  overflow-y: auto;
}
body.creation_de_document #linebox .explication-content,
body.validation_document #linebox .explication-content {
  margin: 0.9em 0;
}
body.creation_de_document #linebox a,
body.validation_document #linebox a {
  color: #fff;
}
body.creation_de_document #linebox .close,
body.validation_document #linebox .close {
  background-color: transparent;
  background-image: url("../images/fermer.svg");
  background-repeat: no-repeat;
  background-position: 5px 2px;
  background-size: 14px;
  border-radius: 3px;
  color: transparent;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 10px;
}
body.creation_de_document .bulle.limite,
body.validation_document .bulle.limite {
  background: #fcc831 url("../images/arrow_back.svg") no-repeat scroll 15px
    center;
  background-size: 15px;
  color: #000;
  margin-top: 30px;
  padding: 20px 20px 20px 40px;
}
body.creation_de_document .bulle,
body.validation_document .bulle {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;
  color: #000;
  font-size: 18px;
  left: 385px;
  margin-top: 20px;
  padding: 20px 40px;
  position: absolute;
  text-align: center;
  text-shadow: none;
  width: 620px;
  opacity: 0;
  z-index: 1000;
}
body.creation_de_document .backoffice #conteneur_principal,
body.validation_document .backoffice #conteneur_principal {
  min-height: 1px !important;
}
body.creation_de_document #formulaire_variable .section_de_formulaire label,
body.validation_document #formulaire_variable .section_de_formulaire label {
  width: 130px;
  float: left;
  height: 30px;
  line-height: 28px;
  font-weight: 500;
}
body.creation_de_document
  #formulaire_variable
  .section_de_formulaire
  input[type="text"],
body.validation_document
  #formulaire_variable
  .section_de_formulaire
  input[type="text"] {
  width: 800px;
  float: left;
  background-color: #fff;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  height: 30px !important;
  margin-bottom: 0 !important;
  padding: 0 10px;
  transition: border 0.2s;
  display: block;
  line-height: 28px;
}
body.creation_de_document #formulaire_variable .section_de_formulaire select,
body.validation_document #formulaire_variable .section_de_formulaire select {
  width: auto;
  float: left;
  background-color: #fff;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  height: auto !important;
  margin-bottom: 0 !important;
  padding: 5px 0 4px 6px;
  line-height: 28px;
  transition: border 0.2s;
}
body.creation_de_document #formulaire_variable .section_de_formulaire textarea,
body.validation_document #formulaire_variable .section_de_formulaire textarea {
  width: 780px;
  height: 80px;
  float: left;
  background-color: #fff;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  height: auto !important;
  margin-bottom: 0 !important;
  padding: 10px;
  height: 30px;
  line-height: 1.3em;
  transition: border 0.2s;
}
body.creation_de_document
  #formulaire_variable
  .section_de_formulaire
  input[type="text"]:hover,
body.validation_document
  #formulaire_variable
  .section_de_formulaire
  input[type="text"]:hover,
body.creation_de_document
  #formulaire_variable
  .section_de_formulaire
  select:hover,
body.validation_document
  #formulaire_variable
  .section_de_formulaire
  select:hover,
body.creation_de_document
  #formulaire_variable
  .section_de_formulaire
  textarea:hover,
body.validation_document
  #formulaire_variable
  .section_de_formulaire
  textarea:hover {
  border: #2ca0a7 1px solid;
}
body.creation_de_document #formulaire_variable .question:after,
body.validation_document #formulaire_variable .question:after {
  clear: both;
  display: block;
  content: "";
}
body.creation_de_document #formulaire_variable .button_backoffice,
body.validation_document #formulaire_variable .button_backoffice,
body.creation_de_document #formulaire_variable .button_backoffice:hover,
body.validation_document #formulaire_variable .button_backoffice:hover {
  height: auto !important;
  color: #fff !important;
}
body.creation_de_document #formulaire_variable .button_backoffice#cancelPopup,
body.validation_document #formulaire_variable .button_backoffice#cancelPopup,
body.creation_de_document
  #formulaire_variable
  .button_backoffice#cancelPopup:hover,
body.validation_document
  #formulaire_variable
  .button_backoffice#cancelPopup:hover {
  background-color: #aaa;
  border: none;
  cursor: pointer;
  box-sizing: content-box;
}
#component_creation_document {
  clear: both;
}
#component_creation_document .juste_mobile {
  display: none;
}
#component_creation_document #informations_generales_document_en_cours {
  padding: 18px 0 8px 0;
}
#component_creation_document
  #informations_generales_document_en_cours
  #description_du_document {
  float: left;
}
#component_creation_document
  #informations_generales_document_en_cours
  #description_du_document
  h1 {
  padding: 0;
  text-align: left;
}
#component_creation_document
  #informations_generales_document_en_cours
  #progression_creation_document {
  display: block;
  float: right;
  margin: 5px 0 5px;
  position: relative;
}
#component_creation_document
  #informations_generales_document_en_cours
  #progression_creation_document
  .label {
  color: #5b5a5b;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
}
#component_creation_document
  #informations_generales_document_en_cours
  #progression_creation_document
  .bandeau {
  background-color: #343843;
  border-radius: 3px 3px 3px 3px;
  height: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 4px;
  width: 208px;
  float: left;
}
#component_creation_document
  #informations_generales_document_en_cours
  #progression_creation_document
  .bandeau
  .pourcentage {
  background-color: #aaa;
  background-image: url("../img/back_pourcentage.png");
  background-position: top left;
  border-radius: 3px 0 0 3px;
  height: 20px;
  width: 0;
  position: relative;
  transition: width 0.5s ease-in-out !important;
}
#component_creation_document
  #informations_generales_document_en_cours
  #progression_creation_document
  .bandeau
  .pourcentage.noanimate {
  transition: none !important;
}
#component_creation_document
  #informations_generales_document_en_cours
  #progression_creation_document
  .bandeau
  .information_progression {
  color: #fff;
  font-size: 12px;
  left: 2px;
  padding-top: 4px;
  position: absolute;
  font-weight: 500;
}
#component_creation_document
  #informations_generales_document_en_cours
  #progression_creation_document
  .bandeau:after {
  clear: both;
  display: block;
  content: "";
}
#component_creation_document #informations_generales_document_en_cours:after {
  clear: both;
  display: block;
  content: "";
}
#component_creation_document .shake {
  animation-name: shake-animation;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}
#component_creation_document #champs_formulaire {
  float: left;
  background: #fff;
  position: relative;
  border: none;
  border-radius: 3px 3px 3px 3px;
  padding: 10px;
}
#component_creation_document #champs_formulaire:after,
#component_creation_document #champs_formulaire:before {
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
#component_creation_document #champs_formulaire:after {
  right: -15px;
  height: 30px;
  width: 30px;
  top: calc(50% - 15px);
  background: #fcc831 url("../images/arrow_back.svg") no-repeat center;
  background-size: 10px;
}
#component_creation_document #champs_formulaire:before {
  bottom: -15px;
  height: 30px;
  width: 30px;
  left: calc(50% - 15px);
  background: #fcc831 url("../images/arrow_up.svg") no-repeat center;
  background-size: 14px;
}
#component_creation_document #champs_formulaire.focus:after,
#component_creation_document #champs_formulaire.focus:before {
  visibility: visible;
  opacity: 1;
}
#component_creation_document #champs_formulaire .button.tmptooltip {
  -moz-user-select: none;
  background-color: #2ca0a7;
  border: medium none;
  border-radius: 15px 15px 15px 15px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -5px;
  top: 10px;
  text-align: center;
  transition: background-color 0.5s;
  font-weight: 500;
}
#component_creation_document #champs_formulaire .formulaire_content {
  position: relative;
  z-index: 1;
}
#component_creation_document #formulaire_creation_document,
#component_creation_document #formulaire_validation {
  background-color: #fff;
  display: block;
  float: left;
  width: 340px;
}
#component_creation_document #formulaire_creation_document .question,
#component_creation_document #formulaire_validation .question {
  background-color: #fff;
  border-bottom: medium none;
  border-radius: 3px 3px 3px 3px;
  margin: 0;
  padding: 10px;
  width: 320px;
  clear: both;
  position: relative;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .edit_button,
#component_creation_document #formulaire_validation .question .edit_button {
  position: absolute;
  top: 40px;
  right: -3px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .comment_button,
#component_creation_document #formulaire_validation .question .comment_button {
  position: absolute;
  top: 57px;
  right: -28px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .label_question,
#component_creation_document #formulaire_validation .question .label_question {
  margin-bottom: 5px;
  margin-right: 7px;
  padding-top: 0px;
  padding-bottom: 3px;
  width: 90%;
  font-weight: 500;
  font-size: 105%;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
  float: none !important;
  clear: both;
  display: block;
  content: "";
}
#component_creation_document
  #formulaire_creation_document
  .question
  input[type="text"],
#component_creation_document
  #formulaire_validation
  .question
  input[type="text"] {
  background-color: #fff;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  height: 30px !important;
  margin-bottom: 0 !important;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  line-height: 28px;
  transition: border 0.2s;
}
#component_creation_document
  #formulaire_creation_document
  .question
  input[type="text"]:hover,
#component_creation_document
  #formulaire_validation
  .question
  input[type="text"]:hover {
  border: #2ca0a7 1px solid;
}
#component_creation_document
  #formulaire_creation_document
  .question
  input.hasDatepicker,
#component_creation_document
  #formulaire_validation
  .question
  input.hasDatepicker {
  background: url("../images/icon-calendar.svg") no-repeat scroll 5px 5px #fff;
  background-size: 18px;
  cursor: pointer;
  padding-left: 35px !important;
  width: 166px !important;
}
#component_creation_document #formulaire_creation_document .question select,
#component_creation_document #formulaire_validation .question select {
  background-color: #fff;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  height: auto !important;
  margin-bottom: 0 !important;
  padding: 5px 0 4px 6px;
  width: 100%;
  box-sizing: border-box;
  line-height: 28px;
  transition: border 0.2s;
}
#component_creation_document
  #formulaire_creation_document
  .question
  select:hover,
#component_creation_document #formulaire_validation .question select:hover {
  border: #2ca0a7 1px solid;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .champ_radio_formulaire_principal,
#component_creation_document
  #formulaire_validation
  .question
  .champ_radio_formulaire_principal {
  display: block;
  float: left;
  margin: 0 10px 5px 0;
  width: 100%;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .champ_radio_formulaire_principal
  label,
#component_creation_document
  #formulaire_validation
  .question
  .champ_radio_formulaire_principal
  label {
  cursor: pointer;
  display: none;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .champ_radio_formulaire_principal
  .radio_box_texte,
#component_creation_document
  #formulaire_validation
  .question
  .champ_radio_formulaire_principal
  .radio_box_texte {
  background: #fff url("../images/radiobox.svg") no-repeat scroll 0 6px;
  border-radius: 3px 3px 3px 3px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 4px 5px 2px 30px;
  width: 226px;
  font-size: 100%;
  font-family: "Roboto", sans-serif;
  line-height: 20px;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .champ_radio_formulaire_principal
  .radio_box_texte.active,
#component_creation_document
  #formulaire_validation
  .question
  .champ_radio_formulaire_principal
  .radio_box_texte.active {
  background: #fff url("../images/radiobox.svg") no-repeat scroll 0 -277px;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .champ_radio_formulaire_principal
  input[type="radio"],
#component_creation_document
  #formulaire_validation
  .question
  .champ_radio_formulaire_principal
  input[type="radio"] {
  display: none;
  float: left;
  margin-right: 5px;
}
#component_creation_document #formulaire_creation_document .question .button,
#component_creation_document #formulaire_validation .question .button {
  -moz-user-select: none;
  background-color: #2ca0a7;
  border: medium none;
  border-radius: 15px 15px 15px 15px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -5px;
  top: 10px;
  text-align: center;
  transition: background-color 0.5s;
  font-weight: 500;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .button:hover,
#component_creation_document #formulaire_validation .question .button:hover,
#component_creation_document
  #formulaire_creation_document
  .question
  .button.active,
#component_creation_document #formulaire_validation .question .button.active {
  background-color: #2ca0a7;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .explication,
#component_creation_document #formulaire_validation .question .explication {
  display: none;
}
#component_creation_document #formulaire_creation_document .question .allumage,
#component_creation_document #formulaire_validation .question .allumage {
  background-color: #afafaf;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  display: none;
  position: absolute;
  right: -33px;
  top: -57px;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .allumage::after,
#component_creation_document #formulaire_validation .question .allumage::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background: url("../images/aide_fleche.svg") no-repeat;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .allumage-container,
#component_creation_document
  #formulaire_validation
  .question
  .allumage-container {
  display: table;
  width: 80px;
  height: 52px;
  padding: 8px 5px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.3em;
}
#component_creation_document
  #formulaire_creation_document
  .question
  .allumage-block,
#component_creation_document #formulaire_validation .question .allumage-block {
  display: table-cell;
  vertical-align: middle;
}
#component_creation_document #formulaire_creation_document .question textarea,
#component_creation_document #formulaire_validation .question textarea {
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 5px 10px;
  transition: border 0.2s;
}
#component_creation_document
  #formulaire_creation_document
  .question
  textarea:hover,
#component_creation_document #formulaire_validation .question textarea:hover {
  border: #2ca0a7 1px solid;
}
#component_creation_document
  #formulaire_creation_document
  #formulaire_creation_document,
#component_creation_document
  #formulaire_validation
  #formulaire_creation_document {
  float: none;
  background: transparent;
}
#component_creation_document #formulaire_creation_document .question:after,
#component_creation_document #formulaire_validation .question:after {
  clear: both;
  display: block;
  content: "";
}
#component_creation_document #formulaire_creation_document #controle,
#component_creation_document #formulaire_validation #controle {
  padding-top: 20px;
  clear: both;
}
#component_creation_document #formulaire_creation_document #controle.bottom,
#component_creation_document #formulaire_validation #controle.bottom {
  position: absolute;
  bottom: 10px;
  z-index: 100;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  .questions.suivante,
#component_creation_document
  #formulaire_validation
  #controle
  .questions.suivante {
  margin-left: 10px;
  position: relative;
  transition: none;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  .questions.retour_arriere,
#component_creation_document
  #formulaire_validation
  #controle
  .questions.retour_arriere {
  margin-left: 10px;
  float: left;
}
#component_creation_document #formulaire_creation_document #controle .btn-text,
#component_creation_document #formulaire_validation #controle .btn-text {
  pointer-events: none;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  .btn-text.absolute,
#component_creation_document
  #formulaire_validation
  #controle
  .btn-text.absolute {
  position: absolute;
  left: 0.6em;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  a.questions.retour_arriere,
#component_creation_document
  #formulaire_validation
  #controle
  a.questions.retour_arriere,
#component_creation_document
  #formulaire_creation_document
  #controle
  a.questions.retour_arriere:hover,
#component_creation_document
  #formulaire_validation
  #controle
  a.questions.retour_arriere:hover {
  padding: 0.78em !important;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  #enregistrer,
#component_creation_document #formulaire_validation #controle #enregistrer {
  margin-left: 11px;
  width: 100%;
  display: inline-block;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  #enregistrer
  .comment_modifier,
#component_creation_document
  #formulaire_validation
  #controle
  #enregistrer
  .comment_modifier {
  background: transparent;
  border: none;
  color: #343843;
  cursor: pointer;
  display: inline;
  font-size: 12px !important;
  margin: 0;
  padding: 0;
  text-decoration: underline !important;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  #enregistrer.enr2,
#component_creation_document #formulaire_validation #controle #enregistrer.enr2,
#component_creation_document
  #formulaire_creation_document
  #controle
  .sauvegarder,
#component_creation_document #formulaire_validation #controle .sauvegarder {
  margin-top: 12px;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  #confirmation_sauvegarde,
#component_creation_document
  #formulaire_validation
  #controle
  #confirmation_sauvegarde {
  margin: 12px 0 10px 11px;
  font-size: 12px;
  color: #2ca0a7;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  input.questions[type="submit"],
#component_creation_document
  #formulaire_validation
  #controle
  input.questions[type="submit"],
#component_creation_document
  #formulaire_creation_document
  #controle
  a.sauvegarder,
#component_creation_document #formulaire_validation #controle a.sauvegarder {
  background: #afafaf none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-weight: normal;
  height: 34px;
  line-height: 26px;
  margin: 10px 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  width: auto;
}
#component_creation_document
  #formulaire_creation_document
  #controle
  input.questions.sauvegarder[type="submit"],
#component_creation_document
  #formulaire_validation
  #controle
  input.questions.sauvegarder[type="submit"],
#component_creation_document
  #formulaire_creation_document
  #controle
  a.sauvegarder,
#component_creation_document #formulaire_validation #controle a.sauvegarder {
  background: transparent none repeat scroll 0 0;
  color: #343843;
  font-size: 12px;
  margin: 1px 0 0 0;
  padding: 0;
  text-decoration: underline;
}
#component_creation_document #formulaire_creation_document #controle:after,
#component_creation_document #formulaire_validation #controle:after {
  clear: both;
  display: block;
  content: "";
}
#component_creation_document #texte_a_afficher strong,
#component_creation_document .texte_inselectionnable strong,
#component_creation_document #texte_a_afficher b,
#component_creation_document .texte_inselectionnable b {
  font-weight: bold;
}
#component_creation_document #texte_a_afficher em,
#component_creation_document .texte_inselectionnable em,
#component_creation_document #texte_a_afficher i,
#component_creation_document .texte_inselectionnable i {
  font-style: italic;
}
#component_creation_document #texte_a_afficher h1,
#component_creation_document .texte_inselectionnable h1 {
  margin: 0 0 0.5em 0;
  padding: 0;
  line-height: 1em;
}
#component_creation_document #texte_a_afficher p,
#component_creation_document .texte_inselectionnable p,
#component_creation_document #texte_a_afficher li,
#component_creation_document .texte_inselectionnable li {
  line-height: 1.2em;
  margin: 1em 0;
}
#component_creation_document #texte_a_afficher span.encours,
#component_creation_document .texte_inselectionnable span.encours {
  background-color: #fcc831;
}
#component_creation_document #texte_a_afficher span.encours .variable_vide,
#component_creation_document
  .texte_inselectionnable
  span.encours
  .variable_vide {
  cursor: default !important;
  padding: 0 !important;
  height: 14px !important;
  vertical-align: bottom !important;
  line-height: 11px !important;
}
#component_creation_document #texte_a_afficher .flou,
#component_creation_document .texte_inselectionnable .flou {
  color: transparent;
  text-shadow: 0 0 8px #999;
  font-weight: normal;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}
#component_creation_document #texte_a_afficher .flou strong,
#component_creation_document .texte_inselectionnable .flou strong {
  color: inherit;
}
#component_creation_document #texte_a_afficher .flou.flou_japonais,
#component_creation_document .texte_inselectionnable .flou.flou_japonais {
  word-break: break-all;
}
#component_creation_document #texte_a_afficher .flou:hover,
#component_creation_document .texte_inselectionnable .flou:hover,
#component_creation_document #texte_a_afficher .variable_vide:hover,
#component_creation_document .texte_inselectionnable .variable_vide:hover {
  cursor: help;
}

#component_creation_document .texte_inselectionnable span.stabilisation {
  display: block;
  height: 0;
  margin-top: -15px;
  width: 0;
}
#component_creation_document .texte_inselectionnable pre {
  display: block;
  float: left;
  width: 100%;
}
#component_creation_document .texte_inselectionnable table[border="1"] {
  border-left: #aaa 1px solid;
  border-top: #aaa 1px solid;
}
#component_creation_document .texte_inselectionnable table[border="1"] td {
  border-right: #aaa 1px solid;
  border-bottom: #aaa 1px solid;
}
#component_creation_document .texte_inselectionnable table tr td {
  padding: 10px;
}
#component_creation_document .texte_inselectionnable table tr td p {
  margin: 0;
}
#component_creation_document .texte_inselectionnable table tbody tr td {
  font-size: 14px;
}
#component_creation_document
  .texte_inselectionnable
  table.no_border_table_backoffice
  tbody
  tr
  td {
  border: 0 none;
}
.ie #component_creation_document #texte_a_afficher .flou,
.ie #component_creation_document .texte_inselectionnable .flou {
  color: transparent;
  background-color: #e0e0e0;
  box-shadow: inset 0 0 15px 3px #fff;
}
#component_creation_document:after {
  clear: both;
  display: block;
  content: "";
}
body.doc_telechargement h2,
body.signature_externe_confirmation h2,
body.confirmation_commande h2 {
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
body.doc_telechargement .block_centre,
body.signature_externe_confirmation .block_centre,
body.confirmation_commande .block_centre {
  border-bottom: #848484 1px dotted;
  padding-bottom: 1em;
}
body.doc_telechargement .block_centre a.choix_telechargement,
body.signature_externe_confirmation .block_centre a.choix_telechargement,
body.confirmation_commande .block_centre a.choix_telechargement {
  display: block;
  text-align: left;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: 1em center;
  border: 1px solid #c6c6c6;
  border-radius: 3px 3px 3px 3px;
  padding: 1.5em 1.5em 1.5em 2.5em;
  font-size: 114%;
  margin: 0 0 1em 0;
}
body.doc_telechargement .block_centre a.choix_telechargement.word,
body.signature_externe_confirmation .block_centre a.choix_telechargement.word,
body.confirmation_commande .block_centre a.choix_telechargement.word {
  background-image: url("../images/word.svg");
}
body.doc_telechargement .block_centre a.choix_telechargement.pdf,
body.signature_externe_confirmation .block_centre a.choix_telechargement.pdf,
body.confirmation_commande .block_centre a.choix_telechargement.pdf {
  background-image: url("../images/pdf.svg");
}
body.doc_telechargement .download-list .btn,
body.signature_externe_confirmation .download-list .btn,
body.confirmation_commande .download-list .btn {
  margin: 0.5em 0;
}
body.signature_externe_confirmation .block_centre,
body.confirmation_commande .block_centre {
  padding-bottom: 0;
  border: none;
}
body.confirmation_commande .bottom {
  border-top: #848484 1px dotted;
  padding-bottom: 1em;
  margin-top: 1em;
}
body.paiement_direct_stripe h1,
body.formulaire_commande h1,
body.formulaire_commande_abo h1,
body.formulaire_commande_signature h1,
body.compte_aide_avocat h1 {
  padding-left: 0 !important;
  width: 100% !important;
}
body.paiement_direct_stripe .double-title,
body.formulaire_commande .double-title,
body.formulaire_commande_abo .double-title,
body.formulaire_commande_signature .double-title,
body.compte_aide_avocat .double-title {
  text-align: center;
}
body.paiement_direct_stripe .double-title h2,
body.formulaire_commande .double-title h2,
body.formulaire_commande_abo .double-title h2,
body.formulaire_commande_signature .double-title h2,
body.compte_aide_avocat .double-title h2 {
  background: transparent url("../images/lock_noir.svg") 0 0 no-repeat;
  display: inline-block;
  padding-left: 23px;
  margin-bottom: 0.5em;
  text-align: left;
}
body.paiement_direct_stripe .double-title h3,
body.formulaire_commande .double-title h3,
body.formulaire_commande_abo .double-title h3,
body.formulaire_commande_signature .double-title h3,
body.compte_aide_avocat .double-title h3 {
  padding-top: 0;
  display: inline-block;
  text-align: left;
}
body.paiement_direct_stripe .standard-form .item.form-row label,
body.formulaire_commande .standard-form .item.form-row label,
body.formulaire_commande_abo .standard-form .item.form-row label,
body.formulaire_commande_signature .standard-form .item.form-row label,
body.compte_aide_avocat .standard-form .item.form-row label {
  width: 100%;
  height: auto;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}
body.paiement_direct_stripe .standard-form .item.form-row label .detail,
body.formulaire_commande .standard-form .item.form-row label .detail,
body.formulaire_commande_abo .standard-form .item.form-row label .detail,
body.formulaire_commande_signature .standard-form .item.form-row label .detail,
body.compte_aide_avocat .standard-form .item.form-row label .detail {
  color: gray;
  font-size: 90%;
}
body.paiement_direct_stripe .standard-form .item.form-row.price label,
body.formulaire_commande .standard-form .item.form-row.price label,
body.formulaire_commande_abo .standard-form .item.form-row.price label,
body.formulaire_commande_signature .standard-form .item.form-row.price label,
body.compte_aide_avocat .standard-form .item.form-row.price label {
  padding-bottom: 0.28em;
}
body.paiement_direct_stripe .standard-form .item.form-row.price label .detail,
body.formulaire_commande .standard-form .item.form-row.price label .detail,
body.formulaire_commande_abo .standard-form .item.form-row.price label .detail,
body.formulaire_commande_signature
  .standard-form
  .item.form-row.price
  label
  .detail,
body.compte_aide_avocat .standard-form .item.form-row.price label .detail {
  font-size: 77%;
}
body.paiement_direct_stripe .standard-form .item.form-row .StripeElement,
body.formulaire_commande .standard-form .item.form-row .StripeElement,
body.formulaire_commande_abo .standard-form .item.form-row .StripeElement,
body.formulaire_commande_signature .standard-form .item.form-row .StripeElement,
body.compte_aide_avocat .standard-form .item.form-row .StripeElement {
  border-radius: 3px 3px 3px 3px;
  padding: 0 6px;
  border: #d3d3d3 1px solid;
  height: 30px;
  float: left;
  transition: border 0.5s;
  box-sizing: border-box;
}
body.paiement_direct_stripe .standard-form .item.form-row .StripeElement--focus,
body.formulaire_commande .standard-form .item.form-row .StripeElement--focus,
body.formulaire_commande_abo
  .standard-form
  .item.form-row
  .StripeElement--focus,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .StripeElement--focus,
body.compte_aide_avocat .standard-form .item.form-row .StripeElement--focus {
  border: #64b0b8 1px solid;
}
body.paiement_direct_stripe
  .standard-form
  .item.form-row
  .StripeElement--invalid,
body.formulaire_commande .standard-form .item.form-row .StripeElement--invalid,
body.formulaire_commande_abo
  .standard-form
  .item.form-row
  .StripeElement--invalid,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .StripeElement--invalid,
body.compte_aide_avocat .standard-form .item.form-row .StripeElement--invalid {
  border: #ff6257 1px solid;
}
body.paiement_direct_stripe .standard-form .item.form-row .field-cb,
body.formulaire_commande .standard-form .item.form-row .field-cb,
body.formulaire_commande_abo .standard-form .item.form-row .field-cb,
body.formulaire_commande_signature .standard-form .item.form-row .field-cb,
body.compte_aide_avocat .standard-form .item.form-row .field-cb {
  width: 196px;
}
body.paiement_direct_stripe
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber::placeholder,
body.formulaire_commande
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber::placeholder,
body.formulaire_commande_abo
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber::placeholder,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber::placeholder,
body.compte_aide_avocat
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber::placeholder {
  font-size: 15px;
}
body.paiement_direct_stripe .standard-form .item.form-row .field-cb #cardNumber,
body.formulaire_commande .standard-form .item.form-row .field-cb #cardNumber,
body.formulaire_commande_abo
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber,
body.compte_aide_avocat .standard-form .item.form-row .field-cb #cardNumber,
body.paiement_direct_stripe
  .standard-form
  .item.form-row
  .field-cb.StripeElement,
body.formulaire_commande .standard-form .item.form-row .field-cb.StripeElement,
body.formulaire_commande_abo
  .standard-form
  .item.form-row
  .field-cb.StripeElement,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .field-cb.StripeElement,
body.compte_aide_avocat .standard-form .item.form-row .field-cb.StripeElement {
  width: 196px;
  padding: 0 6px;
}
body.paiement_direct_stripe .standard-form .item.form-row .cb_exp_date,
body.formulaire_commande .standard-form .item.form-row .cb_exp_date,
body.formulaire_commande_abo .standard-form .item.form-row .cb_exp_date,
body.formulaire_commande_signature .standard-form .item.form-row .cb_exp_date,
body.compte_aide_avocat .standard-form .item.form-row .cb_exp_date {
  width: 72px;
}
body.paiement_direct_stripe .standard-form .item.form-row .cb_exp_date.latam,
body.formulaire_commande .standard-form .item.form-row .cb_exp_date.latam,
body.formulaire_commande_abo .standard-form .item.form-row .cb_exp_date.latam,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .cb_exp_date.latam,
body.compte_aide_avocat .standard-form .item.form-row .cb_exp_date.latam {
  width: 121px;
  display: flex;
  align-items: center;
}
body.paiement_direct_stripe .standard-form .item.form-row .cb_exp_date input,
body.formulaire_commande .standard-form .item.form-row .cb_exp_date input,
body.formulaire_commande_abo .standard-form .item.form-row .cb_exp_date input,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .cb_exp_date
  input,
body.compte_aide_avocat .standard-form .item.form-row .cb_exp_date input {
  width: 72px;
  padding: 0 6px;
  text-align: center;
}
body.paiement_direct_stripe .standard-form .item.form-row .cb_exp_date span.sep,
body.formulaire_commande .standard-form .item.form-row .cb_exp_date span.sep,
body.formulaire_commande_abo
  .standard-form
  .item.form-row
  .cb_exp_date
  span.sep,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .cb_exp_date
  span.sep,
body.compte_aide_avocat .standard-form .item.form-row .cb_exp_date span.sep {
  float: left;
  margin: 0 0.5em;
  line-height: 30px;
}
body.paiement_direct_stripe .standard-form .item.form-row .cvc,
body.formulaire_commande .standard-form .item.form-row .cvc,
body.formulaire_commande_abo .standard-form .item.form-row .cvc,
body.formulaire_commande_signature .standard-form .item.form-row .cvc,
body.compte_aide_avocat .standard-form .item.form-row .cvc {
  width: 62px;
}
body.paiement_direct_stripe .standard-form .item.form-row .cvc #cardCvc,
body.formulaire_commande .standard-form .item.form-row .cvc #cardCvc,
body.formulaire_commande_abo .standard-form .item.form-row .cvc #cardCvc,
body.formulaire_commande_signature .standard-form .item.form-row .cvc #cardCvc,
body.compte_aide_avocat .standard-form .item.form-row .cvc #cardCvc {
  text-align: center;
  width: 62px;
  padding: 0 6px;
}
body.paiement_direct_stripe .standard-form .item.form-row .field-cb,
body.formulaire_commande .standard-form .item.form-row .field-cb,
body.formulaire_commande_abo .standard-form .item.form-row .field-cb,
body.formulaire_commande_signature .standard-form .item.form-row .field-cb,
body.compte_aide_avocat .standard-form .item.form-row .field-cb {
  width: 196px;
}
body.paiement_direct_stripe .standard-form .item.form-row .field-cb #cardNumber,
body.formulaire_commande .standard-form .item.form-row .field-cb #cardNumber,
body.formulaire_commande_abo
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .field-cb
  #cardNumber,
body.compte_aide_avocat .standard-form .item.form-row .field-cb #cardNumber {
  width: 196px;
  padding: 0 6px;
}
body.paiement_direct_stripe .standard-form .item.form-row img.cb_image,
body.formulaire_commande .standard-form .item.form-row img.cb_image,
body.formulaire_commande_abo .standard-form .item.form-row img.cb_image,
body.formulaire_commande_signature .standard-form .item.form-row img.cb_image,
body.compte_aide_avocat .standard-form .item.form-row img.cb_image {
  float: left;
  margin-left: 1em;
  height: 27px;
}
body.paiement_direct_stripe .standard-form .item.form-row img.cb_image_right,
body.formulaire_commande .standard-form .item.form-row img.cb_image_right,
body.formulaire_commande_abo .standard-form .item.form-row img.cb_image_right,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  img.cb_image_right,
body.compte_aide_avocat .standard-form .item.form-row img.cb_image_right {
  height: 33px;
  margin-left: 1em;
  position: relative;
  top: -3px;
}
body.paiement_direct_stripe .standard-form .item.form-row .debit_ou_credit,
body.formulaire_commande .standard-form .item.form-row .debit_ou_credit,
body.formulaire_commande_abo .standard-form .item.form-row .debit_ou_credit,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .debit_ou_credit,
body.compte_aide_avocat .standard-form .item.form-row .debit_ou_credit {
  float: left;
  clear: both;
}
body.paiement_direct_stripe
  .standard-form
  .item.form-row
  .debit_ou_credit_label,
body.formulaire_commande .standard-form .item.form-row .debit_ou_credit_label,
body.formulaire_commande_abo
  .standard-form
  .item.form-row
  .debit_ou_credit_label,
body.formulaire_commande_signature
  .standard-form
  .item.form-row
  .debit_ou_credit_label,
body.compte_aide_avocat .standard-form .item.form-row .debit_ou_credit_label {
  width: auto;
  margin: 1px 0 0 0.5em;
}
body.paiement_direct_stripe .standard-form .item.form-row.price,
body.formulaire_commande .standard-form .item.form-row.price,
body.formulaire_commande_abo .standard-form .item.form-row.price,
body.formulaire_commande_signature .standard-form .item.form-row.price,
body.compte_aide_avocat .standard-form .item.form-row.price {
  margin-top: 1em;
  border-top: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  padding: 0.7em 0 0.4em 0;
  font-size: 115%;
}
body.paiement_direct_stripe .standard-form .item.form-row.price .table_tva,
body.formulaire_commande .standard-form .item.form-row.price .table_tva,
body.formulaire_commande_abo .standard-form .item.form-row.price .table_tva,
body.formulaire_commande_signature
  .standard-form
  .item.form-row.price
  .table_tva,
body.compte_aide_avocat .standard-form .item.form-row.price .table_tva {
  width: 200px;
  margin: 0em auto 0.2em auto;
}
body.paiement_direct_stripe .standard-form .item.form-row.price .table_tva tr,
body.formulaire_commande .standard-form .item.form-row.price .table_tva tr,
body.formulaire_commande_abo .standard-form .item.form-row.price .table_tva tr,
body.formulaire_commande_signature
  .standard-form
  .item.form-row.price
  .table_tva
  tr,
body.compte_aide_avocat .standard-form .item.form-row.price .table_tva tr {
  border-top: 5px solid;
  border-bottom: 4px solid;
  border-color: #fff;
}
body.paiement_direct_stripe
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:first-child,
body.formulaire_commande
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:first-child,
body.formulaire_commande_abo
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:first-child,
body.formulaire_commande_signature
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:first-child,
body.compte_aide_avocat
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:first-child {
  font-weight: bold;
}
body.paiement_direct_stripe
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:last-child,
body.formulaire_commande
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:last-child,
body.formulaire_commande_abo
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:last-child,
body.formulaire_commande_signature
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:last-child,
body.compte_aide_avocat
  .standard-form
  .item.form-row.price
  .table_tva
  tr
  td:last-child {
  text-align: right;
}
body.paiement_direct_stripe .standard-form .item.form-row.info-cb,
body.formulaire_commande .standard-form .item.form-row.info-cb,
body.formulaire_commande_abo .standard-form .item.form-row.info-cb,
body.formulaire_commande_signature .standard-form .item.form-row.info-cb,
body.compte_aide_avocat .standard-form .item.form-row.info-cb {
  margin-top: 1em;
  border-top: #dedede 1px solid;
  padding: 0.7em 0 0.4em 0;
}
body.paiement_direct_stripe .standard-form .item.form-row.info-cb label,
body.formulaire_commande .standard-form .item.form-row.info-cb label,
body.formulaire_commande_abo .standard-form .item.form-row.info-cb label,
body.formulaire_commande_signature .standard-form .item.form-row.info-cb label,
body.compte_aide_avocat .standard-form .item.form-row.info-cb label {
  font-weight: 400;
}
body.paiement_direct_stripe .standard-form .submit,
body.formulaire_commande .standard-form .submit,
body.formulaire_commande_abo .standard-form .submit,
body.formulaire_commande_signature .standard-form .submit,
body.compte_aide_avocat .standard-form .submit {
  width: auto !important;
}
@media screen and (max-width: 497px) {
  body.paiement_direct_stripe .standard-form .item.form-row .field-cb {
    float: none;
  }
  body.paiement_direct_stripe .standard-form .item.form-row img.cb_image {
    float: none;
    display: block;
    padding-top: 0.7em;
    margin-left: 0;
    clear: both;
  }
}
body.paiement_direct_stripe .double-title .sepa-form-title {
  margin-top: 0;
  margin-bottom: 19px;
}
body.paiement_direct_stripe .double-title .sepa-form-subtitle {
  padding-bottom: 6px;
  text-align: center;
  line-height: normal;
  font-weight: normal;
}
body.paiement_direct_stripe .sepa-form-mentions {
  margin: 0 0 20px 0;
  color: #848484;
  font-size: 13px;
}
.pseudoselect-component {
  height: 40px;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  color: #343843;
  display: inline-block;
  position: relative;
  width: 200px;
}
.pseudoselect-component ul {
  width: auto;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.pseudoselect-component ul li {
  line-height: 40px;
  padding: 0 10px;
}
.pseudoselect-component ul.options {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 0;
  display: none;
  border: #d3d3d3 1px solid;
  box-sizing: border-box;
  border-radius: 3px 3px 3px 3px;
}
.pseudoselect-component ul.options li:hover {
  background-color: #2ca0a7;
  color: #fff;
}
.pseudoselect-component ul.options li.selected {
  background-color: #64b0b8;
  color: #fff;
}
.pseudoselect-component ul.current-choice {
  width: 100%;
  display: inline-block;
  height: 37px;
  overflow: hidden;
}
.pseudoselect-component#selectCountry {
  height: 37px;
  border: none;
  color: #1e1d28;
  width: 213px;
  background: #fff;
  margin-top: 1em;
  cursor: pointer;
  border-radius: 37px;
}
.pseudoselect-component#selectCountry ul {
  max-height: calc(100vh - 260px);
  overflow-y: auto;
}
.pseudoselect-component#selectCountry ul li {
  line-height: 37px;
  background-position: 5px -107px;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 40px;
  text-align: left;
}
.pseudoselect-component#selectCountry ul.current-choice li.fr {
  background-image: url("../img/fr.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.es {
  background-image: url("../img/es.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.br {
  background-image: url("../img/br.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.it {
  background-image: url("../img/it.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.de {
  background-image: url("../img/de.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.mx {
  background-image: url("../img/mx.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.ar {
  background-image: url("../img/ar.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.ie {
  background-image: url("../img/ie.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.in {
  background-image: url("../img/in.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.jp {
  background-image: url("../img/jp.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.fr_ca {
  background-image: url("../img/fr_ca.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.en_ca {
  background-image: url("../img/en_ca.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.us {
  background-image: url("../img/us.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.ru {
  background-image: url("../img/ru.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.se {
  background-image: url("../img/se.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.th {
  background-image: url("../img/th.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.uk {
  background-image: url("../img/uk.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.pl {
  background-image: url("../img/pl.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.ph {
  background-image: url("../img/ph.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.be_nl {
  background-image: url("../img/be_nl.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.be_fr {
  background-image: url("../img/be_fr.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.ng {
  background-image: url("../img/ng.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.tr {
  background-image: url("../img/tr.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.ua {
  background-image: url("../img/ua.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.au {
  background-image: url("../img/au.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.cl {
  background-image: url("../img/cl.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.co {
  background-image: url("../img/co.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.nl {
  background-image: url("../img/nl.png");
}
.pseudoselect-component#selectCountry ul.current-choice li.pe {
  background-image: url("../img/pe.png");
}
.pseudoselect-component#selectCountry ul.options {
  top: 0;
  background-color: #fff;
  width: 200px;
}
.pseudoselect-component#selectCountry .handle {
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 44px;
  background: transparent;
  border: none;
}
.pseudoselect-component#selectCountry .handle .chevron-down::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  top: 5px;
  transform: rotate(135deg);
  vertical-align: top;
  width: 4px;
}
.pseudoselect-component#selectCountry.active {
  position: relative;
  z-index: 1;
}
.pseudoselect-component#selectCountry.active:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 40px;
  width: 100%;
  top: -20px;
  left: 0;
  z-index: 0;
}
.pseudoselect-component#selectCountry.active .current-choice {
  position: relative;
}
.pseudoselect-component#selectCountry.active .chevron-down::before {
  top: 7px;
  transform: rotate(-45deg);
}
.pseudoselect-component#selectCountry.active ul.options li.fr {
  background-image: url("../img/fr.png");
}
.pseudoselect-component#selectCountry.active ul.options li.es {
  background-image: url("../img/es.png");
}
.pseudoselect-component#selectCountry.active ul.options li.br {
  background-image: url("../img/br.png");
}
.pseudoselect-component#selectCountry.active ul.options li.it {
  background-image: url("../img/it.png");
}
.pseudoselect-component#selectCountry.active ul.options li.de {
  background-image: url("../img/de.png");
}
.pseudoselect-component#selectCountry.active ul.options li.mx {
  background-image: url("../img/mx.png");
}
.pseudoselect-component#selectCountry.active ul.options li.ar {
  background-image: url("../img/ar.png");
}
.pseudoselect-component#selectCountry.active ul.options li.ie {
  background-image: url("../img/ie.png");
}
.pseudoselect-component#selectCountry.active ul.options li.in {
  background-image: url("../img/in.png");
}
.pseudoselect-component#selectCountry.active ul.options li.jp {
  background-image: url("../img/jp.png");
}
.pseudoselect-component#selectCountry.active ul.options li.fr_ca {
  background-image: url("../img/fr_ca.png");
}
.pseudoselect-component#selectCountry.active ul.options li.en_ca {
  background-image: url("../img/en_ca.png");
}
.pseudoselect-component#selectCountry.active ul.options li.us {
  background-image: url("../img/us.png");
}
.pseudoselect-component#selectCountry.active ul.options li.ru {
  background-image: url("../img/ru.png");
}
.pseudoselect-component#selectCountry.active ul.options li.se {
  background-image: url("../img/se.png");
}
.pseudoselect-component#selectCountry.active ul.options li.th {
  background-image: url("../img/th.png");
}
.pseudoselect-component#selectCountry.active ul.options li.uk {
  background-image: url("../img/uk.png");
}
.pseudoselect-component#selectCountry.active ul.options li.pl {
  background-image: url("../img/pl.png");
}
.pseudoselect-component#selectCountry.active ul.options li.ph {
  background-image: url("../img/ph.png");
}
.pseudoselect-component#selectCountry.active ul.options li.be_nl {
  background-image: url("../img/be_nl.png");
}
.pseudoselect-component#selectCountry.active ul.options li.be_fr {
  background-image: url("../img/be_fr.png");
}
.pseudoselect-component#selectCountry.active ul.options li.ng {
  background-image: url("../img/ng.png");
}
.pseudoselect-component#selectCountry.active ul.options li.tr {
  background-image: url("../img/tr.png");
}
.pseudoselect-component#selectCountry.active ul.options li.ua {
  background-image: url("../img/ua.png");
}
.pseudoselect-component#selectCountry.active ul.options li.au {
  background-image: url("../img/au.png");
}
.pseudoselect-component#selectCountry.active ul.options li.cl {
  background-image: url("../img/cl.png");
}
.pseudoselect-component#selectCountry.active ul.options li.co {
  background-image: url("../img/co.png");
}
.pseudoselect-component#selectCountry.active ul.options li.nl {
  background-image: url("../img/nl.png");
}
.pseudoselect-component#selectCountry.active ul.options li.pe {
  background-image: url("../img/pe.png");
}
@media (min-width: 2001px) {
  #homepage .splash-screen {
    background-size: cover;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #homepage .slice {
    width: 95%;
  }
}
@media (max-width: 1156px) {
  .page,
  .cols,
  .slice {
    width: 95%;
    max-width: 1099px;
  }
  .page .col .inner-padding,
  .cols .col .inner-padding,
  .slice .col .inner-padding {
    padding: 1.5em;
  }
  #homepage .slice {
    width: 95%;
  }
  #homepage .splash-screen .slice2 h1 {
    font-size: 230%;
  }
  #homepage .splash-screen .slice2 .recherche .search-input {
    text-indent: 10px;
    font-size: 140%;
  }
  body.home #homepage .splash-screen .slice2 h2 {
    font-size: 140%;
  }
  .top-nav {
    z-index: 2;
  }
  .top-nav .place-content {
    width: 95%;
    max-width: 1100px;
  }
  .top-nav .place-content .links ul.top-level > li > a {
    margin: 0 1.4em;
    padding: 0;
    font-size: 95%;
  }
  body.presentation-guide #ancres {
    max-width: calc((95% / 100) * 30) !important;
  }
}
@media all and (max-width: 1024px) {
  body {
    font-size: 14.5px;
  }
  input,
  textarea,
  td,
  select {
    font-size: 14.5px;
  }
  .account-pages .col70 h2 .btn {
    font-size: 14.5px;
  }
  #pricingTable .recommande a.ribbon .fa-check,
  #pricingTable .recommande a.ribbon:hover .fa-check {
    display: none !important;
  }
  .formulaire_commande_abo h1,
  .formulaire_commande_abo_seul h1,
  .formulaire_commande_signature h1,
  .formulaire_commande h1 {
    width: 100%;
  }
  .formulaire_commande_abo .col,
  .formulaire_commande_abo_seul .col,
  .formulaire_commande_signature .col,
  .formulaire_commande .col {
    width: 100%;
  }
  .formulaire_commande_abo .sidebar-paiement,
  .formulaire_commande_abo_seul .sidebar-paiement,
  .formulaire_commande_signature .sidebar-paiement,
  .formulaire_commande .sidebar-paiement {
    margin-top: 25px;
  }
  body.presentation-guide #ancres,
  body.liste-guides #ancres,
  body.presentation-guide #liste_categories_guides,
  body.liste-guides #liste_categories_guides {
    display: none;
  }
  body.presentation-guide .col68,
  body.liste-guides .col68 {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  body.presentation-modele .infos-document .cols {
    min-height: 0;
    background-size: 200px;
  }
}
@media all and (max-width: 767px) {
  .formulaire_commande_abo .sidebar-paiement,
  .formulaire_commande_abo_seul .sidebar-paiement,
  .formulaire_commande_signature .sidebar-paiement,
  .formulaire_commande .sidebar-paiement,
  .compte_aide_avocat .sidebar-paiement,
  .paiement_direct_stripe .sidebar-paiement {
    margin-top: 10px;
  }
  .formulaire_commande_abo .standard-form .cb-fields,
  .formulaire_commande_abo_seul .standard-form .cb-fields,
  .formulaire_commande_signature .standard-form .cb-fields,
  .formulaire_commande .standard-form .cb-fields,
  .compte_aide_avocat .standard-form .cb-fields,
  .paiement_direct_stripe .standard-form .cb-fields {
    flex-direction: column;
    padding-bottom: 0 !important;
  }
  .formulaire_commande_abo
    .standard-form
    .cb-fields
    .item
    .message_erreur_champ,
  .formulaire_commande_abo_seul
    .standard-form
    .cb-fields
    .item
    .message_erreur_champ,
  .formulaire_commande_signature
    .standard-form
    .cb-fields
    .item
    .message_erreur_champ,
  .formulaire_commande .standard-form .cb-fields .item .message_erreur_champ,
  .compte_aide_avocat .standard-form .cb-fields .item .message_erreur_champ,
  .paiement_direct_stripe
    .standard-form
    .cb-fields
    .item
    .message_erreur_champ {
    position: relative;
    float: left;
    width: 100%;
    bottom: auto !important;
  }
  .formulaire_commande_abo .standard-form .cb-fields .picto_cb_general,
  .formulaire_commande_abo_seul .standard-form .cb-fields .picto_cb_general,
  .formulaire_commande_signature .standard-form .cb-fields .picto_cb_general,
  .formulaire_commande .standard-form .cb-fields .picto_cb_general,
  .compte_aide_avocat .standard-form .cb-fields .picto_cb_general,
  .paiement_direct_stripe .standard-form .cb-fields .picto_cb_general {
    top: 40px;
    transform: translate(7px, 7px) !important;
  }
  .formulaire_commande_abo .standard-form #formulaire_sips .item .field-cb,
  .formulaire_commande_abo_seul .standard-form #formulaire_sips .item .field-cb,
  .formulaire_commande_signature
    .standard-form
    #formulaire_sips
    .item
    .field-cb,
  .formulaire_commande .standard-form #formulaire_sips .item .field-cb,
  .compte_aide_avocat .standard-form #formulaire_sips .item .field-cb,
  .paiement_direct_stripe .standard-form #formulaire_sips .item .field-cb,
  .formulaire_commande_abo .standard-form #formulaire_sips .item .cb_exp_date,
  .formulaire_commande_abo_seul
    .standard-form
    #formulaire_sips
    .item
    .cb_exp_date,
  .formulaire_commande_signature
    .standard-form
    #formulaire_sips
    .item
    .cb_exp_date,
  .formulaire_commande .standard-form #formulaire_sips .item .cb_exp_date,
  .compte_aide_avocat .standard-form #formulaire_sips .item .cb_exp_date,
  .paiement_direct_stripe .standard-form #formulaire_sips .item .cb_exp_date,
  .formulaire_commande_abo .standard-form #formulaire_sips .item .cvc,
  .formulaire_commande_abo_seul .standard-form #formulaire_sips .item .cvc,
  .formulaire_commande_signature .standard-form #formulaire_sips .item .cvc,
  .formulaire_commande .standard-form #formulaire_sips .item .cvc,
  .compte_aide_avocat .standard-form #formulaire_sips .item .cvc,
  .paiement_direct_stripe .standard-form #formulaire_sips .item .cvc {
    width: 100%;
  }
}
@media all and (min-width: 960px) and (max-width: 1205px) {
  body.creation_de_document #linebox,
  body.validation_document #linebox {
    width: 52%;
    max-width: 52%;
    height: auto;
  }
  body.creation_de_document .bulle,
  body.validation_document .bulle {
    width: 49%;
    max-width: 49%;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #description_du_document {
    width: 70%;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document {
    float: right;
    width: 30%;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .label {
    width: 40%;
    text-align: right;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .bandeau {
    width: 55%;
    margin-left: 0;
    float: right;
  }
  #component_creation_document #champs_formulaire {
    width: 35%;
  }
  #component_creation_document #champs_formulaire #formulaire_creation_document,
  #component_creation_document #champs_formulaire #formulaire_validation {
    width: 100%;
  }
  #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    .question,
  #component_creation_document
    #champs_formulaire
    #formulaire_validation
    .question {
    width: auto;
  }
  #component_creation_document .texte_inselectionnable {
    margin: 0;
    width: 58%;
  }
  .top-nav .place-content .nav-right {
    width: 196px;
  }
  .top-nav .place-content .nav-right.contact {
    width: 173px;
  }
  .top-nav.shrink .place-content .nav-right {
    width: 172px;
  }
}
@media (max-width: 1099px) and (min-width: 1025px) {
  #homepage .splash-screen .slice4 .steps .step .padding h3 {
    font-size: 130%;
  }
  #homepage .splash-screen .slice4 .steps .step .padding p {
    font-size: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .page,
  .cols,
  .slice {
    width: 95%;
    max-width: 95%;
  }
  .page .col .inner-padding,
  .cols .col .inner-padding,
  .slice .col .inner-padding {
    padding: 1.5em;
  }
  #homepage .slice {
    width: 95%;
  }
  #homepage .splash-screen .slice2 h1 {
    font-size: 230%;
  }
  #homepage .splash-screen .slice2 .recherche .search-input {
    font-size: 128%;
  }
  #homepage .splash-screen .slice4 .steps .step .padding h3 {
    max-width: 100%;
    font-size: 125%;
  }
  #homepage .splash-screen .slice4 .steps .step .padding p {
    font-size: 100%;
  }
  body.home #homepage .splash-screen .slice2 h1 {
    font-size: 218%;
  }
  body.home #homepage .splash-screen .slice2 h2 {
    font-size: 128%;
  }
  body.home #homepage .stats-items .number {
    font-size: 2em !important;
  }
  .top-nav .place-content {
    width: 95%;
    max-width: 1100px;
  }
  .top-nav .place-content .logo {
    margin-right: 0;
    height: 50px;
    background-color: #2ca0a7;
  }
  .top-nav .place-content .logo.contact {
    margin-right: 0;
  }
  .top-nav .place-content .logo img {
    height: 50px;
  }
  .top-nav .place-content .links ul.top-level {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-nav .place-content .links ul.top-level > li > a {
    font-size: 90%;
    line-height: 70px;
    padding: 0;
    margin: 0 1.2em;
  }
  .top-nav .place-content .recherche .search-form input.search-button {
    background: transparent url(../img/search.svg) no-repeat scroll right 11px
      center;
    background-size: 15px;
  }
  .top-nav .place-content .nav-right {
    width: 175px;
  }
  .top-nav .place-content .nav-right.contact {
    width: 115px;
  }
  .top-nav .place-content .user {
    font-size: 90%;
  }
  .top-nav.shrink .place-content .links ul.top-level > li > a {
    margin: 0 10px;
  }
  .top-nav.shrink .place-content .nav-right {
    width: 136px;
  }
  .footer .cols .country-select {
    padding-left: 8%;
  }
  body.creation_de_document #linebox,
  body.validation_document #linebox {
    width: 49%;
    max-width: 49%;
    height: auto;
  }
  body.creation_de_document .bulle,
  body.validation_document .bulle {
    width: 45%;
    max-width: 40%;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #description_du_document {
    width: 70%;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #description_du_document
    h1 {
    width: 100%;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document {
    float: right;
    width: 30%;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .label {
    width: 40%;
    text-align: right;
  }
  #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .bandeau {
    width: 55%;
    margin-left: 0;
    float: right;
  }
  #component_creation_document #champs_formulaire {
    width: 40%;
  }
  #component_creation_document #champs_formulaire #formulaire_creation_document,
  #component_creation_document #champs_formulaire #formulaire_validation {
    width: 100%;
  }
  #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    .question,
  #component_creation_document
    #champs_formulaire
    #formulaire_validation
    .question {
    width: auto;
  }
  #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    .questions.retour_arriere,
  #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    .questions.retour_arriere,
  #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    .questions.suivante,
  #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    .questions.suivante {
    font-size: 13px;
    font-weight: bold;
  }
  #component_creation_document .texte_inselectionnable {
    margin: 0;
    width: 51%;
  }
  body.presentation-modele .infos-document .stickers .document-stars {
    font-size: 95%;
  }
  body.presentation-modele .infos-document .stickers .sticker {
    font-size: 95%;
    padding: 0 2% 2% 0;
  }
}
@media all and (max-width: 899px) {
  .top-nav .place-content .nav-right {
    width: 160px;
  }
  body:not(.de) .top-nav .place-content .links ul.top-level > li > a {
    padding: 0;
  }
  body:not(.de) .top-nav .place-content .links ul.top-level.contact > li > a {
    font-size: 0.8em !important;
  }
  .top-nav .place-content .links ul.top-level.contact ul.sousMenu > li > a {
    font-size: 0.8em !important;
  }
  .top-nav .place-content .top-nav .place-content .links ul.top-level {
    margin-right: 0;
  }
  .top-nav .place-content .nav-right {
    width: 155px;
  }
  .top-nav .place-content .nav-right .search-terms {
    font-size: 13.5px;
  }
  .top-nav .place-content .user {
    font-size: 80%;
  }
  .top-nav.shrink .place-content .links ul.top-level > li > a {
    font-size: 0.7em !important;
  }
  .top-nav.shrink .place-content .links ul.sousMenu > li > a {
    font-size: 0.8em !important;
  }
  .top-nav.shrink .place-content .nav-right {
    font-size: 0;
    width: 141px;
  }
  .top-nav.shrink .place-content .nav-right .search-terms {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  body * {
    transition: none !important;
  }
  body.confirmation_desabonnement .btn-group .btn.cancel {
    margin-bottom: 0.5em;
  }
  body.liste-documents h1 {
    font-size: 128%;
    padding: 20px 0 !important;
    text-align: center;
    width: 100%;
    float: none;
  }
  body.liste-documents .pre-arbo {
    margin-top: 0;
  }
  body.formulaire_commande_abo h1,
  body.formulaire_commande_abo_seul h1,
  body.formulaire_commande h1,
  body.formulaire_commande_signature h1,
  body.faq h1 {
    font-size: 170%;
    padding: 20px 0 !important;
    text-align: center;
    width: 100%;
    float: none;
  }
  body.formulaire_commande_abo table#orderSummary tr.small:last-child td.prix,
  body.formulaire_commande_abo_seul
    table#orderSummary
    tr.small:last-child
    td.prix,
  body.formulaire_commande table#orderSummary tr.small:last-child td.prix,
  body.formulaire_commande_signature
    table#orderSummary
    tr.small:last-child
    td.prix,
  body.faq table#orderSummary tr.small:last-child td.prix,
  body.formulaire_commande_abo table#orderSummary tr td.prix,
  body.formulaire_commande_abo_seul table#orderSummary tr td.prix,
  body.formulaire_commande table#orderSummary tr td.prix,
  body.formulaire_commande_signature table#orderSummary tr td.prix,
  body.faq table#orderSummary tr td.prix {
    padding-right: 12px;
    width: 63px;
  }
  .page .col,
  .cols .col {
    width: 100% !important;
    height: auto;
  }
  .page .col100-small,
  .cols .col100-small,
  .page .col100-medium,
  .cols .col100-medium,
  .page .col70,
  .cols .col70,
  .page .col75,
  .cols .col75,
  .page .col50,
  .cols .col50,
  .page .col30,
  .cols .col30,
  .page .col32-5,
  .cols .col32-5,
  .page .col22,
  .cols .col22 {
    width: 100%;
    padding: 1em 0;
    margin-left: 0;
    margin-right: 0;
  }
  .page .col5,
  .cols .col5 {
    display: none;
  }
  h1 {
    padding: 1em 0 0.5em 0;
  }
  #homepage .slice {
    width: 90%;
  }
  #homepage .splash-screen {
    background-size: cover;
  }
  #homepage .splash-screen .slice2 {
    padding-bottom: 0;
  }
  #homepage .splash-screen .slice2 .recherche .search-input {
    font-size: 130%;
    font-weight: 400;
    text-indent: 10px;
  }
  .top-nav,
  .top-nav.shrink {
    width: 100%;
  }
  .top-nav .place-content,
  .top-nav.shrink .place-content {
    display: block;
    width: 90%;
  }
  .top-nav .place-content .logo.contact,
  .top-nav.shrink .place-content .logo.contact {
    margin-right: 0;
  }
  .top-nav .place-content .mobile-menu-link,
  .top-nav.shrink .place-content .mobile-menu-link {
    width: 32px;
    float: right;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    height: 42px;
    margin-top: 4px;
    line-height: normal;
    text-align: center;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-nav .place-content .mobile-menu-link > div,
  .top-nav.shrink .place-content .mobile-menu-link > div {
    height: 32px;
    width: 100%;
    padding-left: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .top-nav .place-content .mobile-menu-link > div span,
  .top-nav.shrink .place-content .mobile-menu-link > div span {
    width: 100%;
    height: 4px;
    background-color: #e1dfde;
    display: block;
    margin: 3px;
    border-radius: 2px;
  }
  .top-nav .place-content .mobile-menu-link.menu-open > div span,
  .top-nav.shrink .place-content .mobile-menu-link.menu-open > div span {
    margin: 0;
    position: absolute;
  }
  .top-nav .place-content .mobile-menu-link.menu-open > div span:nth-of-type(1),
  .top-nav.shrink
    .place-content
    .mobile-menu-link.menu-open
    > div
    span:nth-of-type(1) {
    transform: rotate(-45deg);
    transform-origin: center;
  }
  .top-nav .place-content .mobile-menu-link.menu-open > div span:nth-of-type(2),
  .top-nav.shrink
    .place-content
    .mobile-menu-link.menu-open
    > div
    span:nth-of-type(2) {
    display: none;
  }
  .top-nav .place-content .mobile-menu-link.menu-open > div span:nth-of-type(3),
  .top-nav.shrink
    .place-content
    .mobile-menu-link.menu-open
    > div
    span:nth-of-type(3) {
    transform: rotate(45deg);
    transform-origin: center;
  }
  .top-nav .place-content .links,
  .top-nav.shrink .place-content .links {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #343843;
    z-index: 9999;
    max-height: 0;
    transition: max-height 0.2s ease-out !important;
  }
  .top-nav .place-content .links ul.top-level,
  .top-nav.shrink .place-content .links ul.top-level {
    padding: 0;
  }
  .top-nav .place-content .links ul.top-level > li,
  .top-nav.shrink .place-content .links ul.top-level > li {
    float: none;
    padding: 0;
  }
  .top-nav .place-content .links ul.top-level > li.dropdown .sousMenu,
  .top-nav.shrink .place-content .links ul.top-level > li.dropdown .sousMenu {
    display: none !important;
  }
  .top-nav .place-content .links ul.top-level > li > a,
  .top-nav.shrink .place-content .links ul.top-level > li > a {
    display: inline-flex;
    width: 100% !important;
    height: auto;
    background: #2ca0a7;
    line-height: 1em;
    padding: 0 5% !important;
    margin: 0 !important;
    border: none !important;
    text-align: left !important;
    border-bottom: 1px solid #343843 !important;
    height: 52px !important;
    font-size: 0.9em !important;
  }
  .top-nav .place-content .links ul.top-level > li > a br,
  .top-nav.shrink .place-content .links ul.top-level > li > a br {
    content: " ";
    min-width: 4px;
  }
  .top-nav .place-content .links ul.top-level > li > a.active,
  .top-nav.shrink .place-content .links ul.top-level > li > a.active {
    border: none;
    background: #fcc831;
    color: #fff;
    font-weight: 500;
  }
  .top-nav .place-content #mobile_menu_icon:checked ~ .links,
  .top-nav.shrink .place-content #mobile_menu_icon:checked ~ .links {
    max-height: 212px;
  }
  .top-nav .place-content .recherche,
  .top-nav.shrink .place-content .recherche {
    display: none;
  }
  .top-nav .place-content .user,
  .top-nav.shrink .place-content .user {
    display: block !important;
    background: none;
    border-radius: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    float: right;
    padding-top: 0;
    padding-left: 0;
    height: 54px;
  }
  .top-nav .place-content .user a.login,
  .top-nav.shrink .place-content .user a.login {
    background: transparent url("../img/account.svg") no-repeat scroll center
      10px;
    background-size: 22px 25px;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 39px 10px 4px 10px;
    line-height: normal;
    font-size: 10px !important;
    border-radius: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .top-nav .place-content .user a.logout,
  .top-nav.shrink .place-content .user a.logout {
    display: none !important;
  }
  .standard-form .block-captcha table tr td img {
    margin: 0 5px 0 0;
  }
  .standard-form .block-captcha input#captcha {
    text-indent: 5px;
  }
  .footer {
    padding: 2em 0;
  }
  .footer .cols {
    flex-direction: column;
  }
  .footer .cols .col:not(.country-select) ul li {
    float: none;
    text-align: center;
    padding: 0;
  }
  .footer .cols .col:not(.country-select) ul li::after {
    display: none;
  }
  .footer .cols .col:not(.country-select) ul li a {
    display: inline-block;
    padding: 0.5em 0;
  }
  .footer .cols .col:not(.country-select) ul.gray-menu {
    border-top: #4a5060 1px solid;
    border-bottom: #4a5060 1px solid;
    padding: 2em 0;
  }
  .footer .cols .col.col-logout {
    display: block;
    padding-top: 0;
    text-align: center;
  }
  .footer .cols .col.col-logout a {
    color: #fff;
  }
  .footer .cols .country-select {
    padding: 3em 0 2em 0;
    text-align: center;
  }
  .footer .cols .country-select .region-label {
    display: inline;
  }
  .footer .cols .country-select #selectCountry ul {
    max-height: calc(100vh - 330px);
  }
  .footer .cols .country-select.footer-light {
    padding: 1em 0 0.5em 0;
  }
  .footer .cols .copyright {
    padding: 2.4em 0 0 0;
    text-align: center;
  }
  body.home #homepage .splash-screen {
    position: initial !important;
    height: auto;
  }
  body.home #homepage .splash-screen .slice2 {
    padding: 0;
    display: block;
  }
  body.home #homepage .splash-screen .slice2 #illustration {
    padding-left: 0;
    text-align: center;
  }
  body.home #homepage .splash-screen .slice2 #illustration img {
    float: none;
    max-width: 241px;
  }
  body.home #homepage .splash-screen .slice2 #accroche {
    margin: 0;
    padding-top: 0;
    padding-left: 0;
  }
  body.home #homepage .splash-screen .slice2 #accroche h1 {
    text-align: center;
    font-size: 170%;
  }
  body.home #homepage .splash-screen .slice2 #accroche h2 {
    text-align: center;
    font-size: 120%;
  }
  body.home #homepage .splash-screen .slice4 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    position: initial !important;
    border-radius: 0;
  }
  body.home #homepage .splash-screen .slice4 .steps {
    display: inline-block;
    margin: 3em auto 1em auto;
  }
  body.home #homepage .splash-screen .slice4 .steps#methodologie {
    width: 95%;
    padding: 1em 0 4em 0;
    position: relative;
    bottom: 0;
    left: 0;
    background-image: none;
  }
  body.home #homepage .splash-screen .slice4 .steps#methodologie .step {
    max-width: none !important;
    width: 70%;
    float: none;
    margin: 0.4em auto;
    display: block;
  }
  body.home
    #homepage
    .splash-screen
    .slice4
    .steps#methodologie
    .step
    .padding
    h3 {
    min-height: auto;
    font-size: 128%;
    font-weight: 500;
  }
  body.home
    #homepage
    .splash-screen
    .slice4
    .steps#methodologie
    .step
    .padding
    .icon {
    height: auto;
    padding-bottom: 1em;
  }
  body.home
    #homepage
    .splash-screen
    .slice4
    .steps#methodologie
    .step
    .padding
    .icon
    img.desktop {
    display: none;
  }
  body.home
    #homepage
    .splash-screen
    .slice4
    .steps#methodologie
    .step
    .padding
    .icon
    img.mobile {
    display: inline;
  }
  body.home #homepage .second-half .stats-items .col {
    width: 70% !important;
    float: none;
    margin: 0 auto 10px auto !important;
    max-width: none;
    min-height: 170px;
  }
  body.home #homepage .second-half .pub-logos img {
    margin: 5.44%;
  }
  .formulaire_commande_abo #checkoutPricingChoice,
  .formulaire_commande_abo_seul #checkoutPricingChoice,
  .formulaire_commande_signature #checkoutPricingChoice,
  .formulaire_commande #checkoutPricingChoice {
    position: relative;
    height: 350px;
  }
  .formulaire_commande_abo #checkoutPricingChoice .col-left,
  .formulaire_commande_abo_seul #checkoutPricingChoice .col-left,
  .formulaire_commande_signature #checkoutPricingChoice .col-left,
  .formulaire_commande #checkoutPricingChoice .col-left {
    width: auto;
    float: none;
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .formulaire_commande_abo #checkoutPricingChoice .col-right,
  .formulaire_commande_abo_seul #checkoutPricingChoice .col-right,
  .formulaire_commande_signature #checkoutPricingChoice .col-right,
  .formulaire_commande #checkoutPricingChoice .col-right {
    width: auto;
    float: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .formulaire_commande_abo #checkoutPricingChoice .selectable-block,
  .formulaire_commande_abo_seul #checkoutPricingChoice .selectable-block,
  .formulaire_commande_signature #checkoutPricingChoice .selectable-block,
  .formulaire_commande #checkoutPricingChoice .selectable-block {
    border-radius: 0 0 3px 3px;
    display: none;
  }
  .formulaire_commande_abo #checkoutPricingChoice .selectable-block label.title,
  .formulaire_commande_abo_seul
    #checkoutPricingChoice
    .selectable-block
    label.title,
  .formulaire_commande_signature
    #checkoutPricingChoice
    .selectable-block
    label.title,
  .formulaire_commande #checkoutPricingChoice .selectable-block label.title {
    font-size: 1.3em;
    font-weight: bold;
  }
  .formulaire_commande_abo
    #checkoutPricingChoice
    .selectable-block
    label.title::before,
  .formulaire_commande_abo_seul
    #checkoutPricingChoice
    .selectable-block
    label.title::before,
  .formulaire_commande_signature
    #checkoutPricingChoice
    .selectable-block
    label.title::before,
  .formulaire_commande
    #checkoutPricingChoice
    .selectable-block
    label.title::before {
    display: none !important;
  }
  .formulaire_commande_abo
    #checkoutPricingChoice
    .selectable-block
    input.choose-pricing,
  .formulaire_commande_abo_seul
    #checkoutPricingChoice
    .selectable-block
    input.choose-pricing,
  .formulaire_commande_signature
    #checkoutPricingChoice
    .selectable-block
    input.choose-pricing,
  .formulaire_commande
    #checkoutPricingChoice
    .selectable-block
    input.choose-pricing {
    display: none;
    margin: 0 auto;
  }
  .formulaire_commande_abo #checkoutPricingChoice .selectable-block.selected,
  .formulaire_commande_abo_seul
    #checkoutPricingChoice
    .selectable-block.selected,
  .formulaire_commande_signature
    #checkoutPricingChoice
    .selectable-block.selected,
  .formulaire_commande #checkoutPricingChoice .selectable-block.selected {
    display: block;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs,
  .formulaire_commande_signature #checkoutPricingChoice .tabs,
  .formulaire_commande #checkoutPricingChoice .tabs {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    background: #ededed;
    width: 100%;
    display: block;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs .tab,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs .tab,
  .formulaire_commande_signature #checkoutPricingChoice .tabs .tab,
  .formulaire_commande #checkoutPricingChoice .tabs .tab {
    float: left;
    width: 50%;
    cursor: pointer;
    height: 60px;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs .tab .label,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs .tab .label,
  .formulaire_commande_signature #checkoutPricingChoice .tabs .tab .label,
  .formulaire_commande #checkoutPricingChoice .tabs .tab .label {
    width: 80%;
    margin-left: 10%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90%;
    line-height: 1.3em;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs .tab .label.left,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs .tab .label.left,
  .formulaire_commande_signature #checkoutPricingChoice .tabs .tab .label.left,
  .formulaire_commande #checkoutPricingChoice .tabs .tab .label.left {
    padding-top: 1em;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs .tab .label.right,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs .tab .label.right,
  .formulaire_commande_signature #checkoutPricingChoice .tabs .tab .label.right,
  .formulaire_commande #checkoutPricingChoice .tabs .tab .label.right {
    padding-top: 1em;
    font-size: 90%;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs .tab .prix,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs .tab .prix,
  .formulaire_commande_signature #checkoutPricingChoice .tabs .tab .prix,
  .formulaire_commande #checkoutPricingChoice .tabs .tab .prix {
    float: left;
    width: 40%;
    margin-left: 10%;
    display: none;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs .tab .prix .price,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs .tab .prix .price,
  .formulaire_commande_signature #checkoutPricingChoice .tabs .tab .prix .price,
  .formulaire_commande #checkoutPricingChoice .tabs .tab .prix .price {
    font-size: 85%;
    line-height: 1em;
  }
  .formulaire_commande_abo
    #checkoutPricingChoice
    .tabs
    .tab
    .prix
    .price
    .duration,
  .formulaire_commande_abo_seul
    #checkoutPricingChoice
    .tabs
    .tab
    .prix
    .price
    .duration,
  .formulaire_commande_signature
    #checkoutPricingChoice
    .tabs
    .tab
    .prix
    .price
    .duration,
  .formulaire_commande
    #checkoutPricingChoice
    .tabs
    .tab
    .prix
    .price
    .duration {
    display: block;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs .tab.selected,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs .tab.selected,
  .formulaire_commande_signature #checkoutPricingChoice .tabs .tab.selected,
  .formulaire_commande #checkoutPricingChoice .tabs .tab.selected {
    background-color: #2ca0a7;
    color: #fff;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs .tab:after,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs .tab:after,
  .formulaire_commande_signature #checkoutPricingChoice .tabs .tab:after,
  .formulaire_commande #checkoutPricingChoice .tabs .tab:after {
    clear: both;
    content: "";
    display: block;
  }
  .formulaire_commande_abo #checkoutPricingChoice .tabs:after,
  .formulaire_commande_abo_seul #checkoutPricingChoice .tabs:after,
  .formulaire_commande_signature #checkoutPricingChoice .tabs:after,
  .formulaire_commande #checkoutPricingChoice .tabs:after {
    clear: both;
    content: "";
    display: block;
  }
  #pricingTable {
    position: relative;
    margin-top: 40px;
    display: none;
  }
  #pricingTable .column {
    float: none;
  }
  #pricingTable .column .cell {
    text-align: center;
    border-bottom: #ccc 1px solid;
    width: auto !important;
  }
  #pricingTable .column.legend {
    display: none;
  }
  #pricingTable .column.regular {
    border-left: #ccc 1px solid;
    border-radius: 3px 3px 3px 3px;
  }
  #pricingTable .cell.adjust-line1,
  #pricingTable .cell.adjust-line2,
  #pricingTable .cell.adjust-line3,
  #pricingTable .column.highlight .cell.adjust-line4,
  #pricingTable .cell.adjust-line5,
  #pricingTable .column.highlight .cell {
    height: auto;
    line-height: normal;
    padding: 1em 0;
  }
  #pricingTable .recommande {
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
  }
  #pricingTable .recommande .ribbon {
    margin: 0 auto;
  }
  #pricingTable .column.highlight .top-row {
    padding-top: 2em;
  }
  #pricingTextual {
    display: block;
  }
  .list-tree-structure .niveau {
    background-image: none;
    background-color: #ededed;
    border-radius: 3px 3px 3px 3px;
  }
  .list-tree-structure .niveau h2 {
    background-image: url("../images/ouvert_mobile.svg");
    background-position: 10px 12px;
    padding: 12px 10px 12px 34px;
    background-color: #2ca0a7;
    color: #fff;
    font-size: 120%;
  }
  .list-tree-structure .niveau h2.ouvert {
    background-image: url("../images/ferme_mobile.svg");
  }
  .list-tree-structure .niveau h3 {
    background-image: url("../images/ouvert_mobile.svg");
  }
  .list-tree-structure .niveau h3.ouvert {
    background-image: url("../images/ferme_mobile.svg");
  }
  .list-tree-structure .niveau h3 {
    margin-top: 0.5em;
  }
  .list-tree-structure .niveau > div a {
    color: #343843;
    display: block;
    border: none;
    padding: 0.7em 1em 0.7em 2.5em;
    line-height: 1.2em;
    border-bottom: #c6c6c6 1px solid;
  }
  .list-tree-structure .niveau > div a:hover {
    padding-bottom: 0;
    color: #15acd7;
    padding: 0.7em 1em 0.7em 2.5em;
  }
  .list-tree-structure .niveau_3 {
    background: none;
    padding: 0 20px 0 1.5em;
  }
  .list-tree-structure .niveau_3 > div {
    display: block;
  }
  .list-tree-structure .niveau_4 {
    background: none;
    padding: 0 20px 0 1.7em;
  }
  .list-tree-structure .niveau_1 {
    background: none;
  }
  #breadcrumb {
    display: none;
  }
  body.presentation-modele {
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  body.presentation-modele .document-title {
    padding: 20px 22px 9px 0 !important;
  }
  body.presentation-modele h1 {
    font-size: 150%;
    width: 100%;
    box-sizing: border-box;
    float: none;
  }
  body.presentation-modele .infos-document {
    background-image: none !important;
    margin-bottom: 26px;
  }
  body.presentation-modele .infos-document .cols {
    background: none !important;
    padding-bottom: 0;
  }
  body.presentation-modele .infos-document .cols h2 {
    display: none;
  }
  body.presentation-modele .infos-document .cols .col68 {
    width: 100%;
    padding-left: 1.5em !important;
  }
  body.presentation-modele .infos-document .preview-document {
    display: none !important;
  }
  body.presentation-modele .infos-document .document-stars {
    padding: 18px 0 0 0;
    margin-bottom: -6px;
  }
  body.presentation-modele .infos-document .stickers,
  body.presentation-modele .infos-document .creation-document {
    display: none;
  }
  body.presentation-modele .infos-document .message {
    margin-top: 3em;
  }
  body.presentation-modele .infos-document-mobile {
    display: block;
    margin-bottom: 1.6em;
  }
  body.presentation-modele .infos-document-mobile .inner-padding {
    padding: 0 1.5em;
  }
  body.presentation-modele .infos-document-mobile .inner-padding > p {
    margin-bottom: 0;
  }
  body.presentation-modele .infos-document-mobile .inner-padding > p .ico {
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 0.5em;
  }
  body.presentation-modele .infos-document-mobile span.label {
    font-weight: 500;
  }
  body.presentation-modele .infos-document-mobile .creation-document {
    display: inline-block;
    margin-top: 0.8em;
    margin-bottom: 0 !important;
  }
  body.presentation-modele .content-document h2 {
    font-size: 150%;
    line-height: 1.2em;
  }
  body.presentation-modele .content-document table {
    display: block;
    overflow-x: auto;
    height: auto !important;
    border: none;
  }
  body.presentation-modele .infos-how-to {
    display: none;
  }
  .account-pages h1 {
    width: 100%;
    padding-left: 0;
  }
  .account-pages .sidebar {
    padding: 0;
  }
  .account-pages .sidebar ul li {
    margin: 0;
    padding: 0;
  }
  .account-pages .sidebar ul li a {
    padding: 0.5em;
    border-radius: 0;
    border-bottom: 1px solid #ededed;
  }
  .account-pages .sidebar ul li a span {
    width: 200px;
    margin: 0 auto;
  }
  .account-pages.account-index .col-white {
    background: none;
  }
  .account-pages.account-index .col75 h2 {
    background: #343843;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    text-align: center;
  }
  .account-pages.account-index .col75 h2.after-table {
    margin-top: 1.25em;
  }
  .account-pages.account-index .inner-padding {
    padding: 0;
  }
  .account-pages.account-pages .col75 {
    margin-top: 1em;
    padding: 0;
  }
  .account-pages.account-pages .col75.flex {
    flex-direction: column;
    gap: 1em;
  }
  .account-pages.account-pages .col75.flex .item-account {
    padding: 0.5em 1.5em;
    margin: 0;
  }
  .account-pages.account-pages .facturation label {
    text-align: left;
  }
  .account-pages.account-pages .facturation.readonly-form .item {
    display: flex;
  }
  .account-pages.account-pages .facturation.readonly-form .item .label {
    min-width: 50%;
  }
  .account-pages .conditional-scroll {
    border: 1px solid #343843;
    overflow-x: hidden;
  }
  .account-pages .standard-table thead {
    display: none;
  }
  .account-pages .standard-table tbody {
    border-bottom: 0;
    border-right: 0;
  }
  .account-pages .standard-table tbody tr.hide-on-mobile {
    display: none;
  }
  .account-pages .standard-table tbody tr {
    border-top: #ededed 1.25em solid;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #fff;
  }
  .account-pages .standard-table tbody tr:first-child {
    border-top-right-radius: 2px !important;
    border-top-left-radius: 2px !important;
    overflow: hidden;
  }
  .account-pages .standard-table tbody tr td {
    display: block;
    width: auto;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none !important;
    height: auto;
    line-height: 1.3em;
    padding: 10px;
  }
  .account-pages .standard-table tbody tr td a,
  .account-pages .standard-table tbody tr td button {
    font-weight: 400 !important;
  }
  .account-pages .standard-table tbody tr td.date {
    width: 100%;
    color: #343843;
    text-align: left;
    line-height: 1;
  }
  .account-pages .standard-table tbody tr td.date:empty {
    display: none;
  }
  .account-pages .standard-table tbody tr td.titre {
    max-width: 100% !important;
    font-size: 114%;
    padding-top: 0;
    line-height: 1;
  }
  .account-pages .standard-table tbody tr td.statut_signature {
    order: 1;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .account-pages .standard-table tbody tr td.action_signature a:hover {
    padding-bottom: initial;
  }
  .account-pages .standard-table tbody tr td.doc_tab {
    display: flex;
    border: none;
    flex: 1;
    justify-content: center;
    align-items: center;
  }
  .account-pages .standard-table tbody tr td.doc_tab span.doc_tab__message {
    min-width: auto;
  }
  .account-pages table.standard-table.billing-history tbody tr td.id_facture,
  .account-pages table.standard-table.billing-history tbody tr td.date {
    width: 49.5%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  .account-pages
    table.standard-table.billing-history
    tbody
    tr
    td.id_facture
    span.inner,
  .account-pages
    table.standard-table.billing-history
    tbody
    tr
    td.date
    span.inner {
    padding-left: 0.8em;
  }
  .account-pages table.standard-table.billing-history tbody tr td.id_facture {
    line-height: 1;
  }
  .account-pages
    table.standard-table.billing-history
    tbody
    tr
    td.id_facture
    .inner:before {
    content: "# ";
  }
  .account-pages table.standard-table.billing-history tbody tr td.date {
    background-color: #343843;
    color: #fff;
  }
  .account-pages table.standard-table.billing-history tbody tr td.obj_facture {
    font-weight: 500;
    width: auto;
    clear: both;
  }
  .account-pages table.standard-table.billing-history tbody tr td.prix {
    text-align: left;
  }
  .account-pages
    table.standard-table.billing-history
    tbody
    tr
    td.prix
    .price-mobile {
    display: inline;
  }
  .account-pages .col75 h2 .btn {
    display: inline-block;
    float: none;
    margin: 0.7em 0 0 0;
  }
  .account-pages .standard-form .item {
    width: 100%;
  }
  .account-pages .standard-form .item label {
    width: auto;
    padding: 0 0 0em 0;
    height: auto;
    float: none;
  }
  .account-pages .standard-form .item input[type="text"],
  .account-pages .standard-form .item input[type="email"],
  .account-pages .standard-form .item input[type="password"] {
    width: 100%;
  }
  .account-pages .standard-form .item textarea {
    width: 94%;
    padding: 2.6%;
    float: none;
  }
  .account-pages .standard-form .item input.datepicker {
    padding: 10px 0 10px 13%;
    width: 87%;
  }
  .account-pages .standard-form .item select {
    width: 100%;
  }
  .account-pages .standard-form .btn {
    display: table;
    margin: 0 auto 0.5em auto;
    text-align: center;
  }
  .account-pages
    .standard-form
    .item.xl-centered
    .champ_radio_formulaire_principal {
    width: 100%;
  }
  .account-pages
    .standard-form
    .item.xl-centered
    .champ_radio_formulaire_principal
    label {
    font-size: 95%;
  }
  .account-pages .standard-form.liste-ventes-partenariats .btn.call2action {
    margin-top: 1.5em;
  }
  .account-pages .standard-form.readonly-form .item input[type="text"].readonly,
  .account-pages
    .standard-form.readonly-form
    .item
    input[type="email"].readonly,
  .account-pages
    .standard-form.readonly-form
    .item
    input[type="password"].readonly {
    text-indent: 0;
  }
  .account-pages .standard-form.readonly-form .item textarea {
    padding-left: 0;
  }
  .account-pages .popup .standard-form .item label {
    padding: 0 0 0.7em 0 !important;
  }
  .compte_aide_avocat .account-pages h2 {
    line-height: 1.5em;
  }
  table#recap-abo {
    width: 100%;
    margin: 0 auto 1.9em auto;
  }
  table#recap-abo tbody tr td {
    height: auto;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    line-height: 1em;
  }
  .formulaire_commande_abo h1 {
    width: 100%;
    text-align: left;
    font-size: 128%;
  }
  .popup-dialog {
    width: 90%;
  }
  .recherche_resultats
    .col100
    .affichage_des_resultats
    .chaque_document
    h2
    a::after {
    color: transparent;
  }
  body.creation_de_document .page {
    width: 100%;
  }
  body.creation_de_document #contenu .inner {
    width: 95%;
    margin: 0 auto;
  }
  body.creation_de_document,
  body.validation_document {
    padding-bottom: 80px;
  }
  body.creation_de_document #component_creation_document .juste_mobile,
  body.validation_document #component_creation_document .juste_mobile {
    display: block;
  }
  body.creation_de_document #component_creation_document .afficher_le_texte,
  body.validation_document #component_creation_document .afficher_le_texte {
    background-color: #2ca0a7;
    border-radius: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
    font-size: 105%;
    line-height: 1.3em;
    box-shadow: 0 0 3px #777;
  }
  body.creation_de_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div,
  body.validation_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div {
    background-color: #2ca0a7;
  }
  body.creation_de_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .arrow,
  body.validation_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .arrow {
    background: url(../img/chevron-square-up.svg) no-repeat;
    background-size: 100%;
    width: 16px;
    height: 16px;
  }
  body.creation_de_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .arrow-left,
  body.validation_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .arrow-left {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 2.5%;
  }
  body.creation_de_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .arrow-right,
  body.validation_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 2.5%;
  }
  body.creation_de_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .texte_inselectionnable,
  body.validation_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .texte_inselectionnable {
    float: none;
  }
  body.creation_de_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .afficher_le_texte_btn,
  body.validation_document
    #component_creation_document
    .afficher_le_texte
    .interieur_div
    .afficher_le_texte_btn {
    padding: 10px 0 15px 0;
    cursor: pointer;
    position: relative;
  }
  body.creation_de_document
    #component_creation_document
    .afficher_le_texte_btn.open
    .arrow,
  body.validation_document
    #component_creation_document
    .afficher_le_texte_btn.open
    .arrow {
    transform: rotateZ(180deg);
  }
  body.creation_de_document
    #component_creation_document
    #informations_generales_document_en_cours,
  body.validation_document
    #component_creation_document
    #informations_generales_document_en_cours {
    padding: 0;
  }
  body.creation_de_document
    #component_creation_document
    #informations_generales_document_en_cours
    #description_du_document,
  body.validation_document
    #component_creation_document
    #informations_generales_document_en_cours
    #description_du_document {
    float: none !important;
    width: 100%;
  }
  body.creation_de_document
    #component_creation_document
    #informations_generales_document_en_cours
    #description_du_document
    h1,
  body.validation_document
    #component_creation_document
    #informations_generales_document_en_cours
    #description_du_document
    h1 {
    font-size: 128%;
    padding: 20px 0 !important;
    text-align: center;
    width: 100%;
    float: none;
  }
  body.creation_de_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document,
  body.validation_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document {
    background: #fff;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 2%;
    float: none;
    margin-bottom: 10px;
  }
  body.creation_de_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .label,
  body.validation_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .label {
    float: left;
    display: block;
    font-size: 100%;
    font-weight: 500;
  }
  body.creation_de_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .bandeau,
  body.validation_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .bandeau {
    float: right;
    margin: 0;
    width: 65%;
  }
  body.creation_de_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .bandeau
    .information_progression,
  body.validation_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document
    .bandeau
    .information_progression {
    top: 4px;
    left: 2px;
    padding-top: 0;
  }
  body.creation_de_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document:after,
  body.validation_document
    #component_creation_document
    #informations_generales_document_en_cours
    #progression_creation_document:after {
    clear: both;
    display: block;
    content: "";
  }
  body.creation_de_document #component_creation_document #champs_formulaire,
  body.validation_document #component_creation_document #champs_formulaire {
    width: 90%;
    padding: 15px 5%;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation {
    width: 100%;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    .question,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    .question,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    .question,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    .question {
    width: auto;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    .question
    .allumage,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    .question
    .allumage,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    .question
    .allumage,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    .question
    .allumage {
    right: -18px;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    .question
    .allumage::after,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    .question
    .allumage::after,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    .question
    .allumage::after,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    .question
    .allumage::after {
    margin: 0;
    left: auto;
    right: 17px;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    #enregistrer
    .comment_modifier,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    #enregistrer
    .comment_modifier,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    #enregistrer
    .comment_modifier,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    #enregistrer
    .comment_modifier {
    display: inline-block !important;
    clear: both;
    display: block;
    content: "";
    padding-top: 0.5em !important;
    font-size: 14px !important;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    #confirmation_sauvegarde,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    #confirmation_sauvegarde,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    #confirmation_sauvegarde,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    #confirmation_sauvegarde {
    font-size: 14px;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    .questions.suivante,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    .questions.suivante,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    .questions.suivante,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    .questions.suivante,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    .questions.retour_arriere,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    .questions.retour_arriere,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    .questions.retour_arriere,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    .questions.retour_arriere {
    margin-bottom: 0.5em !important;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    .questions.sauvegarder,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle
    .questions.sauvegarder,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    .questions.sauvegarder,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle
    .questions.sauvegarder {
    font-size: 14px;
  }
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle.bottom,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_creation_document
    #controle.bottom,
  body.creation_de_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle.bottom,
  body.validation_document
    #component_creation_document
    #champs_formulaire
    #formulaire_validation
    #controle.bottom {
    bottom: 15px;
    max-width: 90%;
  }
  body.creation_de_document
    #component_creation_document
    .texte_inselectionnable,
  body.validation_document
    #component_creation_document
    .texte_inselectionnable {
    margin: 0;
    width: 86.5%;
    color: #000;
    height: 250px !important;
  }
  body.creation_de_document
    #component_creation_document
    #texte_a_afficher_container,
  body.validation_document
    #component_creation_document
    #texte_a_afficher_container {
    display: none;
    padding: 0 15px;
  }
  body.creation_de_document #component_creation_document #texte_a_afficher,
  body.validation_document #component_creation_document #texte_a_afficher {
    display: none;
  }
  body.creation_de_document #linebox,
  body.validation_document #linebox {
    width: 45%;
    max-width: 45%;
    height: auto;
  }
  body.creation_de_document .bulle,
  body.validation_document .bulle {
    width: 100%;
    box-sizing: border-box;
    z-index: 10000;
  }
  body.creation_de_document .bulle.limite,
  body.validation_document .bulle.limite {
    background: #fcc831 url("../images/arrow_up.svg") no-repeat scroll 20px
      21px;
    background-size: 14px;
  }
  body.formulaire_commande_abo_seul h1,
  body.formulaire_commande_abo h1,
  body.formulaire_commande_signature h1,
  body.formulaire_commande h1 {
    text-align: center;
  }
  #checkoutPricingChoice .tabs .tab .label.right.fontsize87,
  #checkoutPricingChoice .tabs .tab .label.right.fontsize87 {
    font-size: 90%;
    padding-top: 1.1em;
  }
  body.presentation-modele .infos-document .cols {
    background-image: none;
  }
  body.presentation-modele .guide-boxed-paragraph {
    margin: 1.5em 0em !important;
  }
  body.creation_de_document #linebox,
  body.validation_document #linebox {
    max-width: 95%;
    width: 95%;
    padding: 10px 0;
    margin-top: 80px;
    margin-left: 2.5%;
    box-shadow: 0 0 10px #343843;
  }
  #section_de_paiement.item.xl-centered.section_de_paiement
    div.pseudo-radio-group
    div.pseudo-radio-field.champ_radio_formulaire_principal
    label {
    font-size: 95%;
  }
  body.paiement_direct_stripe .standard-form button.submit {
    margin-top: 1em;
  }
  body.paiement_direct_stripe .standard-form .item.form-row {
    padding-top: 1.5em;
  }
  body.paiement_direct_stripe .standard-form .item.form-row label i {
    color: gray;
    font-style: normal;
    font-weight: 400;
  }
  body.paiement_direct_stripe .standard-form .item.form-row .cb_exp_date input {
    float: left;
  }
  body.partenaires_liste_ventes_partenaire .recap .row {
    display: block;
  }
  body.partenaires_liste_ventes_partenaire .recap .row .col {
    padding: 1.5em 0;
    display: block;
    text-align: center;
  }
  body.partenaires_liste_ventes_partenaire .recap .row .col.col1,
  body.partenaires_liste_ventes_partenaire .recap .row .col.col2 {
    border-bottom: #ededed 1px solid;
    border-right: none;
  }
  body.partenaires_liste_ventes_partenaire .recap .value {
    color: teal;
    font-weight: 500;
  }
}
@media all and (min-width: 321px) and (max-width: 767px) {
  body #checkoutPricingChoice .tabs .tab .label.left.fontsize87 {
    font-size: 87% !important;
    padding-top: 1.5em;
  }
  body #checkoutPricingChoice .tabs .tab .label.right.fontsize87 {
    font-size: 87% !important;
    padding-top: 1.2em !important;
  }
}
@media all and (max-width: 370px) {
  #checkoutPricingChoice {
    height: 395px !important;
  }
}
@media all and (max-width: 320px) {
  #checkoutPricingChoice .tabs .tab .label {
    font-size: 83%;
  }
  #checkoutPricingChoice .tabs .tab .label.right.fontsize87 {
    font-size: 83%;
    padding-top: 0.5em;
  }
}
@media all and (width: 768px) {
  #homepage .splash-screen {
    height: 700px;
  }
}
@media all and (max-width: 1184px) {
  body.presentation-guide .content-document table {
    width: 100% !important;
  }
}
@media all and (max-width: 1024px) {
  body.presentation-modele h1 {
    width: 100%;
  }
  body.presentation-modele .infos-document {
    min-height: 0;
  }
  body.presentation-modele .infos-document .preview-document {
    max-height: 330px;
    height: calc(100% - 72px) !important;
  }
  body.presentation-modele .infos-document .creation-document {
    margin-bottom: 2em;
  }
  body.presentation-modele .content-document table {
    width: 100% !important;
  }
}
@media all and (max-width: 850px) {
  body.presentation-modele .infos-document .preview-document {
    display: none !important;
  }
  body.presentation-modele .infos-document .cols {
    background-image: none !important;
  }
  body.presentation-modele .infos-document .cols .col68 {
    width: 100%;
    padding: 0;
  }
  body.presentation-modele .content-document .cols .col68 {
    width: 100%;
  }
  body.presentation-modele .content-document .cols .col30 {
    display: none;
  }
}
.price_size_95 {
  font-size: 90%;
}
.price_size_97 {
  font-size: 92%;
}
.price_size_98 {
  font-size: 93%;
}
.add-comment-title {
  padding: 20px 0 0 20px;
  text-align: left;
}
.add-comment-form {
  float: none !important;
}
.add-comment-form ul {
  margin-left: 0;
}
.add-comment-textarea {
  padding-top: 10px;
}
.add-comment-textarea textarea {
  display: block;
  max-width: 804px;
  margin-top: 0.5em;
}
.add-comment-buttons {
  padding-top: 10px;
}
.add-comment-cancel {
  height: 24px;
  line-height: 24px;
  padding: 10px !important;
  background-color: #aaa;
  border: none;
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s;
  float: left;
}
.add-comment-cancel:hover {
  background-color: #919191;
}
.comments-list-block {
  padding-top: 15px;
}
.comments-list-block .link-action:first-child {
  margin-right: 10px;
}
.comments-list-title {
  font-size: 17px;
}
.comments-list-comment {
  max-width: 800px;
  margin-bottom: 10px;
  padding: 10px !important;
  border-radius: 5px;
  line-height: 16px;
  background: #eee !important;
}
.comments-list-comment ul,
.comments-list-comment ol {
  line-height: normal;
}
.comments-list-comment ul li,
.comments-list-comment ol li {
  padding: 0.3em 0 0 0;
  background: none;
  list-style: inherit;
}
.comments-list-comment ul {
  list-style: disc !important;
  margin-left: 20px;
}
.comments-list-comment ol {
  list-style: decimal !important;
  margin-left: 20px;
}
.comments-list-date {
  color: #777;
}
#header {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #header {
    top: 0;
    transition: width 0.5s ease;
    width: 100%;
    margin: 0 auto;
  }
  #header.sticky {
    width: 520px;
  }
  #header.sticky .top-nav {
    padding: 10px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #header.sticky .top-nav .place-content {
    width: 90%;
  }
  #header.sticky .top-nav .recherche {
    width: 470px;
  }
  #header.sticky .logo,
  #header.sticky .links {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
    transform: translate(0, -50%);
  }
  #header.sticky .nav-right .search-form input.search-terms {
    font-size: 14px;
  }
}
.top-nav .search-form {
  text-align: center;
  position: relative;
}
#recherche_ajax {
  display: none;
  width: 100%;
  border-radius: 3px;
  line-height: normal;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 100;
  box-shadow: -3px 20px 50px -16px rgba(0, 0, 0, 0.35), 0 -20px 0 #fff;
}
#recherche_ajax ul {
  padding: 5px 0 0 0;
}
#recherche_ajax li {
  text-align: left;
}
#recherche_ajax a {
  display: inline-block;
  width: 100%;
  padding: 4px 10px;
  box-sizing: border-box;
  color: #343843;
  text-decoration: none;
  font-size: 14px;
}
#recherche_ajax a:hover {
  background-color: #eee;
}
#homepage .recherche {
  position: relative;
}
#recherche_ajax_accueil {
  display: none;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: 73px;
  left: 0;
  z-index: 98;
  box-shadow: 0px 30px 30px -16px rgba(0, 0, 0, 0.35), 0 -34px 0 #fff;
}
#recherche_ajax_accueil ul {
  margin: 0;
  padding: 0;
}
#recherche_ajax_accueil li {
  padding: 0;
  background: none;
  text-align: left;
}
#recherche_ajax_accueil a {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 6px 20px;
  box-sizing: border-box;
  color: #343843;
}
#recherche_ajax_accueil a:hover {
  background-color: #eee;
}
#recherche_ajax ul,
#recherche_ajax_accueil ul {
  background: #fff;
}
#recherche_ajax ul:empty,
#recherche_ajax_accueil ul:empty {
  display: none;
}
#recherche_ajax ul::before,
#recherche_ajax_accueil ul::before {
  content: "";
  display: block;
  height: 1px;
  background: #aaa;
  width: 80%;
  margin: auto;
}
#recherche_ajax input[type="submit"],
#recherche_ajax_accueil input[type="submit"] {
  display: inline-block;
  margin: 0 0 10px 0;
  border: none;
  border-radius: 35px 35px 35px 35px;
  padding: 0.6em 0.8em 0.6em 0.8em;
  font-size: 105%;
  color: #fff;
  background-color: #2ca0a7;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  z-index: 101;
  position: relative;
}
#recherche_ajax .recherche_ajax_submit,
#recherche_ajax_accueil .recherche_ajax_submit {
  display: block;
  padding-top: 10px;
  z-index: 101;
  position: relative;
  background: #fff;
}
.tox.tox-tinymce-aux,
.tox-fullscreen .tox.tox-tinymce-aux {
  z-index: 100000;
}
.message_erreur_champ {
  color: #ff6257;
}
#formulaire_stripe.erreur_champ {
  outline: #ff6257 1px solid;
  padding: 0px 20px;
  border-radius: 4px;
  margin-bottom: 0;
}
#cardCvc-element.erreur_champ {
  border: #ff6257 1px solid;
}
#bouton_soumission:disabled {
  background-color: #aaa;
  cursor: default;
}
.oeil_mot_de_passe {
  cursor: pointer;
}
