body {
  font-family: Arial;
  color: #353535;
}

#zone_authentification {
  .action_adresses_link {
    align-items: center;
      justify-content: center;
  }
}

.swal2-popup {
  font-size: 1.8rem !important;
}

@media screen and (max-width: 500px) {
  .ws_choixform--alternate {
    background: #fff !important;
    -webkit-box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
    box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
  }
}

.ws_choixform {
  background: #f0f0f0;
  margin-top: 25px;
  padding-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.ws_choixform:hover {
  background: #fff;
  -webkit-box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
  box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
}

.ws_choixform .ws_imgh2listeform {
  background: url(../../img/icones.png) no-repeat 0 0;
  height: 12px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 55px;
  width: 20px;
}

.ws_choixform h2 {
  background-color: #008dd0;
  font-size: 23px;
}

.ws_choixform h2 text-align:center
a {
  display: block;
  padding: 15px 0px;
  color: #fff;
}

.ws_choixform p {
  padding: 15px 15px 0;
}

.ws_choixform ul {
  margin-top: 15px;
}

.ws_choixform ul li list-style:inside none none
a {
  background: url(../../img/icones.png) no-repeat 15px -36px;
  display: block;
  font-size: 15px;
  line-height: 28px;
  min-height: 35px;
  padding-top: 5px;
  text-indent: 35px;
  width: 100%;
}

.ws_choixform ul li a:hover {
  background: #d5d5d5 url(../../img/icones.png) no-repeat 15px -36px;
  color: #0083de;
}

.ws_choixform.ws_choixform1 {
  margin-top: 90px;
  padding-bottom: 30px;
}

.ws_choixform.ws_choixform2 {
  margin-top: 40px;
  padding-bottom: 10px;
}

.ws_choixform.ws_choixform3 {
  padding-bottom: 51px;
}

.ws_codepromo,
.ws_codepromo_text {
  display: block;
  margin: 13px 0px 0px;
  width: 100%;
}

.ws_codepromo .ws_bleu,
.ws_codepromo_text .ws_bleu {
  color: #0073a9 !important;
}

.ws_codepromo label,
.ws_codepromo_text label {
  color: #fff;
}

.ws_codepromo input,
.ws_codepromo_text input {
  background: #fefefe;
  border: 1px solid #0073a9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  height: 40px;
  min-width: 1px !important;
  padding: 5px;
  width: 70% !important;
}

.ws_codepromo_button,
.ws_codepromo_text_button {
  background: #0073a9;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  float: right;
  height: 40px;
  min-width: 1px !important;
  outline: none;
  text-transform: uppercase;
  transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  width: 30% !important;
}

.ws_codepromo_button:active,
.ws_codepromo_text_button:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 0px) and (max-width: 700px) {
  .ws_codepromo {
    width: 100%;
  }
}

.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197ee;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197ee;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #fff;
}

.radio input[type="radio"]:disabled:checked + .radio-label:before {
  background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.radio-label {
  width: auto !important;
  margin-right: 30px;
  cursor: pointer;
  margin-left: -10px;
}

.ws_bloc_form,
.ws_bloc_form form,
.ws_bloc_form hr,
.ws_bloc_form ul,
.ws_bloc_form li,
.ws_bloc_form h1,
.ws_bloc_form h2,
.ws_bloc_form h3,
.ws_bloc_form h4,
.ws_bloc_form p {
  margin: 0;
  padding: 0;
}

#ws_divLoading.ws_divLoading {
  display: none;
  background: url(./img/divloading.png);
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}

#ws_divLoading.ws_divLoading span {
  display: block;
  background: url(./img/loading_blue.gif);
  height: 85px;
  width: 98px;
  position: fixed;
  margin-top: -46px;
  top: 50%;
  margin-left: -42.5px;
  left: 50%;
}

.ws_bloc_form {
  overflow: visible !important;
  font-size: 14px;
  /* ELEMENTS FORMULAIRE JS */
}

.ws_bloc_form .ws_relative {
  position: relative;
}

.ws_bloc_form .ws_grisclair {
  color: #ccc !important;
}

.ws_bloc_form .ws_vert {
  color: #157700;
  margin-top: 25px !important;
}

.ws_bloc_form .ws_vertclair {
  color: #53bb2e;
}

.ws_bloc_form .ws_bleu {
  color: #009ad3;
}

.ws_bloc_form .ws_margt40 {
  margin-top: 40px !important;
}

.ws_bloc_form .ws_margt20 {
  margin-top: 20px !important;
}

.ws_bloc_form .ws_margb20 {
  margin-bottom: 20px !important;
}

.ws_bloc_form h1 {
  margin-top: 20px;
  font: bold 30px PT Sans Narrow;
  color: #009ad3;
  margin-bottom: 15px;
}

.ws_bloc_form .ws_center {
  text-align: center;
}

