body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  min-width: 300px;
  color: #666;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  color: #222;
}

a {
  transition: all 0.3s ease;
  color: #12559d;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #012852;
}

header {
  background: #007bb7;
  padding: 6px 0px;
  height: 83px;
}

.aide {
  color: #fff;
  text-align: right;
  padding-top: 0px;
  float: right;
}

.hide {
  display: none;
}

.aide h3 {
  color: #fff;
  margin: 0px;
  font-size: 18px;
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-menu {
  position: absolute !important;
  left: -310px;
}

.aide > p {
  margin-top: 10px;
  margin-bottom: 0.5rem;
}

.header {
  padding-right: 0px !important;
}

.sectionDonation {
  text-align: center;
  margin-top: 83px;
  padding: 25px 0px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.sectionDonation h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-top: 15px;
  background-color: #007bb7c2;
  border-radius: 5px;
}

.sectionDonation p {
  color: #fff;
  font-size: 24px;
}

.sectionEtapes h3 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 24px;
}

.langLink {
  font-size: 15px;
  padding: 2px 2px 2px 6px !important;
  vertical-align: super;
  margin-left: -10px;
}

.langLink img {
  width: 24px;
}

.langLink:hover {
  opacity: 1;
}
.currLang {
  opacity: 0.5;
}

.langSep {
  font-size: 16px;
  vertical-align: super;
}

.afficher {
  display: block;
}

.cacher {
  display: none;
}

.sectionEtapes h3 .icon-num {
  display: inline-block;
  background: #dddddd;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: #808080;
  font-size: 20px;
  padding-top: 3px;
  margin-right: 5px;
  margin-top: 20px;
}

.btn-dselect {
  background-color: #007bb7;
  color: #fff;
  font-size: 24px;
  border-radius: 6px;
  padding: 12px;
  width: 240px;
  border: 1px solid #0178b2;
  margin: 4px;
}

.btn-dselect:hover,
.btn-dselect:focus,
.btn-dselect.active {
  color: #000;
  background-color: #f99d1c;
  border-color: #dfb109;
}

#formPP {
  display: block;
}

.succes {
  display: block !important;
  color: #50d000 !important;
}

.echec {
  display: block !important;
  color: #eb2437 !important;
}

