/* @override 
	https://ifep-25.delacreme.pro/wp-content/themes/xp-patient/css/ifep.css */
:focus {
  outline: none;
}
.members-only {
  margin-bottom: 60px;
}
.image_background {
  position: relative;
}
.image_background .fa-lock {
  width: 30px;
  height: 30px;
  background: #28b797;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--resource a:before {
  content: "\f02d";
  font-size: 23px;
  color: #40BB6A;
  margin-right: 12px;
  font-family: "FontAwesome";
  font-style: normal;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\ea01";
  font-size: 23px;
  color: #40BB6A;
  margin-right: 12px;
  font-family: "experience-patient" !important;
  font-style: normal;
}
.flex-resource {
  --gap: 20px;
  --columns: 3;
  display: flex;
  gap: var(--gap);
  margin: 40px 0;
  flex-wrap: wrap;
}
.flex-resource .item {
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  margin-bottom: 20px;
}
.flex-resource .item a {
  display: block;
  color: inherit;
}
.flex-resource .item img,
.flex-resource .item span.img-placeholder {
  display: block;
  aspect-ratio: 0.70707071;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.flex-resource .item .resource-desc h4 {
  margin: 5px 0;
  font-weight: 600;
  font-size: .9em;
}
.flex-resource .item .resource-desc div {
  font-size: .8em;
}
.flex-resource .item .resource-desc div.date {
  color: #28b797;
  margin-top: 8px;
  text-transform: uppercase;
}
html body form div.iti input[type="tel"] {
  text-align: center;
}
html body form div.iti + label {
  display: none;
}
span.password-input {
  display: block;
  position: relative;
}
span.password-input > input + button.show-password-input {
  position: absolute;
  display: none;
}
.woocommerce-message {
  margin: 0 0 20px;
  display: inline-block;
  background: #40BB6A;
  color: #fff;
  padding: 4px 15px;
  border-radius: 60px;
}
ul.woocommerce-error li {
  margin: 0 0 20px;
  display: inline-block;
  background: orangered;
  color: #fff;
  padding: 4px 15px;
  border-radius: 60px;
}
.woocommerce-orders-table__cell-order-actions a {
  display: inline-block;
  margin-left: 15px;
}
.woocommerce-orders-table__cell-order-actions a.cancel {
  color: #222;
}
#delete-my-account button[type="submit"] {
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.ifep-variation-choice {
  padding: 0 10px;
}
.ifep-variation-choice input[type="radio"] + span {
  color: #222;
  width: 100%;
  display: flex;
}
.ifep-variation-choice input[type="radio"] + span strong {
  margin-left: auto;
  margin-right: 0;
  color: #28b797;
  opacity: 0;
}
.ifep-variation-choice input[type="radio"]:checked + span strong {
  opacity: 1;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce {
  display: block;
  margin: 50px 0;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce #payment {
  display: block;
  background: #fff;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce #place_order {
  display: inline-block;
  background: #28b797;
  color: #fff;
  padding: 15px 30px;
  text-transform: uppercase;
  margin: 30px;
  border-radius: 5px;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce .woocommerce-privacy-policy-text {
  margin: 0 30px;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce .woocommerce-error {
  color: orangered;
  margin-bottom: 20px !important;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce label.checkbox {
  font-size: 1rem;
  color: #333;
  display: inline-block;
  margin: 15px 30px;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce label.checkbox #terms:checked + span:before {
  transform: none !important;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce label.checkbox #terms:checked + span:after {
  opacity: 1;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce label.checkbox #terms + span {
  display: inline-block;
  padding-left: 24px !important;
  position: relative;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce label.checkbox #terms + span:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  top: 0;
  left: 0;
  display: inline-block !important;
  border: 1px solid #2D2D2D;
}
body.xpp-logged #paiements .wrapper.container .post-content .woocommerce label.checkbox #terms + span:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 5px solid #28b797;
  border-bottom: 4px solid #28b797;
  transform: rotate(45deg);
  opacity: 0;
}
.btn-email {
  display: inline-block;
  text-align: center;
}
#quote-resend-modal {
  z-index: 3000 !important;
  border-radius: 24px;
}
#quote-resend-modal .modal-content {
  padding: 40px !important;
}
#quote-resend-modal .modal-content h4 {
  color: #2880b4;
  font-family: 'Barlow COndensed', sans-serif;
}
#quote-resend-modal .modal-content .input-field {
  margin: 30px 0;
}
#quote-resend-modal .modal-content .input-field input[type=email]:focus,
#quote-resend-modal .modal-content .input-field textarea:focus {
  border: 1px solid #28b797;
  outline: none;
  box-shadow: none;
}
#quote-resend-modal .modal-content .input-field input[type=email] + label,
#quote-resend-modal .modal-content .input-field textarea + label {
  margin-left: 15px;
}
#quote-resend-modal .modal-content button {
  padding: 15px 30px;
  background: #28b797;
  color: #fff;
  border-radius: 20px;
}
form ::placeholder {
  color: #2880b4;
  opacity: .6;
}
main .row:last-child {
  margin-bottom: 0;
}
img.hero-header-img {
  display: block;
  width: 100%;
  height: auto;
}
#nos-missions .verbatims-particulier {
  font-size: 1.5em;
  line-height: 1.7em;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .flex-resource {
    --columns: 2;
  }
}
@media only screen and (max-width: 990px) {
  .flex-resource {
    --columns: 3;
  }
}
@media only screen and (max-width: 600px) {
  .flex-resource {
    --columns: 2;
  }
}
@media only screen and (max-width: 480px) {
  .flex-resource {
    --columns: 1;
  }
  .flex-resource .item {
    margin-bottom: 40px;
  }
}
/**
* Correctifs mobile sitewide
*/
@media only screen and (max-width: 600px) {
  h1,
  .h1,
  .H1_Medium,
  .ifep-block h2.title,
  .ifep-block .calendar-title {
    font-size: 2.4em;
    line-height: 1.3em;
  }
  .h2,
  .H2-Medium {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  #description_article_actualite p {
    font-size: 1.4rem;
    line-height: 1.3em;
  }
  html body > main.single-post h2 {
    font-size: 1.6em;
  }
  .artile_content span,
  .artile_content p,
  .artile_content a,
  .artile_content ul * {
    font-size: 15px;
  }
  .footer_xpp_title {
    font-size: 2em;
  }
  .ifep-block.text-image-alt .flex-columns .content > div {
    padding: 30px 0;
  }
  .ifep-block.text-image-alt .flex-columns .image img {
    position: relative !important;
    width: auto !important;
    margin: 0 auto !important;
  }
  .site-header .navigation ul li a {
    font-size: 20px;
  }
  .display_flex.categories_list {
    flex-wrap: wrap;
  }
  .verbatims-particulier {
    font-size: 18px;
    line-height: 1.5em;
  }
  #our_parthners img#image_ {
    width: 120px;
    height: auto;
  }
  #our_parthners .h-list-part {
    height: auto !important;
  }
  .card-temoignage {
    margin: 20px 0;
  }
  .body_youtube {
    height: auto;
  }
  .body_youtube .masque {
    display: none;
  }
  .jaxp-img {
    height: auto !important;
    margin-bottom: 30px;
  }
  .card_btn_youtube .btn_youtube {
    width: 60px;
    height: 60px;
  }
  table.members,
  table.shop_table_responsive {
    display: block;
  }
  table.members thead,
  table.shop_table_responsive thead {
    display: none;
  }
  table.members tbody,
  table.shop_table_responsive tbody,
  table.members tr,
  table.shop_table_responsive tr,
  table.members th,
  table.shop_table_responsive th,
  table.members td,
  table.shop_table_responsive td {
    display: block;
    width: 100%;
  }
  table.members tbody th,
  table.shop_table_responsive tbody th,
  table.members tr th,
  table.shop_table_responsive tr th,
  table.members th th,
  table.shop_table_responsive th th,
  table.members td th,
  table.shop_table_responsive td th,
  table.members tbody td,
  table.shop_table_responsive tbody td,
  table.members tr td,
  table.shop_table_responsive tr td,
  table.members th td,
  table.shop_table_responsive th td,
  table.members td td,
  table.shop_table_responsive td td {
    padding: 5px 0;
  }
  table.members tbody th:first-child,
  table.shop_table_responsive tbody th:first-child,
  table.members tr th:first-child,
  table.shop_table_responsive tr th:first-child,
  table.members th th:first-child,
  table.shop_table_responsive th th:first-child,
  table.members td th:first-child,
  table.shop_table_responsive td th:first-child,
  table.members tbody td:first-child,
  table.shop_table_responsive tbody td:first-child,
  table.members tr td:first-child,
  table.shop_table_responsive tr td:first-child,
  table.members th td:first-child,
  table.shop_table_responsive th td:first-child,
  table.members td td:first-child,
  table.shop_table_responsive td td:first-child {
    padding-top: 10px;
  }
  table.members tbody th:last-child,
  table.shop_table_responsive tbody th:last-child,
  table.members tr th:last-child,
  table.shop_table_responsive tr th:last-child,
  table.members th th:last-child,
  table.shop_table_responsive th th:last-child,
  table.members td th:last-child,
  table.shop_table_responsive td th:last-child,
  table.members tbody td:last-child,
  table.shop_table_responsive tbody td:last-child,
  table.members tr td:last-child,
  table.shop_table_responsive tr td:last-child,
  table.members th td:last-child,
  table.shop_table_responsive th td:last-child,
  table.members td td:last-child,
  table.shop_table_responsive td td:last-child {
    padding-bottom: 10px;
  }
  table.members .delete_mod_ad {
    right: auto;
  }
}