.ws_bloc_form .ws_clear {
  border: 0;
  clear: both;
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.ws_bloc_form .ws_hide {
  display: none;
}

.ws_bloc_form .ws_valformvalid {
  border: 1px solid #9cdb9c !important;
  background-color: #f3ffe7 !important;
  background-repeat: no-repeat;
}

.ws_bloc_form .ws_valformerreur,
.ws_bloc_form .ws_valformerreur:focus,
.ws_bloc_form select.ws_valformerreur {
  border: 1px solid #ffa2a2;
  background-color: #ffdddd;
  background-repeat: no-repeat;
}

.ws_bloc_form .ws_listeredaclibre {
  padding-left: 15px;
}

.ws_bloc_form .ws_listeredaclibre li {
  margin-bottom: 15px;
}

.ws_bloc_form p.ws_noticeredaclibre {
  margin: 0 0 20px;
  padding: 0;
}

.ws_bloc_form #ws_etapes {
  margin-top: 20px;
  padding-bottom: 5px;
}

.ws_bloc_form #ws_etapes div {
  padding-bottom: 5px;
  height: 60px;
  padding-right: 15px;
  float: left;
}

.ws_bloc_form #ws_etapes div .ws_titreetape {
  display: inline-block;
  vertical-align: middle;
  font: bold 1.333em PT Sans Narrow;
}

.ws_bloc_form #ws_etapes div.ws_active .ws_titreetape {
  color: #009ad3;
}

.ws_bloc_form #ws_etapes div.ws_active .ws_imgetape {
  background: #009ad3;
}

.ws_bloc_form #ws_etapes div .ws_imgetape {
  display: inline-block;
  height: 40px;
  width: 30px;
  vertical-align: middle;
  color: #ffffff;
  background: #cbcbcb;
  padding: 7px 0 0 17px;
  font: bold 25px PT Sans Narrow;
  margin-right: 5px;
}

@media screen and (min-width: 500px) and (max-width: 900px) {
  .ws_bloc_form #ws_etapes div {
    height: auto !important;
  }
  .ws_bloc_form #ws_etapes div .ws_imgetape {
    height: 20px !important;
    width: 15px !important;
    padding: 2px 4px 8px 8px !important;
    font: bold 20px PT Sans Narrow !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .ws_bloc_form #ws_etapes div {
    height: auto !important;
    float: none !important;
  }
  .ws_bloc_form #ws_etapes div .ws_imgetape {
    height: 20px !important;
    width: 15px !important;
    padding: 2px 4px 8px 8px !important;
    font: bold 20px PT Sans Narrow !important;
  }
  .ws_bloc_form #ws_etapes div .ws_titreetape {
    display: inline !important;
  }
}

.ws_bloc_form input.ws_text,
.ws_bloc_form textarea,
.ws_bloc_form select,
.ws_bloc_form option {
  font: normal 15px Arial;
}

.ws_bloc_form select {
  padding: 3px;
  height: 42px;
  margin-bottom: 10px;
  border: 1px solid #d2d2d2;
}

.ws_bloc_form .ws_text {
  padding: 3px 3px 3px 8px;
  height: 35px;
  margin-bottom: 10px;
  border: 1px solid #d2d2d2;
}

.ws_bloc_form textarea {
  margin-bottom: 10px;
  border: 1px solid #d2d2d2;
  padding: 7px !important;
}

.ws_bloc_form .ws_s0 {
  width: 40px;
}

.ws_bloc_form .ws_s1 {
  width: 120px;
}

.ws_bloc_form .ws_s3 {
  width: 250px;
}

.ws_bloc_form .ws_s4 {
  padding: 3px 3px 3px 8px;
  width: 260px;
}

.ws_bloc_form .ws_s5 {
  width: 230px;
}

.ws_bloc_form .ws_s6 {
  width: 240px;
}

.ws_bloc_form .ws_s7 {
  width: 608px;
}

.ws_bloc_form .ws_s8 {
  width: 627px;
}

.ws_bloc_form .ws_s9 {
  width: 97.4%;
}

.ws_bloc_form select.ws_s0 {
  width: 43px;
}

.ws_bloc_form select.ws_s1 {
  width: 123px;
}

.ws_bloc_form select.ws_s3 {
  width: 253px;
}

.ws_bloc_form select.ws_s5 {
  width: 233px;
}

.ws_bloc_form select.ws_s6 {
  width: 243px;
}

.ws_bloc_form select.ws_s7 {
  width: 621px;
}

.ws_bloc_form select.ws_s8 {
  width: 630px;
}

.ws_bloc_form textarea.ws_s7 {
  width: 610px;
}

.ws_bloc_form textarea.ws_s9 {
  width: 98% !important;
}

.ws_bloc_form textarea.ws_s10 {
  width: 100%;
}

.ws_bloc_form .ws_champnonob {
  color: #009ad3;
}

.ws_bloc_form .ws_champnonob .ws_mention {
  font-size: 0.688em;
  display: block;
}

.ws_bloc_form hr.ws_hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e1e1e1 -moz-use-text-color -moz-use-text-color;
  -o-border-image: none;
     border-image: none;
  border-style: solid none none;
  border-width: 4px medium medium;
  height: 4px;
  margin: 8px 15px 15px;
  background: #e1e1e1 none repeat scroll 0 0;
  border: medium none;
  color: #e1e1e1;
  height: 2px;
}

.ws_bloc_form textarea.ws_redaclibre {
  min-height: 250px !important;
}

.ws_bloc_form label {
  width: 195px;
  float: left;
  padding-top: 9px;
}

