/**
 * Page d'accueil — Le Périscope
 */

.page-home-periscope {
	position: relative;
}

#bg-traits-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
@media screen and (max-width:767px){
	#bg-traits-1 {
		 width: 150%;
	}
}

/* ——— Articles ——— */
.ph-card-article {
	display: flex;
	flex-direction: column;
}

.ph-article-title {
	font-size: var(--text-base);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 6px;
}

.ph-article-title--md {
	font-size: var(--title-md);
}

.ph-article-title a {
	color: var(--color-noir) !important;
}

.ph-article-excerpt {
	font-size: var(--text-base);
	margin: 0 0 12px;
	line-height: 1.6;
}

.ph-card-article .ph-media--card {
	margin: 0 0 16px;
}

.ph-link-more {
	display: flex;
	justify-content: end;
	font-size: var(--text-base);
	text-decoration: underline !important;
	color: black !important;
}

.ph-meta {
	font-size: var(--text-xs);
	color: var(--color-gris-meta);
	margin-bottom: 8px;
}

.ph-meta span+span::before {
	content: ' · ';
}
@media screen and (max-width:767px){
	.ph-card-article .ph-media--card{
		margin: 0px 0 8px;
	}
}


/* ——— Bloc coloré——— */

.ph-block--bleu {
	background: var(--color-bleu);
	color: var(--color-blanc);
}

.ph-block--noir {
	background: var(--color-noir);
	color: var(--color-blanc);
}

.ph-block--light-bleu {
	background: var(--color-light-bleu);
}


/* ═══════════════════════════════════════
	Apériscope (header)
	═══════════════════════════════════════ *
.ph-section--aperiscope {
	padding-top: 0;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;

}
.ph-section--aperiscope:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    background: linear-gradient(180deg, #E9E9E9 0%, rgba(233, 233, 233, 0.00) 20%);
    z-index: -1;
	pointer-events: none;
}

.ph-aperiscope-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	padding: 24px;
	border-radius: 0 0 72px 72px;
	background: var(--Blanc, #FAFAFA);
	box-shadow: 0 82px 23px 0 rgba(0, 0, 0, 0.00), 0 53px 21px 0 rgba(0, 0, 0, 0.01), 0 30px 18px 0 rgba(0, 0, 0, 0.05), 0 13px 13px 0 rgba(0, 0, 0, 0.09), 0 3px 7px 0 rgba(0, 0, 0, 0.10);
	z-index:3;
}

.ph-aperiscope-header__logo-img {
	width: 365px !important;
	height: auto;
	display: flex;
}

.organisation-inscription {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 20Px;
}

.organisation-aperiscope {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10Px;
}
@media (max-width: 990px) {
	.ph-aperiscope-header {
		border-radius: 0 0 60px 60px;
	}
	.ph-aperiscope-header__logo-img{
		width: 300px !important;
	}
}
@media (max-width: 767px) {
	.ph-section--aperiscope{
		padding-bottom: 20px;
	}
	.ph-aperiscope-header {
		flex-direction: column;
		gap: 16px;
		text-align: center;
		border-radius: 0 0 40px 40px;
	}
	.ph-aperiscope-header__logo-img{
		width: 265px !important;
	}
}
*/


/* ═══════════════════════════════════════
	Encart pubs 
	═══════════════════════════════════════ */
.ph-encart-pubs-desktop .slick-slide , .ph-encart-pubs-mobile .slick-slide {
	margin: 0 0px!important;
}
.ph-encart-pubs-desktop img{
	border-radius: 0px !important;
}
.ph-encart-pubs-mobile img{
	border-radius: 0px !important;
}
.ph-encart-pubs-desktop{
	position: fixed;
	top:200px;
	right: 0;
	width: calc( (100vw - 1400px) / 2 + 40px);
	height: auto;
	max-width: 370px;
	z-index:9;
}
@media screen and (min-width:1800px){
	.ph-encart-pubs-desktop{
		display:flex;
	}
	.ph-encart-pubs-mobile{
		display:none;
	}	
}
@media screen and (max-width:1800px){
	.ph-encart-pubs-desktop{
		display:none;
	}
	.ph-encart-pubs-mobile {
        display: flex;
		margin-bottom: 50px;
    }
	.ph-container-une-et-pub{
		display:flex;
		gap:50px;
	}
}

@media screen and (min-width:1400px) and (max-width:1800px){
	.ph-container-une-et-pub .ph-a-la-une__grid{
		width:calc(100% - 300px);
	}
	.ph-container-une-et-pub .ph-encart-pubs-mobile{
		width: 300px;
		align-self: center;
        padding-bottom: 35px;
	}	
}

