/*
Theme Name: Technifutur-2025
Theme URI:
Author: Oh! médias
Description: Thème pour le nouveau site de Technifutur
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/glp-2.0.html
Tags:  web development, web design, communication, responsive
Text Domain: ohmedias
 */


.logo-header a img.custom-logo {
    height: 90px;
    width:auto;
    top: 50px;
    padding-left: 60px;
    position: absolute;
    z-index: 40;
    contain:content;
}

.logo-footer a img.custom-logo {
    width: 50%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 1440px) {
    img.custom-logo {
        width: 55%;
    }
}

/*Menu*/
#menu a img.custom-logo {
    display: inline;
    position: absolute;
    top: 50px;
    left: 20px;
    height: 60px;
    width: auto;
}

.menu li {
    margin-bottom: 12px;
}
.menu li a {
    font-size:16px;
}

.icone-media-social i {
    margin-bottom: 10px;
}
.icone-media-social i:hover, .icone-media-social i:after {
    color: #005d9f;
}


/*Footer*/
.footer_content div ul li {
    list-style-type: none;
    margin-bottom: 16px;
}

/*Pagination*/
.prev, next {
    text-transform: uppercase !important;
}