.ws_bloc_form .ws_coorlabel {
  margin: 20px 0;
}

.ws_bloc_form p.ws_label {
  margin-top: 9px;
  margin-bottom: 9px;
}

.ws_bloc_form .ws_checkzone label {
  float: none !important;
  width: auto;
  display: inline;
  padding: 0;
  margin: 0;
}

.ws_bloc_form .ws_checkzone .al_coupdiff .tooltip-coupure {
  position: relative;
  cursor: pointer;
  background-color: #009ad3;
  border-radius: 50%;
  width: 20px;
  padding: 2px 5px;
  margin-left: 3px;
}
.ws_bloc_form .ws_checkzone .al_coupdiff .tooltip-coupure .fa-question {
  color: #fff;
}

.ws_bloc_form .ws_checkzone .tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  transition: opacity 0.2s;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e9eaf4;
  width:350px;
}

.ws_bloc_form .ws_checkzone .tooltip-coupure:hover .tooltip-text,
.ws_bloc_form .ws_checkzone .tooltip-coupure.active .tooltip-text {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .ws_bloc_form .ws_checkzone .tooltip-coupure.active .tooltip-text {
    max-width: 200px;
    left: -50%;
  }
}
.ws_bloc_form p {
  font-family: Arial;
}

.ws_bloc_form p.ws_title {
  font: bold 1.333em/1.2em PT Sans Narrow;
  margin: 25px 0px;
  /* padding: 20px 15px;
	*/
}

.ws_bloc_form p.ws_title2 {
  font: bold 1.4em PT Sans Narrow;
  margin: 0px 0 13px;
}

.ws_bloc_form p.ws_soustitle {
  font: bold 1.2em PT Sans Narrow;
  padding-bottom: 6px;
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 2px solid #cbcbcb;
}

.ws_bloc_form .ws_notification {
  color: #fff;
  background: #009ad3;
  padding: 15px !important;
}

.ws_bloc_form .ws_notification .ws_titre {
  font: 100 1.6em PT Sans Narrow;
}

.ws_bloc_form .ws_notification-attention,
.ws_bloc_form .ws_notification-error,
.ws_bloc_form .ws_notification-success,
.ws_bloc_form .ws_notification.xtitle {
  margin-bottom: 20px;
}

.ws_bloc_form .ws_notification.xtitle {
  margin: 45px auto;
  text-align: center;
  background: none;
  color: #009ad3;
  border: 1px solid #009ad3;
  text-transform: uppercase;
  font-size: 12px;
}

.ws_bloc_form .ws_notification-success {
  color: #fff;
  background: #52ab3d;
  padding: 15px !important;
}

.ws_bloc_form .ws_notification-error {
  color: #fff;
  background: #ef3d3d;
  padding: 15px !important;
}

.ws_bloc_form .ws_notification-attention {
  color: #fff;
  background: #fd9b43;
  padding: 15px !important;
}

.ws_bloc_form .ws_notification a,
.ws_bloc_form .ws_notification-success a,
.ws_bloc_form .ws_notification-error a,
.ws_bloc_form .ws_notification-attention a {
  color: #fff;
}

#ws_erreur_login_exists {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 195px;
  max-width: 621px;
}

#ws_erreur_login_exists a {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  #ws_erreur_login_exists {
    margin: 0px;
    margin-right: 2% !important;
    max-width: 98%;
    width: 98% !important;
  }
}

.ws_bloc_form .ws_help {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 34px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 34px -1px rgba(0, 0, 0, 0.1);
  display: none;
  font: 0.9em Arial;
  right: 0px;
  margin-top: -20px;
  padding: 0 0 15px 15px;
  position: absolute;
  width: 300px;
  z-index: 6;
  top: 20px;
  left: 0px;
}

.ws_bloc_form .ws_barrow {
  background: url("./img/icones.png") no-repeat scroll 0 -108px;
  bottom: -9px;
  display: block;
  height: 15px;
  position: absolute;
  width: 10px;
  top: 10px;
  left: -8px;
}

.ws_bloc_form .ws_help .ws_closehelp {
  background: url("./img/icones.png") repeat scroll -42px -187px;
  display: inline-block;
  float: right;
  height: 28px;
  width: 28px;
  cursor: pointer;
}

.ws_bloc_form .ws_help .ws_closehelp:hover {
  background: url("./img/icones.png") repeat scroll 0 -187px;
}

.ws_bloc_form .ws_help .ws_titrehelp {
  display: inline-block;
  font-size: 0.815em;
  line-height: 0.815em;
  margin: 10px 0 0;
}

.ws_bloc_form .ws_help p {
  margin: 0 15px 0 0;
}

.ws_bloc_form .ws_ajout {
  font: bold 0.933em Arial;
  margin: 15px 0 25px;
  min-height: 38px;
}

.ws_bloc_form .ws_ajout a {
  background: #fff;
  border: 1px solid #0da5de;
  color: #0da5de;
  float: left;
  font-family: "PT Sans Narrow";
  font-size: 18px;
  height: 28px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-right: 15px;
  min-width: 150px;
  padding: 10px 10px 0 50px;
  position: relative;
  /*text-transform: uppercase;*/
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-transform: none;
}

