/**
Theme Name: Astra Child
Author: Novanum
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* PAGES INSTITUTIONNELLES */
.titre_page h1 {
font:400 normal 2.5em 'Oswald' !important;
}

.titre_page h1::before {
    content: "" !important;
    background-color: #ff9e18 !important;
    width: 10%;
    height: 3px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 60px;
}
.h2_pages_instit h2 {
font:normal 2em 'Oswald' !important;
	font-weight:400 !important;
}

.h3_pages_instit h3 {
font:normal 1.5em 'Oswald' !important;
	font-weight:400 !important;
	color:#303e48;
	text-transform: uppercase;
}
.h3_pages_instit h3::before {
    content: "" !important;
    background-color: #ff9e18 !important;
    width: 10%;
    height: 2px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 40px;
}


.img_right img {
    z-index: 2 !important;
    position: relative;
    margin: 0 0 0 10%;
}
.img_right::after {

    content: "";
    width: 90%;
    height: 100%;
    border: 2px solid #ff9e18;
    position: absolute;
    left: 30%;
    top: -10%;

}
.small_img {
    position: absolute;
    left: 0;
    top:300px;
    height: 50% !important;
    width: 50% !important;
    z-index: 3;
}
.small_img img{
    height: 100% !important;
    width: 100% !important;
	border: 10px solid #ffffff;
    z-index: 3;
}
#menu-sous-menu-piecesservices {
	margin:0;
}
.pdts_btn {
	list-style: none;
	margin:10px 0;
	border-radius: 0px 0px 0px 0px !important;
}
.pdts_btn a{
background-color: #f5f2f2 !important;
font-weight: 600;
text-transform: uppercase;
color: #000;
	height:100% !important;
	width:80% !important;
	display:block;
	padding:10px 20px;
	margin:0;
}
.pdts_btn a:hover{
background-color: #ff9e1a !important;
color: #fff;
}
.pdts_btn.current_page_item a{
background-color: #ff9e1a !important;
color: #fff;
}
.qsn_case .elementor-widget-container {
    height: 230px !important;
}

/* bouton AJOUTER AU DEVIS (Plugin Request A Quote) */
.woocommerce .add-request-quote-button.button {
    font-size: 15px;
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 12%);
}
/* bouton RETOURNER A L'ACCUEIL de la demande de devis (plugin Request A Quote)*/
a.button.wc-backward {
	box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 12%);
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 20px;
}

/* correction position corps de page */
@media (min-width: 993px) {
	.ast-separate-container #primary {
		margin: -2px 0 !important;
		padding: 0 0!important;
	}
}
@media (max-width: 992px) {
	.ast-separate-container #primary {
		margin: -2px 0 !important;
		padding: 0 0!important;
	}
}
@media (max-width: 768px) {
	.ast-separate-container #primary {
		margin: -2px 0 !important;
		padding: 0 0!important;
	}
}
/* masquer les boutons grille/liste de la product loop sur mobile */
@media (max-width: 768px) {
	.jet-woo-switcher-controls-wrapper {
		display: none !important;
	}
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    background-color: transparent !important;
    border-bottom: none;
}

/* ombrage de tous les boutons du site */
.button{
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 12%) !important;
}
/* supression des bordures des boutons dans les modales de zoom de "image produit"  */
.elementor-kit-9 button, .elementor-kit-9 input[type="button"], .elementor-kit-9 input[type="submit"], .elementor-kit-9 .elementor-button {
    border-width: 0 !important;
}

/* demande de devis */
.rgpdAcceptance {
	font-size: 12px !important;
}

/* Modif Eco-Participation */
/* Dans la single product */
.ecopart.ecopart_product {
	font-size: 12px;
}
/* Dans le panier */
.ecopart.ecopart_cart_item {
	font-size: 12px;
	font-weight: 300;
}
.ecopart.ecopart_cart_item>.woocommerce-Price-amount.amount {
	font-weight: 300;
}
.cartEcopartTotal {
	font-size: 12px;
}