@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');

.clear {
  clear: both;
  display: block;
  content: '';
}
header{
  height: 68px;
}
b,
strong {
  font-weight: 700;
  font-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  b,
  strong {
    font-weight: 700;
    font-size: 100%;
  }
}
i,
em {
  font-style: italic;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  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', Arial, Helvetica, Verdana, Arial, 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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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: white;
}
.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: #ffffff;
  height: 61px;
  line-height: 61px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.top-nav .place-content {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-nav .place-content .logo,
.top-nav .place-content .links {
  float: left;
}
.top-nav .place-content .logo {
  margin-right: 0;
}
.top-nav .place-content .logo img {
  display: block;
  height: 61px;
  image-rendering: -webkit-optimize-contrast;
}
.top-nav .place-content .logo.active {
  cursor: default;
}
.top-nav .place-content .topLogo.mobile {
  display: none;
}
.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 .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  font-size: 110%;
}
.top-nav .place-content .links ul.top-level>li>a {
  color: black;
  text-decoration: none;
}
.top-nav .place-content .links ul.top-level>li>a:not(.logout) {
  display: block;
  height: 52px;
  line-height: 61px;
  margin: 0 15px;
  padding: 0;
  border-bottom: #ffffff 9px solid;
  transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9em;
}
.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 .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.top-nav .place-content .links ul.top-level>li a.active {
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  background: #277bda;
  /* border-bottom: #fcc831 9px solid; */
  cursor: pointer;
}
.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: #277bda;
  position: absolute;
  top: 61px;
  left: 0;
  width: 220px;
  z-index: 99;
  opacity: 0;
  transform: translateY(-20px);
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.top-nav .place-content .links ul.top-level>li ul.sousMenu li a {
  display: block;
  color: white;
  text-decoration: none;
  border-bottom: #d3d3d3 1px solid;
  padding: 1em 0;
  margin: 0 2em;
  transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  text-align: left;
}
.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;
}
.top-nav .place-content .nav-right .user {
  display: none;
}
.top-nav .place-content .recherche {
  display: inline-block;
  width: 298px;
  margin-right: 0px;
}
.top-nav .place-content .recherche.contact {
  width: 282px;
}
.top-nav .place-content .recherche .search-form {
  display: block;
  width: 100%;
  margin: 11px 0;
  border-radius: 35px 35px 35px 35px;
  -webkit-border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  -o-border-radius: 35px 35px 35px 35px;
  -ms-border-radius: 35px 35px 35px 35px;
  background-color: lightblue;
}
.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;
  -webkit-box-sizing: border-box;
  text-indent: 10px;
  line-height: 36px;
  letter-spacing: 0;
  width: 80%;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-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: 20%;
  cursor: pointer;
  padding: 0;
  z-index: 101;
  position: relative;
}
.top-nav .place-content .recherche .search-form:after {
  clear: both;
  display: block;
  content: '';
}
.top-nav .place-content .user {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 61px;
  overflow: hidden;
}
.top-nav .place-content .user .login {
  display: block;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 0 0.5em 0;
  font-size: 110%;
}
.top-nav .place-content .user.connecte {
  line-height: normal;
  position: relative;
}
.top-nav .place-content .user.connecte .login {
  padding-bottom: 0;
}
.landing_signature .top-nav .place-content .links .login,
.signature .top-nav .place-content .links .login,
.compte_index .top-nav .place-content .links .login,
.compte_parametres_compte .top-nav .place-content .links .login,
.compte_abonnement .top-nav .place-content .links .login,
.compte_factures .top-nav .place-content .links .login,
.compte_aide_avocat .top-nav .place-content .links .login,
.compte_abonnement .top-nav .place-content .links .login {
  color: #fcc831 !important;
}
.top-nav.shrink .nav-right {
  font-size: 0;
}
.top-nav.shrink .nav-right .user .login {
  font-size: 15px;
}
.top-nav.shrink .nav-right .user .logout {
  font-size: 12px;
}
.top-nav.shrink .recherche {
  width: 258px;
}
@media screen and (max-width: 1221px) {
  .top-nav .place-content .recherche.contact {
    width: 225px;
  }
  body.presentation-guide #ancres {
    max-width: calc( (90% / 100) * 30 ) !important;
  }
}
h1 {
  color: #277bda;
  font-size: 1.8em;
  padding: 1.5em 0 0.75em 0;
  text-align: center;
  font-weight: 500;
}
.editorial-content h2 {
  font-size: 190%;
  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: 140%;
  padding: 1.2em 0 0.5em;
  text-align: center;

}
.editorial-content h3.in-form {
  color: #aaaaaa;
  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 p b,
.editorial-content ul strong,
.editorial-content ul b,
.editorial-content ol strong,
.editorial-content ol b {
  color: #131418;
}
.editorial-content p {
  text-align: left;
}
.editorial-content ul {
  margin-left: 2em;
}
.editorial-content ul li {
  padding-left: 1em;
  padding-top: 0.3em;
  background: transparent url("../img/fleche_droite.png") no-repeat scroll 0 12px;
  list-style: outside none none;
}
.editorial-content ul ul li {
  background: transparent url("../img/sous_puce.png") no-repeat scroll 0 12px;
}
.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 .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
  cursor: pointer;
}
.editorial-content a.mdp,
.editorial-content .pseudo-a.mdp {
  color: #aaaaaa;
  border-color: #aaaaaa;
}
.editorial-content a:hover,
.editorial-content .pseudo-a:hover {
  color: #000000;
  border-bottom: #000000 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;
}
.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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  height: 46px;
  line-height: 44px;
  width: 99.9%;
  text-indent: 2%;
  transition: border .5s;
  -moz-transition: border .5s;
  -webkit-transition: border .5s;
  -ms-transition: border .5s;
  -o-transition: border .5s;
  color: #343843;
  font-size: 100%;
  box-sizing: border-box;
  -webkit-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 textarea {
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  height: 46px;
  line-height: 1.5em;
  width: 95.9%;
  padding: 1.5% 2%;
  height: 190px;
  transition: border .5s;
  -moz-transition: border .5s;
  -webkit-transition: border .5s;
  -ms-transition: border .5s;
  -o-transition: border .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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  background-color: white;
  color: transparent;
  text-align: center;
  cursor: pointer;
  margin: 0 0.5em 0.5em 0;
  border: #d3d3d3 1px solid;
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
}
.standard-form .item .pseudo-checkbox .check {
  line-height: 18px;
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
  font-size: 100%;
}
.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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  padding: 0 1%;
  width: auto;
  transition: border .5s;
  -moz-transition: border .5s;
  -webkit-transition: border .5s;
  -ms-transition: border .5s;
  -o-transition: border .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: white;
  background-image: url('../img/icon-calendar.png');
  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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  color: #343843;
  margin-bottom: 0.4em !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 45px 10px;
  cursor: pointer;
}
.standard-form .item .champ_radio_formulaire_principal label {
  height: 44px !important;
  line-height: 44px !important;
  padding-right: 10px !important;
  width: auto !important;
}
.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;
  font-size: 90%;
  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.mdp_cb.afficher_picto_cb {
  background-image: url('../img/paiement_carte_de_credit.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_cb {
  background-image: url('../img/paiement_carte_de_credit_simple.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_stripe {
  background-image: url('../img/paiement_carte_de_credit_stripe.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_stripe.no_mastercard {
  background-image: url('../img/paiement_carte_de_credit_simple.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_paypal {
  background-image: url('../img/paiement_paypal.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_stripe_payment_button.google_pay {
  background-image: url('../img/paiement_google_pay_logo.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_stripe_payment_button.apple_pay {
  background-image: url('../img/paiement_apple_pay_logo.png');
}
.standard-form .item .champ_radio_formulaire_principal.ec_karte {
  background-image: url('../img/paiement_ec_karte.png');
}
.standard-form .item .champ_radio_formulaire_principal.sofort {
  background-image: url('../img/paiement_sofort.png');
}
.standard-form .item .champ_radio_formulaire_principal.giropay {
  background-image: url('../img/paiement_giropay.png');
}
.standard-form .item .champ_radio_formulaire_principal.przelewy24 {
  background-image: url('../img/paiement_przelewy24.png');
}
.standard-form .item .champ_radio_formulaire_principal.bancontact {
  background-image: url('../img/paiement_bancontact.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_ebanx_cb.picto_cb_general {
  background-image: url('../img/picto_cb_general.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_ebanx_boleto.paiement_boleto {
  background-image: url('../img/paiement_boleto.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_ebanx_pix.paiement_pix {
  background-image: url('../img/paiement_pix.png');
}
.standard-form .item .champ_radio_formulaire_principal.mdp_ebanx_transfer.transfer_br {
  background-image: url('../img/transfer_br.png');
}
.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;
  font-size: 105%;
  line-height: 20px;
}
.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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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: #277bda 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 {
  height: 48px;
  border: #c6c6c6 1px solid;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  line-height: 46px;
  text-indent: 10px;
  width: auto;
  margin-top: 2px;
  transition: border .5s;
  -moz-transition: border .5s;
  -webkit-transition: border .5s;
  -ms-transition: border .5s;
  -o-transition: border .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 .item .label,
.standard-form .block-captcha 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: 1.7em 0.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 .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.btn .fa-paper-plane {
  font-size: 120%;
}
.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 .check {
    color: #64b0b8;
  }
}
.btn,
.btn:hover {
  border: medium none;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: white !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', Arial, Helvetica, Verdana, Arial, sans-serif !important;
  font-size: 105%;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
.btn:hover {
  padding: 0.6em !important;
}
.btn:hover .fa-paper-plane {
  top: -3px;
}
.btn:hover .fa-chevron-right {
  left: 3px;
}
.btn:hover .fa-chevron-left {
  left: -3px;
}
.btn:hover .fa-save {
  left: 3px;
}
.btn.call2action,
.btn.action {
  background-color: rgb(198, 29, 96);
}
.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 .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: #FFFFFF;
}
body.home .page {
  max-width: 100%;
  width: 100%;
}
body.presentation-modele .page {
  max-width: 100%;
  width: 100%;
}
body.splash-screen {
  background-image: url('../img/forme.png');
  background-position: 50vw -30vh;
  background-repeat: no-repeat;
}
@media screen and (min-height: 1100px) {
  body.splash-screen {
    background-position: 50vw 0;
  }
}
body.splash-screen .top-nav {
  display: none;
}
body.splash-screen .footer,
body.splash-screen .copyright {
  display: none;
}
body.splash-screen #homepage .splash-screen {
  background: none;
  max-width: 1102px;
  margin: auto;
}
@media all and (-ms-high-contrast: none) {
  body.splash-screen #homepage .splash-screen {
    overflow: hidden;
  }
}
body.splash-screen #homepage .splash-screen .slice {
  height: 100vh;
  position: relative;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
body.splash-screen #homepage .splash-screen .slice.slice1 {
  padding: 80px 88px;
}
body.splash-screen #homepage .splash-screen .slice.slice1 > img {
  max-width: 386px;
}
body.splash-screen #homepage .splash-screen .slice.slice1 #accroche::before {
  content: '';
  display: block;
  height: 3px;
  width: 84px;
  background: #343843;
  margin-top: 74px;
  margin-bottom: 74px;
}
@media screen and (min-height: 1100px) {
  body.splash-screen #homepage .splash-screen .slice.slice1 #accroche::before {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }
}
body.splash-screen #homepage .splash-screen .slice.slice1 #accroche h1 {
  font-size: 2.86em;
  padding: 0;
  color: #343843;
  text-align: left;
  text-transform: uppercase;
}
body.splash-screen #homepage .splash-screen .slice.slice1 #accroche h2 {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1.6em;
}
body.splash-screen #homepage .splash-screen .slice3 {
  display: none;
}
body.splash-screen .page {
  padding-bottom: 0;
}
body.splash-screen #list-countries-splash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2em 0;
  min-width: 320px;
}
body.splash-screen #list-countries-splash ul {
  display: inline-block;
  height: 380px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 10px 29px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 29px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 10px 29px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 10px 29px rgba(0,0,0,0.15);
  -ms-box-shadow: 0px 10px 29px rgba(0,0,0,0.15);
  background: white;
  font-size: 157%;
  padding-left: 1em;
}
body.splash-screen #list-countries-splash ul li {
  display: block;
  padding: 0;
  margin: 0 1em 0 0;
  font-weight: 300;
  border-bottom: #ededed 1px solid;
  background-image: none;
}
body.splash-screen #list-countries-splash ul li:last-child {
  border-color: transparent;
}
body.splash-screen #list-countries-splash ul li a {
  height: 68px;
  line-height: 67px;
  display: block;
  border: none;
  color: #5e5e5e;
  text-align: left;
  background-image: none;
  background-repeat: no-repeat;
  padding: 0 13px 0 50px;
  background-position: 10px 18px;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}