.ws_bloc_form .ws_ajout a::before {
  background-color: #0da5de;
  color: #fff;
  content: "+";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 25px;
  height: 38px;
  left: 0px;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 38px;
}

.ws_bloc_form .ws_ajout a.ws_moins::before {
  content: "-";
  line-height: 31px !important;
}

.ws_bloc_form .ws_ajout a:hover {
  color: #fff;
  background-color: #65b8d8;
  border: 1px solid #65b8d8;
}

.ws_bloc_form .ws_boutonetapes {
  float: right;
  margin: 45px auto;
  margin-top: 45px;
  text-align: right;
  width: 100%;
}

.ws_bloc_form .ws_boutonetapes.ws_boutonetapes--sm-margin {
  margin-bottom: 35px;
  margin-top: 0px;
}

.ws_bloc_form .ws_btn_navig.ws_prec.ws_disabled {
  background: #c5c5c5 none repeat scroll 0 0 !important;
  border: 0 none !important;
  cursor: default;
}

.ws_bloc_form .ws_disabled {
  background: #dddddd none repeat scroll 0 0;
  border: 1px solid #bfbfbf;
}

.ws_bloc_form .ws_btn_navig.ws_suiv.ws_validationform {
  background: #53bb2e none repeat scroll 0 0;
}

.ws_bloc_form .ws_btn_navig.ws_suiv {
  background: #10aae3 none repeat scroll 0 0;
  padding: 15px 15px;
  text-align: right;
}

.ws_bloc_form .ws_btn_navig.ws_suiv:hover {
  background-color: #0097cf;
}

.ws_bloc_form .ws_btn_navig.ws_prec {
  background: #10aae3 none repeat scroll 0 0;
  margin-right: 3%;
  padding: 15px 15px;
  text-align: left;
}

.ws_bloc_form .ws_btn_navig.ws_prec:hover {
  background-color: #0097cf;
}

.ws_bloc_form .ws_btn_navig {
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: normal 1.45em/24pt PT sans Narrow;
  max-width: 273px;
  outline: none;
  width: 45%;
}

