/*
Theme Name:   Cognio - Child theme
Theme URI:    https://modernwebtemplates.com/
Description:  Extra Small child theme of Cognio theme
Author:       the Cognio team
Author URI:   https://themeforest.net/user/mwtemplates
Template:     cognio
Version:      1.0.2
License:      Commercial
License URI:  http://themeforest.net/licenses/regular_extended
Text Domain:  cognio
Domain Path:  /languages
Tags:         blog, e-commerce, news, custom-background, custom-colors, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, block-styles, wide-blocks, left-sidebar, right-sidebar, one-column, two-columns, grid-layout, microformats, post-formats, translation-ready
*/

/* Your styles goes here*/

/* font
-------------------------*/
@font-face {
    font-family: 'edwardian_script_it';
    src: url('font/edwardianscriptitc-webfont.woff2') format('woff2'),
         url('font/edwardianscriptitc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Général
-------------------------*/
h1, h2,h3,
h4,h5,h6,
p, a, li{
    font-family: "Plus Jakarta Sans", sans-serif!important;
}
h1, h2{
    font-size: 44px!important;
    font-weight: 800!important;
}
h2 strong{
    font-family: 'edwardian_script_it';
    color: #aa9375;
    display: block;
    font-weight: normal;
}
.sous-titre,
.sous-titre p{
    font-size: 26px;
    color: #aa9375;
    font-weight: bold;
}
.btn-commander{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-commander a{
    background: #608e25;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    padding: 20px 25px;
    letter-spacing: 0;
    border-radius: 10px;
}
.btn-commander a:hover{
    background: #4e731f;
}
.btn-commander a .fa{
    opacity: 0.5;
  margin-right: 10px;
}
.btn-commander .btn-prix{
    background: #486a1c;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
}
.btn-commander .btn-prix b{
    font-size: 20px;
    margin-left: 5px;
}
.btn-commander .btn-prix b sup{
    font-size: 13px;
}

/* Header
-------------------------*/
.header-absolute-wrap .i {
    background-color: rgba(0,0,0,0.2);
}
.header.affix.i{
    background-color: rgba(0,0,0,0.9);   
}
header.header-8 {
    padding-top: 0;
    padding-bottom: 0;
}
header.affix.header-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-menu li.current-menu-item > a{
    color:#fff;
    border: 1px solid rgba(255, 192, 1,0);
}
.top-menu li.current-menu-item > a:hover{
    color: #ffc001;
    border: 1px solid #ffc001;
}
.top-nav.active .menu-many-items .btn-mobile a,
.header .btn{
    background: #608e25;
    border: 0px;
    padding: 14px 15px;
    margin: 0;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.top-nav.active .menu-many-items .btn-mobile a:hover,
.header .btn:before{
    content: "\f02d";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    opacity: 0.5;
}
.header .btn:hover{
    background: #4e731f;
}
.wpml-ls-legacy-list-horizontal a {
    opacity: 0.5;
    font-size: 13px;
}
.wpml-ls-legacy-list-horizontal a:hover {
    opacity: 1;
}
header.header-8 #nav_toggle {
    position: relative;
}
.top-menu > li.wpml-ls-item,
.mobile-only{
    display: none!important;
}

/* Footer
-------------------------*/
#copyright{
    background: #aa9375;
}
.copyright .copyright-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.copyright .copyright-text a,
.copyright .copyright-text p{
    color: #fff;
    margin: 0;
    padding: 0;
}
.copyright .copyright-text a{
    text-decoration: underline;
}
.copyright .copyright-text a:hover{
    text-decoration: none;
}

/* intro
------------------------*/
#intro .intro-section-text{
    margin-left: 0;
}
#intro .intro-pre-heading {
    background-color: transparent;
    color: #ffc001;
    line-height: 1;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #ffc001;
    font-size: 13px;
    font-weight: 600;
}
#intro .intro-pre-heading .fa{
    margin-right: 7px;
    font-size: 17px;
}
#intro h1.intro-heading{
    font-size: 40px !important;
    letter-spacing: 0;
}
#intro h1 b{
    font-style: italic;
    color: #ffc001;
    font-weight: bold;
    font-size: 44px
}
#intro h1 b:nth-of-type(1){
    margin-left: -20px;  
}
#intro .intro-description{
    color: #ebddb5;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    max-width: 500px;
}
#intro .btn{
    background: #608e25;
    border: 0;
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 0;
    padding: 20px 30px;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
}
#intro .btn:before{
    content: "\f02d";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    opacity: 0.5;
}
#intro .btn:hover{
    background: #4e731f;
}

