/*
Theme Name: alteabois
Theme URI: https://www.alteabois.com
Description: OceanWP WordPress theme example child theme.
Author: LeWeboskop
Author URI: https://www.leweboskop.fr/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*Pour centrer image dans une colonne du pied de page*/
#media_image-3 {
    text-align : center !important;
}

/*Ne faire apparaitre le badge recaptcha que sur les pages qui contiennent un formulaire*/
body:not(.page-id-78) .grecaptcha-badge {
    display : none;
}

/*Décalage du badge recaptcha*/
.grecaptcha-badge {
    bottom : 85px !important;
}

/*cacher la date sur grid realisations*/
.brasilia-grid .lome .tg-item-date {
    display : none !important;
}

/*couleur de fond des titres dans réalisations*/
.lome .tg-item-title, .lome .tg-item-title a {
    /*background-color : rgba(107, 74, 56, .5);*/
}

/*padding des titre lome the grid*/
.lome .tg-item-title a {
    padding : 10px !important;
}

.single-post:not(.elementor-page) .entry-content a, .page:not(.elementor-page):not(.woocommerce-page) .entry a {
    text-decoration : none !important;
}

a:focus {
	outline: none !important;
    text-decoration: none !important;
    text-decoration-skip-ink: none;
    background: inherit !important;
}

a.brz-btn:focus {
	outline: none !important;
    text-decoration: none !important;
    text-decoration-skip-ink: none;
	background: rgba(188, 156, 108, 0.83) !important;
}

/*
.post-type-archive-realisations .page-header,
.category-equipements-publics .page-header,
.category-maisons-individuelles .page-header {
    background-image      : url(/wp-content/uploads/2020/09/Maitrise-doeuvre-alteabois.jpg) !important;
    background-attachment : fixed;
}*/
