/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22 déc. 2020, 17:24:37
    Author     : bfauredaran
*/

.elementor-widget-wrap .elementor-section {
    position : relative;
}

.elementor-widget-wrap .elementor-section .elementor-container {
    max-width: 1140px;
}

.elementor-section .elementor-container .elementor-row {
    width: 100%;
    display: flex;
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
        width: 100%;
    }
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px;
}

.elementor-column-wrap {
    width: 100%;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.bloc-actifs.elementor-widget-wrap .elementor-section-boxed {
    /*background-color: #F9C938;*/
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 10px 10px 10px;
}

.bloc-actifs.elementor-widget-wrap>.elementor-element {
    width: 100%;
}

.bloc-actifs.elementor-widget-wrap .elementor-section-boxed .elementor-background-overlay {
    background-color: #F9C938;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bloc-actifs{
    margin: 3rem auto 0 auto;
    padding-right: 20px;
    padding-left: 20px;


}

.bloc-actifs a{
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.bloc-actifs a:hover{
    background-color: #000;
    color : #F9C938;
}
.bloc-actifs a:first-child{
    margin-bottom: 20px;
}

.bloc-actifs section .bloc-btn {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
}
.bloc-actifs section{
    background-color: #F9C938;
    padding: 10px;
    display: flex;
}

.bloc-actifs .bloc-content-icon{
    border: 3px solid #fff;
    font-size: 80px;
    text-align: center;
    padding: .2em;
    color: #fff;
}
.bloc-actifs .bloc-content-icon i{
    transform: rotate(345deg);
}


@media (min-width: 1380px){
    .bloc-actifs {
        max-width: 1380px;
    }
}



@media (min-width: 768px) {
    .bloc-actifs section .bloc-icon {
        width: 15.909%;
        padding: 10px;
    }
    .bloc-actifs section .bloc-txt {
        width: 58.091%;
        padding: 10px;
    }
    .bloc-actifs section .bloc-btn {
        width: 25.664%;
        padding: 10px;

    }
}

@media (max-width: 768px) {
    .bloc-actifs section{
        flex-flow: wrap;
    }
    .bloc-actifs section .bloc-btn,
    .bloc-actifs section .bloc-txt,
    .bloc-actifs section .bloc-icon {
        width : 100%;
        margin: 5px 0;
    }
}


.pdf-dl-btn{
    width:260px;
    border-radius: 2px;
    margin:auto;
    font-weight: 700;
    padding:8px;
    text-align: center;
    background:#f9c938;
}
.pdf-dl-btn a{
    color:#fff !important;
}
.pdf-dl-btn a:hover{
    text-decoration: underline;
}
.single .site-main .entry, .page .site-main .entry{
    padding:30px;
}


.archive-count{
    display:none;
}
.subcategories{
    margin-top:1rem;
    padding-top:1rem;

}
.subcategories h5.title-block{
    margin-bottom:0.5rem;
}
.page-header .page-subtitle.title-block{
    display: none;
}
.page-header {
    margin-bottom: 0.5rem;
}
.section-category-posts{
    margin-bottom: 1.5rem;
}
.cn-button.wp-default.fo-schneider {
    color: #333;
    background: #fff;
}
div.elementor-element.elementor-widget-wpmf_pdf_embed {
    border: solid 1px #A8A8A8;
}