h5.messageInfo {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.zInput div:after,
.zInput div::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 6px #000;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}

.etapesWrap .textDonsPhares {
  margin-bottom: 15px;
}

.stepOne {
  padding-bottom: 60px;
}

.etapeDon {
  /*border-top:1px solid #d7d7d7;*/
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: center;
  display: block;
}

.etapeDon .zInput {
  width: auto;
  padding: 10px 27px;
}

.etapeDon .selectMontant .zInputWrapper {
  vertical-align: top;
}

.etapeDon .montantEnv {
  width: 130px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.etapeDon .montantEnv span {
  position: absolute;
  color: #007bb7;
  top: 10px;
  left: 16px;
  font-size: 22px;
  z-index: 1;
}

.etapeDon .montantEnv input {
  padding-left: 60px;
  padding-top: 7px;
  margin: 4px;
  height: 45px;
  border: 2px solid #007bb7;
}

.donateur {
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  padding-bottom: 60px;
  display: none;
}

.donateur .form-control {
  font-size: 14px;
  height: 38px;
  padding: 8px 15px;
}

.donateur select.form-control {
  padding: 0px 0px;
}

.donateur label {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.donateur .form-group {
  height: 82px;
}

.infoPrestataire {
  text-align: left;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 10px;
  background-color: whitesmoke !important;
}

.btnsPP {
  margin-bottom: 30px;
}

.selectMontant {
  margin: 0px auto 30px auto;
  max-width: 800px;
}

.tousProjets {
  background-color: white !important;
  border: 2px solid #007bb7 !important;
  color: #007bb7 !important;
}

.erreurs {
  color: #f20404;
  font-size: 18px;
  font-weight: 400;
  display: none;
}

.modal-td {
  padding-left: 10px;
  width: 100%;
}

.italic {
  font-style: italic;
}

.etapeDon input[type="radio"] {
  visibility: hidden;
  position: absolute;
  top: -20px;
  left: -20px;
}

.btnRadio {
  display: inline-block;
  background-color: #007bb7;
  margin: 4px;
  padding: 6px 0px;
  text-align: center;
  cursor: default;
  color: #fff;
  border: 1px solid #0178b2;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.btnRadio:hover {
  cursor: pointer !important;
  color: #222;
  background-color: #f99d1c;
  border-color: #dfb109;
}

.checked {
  color: #222;
  background-color: #f99d1c;
  border-color: #dfb109;
}

.btnValider {
}

.validerBtnWrap {
  text-align: center;
}

.btn-back {
  background: #dddddd;
  color: #808080;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: 0px 2px 0px #bbbbbb;
}

.btn-back:hover {
  background: #e9bd1d;
  box-shadow: 0px 2px 0px #d9ac08;
}

.btnDonner {
  background: #007bb7;
  color: #fff;
  font-weight: 600;
  /*margin-left: 30px;*/
  padding: 12px 40px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 6px;
  box-shadow: 0px 2px 0px #0178b2;
}

.btnEtapes:hover {
  background: #007bb7;
  box-shadow: 0px 2px 0px #0178b2;
  color: #fff !important;
}

.btnEtapes.btnProceder {
  background: #e9bd1d;
  box-shadow: 0px 2px 0px #ddad00;
  color: #000;
}

.btnEtapes.btnProceder:hover {
  background: #e8b600;
}

.messageDonnees {
  text-align: left;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.messageDonnees h3 {
  margin-top: 0px;
  text-align: left !important;
  margin-bottom: 5px !important;
}

.messageDonnees p.lead {
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

.thankMsg {
  padding: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600px;
}

footer {
  background: url(../donation-img/foot-bg.jpg) repeat-x center top;
}

footer img {
  margin: 0 auto;
}

.diviseurUnique {
  border-top: 1px solid #d7d7d7;
  padding-top: 30px;
}

.montantTotal {
  font-weight: 800;
  font-size: 20px;
}

.p0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.enteteCaddie {
  float: right;
  color: #fff;
  font-size: 30px;
  padding-left: 5px;
  border-left: 1px solid #fff;
  margin-left: 10px;
  margin-top: 15px;
  min-width: 135px;
}

.enteteCaddie .navbar {
  margin: 0px;
  padding: 0px;
}

.enteteCaddie .navbar-default {
  background: none;
  border: none;
}

.enteteCaddie .navbar-default .navbar-nav > li > a {
  color: #fff;
}

.enteteCaddie .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

.enteteCaddie .nav > li > a {
  padding: 10px 15px;
}

.enteteCaddie .dropdown-menu {
  max-width: 381px;
  min-width: 375px;
  padding: 15px;
  margin-top: 15px !important;
  height: auto;
  max-height: 500px;
  overflow-x: hidden;
}

.enteteCaddie .dropdown-menu h4 {
  margin-top: 0px;
  background: #f9f9f9;
  padding: 10px;
  font-size: 16px;
}

.enteteCaddie .dropdown-menu li {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.enteteCaddie .dropdown-menu tr.last {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.enteteCaddie .dropdown-menu a {
  display: inline-block;
  padding: 0px;
  padding-top: 12px;
  padding-right: 10px;
}

.enteteCaddie .dropdown-menu .textDon {
  color: #222;
  font-weight: 600;
  font-size: 14px;
  padding: 0px 10px;
  vertical-align: inherit;
  width: 129px;
}

.enteteCaddie .suppressionIcon {
  /* float: right; */
  padding-top: 0px;
  vertical-align: inherit;
  padding-right: 0px;
}

.enteteCaddie .dropdown-menu .basTotal {
  margin-bottom: 0px;
  color: #000;
  background: none;
  font-weight: 600;
  padding-left: 5px;
}

.enteteCaddie .dropdown-menu .basTotal div {
  float: right;
  margin-right: 25px;
}

.etapeDonateur {
  padding-bottom: 30px;
}

.etapeDonateur .form-group {
  height: 65px;
  text-align: left;
}

.etapeDonateur label {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 2px;
}

.etapeDonateur select.form-control {
  padding: 0px 0px;
}

.sectionEtapes h3 {
  text-align: center;
  margin-bottom: 20px;
}

.enteteCaddie .suppressionIcon a .fa {
  background: none;
  color: #ed1c24;
  display: inline-block;
  width: 16px;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease;
}

.enteteCaddie .suppressionIcon a .fa:hover {
  color: #222;
}

.enteteCaddie .montantArticle {
  text-align: center;
  /* padding-top: 15px; */
  color: #222;
  /* margin: 12px 9px; */
  white-space: nowrap;
  vertical-align: inherit;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #fff;
}

#total {
  font-weight: 600;
}

.enteteCaddie .bnum {
  background: #f14c38;
  display: inline-block;
  border-radius: 30px;
  font-size: 12px;
  width: 22px;
  height: 22px;
  padding-top: 1px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 20px;
}
.enteteCaddie .langueAbrev {
  display: inline-block;
  border-radius: 30px;
  font-size: 15px;
  width: 22px;
  height: 22px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 65px;
}

.caddieVide {
  text-align: center;
  color: #222;
  padding: 20px 0px;
}

.caddieVide h5 {
  font-weight: 600;
  font-size: 16px;
}

.caddieVide p {
  color: #999;
  margin-bottom: 0px;
}

.caddieImg {
  display: inline-block;
  margin: 0px;
  padding: 10px 0px !important;
  border-top: 0px !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caddieAjout {
  display: none;
}

i.fa.fa-angle-down {
  font-size: medium;
}

.cart-btn {
  text-align: center;
  width: 100%;
}

.finaliserBtn {
  display: inline-block;
  width: 49%;
}

.finaliserBtn a {
  width: 165px;
  text-align: center;
  margin-bottom: 0px;
  background: #59a135;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  margin-top: 0px;
  font-size: 14px;
  padding: 6px 20px !important;
  border: 1px solid #439b18;
  transition: all 0.2s ease;
}

.finaliserBtn.plus a {
  background: #f99d1c;
  color: #fff;
  border: 1px solid #f08f07;
}

.finaliserBtn a:hover {
  background: #46971e;
}

.finaliserBtn.plus a:hover {
  background: #ee8e07;
}

.btn-red {
  transition: all 0.2s ease;
  background: #f14c38 !important;
  color: #fff !important;
  box-shadow: 0px 2px 0px #cf1a04 !important;
}

.btn-red:hover,
.btn-red:active {
  background: #de932a !important;
  color: #fff !important;
  box-shadow: 0px 2px 0px #de932a !important;
}

.btnsPP .btnRadio {
  width: 300px;
}

.selectMontant .btnRadio {
  width: 135px;
}

.thankWrap .embed-responsive {
  margin-bottom: 30px;
}

.thankWrap .table {
  color: #000;
}

.thankWrap .table td {
  border-color: #d7d7d7;
  padding: 8px 20px;
  text-align: center;
  font-weight: 600;
}

.thankWrap.sorryWrap h2 {
  background: #d9edf7;
  color: #e4001b;
}

.qurbani-line {
  border-bottom: 2px dashed rgb(0, 66, 119);
}

.modal-header {
  background: #007bb7;
}

.modal-header h4 {
  color: #fff;
  font-size: 24px;
}

.modal-header .close {
  color: #fff;
  opacity: 0.7;
  font-size: 30px;
}

.modal-header .close img {
  height: 39px;
  width: 39px;
}

.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 0.9;
  cursor: pointer;
}

.modal-form input[type="text"] {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  margin: 0px 5px;
}

.mt-0 {
  margin-top: 0px;
}

.modal-body {
  padding: 20px;
}

.modal-body h3 {
  color: rgb(0, 66, 119);
}

/* Affichage icon mobile */

.navbar-collapse.collapse {
  display: block !important;
}

.navbar-nav > li,
.navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -20px !important;
}

.navbar-right {
  float: right !important;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

tbody tr:first-child {
  border-top-style: hidden;
}

.navbar-nav > li.open > ul.dropdown-menu {
  position: absolute;
  border: 1px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  box-shadow: none;
}

.last > td {
  font-weight: 600;
}

.btn-large {
  padding: 7px 40px;
  font-size: 20px;
  font-weight: 600;
}

.stp {
  text-align: center;
  min-width: 80px;
}

.inputMontantPtp::-webkit-outer-spin-button,
.inputMontantPtp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#confirmationModal h5 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  margin: auto;
}

input[type="number"] {
  /* */
}

header > .container {
  padding: 0px !important;
}

#confirmationModal .modal-body {
  padding: 20px;
  font-size: 1.15em;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .etapeDon .zInput {
    padding: 10px 20px;
  }
  .etapeDon .selectMontant .zInput {
    padding: 10px 14px;
  }
  .etapeDon .selectMontant .zInputWrapper {
    width: 485px;
  }
}

@media (max-width: 990px) {
  .etapeDon .selectMontant .zInputWrapper {
    width: 580px;
  }
  .etapeDon .selectMontant .zInput {
    padding: 10px 22px;
  }
  .aide h3 {
    font-size: 16px;
  }
}
#switchLang{
  display: none;
  max-width: 50px;
  min-width: 50px;
  left: 50px;
}
@media (max-width: 767px) {
  header > .container {
    max-width: none;
    padding: 0px 10px !important;
  }
  .sectionEtapes > .container {
    max-width: none;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -10px !important;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .sticky {
    position: fixed;
    width: 100%;
    right: 20px;
    top: 24px;
    z-index: 100;
    border-top: 0;
    transition: all 0.2s ease;
  }
  .hidden-xs {
    display: none;
  }
  .flag-icon {
    width: 28px !important;
  }
  .btnsPP .btnRadio {
    width: 275px;
  }
  .btnDonner {
    padding: 12px 20px;
    font-size: 16px;
  }
  .etapeDon .montantEnv {
    margin: 4px;
  }
  .etapeDon .montantEnv input {
    margin: 0px;
  }
  .etapeDon .montantEnv span {
    top: 8px;
  }
  #back-step-1 {
    margin: 0px;
    min-width: 200px;
  }
  #next-step-2 {
    margin: 0px;
    min-width: 200px;
    margin-bottom: 20px;
  }
  .dropdown-menu {
    left: auto !important;
    right: 0px !important;
  }
  .etapeDon .selectMontant .zInputWrapper {
    width: 100%;
  }
  .selectMontant {
    text-align: center;
  }
  .etapeDon .montantEnv {
    float: none;
    display: inline-block;
    width: 130px;
  }
  .donateur .form-group {
    height: 75px;
  }
  .enteteCaddie {
    border: none;
    float: none;
    width: auto;
  }
  .enteteCaddie .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .enteteCaddie {
    margin-left: -80px;
  }
  .enteteCaddie .dropdown {
    width: 150px;
  }
  .navbar-toggle {
    top: -10px;
  }
  .navbar-nav .open .dropdown-menu {
    background: #fff;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    transition: all 0.2s ease;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: #222;
  }
  .donationModal .th-quantity {
    display: none;
  }
  .donationModal .th-amount {
    display: none;
  }
  .donationModal th,
  .donationModal td {
    display: block;
    padding: 5px !important;
  }
  .donationModal .table-responsive {
    padding: 10px;
  }
  .donationModal .dmodal-tr {
    border-bottom: 20px solid transparent;
  }
  .donationModal .dmodal-tr span {
    display: inline-block;
    width: 65px;
    margin-right: 15px;
    text-align: right;
  }
  .donationModal h3 {
    margin-top: 0px;
  }
  .donationModal .devise {
    display: none;
  }
  .donationModal .blankTh {
    display: none;
  }
  .qurbani-input {
    margin-left: 0px;
  }
  .modal-dialog input[type="text"] {
    width: 220px;
  }
  .th-fund {
    display: none;
  }
  .modal-dialog span {
    text-align: right;
  }
  .modal-dialog {
    width: 95% !important;
    margin: 10px auto;
  }
  .modal-dialog td {
    /* display: block; */
    padding: 3px 3px;
    max-width: 50%;
  }
  .visible-xs.label-xs {
    display: inline-block !important;
    width: 90px;
    margin-right: 15px;
    padding-left: 20px;
    text-align: right;
  }
  .devise {
    display: none !important;
  }
  .th-quantity,
  .th-amount {
    display: none;
  }
  .dmodal-tr {
    border-bottom: 20px solid #fff;
  }
  .th-description {
    font-size: 18px !important;
    font-weight: bold !important;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .table-responsive {
    padding: 10px;
  }
  .modal-body {
    padding: 15px;
  }
  body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    min-width: 300px;
    color: #666;
  }

  h1,
  h2,
  h3,
  h4 {
    font-weight: 600;
    color: #222;
  }

  a {
    transition: all 0.3s ease;
    color: #12559d;
  }

  a:focus,
  a:hover {
    text-decoration: none;
    color: #012852;
  }

  header {
    background: #007bb7;
    padding: 6px 0px;
    height: 83px;
  }

  .aide {
    color: #fff;
    text-align: right;
    padding-top: 0px;
    float: right;
  }

  .hide {
    display: none;
  }

  .aide h3 {
    color: #fff;
    margin: 0px;
    font-size: 18px;
  }

  .dropdown-toggle::after {
    display: none !important;
  }

  .dropdown-toggle:hover {
    text-decoration: none;
  }

  .dropdown-menu {
    position: absolute !important;
    left: -310px;
  }

  .aide > p {
    margin-top: 10px;
    margin-bottom: 0.5rem;
  }

  .header {
    padding-right: 0px !important;
  }

  .sectionDonation {
    text-align: center;
    margin-top: 83px;
    padding: 25px 0px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
  }

  .sectionDonation h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-top: 15px;
  }

  .sectionDonation p {
    color: #fff;
    font-size: 24px;
  }

  .sectionEtapes h3 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 24px;
  }

  .langLink {
    font-size: 15px;
    padding: 2px 2px 2px 6px !important;
    vertical-align: super;
    margin-left: -10px;
  }

  .langLink img {
    width: 24px;
  }

  .langLink:hover {
    opacity: 1;
  }

  #btnCaddie,#btnLangue {
    margin-right: 10px;
  }

  .currLang {
    opacity: 0.5;
  }

  .langSep {
    font-size: 16px;
    vertical-align: super;
  }

  .afficher {
    display: block;
  }

  .cacher {
    display: none;
  }

  .sectionEtapes h3 .icon-num {
    display: inline-block;
    background: #dddddd;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #808080;
    font-size: 20px;
    padding-top: 4px;
    margin-right: 5px;
    margin-top: 20px;
  }

  .btn-dselect {
    background-color: #007bb7;
    color: #fff;
    font-size: 24px;
    border-radius: 6px;
    padding: 12px;
    width: 240px;
    border: 1px solid #0178b2;
    margin: 4px;
  }

  .btn-dselect:hover,
  .btn-dselect:focus,
  .btn-dselect.active {
    color: #000;
    background-color: #f99d1c;
    border-color: #dfb109;
  }

  #formPP {
    display: block;
  }

  .succes {
    display: block !important;
    color: #50d000 !important;
  }

  .echec {
    display: block !important;
    color: #eb2437 !important;
  }

  h5.messageInfo {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    display: none;
  }

  .zInput div:after,
  .zInput div::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    content: "";
    width: 0;
    height: 0;
    border-top: solid 6px #000;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
  }

  .etapesWrap .textDonsPhares {
    margin-bottom: 15px;
  }

  .stepOne {
    padding-bottom: 60px;
  }

  .etapeDon {
    /*border-top:1px solid #d7d7d7;*/
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
    display: block;
  }

  .etapeDon .zInput {
    width: auto;
    padding: 10px 27px;
  }

  .etapeDon .selectMontant .zInputWrapper {
    vertical-align: top;
  }

  .etapeDon .montantEnv {
    width: 130px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  .etapeDon .montantEnv span {
    position: absolute;
    color: #007bb7;
    top: 10px;
    left: 16px;
    font-size: 22px;
    z-index: 1;
  }

  .etapeDon .montantEnv input {
    padding-left: 60px;
    padding-top: 7px;
    margin: 4px;
    height: 45px;
    border: 2px solid #007bb7;
  }

  .donateur {
    border-top: 1px solid #d7d7d7;
    padding-top: 20px;
    padding-bottom: 60px;
    display: none;
  }

  .donateur .form-control {
    font-size: 14px;
    height: 38px;
    padding: 8px 15px;
  }

  .donateur select.form-control {
    padding: 0px 0px;
  }

  .donateur label {
    font-size: 16px;
    font-weight: 600;
    color: #222;
  }

  .donateur .form-group {
    height: 82px;
  }

  .infoPrestataire {
    text-align: left;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
    background-color: whitesmoke !important;
  }

  .btnsPP {
    margin-bottom: 30px;
  }

  .selectMontant {
    margin: 0px auto 30px auto;
    max-width: 800px;
  }

  .tousProjets {
    background-color: white !important;
    border: 2px solid #007bb7 !important;
    color: #007bb7 !important;
  }

  .erreurs {
    color: #f20404;
    font-size: 18px;
    font-weight: 400;
    display: none;
  }

  .modal-td {
    padding-left: 10px;
    width: 100%;
  }

  .italic {
    font-style: italic;
  }

  .etapeDon input[type="radio"] {
    visibility: hidden;
    position: absolute;
    top: -20px;
    left: -20px;
  }

  .btnRadio {
    display: inline-block;
    background-color: #007bb7;
    margin: 4px;
    padding: 6px 0px;
    text-align: center;
    cursor: default;
    color: #fff;
    border: 1px solid #0178b2;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 400;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
  }

  .btnRadio:hover {
    cursor: pointer !important;
    color: #222;
    background-color: #f99d1c;
    border-color: #dfb109;
  }

  .checked {
    color: #222;
    background-color: #f99d1c;
    border-color: #dfb109;
  }

  .btnValider {
    text-align: center;
    padding-left: 0px;
    margin-left: -5px;
  }

  .validerBtnWrap {
    text-align: center;
  }

  .btn-back {
    background: #dddddd;
    color: #808080;
    font-weight: 600;
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: 0px 2px 0px #bbbbbb;
  }

  .btn-back:hover {
    background: #e9bd1d;
    box-shadow: 0px 2px 0px #d9ac08;
  }

  .btnDonner {
    background: #007bb7;
    color: #fff;
    font-weight: 600;
    /*margin-left: 30px;*/
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: 0px 2px 0px #0178b2;
  }

  .btnEtapes:hover {
    background: #007bb7;
    box-shadow: 0px 2px 0px #0178b2;
    color: #fff !important;
  }

  .btnEtapes.btnProceder {
    background: #e9bd1d;
    box-shadow: 0px 2px 0px #ddad00;
    color: #000;
  }

  .btnEtapes.btnProceder:hover {
    background: #e8b600;
  }

  .messageDonnees {
    text-align: left;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .messageDonnees h3 {
    margin-top: 0px;
    text-align: left !important;
    margin-bottom: 5px !important;
  }

  .messageDonnees p.lead {
    font-size: 15px;
    font-weight: 600;
    color: #222;
  }

  .thankMsg {
    padding: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 600px;
  }

  footer {
    background: url(../donation-img/foot-bg.jpg) repeat-x center top;
  }

  footer img {
    margin: 0 auto;
  }

  .diviseurUnique {
    border-top: 1px solid #d7d7d7;
    padding-top: 30px;
  }

  .montantTotal {
    font-weight: 800;
    font-size: 20px;
  }

  .p0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .enteteCaddie {
    float: right;
    color: #fff;
    font-size: 30px;
    padding-left: 5px;
    border-left: 1px solid #fff;
    margin-left: 20px;
    margin-top: 15px;
    width: 98px;
  }

  .enteteCaddie .navbar {
    margin: 0px;
    padding: 0px;
  }

  .enteteCaddie .navbar-default {
    background: none;
    border: none;
  }

  .enteteCaddie .navbar-default .navbar-nav > li > a {
    color: #fff;
  }

  .enteteCaddie .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }

  .enteteCaddie .nav > li > a {
    padding: 10px 15px;
  }
  #switchLang{
    display: none;
    max-width: 50px;
    min-width: 50px;
    left: 50px!important;
  }
  .enteteCaddie .dropdown-menu {
    max-width: 381px;
    min-width: 375px;
    padding: 15px;
    margin-top: 15px !important;
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
  }

  .enteteCaddie .dropdown-menu h4 {
    margin-top: 0px;
    background: #f9f9f9;
    padding: 10px;
    font-size: 16px;
  }

  .enteteCaddie .dropdown-menu li {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .enteteCaddie .dropdown-menu tr.last {
    border-bottom: none;
    margin-bottom: 5px;
    padding-bottom: 0px;
  }

  .enteteCaddie .dropdown-menu a {
    display: inline-block;
    padding: 0px;
    padding-top: 12px;
    padding-right: 10px;
  }

  .enteteCaddie .dropdown-menu .textDon {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 10px;
    vertical-align: inherit;
    width: 129px;
  }

  .enteteCaddie .suppressionIcon {
    /* float: right; */
    padding-top: 0px;
    vertical-align: inherit;
    padding-right: 0px;
  }

  .enteteCaddie .dropdown-menu .basTotal {
    margin-bottom: 0px;
    color: #000;
    background: none;
    font-weight: 600;
    padding-left: 5px;
  }

  .enteteCaddie .dropdown-menu .basTotal div {
    float: right;
    margin-right: 25px;
  }

  .etapeDonateur {
    padding-bottom: 30px;
  }

  .etapeDonateur .form-group {
    height: 65px;
    text-align: left;
  }

  .etapeDonateur label {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
  }

  .etapeDonateur select.form-control {
    padding: 0px 0px;
  }

  .sectionEtapes h3 {
    text-align: center;
    margin-bottom: 20px;
  }

  .enteteCaddie .suppressionIcon a .fa {
    background: none;
    color: #ed1c24;
    display: inline-block;
    width: 16px;
    text-align: center;
    font-size: 14px;
    transition: all 0.2s ease;
  }

  .enteteCaddie .suppressionIcon a .fa:hover {
    color: #222;
  }

  .enteteCaddie .montantArticle {
    text-align: center;
    /* padding-top: 15px; */
    color: #222;
    /* margin: 12px 9px; */
    white-space: nowrap;
    vertical-align: inherit;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #fff;
  }

  #total {
    font-weight: 600;
  }
 

  .caddieVide {
    text-align: center;
    color: #222;
    padding: 20px 0px;
  }

  .caddieVide h5 {
    font-weight: 600;
    font-size: 16px;
  }

  .caddieVide p {
    color: #999;
    margin-bottom: 0px;
  }

  .caddieImg {
    display: inline-block;
    margin: 0px;
    padding: 10px 0px !important;
    border-top: 0px !important;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .hidden {
    display: none;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .caddieAjout {
    display: none;
  }

  i.fa.fa-angle-down {
    font-size: medium;
  }

  .cart-btn {
    text-align: center;
    width: 100%;
  }

  .finaliserBtn {
    display: inline-block;
    width: 49%;
  }

  .finaliserBtn a {
    width: 165px;
    text-align: center;
    margin-bottom: 0px;
    background: #59a135;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    margin-top: 0px;
    font-size: 14px;
    padding: 6px 20px !important;
    border: 1px solid #439b18;
    transition: all 0.2s ease;
  }

  .finaliserBtn.plus a {
    background: #f99d1c;
    color: #fff;
    border: 1px solid #f08f07;
  }

  .finaliserBtn a:hover {
    background: #46971e;
  }

  .finaliserBtn.plus a:hover {
    background: #ee8e07;
  }

  .btn-red {
    transition: all 0.2s ease;
    background: #f14c38 !important;
    color: #fff !important;
    box-shadow: 0px 2px 0px #cf1a04 !important;
  }

  .btn-red:hover,
  .btn-red:active {
    background: #de932a !important;
    color: #fff !important;
    box-shadow: 0px 2px 0px #de932a !important;
  }

  .btnsPP .btnRadio {
    width: 300px;
  }

  .selectMontant .btnRadio {
    width: 135px;
  }

  .thankWrap .embed-responsive {
    margin-bottom: 30px;
  }

  .thankWrap .table {
    color: #000;
  }

  .thankWrap .table td {
    border-color: #d7d7d7;
    padding: 8px 20px;
    text-align: center;
    font-weight: 600;
  }

  .thankWrap.sorryWrap h2 {
    background: #d9edf7;
    color: #e4001b;
  }

  .qurbani-line {
    border-bottom: 2px dashed rgb(0, 66, 119);
  }

  .modal-header {
    background: #007bb7;
  }

  .modal-header h4 {
    color: #fff;
    font-size: 24px;
  }

  .modal-header .close {
    color: #fff;
    opacity: 0.7;
    font-size: 30px;
  }

  .modal-header .close img {
    height: 39px;
    width: 39px;
  }

  .modal-header .close:hover,
  .modal-header .close:focus {
    opacity: 0.9;
    cursor: pointer;
  }

  .modal-form input[type="text"] {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    margin: 0px 5px;
  }

  .mt-0 {
    margin-top: 0px;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-body h3 {
    color: rgb(0, 66, 119);
  }

  /* Affichage icon mobile */

  .navbar-collapse.collapse {
    display: block !important;
  }

  .navbar-nav > li,
  .navbar-nav {
    float: left !important;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -20px !important;
  }

  .navbar-right {
    float: right !important;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-nav > li {
    float: none;
    display: inline-block;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  tbody tr:first-child {
    border-top-style: hidden;
  }

  .navbar-nav > li.open > ul.dropdown-menu {
    position: absolute;
    border: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
  }

  .last > td {
    font-weight: 600;
  }

  .btn-large {
    padding: 7px 45px;
    font-size: 20px;
    font-weight: 600;
  }

  .stp {
    text-align: center;
    min-width: 80px;
  }

  .inputMontantPtp::-webkit-outer-spin-button,
  .inputMontantPtp::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  #confirmationModal h5 {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    width: 100%;
    margin: auto;
  }

  header > .container {
    padding: 0px !important;
  }

  #confirmationModal .modal-body {
    padding: 20px;
    font-size: 1.15em;
    font-weight: bold;
  }

  @media (max-width: 1200px) {
    .etapeDon .zInput {
      padding: 10px 20px;
    }
    .etapeDon .selectMontant .zInput {
      padding: 10px 14px;
    }
    .etapeDon .selectMontant .zInputWrapper {
      width: 485px;
    }
  }

  @media (max-width: 990px) {
    .etapeDon .selectMontant .zInputWrapper {
      width: 580px;
    }
    .etapeDon .selectMontant .zInput {
      padding: 10px 22px;
    }
    .aide h3 {
      font-size: 16px;
    }
    .progress {
      left: 75% !important;
      width: 50% !important;
    }
  }

  @media (max-width: 767px) {
    header > .container {
      max-width: none;
      padding: 0px 10px !important;
    }
    .progress {
      left: 75% !important;
      width: 50% !important;
    }
    .sectionEtapes > .container {
      max-width: none;
    }
    .navbar-nav.navbar-right:last-child {
      margin-right: -10px !important;
    }
    .col-xs-9 {
      width: 75%;
    }
    .col-xs-3 {
      width: 25%;
    }
    .sticky {
      position: fixed;
      width: 100%;
      right: 20px;
      top: 24px;
      z-index: 100;
      border-top: 0;
      transition: all 0.2s ease;
    }
    .hidden-xs {
      display: none;
    }
    .flag-icon {
      width: 28px !important;
    }
    .btnsPP .btnRadio {
      width: 275px;
    }
    .btnDonner {
      padding: 12px 20px;
      font-size: 16px;
    }
    .etapeDon .montantEnv {
      margin: 4px;
    }
    .etapeDon .montantEnv input {
      margin: 0px;
    }
    .etapeDon .montantEnv span {
      top: 8px;
    }
    #back-step-1 {
      margin: 0px;
      min-width: 200px;
    }
    #next-step-2 {
      margin: 0px;
      min-width: 200px;
      margin-bottom: 20px;
    }
    .dropdown-menu {
      left: auto !important;
      right: 0px !important;
    }
    .etapeDon .selectMontant .zInputWrapper {
      width: 100%;
    }
    .selectMontant {
      text-align: center;
    }
    .etapeDon .montantEnv {
      float: none;
      display: inline-block;
      width: 130px;
    }
    .donateur .form-group {
      height: 75px;
    }
    .enteteCaddie {
      border: none;
      float: none;
      width: auto;
    }
    .enteteCaddie .navbar-collapse {
      padding-left: 15px;
      padding-right: 15px;
    }
    .enteteCaddie {
      margin-left: -80px;
    }
    .enteteCaddie .dropdown {
      width: 150px;
    }
    .navbar-toggle {
      top: -10px;
    }
    .navbar-nav .open .dropdown-menu {
      background: #fff;
    }
    .navbar-default .navbar-toggle {
      border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
      transition: all 0.2s ease;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
      background: #222;
    }
    .donationModal .th-quantity {
      display: none;
    }
    .donationModal .th-amount {
      display: none;
    }
    .donationModal th,
    .donationModal td {
      display: block;
      padding: 5px !important;
    }
    .donationModal .table-responsive {
      padding: 10px;
    }
    .donationModal .dmodal-tr {
      border-bottom: 20px solid transparent;
    }
    .donationModal .dmodal-tr span {
      display: inline-block;
      width: 65px;
      margin-right: 15px;
      text-align: right;
    }
    .donationModal h3 {
      margin-top: 0px;
    }
    .donationModal .devise {
      display: none;
    }
    .donationModal .blankTh {
      display: none;
    }
    .qurbani-input {
      margin-left: 0px;
    }
    .modal-dialog input[type="text"] {
      width: 220px;
    }
    .th-fund {
      display: none;
    }
    .modal-dialog span {
      text-align: right;
    }
    .modal-dialog {
      width: 95% !important;
      margin: 10px auto;
    }
    .modal-dialog td {
      /* display: block; */
      padding: 3px 3px;
      max-width: 50%;
    }
    .visible-xs.label-xs {
      display: inline-block !important;
      width: 90px;
      margin-right: 15px;
      padding-left: 20px;
      text-align: right;
    }
    .devise {
      display: none !important;
    }
    .th-quantity,
    .th-amount {
      display: none;
    }
    .dmodal-tr {
      border-bottom: 20px solid #fff;
    }
    .th-description {
      font-size: 18px !important;
      font-weight: bold !important;
      padding-top: 5px;
      padding-bottom: 10px;
    }
    .table-responsive {
      padding: 10px;
    }
    .modal-body {
      padding: 15px;
    }
  }

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Put your IE-only styles here. Works for IS 10 & IE 11*/
  }

  @media (max-width: 480px) {
    .enteteCaddie .dropdown-menu {
      min-width: 300px;
    }
    .enteteCaddie {
      width: auto;
    }
    .finaliserBtn {
      width: 100%;
    }
    .finaliserBtn a {
      width: 100%;
    }
    .finaliserBtn.plus a {
      margin-bottom: 5px;
    }
    .modal-dialog input[type="text"] {
      width: 160px;
    }
    .visible-xs.label-xs {
      width: 75px;
    }
    #liste_articles {
      min-width: 270px;
    }
    .progress {
      width: 30% !important;
      left: 85% !important;
    }
  }

  #erreursPP {
    display: none;
  }

  /*= =*/

  .qurbani-input {
    width: 80px;
    margin-left: 10px;
    padding: 4px;
  }

  .modal-dialog {
    max-width: 791px !important;
    width: 95% !important;
  }

  .modal-footer > .btn-default {
    border-color: #afafaf;
  }

  .devise {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
  }

  .montantPtp,
  .mntKurban,
  .qteKurban {
    width: 50px;
    padding-left: 3px;
  }

  .montantPtp > input,
  .mntKurban > input,
  .qteKurban > input {
    width: 100px;
    text-align: center;
  }

  .montantPtp > input,
  #montantLibre {
    -moz-appearance: textfield;
  }

  .modalRGPD > .modal-dialog {
    max-width: 95% !important;
    bottom: 0;
    margin: 1% 2.5%;
    position: fixed;
  }

  .modalRGPD p {
    margin-bottom: 0rem;
  }

  #validerRgpdId {
    float: right;
    font-size: 12px;
  }

  #liste_articles {
    margin-top: -5px;
  }

  #articleModel {
    border-bottom: 1px solid lightgray;
  }

  .th-amount {
    position: relative;
    left: 50px;
  }

  .oqTotal {
    padding: 4px;
  }

  .oTotal + span {
    display: none !important;
  }

  .last > td:last-child {
    text-align: right;
    padding-right: 20px;
  }

  .modal-td {
    padding-left: 10px;
  }

  .dmodal-tr {
    height: 50px;
    width: 220px;
  }

  .mntKurban {
    text-align: center;
  }

  .kurbanIcon img {
    height: 40px;
    margin-right: 15px;
  }

  #donRecurrent {
    /* display:none; */
  }

  @media (max-width: 350px) {
    .modal-dialog span {
      text-align: left;
    }
    .visible-xs.label-xs {
      display: block !important;
      width: 100%;
      padding-left: 0px;
      margin-right: 0px;
      text-align: left;
    }
    .modal-dialog input[type="text"] {
      width: 100%;
    }
    .flag-icon {
      width: 28px;
    }
    .progress {
      width: 50% !important;
    }
  }

  .active .badge {
    background: #007bb7 !important;

    color: #fff !important;

    border-color: #007bb7 !important;
  }
  .nav-link.active {
  }
  /* .filariane li:nth-child(2) {
  background: rgba(0, 122, 184, 0.50);
}
.filariane li:nth-child(3) {
  background: rgba(0, 122, 184, 0.35);
}
.filariane li:nth-child(4) {
  background: rgba(0, 122, 184, 0.25);
}
.filariane li:nth-child(5) {
  background: rgba(0, 122, 184, 0.15);
  border-right: 1px solid #0e7cb31a;
}  */

  .filariane li a.valide .badge {
  }
  /* .filariane li:nth-child(2) a.valide       {background: rgba(0, 122, 184, 0.4);color:#fff;}
.filariane li:nth-child(3) a.valide       { background:        #007ab899; color:#fff; }
.filariane li:nth-child(4) a.valide       { background:        #007ab866; color:#fff; }
.filariane li:nth-child(5) a.valide       { background:        #007ab833; color:#fff; } */
  .filariane li {
    margin: -2px 0px;
    width: 25%;
    height: auto;
    text-align: left;
    float: left;
    color: #fff;
  }
  .filariane li a.valide:hover .badge {
    box-shadow: 0px 0px 3px #000;
  }

  .filariane li a {
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
  .filariane .valide .badge::before {
    content: "\2713";
  }
  .filariane .active .badge::before {
    content: none;
  }

  .filariane {
    list-style: none;
    height: auto;
    border-bottom: none;
  }
  .filariane .badge {
    font-size: 18px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    color: #6b6a6a;
    padding-top: 13px !important;
    border: 2px solid #8080805c;
    background: #fff;
  }
  .filariane li a.valide p {
    display: none;
  }
  .filariane li a.active p {
    display: block;
  }

  .bvr {
    font-size: 17px;
    font-weight: 600;
  }
  .table {
    margin-bottom: 0px;
  }
  .paiementList {
    list-style: none;
  }
  .paiementList li {
    margin-top: 15px;
  }
  .paiementList li input {
    border: 1px solid #007bb7;
    border-radius: 5px;
    width: 100%;
    height: 40px;
  }
  .paiementRecurrent .btnRadio {
    padding: 10px 50px;
  }

  .methodeImg {
    height: 36px;
    margin-right: 20px;
  }
  .paiementLabel {
    padding: 10px 10px;
    text-align: left;
    color: #000000ba;
    background: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #a0a0a07a;
    margin-top: 20px;
  }

  .MPchecked,
  .paiementLabel:hover {
    box-shadow: 0px 0px 2px #7d7d7d4f;
    background: #4ca2cd;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    border-color: #4ca2cd;
  }
  .btnSuivant:hover {
    color: #fff;
    box-shadow: 0px 2px 0px rgba(0, 184, 46, 0.99);
    background: rgba(0, 184, 46, 0.99);
  }
  .btnSuivant {
    background: rgba(0, 184, 46, 0.8);
    color: #fff !important;
    box-shadow: 1px 2px 0px rgba(2, 143, 37, 0.99);
    padding-bottom: 11px;
  }

  .progress {
    position: relative;
    top: 31px;
    left: 70%;
    width: 60%;
    height: 3px;
    float: left;
  }
  .active .progress-bar {
    width: 20%;
  }
  .valide .progress-bar {
    width: 100% !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* Put your IE-only styles here. Works for IS 10 & IE 11*/
}

@media (max-width: 480px) {
  .enteteCaddie .dropdown-menu {
    min-width: 300px;
  }
  .enteteCaddie {
    width: auto;
  }
  .finaliserBtn {
    width: 100%;
  }
  .finaliserBtn a {
    width: 100%;
  }
  .finaliserBtn.plus a {
    margin-bottom: 5px;
  }
  .modal-dialog input[type="text"] {
    width: 160px;
  }
  .visible-xs.label-xs {
    width: 75px;
  }
  #liste_articles {
    min-width: 270px;
  }
  .progress {
    width: 30% !important;
    left: 85% !important;
  }
}

