/* ═══════════════════════════════════════
	Point Communication
	═══════════════════════════════════════ */
.ph-communication {
	background: #FEE60D;
}

.ph-communication .ph-media__img {
	width: 100%;
}

.ph-communication a {
	text-decoration: none;
}

.ph-communication__block {
	display: flex;
}

.ph-communication .ph-block__media {
	width: 65%;
	position: relative;
}

.ph-communication .ph-block__content {
	width: 35%;
	align-self: center;
	position: relative;
}

.ph-communication .ph-block__content>* {
	z-index: 2;
	position: relative;
}

.ph-communication__block .ph-block__title {
	font-size: var(--title-lg);
	font-weight: 700;
}

.ph-communication__block .ph-block__text {
	font-size: var(--text-base);
	line-height: 1.6;
}

.ph-media--communication-dekstop {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	min-width: calc(100% + (100vw - 1400px) / 2 + 60px);
	width: 100%;
	padding-right: 30px;
}

.ph-media--communication-dekstop img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ph-media--communication-mobile {
	opacity: 0;
}

.ph-flash {
	position: absolute !important;
	width: 300px;
	height: 300px;
	background: radial-gradient(white 30%, transparent 90%);
	border-radius: 50%;
	left: 50%;
	top: 50px;
	filter: blur(15px);
	z-index: 0 !important;
	transform: translate(0%, -60%);
	opacity: 0.8;
}

@media screen and (max-width: 1200px) {
	.ph-communication .ph-block__media {
		width: 50%;
	}

	.ph-communication .ph-block__content {
		width: 50%;
	}
}

@media screen and (max-width:990px) {
	.ph-media--communication-dekstop {
		min-width: calc(100% + 60px);
	}
}

@media screen and (max-width:767px) {
	.ph-media--communication-mobile {
		opacity: 1;
	}

	.ph-media--communication-dekstop {
		display: none;
	}

	.ph-communication__block {
		flex-direction: column;
	}

	.ph-communication .ph-block__media {
		width: 100%;
		margin-bottom: 30px;
	}

	.ph-communication .ph-block__content {
		width: 100%;
	}
}

/* ═══════════════════════════════════════
		Actualites (category)
		═══════════════════════════════════════ */
.section-nos-actus-cat {
	padding-top: 120px;
	padding-bottom: 100px;
}

#category-actu-tag {
	margin-bottom: 30px;
}

.ph-actus-cat-block .ph-article-title a {
	text-decoration: none;
}

.ph-actus-cat-block img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
	width: 100%;
}

#zig-ph-actu {
	top: -50px;
	right: calc(100% - 120px);
	min-width: 450px;
	z-index: -1;
	width: calc((100vw - 1400px) / 1.3 + 120px);
	max-width: 1000px;
}

@media screen and (max-width:1400px) {
	.section-nos-actus-cat {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width:990px) {
	.section-nos-actus-cat {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 767px) {
	.section-nos-actus-cat {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}


/* ═══════════════════════════════════════
		SINGLE JOURNAL ACTU
		═══════════════════════════════════════ */
.page-single-periscope {
	font-family: var(--font-family);
	color: var(--color-noir);
	background: var(--color-blanc);
	line-height: normal;
	position: relative;
}

.page-single-periscope header {
	margin-bottom: 0px;
}

.page-single-periscope main {
	padding-bottom: 0 !important;
	overflow-x: hidden;
}

.page-single-periscope img {
	width: 100%;
}

.page-single-periscope a {
	text-decoration: none;
}

@media screen and (max-width:2000px) {
	.page-template-template-home-periscope header {
		margin-bottom: 0px;
	}
}

/* ——— Hero ——— */
.ph-single-hero {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	background: var(--color-noir);
}

.ph-single-hero__media {
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	min-height: 520px;
	overflow: hidden;
	z-index: 1;
}

.ph-single-hero__media::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 55%;
	height: 100%;
	background: linear-gradient(90deg, var(--color-noir) 0%, rgba(29, 29, 27, 0.45) 50%, transparent 100%);
	z-index: 2;
	pointer-events: none;
}

.ph-single-hero .ph-container.ph-single-hero__container {
	position: relative;
	z-index: 4;
	min-height: 520px;
	display: flex;
	align-items: flex-end;
	padding-top: 120px;
}
.ph-single-hero_main{
	margin-bottom: 120px;
}

.ph-single-hero__content {
	width: 50%;
	max-width: 680px;
}

.ph-single-hero__edition {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
}

.ph-single-hero__edition .ph-tag-md {
	margin: 0;
	font-size: 16px;
}

.ph-single-hero__date {
	font-weight: 200;
}

.ph-single-hero__category {
	color: var(--color-blanc);
	font-size: 15px;
	font-weight: 200;
	margin: 0 0 16px;
}

.ph-single-hero__title {
	color: var(--color-blanc);
	font-size: var(--title-lg);
	font-weight: 600;
	line-height: 1.1;
	margin: 0;
	max-width: 640px;
}

.ph-single-hero_coordonnees {
	background: var(--color-blanc);
	border-radius: 24px 24px 0 0;
	padding: 24px 28px;
	max-width: 420px;
	margin-bottom: 0px;
	position: relative;
	z-index: 5;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.ph-single-hero_coordonnees-nom {
	font-size: var(--text-base);
	font-weight: 700;
	margin: 0 0 10px;
	color: var(--color-noir);
}

.ph-single-hero_coordonnees-line {
	font-size: var(--text-sm);
	margin: 0 0 6px;
	color: var(--color-noir);
	line-height: 1.5;
}

.ph-single-hero_coordonnees-line:last-of-type {
	margin-bottom: 0;
}

.ph-single-hero_coordonnees-line a {
	color: var(--color-noir);
	text-decoration: underline !important;
}

.ph-single-hero_coordonnees-liens {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ph-single-hero_coordonnees-lien {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: var(--text-sm);
	line-height: 1.5;
}

.ph-single-hero_coordonnees-lien a {
	color: var(--color-noir);
	text-decoration: underline !important;
}

.ph-single-hero_coordonnees-lien-icon {
	width: 22px!important;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
}

.ph-single-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

#zig-ph-single-hero {
	top: 0;
	right: 0;
	width: 420px;
	transform: translate(25%, -15%);
	z-index: 3;
	pointer-events: none;
}

/* ——— Contenu article ——— */
.ph-single-content{
	background-image:url("/wp-content/themes/periscope/assets/medias/news-bg.webp");
	background-repeat:no-repeat;
	background-size:cover;
}
.ph-single-content:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:500px;
	max-height:70%;
	background:linear-gradient(to top, white, transparent);
	z-index:0;
}
.ph-single-content {
	position: relative;
	padding: 80px 0 60px;
	z-index:2;
	background-image:url("/wp-content/themes/periscope/assets/medias/news-bg.webp");
	background-repeat:no-repeat;
	background-size:cover;
}

.ph-single-content .ph-container {
	position: relative;
	z-index: 1;
}

.ph-single-content__body {
	max-width: 820px;
	margin: 0 auto;
	font-size: var(--text-base);
	line-height: 1.7;
	z-index: 2;
    position: relative;
}

.ph-single-content__body>p:first-of-type {
	font-size: var(--title-sm, 1.25rem);
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 1.5em;
}

.ph-single-content__body h2,
.ph-single-content__body h3 {
	font-weight: 700;
	margin: 1.75em 0 0.75em;
}

.ph-single-content__body p {
	margin-bottom: 1em;
}

#zig-ph-single-content-tl {
	top: -120px;
    right: calc(100% + 120px);
    width: 400px;
    transform: translate(100%, 0);
    z-index: 0;
}


#zig-ph-single-content-br {
    bottom: 60px;
    right: 0;
    width: 450px;
    transform: translate(20%, 0%) scaleX(-1) scaleY(1);
    z-index: 0;
    opacity: 0.85;
}

