/*
	Theme Name: Nuit de la Philanthropie 2025 / Armée du Salut
	Theme URI: https://www.lanuitdelaphilanthropie.fr/
	Version: 1.0.24
	Author: WP&Co
	Author URI: https://wordpressandco.com/

	License: Commercial
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
}
body {
	font-family: "Montserrat", sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color:#F7F3EA;
	background: #495DA0;
	background: 
		url('img/page-background-default.png') center top / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
	padding-top: 10rem;
}
body.contact {
	background: 
		url('img/page-background-contact.png') center top / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
}
body.faq {
	background: 
		url('img/page-background-faq.png') center top / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
}
body.infos {
	background: 
		url('img/page-background-infos.png') center top / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
}
body.entreprises,
body.agir-avec-nous {
	background: 
		url('img/page-background-entreprises.png') center top / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
}
body.concept {
	background: 
		url('img/page-background-concept-top.png') center top / 100% no-repeat,
		url('img/page-background-concept-bottom.png') center bottom / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
}
body.editions-precedentes {
	background: 
		url('img/page-background-prev-editions-top.png') center top / 100% no-repeat,
		url('img/page-background-prev-editions-middle.png') center center / 100% no-repeat,
		url('img/page-background-prev-editions-bottom.png') center bottom / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
}
body.page-template-template-combats {
	background: 
		url('img/page-background-combats-top.png') center top / 100% no-repeat,
		url('img/page-background-combats-bottom.png') center 50% / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
}
body.page-template-template-combats-global {
	background: 
		url('img/page-background-combats-global-top.png') center top / 100% no-repeat,
		url('img/page-background-combats-global-middle.png') center center / 100% no-repeat,
		url('img/page-background-combats-global-bottom.png') center bottom / 100% no-repeat,
		linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
strong {
	font-weight: 700;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#F7F3EA;
	text-decoration:none;
}
a:hover {
	color:#F7F3EA;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

@media only screen and (min-width:1720px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1640px;
	}
}

.cta {
	transition: all ease 300ms;
	height: 4.8rem;
	line-height: 4.8rem;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	border-radius: 2.4rem;
	color: #F7F3EA;
}
.cta-red {
	background-color: #E32430;
	color: #FFF;
	padding: 0 3rem;
}
.cta-red:hover {
	color: #E32430;
	background-color: #FFF;
}
.cta-white {
	color: #E32430;
	background-color: #FFF;
	padding: 0 3rem;
}
.cta-white:hover {
	background-color: #E32430;
	color: #FFF;
}
.cta-blue {
	background-color: #0A2249;
	color: #FFF;
}
.cta-blue:hover {
	color: #0A2249;
	background-color: #FFF;
}
.cta-transp {
	border: 0.2rem solid #F7F3EA;
	padding: 0 5rem;
	background-color: transparent;
}
.cta-transp:hover {
	background-color: #F7F3EA;
	color: #E32430;
}
.cta-icon {
	padding: 0 3.4rem;
}
.cta-icon-heart::after {
	display: block;
	margin-left: 1.1rem;
	content: '';
	width: 1.7rem;
	height: 1.5rem;
	background: url(img/cta-icon-heart.png) 50% / 100% no-repeat;
}
.cta-icon-heart:hover::after {
	background: url(img/cta-icon-heart-hover.png) 50% / 100% no-repeat;
}
.cta-two-lines {
    line-height: 1;
    font-size: 1.9rem;
}
.f-caption {
    font-weight: 700;
    font-size: 2rem;
}

h2 {
	font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
}

body:not(.home) main {
	margin-bottom: 15rem;
}
body:not(.home) main section:first-child {
	padding-top: 9rem;
}
body:not(.home) main section:not(:last-child):not(.page-title):not(.combats-intro) {
	margin-bottom: 10rem;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

header {
	background-color: #0A2249;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 10rem;
}
.header-logos img {
	display: inline-block;
}
.header-logos .logo-ndp {
	width: 23rem;
	margin-right: 2.4rem;
}
.header-logos .logo-ads {
	width: 7rem;
}
header .cta:first-child {
	margin-right: 2rem;
}
header nav {
	font-size: 2rem;
	font-weight: 400;
}
header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
header nav > ul {
	gap: 4rem;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
	background-color: #0A2249;
	padding: 5rem 0;
}
.footer-logos {
	margin-bottom: 4.2rem;
}
.footer-logos img {
	display: inline-block;
}
.footer-logos .logo-ndp {
	width: 45rem;
	margin-right: 5rem;
}
.footer-logos .logo-ads {
	width: 10.9rem;
}
.footer_texte {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 3.5rem;
}
footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer nav li:not(:last-child) {
	margin-right: 4rem;
}
footer nav a {
	color: #fff;
	text-decoration: underline;
}
footer nav a:hover {
	text-decoration: none;
	color: #fff;
}
.surfooter {
	font-size: 1.8rem;
	font-weight: 400;
	color: #fff;
	background-color: #E32430;
	padding: 1.7rem 0;
}
.surfooter-content {
	width: 62%;
}
.surfooter img {
	width: 26rem;
}

/*------------------------------------*\
    BREADCRUMBS
\*------------------------------------*/

