/* 
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 */

/*Complianz cookie button*/
#cmplz-manage-consent .cmplz-manage-consent {
    bottom: 30px !important;
    left: 30px !important;
    border-radius: 100% !important;
    color: #012960 !important;/*CHANGER LA COULEUR*/
    background: #012960 !important;;/*CHANGER LA COULEUR*/
    padding: 15px 15px 15px 15px !important;
    min-width: unset !important;
    width: 45px;
    height: 45px !important;
    padding: 0 !important;
    background-image: url(/wp-content/uploads/2026/01/cookie.png) !important;/*CHANGER L'URL*/
    background-position: center;
    background-repeat: no-repeat !important;
}



/*GENERAL */

.grecaptcha-badge{
    display: none!important;
}


.elementor-widget-text-editor ul{
    margin-bottom: 15px;
    
}

a.elementor-element.elementor-element-4b5b8d9.e-con-full.e-transform.e-flex.e-con.e-child {
    text-decoration: none;
}

@media screen and (min-width: 1024px){
    .aspect-1-1{
        aspect-ratio: 1 / 1;
    }
    .aspect-1-1 img{
        aspect-ratio: 1 / 1;
    }
}
.aspect-1-1 img{
    object-fit: cover;
}

.pos-relative{
    position: relative;
}

.text-ul ul li{
    margin-bottom: 16px;
    list-style: url(images/bullet-roue.png);
}
.text-ul ul li::marker{
    color: var(--e-global-color-primary);
    font-size: 22px;
}

/*cookie yes plugin*/
.cky-btn {
    font-size: 14px !important;
    padding: 8px !important;
}
.cky-btn-revisit:hover{
    background-color: inherit!important;
}
.cky-banner-element{
    display: block;
    width: 400px;
    max-width: 100%;
    text-align: center;
    background-color: var(--e-global-color-secondary);
    border: 2px solid var(--e-global-color-secondary);
    color: #fff !important;
    font-size: 14px !important;
    padding: 12px 24px !important;
    text-transform: uppercase;
    border-radius: 50px !important;
    transition: .3s;

}
.cky-banner-element:hover{
    cursor: pointer;
    color: var(--e-global-color-secondary)!important;
    background-color: #fff;
}

/*espacement titre*/

.elementor-widget-text-editor .elementor-widget-container h2,
.elementor-widget-text-editor .elementor-widget-container h3,
.elementor-widget-text-editor .elementor-widget-container h4{
    margin-top: 45px;
}
.elementor-widget-text-editor .elementor-widget-container h5,
.elementor-widget-text-editor .elementor-widget-container h6{
    margin-top: 35px;
}

/*Pop Up Maker*/

#pum-900 .pum-content.popmake-content p{
    margin-bottom: -4px;
}

/*MENU / HEADER / EN-TETE --------------------------------------------------*/

li.menu-contact a{
    background-color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
    color: #fff!important;
}
li.menu-contact a:hover{
    background-color: var(--e-global-color-secondary);
}

@media screen and (max-width: 1024px){
    #menu-header .elementskit-menu-offcanvas-elements.elementskit-menu-container{
        background: #071014;
    }    #menu-header .elementskit-menu-offcanvas-elements.ekit-nav-menu--overlay{
        background: #071014a8;
    }
    #menu-header .elementskit-menu-offcanvas-elements button.elementskit-menu-close {
        background: #071014;
        color: #fff;
        border: none;
        box-shadow: none;
        font-size: 24px;
        margin: 0 15px 0 0;
    }
    #menu-header .elementskit-menu-offcanvas-elements ul.elementskit-menu-po-left a{
        margin-bottom: 15px;
        color: #fff;
        border-color: #0d191d;
        border-width: 0 0px 2px 0px;
    }
}


/* PAGE D'ACCUEIL / HOMEPAGE --------------------------------------------------*/