.ws_bloc_form .ws_btn_navig .ws_flecheg {
  display: block;
  width: 5px;
  height: 5px;
  background: url("./img/icones.png") no-repeat scroll 0 -526px;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .ws_bloc_form .ws_btn_navig {
    width: 100% !important;
    text-align: center !important;
    max-width: 100% !important;
  }
  .ws_bloc_form .ws_btn_navig.ws_prec {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}

/* etape 3 */
.ws_bloc_form .ws_bval1 {
  float: left;
  width: 48%;
}

.ws_bloc_form .ws_bval1.ws_bvalsimul {
  float: right;
  /*margin-top: 54px;
	*/
}

.ws_bloc_form .ws_donneeannonce {
  height: 398px;
  position: relative;
}

.ws_bprixannonce {
  bottom: 14px;
  float: right;
  position: absolute;
  right: 0;
  width: 48%;
}

.ws_bprixannonce--longtext {
  bottom: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  position: absolute;
  right: 0;
  width: 48%;
  background-color: #3aa800;
  padding: 25px;
  color: #fff;
}

.ws_bprixannonce--longtext span {
  display: inline-block;
  font: bold 1.3em PT Sans Narrow;
}

.ws_bprixannonce {
  bottom: 13px !important;
}

.ws_bprixannonce.ws_centpc {
  margin: 10px 0 20px;
  width: 100%;
  margin: -10px 0 20px !important;
  position: relative;
  right: auto;
  bottom: 0px !important;
}

.ws_supportannonce {
  float: right;
  width: 48%;
}

.ws_supportannonce.ws_centpc {
  width: 100% !important;
}

.ws_supportannonce ul {
  background: #f7f7f7;
  font-size: 0.933em;
  padding: 3px 0 10px 0;
}

.ws_supportannonce ul.ws_supright {
  float: right;
}

.ws_supportannonce ul.ws_supleft {
  float: left;
}

.ws_title2.ws_supleft {
  width: 48%;
  float: left;
}

.ws_title2.ws_supright {
  width: 48%;
  float: right;
}

.ws_supportannonce ul li {
  border-bottom: 1px solid #dddddd;
  clear: both;
  list-style: outside none none;
  margin: 0 15px;
  padding: 8px 0;
  font-size: 13.062px;
}

.ws_supportannonce ul li.ws_devis-btn {
  border-bottom: 0 !important;
  padding-bottom: 0px;
  padding-top: 0px;
}

.ws_supportannonce ul li.ws_devis-btn.ws_attestation {
  border-top: none;
}

.ws_supportannonce ul li.ws_devis-btn.ws_devis {
  /*border-bottom:1px solid #ffffff!important;
	*/
  border-bottom: 0;
}

.ws_supportannonce ul li:last-of-type {
  border-bottom: 0;
}

.ws_supportannonce ul li span.ws_pdf {
  display: inline-block;
  padding: 4px 0px 24px 24px;
  background: url("./img/icones.png") no-repeat scroll 0 -350px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  /* width: 15px;
	*/
}

.ws_supportannonce ul li span.ws_pdf_gris {
  display: inline-block;
  padding: 4px 0px 24px 24px;
  background: url("./img/icones.png") no-repeat scroll -181px -350px;
  height: 10px;
  margin-right: 5px;
  vertical-align: middle;
  /* width: 15px;
	*/
}

.ws_supportannonce ul li .lien_doc_pdf {
  vertical-align: bottom;
  display: inline-block;
  padding: 7px 0;
}

.ws_supportannonce ul li.ws_bordernone {
  border-bottom: 0px;
}

.ws_bloc_form .ws_simul,
.ws_bloc_form .ws_simulBis {
  background: #f7f7f7;
  border: 10px solid #f7f7f7;
  color: #393939;
  font: 0.9em Arial;
  height: 386px;
  outline-style: none;
  overflow-y: auto;
  padding: 0 3% 0 0;
}

.ws_bloc_form .ws_simul p,
.ws_bloc_form .ws_simulBis p {
  line-height: 1.3em;
}

.ws_bloc_form .ws_simul .brdouble,
.ws_bloc_form .ws_simulBis .brdouble {
  display: block;
  height: 8px;
  width: 100%;
}

.ws_bloc_form .ws_bprixannonce .ws_cadreprix {
  background: #3aa800;
  color: #ffffff;
  display: block;
}

.ws_bloc_form .ws_bprixannonce .ws_cadreprix .ws_val_trans_devis {
  display: inline-block;
  font: bold 1.3em PT Sans Narrow;
  padding: 25px;
}

.ws_bloc_form .ws_bprixannonce .ws_cadreprix .ws_titreprixttc {
  display: block;
  float: left;
  font: bold 1.1em PT Sans Narrow;
  margin-left: 20px;
  margin-top: 20px;
}

.ws_bloc_form .ws_bprixannonce .ws_cadreprix .ws_tarifttc {
  background: #53bb2e url("./img/icones.png") no-repeat scroll 0 -2137px;
  display: block;
  float: right;
  font: bold 1.5em PT Sans Narrow;
  line-height: 26pt;
  padding: 15px 20px 11px 15px;
  text-align: right;
  height: 37px;
}

.ws_supportannonce.ws_centpc .ws_supleft .ws_supright, .ws_supportannonce.ws_centpc .ws_supright {
  margin-bottom: 25px;
}

.ws_supportannonce.ws_centpc .ws_supleft > ul, .ws_supportannonce.ws_centpc > ul {
  width: 48%;
}

.ws_supportannonce ul li span:not(.ws_lien_desactivate) {
  color: #0089c9;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
  .ws_bloc_form .ws_bprixannonce .ws_cadreprix .ws_tarifttc {
    padding: 15px 10px 11px 10px;
  }
}

.payment-btn-group {
  text-align: center;
}

.bloc_paiement__right .payment-btn-group .btn {
  width: auto;
  margin-right: 0;
}

.payment-btn-group a.btn {
  font-size: 20px;
  border: none;
  width: 100%;
}

.payment-btn-group a.btn:hover {
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
}

.payment-btn-group span,
.payment-btn-group a {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.payment-btn-group span .iconclass {
  vertical-align: sub;
  padding-right: 10px;
}

.payment-btn-group span .iconclass:last-child {
  padding-right: 0;
}

.ws_modedereglement {
  /*margin-top: 35px;
	*/
  padding: 5px 0px;
  margin-bottom: 15px;
}

.ws_modedereglement .sup_ws_carteon {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ws_modedereglement .ws_carteon,
.ws_modedereglement .ws_info_bank {
  width: 50%;
  min-height: 100px;
}
.ws_modedereglement .ws_info_bank {
  padding: 15px;
}

.ws_modedereglement .ws_carteon {
	  display: flex;
    align-items: center;
	  flex-direction: column;
	  justify-content: space-around;
	}

.ws_modedereglement .coord,
.ws_modedereglement .ws_messval {
  background: #fefefe;
  padding: 15px;
  min-height: 100px;
}

.ws_modedereglement .ws_imgcblienatos {
  cursor: pointer;
  background: url("./img/cb-grises.png") no-repeat;
  display: block;
  height: 85px;
  width: 380px;
  margin: 0 auto 15px;
}

.ws_modedereglement .ws_imgcblienatos:hover {
  background: url("./img/cb-hover.png") no-repeat;
}

.ws_modedereglement .ws_titre-reglement {
  color: #106e9f;
  display: block;
  font: bold 1.6em PT Sans Narrow;
  margin: 10px 0 15px;
}

.ws_modedereglement .ws_titre-mode {
  display: block;
  padding: 0 0 5px 15px;
  font: bold 0.98em Arial;
  text-transform: uppercase;
}

.ws_modedereglement .ws_titre-mode:first-of-type {
  margin-top: 20px;
}

.ws_modedereglement .ws_mode-paiement {
  background: #fefefe;
  padding: 10px;
  margin-bottom: 15px;
  padding: 10px 0px 1px 0px;
}

.ws_modedereglement .ws_mode-paiement p {
  line-height: 16pt;
  font: 0.89em Arial;
  margin: 0 0 20px 15px;
}

.ws_modedereglement .ws_left {
  margin: 10px 0;
}

.ws_modedereglement .ws_left.ws_first {
  width: 49%;
}

.ws_modedereglement .ws_left.last {
  width: 48%;
  padding-left: 3%;
}

.ws_modedereglement .ws_titre-coord {
  font: bold 1ws_6em PT Sans Narrow;
  margin: 10px 0px 15px 0;
  display: block;
}

.ws_modedereglement .ws_coord {
  margin: 0 0 20px 0;
  font: 0ws_93em Arial;
}

.ws_modedereglement .ws_paiement-cb {
  text-align: center;
}

.ws_modedereglement .ws_left.ws_last {
  width: 45%;
  padding-left: 4%;
}

.ws_modedereglement.ws_annvalide {
  margin-top: 40px;
  margin-bottom: 20px;
}

.ws_modedereglement.ws_annvalide p {
  margin: 15px 0;
}

.ws_modedereglement.ws_annvalide #scrollcb {
  color: #0089c9;
  cursor: pointer;
}

.ws_modedereglement.ws_annvalide #scrollcbimg {
  color: #0089c9;
  cursor: pointer;
  vertical-align: middle;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
  .ws_bloc_form .ws_bval1 {
    width: 100% !important;
  }
  /*.info {
		height: auto!important;
	}
	*/
  .ws_bprixannonce,
  .ws_bprixannonce--longtext {
    position: relative !important;
    width: 100% !important;
    margin-top: 15px;
    bottom: 0px !important;
  }
  .ws_supportannonce {
    width: 100% !important;
  }
  .ws_supportannonce.ws_centpc > ul {
    width: 100% !important;
  }
  .ws_bloc_form .ws_bprixannonce .ws_cadreprix .ws_tarifttc {
    font: bold 1.5em PT Sans Narrow !important;
    bottom: 0px !important;
  }
  .ws_title2.ws_supleft,
  .ws_title2.ws_supright {
    width: 100% !important;
  }
}

.nav-top {
  background-color: #2d2d2d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 43px;
  line-height: 43px;
  position: relative;
  -webkit-box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
  box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
}

.nav-top--hidden {
  display: none;
}

.nav-top_list {
  color: #ffffff;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  z-index: 3;
}

.nav-top_list_item {
  background: #393939;
  color: #ffffff;
  display: inline-block;
  padding: 0px 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.nav-top_list_item:hover, .nav-top_list_item--active {
  background: #555;
}

.nav-top_list .compte {
  margin-right: 2px;
}

/* Popup Alerte*/
.no-scroll {
  overflow: hidden;
  position: fixed;
}

.overlay-ws {
  background-color: rgba(150, 150, 150, 0.4);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  user-select: none;
  /* Likely future */
  width: 100%;
  z-index: 6;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
}

.alert {
  cursor: default;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.2);
  display: none;
  font-family: Arial;
  line-height: 24px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50vh;
  max-height: 100vh;
  max-width: 470px;
  padding: 40px 60px 80px;
  text-align: center;
  text-rendering: geometricPrecision;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 50px 20px rgba(0, 0, 0, 0.2);
}

.alert a {
  color: inherit;
  text-decoration: none;
}

.alert_close {
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
}

.alert_header img {
  margin: 0 auto;
}

.alert_content {
  color: #0da5de;
  font-size: 16px;
  margin-bottom: 20px;
}

.alert_content span {
  color: #333;
}

.alert_content_title {
  font-size: 20px;
  font-weight: 600;
}

.alert_content span {
  color: #333;
}

.alert_content_text--biggerLH {
  line-height: 32px;
}

.alert_content_list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.alert_content_list_item {
  border: 1px solid #0da5de;
  color: #444;
  cursor: pointer;
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  margin: 0px -30px 10px;
  overflow: hidden;
  padding: 5px 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.alert_content_list_item:hover, .alert_content_list_item--selected {
  background-color: #0da5de;
  color: #fff;
}

.alert_toogle_item--active {
  display: block;
}

.alert_btn {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 2px 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.alert_btn.alert_btn--orange {
  border-color: #e44b01;
  color: #e44b01;
}

.alert_btn.alert_btn--orange:hover {
  background-color: #e44b01;
  color: #fff;
}

.alert_notification {
  color: #ccc;
  font-size: 13px;
  margin-top: 5px;
}

.alert_hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  margin: 30px 0px;
}

.alert_img {
  margin: 0px auto;
  text-align: center;
}

.alert_img--icon {
  height: 60px;
  width: 60px;
}

.alert_input {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 15px;
  margin: 20px auto;
  padding: 10px;
  width: 100%;
}

.alert_footer {
  border-top: 1px solid #ccc;
  color: #e44b01;
  margin-top: 20px;
  padding-top: 20px;
}

.alert_footer_title {
  font-size: 18px;
  font-weight: 600;
}

.alert_footer_content {
  font-size: 14px;
}

.small-hidden {
  display: none;
}

/* MISE A JOUR POUR RENDRE LE MENU ANNONCE LEGALE RESPONSIVE */
.nav-top_btn:hover,
.nav-top_btn--clicked {
  background-color: #555;
}

.nav-top_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 14px;
  padding-right: 20px;
  text-align: right;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}

.nav-top_btn:hover, .nav-top_btn--clicked {
  background-color: #555;
}

@media (min-width: 501px) {
  .nav-top_list[style] {
    display: block !important;
  }
}

@media (max-width: 500px) {
  .nav-top_btn {
    display: block;
  }
  .nav-top_list {
    display: none;
    font-size: 14px;
    width: 100%;
    top: 43px;
  }
  .nav-top_list_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    text-align: left;
    -webkit-transition: none;
    transition: none;
    width: 100%;
  }
}