#erreursPP {
  display: none;
}

/*= =*/

.qurbani-input {
  width: 80px;
  margin-left: 10px;
  padding: 4px;
}

.modal-dialog {
  max-width: 791px !important;
  width: 95% !important;
}

.modal-footer > .btn-default {
  border-color: #afafaf;
}

.devise {
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}

.montantPtp,
.mntKurban,
.qteKurban {
  width: 50px;
  padding-left: 3px;
}

.montantPtp > input,
.mntKurban > input,
.qteKurban > input {
  width: 100px;
  text-align: center;
}

.montantPtp > input,
#montantLibre {
  -moz-appearance: textfield;
}

.modalRGPD > .modal-dialog {
  max-width: 95% !important;
  bottom: 0;
  margin: 1% 2.5%;
  position: fixed;
}

.modalRGPD p {
  margin-bottom: 0rem;
}

#validerRgpdId {
  float: right;
  font-size: 12px;
}

#liste_articles {
  margin-top: -5px;
}

#articleModel {
  border-bottom: 1px solid lightgray;
}

.th-amount {
  position: relative;
  left: 50px;
}

.oqTotal {
  padding: 4px;
}

.oTotal + span {
  display: none !important;
}

.last > td:last-child {
  text-align: right;
  padding-right: 20px;
}