#intro-contain:after{
    content: "";
    position: absolute;
    top: -60px;
    left: 25%;
    right: -60px;
    bottom: -60px;
    border: 6px solid var( --e-global-color-accent );
    border-left: none;
}

#intro-contain:before{
    content: "";
    position: absolute;
    left: 19%;
    right: 0;
    width: 50%;
    top: calc(100% + 56px);
    border: 2px solid #fff;
    border-right: none;
    height: 67px;
}

.p-events-none{
    pointer-events: none;
}

/*actus*/
.dernieres-actus .elementskit-post-image-card{
    height: 100%;
    position: relative;
}

.dernieres-actus .elementskit-post-body .btn-wraper{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

.dernieres-actus .elementskit-post-body{
    padding-bottom: 72px!important;
    position: initial!important;
}

.single-post a {
    text-decoration: none !important;
}

p.lire-plus {
    border-left: 2px solid #e37732;
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 35px;
    margin-bottom: 35px;
}

section#comments {
    display: none;
}

.single-post ul.wp-block-list {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px){
    .dernieres-actus .ekit-wid-con .row.post-items > div:last-child{
        display: none;
    }
    
}
@media screen and (max-width: 768px){
    .dernieres-actus .ekit-wid-con .row.post-items > div:not(:nth-child(2)){
        margin-bottom: 45px;
    }
}

/*actus-hover*/
.dernieres-actus a img:not(.emoji){
    transform: none!important;
    opacity: .8!important;
    height: 240px !important;
    object-fit: cover;
}

.dernieres-actus .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img{
    opacity: 1!important;
}

/* FOOTER / PIED DE PAGE --------------------------------------------------*/

#sub-footer li span.elementor-icon-list-text a{
    display: inline;
    color: #707070;
    transition: .3s;
}

#sub-footer li span.elementor-icon-list-text:hover a{
    color: var(--e-global-color-accent);
    transition: .3s;
}


#footer-socials a.elementor-social-icon-facebook svg{
    margin-right: -1px;
}
#footer-socials a.elementor-social-icon-facebook:hover{
    background-color: #0866ff;
}

#footer-socials a.elementor-social-icon-instagram{
    position: relative;
}
#footer-socials a.elementor-social-icon-instagram:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(images/insta-gradient.png);
    background-size: cover;
    border-radius: 50px;
    opacity: 0;
    transition: .3s;
}

#footer-socials a.elementor-social-icon-instagram:hover:before {
    opacity: 1;
}


/*ARCHIVE.PHP - LISTE ACTUALITÉS/ARTICLES ----------------------------*/

/*container + flex */
.modele-archive-main{
    max-width: none!important;
    padding: 0!important;
}
#modele-archive-container article.post {
    width: calc(33.33% - 40px);
}
#modele-archive-container{
    max-width: 1024px;
    margin: 60px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
}

/*titre de page*/
.modele-archive-main .page-header{
    position: relative;
    padding: 230px 0px 120px 0px;
    background-image: url("https://mondovelo-51.fr/wp-content/uploads/2024/10/choix-velo.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modele-archive-main .page-header:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #071014;
    opacity: .8;
}
.modele-archive-main .page-header h1{
    max-width: 1024px;
    position: inherit;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
/*navigation bas de page*/
.modele-archive-main nav.pagination{
    max-width: 1024px;
    margin-bottom: 60px;
}
.modele-archive-main nav.pagination .nav-next a{
    font-size: 18px;
}

/*tile*/
#modele-archive-container article.post img{
    height: 240px;
    width: 100%;
    object-fit: cover;
    opacity: .7;
    transition: .3s;
}
#modele-archive-container article.post:hover img{
    opacity: 1;
}
#modele-archive-container article.post{
    background-color: #20323b;
    position: relative;
    padding-bottom: 90px;
    box-shadow: 0 0 20px -12px #071014;
}/*
#modele-archive-container article.post:hover {
    box-shadow: 0 0 14px -8px #071014;
}*/
#modele-archive-container article.post h2{
    margin: 0;
    line-height: 24px;
}
#modele-archive-container article.post h2 a{
    display: block;
    padding: 15px;
    color: #fff;
    font-family: var(--e-global-typography-8125bed-font-family), Sans-serif;
    font-size: var(--e-global-typography-8125bed-font-size);
    font-weight: var(--e-global-typography-8125bed-font-weight);
    text-transform: var(--e-global-typography-8125bed-text-transform);
    line-height: var(--e-global-typography-8125bed-line-height);
    letter-spacing: var(--e-global-typography-8125bed-letter-spacing);
    text-align: center;
}

