/*
Theme Name: Horizons from astra
Description: Theme enfant du theme Astra. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: astra
Version: 1.0
*/


/*en-tête - logo*/
.ast-site-identity{padding:0.5em 0}
.ast-logo-title-inline .site-logo-img{padding-right:0}
#masthead .ast-container,.ast-header-breadcrumb .ast-container{max-width:100%;padding-left: 1%;padding-right: 2%;}
/*texte du bloc citation en blanc article emma */
.citation-blc {color:#ffffff; }

/*texte bloc info box personnalisé */
.bloc-intro .uagb-ifb-text-wrap p{
	width:60%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	}

/* masque la navigation entre articles*/
.single .post-navigation .nav-links {display:none;}

/* masquer des éléments */
.cache-cache {display:none !important;}

/*centrer le contenu d'une colonne unique genre post insta*/
.aucentre .uagb-column__inner-wrap{
	display:flex;
align-items: center;
   justify-content: center;}

/*timeline OURS*/
.timeline-equipe {width:80%; margin-left:auto; margin-right:auto; margin-top:2em; margin-bottom:2em;}

/*pages archives*/
.archive .post-thumb img{
	max-height:200px; width:auto;}

.archive .post-thumb.ast-col-md-12.is-style-circle-mask{text-align:center;}

/*video embed 100% arte*/
.video-arte {min-height:500px;}

/*responsive google map*/
.google-maps {
        position: relative;
        padding-bottom: 75%; /*This is the aspect ratio */
        height: 0;
        overflow: hidden;
	margin-left:10%;

    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 90% !important;
        height: 90% !important;
    }

/* carte wemap */
.carte-wemap {min-height:600px;}

/*modif overlay vignettes projets page journal de bord*/
.uagb-block-d7df08e0-9c43-4a6f-a6c2-19e16e81a821 .uagb-post__image:before
{background-color: transparent;opacity: 0.8;background-image: radial-gradient( at center center, #bbc0cc 30%, #747b8b 100%);}

.uagb-block-d7df08e0-9c43-4a6f-a6c2-19e16e81a821 .uagb-post__text .uagb-post-grid-byline .uagb-post__author a{color: #777777;color: antiquewhite;}

.uagb-block-d7df08e0-9c43-4a6f-a6c2-19e16e81a821 .uagb-post__text .uagb-post__title a{
	color: #000000;}

.uagb-block-d7df08e0-9c43-4a6f-a6c2-19e16e81a821 .uagb-post__text .uagb-post-grid-byline .uagb-post__author{color: #777777;color: antiquewhite;}

/*parralax*/
.horizon-parralax{
	background-position:center;
}

/*titres et sous-titres articles*/
.post h1, .post .banniere-article-horizon p{
	color:#ffffff !important;
}

/*annulation marges sur articles depuis maj theme*/
.ast-single-post.ast-page-builder-template .site-main > article, .woocommerce.ast-page-builder-template .site-main {
    padding-top: 0em !important;
    padding-left: 0px !important;
    padding-right: 00px !important;
}

/*masquage titre par default de wp*/
.jetpack-portfolio-type-journal-de-bord .entry-header {display:none;}