/* VERSION RESPONSIVE DU TRI */
.form_title--medium-visible {
  color: #008dd0;
  display: none;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0px;
  text-transform: uppercase;
}

.responsive-sort {
  display: none;
}

.responsive-sort_option {
  border: 1px solid #008dd0;
  color: #008dd0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.responsive-sort_option:hover, .responsive-sort_option--active {
  background-color: #008dd0;
  color: #fff;
}

.responsive-sort_option:last-of-type {
  margin-right: 0px;
}

/* VERSION RESPONSIVE DE LA LISTE DES ANNONCES */
.responsive-list {
  display: none;
  padding: 40px 0px 30px;
  width: 100%;
}

.responsive-list_item {
  cursor: pointer;
  display: block;
  margin: 0px auto 20px auto;
  width: 100%;
  -webkit-box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
  box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
}

.responsive-list_item_title {
  background-color: #008dd0;
  color: #fff;
  font: bold 16px PT Sans Narrow;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}

.responsive-list_item_content {
  font-size: 14px;
  padding: 20px;
}

.responsive-list_item_footer {
  font-size: 10px;
}

.responsive-list_item_content_row {
  line-height: 24px;
}

.responsive-list_item_content_row span {
  color: #008dd0;
  font-weight: bold;
}

.responsive-list_item_footer {
  background-color: #f0f0f0;
}

