/*
	Theme Name: OPM LP CFA 2025
	Version: 1.0.0
	Author: WP&Co / Maxyma
	Author URI: https://wpandco.fr/

	License: Commercial
*/

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 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:300 11px/1.4 "Poppins", sans-serif;
	color:#444;
	background-color: #01336C;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.cta {
	height: 8rem;
	border-radius: 4rem;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 2.4rem;
	text-align: center;
	padding: 0 3rem;
	color: #FFF;
	transition: all ease 300ms;
	display: inline-flex;
	align-items: center;
}

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

header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header__logo {
	position: relative;
	width: 38rem;
	padding-top: 4.5rem;
	transition: all ease 300ms;
}
.scrolled .header__logo {
	padding-top: 3.4rem;
}
.header__logo-main {
	width: 38rem;
	height: 12rem;
	transition: all ease 300ms;
}
.scrolled .header__logo-main {
	width: 28.3rem;
	height: 9rem;
}
.header__logo-main path,
.header__logo-main rect {
	fill: #0b56ab;
	transition: all ease 300ms;
}
/* .scrolled .header__logo-main path,
.scrolled .header__logo-main rect {
	fill: #fff;	
} */
.header__logo-noel {
	width: 20rem;
	margin-top: 1.7rem;
	transition: all ease 300ms;
}
.scrolled .header__logo-noel {
	width: 15rem;
}
#header__logo-noel-etoile {
	fill: #0b56ab;
	transition: all ease 300ms;
}
/* .scrolled #header__logo-noel-etoile {
	fill: #F4E17B;
} */
#tampon_noel-2 path {
	fill: #01336C;
	transition: all ease 300ms;
}
/* .scrolled #tampon_noel-2 path {
	fill: #F4E17B;
} */
header .cta {
	background-color: #E25540;
}
header .cta:hover {
	background-color: #FF7661;
	color: #fff;
}
header .cta_wrapper {
	position: fixed;
	top: 0;
	z-index: 10;
	left: 0;
	right: 0;
	width: 100%;
	height: 25rem;
}

/*------------------------------------*\
    BG FIXED
\*------------------------------------*/
.bg-fixed {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
	z-index: -1;
	background-position: 50%;
	background-image: url(img/bg-fixed.jpg);
}
main {
	position: relative;
	z-index: 1;
}
/*------------------------------------*\
    S1
\*------------------------------------*/

.s1 { 
	padding-top: 40vh;
}
.s1 h1 {
	font-weight: 800;
	font-size: 7.6rem;
	text-transform: uppercase;
	line-height: 9.4rem;
	display: inline-block;
}
.s1 h1 span {
	display: block;
	padding: 0 1.6rem;
}
.s1 h1 span:first-child {
	background-color: #E6F2FF;
	border-top-left-radius: 2.6rem;
	border-top-right-radius: 2.6rem;
	color: #0B56AB;
}
.s1 h1 span:last-child {
	color: #fff;
	background-color: #0B56AB;
	border-bottom-left-radius: 2.6rem;
	border-bottom-right-radius: 2.6rem;
}
.s1 .intro {
	color: #fff;
	font-weight: 600;
	font-size: 2.8rem;
	margin-top: 1.8rem;
}

