@charset "UTF-8";
/* --- BLACKS --- */
/* --- COLORS --- */
/*
------------------------------------------------
------------------- GLOBAL ---------------------
------------------------------------------------
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 13px;
}

body {
  font-family: "Georgia", serif;
}

/* --- TEXTS & HEADERS --- */
h1 {
  font-size: 2.15rem;
}

h2 {
  font-size: 1.85rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

p,
select,
option,
input,
a {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.wp-site-blocks {
  padding: 0;
}

.wp-block-template-part {
  margin-top: 0;
}

/* --- COLORS --- */
.has-primary-color {
  color: #964170;
}

.has-cyan-bluish-gray-color {
  color: #474747 !important;
}

.has-tertiary-background-color {
  background-color: #e0ecd1 !important;
}

a:where(:not(.wp-element-button)) {
  color: #474747;
}
a:where(:not(.wp-element-button)):hover {
  color: #964170;
}

:root :where(p) {
  color: #474747;
}

/* --- CONTENT --- */
.content-wrapper .row {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  min-height: 51vh;
}
.content-wrapper .row .col-banner {
  flex: 1 0 20%;
}
.content-wrapper .row .col-content {
  flex: 1 0 60%;
  max-width: 60%;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* --- Block media text --- */
.wp-block-media-text__content {
  padding: 0 10px !important;
}

.wp-block-media-text__content p {
  margin-top: 0 !important;
}

/* --- Séparateur --- */
.wp-block-separator {
  background-color: transparent !important;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
  width: 400px !important;
  height: 1px !important;
}

@media (max-width: 576px) {
  .contenu {
    background: white !important;
  }
  .contenu .wp-block-column:not(.content-center) {
    display: none !important;
  }
  .contenu .wp-block-column.content-center {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 8px;
  }
  .wp-element-button {
    font-size: 1.25rem !important;
  }
}
/*
------------------------------------------------
---------------- SINGLE VIDEO ------------------
------------------------------------------------
*/
.single-video .video-title {
  color: #b86391;
}

/*
------------------------------------------------
---------------- ARCHIVE VIDEO -----------------
------------------------------------------------
*/
.post-type-archive-video .purple-title {
  color: #b86391;
}
.post-type-archive-video .filters-container {
  display: block;
  width: calc(100% - 20px);
  padding: 0 10px;
  padding-top: 20px;
  background-color: #eee;
  border-radius: 10px;
  margin-bottom: 20px;
}
.post-type-archive-video .filters-container .filters-title {
  margin-top: 0;
}
.post-type-archive-video .filters-container .video-filters .filter {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
}
.post-type-archive-video .filters-container .video-filters .filter label {
  font-size: 1.15rem;
}
.post-type-archive-video .filters-container .video-filters .filter select {
  background: white;
  font-size: 15px;
  font-family: Trebuchet MS;
  border: none;
  padding: 7px 10px;
  border-radius: 10px;
}
.post-type-archive-video .filters-container .video-filters .filter input[type=number],
.post-type-archive-video .filters-container .video-filters .filter input[type=text] {
  background: white;
  font-size: 15px;
  font-family: Trebuchet MS;
  border: none;
  padding: 7px 10px;
  border-radius: 10px;
}
.post-type-archive-video .filters-container .video-filters #submit-button {
  background-color: #b86391;
  color: white;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  padding: 7px 20px;
  cursor: pointer;
  margin-bottom: 15px;
}
.post-type-archive-video .videos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-type-archive-video .videos-container .mini-video {
  display: inline-block;
  flex: 1 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  text-decoration: none;
}
.post-type-archive-video .videos-container .mini-video:hover {
  color: black !important;
}
.post-type-archive-video .videos-container .mini-video .video-image-container {
  display: block;
  width: 100%;
  max-height: 270px;
  overflow: hidden;
}
.post-type-archive-video .videos-container .mini-video .video-image-container .video-image {
  display: block;
  width: 100%;
  height: auto;
}
.post-type-archive-video .videos-container .mini-video .video-title {
  margin: 15px 0;
  font-family: Trebuchet MS;
  font-weight: bold;
  padding-left: 2px;
}
.post-type-archive-video .videos-container .mini-video .video-tags {
  display: block;
  width: 100%;
}
.post-type-archive-video .videos-container .mini-video .video-tags .tag {
  display: inline-block;
  font-size: 12px;
  font-family: Trebuchet MS;
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 10px;
  margin-bottom: 7px;
}
.post-type-archive-video .images {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.post-type-archive-video .images img {
  width: 48%;
}

.subscribe-button {
  display: inline-block;
  background-color: #b86391;
  color: white;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  padding: 7px 20px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
}
.subscribe-button:hover {
  color: white;
}

@media (max-width: 992px) {
  .post-type-archive-video .images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .post-type-archive-video .images img {
    width: 100%;
  }
  .post-type-archive-video .images iframe {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 576px) {
  .post-type-archive-video .videos-container .mini-video {
    max-width: calc(50% - 10px);
  }
}
/*
------------------------------------------------
--------------- PRO MEMBERSHIP -----------------
------------------------------------------------
*/
/*--- FORMULAIRES --- */
.pmpro_checkout_box-user .pmpro_member_profile_edit-fields,
.pmpro-login #loginform {
  display: flex;
  flex-wrap: wrap;
}

.pmpro_checkout_box-user .pmpro_member_profile_edit-field .login-username,
.pmpro_checkout_box-user .pmpro_member_profile_edit-field .login-password,
.pmpro-login #loginform .login-username,
.pmpro-login #loginform .login-password {
  display: inline-block;
  width: 50%;
  padding: 10px 0;
}
.pmpro_checkout_box-user .pmpro_member_profile_edit-field .login-remember,
.pmpro_checkout_box-user .pmpro_member_profile_edit-field .login-submit,
.pmpro-login #loginform .login-remember,
.pmpro-login #loginform .login-submit {
  width: 100%;
}

.pmpro_checkout-fields .pmpro_checkout-field {
  display: block;
  width: 50%;
}

/* --- Labels --- */
.pmpro_checkout_box-user .pmpro_member_profile_edit-field label .login-username label,
.pmpro_checkout_box-user .pmpro_member_profile_edit-field label .login-password label,
.pmpro_checkout_box-password .pmpro_change_password-field label .login-username label,
.pmpro_checkout_box-password .pmpro_change_password-field label .login-password label,
.pmpro_checkout-fields .pmpro_checkout-field label .login-username label,
.pmpro_checkout-fields .pmpro_checkout-field label .login-password label,
.pmpro-login #loginform .login-username label,
.pmpro-login #loginform .login-password label {
  font-size: 1.25rem;
}

