<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  Boldman Child Theme
Description: Child theme for the Boldman theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    boldman
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* Theme customization starts here
-------------------------------------------------------------- */
.results .result {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
    padding: 15px;
    border: 1px solid transparent; /* Bordure transparente par dÃ©faut */
    box-sizing: border-box; /* Inclure la bordure dans la largeur et la hauteur du conteneur */
}

.result:hover,
.result:active,
.result:focus {
    border-color: #fafafa; /* Bordure blanche au survol, clic et sÃ©lection */
}

.result .thumbnail {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 0;
    margin-right: 20px;
    object-fit: cover;
    display: flex; /* Utilisation de flexbox pour centrer la miniature */
    align-items: center; /* Centrer verticalement */
}

.result .content {
    flex: 1;
    text-align: center; /* Centrer le contenu */
}

.result .content h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    text-align: left;
}

.result .content p {
    margin: 0 0 10px 0;
    text-align: left;
}

.result .date {
    font-style: italic;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .results .result {
        padding: 10px; /* RÃ©duire l'espacement intÃ©rieur pour les petits Ã©crans */
        flex-direction: column; /* Affichage en colonne pour les appareils mobiles */
    }

    .result .thumbnail {
        width: 100%; /* Remplir la largeur du conteneur */
        height: auto; /* Ajuster automatiquement la hauteur */
    }
}

/* Feuille de style intÃ©grÃ©eÂ&nbsp;#56 | https://memodoc.acklabs.fr/ */

.tm-header-icons {
    display: block !important   ;
}

/* Ã‰lÃ©ment | https://memodoc.acklabs.fr/ */

/* Feuille de style intÃ©grÃ©eÂ&nbsp;#48 | https://memodoc.acklabs.fr/ */

.headerlogo,
.tm-header-icon,
.tm-header-text-area,
.site-header .themetechmount-fbar-btn {
    line-height: 107px !important;
}

/* main.min.css | https://memodoc.acklabs.fr/wp-content/themes/boldman/css/main.min.css?ver=6.3.1 */

.tm-header-style-classic .tm-search-overlay,
.tm-header-overlay .tm-search-overlay {
    right: -21px;
}

.tm-search-overlay {
    top: 77px;
}

.tm-header-style-centerlogo .tm-header-icons .tm-header-wc-cart-link a,
.tm-header-style-centerlogo .tm-header-icons .tm-header-search-link a,
.tm-header-style-classicinfo .tm-header-icons .tm-header-wc-cart-link a,
.tm-header-style-classicinfo .tm-header-icons .tm-header-search-link a,
.tm-header-style-classic .tm-header-icons .tm-header-wc-cart-link a,
.tm-header-style-classic .tm-header-icons .tm-header-search-link a {
    padding-left: 0;
}

/* Style du formulaire de recherche */
.searchform {
    background-color: #ecf1f6;
}

div.tm-header-icon {
    display: none !important;
}

/* Style du champ de recherche */
.search-field {
    border: transparent; /* Supprime la bordure du bouton */
}

/* Style du bouton de recherche avec image de fond */
.search-form .search-submit {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 9px;
    background-color: #ecf1f6; /* Supprime l'arriÃ¨re-plan du bouton */
    border: none; /* Supprime la bordure du bouton */
    background: url("/wp-content/uploads/2023/03/003-search-interface-symbol.png") no-repeat center center; /* Chemin de l'image */
    background-size: contain; /* Ajuste la taille de l'image pour couvrir le bouton */
    width: 30px; /* Largeur de l'image */
    height: 30px; /* Hauteur de l'image */
    text-indent: -9999px; /* Masque le texte du bouton hors de l'Ã©cran */
}
.search-form .search-submit:hover {
    background-color: transparent; /* Supprime l'arriÃ¨re-plan du bouton */
}/*
.number-cart {
    display: none !important ;
}*/

.search-form .search-submit {
    margin-right: 0;
    top: 5px;
    background-size: 20px 20px;
    height: 42px;
    left: 0;
    background-color: #ecf1f6;
    order: 0;
}

.searchform {
    background: transparent;
}

form.search-form:nth-child(1) {
    display: flex;
    height: 30px;
    align-items: flex-start;
}

form.search-form:nth-child(1) &gt; label:nth-child(3) {
    order: 1;
}

form.search-form:nth-child(1) input.search-field {
    border: 0;
    margin-top: 5px;
}

form.search-form label {
    margin-bottom: 4px;
}

/* Feuille de style intÃ©grÃ©eÂ&nbsp;#47 | https://memodoc.acklabs.fr/?s=edition */

@media (min-width: 1200px) {
    .tm-header-icons::before {
        width: 0;
    }
}

.headerlogo .loupe-wrapper {
    display: none;
}

/*Style pour overlay mobiles*/
@media screen and (max-width: 1200px) {
    .headerlogo .loupe-wrapper {
        display: block;
        background: #ecf1f6;
        cursor: pointer;
        float: left;
        width: 85px;
        height: 85px;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .headerlogo img.loupe-icon {
        display: inline-block;
        top: initial;
        position: initial;
        width: 35px;
    }

    .search-form {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .search-form input[type="search"] {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .search-form input[type="search"]:focus {
        background: #ecf1f6;
    }
    .search-form .search-submit {
        width: 50px;
        padding: 10px;
        font-size: 16px;
        top: -7px;
        height: 44px;
        /*left: -64px;*/
    }
    .search-form .search-submit:hover {
        background-color: #ecf1f6;
    }
}
.themetechmount-box-blog.themetechmount-box-topimage
    .themetechmount-box-content,
.themetechmount-box-blog.themetechmount-box-topimage:hover
    .themetechmount-box-content {
    box-shadow: none;
}

.themetechmount-boxes-blog .themetechmount-box-topimage img.wp-post-image {
    height: 300px;
    object-fit: contain;
}

.vc_btn3-container {
    display: none;
}

.home .bandeau-promo {
    border-bottom: 8px solid white;
}

th.woocommerce-product-attributes-item__label {
    white-space: nowrap;
}

/*moficiation du panier pour automatisation ajax*/

button[name='update_cart'] {
   display: none !important;
}
/*suppression du mini panier quand on est dans le panier. On utilise l'id de la page pour estre contextuel ne pas changer cet ID*/

.page-id-3924 .tm-header-icon.tm-header-wc-cart-link {
	display: none;!important
}

.quantity {
	min-width : 280px;
}
.wc-proceed-to-checkout {
    display: flex;
    justify-content: space-between;
}

.wc-proceed-to-checkout .button {
    width: 48%;
    text-align: center;
	
}

.wc-proceed-to-checkout .return-to-shop {
    order: -1;
	padding: 18px 30px 0px !important;
	font-weight: 500 !important;
	font-size: 13px !important;
	border-radius: 0 !important;
	max-height: 48px;
}
 /*on cache le formulmaire de rÃ©duction */

.woocommerce-form-coupon,
.coupon {
    display: none !important;
}</pre></body></html>