/*------------------------------------*\
    S2
\*------------------------------------*/
.s2 {
	margin-top: 4.3rem;
	padding-bottom: 44.6rem;
}
.s2 .block {
	padding: 4rem 0 9rem 0;
	text-align: center;
	height: 100%;
}
.s2 .picto {
	display: inline-block;
	height: 12rem;
	width: auto;
	margin-bottom: 2.9rem;
}
.s2 h2 {
	font-weight: 800;
	font-size: 4.3rem;
	line-height: 1;
	margin-bottom: 2.9rem;
	text-transform: uppercase;
}
.s2 .content {
	font-weight: 500;
	font-size: 2.7rem;
	padding-bottom: 9rem;
	position: relative;
	margin-bottom: 2.2rem;
}
.s2 .content .arrow {
	position: absolute;
	width: 4.5rem;
	height: auto;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.s2 .outro {
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 7.3rem;
}
.s2 .cta {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
	color: #fff;
}
.s2 .cta:hover {
	background-color: #fff;
}
.s2 .prier {
	background-color: #E6F2FF;
	border-top-left-radius: 9rem;
	border-top-right-radius: 9rem;
	border-bottom-left-radius: 9rem;
	margin-right: 2.25rem;
}
.s2 .prier h2,
.s2 .prier .outro {
	color: #2680EA;
}
.s2 .prier .content {
	color: #333333;
}
.s2 .prier .cta {
	background-color: #2680EA;
	line-height: 1.1;
}
.s2 .prier .cta:hover {
	color: #fff;
	background-color: #0B56AB;
}
.s2 .agir {
	background-color: #0B56AB;
	border-top-left-radius: 9rem;
	border-top-right-radius: 9rem;
	border-bottom-right-radius: 9rem;
	margin-left: 2.25rem;
}
.s2 .agir h2,
.s2 .agir .outro,
.s2 .agir .content {
	color: #fff;
}
.s2 .agir .cta {
	background-color: #E25540;
}
.s2 .agir .cta:hover {
	color: #fff;
	background-color: #FF7661;
}

/*------------------------------------*\
    S3
\*------------------------------------*/

.s3 {
	background-color: #E6F2FF;
	padding-bottom: 9rem;
}
.s3 .pape {
	background: #0B56AB url(img/leone-XIV.png) 0 100% / auto 60rem no-repeat;
	border-radius: 9rem;
	padding-top: 14rem;
	padding-bottom: 6rem;
	position: relative;
	margin-top: -25%;
}
.s3 .pape .content {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 5rem;
}
.s3 .pape .signature {
	position: relative;
	margin-bottom: 8.6rem;
	padding-bottom: 3.5rem;
}
.s3 .pape .signature img {
	width: 29rem;
	height: auto;
}
.s3 .pape .signature::after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	background: url(img/pape-signature-filet.png) 50% / 100% no-repeat;
	width: 23rem;
	height: 0.575rem;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.s3 .pape .baseline {
	color: #fff;
	font-weight: 500;
	font-size: 2.3rem;
}
.s3 .pape .pape__logo {
	position: absolute;
	z-index: 1;
	width: 27.6rem;
	height: auto;
	right: 8.2rem;
	bottom: 6.3rem;
}
.s3 .pape .pape__logo path,
.s3 .pape .pape__logo rect {
	fill: #fff;
}
.s4 {
	background-color: #E6F2FF;
	position: relative;
	z-index: 1;
}
.s4::after {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(img/deduc-background.png) 0 100% / cover no-repeat;
	border-top-left-radius: 10rem;
}
.s4 .deduc {
	padding-top: 8rem;
	padding-bottom: 22rem;
}
.s4 .deduc h2 {
	color: #0B56AB;
	font-size: 4.2rem;
	font-weight: 700;
	margin-bottom: 6.3rem;
}
.s4 .deduc .content {
	color: #333;
	font-size: 2.3rem;
	font-weight: 600;
	margin-bottom: 1.2rem;
}
.s4 .deduc-detail {
	color: #0B56AB;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 5rem;
}
.s4 .deduc-detail em {
	font-size: 3rem;
}
.s4 .deduc1 img {
	width: 29.2rem;
	height: auto;
	display: block;
	margin-left: 4.1rem;
}
.s4 .deduc2 img {
	width: 12.8rem;
	height: auto;
	display: block;
	margin-left: 3.8rem;
}
.s4 .cta {
	background-color: #E25540;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.16);
}
.s4 .cta:hover {
	background-color: #FF7661;
	color: #fff;
}
.s4 .recu {
	font-weight: 500;
	font-style: italic;
	font-size: 2rem;
	background: url(img/envelop.png) 0 100% / 8rem auto no-repeat;
	color: #0B56AB;
	width: 100%;
	padding-left: 16rem;
	padding-top: 2rem;
	margin-top: 3.8rem;
}
.s5 {
	position: relative;
	z-index: 2;
	width: 100%;
	aspect-ratio: 1920/1100;
	padding-bottom: 9rem;
}
.s5 .bloc-wrapper {
	transform: translateY(-50%);
}
.s5 .bloc {
	width: 25%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #2680EA;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 3.3rem;
	line-height: 1;
	padding-top: 4.5rem;
}
.s5 .bloc:nth-child(even) {
	background-color: #0B56AB;
}
.s5 .bloc .count {
	font-weight: 900;
	font-size: 5rem;
	margin-bottom: 0.5rem;
}
.s5 .bloc img {
	height: 7.5rem;
	margin-bottom: 0.5rem;
}
.s5 .merci {
	color: #fff;
	font-size: 7.6rem;
	text-align: center;
	font-weight: 800;
}

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

footer {
	background-color: #01336C;
	padding: 13.3rem 0 10.9rem 0;
}
.footer-inner {
	width: 83%;
	margin: 0 auto;
}
.footer__logo {
	display: block;
	width: 45rem;
	height: auto;
}
.footer__logo path,
.footer__logo rect {
	fill: #fff;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer__social {
	margin-bottom: 7rem;
}
.footer__social svg {
	width: 5rem;
	height: auto;
}
.footer__social li:not(:last-child) {
	margin-right: 1.2rem;
}
.footer__social li {
	transition: all ease 300ms;
}
.footer__social li:hover {
	transform: scale(1.1);
}
.footer__externals {
	font-size: 2rem;
	font-weight: 300;
}
.footer__externals li:not(:last-child) {
	margin-right: 12rem;
}
.footer__externals a {
	color: #fff;
}

/*------------------------------------*\
    FORM MODAL
\*------------------------------------*/

.fancybox__content {
	background-color: #E6F2FF;
	border-radius: 5rem;
	max-width: 80rem;
	padding: 2rem 4rem 4rem 4rem;
}
.fancybox__content h2 {
	color: #2680EA;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 2.9rem;
	text-transform: uppercase;
	position: relative;
	padding-top: 9rem;
	text-align: center;
}
.fancybox__content h2::before {
	background: url(img/picto-prier.svg) 50% / 100% no-repeat;
	content: '';
	display: block;
	width: 8rem;
	height: 8rem;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.fancybox__content>.f-button.is-close-btn {
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 0.2rem solid #2680EA;
}
.fancybox__content>.f-button.is-close-btn path {
    stroke: #2680EA;
}
input.wpcf7-text,
.wpcf7-textarea {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1rem;
	padding: 1rem 2rem;
	border-radius: 3rem;
	background-color: #fff;
	border: 0.2rem solid #2680EA;
	display: block;
	width: 100%;
}
input.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
	border: 0.2rem solid #E25540;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7-submit.cta {
    background-color: #2680EA;
    color: #fff;
	border: 0 none;
}
.wpcf7-submit.cta:hover {
    background-color: #FFF;
    color: #2680EA;
}
.wpcf7-not-valid-tip {
	margin-top: -1rem;
	text-align: right;
}
.wpcf7-form .after-sent {
	display: none;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	background-color: #2680EA;
	border-radius: 2rem;
	padding: 2rem;
	color: #fff;
}
.wpcf7-form.sent > * {
	display: none;
}
.wpcf7-form.sent .after-sent {
	display: block !important;
}

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

@media only screen and (max-width:1919.98px) {
	html {
		font-size:60%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (max-width:1399.98px) {
	html {
		font-size:57.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.s4::after {
		background: url(img/deduc-background.png) 50% 100% / cover no-repeat;
	}
	.s5 .bloc {
		font-size: 3rem;
		padding-top: 3.5rem;
	}
	.footer__externals li:not(:last-child) {
		margin-right: 6rem;
	}
}
@media only screen and (max-width:1199.98px) {
	html {
		font-size:55%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.s2 .content {
		font-size: 2.4rem;
	}
	.s2 .outro {
		font-size: 2.5rem;
	}
	.s3 .pape .pape__logo {
		width: 22rem;
		right: 6rem;
		bottom: 6rem;
	}
	.s3 .pape {
		background: #0B56AB url(img/leone-XIV.png) 0 100% / auto 55rem no-repeat;
		padding-top: 10rem;
		margin-top: -27%;
	}
	.s3 .pape-inner {
		margin-left: 6rem;
	}
	.s3 .pape .content {
		font-size: 3rem;
	}
	.s4 .deduc {
		padding-top: 4rem;
		padding-bottom: 18rem;
	}
	.s4 .deduc h2 {
		font-size: 3.7rem;
		margin-bottom: 5rem;
	}
	.s4 .deduc .content {
		font-size: 1.9rem;
	}
	.s4 .deduc-detail {
		font-size: 3rem;
		margin-bottom: 4rem;
	}
	.s4 .deduc1 img {
		width: 25rem;
		margin-left: 3.5rem;
	}
	.s4 .deduc-detail em {
		font-size: 2.5rem;
	}
	.s4 .deduc2 img {
		width: 10rem;
		margin-left: 3rem;
	}
	.s4 .recu {
		padding-left: 12rem;
		margin-top: 3rem;
	}
	.s5 .bloc {
		font-size: 2.5rem;
		padding-top: 2.5rem;
	}
	.s5 .bloc img {
		height: 6.5rem;
	}
	.s5 .bloc .count {
		font-size: 4rem;
	}
	.footer__logo {
		width: 35rem;
	}
	.footer__externals li:not(:last-child) {
		margin-right: 4rem;
	}
}
@media only screen and (max-width:991.98px) {
	html {
		font-size:62.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.bg-fixed {
		background-image: url(img/bg-fixed_m.jpg);
		height: 80vh;
		background-position: 50% 100%;
	}
	.bg-fixed::after {
		position: absolute;
		display: block;
		content: '';
		z-index: 1;
		width: 100%;
		height: 50%;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(0deg,rgba(1, 51, 108, 1) 25%, rgba(1, 51, 108, 0) 100%);
	}
	header {
		padding: 1.7rem;
		transition: all ease 300ms;
		background-color: rgba(230, 242, 255, 0);
		position: fixed;
	}
	header.scrolled {
		background-color: rgba(230, 242, 255, 0.6);
	}
	.header__logo {
		width: 13.6rem;
		padding-top: 0;
	}
	.header__logo-main,
	.scrolled .header__logo-main {
		width: 13.6rem;
		height: auto;
	}
	.header__logo-noel_m {
		width: 3.8rem;
		height: auto;
	}
	header .cta {
		height: 3.8rem;
		border-radius: 2rem;
		font-size: 1.2rem;
		padding: 0 1.5rem;
	}
	header .cta_wrapper {
		position: static;
		width: auto;
		height: auto;
	}
	.scrolled .header__logo {
		padding-top: 0;
	}
	.header__logo::after {
		display: none;
		content: none;
	}
	.scrolled .header__logo-main path,
	.scrolled .header__logo-main rect {
		fill: #0b56ab;
	}
	.s1 h1 {
		font-size: 2.9rem;
		line-height: 1.2;
	}
	.s1 h1 span {
		padding: 1rem 1.6rem;
	}
	.s1 .intro {
		font-size: 1.8rem;
	}
	.s2 {
		padding-bottom: 30rem;
	}
	.s2 .nav-tabs {
		border: 0 none;
	}
	.s2 .nav-item {
		width: 50%;
	}
	.s2 .nav-item:first-child {
		padding-right: 1%;
	}
	.s2 .nav-item:last-child {
		padding-left: 1%;
	}
	.s2 .nav-link {
		font-size: 2.2rem;
		font-weight: 900;
		text-transform: uppercase;
		width: 100%;
		border: 0 none;
		border-top-left-radius: 3rem;
		border-top-right-radius: 3rem;
		line-height: 1.2;
	}
	.s2 .nav-link img {
		display: block;
		margin: 0.5rem auto 1rem auto;
		height: 6.2rem;
		width: auto;
	}
	.s2 .nav-tabs .nav-link#agir-tab {
		color: #fff;
		background-color: #0B56AB;
	}
	.s2 .nav-tabs .nav-link#prier-tab {
		color: #0C56AB;
		background-color: #E6F2FF;
	}
	.s2 .block {
		padding: 2.1rem 0 3.1rem 0;
	}
	.s2 .prier {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 3rem;
		margin-right: 0;
	}
	.s2 .agir {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 3rem;
		margin-left: 0;
	}
	.s2 .content,
	.s2 .outro {
		font-size: 1.6rem;
	}
	.s2 .content .arrow {
		width: 2.9rem;
	}
	.s2 .content {
		padding-bottom: 4rem;
		margin-bottom: 1.5rem;
	}
	.s2 .outro {
		margin-bottom: 2.7rem;
	}
	.s2 .cta {
		height: 7rem;
		border-radius: 3.5rem;
		font-size: 1.7rem;
		padding: 0 2.5rem;
	}
	.s3 {
		padding-bottom: 4.5rem;
	}
	.s3 .pape {
		padding-top: 2rem;
		padding-bottom: 0;
		background: #0B56AB url(img/leone-XIV.png) 0 100% / auto 45rem no-repeat;
	}
	.s3 .pape::after {
		width: 100%;
		aspect-ratio: 360/200;
		display: block;
		content: '';
	}
	.s3 .pape-inner {
		margin-left: 0;
	}
	.s3 .pape .content {
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	.s3 .pape .signature img {
		width: 18.7rem;
	}
	.s3 .pape .signature::after {
		width: 14.4rem;
		height: 0.361rem;
	}
	.s3 .pape .signature {
		margin-bottom: 0;
		padding-bottom: 2rem;
	}
	.s4::after {
		content: none;
		display: none;
	}
	.s4 .deduc {
		padding-top: 0;
	}
	.s4 .deduc h2 {
		font-size: 3.2rem;
		margin-bottom: 1rem;
	}
	.s4 .deduc .content {
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}
	.s4 .deduc-detail {
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}
	.s4 .deduc1 img {
		width: 20rem;
		margin-left: 2.8rem;
	}
	.s4 .deduc-detail em {
		font-size: 1.8rem;
	}
	.s4 .deduc2 img {
		width: 8.5rem;
	}
	.s4 .cta {
		height: 7rem;
		border-radius: 3.5rem;
		font-size: 1.7rem;
		padding: 0 2.5rem;
	}
	.s4 .recu {
		font-size: 1.6rem;
		padding-top: 0;
		background: url(img/envelop.png) 0 100% / 4.4rem auto no-repeat;
		padding-left: 6rem;
	}
	.s5 {
		aspect-ratio: inherit;
		padding-bottom: 0;
		transform: translateY(-5%);
	}
	.s5 .bloc-wrapper {
		transform: none;
	}
	.s5 .visu {
		background: url(img/deduc-background_m.jpg) 50% / cover no-repeat;
		width: 100%;
		aspect-ratio: 358/472;
		border-top-left-radius: 4rem;
		margin-bottom: 4rem;
	}
	.s5 .bloc {
		width: 50%;
		padding-top: 0;
	}
	.s5 .merci {
		font-size: 4.3rem;
		margin-top: 25rem;
		margin-bottom: 4.7rem;
	}
	footer {
		background-color: #0B56AB;
		padding: 5.3rem 0 8rem 0;
	}
	.footer__social {
		margin-bottom: 9rem;
	}
	.footer__externals {
		font-size: 1.7rem;
	}
	.footer__externals li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1.5rem;
		position: relative;
		padding-bottom: 1.5rem;
	}
	.footer__externals li:not(:last-child)::after {
		content: '';
		display: block;
		background-color: #fff;
		position: absolute;
		z-index: 1;
		margin: auto;
		left: 0;
		right: 0;
		width: 4.2rem;
		height: 0.3rem;
		bottom: 0;
	}
	.footer__links {
		margin-bottom: 5.8rem;
	}
	.footer__logo {
		width: 18.8rem;
	}
	.fancybox__content h2 {
		font-size: 2.5rem;
		padding-top: 7rem;
	}
	.fancybox__content h2::before {
		width: 6rem;
		height: 6rem;
	}
	input.wpcf7-text, .wpcf7-textarea {
		font-size: 1.8rem;
	}
	.cta {
		height: 6rem;
		border-radius: 3rem;
		font-size: 2rem;
		padding: 0 2.5rem;
	}
}
@media only screen and (max-width:767.98px) {
	.s1 .intro br,
	.s2 .block .content br,
	.s2 .block .outro br {
		display: none;
	}
	.s2 .block {
		padding: 2.1rem 2rem 3.1rem 2rem;
	}
	.s2 {
		padding-bottom: 20rem;
	}
	.s3 .pape {
		background: #0B56AB url(img/leone-XIV.png) 0 100% / auto 35rem no-repeat;
	}
	.s3 .pape .pape__logo {
		width: 17.4rem;
		right: 1.3rem;
		bottom: 6.6rem;
	}
	.s3 .pape::after {
		aspect-ratio: 360/230;
	}
	.s5 {
		transform: translateY(-10%);
	}
	.s5 .bloc img {
		height: 3.6rem;
		margin-bottom: 1rem;
	}
	.s5 .bloc .count {
		font-size: 3rem;
	}
	.s5 .bloc {
		font-size: 2rem;
	}
	.s5 .merci {
		margin-bottom: 0;
	}
}
@media only screen and (max-width:575.98px) {
	header {
		padding: 1.2rem 0;
	}
	.header__logo,
	.header__logo-main,
	.scrolled .header__logo-main {
		width: 11rem;
	}
	.s2 .nav-link {
		font-size: 2rem;
	}
	.fancybox__content {
		padding: 2rem;
	}
	.s3 .pape {
		border-radius: 3rem;
		background: #0B56AB url(img/leone-XIV.png) 0 100% / auto 25rem no-repeat;
	}
	.s3 .pape .content {
		font-size: 2rem;
		padding: 0 1rem;
	}
	.s3 .pape .content br,
	.s4 .recu br,
	.s4 .deduc h2 br {
		display: none;
	}
	.s3 .pape .pape__logo {
		width: 15rem;
	}
	.s4 .deduc h2 {
		font-size: 3rem;
	}
	.s4 .recu {
		background: url(img/envelop.png) 0 50% / 4.4rem auto no-repeat;
	}
	.s5 .bloc .count {
		font-size: 2.2rem;
	}
	.s5 .bloc {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width:359.98px) {
	.s1 h1 {
		font-size: 2.5rem;
	}
	.s1 h1 span {
		padding: 0.5rem 1.2rem;
	}
	.s1 .intro {
		font-size: 1.6rem;
	}
	.s2 .nav-link img {
		margin: 0.5rem auto;
		height: 5rem;
	}
	.s2 .nav-link {
		font-size: 1.8rem;
	}
	.s2 .block {
		padding: 2.1rem 1.5rem 3.1rem 1.5rem;
	}
	.s2 .content, .s2 .outro {
		font-size: 1.4rem;
	}
	.s2 .cta {
		height: 5rem;
		border-radius: 2.5rem;
		padding: 0 2rem;
	}
	.s3 .pape .content {
		font-size: 1.8rem;
	}
	.s3 .pape::after {
		aspect-ratio: 360/260;
	}
	.s3 .pape {
		background: #0B56AB url(img/leone-XIV.png) 0 100% / auto 20rem no-repeat;
	}
	.s3 .pape .pape__logo {
		width: 13rem;
	}
	.s4 .deduc h2 {
		font-size: 2.5rem;
	}
	.s4 .deduc .content {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	.s4 .deduc1 img {
		width: 17rem;
		margin-left: 2rem;
	}
	.s4 .deduc2 img {
		width: 6rem;
		margin-left: 1rem;
	}
	.s4 .deduc-detail {
		font-size: 2rem;
	}
	.s4 .deduc-detail em {
		font-size: 1.6rem;
	}
	.s4 .cta {
		height: 5rem;
		border-radius: 2.5rem;
		padding: 0 2rem;
	}
	.s5 .bloc img {
		height: 3.2rem;
		margin-bottom: 0.5rem;
	}
	.s5 .bloc .count {
		font-size: 2rem;
		margin-bottom: 0;
	}
	.s5 .bloc {
		font-size: 1.4rem;
	}
}

/*------------------------------------*\
    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;
	}
}