@media screen and (min-width:991px) and (max-width:1400px){
	.ph-container-une-et-pub .ph-a-la-une__grid{
		grid-template-columns: 1fr;
	}
	.ph-container-une-et-pub .ph-a-la-une__grid{
		width:calc(100% - 400px);
	}
	.ph-container-une-et-pub .ph-encart-pubs-mobile{
		width: 400px;
	}	
}

@media screen and (max-width:990px) {
	.ph-container-une-et-pub{
		flex-direction:column;
	}
}

@media screen and (max-width:767px) {
	.ph-encart-pubs-mobile{
		margin-bottom: 0px;
	}
}

/* ═══════════════════════════════════════
	à la une
	═══════════════════════════════════════ */
.ph-a-la-une{
	position: relative;
	z-index: 1;	
	margin-top: 40px;
}

.a-la-une_tag {
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 2;
}
.a-la-une_img {
	object-fit: cover;
	display: flex;
	height: 100%;
	filter: brightness(0.9);
}
.a-la-une_actions {
	margin-top: 20px;
}
.a-la-une_txt {
	padding-bottom: 70px;
	min-height: 400px;
}
.a-la-une_txt .ph-article-title{
	font-size: var(--title-mb);
}
@media screen and (max-width:1400px){
	.a-la-une_txt {
		min-height: unset;
	}
}
@media screen and (max-width:767px){
	.ph-a-la-une {
		margin-top: 20px;
	}
	.a-la-une_tag {
		top: -28px;
	}
	.a-la-une_txt{
		padding-bottom:0;
	}
	.a-la-une_actions {
    	margin-top: 10px;
	}
}
	

/* ═══════════════════════════════════════
	Édito
	═══════════════════════════════════════ */
.ph-section--edito {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0px;
	z-index: 2;
	position: relative;
}

.ph-edito__block {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 30px;
	overflow: hidden;
	border-radius: 0px;
	box-shadow: 0 82px 23px 0 rgba(0, 0, 0, 0.00), 0 53px 21px 0 rgba(0, 0, 0, 0.01), 0 30px 18px 0 rgba(0, 0, 0, 0.05), 0 13px 13px 0 rgba(0, 0, 0, 0.09), 0 3px 7px 0 rgba(0, 0, 0, 0.10);
	Modes
}

.ph-edito__block .ph-block__title {
	font-size: var(--title-lg);
	font-weight: 600;
	margin: 0 0 24px;
}

.ph-edito__block .ph-block__text {
	font-size: var(--text-base);
	margin-bottom: 32px;
	line-height: 1.7;
}

.ph-edito__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.ph-edito__portrait {
	align-self: end;
	justify-self: end;
}

.ph-media--edito-portrait img {
	width: 100%;
	display: flex;
}
@media screen and (max-width:767px){
	.ph-section--edito{
		margin-top: 50px;
	}
	.ph-edito__block{
		grid-template-columns: 1fr;
		gap: 20px;
	}
}


/* ═══════════════════════════════════════
	Nouveauté
	═══════════════════════════════════════ *
.ph-nouveaute{
	position:relative;
	z-index:1;
}
.ph-nouveaute__block {
	display: flex;
	border-radius: 0 0 70px 70px;
	overflow: hidden;
	box-shadow: 0 82px 23px 0 rgba(0, 0, 0, 0.00), 0 53px 21px 0 rgba(0, 0, 0, 0.01), 0 30px 18px 0 rgba(0, 0, 0, 0.05), 0 13px 13px 0 rgba(0, 0, 0, 0.09), 0 3px 7px 0 rgba(0, 0, 0, 0.10);
}

.ph-nouveaute__block .ph-block__content {
	padding: 150px 0px 70px 60px;
	width: 40%;
}

.ph-nouveaute__block .ph-block__media {
	position: relative;
	height: auto;
	width: 60%;
}

.ph-nouveaute__block .ph-block__media:after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: linear-gradient(90deg, var(--color-noir) 0, transparent 30%);
	z-index: 0;
	position: absolute;
}

.ph-media--nouveaute {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.ph-media--nouveaute img {
	object-fit: cover;
	object-position: bottom;
}

.ph-nouveaute__block .ph-block__title {
	font-size: var(--title-lg);
	font-weight: 600;
	margin: 16px 0;
}

.ph-nouveaute__block .ph-block__text {
	font-size: var(--text-base);
	margin-bottom: 32px;
	line-height: 1.6;
}

.ph-nouveaute__block .ph-block__btn {
	display: flex;
	justify-content: end;
}

.ph-nouveaute__block .ph-block__btn a {
	width: fit-content;
}
@media screen and (max-width:1200px){
	.ph-nouveaute__block .ph-block__content{
		width: 45%;
		padding:150px 0px 50px 40px;
	}
	.ph-nouveaute__block .ph-block__media{
		width: 55%;
	}
}
@media screen and (max-width:990px){
	.ph-nouveaute__block .ph-block__content{
		width: 50%;
		padding:150px 0px 40px 40px;
	}
	.ph-nouveaute__block .ph-block__media{
		width: 50%;
	}
}
@media screen and (max-width:767px){
	.ph-nouveaute__block{
		flex-wrap:wrap;
		    border-radius: 0 0 40px 40px;
	}
	.ph-nouveaute__block .ph-block__content {
        width: 100%;
        padding: 80px 20px 40px 20px;
    }
	.ph-nouveaute__block .ph-block__media {
        width: 100%;
    }

}
*/

