/*
Theme Name: Amaz'Apiculteurs
Description: Version 2 du site du Syndicat des Apiculteurs du Put de Dome
Version: 2.1.0
Author: Alex
Template: generatepress
*/

@import url("../generatepress/style.css");

/* GeneratePress Site CSS */ /* Colors */
.main-navigation ul li:after {
    background-color: #000;
}

.main-navigation .inside-navigation {
    border-top: 0.5px solid #d4d7d8;
}

.wpsp-card, .wpsp-card a, .wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    color: #fff;
}
.navigation-search.nav-search-active {
	background-color: rgba(255,255,255,0.95);
	top: 100%;
}

/* Theme Global */
@media (min-width: 769px) {
    body {
        margin: 0 30px;
    }
}

body.single-post.no-sidebar .site-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* Navigation */
.second-nav.grid-container {
    padding: 0;
}

@media (min-width: 769px) {
    .main-navigation ul li {
        position: relative;
    }

    .main-navigation ul li:after {
        content: '';
        position: absolute;
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        pointer-events: none;
        filter: hue-rotation(90deg);
        -webkit-filter: hue-rotation(90deg);
        -webkit-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }

    .main-navigation ul li:hover:after, .main-navigation ul li.current-menu-item:after {
        height: 6px;
    }
}

/* Widgets */
.widget-title {
    margin: 1em 0;
}

.widget .wp-show-posts article {
    margin-bottom: 0.5em !important;
}

.zero-padding {
    padding: 0 !important;
}

.widget.no-background {
    background-color: transparent;
}

/* Buttons */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
    pointer-events: initial !important;
    border-color: inherit;
    border: 1px solid;
}

/* Blog */
.generate-columns .inside-article {
    padding: 0 0 15px;
}

@media (max-width: 768px) {
    .generate-columns .inside-article>*:not(.post-image) {
        padding: 0 15px;
    }
}

.generate-columns-container article .inside-article .post-image {
    margin-bottom: 0.5em;
}

.generate-columns-container article .inside-article .entry-summary {
    margin-top: 0.5em;
    font-size: 0.8em;
}