body.splash-screen #list-countries-splash ul li a:hover {
  color: #343843;
  background-position: center left;
  text-align: left;
}
body.splash-screen #list-countries-splash ul li a:hover {
  background-position: 10px -102px;
}
body.splash-screen #list-countries-splash ul li.fr a {
  background-image: url('../img/fr.png');
}
body.splash-screen #list-countries-splash ul li.au a {
  background-image: url('../img/au.png');
}
body.splash-screen #list-countries-splash ul li.es a {
  background-image: url('../img/es.png');
}
body.splash-screen #list-countries-splash ul li.br a {
  background-image: url('../img/br.png');
}
body.splash-screen #list-countries-splash ul li.it a {
  background-image: url('../img/it.png');
}
body.splash-screen #list-countries-splash ul li.de a {
  background-image: url('../img/de.png');
}
body.splash-screen #list-countries-splash ul li.mx a {
  background-image: url('../img/mx.png');
}
body.splash-screen #list-countries-splash ul li.ar a {
  background-image: url('../img/ar.png');
}
body.splash-screen #list-countries-splash ul li.in a {
  background-image: url('../img/in.png');
}
body.splash-screen #list-countries-splash ul li.jp a {
  background-image: url('../img/jp.png');
}
body.splash-screen #list-countries-splash ul li.fr_ca a {
  background-image: url('../img/fr_ca.png');
}
body.splash-screen #list-countries-splash ul li.en_ca a {
  background-image: url('../img/en_ca.png');
}
body.splash-screen #list-countries-splash ul li.us a {
  background-image: url('../img/us.png');
}
body.splash-screen #list-countries-splash ul li.ru a {
  background-image: url('../img/ru.png');
}
body.splash-screen #list-countries-splash ul li.se a {
  background-image: url('../img/se.png');
}
body.splash-screen #list-countries-splash ul li.uk a {
  background-image: url('../img/uk.png');
}
body.splash-screen #list-countries-splash ul li.pl a {
  background-image: url('../img/pl.png');
}
body.splash-screen #list-countries-splash ul li.ph a {
  background-image: url('../img/ph.png');
}
body.splash-screen #list-countries-splash ul li.be_fr a {
  background-image: url('../img/be_fr.png');
}
body.splash-screen #list-countries-splash ul li.be_nl a {
  background-image: url('../img/be_nl.png');
}
body.splash-screen #list-countries-splash ul li.th a {
  background-image: url('../img/th.png');
  color: #919191;
}
body.splash-screen #list-countries-splash ul li.ng a {
  background-image: url('../img/ng.png');
}
body.splash-screen #list-countries-splash ul li.tr a {
  background-image: url('../img/tr.png');
}
body.splash-screen #list-countries-splash ul li.ua a {
  background-image: url('../img/ua.png');
}
body.splash-screen #list-countries-splash ul li.cl a {
  background-image: url('../img/cl.png');
}
body.splash-screen #list-countries-splash ul li.co a {
  background-image: url('../img/co.png');
}
body.splash-screen #list-countries-splash ul li.nl a {
  background-image: url('../img/nl.png');
}
body.splash-screen #list-countries-splash ul li.country-off {
  height: 68px;
  line-height: 67px;
  color: #919191;
  text-align: left;
  padding: 0 13px 0 50px;
  background-repeat: no-repeat;
  background-position: 10px -151px;
  position: relative;
}
body.splash-screen #list-countries-splash ul li.country-off .soon {
  font-weight: 500;
  font-size: 50%;
  font-style: italic;
  right: 0;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  background: #ededed;
  display: block;
  line-height: normal;
  padding: 2px 4px;
  margin: 0 0 0 .5em;
  border-radius: 4px;
  position: absolute;
}
body.splash-screen #list-countries-splash ul li.country-off.fr {
  background-image: url('../img/fr.png');
}
body.splash-screen #list-countries-splash ul li.country-off.au {
  background-image: url('../img/au.png');
}
body.splash-screen #list-countries-splash ul li.country-off.es {
  background-image: url('../img/es.png');
}
body.splash-screen #list-countries-splash ul li.country-off.br {
  background-image: url('../img/br.png');
}
body.splash-screen #list-countries-splash ul li.country-off.it {
  background-image: url('../img/it.png');
}
body.splash-screen #list-countries-splash ul li.country-off.de {
  background-image: url('../img/de.png');
}
body.splash-screen #list-countries-splash ul li.country-off.mx {
  background-image: url('../img/mx.png');
}
body.splash-screen #list-countries-splash ul li.country-off.ar {
  background-image: url('../img/ar.png');
}
body.splash-screen #list-countries-splash ul li.country-off.in {
  background-image: url('../img/in.png');
}
body.splash-screen #list-countries-splash ul li.country-off.jp {
  background-image: url('../img/jp.png');
}
body.splash-screen #list-countries-splash ul li.country-off.fr_ca {
  background-image: url('../img/fr_ca.png');
}
body.splash-screen #list-countries-splash ul li.country-off.en_ca {
  background-image: url('../img/en_ca.png');
}
body.splash-screen #list-countries-splash ul li.country-off.us {
  background-image: url('../img/us.png');
}
body.splash-screen #list-countries-splash ul li.country-off.ru {
  background-image: url('../img/ru.png');
}
body.splash-screen #list-countries-splash ul li.country-off.se {
  background-image: url('../img/se.png');
}
body.splash-screen #list-countries-splash ul li.country-off.uk {
  background-image: url('../img/uk.png');
}
body.splash-screen #list-countries-splash ul li.country-off.pl {
  background-image: url('../img/pl.png');
}
body.splash-screen #list-countries-splash ul li.country-off.ph {
  background-image: url('../img/ph.png');
}
body.splash-screen #list-countries-splash ul li.country-off.th {
  background-image: url('../img/th.png');
}
body.splash-screen #list-countries-splash ul li.country-off.be_fr {
  background-image: url('../img/be_fr.png');
}
body.splash-screen #list-countries-splash ul li.country-off.be_nl {
  background-image: url('../img/be_nl.png');
}
body.splash-screen #list-countries-splash ul li.country-off.ng {
  background-image: url('../img/ng.png');
}
body.splash-screen #list-countries-splash ul li.country-off.tr {
  background-image: url('../img/tr.png');
}
body.splash-screen #list-countries-splash ul li.country-off.ua {
  background-image: url('../img/ua.png');
}
body.splash-screen #list-countries-splash ul li.country-off.cl {
  background-image: url('../img/cl.png');
}
body.splash-screen #list-countries-splash ul li.country-off.co {
  background-image: url('../img/co.png');
}
body.splash-screen #list-countries-splash ul li.country-off.nl {
  background-image: url('../img/nl.png');
}
body.splash-screen .pseudo-select {
  height: 68px;
  width: 697px;
  margin: 0 auto;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  position: relative;
}
body.splash-screen .pseudo-select ul.options {
  background: white;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  width: 507px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}
body.splash-screen .pseudo-select ul.options li {
  height: 68px;
  line-height: 66px;
  color: #343843;
  padding: 0 0.7em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  border-bottom: #d3d3d3 1px solid;
  display: none;
  cursor: pointer;
  background: none;
  font-size: 157%;
}
body.splash-screen .pseudo-select ul.options li:hover {
  color: #277bda;
}
body.splash-screen .pseudo-select ul.options li.selected {
  display: block;
}
body.splash-screen .pseudo-select .submit-action {
  width: 174px;
  height: 68px;
  line-height: 66px;
  background-color: white;
  color: #277bda;
  font-size: 157%;
  text-transform: uppercase;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  transition: background-color .5s;
  -moz-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .5s;
}
body.splash-screen .pseudo-select .submit-action:hover {
  background-color: #277bda;
  color: white;
}
body.splash-screen .pseudo-select .selector {
  position: absolute;
  top: 18px;
  right: 217px;
  color: #ff6257;
  font-size: 200%;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 33px;
}
@media screen and (min-width: 768px) and (min-height: 811px) {
  body.splash-screen #list-countries-splash ul {
    height: 654px;
  }
}
@media screen and (min-width: 768px) and (max-height: 811px) {
  body.splash-screen #list-countries-splash ul {
    height: 586px;
  }
}
@media screen and (min-width: 768px) and (max-height: 742px) {
  body.splash-screen #list-countries-splash ul {
    height: 517px;
  }
}
@media screen and (min-width: 768px) and (max-height: 673px) {
  body.splash-screen #list-countries-splash ul {
    height: 448px;
  }
}
@media screen and (min-width: 768px) and (max-height: 610px) {
  body.splash-screen #list-countries-splash {
    top: 80px;
    left: 50%;
    transform: translate(-50%,0);
    padding: 0;
  }
  body.splash-screen #list-countries-splash ul {
    height: 379px;
  }
}
@media screen and (min-width: 768px) and (max-height: 515px) {
  body.splash-screen #list-countries-splash ul {
    height: 310px;
  }
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#homepage .splash-screen .slice2 #illustration {
  padding-left: 3%;
}
#homepage .splash-screen .slice2 #illustration img {
  max-width: 90%;
  float: left;
}
#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: white;
  border-radius: 35px 35px 35px 35px;
  -webkit-border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  -o-border-radius: 35px 35px 35px 35px;
  -ms-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;
  border: none;
  background: 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 .3s;
  -moz-transition: left .3s;
  -webkit-transition: left .3s;
  -ms-transition: left .3s;
  -o-transition: left .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;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  text-align: center;
}
#homepage .splash-screen .slice4 .steps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  margin: 3em auto;
}
#homepage .splash-screen .slice4 .steps .step {
  display: block;
  float: left;
  text-align: center;
  color: white;
  background: #ec008c;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #fc6767, #ec008c);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #fc6767, #ec008c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  width: 100%;
  max-width: 271px;
  margin: 0 2px;
  border-radius: 250px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-radius: 50px;
  border: 5px solid lightgray;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#homepage .splash-screen .slice4 .steps .step .padding {
  padding: 1em 0.5em 1em 0.5em;
}
#homepage .splash-screen .slice4 .steps .step .padding a {
  color: white;
  border: none;
}
#homepage .splash-screen .slice4 .steps .step .padding h3 {
  font-weight: 600;
  font-size: 160%;
  line-height: 1.2em;
  color: white;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: 60px;
}
#homepage .splash-screen .slice4 .steps .step4 {
  background: #FFF;
}
#homepage .splash-screen .slice4 .steps .step4 .padding .icon img {
  width: 67px;
}
#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%;
  min-height: 170px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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 h2 {
  padding-bottom: 0;
}
#homepage .second-half .pub-logos img {
  width: 10.5%;
  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("../img/puce.png") 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;
}
#homepage.select-language .splash-screen {
  height: auto;
}
#homepage.select-language .splash-screen .slice3 {
  height: auto;
}
.overall-footer {
  position: relative;
  padding-top: 80px;
}
.footer {
  clear: both();
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #04619f 74%);
  color: white;
  padding: 4em 0;
  width: 100%;
}
.footer .logout.juste_sur_mobile {
  display: none;
}
.footer .cols .sep-right {
  padding-right: 4em;
}
.footer .cols .col {
  float: none;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  height: 8em;
}
.footer .cols .gray-sep-left {
  border-right: #777777 1px solid;
  padding-right: 4em;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.footer .cols .gray-sep-right {
  padding-left: 4em;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}
.footer ul li {
  padding: 0 0 0.7em 0;
  text-align: left;
}
.footer ul li a {
  color: white;
  text-decoration: none;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
}
.footer ul li a:hover {
  color: #fcc831;
}
.footer ul li.logout-mobile {
  display: none;
}
.footer ul.gray-menu li a {
  color: #aaaaaa;
}
.footer ul.gray-menu li a:hover {
  color: #fcc831;
}
.footer h3 {
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: 0.5em;
  text-align: left;
}
.footer .reseaux {
  margin-top: 1.28em;
}
.footer .reseau {
  margin-top: 0.8em;
}
.footer .reseau-link {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
.footer .reseau-link img {
  width: 41px;
  height: 41px;
  margin-right: 0.8em;
  vertical-align: middle;
}
.footer .country-select {
  text-align: left;
  width: 260px;
}
.footer .country-select .region-label {
  text-transform: uppercase;
  padding: 0;
  height: 17px;
  text-decoration: none;
  color: white;
  border: none;
  display: block;
}
.footer.light {
  padding: 2em 0;
}
.footer.light .cols .col {
  height: auto;
}
.footer.light .cols .col-logout {
  display: none;
}
.copyright {
  padding: 2.4em 0 0 0;
  width: 100%;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}
.button-white {
  color: #343843;
  border: none;
  text-decoration: none;
  background-color: white;
  border: 1px solid #aaaaaa;
  padding: 1em 2em;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -ms-transition: color .5s;
  -o-transition: color .5s;
  transition: background-color .5s;
  -moz-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .5s;
}
.button-white:hover {
  background-color: #277bda;
  color: white;
}
#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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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: #cccccc 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#pricingTable .column.legend {
  border-top: #cccccc 1px solid;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  -ms-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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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: #277bda;
  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.highlight .cell.adjust-line4:last-child span {
  padding-bottom: 8px;
}
#pricingTable .column.regular {
  border-right: #cccccc 1px solid;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  margin-top: 5px;
}
#pricingTable .column.regular .cell {
  width: 244px;
}
#pricingTable .column.regular .top-row {
  border-top: #cccccc 1px solid;
}
#pricingTable .column.legend {
  border-left: #cccccc 1px solid;
  margin-top: 75px;
  background-color: #f5f5f5;
  color: grey;
}
#pricingTable .cell.tl {
  border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -o-border-radius: 3px 0 0 0;
  -ms-border-radius: 3px 0 0 0;
}
#pricingTable .cell.tr {
  border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -o-border-radius: 0 3px 0 0;
  -ms-border-radius: 0 3px 0 0;
}
#pricingTable .cell.bl:last-child {
  border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  -o-border-radius: 0 0 0 3px;
  -ms-border-radius: 0 0 0 3px;
}
#pricingTable .cell.br:last-child {
  border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  -o-border-radius: 0 0 3px 0;
  -ms-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: #277bda;
  width: 180px;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -o-border-radius: 38px;
  -ms-border-radius: 38px;
  height: 38px;
  line-height: 36px;
  clear: both;
  color: white;
  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('../img/ouvert_ferme.png');
  background-color: transparent;
  background-position: left -4px;
  background-repeat: no-repeat;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  color: #343843;
  cursor: pointer;
  display: inline-block;
  margin: 1em 0 0 0;
  padding: 1px 10px 5px 34px;
}
.list-tree-structure .niveau h2.ouvert {
  background-position: left -38px;
  text-decoration: underline;
}
.list-tree-structure .niveau h3.ouvert {
  background-position: left -35px;
  text-decoration: underline;
  font-weight: bold;
}
.list-tree-structure .niveau h3 {
  -moz-user-select: none;
  background-image: url('../img/ouvert_ferme.png');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left -1px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  color: #343843;
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 34px;
}
.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;
  -webkit-column-count: 2;/* Chrome, Safari, Opera */
  -moz-column-count: 2;/* Firefox */
  column-count: 2;
}
.lien_item
{
  font-size: 16px;
  font-weight: bold;
}
.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('../img/ouvert_ferme_mobile.png') !important;
  background-position: left -34px;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
}
.list-tree-structure .niveau_4 h4 {
  -moz-user-select: none;
  background-image: url('../img/ouvert_mobile.png') !important;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 0px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  color: #292828;
  cursor: pointer;
  padding: 10px 20px 10px 34px;
}
#breadcrumb {
  font-size: 84%;
  clear: both;
  display: block;
  content: '';
  padding: 1em 0 0.5em 0;
  font-weight: 400;
  color: #343843;
  line-height: 1.7em;
  width: auto;
}
#breadcrumb i {
  font-size: 80%;
}
#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(60.428571428571%);
  padding-left: 2.1em;
  box-sizing: border-box;
  -webkit-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(40.571428571429%);
  height: 330px;
  background-color: white;
  background-image: none;
  overflow: hidden;
  border: none;
  padding: 0;
  position: absolute;
  right: 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 .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  width: 100%;
  height: auto;
  background-color: white;
}
body.presentation-modele .infos-document a.preview-document .form-button {
  margin: 0;
  opacity: 0;
  transition: opacity .5s;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  position: absolute;
  top: 0;
  text-align: center;
  color: white;
  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 .5s;
  -moz-transition: margin-top .5s;
  -webkit-transition: margin-top .5s;
  -ms-transition: margin-top .5s;
  -o-transition: margin-top .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(71.428571428571%);
}
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;
}
body.presentation-modele .content-document strong {
  font-weight: 700;
  color: #131418;
}
body.presentation-modele .content-document .infos-how-to {
  width: calc(28.571428571429%);
}
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("../img/puce.png") 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("../img/fleche_droite.png") no-repeat scroll 0 7px;
  }
  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-bottom: 10px !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;
  -webkit-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 {
  max-width: 355px;
  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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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 ul {
  margin: 0;
}
.account-pages .sidebar ul li {
  padding: 0 0 0.5em 0;
  margin: 0;
  list-style-type: none;
  background-image: none;
}
.account-pages .sidebar ul li a {
  display: block;
  background-color: white;
  padding: 0.9em 1em;
  border: none;
  color: #343843;
  font-size: 1.3em;
  font-weight: 500;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.account-pages .sidebar ul li a:hover,
.account-pages .sidebar ul li a.active {
  color: white;
  background-color: #277bda;
}
.account-pages .sidebar ul li.deconnexion_partenaire {
  text-align: center;
  height: 40px;
}
.account-pages .sidebar ul li.deconnexion_partenaire a,
.account-pages .sidebar ul li.deconnexion_partenaire a:hover {
  display: inline-block;
  margin: 0 auto;
  padding: 1em 0 0 0;
  background-color: transparent;
  text-align: center;
  font-weight: 400;
}
.account-pages .sidebar ul li.deconnexion_partenaire a {
  border-bottom: #277bda 1px solid;
  color: #277bda;
}
.account-pages .sidebar ul li.deconnexion_partenaire a:hover {
  color: #3bc3cb;
  border-bottom: #3bc3cb 1px solid;
  padding-bottom: 0.2em;
}
.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 {
  padding-top: 1.4em;
  clear: both;
}
.account-pages .col75 h2:first-child {
  padding-top: 0;
}
.account-pages .col75 p,
.account-pages .col75 ul,
.account-pages .col75 ol {
  padding-bottom: 0.75em;
}
.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;
  width: 300px;
  float: left;
  font-size: 105%;
}
.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;
}
.account-pages .standard-form .item textarea.readonly {
  padding: 6px 0 15px 8px;
}
.account-pages .standard-form .item label.date-label {
  width: 120px;
  height: 40px;
  line-height: 38px;
}
.account-pages .standard-form .item input.datepicker {
  background-color: white;
  background-image: url('../img/icon-calendar.png');
  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 {
  width: 99%;
  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 {
  max-width: 410px;
  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],
.account-pages .standard-form .xl-centered .champ_radio_formulaire_principal {
  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.readonly-form .item {
  border-bottom: #ededed 1px solid;
}
.account-pages .item-account {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.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-close-account #confirmation-sup-sauvegarde,
.confirm-delete #confirmation-fermeture-compte,
.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-close-account #confirmation-sup-sauvegarde h3,
.confirm-delete #confirmation-fermeture-compte h3,
.confirm-delete #confirmation-sup-sauvegarde h3 {
  padding-top: 0.5em;
}
.confirm-close-account #confirmation-fermeture-compte p,
.confirm-close-account #confirmation-sup-sauvegarde p,
.confirm-delete #confirmation-fermeture-compte p,
.confirm-delete #confirmation-sup-sauvegarde p {
  text-align: left !important;
}
.confirm-close-account #confirmation-fermeture-compte ul,
.confirm-close-account #confirmation-sup-sauvegarde ul,
.confirm-delete #confirmation-fermeture-compte ul,
.confirm-delete #confirmation-sup-sauvegarde ul {
  text-align: left !important;
}
.confirm-close-account #confirmation-fermeture-compte ul li,
.confirm-close-account #confirmation-sup-sauvegarde ul li,
.confirm-delete #confirmation-fermeture-compte ul li,
.confirm-delete #confirmation-sup-sauvegarde ul li {
  background: transparent url('../img/fleche_droite.png') no-repeat scroll 0 12px;
}
.confirm-close-account #confirmation-fermeture-compte .btn.large,
.confirm-close-account #confirmation-sup-sauvegarde .btn.large,
.confirm-delete #confirmation-fermeture-compte .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;
  cursor: pointer;
  background-image: url('../img/radio-button.png');
  background-position: top center;
  background-repeat: no-repeat;
}
.pseudo-radio-field .radio-button:hover {
  background-position: bottom center;
}
.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);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.7);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.7);
  background: white;
  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: #aaaaaa;
  width: 100%;
  text-align: right;
  background-image: url('../img/popup-close-gradient.png');
  background-repeat: repeat-x;
  background-position: top center;
  padding: 10px 0;
  height: 25px;
}
.popup-dialog .close-wrapper .close-dialog {
  cursor: pointer;
  transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  margin-right: 13px;
}
.popup-dialog .close-wrapper .close-dialog:hover {
  color: #277bda;
}
.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-backoffice {
  position: fixed;
  top: 7%;
  left: 12.5%;
  width: 75%;
  max-width: 75%;
  box-shadow: 0 0 15px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.7);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.7);
  background: white;
  z-index: 99999;
  display: none;
  height: 85%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.popup-backoffice .message {
  margin: 1em 0 0 20px !important;
  max-width: 87% !important;
  z-index: 9999 !important;
  position: relative !important;
  opacity: 1 !important;
}
.popup-backoffice .scrollable {
  width: auto;
  height: 95%;
  padding: 25px 30px 30px 10px;
}
.popup-backoffice .scrollable h2,
.popup-backoffice .scrollable h3,
.popup-backoffice .scrollable h4 {
  text-align: center;
}
.popup-backoffice .close-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 150%;
  color: #aaaaaa;
  width: 100%;
  text-align: right;
  background-image: url('../img/popup-close-gradient.png');
  background-repeat: repeat-x;
  background-position: top center;
  padding: 10px 0;
  height: 25px;
}
.popup-backoffice .close-wrapper .close-dialog {
  cursor: pointer;
  transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
  margin-right: 13px;
}
.popup-backoffice .close-wrapper .close-dialog:hover {
  color: #277bda;
}
.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;
}
.toggle-mobile-table-container {
  display: none;
}
table.standard-table {
  border-collapse: separate;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  width: 100%;
  border: #e0e0e0 1px solid;
}
table.standard-table tr:first-child {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  -ms-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: white;
  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;
}
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,
table.standard-table tbody tr td.panier a {
  font-weight: 500;
}
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;
  border: none;
  font-weight: 500;
  color: #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
  cursor: pointer;
  transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -ms-transition: color .2s;
  -o-transition: color .2s;
}
table.standard-table tbody tr td.delete .delete:hover {
  padding-bottom: 0;
  color: #ff6257;
}
table.standard-table tbody tr td.doc_tab {
  text-align: center;
}
table.standard-table tbody tr td.doc_tab .fa {
  margin-right: 0.5em;
  font-weight: normal;
  font-size: 110%;
}
table.standard-table tbody tr td.doc_tab a.pdf {
  text-transform: uppercase;
}
table.standard-table tbody tr td.doc_tab a.word {
  text-transform: capitalize;
}
table.standard-table tbody tr td.doc_tab span {
  display: block;
  font-size: 85%;
  color: #989898;
}
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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  display: none;
}
.message.erreur {
  background-color: #ff6257;
  background-image: url('../img/erreur.png');
  color: white;
  display: block;
}
.message.reussite {
  background-color: #d1e7e4;
  background-image: url('../img/reussite.png');
  color: #047c8b;
  display: block;
}
body.liste-guides #liste_categories_guides {
  margin-top: 0.8em;
}
body.liste-guides #liste_categories_guides a {
  border: none;
  font-weight: normal;
  font-size: 0.9em;
}
body.liste-guides #liste_categories_guides .niveau a:hover {
  padding-bottom: 0;
}
body.liste-guides #liste_categories_guides .titre {
  display: block;
  color: #000;
  font-size: 1.6em;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.75em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