/* section-biographie
-------------------------*/
#section-biographie h2 strong{
    font-size: 163px;
    line-height: 90px;
    margin-top: -20px;
}
#section-biographie p{
    font-size: 16px;
    line-height: 1.7;
}
#section-biographie-bottom h3{
    font-size: 23px;
}
#section-biographie-bottom p{
    margin-top: 0;
    margin-bottom: 15px;
}
#section-biographie-bottom p.elementor-image-box-description{
    margin: 0;
}

/* section-photos
-------------------------*/
#section-photos h2 small{
    font-size: 36px;
    font-weight: 600;
}
#section-photos h2 strong{
    font-size: 115px;
    line-height: 70px;
    margin-top: -5px;
    margin-left: 21px;
}
#section-photos p{
    font-size: 18px;
    line-height: 1.7;
}
#section-photos .bdt-ep-accordion-item {
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #fff;
}
#section-photos .bdt-ep-accordion-item.bdt-open {
    border: 2px solid #aa9375;
}
#section-photos .bdt-accordion-content .d-flex{
    display: flex;
    align-items: center;
    max-width: 350px;
}
#section-photos .bdt-accordion-content img{
    margin-right: 25px;
}
#section-photos .bdt-accordion-content p{
    font-size: 16px;
    line-height: 1.5;
}
#section-gallerie .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    height: 130px;
    border-radius: 10px !important;
    overflow: hidden;
}

/* section-commander
-------------------------*/
#section-commander h2{
    color: #fff;
    font-size: 27px !important;
    text-shadow: 2px 2px rgba(0,0,0,0.2);
    letter-spacing: 0;
}

/* section-services
-------------------------*/
#section-services .bg-gris{
    background: #f2f2eb;
    padding: 35px;
    border-radius: 15px;
}
#section-services .bg-gris h3{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}
#section-services .bg-gris h3 strong{
    display: block;
    font-weight: 800;
}
#section-services .bg-gris,
#section-services .bg-gris p{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
    color: #000;
}
#section-services .bg-gris ul{
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 15px;
    list-style: none;
    padding: 0;

}
#section-services .bg-gris ul li{
    width: calc(33.33% - 15px);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    margin-right: 15px;
    padding-left: 40px;
}
#section-services .bg-gris ul li i,
#section-services .bg-gris ul li em{
    color: #6e6e6b;
    font-size: 12px;
    font-style: normal;
    display: block;
    margin-left: -5px;
}
#section-services .bg-gris li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-flex;
    margin-left: -40px;
    width: 25px;
    background: #608e25;
    height: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}
#section-services .bg-beige{
    background: #8d7a60;
    padding: 35px;
    border-radius: 15px;
}
#section-services .bg-beige h3{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}
#section-services .bg-beige a{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.2;
}
#section-services .bg-beige a:hover{
    color: #51483c;
}
#section-services .bg-beige a .fa{
    color: #51483c;
    margin-right: 15px;
    font-size: 27px;
    vertical-align: middle;
    margin-top: -4px;
}
#section-services .bg-beige p{
    margin: 0;
    padding: 0;
}


/* section-actualités
-------------------------*/
#section-actualités .premium-blog-thumb-effect-wrapper {
    border-radius: 15px;
    border: 1px solid #ccc;
}
#section-actualités .premium-blog-entry-meta .premium-blog-post-time.premium-blog-meta-data {
    background-color: #aa9375;
}
#section-actualités .premium-blog-entry-meta .premium-blog-post-time.premium-blog-meta-data span{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
#section-actualités .premium-blog-entry-title a{
    font-size: 17px;
    color: #031521;
    letter-spacing: 0px;
}