.rank-math-breadcrumb {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	padding-top: 8rem;
}
.rank-math-breadcrumb p {
	margin-bottom: 0;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
	display: inline-block;
	color: #F7F3EA;
}
.rank-math-breadcrumb .separator {
	margin: 0 1.6rem;
}
.rank-math-breadcrumb a:first-child {
	position: relative;
	padding-left: 5rem;
}
.rank-math-breadcrumb a:first-child::before {
	display: block;
	content: '';
	position: absolute;
	width: 3.2rem;
	height: 3.3rem;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32.304" height="33.387" viewBox="0 0 32.304 33.387"><path d="M16.152,0a2.111,2.111,0,0,0-1.336.472L1.09,11.625A2.945,2.945,0,0,0,0,13.91V31.487a1.915,1.915,0,0,0,1.9,1.9h9.026a1.915,1.915,0,0,0,1.9-1.9l0-10.927h6.651V31.485a1.915,1.915,0,0,0,1.9,1.9H30.4a1.915,1.915,0,0,0,1.9-1.9V13.91a2.943,2.943,0,0,0-1.089-2.285L17.487.471A2.12,2.12,0,0,0,16.151,0Zm-.139,1.947a.211.211,0,0,1,.278,0L30.016,13.1a1.045,1.045,0,0,1,.387.81V31.487H21.376V20.56a1.915,1.915,0,0,0-1.9-1.9H12.826a1.915,1.915,0,0,0-1.9,1.9l0,10.925H1.9V13.91a1.04,1.04,0,0,1,.386-.81Z" fill="%23fff"/></svg>') 0 50% / 3.2rem no-repeat;
	padding-left: 5rem;
	left: 0;
	bottom: 0;
}

/*------------------------------------*\
    CF7
\*------------------------------------*/
.wpcf7 {
	font-weight: 500;
	font-size: 2.6rem;
}
.wpcf7 p {
	margin-bottom: 0;
}
.wpcf7 br {
	display: none;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-bottom: 6.5rem;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	color: #F7F3EA;
    background-color: transparent;
    border: 0 none;
    border-bottom: 0.1rem solid #fff;
    font-size: 2.6rem;
    font-weight: 500;
	padding-bottom: 0.5rem;
	width: 100%;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 textarea::placeholder {
	color: #F7F3EA;
}
.wpcf7 textarea {
	height: 20rem;
}
.cf7-mentions-bottom {
	margin-top: 7rem;
}
.wpcf7-not-valid-tip {
    color: #E32430;
    font-size: 1.5rem;
	font-weight: 500;
	text-align: right;
}
.wpcf7 .wpcf7-form.sent * {
    display: none;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    display: block !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 5rem;
    border: 0 none;
    color: #0A2249;
    background-color: #F7F3EA;
    border-radius: 3rem;
	text-align: center;
}


/*------------------------------------*\
    PAGE TITLE
\*------------------------------------*/

.page-title {
	margin-bottom: 8rem;
}
.page-title h1 {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
}

/*------------------------------------*\
    SLIDER PARTENAIRES
\*------------------------------------*/

.slider-partenaires_logos-item {
	padding: 0 1.6rem;
}
.slider-partenaires_logos-item span,
.slider-partenaires_logos-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19.3rem;
	height: 19.3rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.68);
}
.slider-partenaires_logos-item span img,
.slider-partenaires_logos-item a img {
	object-fit: contain;
	width: 12rem;
	height: 12rem;
	max-width: 100%;
	max-height: 100%;
}

/*------------------------------------*\
    SLIDER COVERFLOW
\*------------------------------------*/

.coverflow__slider .slick-list {
	padding-bottom: 7rem !important;
}
.coverflow__slider .slick-arrow {
	border: 0;
	background: transparent url(img/slider-coverflow-arrow.png) 50% / 100% no-repeat;
	width: 7.6rem;
	height: 7.6rem;
	font-size: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-80%);
}
.coverflow__slider .slick-prev {
	left: 0;
}
.coverflow__slider .slick-next {
	right: 0;
	transform: translateY(-80%) rotate(180deg);
}

.coverflow__slider .slick-slide { padding: 0; }

.coverflow__slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coverflow__slide .coverflow__slide-inner {
	width: 100%;
	aspect-ratio: 3 / 4;
	background: center / cover no-repeat;
	border-radius: 1.6rem;
	overflow: visible;
	transform-origin: center center;
	transition: transform 350ms ease;
	will-change: transform;
	transform: scale(0.72) translateZ(0);
	position: relative;
}
.coverflow__slide .coverflow__slide-inner::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5rem;
	transform: translateX(-50%) scaleX(1.2);
	width: 60%;
	height: 5rem;
	border-radius: 50%;
	filter: blur(1.2rem);
	background: rgba(0,0,0,0.35);
	z-index: 0;
	pointer-events: none;
}