/* --- Inputs --- */
.pmpro_checkout_box-user .pmpro_member_profile_edit-field input .login-username input,
.pmpro_checkout_box-user .pmpro_member_profile_edit-field input .login-password input,
.pmpro_checkout_box-password .pmpro_change_password-field input .login-username input,
.pmpro_checkout_box-password .pmpro_change_password-field input .login-password input,
.pmpro_checkout-fields .pmpro_checkout-field input .login-username input,
.pmpro_checkout-fields .pmpro_checkout-field input .login-password input,
.pmpro-login #loginform .login-username input,
.pmpro-login #loginform .login-password input {
  width: 100%;
  padding: 5px;
}

/*--- Required icon --- */
.pmpro_asterisk {
  color: red;
  font-size: 1.25rem;
}

/* --- Section Compte adhérent --- */
#pmpro_account .pmpro_box h3 {
  color: #b86391;
  margin-bottom: 10px;
}

#pmpro_account #pmpro_account-profile {
  display: none !important;
}

/* --- TABLEAUX --- */
.pmpro_table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.pmpro_table thead {
  background-color: #b86391;
}
.pmpro_table thead th {
  color: white;
  border-right: 1px solid white;
  padding: 5px 10px;
  text-align: left;
}
.pmpro_table thead th:first-child {
  border-left: 1px solid #b86391;
}
.pmpro_table thead th:last-child {
  border-right: 1px solid #b86391;
}
.pmpro_table tbody td {
  border: 1px solid #474747;
  padding: 5px 10px;
  text-align: left;
}
.pmpro_table .pmpro_actionlinks a {
  color: #b86391;
  font-family: Trebuchet MS;
  margin-top: 5px;
}

#pmpro_account .pmpro_actionlinks a,
.pmpro_confirmation_wrap .pmpro_actions_nav a a,
.pmpro-invoice .pmpro_actions_nav .pmpro_actions_nav-right a a {
  background-color: #EFEFEF;
  color: #444;
  font-family: Trebuchet MS;
  font-weight: 700;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}

#pmpro_account-profile ul {
  margin-bottom: 10px;
}

/* --- Page de connexion/inscription --- */
.pmpro_checkout-h3-name {
  color: #b86391;
}

.login-submit #wp-submit {
  background-color: #EFEFEF;
  color: #444;
  font-family: Trebuchet MS;
  font-weight: 700;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}

.login-remember label {
  display: flex;
  align-items: center;
}
.login-remember label input {
  margin-right: 5px;
}

#pmpro_user_fields h3 .pmpro_checkout-h3-name {
  display: block;
  margin-bottom: 5px;
}
#pmpro_user_fields .pmpro_checkout-h3-msg {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#pmpro_user_fields .pmpro_checkout-h3-msg a {
  color: #b86391;
}

#pmpro_pricing_fields h3 {
  display: flex;
  align-items: center;
}
#pmpro_pricing_fields h3 .pmpro_checkout-h3-name {
  margin-bottom: 0;
}
#pmpro_pricing_fields .pmpro_checkout-h3-msg a {
  background-color: #EFEFEF;
  color: #444;
  font-family: Trebuchet MS;
  font-weight: 700;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
  font-style: normal;
  text-transform: capitalize;
}