body.liste-guides #liste_categories_guides .titre::before {
  content: '';
  display: block;
  float: left;
  background: url(../img/folder.svg) no-repeat left center;
  width: 28px;
  height: 21px;
  margin-right: 10px;
}
body.liste-guides #liste_categories_guides .niveau_2 {
  padding: 0;
}
body.liste-guides #liste_categories_guides .niveau_2 h2 {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 0;
}
body.liste-guides #liste_categories_guides .niveau_2 h2:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '-';
  height: 18px;
  width: 18px;
  background: #277bda;
  color: white;
  text-align: center;
  font-size: 34px;
  line-height: 16px;
  display: block;
  margin: 0px 8px 0px 0px;
  border-radius: 2px;
  font-weight: 300;
  float: left;
}
body.liste-guides #liste_categories_guides .niveau_3 {
  border-left: 2px dotted #dddbdb;
  margin-left: 8px;
  margin-bottom: 2px;
  padding: 0.5em 0 0 0;
}
body.liste-guides #liste_categories_guides .niveau_3 h3 {
  font-size: 1.1em;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 0 1em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.liste-guides #liste_categories_guides .niveau_3 h3:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  height: 9px;
  width: 9px;
  background: #dddbdb;
  display: inline-block;
  margin: 2px 8px 0px 0px;
  border-radius: 2px;
}
body.liste-guides #liste_categories_guides .niveau_4 {
  border-left: 2px dotted #dddbdb;
  margin: 1em 0 0 1.4em;
}
body.liste-guides #liste_categories_guides .niveau_4 h4 {
  margin-left: 1em;
  font-size: 1.0em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.liste-guides #arborescence_guides {
  margin-top: 0.8em;
}
body.liste-guides #arborescence_guides .chaque_guide {
  border-bottom: 1px solid #ededed;
  padding: 0 0 1em 0;
  margin-bottom: 1.75em;
}
body.liste-guides #arborescence_guides .chaque_guide:last-child {
  margin-bottom: 0;
  border: none;
}
body.liste-guides #arborescence_guides .chaque_guide h2 {
  margin: 0;
  font-weight: 700;
}
body.liste-guides #arborescence_guides .chaque_guide h2 a {
  text-decoration: none;
  border-bottom: #ffffff 2px solid;
  transition: border-bottom .5s;
  -moz-transition: border-bottom .5s;
  -webkit-transition: border-bottom .5s;
  display: block;
  padding-bottom: 0.3em;
  color: #000;
}
body.liste-guides #arborescence_guides .chaque_guide h2 a:after {
  content: " ›";
  display: block;
  padding-bottom: 0.3em;
  position: relative;
  top: -5px;
  left: -200px;
  float: right;
  color: transparent;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
body.liste-guides #arborescence_guides .chaque_guide h2 a:hover {
  border-bottom: 2px solid;
}
body.liste-guides #arborescence_guides .chaque_guide h2 a:hover:after {
  content: " ›";
  float: right;
  display: block;
  padding: 0;
  position: relative;
  top: -5px;
  left: 0;
  color: black;
}
body.liste-guides #arborescence_guides .chaque_guide p.aside {
  font-size: 0.9em;
  color: #9e9e9e;
}
body.liste-guides #arborescence_guides .chaque_guide p.description {
  margin-top: 0;
}
body.presentation-guide .page {
  max-width: 100%;
  width: 100%;
}
body.presentation-guide #breadcrumb {
  margin-bottom: 1em;
}
body.presentation-guide #ancres {
  position: fixed;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  max-width: 330px;
}
body.presentation-guide #ancres .col-white {
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  overflow-y: auto;
  max-height: calc( 50vh - 6em );
}
body.presentation-guide #ancres .col-white:not(:last-child) {
  margin-bottom: 1.5em;
}
body.presentation-guide #ancres .title {
  font-size: 1.4em;
  margin: 0 0 0.5em 0;
}
body.presentation-guide #ancres ol {
  margin: 0;
}
body.presentation-guide #ancres ol a br {
  display: none;
}
body.presentation-guide #ancres ol li {
  width: 100%;
  display: inline-block;
  margin: 0 0 0.75em 0;
  line-height: 1.5em;
}
body.presentation-guide #ancres ol li:last-child {
  margin-bottom: 0;
}
body.presentation-guide #ancres .documents-lies .lien-document p {
  font-size: 1.15em;
  margin: 0 0 0 28px;
  position: relative;
  hyphens: auto;
}
body.presentation-guide #ancres .documents-lies .lien-document p::before {
  content: '';
  display: block;
  float: left;
  background: url(../img/document.svg) no-repeat left center;
  width: 28px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -28px;
}
body.presentation-guide #ancres .documents-lies .btn {
  margin: 0.5em 0 2em 2em;
  padding: 0.75em;
}
body.presentation-guide #ancres .documents-lies .btn:hover {
  padding: 0.75em !important;
}
body.presentation-guide #ancres .documents-lies .btn:last-child {
  margin-bottom: 0;
}
body.presentation-guide #document-guide h1 {
  padding: 0;
  color: #277bda;
  line-height: normal;
}
body.presentation-guide #document-guide h2,
body.presentation-guide #document-guide h3,
body.presentation-guide #document-guide h4,
body.presentation-guide #document-guide h5 {
  padding: 0;
  text-align: left;
  line-height: normal;
}
body.presentation-guide #document-guide h2 {
  font-size: 1.3em !important;
  margin: 2em 0 1em 0;
}
body.presentation-guide #document-guide h3 {
  font-size: 1.2em !important;
  margin: 1em 0 0.75em 0;
}
body.presentation-guide #document-guide h4 {
  font-size: 1.1em !important;
  margin: 1em 0 0.75em 0;
}
body.presentation-guide #document-guide h5 {
  font-size: 1em !important;
  margin: 1em 0 0.75em 0;
}
body.presentation-guide #document-guide .infos-document {
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
}
body.presentation-guide #document-guide .stars-container {
  display: inline-block;
  width: 90px;
  height: 15px;
  font-size: 0;
  position: relative;
}
body.presentation-guide #document-guide .stars {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/star-default.svg) repeat-x;
}
body.presentation-guide #document-guide .stars-forward {
  background: url(../img/star-yellow.svg) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