/* ═══════════════════════════════════════
	Dernier numéro
	═══════════════════════════════════════ */

@media screen and (min-width:991px){
	#dernier-numero {
		padding-top: 0px;
	}
}
#dernier-numero {
	position:relative;
}
#bg-traits-2 {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 100%;
    height: auto;
}

.ph-title-dernier-num {
	line-height: 1em;
	font-size: var(--title-xxxl);
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: calc((100vw - 1400px) / -2 - 0px);
}

.ph-dernier-numero-last {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	position: relative;
}

.ph-dernier-numero_media {
	width: calc(66.6% + 30px);
}
.ph-dernier-numero_media img {
    height: 100%;
    object-fit: cover;
	max-height: 600px;
}
.ph-dernier-numero_content {
	width: calc(33% - 0px);
	align-self: center;
}

.dernier-numero-tag {
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 2;
}

.ph-dernier-numero .ph-grid-articles .ph-card-article .ph-article-title {
	font-size: var(--text-base);
}


.ph-dernier-numero .ph-grid-articles .ph-card-article img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
}

@media screen and (min-width:991px){
	.ph-dernier-numero .ph-grid-articles .ph-card-article:nth-child(4){
		display:none;
	}
}

@media screen and (max-width:1400px){
	.ph-title-dernier-num {
		margin-left: -20px;
	}
}
@media screen and (max-width:1200px){
	.ph-title-dernier-num{
		margin-bottom: 40px;
	}
}
@media screen and (max-width:990px){
	#bg-traits-2{
		bottom: -80px;
	}
	.ph-dernier-numero-last .ph-dernier-numero_media, 
	.ph-dernier-numero-last .ph-dernier-numero_content{
		width:50%;
	}
	.ph-title-dernier-num {
		margin-left: 0px;
	}
}
@media screen and (max-width:767px){
	 .dernier-numero-tag {
		position: absolute;
		top: -25px;
		left: 50%;
		z-index: 2;
		transform: translateX(-50%);
		text-align: center;
		width: max-content;
	}
	.ph-dernier-numero-last{
		gap:20px;
		flex-direction: column;
	}	
	.ph-dernier-numero-last .ph-dernier-numero_media, .ph-dernier-numero-last .ph-dernier-numero_content {
        width: 100%;
    }
	.ph-title-dernier-num{
		margin-top: 0px;
		text-align:center;
	}
	#bg-traits-2{
		bottom: -60px;
		width:150%;
	}
}