.responsive-list_item_footer_col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 20px 10px;
  text-align: center;
  width: 33.33%;
}

.responsive-list .ws_ico {
  margin-bottom: 10px;
}

.responsive-list_clear {
  border: none;
  clear: both;
  height: 0px;
}

@media (max-width: 900px) {
  #ws_search {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -20px -20px 0px;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
    box-shadow: rgba(53, 91, 182, 0.06) 0 2px 6px, rgba(53, 91, 182, 0.03) 0 6px 12px, rgba(53, 91, 182, 0.03) 0 12px 24px, rgba(53, 91, 182, 0.03) 0 12px 48px, rgba(53, 91, 182, 0.03) 0 12px 96px;
  }
  #ws_tab_annonces,
  .ws_legende {
    display: none;
  }
  .responsive-list {
    display: block;
  }
  .responsive-list_item {
    float: left;
    width: 45%;
    margin-right: 0px;
  }
  .responsive-list_item:nth-child(2n + 1) {
    margin-right: 10%;
  }
  .responsive-sort {
    display: block;
  }
  .form_title--medium-visible {
    display: block;
  }
}

@media (max-width: 600px) {
  #ws_search label,
  #ws_search input,
  #ws_search .search_form_row {
    display: block;
    width: 100% !important;
  }
  #ws_search input {
    margin-bottom: 15px;
  }
  #ws_search .ws_submit {
    max-width: 200px;
    margin: 15px auto;
  }
}

@media (max-width: 500px) {
  .responsive-list_item {
    float: none;
    width: 100%;
  }
  .responsive-list_item:nth-child(2n + 1) {
    margin-right: 0px;
  }
}

/**
* Spinner
*/
.btn__spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

p.ws_information {
  color: #6c6c6c;
  font-size: 0.9em;
  margin: 1.1rem 0rem;
}

.tipr_content {
  font: 12px "Roboto", sans-serif;
  color: #555;
  background-color: #fff;
  padding: 6px 13px 7px 13px;
  border-radius: 3px;
}

.tipr_container_below {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000;
}

.tipr_container_above {
  display: none;
  position: absolute;
  margin-top: -77px;
  z-index: 1000;
}

.tipr_point_above, .tipr_point_below {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.tipr_point_above:after, .tipr_point_above:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}