/* Centre */
.coverflow__slide.is-center .coverflow__slide-inner {
  transform: scale(1) translateZ(0);
  z-index: 4;
}

/* Voisins (±1) */
.coverflow__slide.is-near.is-left  .coverflow__slide-inner {
  transform: translateX(-7%) scale(0.88) translateZ(0);
  z-index: 3;
}
.coverflow__slide.is-near.is-right .coverflow__slide-inner {
  transform: translateX(7%) scale(0.88) translateZ(0);
  z-index: 3;
}

.coverflow__slide-card {
	background-color: rgba(227, 36, 48, 0.75);
    border-radius: 1.6rem;
    font-size: 1.4rem;
    padding: 1.5rem;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1.3;
	opacity: 0;
	transition: opacity 500ms ease;
}
.slick-current:hover .coverflow__slide-card {
	opacity: 1;
}
.coverflow__slide-card-name {
	font-size: 2rem;
	font-weight: 700;
}
.coverflow__slide-card-fonction {
	font-size: 1.8rem;
	font-weight: 500;
}
.coverflow__slide-card-bio {
	margin-top: 1.5rem;
}
.coverflow__slide-card-bio-link a {
	text-decoration: underline;
	font-weight: 700;
	display: inline-block;
	margin-top: 1.5rem;
}