/* ——— Radars (single) ——— */

.ph-single-radars{
	padding-bottom: 70px;
	padding-top:0;
}
.ph-single-radars .ph-section__title {
	margin-bottom: 24px;
}
.ph-single-radars__subtitle {
	background: var(--color-jaune);
}
@media screen and (min-width: 1600px) {
	.ph-single-radars .ph-section__title
	{
		white-space: nowrap;
	}
}
@media screen and (max-width: 1400px) {
	#zig-ph-single-content-tl {
		right: calc(100% - 150px);
		width: 350px;
		transform: translate(0%, 0);
	}
}
@media screen and (max-width: 1200px) {
	.ph-single-hero__media,
	.ph-single-hero .ph-container.ph-single-hero__container {
		min-height: 460px;
	}
	.ph-single-hero .ph-container.ph-single-hero__container {
		padding-top: 100px;
	}
	.ph-single-hero_main{
		margin-bottom: 100px;
	}
	
	.ph-single-hero__title {
		font-size: var(--title-md);
	}

	#zig-ph-single-hero {
		width: 320px;
	}
	#zig-ph-single-content-tl {
        right: calc(100% - 100px);
        width: 300px;
        transform: translate(0%, 0);
    }
}

@media screen and (max-width: 990px) {
	.ph-single-hero__media {
		position: relative;
		width: 100%;
		height: 400px;
		min-height:unset;
	}
	.ph-single-hero__img{
		
	}
	.ph-single-hero__media::before {
		width: 100%;
		background: linear-gradient(180deg, transparent 35%, var(--color-noir) 100%);
	}

	.ph-single-hero .ph-container.ph-single-hero__container {
		min-height: auto;
		padding-top: 0px;
	}

	.ph-single-hero_main{
		margin-bottom: 50px;
	}
	
	.ph-single-hero__content {
		width: 100%;
		max-width: none;
	}

	.ph-single-hero_coordonnees {
		margin-bottom: 0;
		max-width: 100%;
	}

	#zig-ph-single-hero {
		width: 260px;
		transform: translate(10%, -5%);
	}

	.ph-single-content {
		padding: 70px 0 70px;
	}

	#zig-ph-single-content-tl {
		width: 280px;
	}

	#zig-ph-single-content-br {
		width: 300px;
	}
}

@media screen and (max-width: 767px) {
	.ph-single-hero__media {
		min-height: 280px;
	}

	.ph-single-hero_main{
		margin-bottom: 30px;
	}
	
	.ph-single-hero__title {
		font-size: var(--title-sm, 1.5rem);
	}
	.ph-single-hero_coordonnees{
		padding:20px;
	}
	#zig-ph-single-hero {
        width: 200px;
        transform: translate(10%, -5%);
    }

	.ph-single-hero__edition{
		    text-align: center;
	}
	.ph-single-radars__subtitle {
		font-size: 16px;
	}
}