/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    font-family: Manrope;
}

header#site-header{
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #121212;
}
.home .page-header{
    display: none;
}

footer{
    padding-top: 2%;
}
footer svg{
    height: 2rem;
    width: 2rem;
}
footer li#menu-item-22 a, footer li#menu-item-23 a{
    padding: 0;
}
footer li:not(:first-of-type){
    margin-left: 15px;
}

@media screen and (min-width: 1000px) {
    .actualite{
        width: 32%;
    }
}
@media screen and (max-width: 999px) {
    #content.site-main.post-15 .page-content .actualite{
        width: 100%;
    }
}
#content.site-main.post-15 .page-content{
    display: flex;
    column-gap: 1%;
    row-gap: 10px;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 60px;
}
#content.site-main.post-15 .page-content .actualite{
    position: relative;
    height: 210px;
}
#content.site-main.post-15 .page-content .actualite .actualite-container{
    height: 210px;
    width: 100%;
}
/* #content.site-main.post-15 .page-content .actualite img{
    width: 100%;
    opacity: 0.6;
    transition: opacity 0.5s;
}
#content.site-main.post-15 .page-content .actualite:hover img{
    opacity: 1;
} */
#content.site-main.post-15 .page-content .actualite .actualite-texte{
    position: absolute;
    z-index: 100;
    text-align: center;
    opacity: 1;
    transition: opacity .8s;
    background: #0000009c;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#content.site-main.post-15 .page-content .actualite:hover .actualite-texte{
    opacity: 0;
}
#content.site-main.post-15 .page-content .actualite .actualite-texte h3{
    font-size: 1rem;
}

#content.site-main.post-15 .page-content .pods-pagination{
    position: absolute;
    width: fit-content;
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
}

/* figure.swiper-slide-inner{
    position: relative;
}
figure.swiper-slide-inner figcaption{
    position: absolute;
    color: white;
    bottom: 50px;
    left: 5%;
    font-size: 4.5rem;
    width: 30%;
    text-align: start !important;
    line-height: 1;
} */

.uc_overlay_image_carousel{
max-width:1140px;
margin-left:auto;
margin-right:auto;
}
.owl-stage .owl-item{
    height: fit-content;
}
.owl-stage .owl-item .uc_image_carousel_container_holder{
    position: relative;
}
.owl-stage .owl-item .uc_image_carousel_container_holder .uc_image_carousel_content{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
}
.owl-stage .owl-item .uc_image_carousel_container_holder .uc_image_carousel_content .uc_image_carousel_content_holder{
    width: 100%;
    height: 100%;
}
.owl-stage .owl-item .uc_image_carousel_container_holder .uc_image_carousel_content .uc_image_carousel_content_holder a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.owl-stage .owl-item .uc_image_carousel_container_holder .uc_image_carousel_content .uc_image_carousel_content_holder a .uc_post_title{
    position: absolute;
    bottom: 30px;
    left: 50px;
    color: white;
    font-size: 2rem;
    text-shadow: 1px 1px 2px #000000;
}
@media screen and (max-width:1000px) {
    .owl-stage .owl-item .uc_image_carousel_container_holder .uc_image_carousel_content .uc_image_carousel_content_holder a .uc_post_title{
        left: 10px;
        bottom: 10px;
        text-align: left;
        font-size: 1.2rem;
    }
}
.elementor-11 .elementor-element.elementor-element-0e446c8 .owl-carousel .owl-nav .owl-next, .elementor-11 .elementor-element.elementor-element-0e446c8 .owl-carousel .owl-nav .owl-prev{
    top:45%;
    background-color: rgba(255,255,255,0.5);
}

.wp-singular .page-content figure img{
    width:100%;
}

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}