body.presentation-guide #document-guide .stars-container.small {
  width: 70px;
  height: 12px;
}
body.presentation-guide #document-guide .stars-container.small .stars {
  background: url(../img/star-default-small.svg) repeat-x;
}
body.presentation-guide #document-guide .stars-container.small .stars-forward {
  background: url(../img/star-yellow-small.svg) repeat-x;
}
body.presentation-guide #document-guide .stickers {
  display: table;
  width: 100%;
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.presentation-guide #document-guide .stickers .sticker {
  display: table-cell;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  width: 33.3%;
  padding: 1em 0 1em 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.presentation-guide #document-guide .stickers .sticker .ico {
  padding: 0.1em 0.5em 0 0;
  height: 21px;
  float: left;
}
body.presentation-guide #document-guide .stickers .sticker i {
  color: #277bda;
  padding: 0.1em 0.5em 0 0;
  float: left;
}
body.presentation-guide #document-guide .stickers .sticker .text {
  display: inline-block;
  line-height: normal;
}
body.presentation-guide #document-guide .stickers .sticker .text strong {
  display: block;
  width: 100%;
}
body.presentation-guide #document-guide .stickers.simple .sticker {
  width: 50%;
  text-align: center;
  padding: 1em 0em 1em 0em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body.presentation-guide #document-guide .stickers.simple .sticker .ico {
  height: 13px;
  width: 16px;
}
body.presentation-guide #document-guide .stickers.simple .sticker .text {
  display: inline;
}
body.presentation-guide #document-guide .stickers.simple .sticker .text strong {
  display: inline;
}
body.presentation-guide #document-guide .guide-boxed-paragraph {
  background: #ededed;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border: none !important;
  margin: 1.5em 3em;
  padding: 1.5em 2em !important;
}
body.presentation-guide #document-guide .guide-boxed-paragraph:before {
  content: '';
  display: inline-block;
  background-image: url('../img/puce_etoile.png');
  background-repeat: no-repeat;
  background-size: 9px;
  width: 13px;
  height: 10px;
}
body.presentation-guide .rating-intro {
  padding-bottom: 0.9em;
  font-weight: bold;
  font-size: 1.2em;
}
body.presentation-guide .rating-block {
  text-align: center;
}
body.presentation-guide .rating-container {
  display: inline-block;
  position: relative;
}
body.presentation-guide .rating {
  display: inline-block;
  border: none;
}
body.presentation-guide .rating > input {
  display: none;
}
body.presentation-guide .rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
body.presentation-guide .rating > .half:before {
  content: "\f089";
  position: absolute;
}
body.presentation-guide .rating > label {
  color: #ddd;
  float: right;
}
body.presentation-guide .rating > input:checked ~ label,
body.presentation-guide .rating:not(:checked) > label:hover,
body.presentation-guide .rating:not(:checked) > label:hover ~ label {
  color: #fcc831;
}
body.presentation-guide .rating > input:checked + label:hover,
body.presentation-guide .rating > input:checked ~ label:hover,
body.presentation-guide .rating > label:hover ~ input:checked ~ label,
body.presentation-guide .rating > input:checked ~ label:hover ~ label {
  color: #fdc26f;
}
body.presentation-guide .rating-title {
  white-space: nowrap;
  position: absolute;
  left: 139px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  body.presentation-guide body.doc_telechargement,
  body.presentation-guide body.signature_externe_confirmation .block_centre {
    padding-bottom: 1.3em;
  }
  body.presentation-guide .rating-title {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .list-tree-structure .niveau_1 {
    background: none;
    -webkit-column-count: 1;/* Chrome, Safari, Opera */
    -moz-column-count: 1;/* Firefox */
    column-count: 1;
  }
}
.recherche_resultats h1 {
  text-align: left;
}
.recherche_resultats h4 {
  font-weight: 400;
  padding-bottom: 0.6em;
}
.recherche_resultats h4 strong {
  color: #277bda;
}
.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: #ffffff 2px solid;
  transition: border-bottom .5s;
  -moz-transition: border-bottom .5s;
  -webkit-transition: border-bottom .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 .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .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('../img/check-list-item.png');
  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 {
  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 {
  margin-top: 1.5em;
}
.formulaire_commande_abo .standard-form .item,
.formulaire_commande_abo_seul .standard-form .item,
.formulaire_commande_signature .standard-form .item,
.formulaire_commande .standard-form .item {
  max-width: 430px;
}
.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 {
  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) {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  padding-top: 3px;
  display: 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 {
  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 {
  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 {
  border: #eeeeee 5px solid;
  border-radius: 3px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .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 {
  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 {
  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 {
  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 {
  font-size: 1.7em;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  text-align: center;
  float: none;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .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 {
  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 {
  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 {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .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 {
  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 {
  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 {
  border: #277bda 5px solid;
  background-color: #f7f5f5;
  text-shadow: 1px 1px 1px white;
}
.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 {
  color: #277bda;
}
.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 {
  color: #277bda;
}
.formulaire_commande_abo #checkoutPricingChoice .price,
.formulaire_commande_abo_seul #checkoutPricingChoice .price,
.formulaire_commande_signature #checkoutPricingChoice .price,
.formulaire_commande #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 {
  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 {
  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 {
  font-size: 17px;
}
.formulaire_commande_abo #checkoutPricingChoice .tabs,
.formulaire_commande_abo_seul #checkoutPricingChoice .tabs,
.formulaire_commande_signature #checkoutPricingChoice .tabs,
.formulaire_commande #checkoutPricingChoice .tabs {
  display: none;
}
.formulaire_commande_abo #checkoutPricingChoice:after,
.formulaire_commande_abo_seul #checkoutPricingChoice:after,
.formulaire_commande_signature #checkoutPricingChoice:after,
.formulaire_commande #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 {
  margin-top: 0;
  background-image: url('../img/lock_noir.png');
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  position: absolute;
  right: -8px;
  top: -8px;
  color: #aaaaaa;
}
.formulaire_commande_abo table#orderSummary tr#ligne_document td,
.formulaire_commande_abo table#orderSummary tr#ligne_abonnement td,
.formulaire_commande_abo_seul table#orderSummary tr#ligne_document td,
.formulaire_commande_abo_seul table#orderSummary tr#ligne_abonnement td,
.formulaire_commande_signature table#orderSummary tr#ligne_document td,
.formulaire_commande_signature table#orderSummary tr#ligne_abonnement td,
.formulaire_commande table#orderSummary tr#ligne_document td,
.formulaire_commande table#orderSummary tr#ligne_abonnement td {
  background: #ededed;
  font-weight: 500;
}
.formulaire_commande_abo table#orderSummary td.demande_avocat,
.formulaire_commande_abo table#orderSummary td.demande_signature,
.formulaire_commande_abo table#orderSummary td#prix_avocat30,
.formulaire_commande_abo table#orderSummary td#prix_signature,
.formulaire_commande_abo_seul table#orderSummary td.demande_avocat,
.formulaire_commande_abo_seul table#orderSummary td.demande_signature,
.formulaire_commande_abo_seul table#orderSummary td#prix_avocat30,
.formulaire_commande_abo_seul table#orderSummary td#prix_signature,
.formulaire_commande_signature table#orderSummary td.demande_avocat,
.formulaire_commande_signature table#orderSummary td.demande_signature,
.formulaire_commande_signature table#orderSummary td#prix_avocat30,
.formulaire_commande_signature table#orderSummary td#prix_signature,
.formulaire_commande table#orderSummary td.demande_avocat,
.formulaire_commande table#orderSummary td.demande_signature,
.formulaire_commande table#orderSummary td#prix_avocat30,
.formulaire_commande 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 {
  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 {
  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 {
  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 {
  display: none;
}
.formulaire_commande_abo .block-visible,
.formulaire_commande_abo_seul .block-visible,
.formulaire_commande_signature .block-visible,
.formulaire_commande .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: 320px;
  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 #linebox,
body.validation_document #linebox {
  background: #277bda;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  color: white;
  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 p,
body.validation_document #linebox p {
  line-height: 1.5em;
  margin: 0.9em 0;
}
body.creation_de_document #linebox .close,
body.validation_document #linebox .close {
  background-color: transparent;
  background-image: url('../img/fermer.png');
  background-repeat: no-repeat;
  background-position: 5px 2px;
  border-radius: 3px;
  color: transparent;
  cursor: pointer;
  font-family: "robotobold", Arial, Helvetica, Verdana, Arial, sans-serif;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 10px;
}
body.creation_de_document .bulle.limite,
body.validation_document .bulle.limite {
  background: #fcc831 url('../img/arrow_back.png') no-repeat scroll 40px 21px;
  color: #000;
  margin-top: 30px;
}
body.creation_de_document .bulle,
body.validation_document .bulle {
  background: white 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: white;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", Arial, Helvetica, Verdana, Arial, sans-serif;
  font-size: 100%;
  height: 30px !important;
  margin-bottom: 0 !important;
  padding: 0 10px;
  transition: border .2s;
  -moz-transition: border .2s;
  -webkit-transition: border .2s;
  -ms-transition: border .2s;
  -o-transition: border .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: white;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", Arial, Helvetica, Verdana, Arial, sans-serif;
  font-size: 100%;
  height: auto !important;
  margin-bottom: 0 !important;
  padding: 5px 0 4px 6px;
  line-height: 28px;
  transition: border .2s;
  -moz-transition: border .2s;
  -webkit-transition: border .2s;
  -ms-transition: border .2s;
  -o-transition: border .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: white;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", Arial, Helvetica, Verdana, Arial, sans-serif;
  font-size: 100%;
  height: auto !important;
  margin-bottom: 0 !important;
  padding: 10px;
  height: 30px;
  line-height: 1.3em;
  transition: border .2s;
  -moz-transition: border .2s;
  -webkit-transition: border .2s;
  -ms-transition: border .2s;
  -o-transition: border .2s;
}
body.creation_de_document #formulaire_variable .section_de_formulaire input[type="text"]:hover,
body.creation_de_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 input[type="text"]:hover,
body.validation_document #formulaire_variable .section_de_formulaire select:hover,
body.validation_document #formulaire_variable .section_de_formulaire textarea:hover {
  border: #277bda 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.creation_de_document #formulaire_variable .button_backoffice:hover,
body.validation_document #formulaire_variable .button_backoffice,
body.validation_document #formulaire_variable .button_backoffice:hover {
  height: auto !important;
  color: white !important;
}
body.creation_de_document #formulaire_variable .button_backoffice#cancelVariablePopup,
body.creation_de_document #formulaire_variable .button_backoffice#cancelVariablePopup:hover,
body.validation_document #formulaire_variable .button_backoffice#cancelVariablePopup,
body.validation_document #formulaire_variable .button_backoffice#cancelVariablePopup:hover {
  background-color: #aaaaaa;
  border: none;
  cursor: pointer;
  box-sizing: content-box;
  -webkit-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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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: white;
  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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-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('../img/arrow_back.png') 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('../img/arrow_up.png') 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: #b7b7b7;
  border: medium none;
  border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -o-border-radius: 15px 15px 15px 15px;
  -ms-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 .5s;
  -moz-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .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: white;
  display: block;
  float: left;
  width: 340px;
}
#component_creation_document #formulaire_creation_document .question,
#component_creation_document #formulaire_validation .question {
  background-color: white;
  border-bottom: medium none;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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", Arial, Helvetica, Verdana, Arial, 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: white;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", Arial, Helvetica, Verdana, Arial, 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 .2s;
  -moz-transition: border .2s;
  -webkit-transition: border .2s;
  -ms-transition: border .2s;
  -o-transition: border .2s;
}
#component_creation_document #formulaire_creation_document .question input[type="text"]:hover,
#component_creation_document #formulaire_validation .question input[type="text"]:hover {
  border: #277bda 1px solid;
}
#component_creation_document #formulaire_creation_document .question input.hasDatepicker,
#component_creation_document #formulaire_validation .question input.hasDatepicker {
  background: url("../img/icon-calendar.png") no-repeat scroll 5px 5px #ffffff;
  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: white;
  border: #d3d3d3 1px solid;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  font-family: "Roboto", Arial, Helvetica, Verdana, Arial, 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 .2s;
  -moz-transition: border .2s;
  -webkit-transition: border .2s;
  -ms-transition: border .2s;
  -o-transition: border .2s;
}
#component_creation_document #formulaire_creation_document .question select:hover,
#component_creation_document #formulaire_validation .question select:hover {
  border: #277bda 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: white url('../img/radiobox.png') no-repeat scroll 0 4px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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", Arial, Helvetica, Verdana, Arial, 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: white url('../img/radiobox.png') no-repeat scroll 0 -276px;
}
#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: #b7b7b7;
  border: medium none;
  border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -o-border-radius: 15px 15px 15px 15px;
  -ms-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 .5s;
  -moz-transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -ms-transition: background-color .5s;
  -o-transition: background-color .5s;
  font-weight: 500;
}
#component_creation_document #formulaire_creation_document .question .button:hover,
#component_creation_document #formulaire_creation_document .question .button.active,
#component_creation_document #formulaire_validation .question .button:hover,
#component_creation_document #formulaire_validation .question .button.active {
  background-color: #277bda;
}
#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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  color: white;
  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('../img/aide_fleche.png') 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;
  -webkit-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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  padding: 5px 10px;
  transition: border .2s;
  -moz-transition: border .2s;
  -webkit-transition: border .2s;
  -ms-transition: border .2s;
  -o-transition: border .2s;
}
#component_creation_document #formulaire_creation_document .question textarea:hover,
#component_creation_document #formulaire_validation .question textarea:hover {
  border: #277bda 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_creation_document #controle a.questions.retour_arriere:hover,
#component_creation_document #formulaire_validation #controle a.questions.retour_arriere,
#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;
  padding: 0;
  color: #343843;
  cursor: pointer;
  display: inline;
  font-size: 12px !important;
  margin: 0;
  text-decoration: underline !important;
}
#component_creation_document #formulaire_creation_document #controle #enregistrer.enr2,
#component_creation_document #formulaire_creation_document #controle .sauvegarder,
#component_creation_document #formulaire_validation #controle #enregistrer.enr2,
#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: #277bda;
}
#component_creation_document #formulaire_creation_document #controle input.questions[type="submit"],
#component_creation_document #formulaire_creation_document #controle a.sauvegarder,
#component_creation_document #formulaire_validation #controle input.questions[type="submit"],
#component_creation_document #formulaire_validation #controle a.sauvegarder {
  background: #afafaf none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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_creation_document #controle a.sauvegarder,
#component_creation_document #formulaire_validation #controle input.questions.sauvegarder[type="submit"],
#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_a_afficher b,
#component_creation_document .texte_inselectionnable strong,
#component_creation_document .texte_inselectionnable b {
  font-weight: bold;
}
#component_creation_document #texte_a_afficher em,
#component_creation_document #texte_a_afficher i,
#component_creation_document .texte_inselectionnable em,
#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_a_afficher li,
#component_creation_document .texte_inselectionnable p,
#component_creation_document .texte_inselectionnable li {
  line-height: 1.2em;
  margin: 1em 0;
}
#component_creation_document #texte_a_afficher li,
#component_creation_document .texte_inselectionnable li {
  padding-top: 0.5em;
}
#component_creation_document #texte_a_afficher .texte_apparu_avec_ajax,
#component_creation_document .texte_inselectionnable .texte_apparu_avec_ajax {
  display: none;
}
#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:hover,
#component_creation_document #texte_a_afficher .variable_vide:hover,
#component_creation_document .texte_inselectionnable .flou:hover,
#component_creation_document .texte_inselectionnable .variable_vide:hover {
  cursor: help;
}
#component_creation_document .texte_inselectionnable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: white;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  border: none;
  cursor: default;
  float: right;
  height: 328px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 675px;
}
#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: #aaaaaa 1px solid;
  border-top: #aaaaaa 1px solid;
}
#component_creation_document .texte_inselectionnable table[border="1"] td {
  border-right: #aaaaaa 1px solid;
  border-bottom: #aaaaaa 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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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('../img/word.png');
}
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('../img/pdf.png');
}
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 {
  padding-left: 0 !important;
  width: 100% !important;
}
body.paiement_direct_stripe .double-title {
  text-align: center;
}
body.paiement_direct_stripe .double-title h2 {
  background: transparent url('../img/lock_noir.png') 0 0 no-repeat;
  display: inline-block;
  padding-left: 23px;
  margin-bottom: 0.5em;
  text-align: left;
}
body.paiement_direct_stripe .double-title h3 {
  padding-top: 0;
  display: inline-block;
  text-align: left;
}
body.paiement_direct_stripe .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 {
  color: gray;
  font-size: 90%;
}
body.paiement_direct_stripe .standard-form .item.form-row.price label {
  padding-bottom: 0.28em;
}
body.paiement_direct_stripe .standard-form .item.form-row.price label .detail {
  font-size: 77%;
}
body.paiement_direct_stripe .standard-form .item.form-row .StripeElement {
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  padding: 0 6px;
  border: #d3d3d3 1px solid;
  height: 26px;
  float: left;
  transition: border .5s;
  -moz-transition: border .5s;
  -webkit-transition: border .5s;
  -ms-transition: border .5s;
  -o-transition: border .5s;
}
body.paiement_direct_stripe .standard-form .item.form-row .StripeElement--focus {
  border: #64b0b8 1px solid;
}
body.paiement_direct_stripe .standard-form .item.form-row .cb_exp_date {
  width: 60px;
}
body.paiement_direct_stripe .standard-form .item.form-row .cb_exp_date.latam {
  width: 121px;
}
body.paiement_direct_stripe .standard-form .item.form-row .cb_exp_date input {
  width: 74px;
  text-align: center;
}
body.paiement_direct_stripe .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 .field-cb {
  width: 196px;
}
body.paiement_direct_stripe .standard-form .item.form-row .field-cb #cardNumber {
  width: 210px;
  text-align: center;
  padding: 0 6px;
}
body.paiement_direct_stripe .standard-form .item.form-row img.cb_image {
  float: left;
  margin-left: 1em;
}
body.paiement_direct_stripe .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 .cvc,
body.paiement_direct_stripe .standard-form .item.form-row input.cvc {
  width: 50px;
  text-align: center;
}
body.paiement_direct_stripe .standard-form .item.form-row .cvc #cardCvc {
  width: 64px;
  text-align: center;
}
body.paiement_direct_stripe .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 {
  width: auto;
  margin: 1px 0 0 0.5em;
}
body.paiement_direct_stripe .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 {
  width: 200px;
  margin: 0em auto 0.2em auto;
}
body.paiement_direct_stripe .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 {
  font-weight: bold;
}
body.paiement_direct_stripe .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 {
  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 {
  font-weight: 400;
}
body.paiement_direct_stripe .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: .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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-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;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -o-border-radius: 3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
}
.pseudoselect-component ul.options li:hover,
.pseudoselect-component ul.options li.selected {
  background: dodgerblue;
  color: white;
}
.pseudoselect-component ul.current-choice {
  width: 100%;
  display: inline-block;
  height: 37px;
  overflow: hidden;
}
.pseudoselect-component .handle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 30px;
  height: 40px;
  line-height: 40px;
  border-left: #d3d3d3 1px solid;
}
.pseudoselect-component#selectCountry {
  height: 37px;
  border: none;
  color: #1e1d28;
  width: 213px;
  background: white;
  margin-top: 1em;
  cursor: pointer;
  border-radius: 37px;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -o-border-radius: 37px;
  -ms-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;
  padding-left: 40px;
  background-size: 28px;
  text-align: left;
}
.pseudoselect-component#selectCountry ul li.fr {
  background-image: url('../img/fr.png');
}
.pseudoselect-component#selectCountry ul li.es {
  background-image: url('../img/es.png');
}
.pseudoselect-component#selectCountry ul li.br {
  background-image: url('../img/br.png');
}
.pseudoselect-component#selectCountry ul li.it {
  background-image: url('../img/it.png');
}
.pseudoselect-component#selectCountry ul li.de {
  background-image: url('../img/de.png');
}
.pseudoselect-component#selectCountry ul li.mx {
  background-image: url('../img/mx.png');
}
.pseudoselect-component#selectCountry ul li.ar {
  background-image: url('../img/ar.png');
}
.pseudoselect-component#selectCountry ul li.in {
  background-image: url('../img/in.png');
}
.pseudoselect-component#selectCountry ul li.jp {
  background-image: url('../img/jp.png');
}
.pseudoselect-component#selectCountry ul li.fr_ca {
  background-image: url('../img/fr_ca.png');
}
.pseudoselect-component#selectCountry ul li.en_ca {
  background-image: url('../img/en_ca.png');
}
.pseudoselect-component#selectCountry ul li.us {
  background-image: url('../img/us.png');
}
.pseudoselect-component#selectCountry ul li.ru {
  background-image: url('../img/ru.png');
}
.pseudoselect-component#selectCountry ul li.se {
  background-image: url('../img/se.png');
}
.pseudoselect-component#selectCountry ul li.th {
  background-image: url('../img/th.png');
}
.pseudoselect-component#selectCountry ul li.uk {
  background-image: url('../img/uk.png');
}
.pseudoselect-component#selectCountry ul li.pl {
  background-image: url('../img/pl.png');
}
.pseudoselect-component#selectCountry ul li.ph {
  background-image: url('../img/ph.png');
}
.pseudoselect-component#selectCountry ul li.be_nl {
  background-image: url('../img/be_nl.png');
}
.pseudoselect-component#selectCountry ul li.be_fr {
  background-image: url('../img/be_fr.png');
}
.pseudoselect-component#selectCountry ul li.ng {
  background-image: url('../img/ng.png');
}
.pseudoselect-component#selectCountry ul li.tr {
  background-image: url('../img/tr.png');
}
.pseudoselect-component#selectCountry ul li.ua {
  background-image: url('../img/ua.png');
}
.pseudoselect-component#selectCountry ul li.au {
  background-image: url('../img/au.png');
}
.pseudoselect-component#selectCountry ul li.cl {
  background-image: url('../img/cl.png');
}
.pseudoselect-component#selectCountry ul li.co {
  background-image: url('../img/co.png');
}
.pseudoselect-component#selectCountry ul li.nl {
  background-image: url('../img/nl.png');
}
.pseudoselect-component#selectCountry ul.options {
  top: 0;
  background-color: white;
  width: 200px;
}
.pseudoselect-component#selectCountry ul.options li:hover {
  background-color: #277bda;
  color: white;
}
.pseudoselect-component#selectCountry ul.options li.selected {
  background-color: #64b0b8;
  color: white;
}
.pseudoselect-component#selectCountry .handle {
  height: 37px;
  width: 44px;
  background: transparent;
  line-height: 15px;
  border: none;
  font-size: 0.5em;
}
.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 .fa {
  transform: rotate(180deg);
}
@media (min-width: 2001px) {
  #homepage .splash-screen {
    background-size: cover;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #homepage .slice {
    width: 95%;
  }
}
@media (min-width: 1025px) and (max-width: 1268px) {
  .footer .cols .gray-sep-left {
    padding-right: 2.5em;
  }
  .footer .cols .gray-sep-right {
    padding-left: 2.5em;
  }
}
@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;
  }
  .footer .cols .gray-sep-left {
    padding-right: 2em;
  }
  .footer .cols .gray-sep-right {
    padding-left: 2em;
  }
}
@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.presentation-guide #liste_categories_guides,
  body.liste-guides #ancres,
  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.splash-screen #homepage .splash-screen .slice.slice1 {
    height: auto;
  }
  body.splash-screen #homepage .splash-screen .slice.slice1 > img {
    max-width: 274px;
  }
  body.splash-screen #homepage .splash-screen .slice.slice1 #accroche h1 {
    font-size: 2.2em;
  }
  body.splash-screen #homepage .splash-screen .slice.slice1 #accroche h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  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 {
    margin-top: 10px;
  }
}
@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 .recherche {
    width: 196px;
  }
  .top-nav .place-content .recherche.contact {
    width: 173px;
  }
  .top-nav.shrink .place-content .recherche {
    width: 172px;
  }
  .top-nav.shrink .place-content .user .login {
    font-size: 14px;
  }
}
@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: 61px;
    background-color: #277bda;
  }
  .top-nav .place-content .logo.contact {
    margin-right: 0;
  }
  .top-nav .place-content .logo img {
    height: 61px;
  }
  .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-terms,
  .top-nav .place-content .recherche .search-form input.search-terms:focus {
    width: 80%;
  }
  .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 .recherche {
    width: 175px;
  }
  .top-nav .place-content .recherche.contact {
    width: 128px;
  }
  .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 .recherche {
    width: 136px;
  }
  .footer .cols .gray-sep-left {
    padding: 0 !important;
    width: 25%;
  }
  .footer .cols .col.gray-sep-left.gray-sep-right.country-select {
    border-right: none !important;
    padding-right: 0 !important;
    padding-left: 8% !important;
    width: 260px;
  }
  .footer .cols .col#block-reseaux {
    padding-left: 0 !important;
    float: none;
    margin: 0 auto;
    padding-top: 25px;
    border-top: #777777 1px solid;
    margin-top: 2em;
    width: 100%;
    text-align: center;
  }
  .footer .reseaux {
    display: inline-block;
    margin-top: 0.8em;
    text-align: left;
  }
  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_creation_document #controle .questions.suivante,
  #component_creation_document #champs_formulaire #formulaire_validation #controle .questions.retour_arriere,
  #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;
  }
  html body.home footer#footer div.overall-footer div.footer div.cols div.col.col20.sep-right {
    padding-right: 15px;
  }
}
@media all and (max-width: 899px) {
  .top-nav .place-content .recherche {
    width: 160px;
  }
  .top-nav .place-content .links ul.top-level > li > a {
    margin: 0 5px !important;
    padding: 0;
    font-size: 80%;
  }
  .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 .recherche {
    width: 155px;
  }
  .top-nav .place-content .recherche .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;
  }
  .top-nav.shrink .place-content .nav-right .recherche {
    width: 141px;
  }
  .top-nav.shrink .place-content .nav-right .recherche .search-terms {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  body * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    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.liste-guides h1 {
    font-size: 128%;
    padding: 20px 0 !important;
    text-align: center;
    width: 100%;
    float: none;
  }
  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 table#orderSummary tr td.prix,
  body.formulaire_commande_abo_seul table#orderSummary tr.small:last-child td.prix,
  body.formulaire_commande_abo_seul table#orderSummary tr td.prix,
  body.formulaire_commande table#orderSummary tr.small:last-child td.prix,
  body.formulaire_commande table#orderSummary tr td.prix,
  body.formulaire_commande_signature table#orderSummary tr.small:last-child td.prix,
  body.formulaire_commande_signature table#orderSummary tr td.prix,
  body.faq table#orderSummary tr.small:last-child 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,
  .page .col100-medium,
  .page .col70,
  .page .col75,
  .page .col50,
  .page .col30,
  .page .col32-5,
  .page .col22,
  .cols .col100-small,
  .cols .col100-medium,
  .cols .col70,
  .cols .col75,
  .cols .col50,
  .cols .col30,
  .cols .col32-5,
  .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 {
    width: 100%;
  }
  #homepage .splash-screen .slice2 .recherche .search-input {
    font-size: 130%;
    font-weight: 400;
    text-indent: 10px;
  }
  .top-nav,
  .top-nav.shrink {
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .top-nav .place-content,
  .top-nav.shrink .place-content {
    display: block;
    width: 90%;
  }
  .top-nav .place-content .logo,
  .top-nav.shrink .place-content .logo {
    margin-right: 0;
  }
  .top-nav .place-content .logo.contact,
  .top-nav.shrink .place-content .logo.contact {
    margin-right: 0;
  }
  .top-nav .place-content .logo img,
  .top-nav.shrink .place-content .logo img {
    height: 60px;
  }
  .top-nav .place-content .topLogo.desktop,
  .top-nav.shrink .place-content .topLogo.desktop {
    display: none;
  }
  .top-nav .place-content .topLogo.mobile,
  .top-nav.shrink .place-content .topLogo.mobile {
    display: block;
  }
  .top-nav .place-content .mobile-menu-link,
  .top-nav.shrink .place-content .mobile-menu-link {
    display: block;
    width: 27px;
    float: right;
    color: #277bda;
    cursor: pointer;
    font-size: 10px;
    height: 58px;
    line-height: normal;
    margin-left: 1em;
    text-align: center;
    user-select: none;
  }
  .top-nav .place-content .mobile-menu-link::before,
  .top-nav.shrink .place-content .mobile-menu-link::before {
    content: "\f0c9";
    display: block;
    padding-top: 7px;
    font: normal normal normal 32px/1 FontAwesome;
  }
  .top-nav .place-content .mobile-menu-link.menu-open::before,
  .top-nav.shrink .place-content .mobile-menu-link.menu-open::before {
    content: "\f00d";
    text-align: center;
  }
  .top-nav .place-content .links,
  .top-nav.shrink .place-content .links {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #343843;
    z-index: 9999;
    max-height: 0;
    transition: max-height .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.user,
  .top-nav.shrink .place-content .links ul.top-level>li.user {
    display: none !important;
  }
  .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: block;
    height: auto;
    background: #277bda;
    line-height: 1em;
    padding: 0 5% !important;
    margin: 0 !important;
    border: none !important;
    text-align: left;
    border-bottom: 1px solid #343843 !important;
    line-height: 52px !important;
  }
  .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: white;
    font-weight: 500;
  }
  .top-nav .place-content #mobile_menu_icon:checked ~ .links,
  .top-nav.shrink .place-content #mobile_menu_icon:checked ~ .links {
    max-height: 100%;
  }
  .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("https://ndisregistration.com/admin/config/admin.png") no-repeat scroll center 10px;
    fill:#277bda;
    background-size: 22px 25px;
    display: block;
    text-decoration: none;
    color: #277bda;
    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 .logout.juste_sur_mobile {
    display: block;
    text-align: center;
    color: white;
  }
  .footer .cols .col {
    height: auto;
  }
  .footer .cols .col ul li {
    text-align: center;
  }
  .footer .cols .col ul li a {
    display: inline-block;
    padding: 0.5em 0;
  }
  .footer .cols .col ul.gray-menu {
    border-top: #4a5060 1px solid;
    border-bottom: #4a5060 1px solid;
    padding: 2em 0;
  }
  .footer .cols .col.col-logout {
    display: block !important;
    padding-top: 0 !important;
  }
  .footer .cols .gray-sep-left {
    border-right: none;
    padding: none;
    padding-right: 0;
  }
  .footer .cols .gray-sep-right {
    padding: none;
    padding-right: 0;
  }
  .footer .cols #block-reseaux {
    padding: 2em 0 1em 0;
    text-align: center;
    border-top: #4a5060 1px solid;
    height: 100px !important;
    position: relative;
  }
  .footer .cols #block-reseaux .reseaux {
    display: inline-block;
    margin-top: 0.8em;
    text-align: left;
  }
  .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;
  }
  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: 70%;
  }
  body.home #homepage .splash-screen .slice2 #accroche {
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    margin-top: 80px;
  }
  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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    background: #FFF;
  }
  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%;
    border-bottom: #c7c8ca 1px solid;
    padding: 1em 0 4em 0;
    position: relative;
    bottom: 0;
    left: 0;
    background-image: none;
    background-color: #FFF;
  }
  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 {
    width: auto;
  }
  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 {
    width: 21%;
    margin: 5.44%;
  }
  body.splash-screen {
    background-size: cover;
    background-position: 55vw 18vh;
  }
  body.splash-screen #homepage .splash-screen .slice {
    width: 90%;
    margin: auto;
    float: none;
  }
  body.splash-screen #homepage .splash-screen .slice.slice1 {
    padding: 18px 0 0 0;
    text-align: center;
  }
  body.splash-screen #homepage .splash-screen .slice.slice1 img {
    width: 200px;
    height: auto;
    margin: auto;
  }
  body.splash-screen #homepage .splash-screen .slice.slice1 #accroche:before {
    margin: 20px auto;
    background: #277bda;
  }
  body.splash-screen #homepage .splash-screen .slice.slice1 #accroche h1 {
    font-size: 150%;
    text-align: center;
    margin: 0.5em auto;
  }
  body.splash-screen #homepage .splash-screen .slice.slice1 #accroche h2 {
    font-size: 130%;
    margin: 0.5em auto;
    line-height: 1.2em;
  }
  body.splash-screen #homepage .splash-screen .slice.slice2 {
    padding: 18px 0 0 0;
    height: auto;
  }
  body.splash-screen #homepage .splash-screen #list-countries-splash {
    position: relative;
    min-width: auto;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    margin: auto;
    padding: 0;
  }
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    margin-left: 0;
    font-size: 130%;
    height: 484px;
  }
  body.splash-screen #homepage .splash-screen #list-countries-splash ul li a,
  body.splash-screen #homepage .splash-screen #list-countries-splash ul li a:hover {
    height: 50px;
    line-height: 50px;
    background-position: 10px -112px !important;
  }
  body.splash-screen #homepage .splash-screen #list-countries-splash ul li.country-off {
    height: auto;
    line-height: 14px;
    background-position: 10px -160px;
    padding: 16px 13px 16px 50px;
  }
  body.splash-screen #drop_mobile_menu {
    display: none;
  }
  body.splash-screen .splash-screen {
    min-height: 100vh;
    background: none;
  }
  body.splash-screen .pseudo-select {
    width: 300px;
  }
  body.splash-screen .pseudo-select ul.options {
    background: white;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    width: 222px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
  }
  body.splash-screen .pseudo-select ul.options li {
    height: 68px;
    line-height: 66px;
    color: #343843;
    padding: 0 0.7em;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    transition: color .5s;
    -moz-transition: color .5s;
    -webkit-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
    border-bottom: #d3d3d3 1px solid;
    display: none;
    cursor: pointer;
    background: none;
    font-size: 157%;
  }
  body.splash-screen .pseudo-select ul.options li:hover {
    color: #277bda;
  }
  body.splash-screen .pseudo-select ul.options li.selected {
    display: block;
  }
  body.splash-screen .pseudo-select .submit-action {
    width: 68px;
    height: 68px;
    line-height: 66px;
    background-color: white;
    color: #277bda;
    font-size: 157%;
    text-transform: uppercase;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
  }
  body.splash-screen .pseudo-select .submit-action:hover {
    background-color: #277bda;
    color: white;
  }
  body.splash-screen .pseudo-select .selector {
    position: absolute;
    top: 18px;
    right: 95px;
    color: #ff6257;
    font-size: 200%;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 33px;
  }
  body.splash-screen .slice4 {
    display: none;
  }
  body.landing_signature .cols {
    width: 90%;
  }
  body.landing_signature .first-half {
    padding-bottom: 0;
  }
  body.landing_signature .first-half .cols {
    flex-direction: column;
  }
  body.landing_signature .first-half .col {
    width: 100%;
  }
  body.landing_signature .features {
    flex-direction: column;
  }
  body.landing_signature .features > div {
    width: 100%;
  }
  body.landing_signature .features > div .picto {
    margin-top: 48px;
  }
  .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: white;
    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;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -ms-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: #277bda;
    color: white;
  }
  .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: #cccccc 1px solid;
    width: auto !important;
  }
  #pricingTable .column.legend {
    display: none;
  }
  #pricingTable .column.regular {
    border-left: #cccccc 1px solid;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-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;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
  }
  .list-tree-structure .niveau h2 {
    background-image: url('../img/ouvert_mobile.png');
    background-position: left 2px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    padding: 12px 10px 12px 34px;
    background-color: #277bda;
    color: white;
    font-size: 120%;
  }
  .list-tree-structure .niveau h2.ouvert {
    background-position: left -32px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    background-image: url('../img/ferme_mobile.png');
  }
  .list-tree-structure .niveau h3 {
    background-image: url('../img/ouvert_mobile.png');
  }
  .list-tree-structure .niveau h3.ouvert {
    background-image: url('../img/ferme_mobile.png');
  }
  .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;
    -webkit-box-sizing: border-box;
    float: none;
  }
  body.presentation-modele #breadcrumb {
    width: 100% !important;
  }
  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 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 .conditional-scroll {
    border: none !important;
  }
  .account-pages .toggle-mobile-table-container {
    display: block;
  }
  .account-pages .toggle-mobile-table-container .toggle-mobile-table {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }
  .account-pages .toggle-mobile-table-container .toggle-mobile-table .fa {
    margin-left: 0.8em;
  }
  .account-pages .toggle-mobile-table-container .toggle-mobile-table .up {
    display: none;
  }
  .account-pages .standard-table {
    border: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .account-pages .standard-table thead {
    display: none;
  }
  .account-pages .standard-table tbody {
    display: block;
    border-bottom: 0;
    border-right: 0;
  }
  .account-pages .standard-table tbody tr:after {
    clear: both;
    display: block;
    content: '';
  }
  .account-pages .standard-table tbody tr.hide-on-mobile {
    display: none;
  }
  .account-pages .standard-table tbody tr {
    border-left: #e0e0e0 1px solid;
    border-right: #e0e0e0 1px solid;
    margin-bottom: 1.5em;
    display: block;
  }
  .account-pages .standard-table tbody tr td {
    display: block;
    width: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-left: none;
    border-right: none;
    height: auto;
    line-height: 1.3em;
    padding: 0.8em;
  }
  .account-pages .standard-table tbody tr td.date {
    width: auto !important;
    color: #777777;
  }
  .account-pages .standard-table tbody tr td.date:empty {
    display: none;
  }
  .account-pages .standard-table tbody tr td.modifier,
  .account-pages .standard-table tbody tr td.panier,
  .account-pages .standard-table tbody tr td.delete {
    width: 33% !important;
    float: left;
    padding: 0.2em 0;
    text-align: center;
    border: none;
  }
  .account-pages .standard-table tbody tr td.modifier,
  .account-pages .standard-table tbody tr td.panier,
  .account-pages .standard-table tbody tr td.statut_doc {
    border-top: 0px;
  }
  .account-pages .standard-table tbody tr td.modifier a,
  .account-pages .standard-table tbody tr td.panier a,
  .account-pages .standard-table tbody tr td.statut_doc a {
    background: #277bda;
    color: white;
    border: none;
    display: inline-block;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -o-border-radius: 42px;
    -ms-border-radius: 42px;
    width: 90%;
    padding: 0.8em 0;
    text-align: center;
    cursor: pointer;
  }
  .account-pages .standard-table tbody tr td.titre {
    max-width: 100% !important;
  }
  .account-pages .standard-table tbody tr td.statut_doc,
  .account-pages .standard-table tbody tr td.statut_signature,
  .account-pages .standard-table tbody tr td.action_signature {
    display: flex;
    justify-content: center;
  }
  .account-pages .standard-table tbody tr td.statut_doc.en_cours a {
    background-color: #ff6257;
  }
  .account-pages .standard-table tbody tr td.action_signature a:hover {
    padding-bottom: initial;
  }
  .account-pages .standard-table tbody tr td.doc_tab {
    width: 49.5% !important;
    float: left;
    padding: 0.2em 0;
    text-align: center;
    border: none;
  }
  .account-pages .standard-table tbody tr td.doc_tab a {
    background: #277bda;
    color: white;
    border: none;
    display: inline-block;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -o-border-radius: 42px;
    -ms-border-radius: 42px;
    width: 90%;
    padding: 0.8em 0;
    cursor: pointer;
    font-weight: 500;
  }
  .account-pages .standard-table tbody tr td.titre {
    font-weight: 500;
    font-size: 114%;
  }
  .account-pages .standard-table tbody tr td.delete input,
  .account-pages .standard-table tbody tr td.delete input:hover {
    -webkit-appearance: none !important;
    background: #aaaaaa;
    color: white;
    border: none;
    display: inline-block;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -o-border-radius: 42px;
    -ms-border-radius: 42px;
    width: 90%;
    padding: 0.82em 0;
    cursor: pointer;
  }
  .account-pages .standard-table tbody tr:first-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
  }
  .account-pages .standard-table tbody tr:after {
    clear: both;
    display: block;
    content: '';
  }
  .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% !important;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .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 .inner:before {
    content: "# ";
  }
  .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 table.standard-table.billing-history tbody tr td.dl_link a {
    background: #277bda;
    color: white;
    border: none;
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    width: 99%;
    padding: 0.8em 0;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
  }
  .account-pages .col75 h2 .btn {
    display: inline-block;
    float: none;
    margin: 0.7em 0 0 0;
  }
  .account-pages .standard-form .item {
    width: 100%;
    margin: 0 0 0.4em 0;
  }
  .account-pages .standard-form .item label {
    width: auto;
    padding: 0 0 0em 0;
    height: auto;
    line-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: 99%;
  }
  .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 input[type="text"],
  .account-pages .standard-form .item.xl-centered input[type="password"],
  .account-pages .standard-form .item.xl-centered input[type="email"],
  .account-pages .standard-form .item.xl-centered .champ_radio_formulaire_principal {
    width: 99%;
  }
  .account-pages .standard-form .item.xl-centered .pseudo-radio-field label {
    height: 46px;
    line-height: 44px;
  }
  .account-pages .standard-form.liste-ventes-partenariats .btn.call2action {
    margin-top: 1.5em;
  }
  .account-pages .standard-form.readonly-form {
    margin-bottom: 2em;
  }
  .account-pages .standard-form.readonly-form .item {
    border-bottom: 1px solid #aaaaaa;
  }
  .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;
  }
  .compte_aide_avocat .account-pages .standard-form .item label {
    height: auto;
    line-height: 1.5em;
    padding-bottom: 0.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: #277bda;
    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 #777777;
    -moz-box-shadow: 0 0 3px #777777;
    -webkit-box-shadow: 0 0 3px #777777;
    -o-box-shadow: 0 0 3px #777777;
    -ms-box-shadow: 0 0 3px #777777;
  }
  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: #277bda;
  }
  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 {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    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: white;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -ms-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.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_creation_document,
  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.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation .question,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_creation_document .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.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation .question .allumage,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_creation_document .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.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation .question .allumage::after,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_creation_document .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.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation #controle #enregistrer .comment_modifier,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_creation_document #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.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation #controle #confirmation_sauvegarde,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_creation_document #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.creation_de_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.suivante,
  body.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation #controle .questions.retour_arriere,
  body.validation_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.retour_arriere,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_validation #controle .questions.suivante,
  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.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation #controle .questions.sauvegarder,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_creation_document #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.creation_de_document #component_creation_document #champs_formulaire #formulaire_validation #controle.bottom,
  body.validation_document #component_creation_document #champs_formulaire #formulaire_creation_document #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;
    -webkit-box-sizing: border-box;
    z-index: 10000;
  }
  body.creation_de_document .bulle.limite,
  body.validation_document .bulle.limite {
    background: #fcc831 url('../img/arrow_up.png') no-repeat scroll 20px 21px;
  }
  body.formulaire_commande_abo_seul h1,
  body.formulaire_commande_abo h1,
  body.formulaire_commande_signature h1,
  body.formulaire_commande h1 {
    text-align: center;
  }
  footer#footer div.overall-footer div.footer div.cols div.col.col20.sep-right {
    padding-right: 0 !important;
  }
  #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.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;
    -moz-box-shadow: 0 0 10px #343843;
    -webkit-box-shadow: 0 0 10px #343843;
    -o-box-shadow: 0 0 10px #343843;
    -ms-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;
  }
  body.liste-guides #liste_categories_guides {
    display: none;
  }
  body.presentation-guide .stickers {
    flex-direction: column !important;
  }
  body.presentation-guide .stickers .sticker {
    width: 100% !important;
    margin-bottom: 1em;
    text-align: left !important;
    padding: 1em 0em 0em 0em !important;
  }
  body.presentation-guide .stickers .sticker img {
    width: auto !important;
    height: 13px !important;
  }
  body.presentation-guide .stickers .sticker .text {
    width: 100%;
  }
  body.presentation-guide .guide-boxed-paragraph {
    margin: 1.5em 0em !important;
  }
  body.presentation-guide .content-document table {
    display: block;
    overflow-x: auto;
    height: auto !important;
    border: none;
  }
}
@media all and (max-width: 767px) and (max-height: 848px) {
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    height: 586px;
  }
}
@media all and (max-width: 767px) and (max-height: 797px) {
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    height: 535px;
  }
}
@media all and (max-width: 767px) and (max-height: 746px) {
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    height: 484px;
  }
}
@media all and (max-width: 767px) and (max-height: 695px) {
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    height: 433px;
  }
}
@media all and (max-width: 767px) and (max-height: 644px) {
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    height: 382px;
  }
}
@media all and (max-width: 767px) and (max-height: 593px) {
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    height: 331px;
  }
}
@media all and (max-width: 767px) and (max-height: 542px) {
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    height: 280px;
  }
}
@media all and (max-width: 767px) and (max-height: 491px) {
  body.splash-screen #homepage .splash-screen #list-countries-splash ul {
    height: 229px;
  }
}
@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) {
  #breadcrumb {
    width: 100%;
  }
  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: #aaaaaa;
  border: none;
  margin-right: 5px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color .2s;
  -moz-transition: background-color .2s;
  -webkit-transition: background-color .2s;
  -ms-transition: background-color .2s;
  -o-transition: background-color .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;
}
.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 61px -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;
  -webkit-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;
  -webkit-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: #aaaaaa;
  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;
  -webkit-border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  -o-border-radius: 35px 35px 35px 35px;
  -ms-border-radius: 35px 35px 35px 35px;
  padding: 0.6em 0.8em 0.6em 0.8em;
  font-size: 105%;
  color: #FFF;
  background-color: #277bda;
  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;
}
body.landing_signature {
  background-color: #FFF;
}
body.landing_signature #emplacement_reserve_message {
  padding-top: 2.5em;
  display: block;
}
body.landing_signature #emplacement_reserve_message #message {
  margin-bottom: 0;
}
body.landing_signature .page {
  max-width: 100%;
  width: 100%;
}
.landing-signature .first-half {
  background: #f3f4f4;
  padding-bottom: 3.5em;
}
.landing-signature .first-half h1 {
  text-align: left;
  font-size: 285%;
  color: #343843;
  padding: 0;
}
.landing-signature .first-half h2 {
  margin-top: 0.2em;
  margin-bottom: 1.5em;
}
.landing-signature .first-half ul {
  margin: 0;
}
.landing-signature .first-half ul li {
  font-size: 142%;
  font-weight: 300;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.landing-signature .first-half ul li span {
  width: 30px;
  margin-right: 16px;
  text-align: center;
}
.landing-signature .first-half .cols {
  display: flex;
  padding-top: 3.7em;
}
.landing-signature .first-half .cols .col {
  box-sizing: border-box;
  position: relative;
}
.landing-signature .first-half .cols .col:first-child {
  padding-right: 10px;
  width: 45%;
}
.landing-signature .first-half .cols .col:last-child {
  width: 55%;
  text-align: center;
  padding-bottom: 80px;
}
.landing-signature .first-half .cols .col:last-child > a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .landing-signature .first-half .cols {
    padding-top: 0;
  }
}
.landing-signature #drop-area {
  background: #FFF;
  border: 1px dashed #15acd7;
  box-shadow: 0 0 0 10px #fafbfb;
  border-radius: 4px;
  width: calc( 100% - 20px );
  margin: 10px 10px 29px 10px;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
}
.landing-signature #drop-area p {
  text-align: center;
}
.landing-signature #drop-area.highlight {
  background: radial-gradient(#FFF 0%,#f3f4f4 50%);
  border-color: #343843;
}
.landing-signature .my-form {
  margin-bottom: 18px;
  background-image: url("../img/pdf_2.png");
  background-position: center 43px;
  background-repeat: no-repeat;
  padding: 190px 0 0 0;
  box-sizing: border-box;
  position: relative;
}
.landing-signature .my-form #div_de_chargement_du_fichier_pdf {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
}
.landing-signature .my-form #div_de_chargement_du_fichier_pdf .btn {
  margin-bottom: 28px;
  text-transform: initial;
  font-weight: 300;
}
.landing-signature .my-form progress {
  position: absolute;
  top: 155px;
}
.landing-signature #fileElem {
  display: none;
}
.landing-signature .features {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.landing-signature .features > div {
  width: 30%;
  text-align: center;
}
.landing-signature .features > div .picto {
  width: 96px;
  height: 96px;
  background: #fcc831;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 96px;
  margin-top: -48px;
}
.landing-signature .features > div h2 {
  font-weight: bold;
  font-size: 174%;
  margin: 1em 0 0.7em 0;
}
.landing-signature .features > div p {
  font-size: 142%;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
.landing-signature .faq {
  margin-top: 4em;
}
.landing-signature .faq .inner-padding {
  padding: 1.5em 3em;
}
body.signature,
body.signature_externe {
  overflow-x: hidden;
}
body.signature #reinitialiser,
body.signature_externe #reinitialiser {
  position: fixed;
  top: 70px;
  left: 10px;
}
body.signature h1,
body.signature_externe h1 {
  padding-left: calc( 346px + 1em );
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body.signature .top-nav,
  body.signature_externe .top-nav {
    position: fixed;
  }
  body.signature h1,
  body.signature_externe h1 {
    display: none;
  }
}
body.signature #footer,
body.signature_externe #footer {
  display: none;
}
body.signature .btn i,
body.signature_externe .btn i {
  margin-right: 0.4em;
  margin-left: 0;
}
body.signature .btn,
body.signature_externe .btn {
  padding-left: 22px !important;
  padding-right: 22px !important;
}
body.signature #menu_de_gauche,
body.signature_externe #menu_de_gauche {
  float: left;
  width: 351px;
  position: relative;
  background: #f3f4f4;
  box-sizing: border-box;
  text-align: center;
  padding: 1.5em 0;
  margin: 0 0 1.5em 0;
}
body.signature #menu_de_gauche .tooltiptext_first,
body.signature_externe #menu_de_gauche .tooltiptext_first {
  top: 24px;
  left: calc( 100% - 1em );
  z-index: 2;
}
body.signature #menu_de_gauche #tooltiptext_nb_signataires_max_atteint,
body.signature_externe #menu_de_gauche #tooltiptext_nb_signataires_max_atteint {
  top: auto;
  left: calc(99%);
  z-index: 2;
}
body.signature #menu_de_gauche .interaction_signature,
body.signature_externe #menu_de_gauche .interaction_signature {
  background: #FFF;
  border-radius: 7px;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
  border-left: 7px solid #15acd7;
  height: 63px;
  margin: 0.5em 1.5em;
  text-align: left;
}
body.signature #menu_de_gauche .interaction_signature #creez_votre_signature,
body.signature #menu_de_gauche .interaction_signature #signer_le_document,
body.signature_externe #menu_de_gauche .interaction_signature #creez_votre_signature,
body.signature_externe #menu_de_gauche .interaction_signature #signer_le_document {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
body.signature #menu_de_gauche .interaction_signature #creez_votre_signature i,
body.signature #menu_de_gauche .interaction_signature #signer_le_document i,
body.signature_externe #menu_de_gauche .interaction_signature #creez_votre_signature i,
body.signature_externe #menu_de_gauche .interaction_signature #signer_le_document i {
  color: #15acd7;
  font-size: 2em;
  margin: 10px;
}
body.signature #menu_de_gauche .consigne_signature,
body.signature_externe #menu_de_gauche .consigne_signature {
  margin: 0 1.5em 0 42px;
  font-size: 90%;
  text-align: left;
}
body.signature #menu_de_gauche .action_signature,
body.signature_externe #menu_de_gauche .action_signature {
  display: flex;
  margin: 0.5em 37px;
  text-align: left;
}
body.signature #menu_de_gauche .action_signature i,
body.signature_externe #menu_de_gauche .action_signature i {
  min-width: 24px;
  color: #15acd7;
}
body.signature #menu_de_gauche h2,
body.signature_externe #menu_de_gauche h2 {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 150%;
  z-index: 1;
}
body.signature #menu_de_gauche h2:before,
body.signature_externe #menu_de_gauche h2:before {
  content: "";
  height: 2px;
  width: 100%;
  max-width: 45px;
  background: #fcc831;
  top: 50%;
  left: 0;
  z-index: -1;
  margin-right: 15px;
}
body.signature #menu_de_gauche h2:after,
body.signature_externe #menu_de_gauche h2:after {
  content: "";
  height: 2px;
  width: 100%;
  max-width: 45px;
  background: #fcc831;
  top: 50%;
  right: 0;
  z-index: -1;
  margin-left: 15px;
}
body.signature #menu_de_gauche .sep,
body.signature_externe #menu_de_gauche .sep {
  height: 2px;
  width: 100%;
  background: #fcc831;
  margin: 1.5em 0;
}
body.signature #menu_de_gauche #ajouter_un_signataire,
body.signature_externe #menu_de_gauche #ajouter_un_signataire {
  background: #e8e7e7;
  border-radius: 7px;
  border-left: 7px solid transparent;
  height: 56px;
  display: flex;
  align-items: center;
  color: #b1b1b1;
  margin: 1.5em;
}
body.signature #menu_de_gauche #ajouter_un_signataire i,
body.signature_externe #menu_de_gauche #ajouter_un_signataire i {
  font-size: 1.75em;
  margin: 10px;
}
body.signature #menu_de_gauche #ajouter_un_signataire.actif,
body.signature_externe #menu_de_gauche #ajouter_un_signataire.actif {
  cursor: pointer;
  background: #FFF;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
  border-left: 7px solid #15acd7;
  color: #343843;
}
body.signature #menu_de_gauche #ajouter_un_signataire.actif i,
body.signature_externe #menu_de_gauche #ajouter_un_signataire.actif i {
  color: #15acd7;
}
body.signature #menu_de_gauche #les_autres_signataires .signature_active i,
body.signature_externe #menu_de_gauche #les_autres_signataires .signature_active i {
  display: none;
}
body.signature #menu_de_gauche .btn,
body.signature_externe #menu_de_gauche .btn {
  margin: 0.5em auto;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  body.signature #menu_de_gauche,
  body.signature_externe #menu_de_gauche {
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5em 0;
  }
  body.signature #menu_de_gauche h2,
  body.signature #menu_de_gauche .consigne_signature,
  body.signature #menu_de_gauche .action_signature,
  body.signature #menu_de_gauche #les_autres_signataires,
  body.signature #menu_de_gauche #ajouter_un_signataire,
  body.signature_externe #menu_de_gauche h2,
  body.signature_externe #menu_de_gauche .consigne_signature,
  body.signature_externe #menu_de_gauche .action_signature,
  body.signature_externe #menu_de_gauche #les_autres_signataires,
  body.signature_externe #menu_de_gauche #ajouter_un_signataire {
    display: none !important;
  }
  body.signature #menu_de_gauche .interaction_signature,
  body.signature_externe #menu_de_gauche .interaction_signature {
    visibility: hidden;
    position: absolute;
  }
  body.signature #menu_de_gauche .btn,
  body.signature_externe #menu_de_gauche .btn {
    display: inline-block;
    margin: 0.5em 2.5em;
    font-size: 0.9em;
  }
}
body.signature #document_a_signer,
body.signature_externe #document_a_signer {
  float: right;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: calc( 100% - 351px );
  max-height: calc( 100vh - 61px );
  position: relative;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
  touch-action: manipulation;
}
body.signature #document_a_signer.grab_actif,
body.signature_externe #document_a_signer.grab_actif {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.signature #document_a_signer,
  body.signature_externe #document_a_signer {
    padding: 20px;
    max-width: 100%;
    top: 61px;
  }
}
body.signature .page_a_signer,
body.signature_externe .page_a_signer {
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #FFF;
  box-sizing: border-box;
  margin-bottom: 3em;
  max-width: 100% !important;
  height: auto !important;
}
@media (hover: none) and (pointer: coarse) and (max-width: 767px) {
  body.signature .page_a_signer,
  body.signature_externe .page_a_signer {
    margin-bottom: 1.5em;
  }
}
body.signature .page_a_signer.derniere_page,
body.signature_externe .page_a_signer.derniere_page {
  margin-bottom: 20px;
}
body.signature .page_a_signer > img,
body.signature_externe .page_a_signer > img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.signature [contenteditable]:not(:focus)::selection,
body.signature_externe [contenteditable]:not(:focus)::selection {
  background-color: #ffffff;
}
body.signature .ui-draggable-handle,
body.signature_externe .ui-draggable-handle {
  position: absolute;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
body.signature .interaction_signature svg,
body.signature_externe .interaction_signature svg {
  display: block;
  float: left;
}
body.signature .clone:not(.texte):not(.signataire_principal),
body.signature_externe .clone:not(.texte):not(.signataire_principal) {
  background: rgba(218,242,249,0.5);
}
body.signature .clone:not(.texte):not(.signataire_principal):not(.actif),
body.signature_externe .clone:not(.texte):not(.signataire_principal):not(.actif) {
  outline: 2px solid #15acd7;
}
body.signature .clone.actif,
body.signature_externe .clone.actif {
  outline: 2px solid #15acd7;
}
body.signature .clone.actif:not(.texte),
body.signature_externe .clone.actif:not(.texte) {
  cursor: grab;
  outline: 2px solid #15acd7;
}
body.signature .clone.actif .seg,
body.signature_externe .clone.actif .seg {
  display: block;
}
body.signature .clone.actif .suppression_signature,
body.signature_externe .clone.actif .suppression_signature {
  display: block;
}
body.signature .clone:not(.actif),
body.signature_externe .clone:not(.actif) {
  outline: none;
}
body.signature .clone:not(.actif):not(.texte),
body.signature_externe .clone:not(.actif):not(.texte) {
  cursor: pointer;
}
body.signature .clone.texte:not(.actif),
body.signature_externe .clone.texte:not(.actif) {
  cursor: text;
}
body.signature .clone:not(.actif) .seg,
body.signature_externe .clone:not(.actif) .seg {
  display: none;
}
body.signature .clone:not(.actif) .suppression_signature,
body.signature_externe .clone:not(.actif) .suppression_signature {
  display: none;
}
body.signature .emplacement_signature i,
body.signature_externe .emplacement_signature i {
  margin: 0 5px;
}
body.signature .signature_active,
body.signature_externe .signature_active {
  background: url("../img/grip-vertical-solid.svg") no-repeat;
  background-size: 12px;
  background-position: 10px center;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-left: -1px;
}
body.signature .interaction_signature .drag,
body.signature_externe .interaction_signature .drag {
  left: 50%;
  transform: translateX(-50%);
}
body.signature .interaction_signature .drag:hover,
body.signature_externe .interaction_signature .drag:hover {
  outline: 1px solid #000000;
}
body.signature .seg,
body.signature_externe .seg {
  width: 15px;
  height: 15px;
  background-color: #FFF;
  background-image: url(../img/resize.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #343843;
  border-radius: 50%;
  bottom: -10px;
  right: -10px;
}
body.signature .nwg,
body.signature_externe .nwg {
  width: 15px;
  height: 15px;
  background-color: #FFF;
  border: 1px solid #343843;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  font-size: 90%;
  color: black;
  cursor: grab;
}
body.signature .nwg i,
body.signature_externe .nwg i {
  margin: 2px 1px;
}
body.signature .page_a_signer.page_a_signer_allumee,
body.signature_externe .page_a_signer.page_a_signer_allumee {
  box-shadow: 0 0 20px #15acd7;
  border: 1px solid #15acd7;
  z-index: -1;
}
body.signature .texte_plus,
body.signature .texte_moins,
body.signature_externe .texte_plus,
body.signature_externe .texte_moins {
  width: 20px;
  height: 20px;
  background-color: #c6c6c6;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: block;
  position: absolute;
}
body.signature .texte_plus.actif,
body.signature .texte_moins.actif,
body.signature_externe .texte_plus.actif,
body.signature_externe .texte_moins.actif {
  background-color: #15acd7;
}
body.signature .texte_plus,
body.signature_externe .texte_plus {
  top: -20px;
  left: calc(50% - 20px);
  border-top-left-radius: 2px;
  background-image: url(../img/a-up.png);
}
body.signature .texte_moins,
body.signature_externe .texte_moins {
  top: -20px;
  left: calc(50%);
  border-top-right-radius: 2px;
  background-image: url(../img/a-down.png);
}
body.signature .suppression_signature,
body.signature_externe .suppression_signature {
  color: #fd635c;
  transform: translate(10px,-10px);
  background: #FFF;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  font-size: 1.2em;
}
body.signature .context-menu,
body.signature_externe .context-menu {
  position: absolute;
  display: none;
  width: 230px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  border: solid 1px #cbcbcb;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  body.signature .context-menu,
  body.signature_externe .context-menu {
    width: 160px;
  }
}
body.signature .context-menu > div,
body.signature_externe .context-menu > div {
  display: flex;
  padding: 8px 8px 8px 0;
  background: #fff;
  box-shadow: 0 -1px 0px 0px #cbcbcb;
  font-size: 11pt;
  cursor: pointer;
}
body.signature .context-menu > div i,
body.signature_externe .context-menu > div i {
  min-width: 35px;
  text-align: center;
  color: #15acd7;
}
body.signature .context-menu > div:not(.tooltip_actif):hover,
body.signature_externe .context-menu > div:not(.tooltip_actif):hover {
  background: #15acd7;
  color: #FFF;
}
body.signature .context-menu > div:not(.tooltip_actif):hover i,
body.signature_externe .context-menu > div:not(.tooltip_actif):hover i {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  body.signature .context-menu > div,
  body.signature_externe .context-menu > div {
    font-size: 0.9em;
  }
  body.signature .context-menu > div i,
  body.signature_externe .context-menu > div i {
    min-width: 28px;
  }
}
body.signature .context-menu > .tooltip_first_container.tooltip_actif,
body.signature_externe .context-menu > .tooltip_first_container.tooltip_actif {
  cursor: help;
}
body.signature .context-menu > div:hover,
body.signature_externe .context-menu > div:hover {
  background: #fff;
}
body.signature .context-menu.show,
body.signature_externe .context-menu.show {
  display: block;
}
body.signature .context-menu .tooltiptext_first,
body.signature_externe .context-menu .tooltiptext_first {
  left: calc( 100% + 7px );
}
@media screen and (max-width: 767px) {
  body.signature .context-menu .tooltiptext_first,
  body.signature_externe .context-menu .tooltiptext_first {
    left: 0;
    transform: translateY(-110%);
  }
  body.signature .context-menu .tooltiptext_first:after,
  body.signature_externe .context-menu .tooltiptext_first:after {
    display: none;
  }
}
body.signature .bouton_fermer_popup,
body.signature_externe .bouton_fermer_popup {
  cursor: pointer;
  display: block;
  color: #343843;
  padding: 10px 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
body.signature .overlay,
body.signature_externe .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(128,128,128,0.5);
  display: none;
  z-index: 999;
}
body.signature .popup,
body.signature_externe .popup {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%,-50%);
  width: 90vw;
  max-width: 592px;
  background-color: white;
  padding: 25px 15px;
  box-shadow: 0 15px 35px rgba(61,61,61,0.13);
  border-radius: 6px;
}
body.signature .popup .standard-form .item label,
body.signature_externe .popup .standard-form .item label {
  height: auto;
  line-height: inherit;
}
body.signature .popup .standard-form .item input,
body.signature_externe .popup .standard-form .item input {
  margin-bottom: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.signature .popup.autre_signataire .standard-form,
body.signature_externe .popup.autre_signataire .standard-form {
  display: flex;
  justify-content: space-around;
}
body.signature .popup.autre_signataire .standard-form .item,
body.signature_externe .popup.autre_signataire .standard-form .item {
  margin-left: 1em;
  margin-bottom: 0;
  max-width: 280px;
  flex: 1;
}
body.signature .popup.autre_signataire .standard-form .item:first-child,
body.signature_externe .popup.autre_signataire .standard-form .item:first-child {
  margin-left: 0;
}
body.signature .popup.autre_signataire .standard-form .item input,
body.signature .popup.autre_signataire .standard-form .item label,
body.signature_externe .popup.autre_signataire .standard-form .item input,
body.signature_externe .popup.autre_signataire .standard-form .item label {
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.signature .popup.autre_signataire .standard-form,
  body.signature_externe .popup.autre_signataire .standard-form {
    flex-direction: column;
    flex-wrap: wrap;
  }
  body.signature .popup.autre_signataire .standard-form .item,
  body.signature_externe .popup.autre_signataire .standard-form .item {
    max-width: 100%;
    margin-left: 0;
    padding: 0 0 0.7em 0 !important;
  }
}
@media screen and (max-width: 767px) {
  body.signature .popup .btn-group,
  body.signature_externe .popup .btn-group {
    flex-wrap: wrap;
  }
}
body.signature .popup .message_erreur_formulaire,
body.signature_externe .popup .message_erreur_formulaire {
  margin: 0;
  padding: 0 0.5em;
  border-radius: 0;
}
body.signature .popup .item .message_erreur_formulaire,
body.signature_externe .popup .item .message_erreur_formulaire {
  transform: translateY(-10px);
}
body.signature .popup #astuce_dessin_signature,
body.signature_externe .popup #astuce_dessin_signature {
  font-weight: 500;
  font-size: 105%;
  line-height: inherit;
}
body.signature .popup canvas,
body.signature_externe .popup canvas {
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
body.signature .popup .btn-group,
body.signature_externe .popup .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0 0;
}
body.signature .popup .btn-group .btn,
body.signature_externe .popup .btn-group .btn {
  margin: 5px !important;
  font-size: 1em;
  min-width: 130px;
}
body.signature .bouton_effacer,
body.signature .bouton_annuler_popup,
body.signature_externe .bouton_effacer,
body.signature_externe .bouton_annuler_popup {
  border-bottom: 1px solid #343843;
  cursor: pointer;
}
body.signature .bouton_effacer,
body.signature_externe .bouton_effacer {
  float: right;
  font-weight: 400;
  font-size: 0.9em;
}
body.signature #bouton_validation_signature,
body.signature #bouton_de_soumission_general,
body.signature_externe #bouton_validation_signature,
body.signature_externe #bouton_de_soumission_general {
  cursor: auto;
  margin: auto;
  display: block;
}
body.signature .halo_erreur,
body.signature_externe .halo_erreur {
  box-shadow: 0 0 10px #ff6257, 0 0 0 1px #ff6257 inset;
  border-color: #ff6257 !important;
}
body.signature p.message_erreur_formulaire,
body.signature #message_erreur_a_la_soumission,
body.signature_externe p.message_erreur_formulaire,
body.signature_externe #message_erreur_a_la_soumission {
  display: inline-block;
  margin: 0;
  background: #fd635c;
  color: #FFF;
  padding: 0.5em 1em;
  font-weight: 600;
  border-radius: 3px;
  margin: 0 1.5em 1.5em 1.5em;
}
body.signature p.message_erreur_formulaire ul,
body.signature #message_erreur_a_la_soumission ul,
body.signature_externe p.message_erreur_formulaire ul,
body.signature_externe #message_erreur_a_la_soumission ul {
  margin-left: 1em;
}
body.signature p.message_erreur_formulaire ul li,
body.signature #message_erreur_a_la_soumission ul li,
body.signature_externe p.message_erreur_formulaire ul li,
body.signature_externe #message_erreur_a_la_soumission ul li {
  padding-top: 0;
  background: transparent url("../img/puce_blanc.png") no-repeat scroll 0 8px;
}
body.signature .clone .tooltiptext,
body.signature_externe .clone .tooltiptext {
  display: none;
  width: 161px;
  background-color: #fcc831;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
  border-radius: 6px;
  padding: 1em;
  margin-top: 9px;
  position: absolute;
  z-index: 1;
}
body.signature .clone .tooltiptext:after,
body.signature_externe .clone .tooltiptext:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fcc831;
  border-width: 7px;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  body.signature .clone .tooltiptext,
  body.signature_externe .clone .tooltiptext {
    font-size: 0.8em;
  }
  body.signature .clone .tooltiptext:after,
  body.signature_externe .clone .tooltiptext:after {
    display: none;
  }
}
body.signature .tooltip_first_container.tooltip_actif,
body.signature_externe .tooltip_first_container.tooltip_actif {
  cursor: help;
  color: #b1b1b1;
}
body.signature .tooltip_first_container.tooltip_actif i,
body.signature_externe .tooltip_first_container.tooltip_actif i {
  color: #b1b1b1;
}
body.signature .tooltip_first_container.tooltip_actif .tooltiptext_first,
body.signature #tooltiptext_nb_signataires_max_atteint,
body.signature_externe .tooltip_first_container.tooltip_actif .tooltiptext_first,
body.signature_externe #tooltiptext_nb_signataires_max_atteint {
  visibility: hidden;
  width: 266px;
  background-color: #fcc831;
  color: #000;
  box-shadow: 0px 3px 5px rgba(0,0,0,0.05);
  padding: 1em;
  border-radius: 6px;
  box-sizing: border-box;
  top: 0;
  position: absolute;
  z-index: 1;
}
body.signature .tooltip_first_container.tooltip_actif .tooltiptext_first:after,
body.signature #tooltiptext_nb_signataires_max_atteint:after,
body.signature_externe .tooltip_first_container.tooltip_actif .tooltiptext_first:after,
body.signature_externe #tooltiptext_nb_signataires_max_atteint:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fcc831;
  border-width: 7px;
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  body.signature .tooltip_first_container.tooltip_actif .tooltiptext_first:after,
  body.signature #tooltiptext_nb_signataires_max_atteint:after,
  body.signature_externe .tooltip_first_container.tooltip_actif .tooltiptext_first:after,
  body.signature_externe #tooltiptext_nb_signataires_max_atteint:after {
    display: none;
  }
}
body.signature .tooltip_first_container.tooltip_actif:hover .tooltiptext_first,
body.signature_externe .tooltip_first_container.tooltip_actif:hover .tooltiptext_first {
  visibility: visible;
}
body.signature .tooltip_first_container:hover #tooltiptext_nb_signataires_max_atteint,
body.signature_externe .tooltip_first_container:hover #tooltiptext_nb_signataires_max_atteint {
  visibility: visible;
}
body.signature .tooltiptext_first.tooltip_inactif,
body.signature_externe .tooltiptext_first.tooltip_inactif {
  visibility: hidden;
  display: none;
}
body.signature .derniere_page .tooltiptext,
body.signature_externe .derniere_page .tooltiptext {
  transform: translateY(-100%);
  top: -20px;
}
body.signature .derniere_page .tooltiptext:after,
body.signature_externe .derniere_page .tooltiptext:after {
  border-top-color: #fcc831;
  border-bottom-color: transparent;
  bottom: -14px;
}
body.signature .clone:not(.texte):not(.signataire_principal):not(.actif) {
  outline: 1px solid lightgrey;
}
body.signature .drag:not(.ui-draggable-dragging):not(.texte) {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
body.signature .drag_interdit {
  background: #ff6257 !important;
}
body.signature_externe #document_a_signer {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  body.signature_externe #document_a_signer {
    margin-top: 0;
  }
}
body.signature_externe #menu_de_gauche {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  body.signature_externe #menu_de_gauche {
    margin: 0;
  }
}

.animated-underline{
  text-decoration: none;
  }