/* @override 
	https://guyvincent-sociologue.fr/wp-content/themes/biography/assets/css/header_clean.css?* */

/* Règles pour un header un peu nettoyé */

.head-top {
	display: none;
	/* Contient le menu de navigatrion général desktop que j'ai désactivé seulement en CSS et c'est évidemment pas la méthode la plus propre. */
}
#masthead {

    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.13);
    border: 15px solid #FFF;
    overflow: visible;
	
	width: 100%;

    margin: auto;
	padding-top: 20px;
	margin-bottom: 30px;


    background-image: url(/wp-content/uploads/alexandre-ui/photo-orignale-rechauffee.jpg) !important;
	background-size: 200%;
	background-position: 20% bottom;
	background-repeat: no-repeat;
}
@media (min-width: 600px) {
	#masthead {	
		background-size: cover;
		background-position: center bottom;
	}
}
@media (min-width: 992px) {
    #masthead {
        width: 80%;
        padding-top: 0;
	}
}
@media (min-width: 1200px) {
	#masthead {
		max-width: 1200px;
	}
}




.banner-inner {
	position: relative;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	
	transform: translate(0, 15px);
	
	min-height: 500px;
}
@media (min-width: 500px) {
	.banner-inner {
		align-items: flex-start;
	}
}
@media (min-width: 992px) {
	.banner-inner {
		justify-content: flex-end;
	}
}


/* Portrait */
.author-content,
.photo-section {
    width: 235px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 500px) {
	.author-content {
		margin-left: 18.5%;
		margin-right: unset;
	}
}
.author-content {
    background-color: rgba(255,255,255,.8);
	height: 45%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-content: flex-end;
	text-align: left;
	
	/* POUR FAIRE PLACE À LA PHOTO */
	margin-top: 100px;
}


/*
 *
 * Photo de portrait */
.photo-section {
	text-align: center;
	margin-top: -85px;
}
.photo-section span img {
    border: 7px solid #ffffff;
    border-radius: 150px;
    max-height: 150px;
    max-width: 150px;
    background-color: var(--color-opa);
}
/*
 *
 * Titre du site : Guy Vincent 
 */
 
 
h1.site-title a,
p.site-title a {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 0;
    text-decoration: none;
	font-weight: 300;
	color: black !important;
	
	display: block;
	padding-left: 15px;
	
	position: relative;
}
.site-title a::after {
    content: "1933 - 2017";
    display: block;
    font-size: 11px;
    position: absolute;
    right: 10px;
}


/*
 *
 * Citation
 */
p.site-description {
	
	color: black !important;
	
    font-family: "prataReg", serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	font-size: 17px;
	
	text-align: left;
	font-style: italic;
	
	display: inline-block;
	align-self: flex-start;
	padding: 0 5%;
}
@media (min-width: 768px) {
	p.site-description {
		padding: 5%;
	}
}
@media (min-width: 992px) {
	p.site-description {
		font-size: 20px;
	}
}
@media (min-width: 1350px) {
	p.site-description span {
		display: block;
		/* Comme un BR ! */
	}
}
p.site-description:before {
    content: "« ";
    font-style: normal;
}
p.site-description:after {
    content: " »";
    font-style: normal;
}

/* A nettoyer : */

.site-header:after {
    display: table;
    content: "";
    clear: both;
}