/* Nb slides < 5 */
.coverflow__noslider .coverflow__slide {
    width: 30rem;
	transition: all ease 300ms;
}
.coverflow__noslider .coverflow__slide:not(:last-child) {
    margin-right: 4rem;
}
.coverflow__noslider .coverflow__slide .coverflow__slide-inner {
    transform: none;
}
.coverflow__noslider .coverflow__slide:hover {
	transform: scale(1.1);
}
.coverflow__noslider .coverflow__slide:hover .coverflow__slide-card {
	opacity: 1;
}
@media only screen and (max-width:1719.98px) {
	.coverflow__slider .slick-arrow {
		width: 7rem;
		height: 7rem;
	}
}
@media only screen and (max-width:1199.98px) {
	.coverflow__slide-card {
		font-size: 1.5rem;
		padding: 1rem;
	}
	.coverflow__slide-card-name,
	.coverflow__slide-card-fonction {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width:991.98px) {
	.coverflow__slide .coverflow__slide-inner {
		transform: none;
	}
	.coverflow__slider .slick-slide {
		padding: 2rem;
		transition: all ease 300ms;
	}
	.coverflow__slider .slick-slide {
		padding: 2rem;
	}
	.coverflow__slider .slick-slide.slick-current-delayed {
		transform: scale(1.2);
		z-index: 1;
	}
	.coverflow__slider .slick-list {
		padding-top: 2rem !important;
		padding-bottom: 10rem !important;
	}
	.coverflow__slider .slick-arrow {
		background: transparent url(img/slider-coverflow-arrow-m.png) 50% / 100% no-repeat;
		width: 4.5rem;
		height: 11rem;
		transform: translateY(-80%) rotate(180deg);
	}
	.coverflow__slider .slick-next {
		transform: translateY(-80%);
	}
	.coverflow__slide-card-frame {
		background-color: transparent;
		padding: 0;
	}
	.coverflow__slide-card {
		background-color: rgba(227, 36, 48, 1);
		border-radius: 2.2rem;
		font-size: 2rem;
		padding: 3rem;
		color: #fff;
		padding: 3rem;
		position: static;
		opacity: 1;
	}
	.coverflow__noslider .coverflow__slide:not(:last-child) {
		margin-right: 0;
	}
}

/*------------------------------------*\
    SECTION ACCORDEON
\*------------------------------------*/

.accordion {
	max-width: 75%;
}
.accordion-item {
	color: inherit;
	background-color: transparent;
	border: 0 none;
	border-bottom: 0.1rem solid #fff;
	padding-bottom: 3.5rem;
}
.accordion-item:not(:last-child) {
	margin-bottom: 3.5rem;
}
.accordion-button,
.accordion-button:not(.collapsed) {
    padding: 0;
    font-size: 2.6rem;
    color: #F7F3EA;
    font-weight: 500;
	background-color: transparent;
	box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    padding: 2.5rem 0 0 0;
}
.accordion-body p:last-child {
    margin-bottom: 0;
}
.accordion-button::after {
	width: 4.6rem;
	height: 4.6rem;
	background-image: url(img/accordion-open.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(img/accordion-close.png);
}
@media only screen and (max-width:1199.98px) {
	.accordion {
		max-width: 100%;
	}
}
@media only screen and (max-width:991.98px) {
	.accordion-button,
	.accordion-button:not(.collapsed) {
		font-size: 2.2rem;
		padding-right: 1rem;
	}
	.accordion-button::after {
		width: 4rem;
		height: 4rem;
	}
}
@media only screen and (max-width:767.98px) {
	.accordion-button,
	.accordion-button:not(.collapsed) {
		font-size: 2rem;
	}
	.accordion-button::after {
		width: 3rem;
		height: 3rem;
	}
	.accordion-body {
		font-size: 1.8rem;
	}
}

/*------------------------------------*\
    SECTION CTA
\*------------------------------------*/

.section-flexible-cta h2 {
	font-size: 4.5rem;
	line-height: 1.2;
	margin-bottom: 4rem;
	font-weight: 700;
}
.section-flexible-cta-items .cta:not(:last-child) {
    margin-right: 2rem;
}
@media only screen and (max-width:991.98px) {
	.section-flexible-cta h2 {
		font-size: 3rem;
		margin-bottom: 3rem;
	}
	.section-flexible-cta-items .cta:not(:last-child) {
		margin-right: 0;
		margin-bottom: 2rem;
	}
}
@media only screen and (max-width:767.98px) {
	.section-flexible-cta h2 {
		font-size: 2.5rem;
	}
}

/*------------------------------------*\
    SECTION TEXTE
\*------------------------------------*/

.section-flexible-text__content strong {
	font-weight: 500;
}
.section-flexible-text__content hr {
	max-width: 80%;
	border: 0.1rem solid #fff;
	opacity: 1;
}
.section-flexible-text__content h3 {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
.section-flexible-text__content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.section-flexible-text__content li:not(:last-child) {
	margin-bottom: 1rem;
}
.section-flexible-text__content > *:not(:last-child) {
	margin-bottom: 3.5rem;
}
.section-flexible-text__image {
	padding-left: 7rem;
}
.section-flexible-text__image img {
	border-radius: 2.2rem;
}
@media only screen and (max-width:1199.98px) {
	.section-flexible-text__content-half {
		max-width: 80%;
	}
	.section-flexible-text__image {
		padding-left: 0;
	}
}
@media only screen and (max-width:991.98px) {
	.section-flexible-text__image {
		margin-bottom: 5rem;
	}
	.section-flexible-text__content-half {
		max-width: 100%;
	}
}

/*------------------------------------*\
    SECTION TEXTE + CARTOUCHES
\*------------------------------------*/

.section-flexible-text-cartouches_content strong {
	font-weight: 500;
}
.section-flexible-text-cartouches_content h1 {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 8rem;
}
.section-flexible-text-cartouches_content h2 {
	font-size: 3.6rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
.section-flexible-text-cartouches_content h3 {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
.section-flexible-text-cartouches_content > *:not(:last-child) {
	margin-bottom: 3.5rem;
}
.section-flexible-text-cartouches_item {
	border-radius: 2.2rem;
	padding: 4.3rem 5rem 4.2rem 5rem;
	font-weight: 300;
}
.section-flexible-text-cartouches_item:not(:last-child) {
	margin-bottom: 6rem;
}
.section-flexible-text-cartouches_item > *:not(:last-child) {
	margin-bottom: 3rem;
}
.section-flexible-text-cartouches_item h3 {
	font-weight: 700;
	font-size: 3.5rem;
}
.section-flexible-text-cartouches_item strong {
	font-weight: 500;
}
.section-flexible-text-cartouches_item .big-text {
	font-size: 1.5em;
	font-weight: 700;
}
.section-flexible-text-cartouches_item-white {
	background-color: #FFF;
	color: #0A2249;
}
.section-flexible-text-cartouches_item-white h3 {
	color: #E32430;
}
.section-flexible-text-cartouches_item-dark-blue {
	background-color: #0A2249;
	color: #FFF;
}
.section-flexible-text-cartouches_item-dark-blue h3 {
	color: #FFF;
}
@media only screen and (max-width:1399.98px) {
	.section-flexible-text-cartouches_cartouches {
		padding-left: 10%;
	}
	.section-flexible-text-cartouches_item {
		padding: 4rem;
	}
}
@media only screen and (max-width:1199.98px) {
	.section-flexible-text-cartouches_item h3 {
		font-size: 3.5rem;
	}
	.section-flexible-text-cartouches_item {
		padding: 3rem;
		font-size: 2.2rem;
	}
}
@media only screen and (max-width:991.98px) {
	.section-flexible-text-cartouches_cartouches {
		padding-left: 0;
		padding-top: 5rem;
	}
	.section-flexible-text-cartouches_content h1 {
		font-size: 3.5rem;
		margin-bottom: 4rem;
	}
	.section-flexible-text-cartouches_content h2 {
		font-size: 3rem;
	}
}
@media only screen and (max-width:767.98px) {
	.section-flexible-text-cartouches_item:not(:last-child) {
		margin-bottom: 3rem;
	}
	.section-flexible-text-cartouches_item {
		padding: 2rem;
		font-size: 2rem;
	}
	.section-flexible-text-cartouches_item h3 {
		font-size: 3rem;
		margin-bottom: 2rem;
	}
}

/*------------------------------------*\
    SECTION TEXTE + VISUEL
\*------------------------------------*/

.section-flexible-text-visuel_content strong {
	font-weight: 500;
}
.section-flexible-text-visuel_content h1 {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.2;
}
.section-flexible-text-visuel_content h2 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.section-flexible-text-visuel_content h3 {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
.section-flexible-text-visuel_content > *:not(:last-child) {
	margin-bottom: 3.5rem;
}
.section-flexible-text-visuel_content-intro {
	font-weight: 400;
	font-size: 3rem;
}
.section-flexible-text-visuel_image {
	text-align: right;
	padding-left: 5%;
}
.section-flexible-text-visuel_image img {
	width: 100%;
	aspect-ratio: 674/452;
	object-fit: cover;
	border-radius: 2.2rem;
	object-fit: cover;
}
.page-id-181 .section-flexible-text-visuel_image,
.editions-precedentes .section-flexible-text-visuel_image {
	text-align: right;
	padding-left: 5%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2.2rem;
}

/* Chiffres */
.section-flexible-text-visuel_bloc-chiffres {
	padding-left: 5%;
	margin-top: 3.3rem;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: 500;
}
.section-flexible-text-visuel_bloc-chiffres .col:last-child,
.section-flexible-text-visuel_bloc-chiffres .col-auto:last-child {
	position: relative;
	border-left: 0.2rem dotted #fff;
}
.section-flexible-text-visuel_bloc-chiffres strong {
	font-size: 4.5rem;
	line-height: 1.2;
	font-weight: 900;
	text-transform: uppercase;
}
.section-flexible-text-visuel_bloc-chiffres .figure-small strong {
	font-size: 3.5rem;
}
.section-flexible-text-visuel_bloc-chiffres .has-picto {
	line-height: 1;
}
.section-flexible-text-visuel_bloc-chiffres .has-picto img {
	display: block;
	margin-right: 2rem;
	width: 9rem;
	height: auto;
}

/* Colonnes inversées */
.section-flexible-text-visuel .col-invert .section-flexible-text-visuel_image {
	text-align: left;
	padding-right: 5%;
	padding-left: 0;
}
.section-flexible-text-visuel .col-invert .section-flexible-text-visuel_content {
	text-align: right;
}
.section-flexible-text-visuel .col-invert .section-flexible-text-visuel_bloc-chiffres {
	padding-left: 0;
	padding-right: 5%;
}

@media only screen and (max-width:1719.98px) {
	.section-flexible-text-visuel_bloc-chiffres strong {
		font-size: 4.2rem;
	}
	.section-flexible-text-visuel_bloc-chiffres .figure-small strong {
		font-size: 3rem;
	}
	.section-flexible-text-visuel_bloc-chiffres {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width:1399.98px) {
	.section-flexible-text-visuel_content h2 {
		font-size: 3.5rem;
	}
}
@media only screen and (max-width:991.98px) {
	.section-flexible-text-visuel_content h1 {
		font-size: 4rem;
	}
	.section-flexible-text-visuel .cta-wrapper {
		text-align: center;
	}
	.section-flexible-text-visuel_image {
		padding-left: 0;
	}
	.section-flexible-text-visuel .col-invert .section-flexible-text-visuel_image {
		text-align: left;
		padding-right: 0;
		padding-left: 0;
	}
	.section-flexible-text-visuel .col-invert .section-flexible-text-visuel_content {
		text-align: left;
	}
	.section-flexible-text-visuel_content-intro {
		font-size: 2.5rem;
	}
	.section-flexible-text-visuel_bloc-chiffres {
		padding-left: 0;
	}
	.page-id-181 .section-flexible-text-visuel_image,
	.editions-precedentes .section-flexible-text-visuel_image {
		padding-left: 0;
		height: auto;
		width: 100%;
		aspect-ratio: 674/401;
	}
}
@media only screen and (max-width:767.98px) {
	.section-flexible-text-visuel_bloc-chiffres .col:last-child,
	.section-flexible-text-visuel_bloc-chiffres .col-auto:last-child {
		border-left: 0 none;
	}
	.section-flexible-text-visuel_bloc-chiffres .col:first-child > div,
	.section-flexible-text-visuel_bloc-chiffres .col-auto:first-child > div {
		margin-bottom: 2.5rem;
		padding-bottom: 2.5rem;
		position: relative;
	}
	.section-flexible-text-visuel_bloc-chiffres .col:first-child > div::after,
	.section-flexible-text-visuel_bloc-chiffres .col-auto:first-child > div::after {
		content: '';
		display: block;
		width: 8rem;
		border-top: 0.2rem dotted #fff;
		bottom: 0;
		left: 0;
		right: 0;
		position: absolute;
		margin: auto;
		z-index: 1;
	}
	.section-flexible-text-visuel_content > *:not(:last-child) {
		margin-bottom: 2.5rem;
	}
	.section-flexible-text-visuel_content h2 {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
}
@media only screen and (max-width:575.98px) {
	.section-flexible-text-visuel_content h1 {
		font-size: 3rem;
	}
	.section-flexible-text-visuel_content-intro {
		font-size: 2rem;
	}
}

/*------------------------------------*\
    SECTION CARTOUCHE TEXTE
\*------------------------------------*/

.section-flexible-cartouche-texte_item {
	border-radius: 2.2rem;
	padding: 4.3rem 5rem 4.2rem 5rem;
	font-weight: 300;
}
.section-flexible-cartouche-texte_item:not(:last-child) {
	margin-bottom: 6rem;
}
.section-flexible-cartouche-texte_item > *:not(:last-child) {
	margin-bottom: 2.5rem;
}
.section-flexible-cartouche-texte_item h3 {
	font-weight: 700;
	font-size: 3.5rem;
}
.section-flexible-cartouche-texte_item strong {
	font-weight: 500;
}
.section-flexible-cartouche-texte_item .big-text {
	font-size: 1.5em;
	font-weight: 700;
}
.section-flexible-cartouche-texte_item-white {
	background-color: rgba(255, 255, 255, 0.9);
	color: #0A2249;
}
.section-flexible-cartouche-texte_item-white h3 {
	color: #E32430;
}
.section-flexible-cartouche-texte_item-dark-blue {
	background-color: #0A2249;
	color: #FFF;
}
.section-flexible-cartouche-texte_item-dark-blue h3 {
	color: #FFF;
}
@media only screen and (max-width:991.98px) {
	.section-flexible-cartouche-texte .cta-wrapper {
		text-align: center;
	}
	.section-flexible-cartouche-texte_item {
		padding: 2rem;
	}
	.section-flexible-cartouche-texte_item h3 {
		font-size: 3rem;
	}
}

/*------------------------------------*\
    SECTION CARTOUCHE TEXTE IMAGE
\*------------------------------------*/

.section-flexible-cartouche-text-image {
	margin-top: -18.5rem;
	position: relative;
	z-index: 1;
}
.section-flexible-cartouche-text-image_item {
	border-radius: 2.2rem;
	font-weight: 300;
}
.section-flexible-cartouche-text-image_item > *:not(:last-child) {
	margin-bottom: 3rem;
}
.section-flexible-cartouche-text-image_item h3 {
	font-weight: 700;
	font-size: 4rem;
}
.section-flexible-cartouche-text-image_item strong {
	font-weight: 500;
}
.section-flexible-cartouche-text-image_item-white {
	background-color: #FFF;
	color: #0A2249;
}
.section-flexible-cartouche-text-image_item-white h3 {
	color: #E32430;
}
.section-flexible-cartouche-text-image_item-dark-blue {
	background-color: #0A2249;
	color: #FFF;
}
.section-flexible-cartouche-text-image_item-dark-blue h3 {
	color: #FFF;
}
.section-flexible-cartouche-text-image_item-content {
	padding: 4.3rem 5.3rem 3.9rem 5.3rem;
}
.section-flexible-cartouche-text-image_item-visuel {
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2.2rem;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
@media only screen and (max-width:991.98px) {
	.section-flexible-cartouche-text-image {
		margin-top: -11.5rem;
	}
	.section-flexible-cartouche-text-image_item-visuel {
		border-top-left-radius: 2.2rem;
		border-bottom-left-radius: 0;
		aspect-ratio: 3/1.5;
		border-top-right-radius: 2.2rem;
	}
	.section-flexible-cartouche-text-image_item-content {
		padding: 2rem;
	}
	.section-flexible-cartouche-text-image_item h3 {
		font-size: 3rem;
	}
}

/*------------------------------------*\
    SECTION VIDEO
\*------------------------------------*/

.section-flexible-video h2 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 4rem;
}
.section-flexible-video .video-launcher {
    position: relative;
    display: block;
}
.section-flexible-video img.video-placeholder {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1640 / 872;
}
.section-flexible-video .video-play {
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 18.5rem;
    height: 18.5rem;
    background: url(img/video-play.png) 50% / 100% no-repeat;
    transition: all ease 300ms;
}
.section-flexible-video .video-launcher:hover .video-play {
    width: 15rem;
    height: 15rem;
}
@media only screen and (max-width:991.98px) {
	.section-flexible-video h2 {
		font-size: 3rem;
	}
	.section-flexible-video .video-play {
		width: 9rem;
		height: 9rem;
	}
}
@media only screen and (max-width:767.98px) {
	.section-flexible-video h2 {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
}

/*------------------------------------*\
    BURGER MENU
\*------------------------------------*/

/* Burger Menu Button */
.burger-menu {
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 5.2rem;
    height: 3.7rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    display: flex;
}

.burger-menu span {
	display: block;
	width: 5.2rem;
	height: 0.54rem;
	background-color: #F7F3EA;
	transition: all 0.3s ease;
	transform-origin: center;
	border-radius: 0.27rem;
}

/* Burger Animation */
.burger-menu.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.burger-menu.active span:nth-child(2) {
	opacity: 0;
}

.burger-menu.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0A2249;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow-y: auto;
	padding: 2rem 0;
}

.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Mobile Menu Close Button */
.mobile-menu-close {
	position: absolute;
	top: 2.2rem;
	right: 2.2rem;
	width: 3.7rem;
	height: 3.7rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='37.397' height='37.386' viewBox='0 0 37.397 37.386'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_622' data-name='Rectangle 622' width='37.397' height='37.386' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_1327' data-name='Groupe 1327' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_500' data-name='Tracé 500' d='M21.611,18.706,36.8,3.513a2.08,2.08,0,0,0,0-2.906,2.042,2.042,0,0,0-2.906,0L18.706,15.8,3.513.607a2.08,2.08,0,0,0-2.906,0,2.042,2.042,0,0,0,0,2.906L15.8,18.706.607,33.9a2.08,2.08,0,0,0,0,2.906,1.971,1.971,0,0,0,1.453.581A2.15,2.15,0,0,0,3.513,36.8L18.706,21.611,33.9,36.8a1.971,1.971,0,0,0,1.453.581,2.15,2.15,0,0,0,1.453-.581,2.08,2.08,0,0,0,0-2.906Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.3s ease;
	z-index: 1001;
	background-color: transparent;
	border: 0 none;
}

/* Mobile Menu Content */
.mobile-menu-content {
	text-align: center;
	margin: auto 0;
	width: 100%;
	max-width: 40rem;
	padding: 3.6rem;
}

.mobile-menu-content .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-menu-content .menu > li:not(:last-child) {
	margin-bottom: 2rem;
}
.mobile-menu-content .menu > li > a {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 400;
	text-decoration: none;
	display: inline-block;
}
.mobile-menu-content .menu > li.menu-item-has-children > a {
	position: relative;
	padding-right: 3rem;
}
.mobile-menu-content .menu > li.menu-item-has-children > a::after {
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    right: 0;
    height: 1rem;
    width: 1.9rem;
    background-image: url(img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


/* Submenu Styles */
.mobile-menu-content .sub-menu {
	list-style: none;
	padding: 0;
	margin: 1rem 0 0 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.mobile-menu-content .sub-menu.active {
	max-height: 50rem;
}

.mobile-menu-content .sub-menu li {
	margin-bottom: 1rem;
}

.mobile-menu-content .sub-menu li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 2.2rem;
	text-decoration: none;
	display: block;
}
.mobile-menu-cta {
	margin-top: 8rem;
}
.mobile-menu-cta .cta:not(:last-child) {
	margin-bottom: 1.5rem;
}
.mobile-menu-cta .cta {
	width: 100%;
}

/* Prevent body scroll when mobile menu is open */
body.menu-open {
	overflow: hidden;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1719.98px) {
	html {
		font-size:55%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	h2 {
		font-size: 4.2rem;
	}
	.cta {
		height: 4.6rem;
		line-height: 4.6rem;
		font-size: 1.8rem;
		border-radius: 2.3rem;
	}
	.cta-transp {
		padding: 0 5rem;
	}
	.cta-icon {
		padding: 0 3rem;
	}
	.cta-two-lines {
		line-height: 1;
	}
	.header-logos .logo-ndp {
		width: 20rem;
		margin-right: 2rem;
	}
	.header-logos .logo-ads {
		width: 6rem;
	}
	header nav {
		font-size: 1.8rem;
	}
}
@media only screen and (max-width:1399.98px) {
	html {
		font-size:50%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	body.page-template-template-combats {
		background: url('img/page-background-combats-top.png') center top / 100% no-repeat,
			url('img/page-background-combats-bottom.png') center 80% / 100% no-repeat,
			linear-gradient(180deg, rgba(73, 93, 160, 1) 0%, rgba(4, 35, 96, 1) 100%) 50% / cover no-repeat;
	}
	h2 {
		font-size: 4rem;
	}
	.header-logos .logo-ndp {
		margin-right: 1.5rem;
	}
	header nav > ul {
		gap: 3rem;
	}
	header .cta:first-child {
		margin-right: 1.5rem;
	}
}
@media only screen and (max-width:1199.98px) {
	html {
		font-size:45%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	h2 {
		font-size: 3.8rem;
	}
	.header-logos .logo-ndp {
		width: 18rem;
		margin-right: 1rem;
	}
	.header-logos .logo-ads {
		width: 5rem;
	}
	header nav > ul {
		gap: 2rem;
	}
	header .cta:first-child {
		margin-right: 1rem;
	}
	.cta-transp {
		padding: 0 4rem;
	}
	.cta-icon {
		padding: 0 2rem;
	}
	.coverflow__slide-card {
		font-size: 1.5rem;
		padding: 1rem;
	}
}

@media only screen and (max-width: 991.98px) {
	html {
		font-size:62.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	body {
		font-size: 2rem;
		padding-top: 8.4rem;
	}
	body,
	body.contact,
	body.faq,
	body.infos,
	body.entreprises,
	body.agir-avec-nous {
		background-size: 99.2rem, cover;
	}
	body.concept,
	body.page-template-template-combats {
		background-size: 99.2rem, 99.2rem, cover;
	}
	body.editions-precedentes,
	body.page-template-template-combats-global {
		background-size: 99.2rem, 99.2rem, 99.2rem, cover;
	}
	body:not(.home) main section:first-child {
		padding-top: 5rem;
	}
	body:not(.home) main section:not(:last-child):not(.page-title):not(.combats-intro) {
		margin-bottom: 5rem;
	}
	header {
		height: 8.4rem;
	}
	.header-logos .logo-ndp {
		width: 17rem;
		margin-right: 1.8rem;
	}
	.header-logos .logo-ads {
		width: 5.2rem;
	}
	.rank-math-breadcrumb {
		font-size: 1.8rem;
		padding-top: 4rem;
	}
	.page-title h1 {
		font-size: 3.5rem;
	}
	.surfooter {
		padding: 3.8rem 0;
		text-align: center;
	}
	.surfooter-content {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.surfooter img {
		width: 15.3rem;
	}
	.footer-logos .logo-ndp {
		width: 26rem;
		margin-right: 3rem;
	}
	.footer-logos .logo-ads {
		width: 6.4rem;
	}
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
		font-size: 1.6rem;
		font-weight: 500;
		padding-bottom: 0.5rem;
	}
	.wpcf7-form-control-wrap {
		margin-bottom: 3rem;
	}
	
}
@media only screen and (max-width: 767.98px) {
	.page-title h1 {
		font-size: 3rem;
	}
	.burger-menu {
		width: 4.5rem;
	}
	.burger-menu span {
		width: 100%;
	}
	body:not(.home) main {
		margin-bottom: 5rem;
	}
	.cta {
		width: 90%;
		font-size: 1.6rem;
	}
	.rank-math-breadcrumb {
		font-size: 1.4rem;
	}
	.rank-math-breadcrumb a:first-child {
		padding-left: 4rem;
	}
	.rank-math-breadcrumb a:first-child::before {
		width: 2.5rem;
		height: 2.5rem;
		background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32.304" height="33.387" viewBox="0 0 32.304 33.387"><path d="M16.152,0a2.111,2.111,0,0,0-1.336.472L1.09,11.625A2.945,2.945,0,0,0,0,13.91V31.487a1.915,1.915,0,0,0,1.9,1.9h9.026a1.915,1.915,0,0,0,1.9-1.9l0-10.927h6.651V31.485a1.915,1.915,0,0,0,1.9,1.9H30.4a1.915,1.915,0,0,0,1.9-1.9V13.91a2.943,2.943,0,0,0-1.089-2.285L17.487.471A2.12,2.12,0,0,0,16.151,0Zm-.139,1.947a.211.211,0,0,1,.278,0L30.016,13.1a1.045,1.045,0,0,1,.387.81V31.487H21.376V20.56a1.915,1.915,0,0,0-1.9-1.9H12.826a1.915,1.915,0,0,0-1.9,1.9l0,10.925H1.9V13.91a1.04,1.04,0,0,1,.386-.81Z" fill="%23fff"/></svg>') 0 50% / 2.5rem no-repeat;
		padding-left: 3rem;
	}
}
@media only screen and (max-width: 575.98px) {
	body {
		font-size: 1.8rem;
	}
	.cta-transp {
		padding: 0 1rem;
	}
	.page-id-177 .section-flexible-cta-1 .cta {
		font-size: 1.4rem;
		line-height: 1.2;
	}
	.page-title h1 {
		font-size: 2.5rem;
	}
	.coverflow__slider .slick-slide {
		padding: 1rem;
	}
	.coverflow__slide .coverflow__slide-inner::after {
		bottom: -2rem;
		width: 70%;
		height: 2rem;
	}
	.coverflow__slider .slick-list {
		padding-bottom: 5rem !important;
	}
	.rank-math-breadcrumb {
		display: none;
	}
	.page-id-177 .section-flexible-text-visuel-1 .cta,
	.page-id-179 .section-flexible-text-visuel-1 .cta {
		padding: 0;
		font-size: 1.4rem;
	}
	.cf7-mentions-bottom {
		font-size: 2rem;
		text-align: center;
	}
	footer nav li:not(:last-child) {
		margin-right: 2rem;
	}
	footer nav {
		font-size: 1.8rem;
	}
	.footer-logos .logo-ndp {
		width: 22rem;
		margin-right: 2rem;
	}
	.footer-logos .logo-ads {
		width: 5.4rem;
	}
}
@media only screen and (max-width: 359.98px) {
	.page-id-177 .section-flexible-text-visuel-1 .cta,
	.page-id-179 .section-flexible-text-visuel-1 .cta,
	.page-id-181 .section-flexible-cta-1 .cta {
		font-size: 1.2rem;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}