.modal-td {
  padding-left: 10px;
}

.dmodal-tr {
  height: 50px;
  width: 220px;
}

.mntKurban {
  text-align: center;
}

.kurbanIcon img {
  height: 40px;
  margin-right: 15px;
}

#donRecurrent {
  /* display:none; */
}

@media (max-width: 350px) {
  .modal-dialog span {
    text-align: left;
  }
  .visible-xs.label-xs {
    display: block !important;
    width: 100%;
    padding-left: 0px;
    margin-right: 0px;
    text-align: left;
  }
  .modal-dialog input[type="text"] {
    width: 100%;
  }
  .flag-icon {
    width: 28px;
  }
  .progress {
    width: 50% !important;
  }
}

.active .badge {
  background: #007bb7 !important;

  color: #fff !important;

  border-color: #007bb7 !important;
}
.nav-link.active {
}
/* .filariane li:nth-child(2) {
  background: rgba(0, 122, 184, 0.50);
}
.filariane li:nth-child(3) {
  background: rgba(0, 122, 184, 0.35);
}
.filariane li:nth-child(4) {
  background: rgba(0, 122, 184, 0.25);
}
.filariane li:nth-child(5) {
  background: rgba(0, 122, 184, 0.15);
  border-right: 1px solid #0e7cb31a;
}  */