.tipr_point_above:after {
  border-top-color: #fff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

.tipr_point_above:before {
  border-top-color: #ccc;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.tipr_container_below:after, .tipr_container_below:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}

.tipr_container_below:after {
  border-bottom-color: #fff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

.tipr_container_below:before {
  border-bottom-color: #ccc;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.tipr_point_below:after, .tipr_point_below:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: '';
  height: 0;
  width: 0;
}

.tipr_point_below:after {
  border-bottom-color: #fff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}

.tipr_point_below:before {
  border-bottom-color: #ccc;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

.b-tab {
  display: none;
}

.b-tab.active {
  display: block;
}

.bloc-listing__nav-listing {
  margin-top: 25px;
  margin-bottom: 40px;
}

.bloc-listing__nav-listing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.bloc-listing__nav-listing ul li {
  background-color: #eff0f0;
  padding: 15px;
  font-size: 18px;
  color: #343434;
  width: 100%;
}

.bloc-listing__nav-listing ul li:first-child {
  border-radius: 10px 0 0 10px;
}

.bloc-listing__nav-listing ul li:last-child {
  border-radius: 0 10px 10px 0;
}

.bloc-listing__nav-listing ul li:not(:last-child) {
  border-right: 1px solid #fff;
  cursor: pointer;
}

.bloc-listing__nav-listing ul li.active {
  background-color: #fff;
  position: relative;
  color: #09c;
}

.bloc-listing__nav-listing ul li.active::after {
  content: '';
  width: 50%;
  height: 3px;
  background: #09c;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.b-tab li {
  padding: 10px 10px 10px 20px;
  cursor: pointer;
}

.b-tab li:hover {
  background-color: #f3f3f3;
  border-radius: 10px;
}

.b-tab li:hover a {
  color: #09c;
}

.b-tab li:hover a::before {
  border: 2px solid #09c;
}

.b-tab li:hover a::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #09c;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b-tab li a {
  color: #333;
  font-size: 18px;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.b-tab li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
}

.b-tab li a span {
  font-size: 16px;
}

.searchListing {
  margin-top: 30px;
}

.searchListing li {
  padding: 10px 10px 10px 20px;
  /* margin-bottom: 10px; */
  cursor: pointer;
}

.searchListing li:hover {
  background-color: #f3f3f3;
  border-radius: 10px;
}

.searchListing li:hover a {
  color: #09c;
}

.searchListing li:hover a::before {
  border: 2px solid #09c;
}

.searchListing li:hover a::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #09c;
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.searchListing li a {
  color: #333;
  font-size: 18px;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.searchListing li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
}

.searchListing li a span {
  font-size: 16px;
}

.loader {
  margin: 50px auto;
  border: 16px solid #33ccff;
  border-radius: 50%;
  border-top: 16px solid #0099cc;
  border-bottom: 16px solid #0099cc;
  border-right: 16px solid #0099cc;
  width: 85px;
  height: 85px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.search-bar {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.search-bar input {
  border-radius: 10px;
  background-image: url("./img/searchicon.png");
  background-repeat: no-repeat;
  background-position: 18px 12px;
  padding: 12px 20px 12px 50px;
}

.search-bar .customPlaceholder {
  position: absolute;
  left: 50px;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  height: 45px;
  text-overflow: ellipsis;
  padding: 12px 65px 12px 12px;
  white-space: nowrap;
}

.search-bar .customPlaceholder .bluePlaceHolder {
  color: #09c;
  font-weight: bold;
}

.search-bar .customPlaceholder .stdPlaceHolder {
  color: #343434;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (max-width: 730px) {
  .bloc-listing__nav-listing {
    display: none;
  }
  .bloc-listing__alt-nav-listing {
    display: block;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  #selectCatForm {
    background-color: #f3f3f3;
    border: none;
    border-radius: 10px;
    color: #0099cc;
  }
}

@media (min-width: 731px) {
  .bloc-listing__nav-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bloc-listing__alt-nav-listing {
    display: none;
  }
}

.alertCGV {
  display: none;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  margin-top: 2rem;
}

	.btnExclureAnnonce1,.btnExclureAnnonce2, .btnChoiceJal1, .btnChoiceJal2 {
  border: 1px solid #f16e00 !important;
  color: #f16e00;
  font-weight: 400 !important;
  width: 100% !important;
  background: 0 0;
  display: block;
  cursor: pointer;
  font: 16px Roboto;
  padding: 10px 15px;
  font-size: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  clear: both;
}

	.btnExclureAnnonce1:hover,.btnExclureAnnonce2:hover, .btnChoiceJal1:hover, .btnChoiceJal2:hover {
  background-color: #f16e00;
  color: #fff;
  text-decoration: none;
}

	.confirmSeparationAnnoncesContainer1,.confirmSeparationAnnoncesContainer2, .confirmChoiceJalContainer1, .confirmChoiceJalContainer2 {
  display: none;
  width: 500px;
  height: 200px;
  z-index: 1999;
}

	.confirmSeparationAnnonces, .confirmChoiceJal {
  width: 500px;
  height: 200px;
  z-index: 2001;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: white;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.confirmSeparationAnnoncesBG {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.207);
  z-index: 2000;
}

	.confirmSeparationAnnoncesHeader, .confirmChoiceJalHeader {
  border-bottom: 1px solid #e9ecef;
  padding: 15px;
  margin: 0 !important;
}

	.confirmSeparationAnnoncesBody, .confirmChoiceJalBody {
  padding: 15px;
  margin: 0 !important;
}

	.confirmSeparationAnnoncesFooter, .confirmChoiceJalFooter {
  border-top: 1px solid #e9ecef;
  padding: 15px;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.confirmSeparationAnnoncesFooter button, .confirmChoiceJalFooter button {
  margin: 0 5px;
  cursor: pointer;
}

	.btnExclureAnnonceConfirmer1,.btnExclureAnnonceConfirmer2,.btnChoiceJalConfirmer1,.btnChoiceJalConfirmer2 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

	.btnExclureAnnonceConfirmer1:hover,.btnExclureAnnonceConfirmer2:hover, .btnChoiceJalConfirmer1:hover, .btnChoiceJalConfirmer2:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  text-decoration: none;
}

	.btnExclureAnnonceAnnuler, .btnChoiceJalAnnuler {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btnExclureAnnonceAnnuler:hover, .btnChoiceJalAnnuler:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  text-decoration: none;
}
/*# sourceMappingURL=wsdefault.css.map */