/* section-contact
-------------------------*/
#section-contact h2{
    font-size: 40px;
}
#section-contact h2 strong{
    font-size: 153px;
    line-height: 0.75;
    margin-top: 15px;
    margin-left: -25px;
}
#section-contact h2 small{
    color: #5e5242;
    font-size: 36px;
    font-weight: 300;
    text-align: right;
    display: block;
}
#section-contact p{
    font-size: 16px;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold;
  color: #1d1d1d;
}
#section-contact .gform_required_legend{
    display: none;
}
#section-contact h2.gform_submission_error{
    font-size: 15px !important;
    letter-spacing: 0 !important;
    line-height: 1.3;
}
#section-contact .gform_wrapper .gfield input,
#section-contact .gform_wrapper .gfield textarea{
    border-radius: 8px;
}
#section-contact .gform-theme--foundation .gform_fields {
    row-gap: 25px;
}
#section-contact .gform_wrapper .gform_button {
    font-size: 16px !important;
    background: #252525;
    width: 150px;
    padding: 11px 0 !important;
    line-height: 1;
    display: block;
    border-radius: 10px;
}
#section-contact .gform_wrapper .gform_button:hover {
    background: #000;
}
#section-contact .gform_wrapper .gform_confirmation_message{
    font-family: 'edwardian_script_it';
    color: #aa9375;
    display: block;
    font-weight: normal;
    font-size: 50px;
    letter-spacing: 0;
}
#section-contact .rs-contact{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}
#section-contact .rs-contact a{
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0;
    color: #031521;
    width: 150px;
}
#section-contact .rs-contact a img{
    margin-right: 15px;
}


/* = Page Ebook
-------------------------*/
#section-achat-ebook h2.gform_submission_error{
    font-size: 17px !important;
}
#section-achat-ebook .gform_required_legend,
#section-achat-ebook .select-wrap::before,
#section-achat-ebook .select-wrap::after{
    display: none!important;
}
#section-achat-ebook .gfield_label{
    display: block!important;
}
#section-achat-ebook .gform-theme--foundation .gfield--width-full {
    margin-bottom: 25px;
}
#section-achat-ebook .hide{
    overflow: hidden;
    height: 0;
    margin: 0!important;
    padding: 0!important;
    line-height: 0!important;
}
#section-achat-ebook .gotrgf_form_wrapper {
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 50px;
    padding: 40px 40px 40px 40px;
    border: 0;
    z-index: 5;
}
#section-achat-ebook .gotrgf_form_overview_container{
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.22);
    margin: 50px 0 0 -9px;
    padding: 30px 25px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 300px;
    z-index: 3;
}
#section-achat-ebook .gotrgf_form_overview_container:after{
    content: '';
    display: block;
    background: url('images/catre-credit-accepte.png') no-repeat left center / contain;
    height: 20px;
}
#section-achat-ebook .gform-theme--foundation .gform_fields{
    row-gap: 0;
}
#section-achat-ebook .gotrgf_unit_quantity,
#section-achat-ebook .gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
    display: none;
}
#section-achat-ebook .gotrgf_form_overview_container > .gotrgf_summary_lines > .gotrgf_summary_line {
    align-items: center;
}
#section-achat-ebook .gotrgf_unit_price{
    font-size: 15px;
}
#section-achat-ebook .gotrgf_price_amount{
    font-size: 27px;
    color: #608e25;
    padding-right: 3px;
}
#section-achat-ebook .gform_wrapper .gform_button{
    font-size: 16px !important;
    background: #252525;
    padding: 11px 25px !important;
    line-height: 1;
    display: block;
    border-radius: 10px;
}
#section-achat-ebook .gform_wrapper .gform_button:hover {
    background: #000;
}

/* Article
-------------------------*/
.entry-date-wrap a, .entry-date-wrap > span:not(.hidden):not(.svg-icon):not(.icon-inline) {
    background-color: #aa9375!important;
    color: #fff;
    font-weight: bold!important;
}

.single #main .container.pt-10 {
    padding-top: 75px;
}
.single .entry-content {
    margin-top: 0;
}
.single .entry-meta-wrap {
    margin-bottom: 20px;
}
.single .has-post-thumbnail .post-thumbnail-wrap, 
.single .has-post-thumbnail .post-thumbnail{
    display: none;
}
.single .has-post-thumbnail .item-content {
    margin-top: 0;
}
.widget_recent_entries li {
    line-height: 1.3;
    padding: 13px 0px 13px 30px !important;
}
.widget_recent_entries li::after {
    left: 5px;
    top: 13px;
    -webkit-transform: none;
    transform: none;
}

