/*
 Theme Name:   Hello Elementor Child
 Description:  Thème enfant du thème Hello Elementor
 Author:       Anne-Lise REVOL
 Template:     hello-elementor
*/

/* THEME ORIGINE */
article.post {
    display: none;
}

/* HEADER */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a:hover{
    color:#af4c25;
}

/* MENU PRINCIPAL MOBILE*/
#menu-1-7024c71 li a {
    background: url(http://afriquedusudsafari.local/wp-content/uploads/patte.png) no-repeat left center;
    background-size: 17px;
    margin-left: 12px;
}


/* PAGE ACCUEIL */
span.marron{
    color: #32000b;
}

/* PAGE SAFARI */
span.desc{
    color:#bd6027;
}
span.desc1{
    color:#e98e36;
}
span.amaj{
    text-transform:uppercase;
}
span.lienassu{
    color:#f3e1c7;
    text-decoration : underline;
    text-decoration-color: #f3e1c7;
}
span.lienassu:hover{
    color:#1e5e59;
    text-decoration : underline;
    text-decoration-color: #1e5e59;
}

/* PAGE AFRIQUE DU SUD */
span.grosgras{
    font-weight: bold;
    font-size:1.6rem;
}

/* FOOTER */
.footer-width-fixer{
    max-width: 100%;
    overflow:hidden
}



/*=============================================================
        MEDIAS QUERIES
============================================================*/

@media screen and (max-width:768px) {

    .eicon-chevron-left:before {
            font-size:30px;
            display:flex;
        }
    .eicon-chevron-right:before {
        font-size:30px;
        display:flex;
    }
}

@media screen and (min-width:1460px) {

    #video {
        max-width: 100%;
        height: 60vh;
        overflow: hidden;
    }

    #video video.elementor-video {
        object-position: center -380px;
    }

    /* SLIDER */
.swiper-slide .swiper-slide-image {
    width: 100%;
    height:100%;
}
}


