/******************************************variables**********************************/
:root {
    --mon-ombre-light: 0px 1px 2px 0px rgba(0,0,0,.2) !important;
    --mon-ombre: 0 0.25em 0 #c3c6d1 !important;
    --mon-ombre-bleue: 0 0.25em 0 var(--ast-global-color-0);
    --mon-ombre-orange: 0 0.25em 0 var(--ast-global-color-5);
    --mon-ombre-noire: 0 0.25em 0 var(--ast-global-color-3);

    --mon-ombre-btn: 0 0.25em 0 #cc7000;
    --mon-ombre-btn-bleu: 0 0.25em 0 #1A4568;


    --radius-box: 8px;
    --radius-btn: 8px;

    --mafonttitre: 'Montserrat',sans-serif;
    --font-weight-titre: 700;
    --line-height-titre: 1.3; 
    --letter-spacing-titre: 0px;

}

/************************************general***********************************/

body, html{
	max-width: 100% !important;	
	overflow-x: hidden;
}

#adminbar-search{
    display: none !important;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
.uael-question-span:focus{
	outline: none !important;
}

.bold-link a{
	font-weight: 600;
}

.clear-both{
	clear: both;
}

.align-center{
	text-align: center;
}

.blue{
	color: var(--ast-global-color-0);
}

input[type="search"]:focus, .wp-block-search__input:focus, [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .woocommerce-ordering select.orderby:focus, #ast-scroll-top:focus, .woocommerce a.add_to_cart_button:focus, .woocommerce .button.single_add_to_cart_button:focus {
	border-width: 0 !important;
	border-style: none !important;
    border-color: inherit;
    outline-color: transparent;
}

/*boutons sans href*/
.elementor-shortcode a[href=""], 
.elementor-shortcode a[href="#"] {
  	display: none;
} 

/*images sans src*/ 
.elementor-shortcode img[src=""] {
  	display:none;
} 

img[src=""] {
  display: none !important;
}

/*breadcrumbs*/
#ast-breadcrumbs-yoast {
	font-size: 14px;
}

/*to top*/
#ast-scroll-top {
    right: 0;
	border-radius: 0 var(--radius-box) var(--radius-box) 0;
}

/**deco**/
.cta-hostinger a{
	color: #fff;
}

.no-underline a{
	text-decoration: none !important;
}

.white-list a span{
	color: #fff !important;
}

.white-list a:hover span{
	color: var(--ast-global-color-5) !important;
}


/*********************************button****************************************/
.ast-custom-button/*,
:not(.btn-no-shadow) > button:not(.menu-toggle):not(.cmplz-btn):not(.ast-menu-toggle), 
.ast-button*/ ,
input#submit, 
input[type="button"], 
input[type="submit"]:not(.search-submit), 
input[type="reset"],
.elementor-button, .wpforms-submit{
    box-shadow: var(--mon-ombre-btn) !important;
}

.btn-no-shadow .elementor-button,
.faz-btn-revisit {
    box-shadow: none !important;
}

.btn-bleu .elementor-button{ 
        border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    box-shadow: var(--mon-ombre-btn-bleu) !important;
}

.btn-bleu .elementor-button:hover,
.btn-bleu .elementor-button:focus{
        border-color: var(--ast-global-color-1);
    background-color: var(--ast-global-color-1);
}

/********************************notes posts***********************************/
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container{
	max-width: 600px; 
	margin: 60px auto 0 !important;
}

.rmp-heading.rmp-heading--title{
	font-size: 22px;
    line-height: var(--line-height-titre) !important;
    font-weight: var(--font-weight-titre) !important;
    font-family: var(--mafonttitre) !important;
    letter-spacing: var(--letter-spacing-titre);
}

.rmp-rating-widget .rmp-icon--ratings { 
	font-size: 26px;
}

.page .featured-img{
	display: none;
}

.rmp-btn, .rmp-btn:focus, .rmp-btn:hover {
    border: none;
    color: #fff;
    padding: 16px 24px;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 20px;
	line-height: 1 !important;
}

.rmp-btn{
    background-color: var(--ast-global-color-5);
}

.rmp-btn:focus, .rmp-btn:hover {
    background-color: var(--ast-global-color-6);
}

/*********************************header****************************************/
#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1200px) {
    #ast-desktop-header{
        display: none !important;
    }

        #ast-mobile-header{
        display: block !important;
    }
}

@media screen and (min-width: 1201px) {
    #ast-mobile-header{
        display: none !important;
    }

        #ast-desktop-header{
        display: block !important;
    }
}

.ast-site-identity {
    padding: 0 !important; 
}

.main-header-bar.ast-sticky-active {
    box-shadow: var(--mon-ombre-light);
}


.menu-toggle,
.menu-toggle:hover{
	background-color: transparent;
}

/****logo****/

header .custom-logo-link img {
    max-width: 180px;
}

.ast-builder-layout-element .ast-site-identity {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/*********************************temoignages clients**************************/
.temoignages-bloc .uael-post__bg-wrap {
    /*box-shadow: var(--mon-ombre);*/
    border-radius: var(--radius-box) !important;
}

.photo-client{
	text-align: center;
	margin-bottom: 0px;
}

.photo-client img{
	width: 80px !important; 
	height: 80px;
	display: inline-block;
	border-radius: 100%;
    object-fit: cover;
}

.reviews-client{
	text-align: center;
	margin-bottom: 0px;
}
.reviews-client img{
	height: 50px;
	display: inline-block;
}

.nom-client{
	font-weight: 600;
}

.fonction-client{
	font-size: 15px;
}

.temoignages-bloc .uael-post__content-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto; 
    align-items: center; 
    gap: 10px;
}

.temoignages-bloc .uael-post__excerpt {
    grid-column: 1 / -1; 
}

.temoignages-bloc .uael-post__excerpt {
    height: 220px;
    overflow: auto;
    padding-right: 20px;
	margin-top: 10px;
}

.temoignages-bloc img{
	height: 50px; 
	object-fit: contain; 
	padding: 0;
	border-radius: 0;
}

/**********************************ressources**********************************/
.ressources-bloc .uael-post__thumbnail img {
    padding: 20px;
    max-height: 200px;
    max-width: 200px;
    object-fit: contain;
}

.ressources-bloc .uael-post__content-wrap{
	border-radius: var(--radius-box);
}


/*********************************footer****************************************/
.copyright{
	font-size: 15px;
}

footer ul{
	margin: 0;
	list-style: none;
}

footer ul li a{
	color: var(--ast-global-color-2);
}

footer ul li a:hover,
footer ul li a:focus{
	color: var(--ast-global-color-0);
}

/***********************************archives*************************************/
@media screen and (min-width: 921px){
		.ast-archive-entry-banner .ast-container h1,
	.ast-single-entry-banner .ast-container h1{
    	display: block;
    	margin: 0;
    	max-width: 90%; 
	}
	
		.ast-archive-entry-banner .ast-container p,
	.ast-single-entry-banner .ast-container p{
    	display: block;
    	margin: 0;
    	max-width: 70%; 
	}
}


.blog-layout-1 .entry-header{
	margin-bottom: 0;
}
.blog-layout-1 .entry-title{
	margin-bottom: 5px;
}

/**********************************pages speciales*******************************/
.ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
    margin: 0;
    padding: 0;
}

.search .ast-archive-entry-banner{
	display: none;
}

.ast-404-layout-2{
    text-align: center;
}