#modele-archive-container article.post a.read-more{
    position: absolute;
    bottom: 30px;
    left: calc(50% - 60px);
    background-color: var(--e-global-color-1df4763);
    padding: 8px 16px 8px 16px;
    font-family: "Outfit", Sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6rem;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-1df4763);
    border-radius: 50px 50px 50px 50px;
    text-decoration: none;
/*    margin: 0 auto;
    display: block;
    width: 120px;*/
    transition: .3s;
}
#modele-archive-container article.post a.read-more:hover{
    background-color: var(--e-global-color-secondary);
    color: #FFFFFF;
}

/*RESPONSIVE - ARCHIVE.PHP -------*/
@media screen and (max-width: 1024px){
    #modele-archive-container, .modele-archive-main nav.pagination,.modele-archive-main .page-header h1 {
        padding: 0 30px;
    }
    #modele-archive-container article.post {
        width: calc(50% - 30px);
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px){
    #modele-archive-container{
        gap: 36px;
    }
    #modele-archive-container article.post {
        width: 100%;
        max-width: 310px;
        padding: 0 0 90px 0;
    }
}

/*SINGLE - ARTICLE DE BLOG------------------------------------------------------------*/

body.post-template-default.single main#content {
    max-width: none;
    margin-bottom: 90px;
    padding: 0;
}
body.post-template-default.single main#content .page-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}
body.post-template-default.single main#content .page-content h2,
body.post-template-default.single main#content .page-content h3,
body.post-template-default.single main#content .page-content h4,
body.post-template-default.single main#content .page-content h5,
body.post-template-default.single main#content .page-content h6{
    margin: 30px 0 8px 0;
}

body.post-template-default.single #content .page-header{
    text-align: center;
    background-color: var(--e-global-color-secondary);
    background-image: url(https://mondovelo-51.fr/wp-content/uploads/2024/10/choix-velo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-bottom: 45px;
    padding: 218px 15px 108px 15px;
    position: relative;
}
body.post-template-default.single #content .page-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #071014;
    opacity: .8;
}
body.post-template-default.single #content .page-header h1{
    color: #fff;
    position: inherit;
}


.cta-banner h2{
    font-size: 30px!important;
}
.cta-banner .wp-block-buttons a{
    font-size: 16.8px!important;
    background-color: #e37732 !important;
}


/*SHORTCODE 3 DERNIERS ARTICLES----------------------------------------------------*/

.last-articles{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 60px;
}

.last-articles article{
    background-color: #20323b;
    position: relative;
    padding-bottom: 90px;
    box-shadow: 0 0 20px -12px #071014;
}

.last-articles article a.thumbnail{
    display: block;
    height: 220px;
    overflow: hidden;
}
.last-articles article a.thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .7;
    transition: .3s;
}
.last-articles article:hover a.thumbnail img {
    opacity: 1;
}