/* ═══════════════════════════════════════
	Périscope papier
	═══════════════════════════════════════ *
.ph-papier {
	margin: 120px 0;
}

.ph-papier__block {
	display: flex;
	box-shadow: 0 82px 23px 0 rgba(0, 0, 0, 0.00), 0 53px 21px 0 rgba(0, 0, 0, 0.01), 0 30px 18px 0 rgba(0, 0, 0, 0.05), 0 13px 13px 0 rgba(0, 0, 0, 0.09), 0 3px 7px 0 rgba(0, 0, 0, 0.10);
	border-radius: 70px;
	overflow: hidden;
}

.ph-papier__block .ph-block__content {
	width: 45%;
	padding: 70px 50px 70px 0px;
}

.ph-papier__block .ph-block__media {
	width: 55%;
	height: auto;
	min-height: 300px;
	position: relative;
}

.ph-papier__block .ph-block__media:after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: linear-gradient(-90deg, var(--color-bleu-fonce) 0, transparent 30%);
	z-index: 0;
	position: absolute;
}

.ph-media--papier {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.ph-media--papier img {
	object-fit: cover;
}

.ph-papier__block .ph-block__title {
	font-size: var(--title-lg);
	font-weight: 700;
	margin: 0 0 24px;
}

.ph-papier__block .ph-block__text {
	font-size: var(--text-base);
	margin-bottom: 32px;
	line-height: 1.6;
}

.ph-papier__block .ph-block__btn {
	display: flex;
	justify-content: end;
}

.ph-papier__block .ph-block__btn a {
	width: fit-content;
}
@media screen and (max-width:1200px){
	.ph-papier{
		margin:80px 0;
	}
}
@media screen and (max-width:990px){
	.ph-papier{
		margin:60px 0 70px;
	}
	.ph-papier__block .ph-block__media{
		width: 50%;
	}
	.ph-papier__block .ph-block__content {
		width: 50%;
		padding: 60px 40px 60px 0px;
	}
}
@media screen and (max-width:767px){
	.ph-papier{
		margin:50px 0 60px;
	}
	.ph-papier__block {
		flex-wrap: wrap;
		border-radius:40px;
	}
	.ph-papier__block .ph-block__content {
        width: 100%;
        padding:0px 20px 40px 20px;
    }
	.ph-papier__block .ph-block__media{
		width: 100%;
	}
	.ph-papier__block .ph-block__media:after{
		background: linear-gradient(0deg, var(--color-bleu-fonce) 0, transparent 30%);
	}
	.ph-papier__block .ph-block__text{
		margin-bottom: 16px;
	}
}
*/

/* ═══════════════════════════════════════
	En profondeur (dossier)
	═══════════════════════════════════════ */
.ph-section--en-details {
	background: var(--color-light-bleu);
	padding: var(--section-gap) 0;
	margin-top: 100px;
}

.ph-title-en-details {
	text-align: right;
	line-height: 120px;
	font-size: var(--title-xxxl);
	margin-right: calc((100vw - 1400px) / -2 - 0px);

}
.ph-media--dossier{
	height:100%;
}
.ph-tag-sm.dossier-du-mois-tag {
	margin-bottom: 20px;
}

.ph-media--dossier img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	height:100%;
}

.ph-en-details__grid .ph-article-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media screen and (max-width:1400px){
	.ph-title-en-details {
		margin-right: -20px;
		line-height: 1em;
	}
}
@media screen and (max-width:990px){
	.ph-section--en-details{
		margin-top: 80px;
	}
	.ph-title-en-details {
		margin-right: 0px;
		text-align:center;
	}
}
@media screen and (max-width:767px){
	.ph-section--en-details{
		margin-top: 60px;
	}
	.ph-en-details .dossier-du-mois-tag{
		margin: -46px auto 20px auto;
		display: flex;
	}
}

/* ═══════════════════════════════════════
	#actualites (radars)
	═══════════════════════════════════════ */
.page-template-template-home-periscope #dans-nos-radars{
	background-image:url("/wp-content/themes/focus-public/assets/medias/news-bg.webp");
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:100px;
	padding-bottom:100px;
}
.section-nos-radars .ph-section__title {
	text-align: left;
	line-height: 0.9em;
	margin-bottom: -10px;
	font-size: var(--title-xxxl);
	margin-left: calc((100vw - 1400px) / -2 - 0px);
}

.radar-sep {
    width: 100%;
    display: flex;
    height: 1px;
    background: black;
    margin: 65px 0;
}

.ph-radars-block__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 32px;
	text-align:center;
}

.ph-radars-block .ph-card-article {
	justify-content: space-between;
}

.ph-radars-block .ph-card-article img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
}
@media screen and (max-width:1400px){
	.section-nos-radars .ph-section__title {
		margin-left: -20px;
	}
}
@media screen and (max-width:1200px){
	.page-template-template-home-periscope #dans-nos-radars{
		padding-top:80px;
		padding-bottom:80px;
	}
	.section-nos-radars .ph-section__title{
		margin-bottom: 10px;
	}
	.ph-radars-block .ph-grid-articles--4 .ph-card-article:nth-child(7),
	.ph-radars-block .ph-grid-articles--4 .ph-card-article:nth-child(8){
		display:none;
	}
}
@media screen and (max-width:990px){
	.page-template-template-home-periscope #dans-nos-radars{
		padding-top:60px;
		padding-bottom:60px;
	}
	.section-nos-radars .ph-section__title{
		margin-bottom: 20px;
		margin-left:0;
		text-align:center;
	}
	.ph-radars-block__head {
		flex-direction: column;
	}
	.radar-sep{
		margin: 55px 0;
	}
}
@media screen and (max-width: 767px) {
	.page-template-template-home-periscope #dans-nos-radars{
		padding-top:50px;
		padding-bottom:50px;
	}
    .radar-sep {
        margin: 40px 0;
    }
}