/* --- Page de confirmation --- */
.pmpro_confirmation_wrap .pmpro_actions_nav {
  text-align: left;
  margin-top: 20px;
}

/* --- Page de factures --- */
.pmpro-invoice .pmpro_actions_nav {
  text-align: left;
  margin-top: 20px;
}
.pmpro-invoice .pmpro_actions_nav .pmpro_actions_nav-right {
  display: inline-block;
  text-align: left;
  float: none;
  width: 100%;
}

/*
------------------------------------------------
---------------- WOOCOMMERCE ------------------
------------------------------------------------
*/
/* --- ARCHIVE PRODUCTS --- */
.wc-block-grid__products {
  justify-content: space-between;
}
.wc-block-grid__products .wc-block-grid__product {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 30px 15px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
  width: 100%;
  text-decoration: none;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image {
  width: 100%;
  margin-bottom: 5px;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title {
  text-align: left;
  margin-bottom: 5px;
  color: #b86391;
  font-size: 1.35rem;
  font-family: Trebuchet MS;
  text-decoration: none;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title .date-label {
  display: block;
  color: black;
  font-weight: bold;
  font-size: 1.15rem;
  margin: 10px 0;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-title .product-date {
  color: black;
  display: inline-block;
  font-size: 1rem;
  font-family: Trebuchet MS;
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 7px;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-price {
  text-align: left;
  font-size: 1.25rem;
}

@media only screen and (min-width: 1000px) {
  .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }
}
/* --- SINGLE PRODUCT --- */
.single-product .product .summary {
  font-family: "Trebuchet MS";
}
.single-product .product .summary .product_title {
  color: #964170;
  margin-bottom: 15px;
}
.single-product .product .summary .price {
  color: black;
  font-size: 1rem;
}
.single-product .product .summary .price br {
  display: none;
}
.single-product .product .summary .price b {
  font-weight: normal;
}
.single-product .product .summary h4 {
  font-size: 1.125rem;
  font-weight: bold;
}
.single-product .product .summary h4 span {
  color: #964170 !important;
}
.single-product .product .summary .variations_form .variations th {
  vertical-align: middle;
}
.single-product .product .summary .variations_form .variations td select {
  border: 1px solid black;
  border-radius: 5px;
  padding: 2px 10px;
  background-color: #e9e6ed;
}
.single-product .product .summary form.cart .quantity .input-text {
  border: 1px solid black;
  border-radius: 5px;
  width: 50px;
  line-height: 2;
}
.single-product .product .summary form.cart .single_add_to_cart_button {
  background-color: #964170;
  line-height: 2;
  border-radius: 5px;
  padding: 2px 10px;
}
.single-product .product .summary .woocommerce-variation-add-to-cart .quantity .input-text {
  border: 1px solid black;
  border-radius: 5px;
  width: 50px;
  line-height: 2;
}
.single-product .product .summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background-color: #964170;
  line-height: 2;
  border-radius: 5px;
  padding: 2px 10px;
}

/* --- CART PAGE --- */
.woocommerce-cart .woocommerce {
  font-family: "Trebuchet MS";
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-remove a.remove {
  color: #964170 !important;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
  display: none;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form .shop_table .product-quantity .quantity .input-text {
  border: 1px solid black;
  border-radius: 5px;
  width: 50px;
  line-height: 2;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #964170;
}

/* --- CHECKOUT PAGE --- */
.woocommerce-checkout .woocommerce {
  font-family: "Trebuchet MS";
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order button#place_order {
  background-color: #964170;
}

/* --- PROFILE PAGE --- */
.woocommerce-account .woocommerce {
  font-family: "Trebuchet MS";
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  margin-right: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: inline-block;
  background-color: #EFEFEF;
  font-weight: 700;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #964170;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  padding-top: 15px;
}
.woocommerce-account .pmpro {
  font-family: "Trebuchet MS";
}
.woocommerce-account .pmpro .pmpro_section_title {
  color: #964170;
  font-size: 1.85rem;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  width: 100% !important;
}

#customer_login .woocommerce-form-login {
  max-width: unset !important;
}

#customer_login h2 {
  color: #b86391 !important;
}

.reset-success-button {
  display: inline-block;
  background-color: #b86391;
  color: white;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  padding: 7px 15px;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
}

/*
------------------------------------------------
-------------- NEWSLETTER POPUP ----------------
------------------------------------------------
*/
.hustle-ui.hustle-popup {
  width: 100vw !important;
}

@media screen and (min-width: 783px) {
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content {
    padding-top: 30px !important;
  }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content .hustle-content {
    padding-top: 0 !important;
  }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-form {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content {
    padding-top: 35px !important;
  }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content .hustle-content {
    padding-top: 0 !important;
  }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content .hustle-title {
    font-size: 20px !important;
  }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content .hustle-group-content p:not([class*=forminator-]) {
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=main.css.map */