.last-articles article h3{
    font-family: var(--e-global-typography-8125bed-font-family), Sans-serif;
    font-size: var(--e-global-typography-8125bed-font-size);
    font-weight: var(--e-global-typography-8125bed-font-weight);
    text-transform: var(--e-global-typography-8125bed-text-transform);
    line-height: var(--e-global-typography-8125bed-line-height);
    letter-spacing: var(--e-global-typography-8125bed-letter-spacing);
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 15px;
    text-align: center;
}
.last-articles article h3 a{
    font-family: var(--e-global-typography-8125bed-font-family), Sans-serif;
    font-size: var(--e-global-typography-8125bed-font-size);
    font-weight: var(--e-global-typography-8125bed-font-weight);
    text-transform: var(--e-global-typography-8125bed-text-transform);
    line-height: var(--e-global-typography-8125bed-line-height);
    letter-spacing: var(--e-global-typography-8125bed-letter-spacing);
    color: #fff;
    transition: .3s;    
}
.last-articles article h3 a:hover{
    color: #fff;    
}

.last-articles article p{
    text-align:  justify;
}

.last-articles article a.read-more{
    position: absolute;
    bottom: 30px;
    left: calc(50% - 60px);
    background-color: var(--e-global-color-1df4763);
    padding: 8px 16px 8px 16px;
    font-family: "Outfit", Sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.6rem;
    letter-spacing: 0.1px;
    word-spacing: 0.5px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-1df4763);
    border-radius: 50px 50px 50px 50px;
    text-decoration: none;
    transition: .3s;
}
.last-articles article a.read-more:hover{
    background-color: var(--e-global-color-secondary);
    color: #FFFFFF;
}


/*sur le single*/
.last-articles-single{
    max-width: 1140px;
    padding: 60px 15px 0 15px;
    margin: 0px auto 90px auto;
    border-top: 2px solid #f0f5f8;
}
.last-articles-single h2{
    margin-bottom: 45px;
}
a.all-post-button {
    background: var(--e-global-color-accent);
    border: 3px solid var(--e-global-color-accent);
    border-radius: 50px;
    color: #fff;
    display: block;
    margin: auto;
    padding: 12px 14px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
    margin-bottom: 90px;
    margin-top: -30px;
    transition: .3s;
}
a.all-post-button svg{
    display: inline;
    width: 16px;
    margin-bottom: -3px;
    margin-left: 5px;
    fill: #fff;
    transition: .3s;
}
a.all-post-button:hover {
    background: #fff;
    color: var(--e-global-color-accent);
}
a.all-post-button:hover svg{
    fill: var(--e-global-color-accent);
}

/*RESPONSIVE*/
@media screen and (max-width: 1480px){

}

@media screen and (max-width: 1024px){
    .last-articles{
        grid-template-columns: repeat(2, 1fr);
    }
    .last-articles article:last-child{
        display: none;
    }
}

@media screen and (max-width: 768px){
    .last-articles{
        grid-template-columns: repeat(1, 1fr);
        /*max-width: 560px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;*/
    }
    .last-articles article:last-child{
        display: block;
    }
}


/*PAGE 404------------------------------------------------------------*/

#content.error404{
    min-height: calc(100vh - 220px);
    padding-top: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  #content.error404 a.elementor-button{
    background-color: #002043;
  }
  #content.error404 a.elementor-button:hover{
    background-color: #fff;
  }

  #content.error404 .page-header img{
    width: 450px;
  }

  /*SCROLL TO TOP------------------------------------------------------*/

#scroll-to-top i{
	position: relative;
}

#scroll-to-top{
	position: fixed;
    z-index: 999;
    right: 15px;
    bottom: -100px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    padding: 0 0 4px 0;
    background-color: var(--e-global-color-secondary);
    border-color: #fff;
    border-width: 2px;
    background-image: url(images/chevron-up.png);
    background-repeat: no-repeat;
    background-position: center 12px;
    box-shadow: 0 0 12px -6px #071014;
}

#scroll-to-top:hover,
#scroll-to-top:focus{
	background-color: #e37732;
}

@media screen and (max-width: 768px){
    #scroll-to-top{
        right: 15px;
        margin-bottom: -15px;
    }
}