.filariane li a.valide .badge {
  color: #007bb7;
}
/* .filariane li:nth-child(2) a.valide       {background: rgba(0, 122, 184, 0.4);color:#fff;}
.filariane li:nth-child(3) a.valide       { background:        #007ab899; color:#fff; }
.filariane li:nth-child(4) a.valide       { background:        #007ab866; color:#fff; }
.filariane li:nth-child(5) a.valide       { background:        #007ab833; color:#fff; } */
.filariane li {
  margin: -2px 0px;
  width: 25%;
  height: auto;
  text-align: left;
  float: left;
  color: #fff;
}
.filariane li a.valide:hover .badge {
  box-shadow: 0px 0px 3px #000;
}

.filariane li a {
  font-size: 15px;
  font-weight: 600;
  border: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.filariane .valide .badge::before {
  content: "\2713";
}
.filariane .active .badge::before {
  content: none;
}

.filariane {
  list-style: none;
  height: auto;
  border-bottom: none;
}
.filariane .badge {
  font-size: 18px;
  font-weight: 600;
  width: 40px;
  height: 40px;
  color: #6b6a6a;
  padding-top: 8px !important;
  border: 2px solid #8080805c;
  background: #fff;
}
.filariane li a.valide p {
  display: none;
}
.filariane li a.active p {
  display: block;
}

.bvr {
  font-size: 17px;
  font-weight: 600;
}
.table {
  margin-bottom: 0px;
}
.paiementList {
  list-style: none;
}
.paiementList li {
  margin-top: 15px;
}
.paiementList li input {
  border: 1px solid #007bb7;
  border-radius: 5px;
  width: 100%;
  height: 40px;
}
.paiementRecurrent .btnRadio {
  padding: 10px 50px;
}

.methodeImg {
  height: 30px;
  margin-right: 20px;
}
.paiementLabel {
  padding: 7px 10px;
  text-align: left;
  color: #000000ba;
  background: #fff;
  font-size: 15px;
  border-radius: 4px;
  border: 1px solid #a0a0a07a;
  margin-top: 5px;
}

.MPchecked,
.paiementLabel:hover {
  box-shadow: 0px 0px 2px #7d7d7d4f;
  background: #4ca2cd;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  border-color: #4ca2cd;
}
.btnSuivant:hover {
  color: #fff;
  box-shadow: 0px 2px 0px rgb(0, 123, 183);
  background: rgb(0, 123, 183);
}
.btnSuivant {
  background: rgba(0, 123, 183, 0.78);
  color: #fff !important;
  box-shadow: 1px 2px 0px rgb(0, 123, 183);
  padding-bottom: 11px;
}
.bg-orange {
  transition: all 0.2s ease;
  color: #fff !important;
  box-shadow: 0px 2px 0px #bc7615 !important;
  background: #f99e1e !important;
}
.progress {
  position: relative;
  top: 26px;
  left: 65%;
  width: 69%;
  height: 3px;
  float: left;
}
.active .progress-bar {
  width: 20%;
}
.valide .progress-bar {
  width: 100% !important;
}

#detailPanier {
  list-style: none;
  padding-left: 0px;
}
#detailPanier li {
  margin-top: 10px;
}
.detailDon {
}

#frequence {
  font-weight: 600;
  margin-top: 30px;
}
#totalPanier {
  font-weight: 600;
}
.syntheseDon {
  font-size: 15px;
  padding-top: 4px;
  padding-left: 10%;
}
#titreDonH3Synth {
  margin-top: 0px;
}
#titreDonH3Synth span {
  margin-top: 0px;
}
.divider {
  width: 0;
  margin-top: 55px;
  margin-bottom: 20px;
  height: auto;
  border-left: 1px solid #ccc;
}