.generate-columns-container article .entry-header, .wp-show-posts-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
.generate-columns-container article .entry-header .entry-title, .wp-show-posts article .wp-show-posts-entry-title {
    line-height: 2.5ex;
    height: 5ex;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

.wp-show-posts .wp-show-posts-inner {
    overflow: hidden;
}

@media (min-width: 420px) {
.wpsp-align .wp-show-posts-image {
    margin-bottom: 0;
}
}
.wpsp-align .wp-show-posts-image a, .wpsp-align .wp-show-posts-image img {
    height: 100%;
}

.generate-columns-container article .inside-article img, .wp-show-posts-image img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

/* WPSP Grids */
/* Single column align side image */
/* Add wpsp-align class to to WPSP List shortcode wrapper */
@media (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wpsp-align .wp-show-posts-inner>div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 768px) and (min-width: 420px) {
    .wpsp-align .wp-show-posts-inner .wp-show-posts-image {
        margin-right: 1.5em;
    }
}

/* magazine Grid Golden Ratio 5 block standard */
/* Add wpsp-grid class to WPSP List shortcode wrapper */
@media (min-width: 600px) {
    .wpsp-grid .wp-show-posts {
        display: grid;
    }
}

@media (min-width: 900px) {
    .wpsp-grid .wp-show-posts {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: 1fr auto;
    }

    .wpsp-grid .wp-show-posts article:first-child {
        grid-column: 1 / 5;
        grid-row: 1 / 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(2) {
        grid-column: 5 / end;
        grid-row: 1 / 2;
    }

    .wpsp-grid .wp-show-posts article:nth-child(3) {
        grid-column: 5 / 7;
        grid-row: 2 / 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(4) {
        grid-column: 7 / end;
        grid-row: 2 / 4;
    }
}

@media (max-width: 899px) and (min-width: 600px) {
    .wpsp-grid .wp-show-posts article {
        grid-column: span 4;
    }

    .wpsp-grid .wp-show-posts article:nth-child(3), .wpsp-grid .wp-show-posts article:nth-child(4) {
        grid-row: 3;
        grid-column: span 2;
    }
}

.wpsp-grid article:not(:first-child) .wp-show-posts-image a img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpsp-grid article:first-child .wp-show-posts-image a img {
    height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wpsp-grid article:not(:first-child) .wp-show-posts-entry-summary, .wpsp-grid article:not(:first-child) .wp-show-posts-entry-meta-below-post, .wpsp-grid article:not(:first-child) .wpsp-read-more {
    display: none;
}

/* WPSP Card Styling */
/* Add wpsp-card class to WPSP List shortcode wrapper */
.wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

:not(.widget).wpsp-card .wp-show-posts article, .wpsp-card .wp-show-posts-image {
    margin-bottom: 0 !important;
}

:not(.widget).wpsp-card .wp-show-posts article{
	box-shadow: 0px 0px 4px 3px rgb(168 162 149 / 10%);
}

.wpsp-card .wp-show-posts-inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpsp-card .wpsp-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(80, 50, 50, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(80, 50, 50, 0.5) 30%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.wpsp-card article {
    position: relative;
    overflow: hidden;
}

.wpsp-card article, .wpsp-card article .wp-show-posts-image img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.wpsp-card article:hover .wp-show-posts-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


.header-widget .lsi-social-icons li {
	margin-bottom: 0 !important;
}

body .happyforms-flex {
	padding: 0;
} /* End GeneratePress Site CSS */

.nav-float-right #site-navigation{
    margin-left: 0;
}

div.et_pb_section.et_pb_section_0 {
    background-position: top center;
    background-image: url('https://www.abeillesentinelle.net/imgfr/images/large-2.jpg');
    background-size: cover;
    height: 100%;
}

.et_pb_section_0 {
    height: 500px;
    padding-top: 100px;
    padding-left: 70px;
}

.et_pb_section, .et_pb_extra_section {
    padding: 0;
    background: 0 0;
}

.et_pb_section {
    position: relative;
    background-color: #fff;
}

.et_extra_layout.et_pb_gutters1 .et_pb_extra_row, .et_extra_layout.et_pb_gutters1 .et_pb_row {
    margin-left: -4px!important;
}

.et_pb_row {
    width: 80%;
    margin: auto;
    position: relative;
    padding-top: 70px;
    height: 300px;
}

.et_pb_all_tabs, .et_pb_column, .et_pb_counters .et_pb_counter_container, .et_pb_module, .et_pb_portfolio_item, .et_pb_posts_nav a, .et_pb_pricing_table, .et_pb_row, .et_pb_row_inner, .et_pb_slide, .et_pb_tab, .et_pb_with_background {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.et_pb_row.et_pb_gutters1 .et_pb_column, .et_extra_layout.et_pb_gutters1   .et_pb_column {
    padding: 0 4px!important;
}

.et_pb_column_1_2, .et_pb_extra_column_1_2 {
    width: 75%;
    max-width: 75%;
    min-width: 75%;
}

.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset!important;
}

.et_pb_column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
    height: -moz-available;          /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}

.et_pb_row.et_pb_gutters1 .et_pb_column, .et_extra_layout.et_pb_gutters1   .et_pb_column {
    padding: 0 4px!important;
}

.et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

.et_pb_row_inner_1.et_pb_row_inner {
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    max-width: 300px;
}

.et_section_specialty .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,    .et_section_specialty .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,    .et_section_specialty .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.et_pb_text_0 {
    line-height: 1em;
}

.et_pb_module, .et_pb_extra_module {
    max-width: 100%;
}

.et_pb_gutters1 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 0;
}

.et_pb_text_align_left {
    text-align: left;
}

.et_pb_text_inner {
    position: relative;
    color: white !important;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.4);
}

.et_pb_text_inner h1 {
    color: white !important;
    margin-top: 10%;
    text-align: left;
    margin-left: 25%;
}

.et_pb_text_0 span {
    font-size: 0px;
    line-height: 0em;
}

.page-hero {
    padding: 0 !important;
    z-index: 100;
    background-position: top;
}

.header-aligned-center .site-header{
    z-index: 1000;
}

.main-navigation .inside-navigation{
    border-top: none !important;
}

.inside-page-hero.grid-container.grid-parent{
    max-width: 100%;
}

.adhesion-button{
    background: var(--contrast-2);
}

.adhesion-button a {
    color: white !important;
}

.adhesion-button a:hover {
    color: var(--contrast) !important;
}

div#primary-menu{
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

nav.rank-math-breadcrumb{
    margin-top: 20px;
    margin-bottom: -20px;
}

.page-header, .widget-area .main-navigation, .separate-containers .site-main>.generate-columns-container .inside-article {
    border-radius: 5px !important;
    border: 1px solid rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 4px 3px rgb(168 162 149 / 10%);
}

.sidebar .widget{
    box-shadow: inset 0px 0px 4px 3px rgb(168 162 149 / 10%);
}

.assurance-detail {
    width: fit-content !important;
}

.wapf--inner div:last-child {
    border-top: 2px dotted;
    padding-top: 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h2{
    display: none;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{
    border-radius: 5px;
}

.wapf-field-input input[type=email], .wapf-field-input input[type=number], .wapf-field-input input[type=text], .wapf-field-input input[type=url], .wapf-field-input select, .wapf-field-input textarea {
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    box-shadow: 0 0 5px 2px #0000001f;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 10px;
}

.wapf-field-label.wapf--above {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff6600;
}

.woocommerce div.product form.cart .button {
    box-shadow: 0px 0px 6px 3px #00000029;
    border-radius: 3px;
    margin-left: 80%;
    margin-top: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: none !important;
}

.woocommerce-info {
    border: 0;
    border-radius: 5px;
}

.woocommerce-message{
    border: 0;
    border-radius: 5px;
}

.product .images { display: none; } /* hide images div by default */
.product.has-post-thumbnail .images { display: block; } /* show images div when thumbnail is present */

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    color: white;
    box-shadow: 0 0 6px 0px;
    border-radius: 3px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    box-shadow: 0 0 6px 0px #1e72bd;
    border-radius: 3px;
}

.woocommerce #respond input#submit, .woocommerce ul.products li.product .button, .woocommerce button.button, .woocommerce input.button {
    color: #ffffff;
    background-color: #55555e;
    box-shadow: 0 0 6px 0px #55555e;
    border-radius: 3px;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary {
    padding: 20px;
}

.lp-archive-courses {
    margin-top: 10px;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value label {
    color: var(--contrast-2);
    font-weight: bold;
}

#wpsp-961 {
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.header-aligned-center .site-header {
    width: fit-content;
    margin: auto;
}

.main-navigation ul li:after {
    background-color: #f60 !important;
}

.wpsp-card .wpsp-content-wrap{
    background-color: rgb(80 71 50 / 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(80 71 50 / 50%)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(80 71 50 / 50%) 30%, rgba(0, 0, 0, 0) 100%) !important;
}

.entry-content{
    padding: 15px;
}

h2.entry-title {
    height: fit-content !important;
}

.wpsp-grid article:first-child .wp-show-posts-image a img {
    filter: brightness(.8);
}

.wp-show-posts-single.post{
    border-radius: 5px;
    margin: 10px;
}

.wp-show-posts-inner{
    border-radius: 5px;
}

.generate-columns-container .inside-article, .separate-containers .inside-article{
    background: white;
    padding: 0px !important;
	border-radius: 5px !important;
    border: 1px solid rgb(0 0 0 / 12%);
    box-shadow: 0px 0px 4px 3px rgb(168 162 149 / 10%);
}

.separate-containers .site-main>.generate-columns-container .entry-header, .separate-containers .site-main>.generate-columns-container .entry-summary, .separate-containers .site-main>.generate-columns-container footer{
    padding: 0 30px;
}

footer.entry-meta{
    margin-bottom: 15px;
}

.entete-posts{
    width: 70%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-rows: 1fr auto;
}

:not(.widget) .entete-posts article, .entete-posts .wp-show-posts-image {
    margin-bottom: 0 !important;
	box-shadow: 0px 0px 4px 3px rgb(168 162 149 / 10%);
}

.entete-posts .wp-show-posts-single.post {
    border-radius: 5px;
    margin: 10px;
    grid-column: 5 / end;
    grid-row: 1 / 2;
}

.entete-posts article, .entete-posts article .wp-show-posts-image img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    max-height: 300px;
    object-fit: cover;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.entete-posts article {
    position: relative;
    overflow: hidden;
}

.entete-posts, .entete-posts a, .entete-posts .wp-show-posts-meta a, .entete-posts .wp-show-posts-meta a:visited {
    color: #fff;
}

.entete-posts .wp-show-posts-inner {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.entete-posts .wp-show-posts-inner {
    overflow: hidden;
}

.entete-posts .wp-show-posts-inner {
    border-radius: 5px;
}

.entete-posts.wp-show-posts-image.wpsp-image-center {
    display: block;
    text-align: center;
}

.entete-posts a {
    box-shadow: 0 0 0 transparent;
}

.entete-posts .wpsp-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    background-color: rgb(80 71 50 / 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgb(80 71 50 / 50%)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(80 71 50 / 50%) 30%, rgba(0, 0, 0, 0) 100%) !important;
}

.wp-show-posts-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.entete-posts .wp-show-posts-entry-meta {
    font-size: .8em;
}

.entete-posts .wp-show-posts-meta a, .entete-posts .wp-show-posts-meta a:visited {
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

.entete-posts .wp-show-posts-image{
    box-shadow: inset 0 2px 2px hsla(0, 0%, 0%, 0.1);
}

.widget-title{
    font-size: 20px !important;
}

.featured-column img{
    border-radius: 5px 5px 0 0;
}

.widget ul li {
    list-style-type: disc;
}

.widget-area .widget {
    padding: 15px 25px !important;
}

.page-id-22 .wp-show-posts .wp-show-posts-single.post{
    margin: 0;
}

body div.entry-content>div.learnpress {
    --responsive--aligndefault-width: 100%;
    max-width: var(--lp-content-width,100%);
}

.lp-archive-courses {
    margin-top: 10px;
}

.lp-content-area {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.lp-content-area::after, .lp-content-area::before {
    display: table;
    clear: both;
    content: "";
}

.lp-archive-courses .learn-press-courses {
    clear: both;
    margin: 0 -15px 0 -15px;
    padding: 0;
    list-style: none;
    position: relative;
    min-height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course {
    padding: 0 15px;
}

.lp-archive-courses .learn-press-courses .course {
    width: 25%;
    margin: 0 0 60px 0;
    box-shadow: none;
    list-style: none;
}

.lp-archive-courses .learn-press-courses .course .course-item {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    transition: all .3s;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail {
    overflow: hidden;
    position: relative;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail a {
    display: block;
    overflow: hidden;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: unset;
    line-height: unset;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail::before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    content: "";
    transition: all .3s;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-wrap-thumbnail .course-thumbnail .thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
    transform: scale(1);
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content {
    padding: 15px 20px 12px 20px;
    border: 1px solid #f0f0f0;
    border-top: 0;
    flex-grow: 1;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content {
    position: relative;
    border-top: 0;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 16px;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories {
    float: right;
    position: absolute;
    z-index: 1;
    top: -34px;
    right: -1px;
    margin-right: 0;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-categories a {
    position: relative;
    margin: 0;
    padding: 2px 12px 2px 22px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%,12px 50%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%,12px 50%);
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a {
    display: inline-block;
    display: none;
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:first-child {
    display: block;
    margin-left: 0;
    padding: 2px 16px;
    background: var(--lp-primary-color);
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-instructor {
    margin-bottom: 7px;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor {
    float: left;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-transform: capitalize;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor a {
    color: #059de9;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-permalink {
    height: 48px;
    margin-bottom: 20px;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink {
    display: -webkit-box;
    clear: both;
    overflow: hidden;
    position: relative;
    border: 0;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-permalink .course-title {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-wrap-meta {
    display: none;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .separator {
    display: none;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 28px;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-excerpt {
    display: none;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-footer {
    padding-top: 18px;
    border-top: 1px solid rgba(153,153,153,0.2);
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price {
    float: right;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .origin-price, .lp-archive-courses .learn-press-courses .course .course-item .course-content .course-info .course-price .price {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.lp-archive-courses .learn-press-courses[data-layout=grid] .course .course-item .course-content .course-info .course-readmore {
    display: none;
}

.learn-press-breadcrumb {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto 45px auto;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
}

.learn-press-breadcrumb, .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-title, .course-meta.course-meta-primary, .meta-item.meta-item-lesson, .meta-item.meta-item-quiz {
    display: none;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left {
    width: 70%;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-primary {
    margin-bottom: 36px;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary {
    margin-bottom: 0;
}

.course-meta {
    display: flex;
    margin-bottom: 40px;
}

.course-meta .course-meta__pull-left {
    flex: 1;
}

.course-meta .course-meta__pull-left, .course-meta .course-meta__pull-right {
    display: flex;
}

.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item {
    display: flex;
    height: 46px;
    margin-right: 50px;
	color: var(--contrast-2);
    font-size: 20px;
    font-weight: 300;
	font-family: ABeeZee, sans-serif;
    text-transform: capitalize;
}

.meta-item-lesson{
	display: none;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area {
    display: flex;
    flex-direction: row;
}

#learn-press-course-tabs {
    margin-bottom: 40px;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .entry-content-left {
    width: calc(100% - 300px);
    max-width: 100%;
    margin: 0;
    padding-right: 40px;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio], #tab-instructor{
    display: none;
}

ul.learn-press-nav-tabs {
    display: flex;
    max-height: 60px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(204,204,204,0.3);
    border-bottom: 0;
    background: #f1f2f8;
    list-style: none;
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) {
    border-bottom: 0;
}

ul.learn-press-nav-tabs[data-tabs] .course-nav {
    flex: 1;
}

ul.learn-press-nav-tabs .course-nav {
    float: left;
    position: relative;
    margin: 0;
    border-right: 1px solid rgba(204,204,204,0.3);
    border-bottom: 1px solid rgba(204,204,204,0.3);
    list-style: none;
}

ul.learn-press-nav-tabs .course-nav.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--lp-primary-color);
    content: "";
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label {
    color: var(--lp-primary-color);
    background: #fff;
}

#learn-press-course-tabs .course-nav label {
    display: block;
    margin: 0;
    padding: 18px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
}

ul.learn-press-nav-tabs .course-nav.active label {
    color: var(--lp-primary-color);
}

ul.learn-press-nav-tabs .course-nav:first-child.active::after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
}

#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .course-tab-panels .course-tab-panel:nth-child(1) {
    display: block;
}

#learn-press-course-tabs .course-tab-panels .course-tab-panel .course-description p {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar {
    width: 300px;
    max-width: 100%;
    margin-top: -272px;
}

.course-summary .course-summary-sidebar {
    position: relative;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner {
    width: 300px;
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner .course-sidebar-top {
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / 5%);
}

.lp-archive-courses .course-summary .course-summary-content .lp-entry-content.lp-content-area .course-summary-sidebar .course-summary-sidebar__inner>div {
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview {
    margin-bottom: 35px;
    background: #fff;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview {
    overflow: hidden;
    position: relative;
    margin: -20px -20px 40px;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .media-preview img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
	display: none;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons {
    margin-bottom: 34px;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons>*:last-child {
    margin-bottom: 0;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons form, #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button {
    width: 100%;
    text-decoration: none;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button {
    font-weight: 500;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons form, #learn-press-course .course-summary-sidebar .course-sidebar-preview .lp-course-buttons button {
    width: 100%;
    text-decoration: none;
}

.learnpress-page .lp-button, .learnpress-page #lp-button {
    padding: 16px 24px;
    border: 1px solid #ccc;
    color: #333;
    background: transparent;
    box-shadow: unset;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time {
    margin-bottom: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(204,204,204,0.3);
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row {
    display: flex;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    justify-content: space-between;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row strong {
    color: #333;
    font-weight: 500;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-time .course-time-row time {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview>*:last-child {
    margin-bottom: 0;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress, #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress__heading, #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress__heading {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    flex: 1 1 auto;
}

#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .items-progress .learn-press-progress, #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-results-progress .course-progress .learn-press-progress {
    clear: both;
    width: 100%;
}

.learn-press-progress {
    overflow: hidden;
    position: relative;
    width: 80px;
    height: 6px;
    border-radius: 3px;
}

.learn-press-progress .progress-bg {
    overflow: hidden;
    position: relative;
    height: 6px;
    background: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.learn-press-progress::before {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ccc;
    content: "";
}

.learn-press-progress .progress-bg .progress-active {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -100%;
    background: var(--lp-primary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lp-course-progress .lp-passing-conditional {
    position: absolute;
    top: 0;
    width: 3px;
    height: 6px;
    margin-left: -1px;
    background: var(--lp-secondary-color);
}

.lp-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(209,213,219,0.8);
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
    transition-property: opacity;
}

.lp-modal-dialog {
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.lp-modal-dialog .lp-modal-content {
    display: inline-block;
    overflow: hidden;
    z-index: 2;
    width: auto;
    max-width: 600px;
    border-radius: 8px;
    text-align: left;
    vertical-align: middle;
    background: white;
    color: black;
}

.lp-modal-dialog .lp-modal-content .lp-modal-header {
    background: #7c60d9;
    border-bottom: 1px solid #eee;
    padding: 1em;
}

.lp-modal-dialog .lp-modal-content .lp-modal-header h3 {
    margin: 0;
    color: white;
    font-size: inherit;
}

.lp-modal-dialog .lp-modal-content .lp-modal-body .main-content {
    max-height: 500px;
    overflow: auto;
}

.lp-modal-dialog .lp-modal-footer {
    padding: 10px 20px;
    background-color: #f9fafb;
    text-align: right;
}

.lp-modal-dialog .btn-yes {
    color: #fff;
    background-color: #7c60d9;
}

.single-lp_course .site-content{
	background: white;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 15px;
}

.course-tab-panels{
	border: 1px solid #e6e7ea;
	padding: 10px;
}

ul.learn-press-nav-tabs{
	display: none;
}

li.course-item.course-item {
    border-top: 0.5px solid #6868683b;
    padding-top: 10px;
    border-bottom: 0.5px solid #6868683b;
    padding-bottom: 10px;
    list-style: none;
}

.curriculum-sections .section {
    border-top: 1px solid #6868683b;
    padding-top: 10px;
    border-bottom: 1px solid #6868683b;
    padding-bottom: 10px;
    list-style: none;
}

.curriculum-sections .section-item {
    background: rgb(126 126 126 / 3%);
}

h3.section-title {
    font-weight: bold;
}

.learn-press-breadcrumb, .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-title, .course-meta.course-meta-primary, .meta-item.meta-item-lesson, .meta-item.meta-item-quiz{
    display: none !important;
}

.viewing-course-item header{
	display: none;
}

.course-instructor{
	display: none;
}

.error404 .entry-title{
	padding: 15px;
}

p.first-payment-date{
    display: none;
}

span.subscription-details{
    display: none;
}

.user-incomplete-profile-notice {
    background: #b70000 !important;
    font-weight: bold;
}

.search .entry-summary{
    margin-bottom: 20px;
}

.cart-subtotal{
    display: none;
}

table.shop_table.order_details thead .product-name{
    font-size: 0px;
}

table.shop_table.order_details tfoot tr:first-child {
    display: none;
}

.woocommerce table.shop_table th.product-name {
    font-size: 0;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}

strong.product-quantity {
    display: none;
}

.learn-press-courses .wrap-btn-add-course-to-cart {
    display: none !important;
}

.fee.recurring-total {
    display: none;
}

@media only screen and (max-width: 700px){
    .et_pb_text_inner h1{
        display: none;
    }

    .wpsp-card, .wpsp-card a, .wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited, .wp-show-posts .wp-show-posts-entry-title{
        font-size: 17px;
    }

    .wp-show-posts-entry-content, .wp-show-posts-entry-summary{
        font-size: 14px;
    }

    .site-content{
        padding: 0 15px;
    }

    .site-footer .footer-widgets-container .inside-footer-widgets{
        padding: 0 30px;
    }

    .wp-show-posts article:not(:first-child){
        display: none;
    }
}

@media only screen and (max-width: 800px){
    nav.rank-math-breadcrumb{
        padding: 0 20px;
    }
}

#wpforo #wpforo-wrap .wpfl-2 .wpforo-last-post{
    width: 30%;
}

.wpf-member-profile-buttons{
    display: none;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total span {
    visibility: visible;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    visibility: hidden;
}

#customer_details+#wc_checkout_add_ons, #order_review, #order_review_heading{
    float: initial !important;
    width: 100% !important;
}

.user-avatar {
    display: none;
}

.prix-formation {
    background: white;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.prix-formation .woocommerce-Price-amount{
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.prix-formation a{
    background: var(--contrast);
    padding: 10px 20px;
    color: white !important;
}

.meta-formation{
    background: white;
    padding: 25px;
    color: var(--contrast-2);
    font-weight: bold;
}

.meta-formation span{
    margin-right: 15px;
}