.blog article{
    display: flex;
    align-items: stretch;
}
.blog .has-post-thumbnail .post-thumbnail-wrap {
    width: 25%;
}
.blog .post.post-over.has-post-thumbnail .item-content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0 25px;
    width: 75%;
}
.blog.hfeed article + article {
    margin-top: 50px;
}
.blog article .entry-content {
    margin-top: 0;
}
.blog article .entry-header {
    margin-bottom: 10px;
}
.blog article h3.entry-title{
    margin-bottom: 0;
}
.pagination {
    margin-top: 75px;
    padding: 20px 0 20px;
}
.pagination .page-numbers{
    border: none;
    margin-right: 25px;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
    background: #f2f2f2;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
    color: #fff;
    background: #5e8c24;
}

/* =Politique
--------------------------*/
#section-confidentialite div,
#section-confidentialite li{
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    color: #031521;
}
#section-confidentialite h2{
    font-size: 30px!important;
}

/* RESPONSIVE
-------------------------*/
@media only screen and (max-width:1200px){
    .top-nav::before {
        height: 75px;
        background-color: #000;
    }
    .top-nav{
        z-index: 2;
    }
    .logo-wrap{
        z-index: 99;
    }
    .top-nav .nav-btn {
        width: 75px;
        height: 75px;
        background-color: #aa9375;
    }
    .top-menu > li.wpml-ls-item,
    .mobile-only{
        display: block!important;
    }
    .top-nav.active .menu-many-items .btn-mobile a {
        padding: 10px 40px;
        color: #fff;
    }
    #section-contact h2 {
        font-size: 36px !important;
    }
    #section-commander h2 {
        text-align: center;
    }
    .gotrgf_form_overview_container>.gotrgf_summary_lines>.gotrgf_summary_line>.gotrgf_line_part_left {
        max-width: 75%;
    }
    #section-achat-ebook .gotrgf_form_wrapper {
        margin: 0 0 0 25px;
    }
    #section-achat-ebook .gotrgf_form_overview_container {
        margin: 50px 15px 0 -25px;
    }
}
@media only screen and (max-width:990px){
    #section-contact .elementor-column.elementor-col-33, 
    #section-contact .elementor-column[data-col="33"],
    .elementor-column.elementor-col-50, 
    .elementor-column[data-col="50"],
    #section-contact .elementor-column.elementor-col-66, 
    #section-contact .elementor-column[data-col="66"] {
        width: 100%;
    }
    #section-biographie-bottom .elementor-image-box-wrapper{
        margin-bottom: 25px;
    }
    #section-biographie .elementor-widget-image > div{
        text-align: center;
    }
    .btn-commander a {
        font-size: 17px;
        padding: 20px 15px;
    }
    #section-contact h2 {
        font-size: 36px !important;
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
    }
    #section-contact .rs-contact {
        margin-bottom: 50px;
    }
    .gotrgf_form_overview_container>.gotrgf_summary_lines>.gotrgf_summary_line>.gotrgf_line_part_left {
        max-width: 61%;
    }
}
@media only screen and (max-width:500px){
    .header .btn{
        display: none;
    }
    #intro{
        background-size: cover!important;
        background-attachment: inherit!important;
    }
    #intro img{
        max-height: 400px;
    }
    #intro h1.intro-heading {
        font-size: 24px !important;
        line-height: 1;
    }
    #intro h1 b {
        font-size: 32px;
    }
    .intro .d-grid .intro-section-text {
        padding-top: 0;
    }
    #intro .intro-description {
        font-size: 16px;
        max-width: 300px;
        margin: 0 auto;
    }
    .copyright .copyright-text {
        flex-direction: column;
    }
    .header-absolute-wrap .header-absolute-content + .title.title-3 h1 {
        padding-top: 15px;
        font-size: 33px !important;
    }
    #section-achat-ebook .gotrgf_form_wrapper {
        margin: 0;
        padding: 30px 20px;
    }
    #section-achat-ebook .gotrgf_form_overview_container {
        margin: 15px 0 0;
        border-radius: 10px;
        min-height: auto;
    }
    #section-services .bg-gris ul li {
        width: calc(50% - 15px);
    }
    #section-services .bg-beige,
    #section-services .bg-gris {
        padding: 25px;
    }
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, 
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, 
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, 
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, 
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, 
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, 
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, 
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item, 
    #section-gallerie .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%;
    }

}