.ph-media--video{
	margin: 0 0 16px;
}
.ph-media--video iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}


/* ═══════════════════════════════════════
	Communication
	═══════════════════════════════════════ */

.page-template-template-home-periscope .ph-communication{
	margin: 0px 0 120px 0;
}

@media screen and (max-width: 1200px) {
    .page-template-template-home-periscope .ph-communication {
        margin: 0px 0 80px 0;
    }
}
@media screen and (max-width:990px){
	.page-template-template-home-periscope .ph-communication {
        margin: 0px 0 60px 0;
    }
}
@media screen and (max-width:767px){
	.page-template-template-home-periscope .ph-communication {
        margin: 0px 0 50px 0;
    }
}


/* ═══════════════════════════════════════
	Newsletter
	═══════════════════════════════════════ */
.ph-newsletter{
	position:relative;
}
#bg-traits-3 {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    top: -120px;
	height:calc(100% + 120px);
	object-fit: cover;
}

.ph-newsletter-card {
	background: var(--color-light-bleu);
	border-radius: 0px;
	padding: 40px;
	box-shadow: 141px 314px 96px 0 rgba(0, 0, 0, 0.00), 90px 201px 88px 0 rgba(0, 0, 0, 0.01), 51px 113px 74px 0 rgba(0, 0, 0, 0.05), 22px 50px 55px 0 rgba(0, 0, 0, 0.09), 6px 13px 30px 0 rgba(0, 0, 0, 0.10);
	    width: 500px;
    height: fit-content;
	max-width:100%;
	margin-bottom: 120px;
}
.ph-newsletter__wrap{
	display:flex;
	justify-content: center;
}
.ph-newsletter-card__title {
	font-size: var(--title-lg);
	font-weight: 700;
	margin: 0 0 16px;
}
.ph-newsletter-card__text {
	font-size: var(--text-base);
	color: var(--color-gris-texte);
	margin-bottom: 24px;
}

.ph-newsletter-card form {
	display: flex;
	flex-direction: column;
    align-items: end;
	padding: 0px!important;
}
.ph-newsletter-card form .mailpoet_paragraph{
	margin-bottom: 15px!important;
	display: flex !important;
	width: 100%;
}
.ph-newsletter-card form .mailpoet_paragraph.last{
	margin-bottom: 0px!important;	
}

.ph-newsletter-card form  input[type="email"] {
	width:100%;
}
.ph-newsletter-card form input#form_email_1{
	background:var(--color-blanc)!important;
}
.ph-newsletter-card form .mailpoet_submit{
	padding: 8px 20px!important;
	background:black!important;
	color:white!important;
	width: fit-content !important;
	margin-right: 0 !important;
	margin-left: auto !important;
	font-weight: 600;
}

.ph-newsletter__media{
	width: calc(100% - 500px);
    height: auto;
}
.ph-media--newsletter{
    position: relative;
    width: 100%;
    height: 100%;
}
.ph-media--newsletter img {
    position: absolute;
    left: -10%;
    bottom: 0;
    width: calc(110% + (100vw - 1400px) / 2 + 60px);
    height: calc(100% + 200px);
    object-fit: contain;
    object-position: left bottom;
	pointer-events:none;
}
@media (max-width: 1400px) {
	.ph-media--newsletter img {
		width: calc(110% + 60px);
		left: -60px;
	}
}
@media (max-width: 1200px) {
	.ph-newsletter-card {
		margin-bottom:80px;
	}
	.ph-media--newsletter img {
		height: calc(100% + 130px);
	}
	#bg-traits-3 {
		top: -80px;
		height:calc(100% + 80px);
	}
}
@media (max-width: 990px) {
	.ph-newsletter-card{
		width: 400px;
		margin-bottom:60px;
	}
	.ph-newsletter__media{
		width: calc(100% - 400px);
	}
	#bg-traits-3 {
		top: -60px;
		height:calc(100% + 60px);
	}
}
@media (max-width: 767px) {
	.ph-newsletter__wrap {
		flex-direction: column;
	}
	.ph-newsletter-card {
        padding: 20px;
		margin: 0 auto;
    }
	.ph-newsletter__media{
		width:100%;
	}
	.ph-media--newsletter img {
		position: relative;
		left: unset;
		bottom: unset;
		width: 100%;
		height: fit-content;
		max-width: 300px;
        display: flex;
        margin: -50px 0 0 0;
	}
	#bg-traits-3 {
		top: -50px;
		height:calc(100% + 50px);
	}
}