/*
Theme Name: APTN theme
Theme URI: http://cmsmasters.net/eco-nature-child/
Author: PYME
Author URI: https://pyme.ch
Description: EcoNature Child Theme
Template: econature
Version: 1.0.0
License:
License URI:
Text Domain: econature-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

body #main {
    font-size: 14px;
}

#respond {
    display: none;
}

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

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

.no-padding-top {
    padding-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.home-slider-container {
    position: relative;
    height: 350px;
    background-image: url('/wp-content/uploads/2023/09/headernew-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.home-slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 90%; /* Give a little margin on the sides */
    padding: 0 5%; 
    box-sizing: border-box;
    font-size: 30px;
    line-height: 1.5;
}

.frm_dropzone .frm_small_text p {
    padding-top: 5px;
    text-align: center;
}

.cmsms_search_post_cont_info.entry-meta {
    display: none;
}

#main .cmsms_search_post_comments {
    display: none;
}

#main .cmsms_search {
    padding-top: 0;
}

.event_title_custom {
    border-bottom: solid 1px #e5e8ec;
    padding-bottom: 25px;
}

article {
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}

.event_date_infos {
    color: rgb(151, 156, 164);
    font-size: 16px;
    font-stretch: 100%;
    font-weight: 400;
    line-height: 25.92px;
    padding-bottom: 15px;
}

article.evenement figure {
    display: none;
}

.blog.columns article.evenement figure {
    display: block;
}

.blog.columns article.evenement .cmsms_post_cont figure {
    margin-bottom: 0;
}

.event_description {
    color: rgb(20, 24, 39);
    font-size: 16px;
    font-stretch: 100%;
    font-weight: 400;
    margin-block-start: 0px;
    outline-color: rgb(20, 24, 39);
}

.event_register_title {
    border-top: solid 1px #e5e8ec;
    padding-top: 10px;
}

.evenement.post .cmsms_post_header {
    padding-left: 0 !important;
}

.blog.columns article.evenement header .entry-title {
    padding-top: 20px;
    padding-left: 20px;
}

.event_content_custom {
    margin-top: -30px;
}

.custom-reset-password-form .frm_description {
    display: none;
}

.footer_custom_html {
    width: 100% !important;
    display: flex;
}

.footer-col {
    width: 33%;
    padding-right: 10px;
}

@media(max-width: 699px) {
    .footer_custom_html {
        display: block;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 15px !important;
    }
}
