.page-template-boutique header {
  background: #000;
}
.page-template-boutique #main {
  margin-top: 150px;
}

.page-template-archive:before,
.post-template-default:before {
  max-height: 400px;
}

.acf-relationship .list {
  height: 500px !important;
}

.m-0 {
  margin: 0 !important;
}

.panier_header {
  margin-right: 10px !important;
  line-height: 40px;
}

.hi-menu > li > a > .him-icon {
  font-size: 30px;
  color: #fff !important;
}

ol > li::before {
  content: counter(listStyle) '. ';
  font-weight: 800;
  color: #e30613 !important;
}

ol li {
  counter-increment: listStyle;
}

h1 {
  text-transform: initial;
  color: #1e1e1e;
  font-size: 56px;
  margin: 0 0 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 60px;
}

h2 {
  text-transform: initial;
  color: #1e1e1e;
  font-size: 46px;
  margin: 0 0 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 50px;
}

h3 {
  text-transform: initial;
  color: #1e1e1e;
  font-size: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  line-height: 34px;
}

h4 {
  text-transform: initial;
  color: #1e1e1e;
  font-size: 24px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 20px;
  line-height: 28px;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.open-menu {
  display: none;
}

.w-100 {
  width: 100% !important;
}

.d-bloc {
  display: block !important;
}

.d-none {
  display: none !important;
}

.clear-l {
  clear: left;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

/*.wow {
    visibility: hidden;
}*/

.visible {
  visibility: visible;
}

.d-flex {
  display: flex !important;
  flex: 1 1 0;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.f-d-column {
  flex-direction: column;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

img,
iframe {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

#main-navigation-mobile {
  display: none;
}

article {
  padding: 60px 0 0;
}

article p,
article li {
  font-size: 20px;
  line-height: 34px;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.open-menu {
  display: none;
}

.grecaptcha-badge {
  right: -500px !important;
}

.scrolltotop {
  background: #000;
  bottom: 80px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  opacity: 0.7;
  overflow: hidden !important;
  padding: 0;
  position: fixed !important;
  right: 40px;
  font-size: 20px;
  width: 40px;
  z-index: 999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrolltotop svg {
  stroke: #fff;
}

.count_demanddes{
  border-radius: 50%;
  background: #e30613;
  color: #fff;
  padding: 2px;
  min-width: 36px;
  float: right;
  text-align: center;
  border: 2px solid #fff;
}

/* Shine */

.lien-bloc,
.btn,
button,
.button {
  position: relative;
  overflow: hidden;
}

.lien-bloc::before,
.section_permis_categorie .container .item:hover .infos .btn::before,
.btn::before,
button::before,
.button::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.lien-bloc:hover::before,
.section_permis_categorie .container .item:hover .infos .btn::before,
.btn:hover::before,
button:hover::before,
.button:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.avatar-header {
  background: #fff;
  border-radius: 50%;
}
.hi-menu {
  list-style: none;
}

.hi-menu > li {
  float: left;
  margin: 0 1px;
  vertical-align: top;
  min-width: 30px;
  height: 30px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .hi-menu > li {
    position: static !important;
  }
}

.hi-menu > li .dropdown-menu {
  top: 38px;
}

.hi-menu > li .dropdown-menu-lg .lg-body {
  min-height: 350px;
  overflow-x: hidden;
}

.hi-menu > li > a {
  color: #fff;
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  border-radius: 100%;
}

.hi-menu > li > a > .him-icon {
  font-size: 24px;
  line-height: 34px;
}

.hi-menu > li > a > .him-label {
  line-height: 34px;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.hi-menu > li > a > .him-counts {
  position: absolute;
  font-style: normal;
  background: #f44336;
  padding: 1px 5px;
  border-radius: 2px;
  right: -10px;
  top: -10px;
  font-size: 10px;
  line-height: 15px;
  border-radius: 100%;
}

.hi-menu > li.toggled > a,
.hi-menu > li:hover > a {
  background-color: rgba(0, 0, 0, 0.08);
}

.lg-header {
  text-align: center;
  padding: 15px 10px 13px;
  line-height: 100%;
  border-bottom: 1px solid #f0f0f0;
  color: #4c4c4c;
  margin-bottom: 10px;
}

.lgi-heading,
.lgi-text:not(:last-child) {
  margin-bottom: 4px;
}

.lg-header .actions {
  position: absolute;
  top: 5px;
  right: 10px;
}

.lgi-img {
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 40px;
  border-radius: 50%;
}

.lgi-heading {
  color: #000;
}

.lgi-attrs > li,
.lgi-text {
  font-size: 12px;
  color: #777;
}

.lgi-heading,
.lgi-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.lgi-checkbox {
  margin-top: 8px;
  margin-bottom: 0;
}

.lgi-attrs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lgi-attrs > li {
  display: inline-block;
  border: 1px solid #f0f0f0;
  margin: 2px 2px 2px 0;
  padding: 2px 5px;
}

.lgi-attrs > li > a {
  display: block;
}

.lgi-img {
  width: 100%;
  max-width: 30px;
  height: 100%;
  max-height: 30px;
  border-radius: 50%;
}

.page-template-client-page-panier .content {
  column-gap: 20px;
}

.page-template-client-page-panier #primary {
  background: #fff;
  padding: 140px 0 40px;
}

.page-template-client-page-panier .message-panier {
  color: #e30613;
  text-align: center;
  font-size: 24px;
  padding: 15px;
  margin-top: 0;
  font-weight: bold;
  border: 2px dashed #e30613;
  display: inline-block;
  width: 100%;
}

.page-template-client-page-panier .lc-block {
  margin-top: 0 !important;
  padding: 50px 0;
}

.page-template-client-page-panier .bloc-left {
  width: calc(50% - 10px);
  text-align: center;
}

.page-template-client-page-panier .bloc-right {
  width: calc(50% - 10px);
  text-align: center;
}

.compte .container {
  max-width: 1570px;
}

.compte .menu-profil {
  width: 340px;
  margin-right: 40px;
  align-self: flex-start;
  background-color: #fff;
  border: 1px solid #f0dfe2;
  padding: 40px 30px 50px;
  border-radius: 15px;
}

.compte .menu-profil .titre {
  font-size: 26px;
  margin: 0 0 30px;
  font-weight: bold;
  color: #e30613;
  line-height: 36px;
  letter-spacing: 0;
}

.compte .menu-profil li a {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  border-top: 1px solid #c4c4c4;
  padding: 10px 0;
  color: #9c9c9c;
  line-height: 28px;
}

.compte .menu-profil form {
  margin-bottom: 30px;
}

.compte .menu-profil form .form-floating {
  margin-bottom: 20px;
}

.compte .menu-profil li:last-child a {
  border-bottom: 1px solid #c4c4c4;
}

.compte .menu-profil li a.deconnexion,
.compte .menu-profil li a:hover,
.compte .menu-profil li a.active {
  color: #e30613;
}

.compte .menu-profil li a:hover,
.compte .menu-profil li a.active {
  background-color: rgba(183, 9, 0, 0.1);
  padding: 10px;
}

.compte .menu-profil li i {
  margin-right: 10px;
}

.compte .menu-profil li a:hover i,
.compte .menu-profil li a.active i {
  font-size: 18px;
}

.compte .content {
  width: calc(100% - 355px);
  max-width: 100%;
}

.form-control,
output {
  font-size: 16px;
}

#fixed-message {
  width: 100%;
  text-align: center;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9999999;
}

#fixed-message .m_system {
  padding: 10px 15px !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.form-group-message .m_system {
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
  text-align: left;
}

form .form-group-message .m_system {
  width: 100%;
}

.form-group-message .m_system .loading {
  width: 20px;
  margin-right: 10px;
}

.form-group-message {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6;
  text-align: left;
}

.form-group-message .m_infos {
  background: rgb(255, 248, 225) !important;
  padding-left: 20px;
  color: #eb7e00;
}

.form-group-message .m_infos a,
.form-group-message .m_infos a:hover {
  color: #eb7e00;
  text-decoration: underline;
}

.form-group-message .m_alerte {
  background: rgb(255, 229, 226) !important;
  padding-left: 20px;
  color: #b70900;
}

.form-group-message .m_alerte a,
.form-group-message .m_alerte a:hover {
  color: #b70900;
  text-decoration: underline;
}

.form-group-message .m_valide {
  background: rgb(235, 255, 238) !important;
  padding-left: 20px;
  color: #008414;
}

.form-group-message .m_valide a,
.form-group-message .m_valide a:hover {
  color: #008414;
  text-decoration: underline;
}

.alert,
.m_system {
  font-size: 14px;
  text-transform: initial;
  line-height: 18px;
  padding: 10px;
  margin: 0 0 15px;
  text-align: left;
}

.alert-info,
.m_infos {
  border: 1px solid rgba(235, 169, 50, 1);
  background: rgba(235, 169, 50, 0.26);
  color: rgba(235, 169, 50, 1);
}

.alert-danger,
.m_alerte {
  background: rgba(255, 205, 207, 1);
  border: 1px solid rgba(209, 35, 42, 1);
  color: rgba(209, 35, 42, 1);
}

.alert-success,
.m_valide {
  background: #1c8820;
  border: 1px solid rgba(28, 136, 32, 1);
  color: rgb(255, 255, 255);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:focus:not(:placeholder-shown) ~ label,
.form-floating > .form-select:focus ~ label,
.form-floating > .form-select:focus:not(:placeholder-shown) ~ label {
  color: #000;
}

.form-floating-focused {
  background-color: #000;
}

.form-floating-outline :not(select):focus + label,
.form-floating-outline :not(select):focus + span {
  color: #000;
}

.form-floating-outline label::after,
.form-floating-outline > span::after {
  background: #fff;
}

.form-floating-outline label.bg-body::after,
.form-floating-outline > span.bg-body::after {
  background: #f7f7f9 !important;
}

.input-group {
  margin-bottom: 1.25rem !important;
}

.login-content {
  text-align: center;
  margin-top: 150px;
}

.lc-block {
  max-width: 500px;
  padding: 100px 0;
  width: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.lc-block button:hover {
  background: #000;
}

.lcb-navigation a,
.lcb-navigation a i {
  vertical-align: top;
  display: inline-block;
}

.lc-block:not(.toggled) {
  display: none;
}

.lc-block.toggled {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 10;
}

.lc-block:not(.lc-block-alt) .lcb-form {
  padding: 35px 25px;
}

.lc-block:not(.lc-block-alt) .btn-login {
  top: 50%;
  margin-top: -43px;
  right: -25px;
}

.lc-block .checkbox {
  margin: 5px 0 0 41px;
  text-align: left;
}

.lcb-form {
  background: #fff;
  border-radius: 15px;
  border: 1px solid #f0dfe2;
}

.container_modifier_cordonnees .lcb-form,
.container_ajouter_documents .lcb-form {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.lcb-form input,
.lcb-form select,
.card input,
.card select,
label.radio {
  color: #111 !important;
}

.lcb-navigation {
  margin-top: 15px;
}

.lcb-navigation a,
.lcb-navigation a span {
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.lcb-navigation a {
  color: #606061;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  white-space: nowrap;
  text-align: left;
}

.lcb-navigation a i {
  width: 30px;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.lcb-navigation a span {
  width: 0;
  overflow: hidden;
  display: inline-block;
  line-height: 29px;
  margin-left: -3px;
}

.lcb-navigation a:hover span {
  width: 100%;
}

.lcb-navigation a[data-ma-block='#l-register']:hover {
  width: auto;
  padding-right: 12px;
}

.lcb-navigation a[data-ma-block='#l-forget-password']:hover {
  width: auto;
  padding-right: 12px;
}

.lcb-navigation a[data-ma-block='#l-login']:hover {
  width: auto;
  padding-right: 12px;
}

.lc-block-alt .lcb-form {
  padding: 70px 35px 60px;
}

.lc-block-alt .btn-login {
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.btn-block,
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}

.compte .container {
  padding: 0px 10px 40px 15px !important;
}

.valider_panier.container {
  padding: 60px 0;
}

.valider_panier.modal.dj_popup {
  background-color: rgba(0, 0, 0, 0.6);
}

.valider_panier .afficher_form_panier {
  color: #e30613;
  text-decoration: underline;
}

.modifier_adresse_livraison{
  float: right;
  font-size: 14px;
  text-decoration: underline;
  color: #e30613;;
  margin-bottom: 10px;
}

.modal.dj_popup {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
  height: auto;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100vh;
}

.modal-panier {
  max-width: 1170px;
  position: relative;
  width: auto;
  background-color: #fff;
  padding: 20px 20px 40px;
  margin: 120px auto;
}

.modal-panier .modal-content {
  border: none;
  background: none;
  border-radius: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
}

.modal-panier .modal-header .modal-title {
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 20px;
  font-weight: bold;
  line-height: 26px;
  color: #111;
}

.modal-panier .modal-body {
  padding: 0;
}

.panier {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

.panier .tr {
  display: table-row;
  width: 100%;
}

.panier .tr.produit {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.panier .tr.produit .supprimer_produit_panier {
  float: right;
  margin-left: 10px;
}

.panier .tr.produit .prix_produit {
  float: right;
  margin-left: 10px;
}

.panier .tr:nth-last-child(2) {
  border-bottom: 1px solid #ededed;
}

.panier .tr:last-child {
  border-bottom: 0;
}

.modal-panier .panier .border_bottom {
  height: 1px;
  width: 100%;
}

.panier .border_bottom {
  position: relative;
  height: 1px;
  width: 100%;
}

.panier .border_bottom span {
  height: 1px;
  padding: 0 !important;
  position: relative;
}

.panier .border_bottom span::after {
  background: #c4c4c4;
  position: absolute;
  bottom: 0;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
}

.panier .tr .td {
  display: table-cell;
  padding: 20px 10px;
  vertical-align: middle;
}

.panier .header-panier {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  background-color: #ededed;
  border: 1px solid #ededed;
}

.panier .total-panier .td-03,
.panier .total-panier .td-05 {
  background-color: #ededed;
  color: #111 !important;
}

.panier .tr.header-panier .td {
  padding: 10px;
}

.panier .tr.total-panier .td {
  padding: 15px 10px;
}

.panier .tr.total-panier .td-03 {
  text-align: right;
  color: #111;
  font-weight: 700;
  font-size: 20px;
}

.panier .tr .td-01 {
  width: 195px;
  padding: 10px 5px;
  text-align: center;
}

.panier .photo img {
  max-height: 135px;
  max-width: 185px;
}

.panier .tr .td-02 {
  padding-right: 40px;
}

.panier .tr .td-02 .descriptif .info {
  font-size: 13px;
  color: #797979;
  font-weight: 400;
  display: flex;
  position: relative;
  justify-content: left;
}

.panier .tr .td-02 .descriptif .info span:first-child {
  background: url(../img/ico-li.png) left top 3px no-repeat;
  flex: 20px 0 0;
  height: 18px;
}

.panier .tr .td-02 .titre {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #111;
}

.panier .tr .td-02 .titre a {
  color: #111;
  line-height: 30px;
}

.panier .tr .td-02 .titre .noir {
  color: #111;
}

.panier .tr .td-02 .titre .date {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #707070;
}

.panier .tr .td-02 .tarif {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.panier .tr .td-02 .msg_don {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  background-color: #ffe499;
  padding: 5px 25px;
}

.panier .tr .td-02 .msg_don strong,
.panier .tr .td-02 .msg_don b {
  font-weight: 800;
  color: #e30613;
}

.panier .tr .td-02 .descriptif p {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  position: relative;
  line-height: 20px;
  margin-bottom: 5px;
}

.panier .tr .td-02 .descriptif p.puce {
  padding-left: 25px;
}

.panier .tr .td-02 .descriptif p.puce.desactive {
  color: #c4c4c4;
}

.panier .tr .td-02 .descriptif p span {
  font-size: 10px;
}

.panier .tr .td-02 .descriptif p.puce::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 10px;
  background: url(../img/ico-list.svg) left top no-repeat;
  background-size: 100% auto;
}

.panier .tr .td-02 .descriptif p.puce.desactive::before {
  background: url(../img/ico-list-des.svg) left top no-repeat;
  width: 11px;
  height: 11px;
  top: 3px;
}

.panier .tr .td-03 {
  padding-right: 30px;
  width: 300px;
}

.panier .tr .td-04 {
  padding-right: 15px;
  width: 150px;
}

.panier .tr .td-05 {
  padding-right: 20px !important;
  width: 170px;
  text-align: right;
}

.panier .tr .td-06 {
  width: 50px;
}

.panier .produit.tr .td-03,
.panier .produit.tr .td-04,
.panier .produit.tr .td-05,
.panier .total-panier.tr .td-05 {
  font-size: 20px;
  padding: 0;
  font-weight: bold;
  line-height: 20px;
  color: #111;
}

.panier .produit.tr .td-03 {
  padding-right: 35px;
}

.panier .produit.tr .td-03 span {
  font-size: 16px;
  font-weight: 500;
  color: #1c0000;
}

.panier .total-panier .td-05 {
  border-right: 1px solid #ededed;
  padding-right: 45px !important;
}

.panier .total-panier.tr .don {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

.panier .tr .action svg {
  cursor: pointer;
}

.panier .produit .prix-unitaire {
  float: left;
  padding: 0 10px;
}

.panier .produit .quantite {
  float: left;
  display: flex;
  margin: 0 10px;
}

.panier .produit .fa-x {
  float: left;
  font-size: 12px;
  margin-top: 4px;
  color: #999;
}

.panier .produit .quantite input {
  width: 30px;
  height: 20px;
  text-align: center;
  font-size: 20px;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  float: left;
  font-weight: 500;
  line-height: 20px;
}

.panier .produit .quantite .counter {
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: left;
  padding: 0;
}

.message-paiement {
  padding: 10px;
}

.message-paiement .titre {
  font-size: 20px;
  font-weight: 700;
}

.ico i {
  font-size: 20px;
  float: left;
  color: #e30613;
  cursor: pointer;
}

.fermer_popup {
  position: absolute;
  right: 0;
  top: 0;
}

.fermer_popup i {
  font-size: 30px !important;
  width: 100%;
}

.modal-footer {
  margin-top: 20px;
}

.modal-footer .btn {
  margin: 0 20px;
  display: inline-flex;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
}

.menu_compte {
  position: relative;
}

.menu_compte .menu {
  box-shadow: 0px 5px 5px -3px rgba(76, 78, 100, 0.2), 0px 8px 10px 1px rgba(76, 78, 100, 0.14), 0px 3px 14px 2px rgba(76, 78, 100, 0.12);
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.3125rem 0;
  z-index: 1000;
  min-width: 17rem;
  position: absolute;
  right: 0;
  top: 50px;
  left: auto;
}

.menu_compte .menu a {
  padding: 0.6125rem 1rem;
  width: 100%;
}

.menu_compte .menu a i {
  margin-right: 0.5rem !important;
}

.menu_compte .menu a.active,
.menu_compte .menu a:hover,
.menu_compte .menu a:focus {
  background-color: #eee;
  color: #e30613;
}

.menu_compte .menu a.active i,
.menu_compte .menu a:hover i,
.menu_compte .menu a:focus i {
  font-size: 18px;
}

.menu_compte .divider {
  border-top: 1px solid #eee;
}

.menu_compte .titre {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.bloc-redirection {
  width: 520px;
  padding: 20px;
  margin: 80px auto;
  border-radius: 15px;
  box-shadow: 0 10px 60px rgb(0 0 0 / 7%);
  text-align: center;
  background: #fff;
  max-width: calc(100% - 20px);
}

.bloc-redirection img {
  padding: 20px 40px 40px;
  max-width: 400px;
  width: 100%;
}

.bloc-redirection .btn {
  color: #fff;
}

.progress {
  overflow: hidden;
  background-color: #f5f5f5;
  height: 5px;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4caf50;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #00bcd4;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ff9800;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #f44336;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right !important;
}

.p-2-7 {
  padding: 2px 7px;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px;
}

.bgm-gris {
  background: #eee;
}

.c-white {
  color: #fff !important;
}

.media > .pull-left {
  padding-right: 15px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.card {
  position: relative !important;
  background: #fff;
  border-radius: 0;
  border-radius: 2px 2px 0 0;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.card.client .card.commande {
  margin-bottom: 10px;
}

.card .card-header {
  position: relative;
  display: block;
  padding: 10px;
}

.card .menu_client {
  padding: 0 10px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 10px;
  column-gap: 10px;
}

.card .card-header .titre {
  margin: 0;
  line-height: 100%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.card .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 900;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card .media {
  display: flex;
}

.card .avatar {
  margin-right: 15px;
}

.media-body {
  display: block;
  width: calc(100% - 60px);
}

.card .card-header .titre small {
  display: block;
  color: #aeaeae;
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.tab-nav li {
  display: inline-block;
  vertical-align: top;
}

.tab-nav li > a {
  display: inline-block;
  color: #7a7a7a;
  position: relative;
  width: 100%;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.tab-nav li > a:after {
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media (min-width: 768px) {
  .tab-nav li > a {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .tab-nav li > a {
    padding: 15px 8px;
  }
}

.tab-nav li.active > a {
  color: #000;
}

.tab-nav li.active > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.tab-nav.tab-nav-right {
  text-align: right;
}

.tab-nav.tn-justified > li {
  display: table-cell;
  width: 1%;
  text-align: center;
}

.tab-nav.tn-icon > li .zmdi {
  font-size: 22px;
  line-height: 100%;
  min-height: 25px;
}

.tab-nav:not([data-tab-color]) > li > a:after {
  background: #2196f3;
}

.tab-nav[data-tab-color='green'] > li > a:after {
  background: #4caf50;
}

.tab-nav[data-tab-color='red'] > li > a:after {
  background: #f44336;
}

.tab-nav[data-tab-color='teal'] > li > a:after {
  background: #009688;
}

.tab-nav[data-tab-color='amber'] > li > a:after {
  background: #ffc107;
}

.tab-nav[data-tab-color='black'] > li > a:after {
  background: #000;
}

.tab-nav[data-tab-color='cyan'] > li > a:after {
  background: #00bcd4;
}

.tab-content {
  padding: 20px 0;
}

.panel .panel-body {
  padding: 10px;
}

.panel .panel-body {
  padding: 10px;
}

.panel-title {
  padding: 5px 10px;
  background: #ddd;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.panel-title:hover {
  background: #111;
  border-bottom: 1px solid #111;
  color: #e30613;
}

.panel-title a {
  width: 100%;
  color: #e30613;
  display: inline-flex;
}

.panel-title span {
  color: #fff;
  background: #e30613;
  padding: 2px 7px;
  font-size: 13px;
  margin-right: 5px;
}

.badge {
  padding: 3px 7px;
  float: right;
  color: #fff;
  background: #111;
  font-size: 14px;
}

.badge.total {
  background: #e30613;
}

.card table {
  width: 100%;
  font-size: 14px;
}

.card table .head {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
}

.card table tr {
  border-bottom: 1px solid #eee;
}

.card table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.card table .head td {
  padding: 5px 10px;
}

#form_import_paiements_mail .lcb-form {
  padding: 20px;
  max-width: 800px;
  margin: 20px auto 0;
}

#form_import_paiements_mail .lcb-form .group {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#form_import_paiements_mail .lcb-form .btn-import {
  float: right;
  margin-bottom: 30px;
  margin-left: 10px;
}

#form_import_paiements_mail .lcb-form .m_system {
  margin-bottom: 30px;
}

.card input.acf-submit {
  font-size: 20px !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  margin-top: 30px;
}
@media only screen and (max-width: 1170px) {
  .compte .container {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
  .compte .menu-profil {
    width: 340px;
    margin-right: 0;
    align-self: auto;
    max-width: 100%;
  }
  .compte .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-template-client-page-panier .content {
    flex-direction: column;
  }
  .page-template-client-page-panier .bloc-left,
  .page-template-client-page-panier .bloc-right {
    width: 100%;
  }
  .titre-form {
    font-size: 24px;
  }
  .page-template-client-page-panier .message-panier {
    font-size: 18px;
    padding: 10px;
    margin-top: 0;
  }
  .lc-block:not(.lc-block-alt) .lcb-form {
    padding: 15px;
  }
  .page-template-client-page-panier .lc-block {
    padding: 20px 0;
  }
  .modal .panier {
    display: flex;
    flex-direction: column;
  }
  .blocs-commandes .bloc-commande .header-commande,
  .modal .panier .header-panier {
    display: none !important;
  }
  .blocs-commandes .bloc-commande .tr,
  .modal .panier .produit.tr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    padding-bottom: 20px;
  }
  .blocs-commandes .bloc-commande .tr .td,
  .modal .panier .produit.tr .td {
    border-top: none;
    width: 100% !important;
    display: inline-block;
    padding: 15px 10px 0;
  }
  .blocs-commandes .bloc-commande .td::before,
  .modal .panier .produit.tr .td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    margin-bottom: 3px;
    color: #a82517;
  }
  .modal .panier .total-panier {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #ededed;
    text-align: right;
  }
  .panier .tr.total-panier .td-02 {
    padding: 0;
  }
  .panier .tr.total-panier .td-03 {
    padding-right: 30px;
    width: 200px;
  }
  .panier .total-panier .td-05 {
    padding-right: 10px !important;
  }
  .modal-footer {
    display: flex;
    justify-content: center;
    row-gap: 20px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 500px) {
  .card .btn {
    white-space: normal;
  }
}

@media only screen and (max-width: 480px) {
  button.supprimer_paiements_non_valide {
    width: 100%;
    border-radius: 0 0 8px 8px !important;
    margin: 0 !important;
  }
  .card .media {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
  }
  .card .avatar {
    margin-right: 0;
  }
  .card .media .media-body {
    width: 100%;
  }
}
