/*
	Theme Name: Armée du Salut / Agir V2
	Theme URI: https://agir.armeedusalut.fr/
	Version: 1.0.16
	Author: WP&Co
	Author URI: https://wordpressandco.fr/

	License: Commercial
*/

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

@import url('css/montserrat/style.css');

:root {
  --rouge: #E32430;
  --rouge-dark: #c02429;
  --bleu-dark: #00214F;
}

/* 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:400 2.5rem/1.4 'Montserrat', sans-serif;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

/*------------------------------------*\
    COMMON
\*------------------------------------*/

.cta {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 2.2rem;
	color: #fff;
	line-height: 6rem;
	padding: 0 3.6rem;
	border-radius: 3rem;
	background-color: var(--rouge);
	display: inline-block;
	transition: all ease 300ms;
}
.cta:hover {
	color: #fff;
	background-color: var(--rouge-dark);
}
.f-caption {
	font-weight: 700;
	font-size: 2rem;
}

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

header {
	padding: 3.4rem 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: rgba(255, 255, 255, 0);
	transition: all ease 300ms;
}
header.scrolled {
	background-color: rgba(255, 255, 255, 1.0);
	padding: 1rem 0;
}
header .logo {
	width: 9.7rem;
	margin-right: 3.3rem;
	transition: all ease 300ms;
}
header.scrolled .logo {
	width: 7rem;
}
header nav {
	font-size: 2.4rem;
	font-weight: 500;
}
header.scrolled nav {
	font-size: 2rem;
}
header nav li:not(:last-child) {
	margin-right: 4.7rem;
}
header nav a {
	color: #fff;
	transition: all ease 300ms;
}
header.scrolled nav a {
	color: #000;
}
header nav li.current-menu-item a,
header nav a:hover {
	color: var(--rouge);
}

/* Burger menu icon */
.header__burger-icon {
	width: 4.5rem;
    height: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 101;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 0.5rem;
	transition: background-color ease 300ms;
}
.header__burger-icon.active {
    background-color: rgba(0, 0, 0, 0);
}
.header__burger-icon span {
	display: block;
	width: 90%;
	height: 0.35rem;
	background-color: #fff;
	transition: all 0.3s ease;
	border-radius: 0.2rem;
	margin: 0 auto;
}
header.scrolled .header__burger-icon span {
	background-color: #000;
}
.header__burger-icon.active span {
	background-color: #000;
}
.header__burger-icon.active span:nth-child(1) {
	transform: rotate(45deg) translate(0.8rem, 0.8rem);
}
.header__burger-icon.active span:nth-child(2) {
	opacity: 0;
}
.header__burger-icon.active span:nth-child(3) {
	transform: rotate(-45deg) translate(0.8rem, -0.8rem);
}

/* Mobile menu */
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu.active {
	opacity: 1;
	visibility: visible;
}
.mobile-menu__content {
	text-align: center;
}
.mobile-menu__nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mobile-menu__nav li:not(:last-child) {
	margin-bottom: 2rem;
}
.mobile-menu__nav a {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 0.3s ease;
}
.mobile-menu__nav a:hover,
.mobile-menu__nav li.current-menu-item a {
	color: var(--rouge);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
	background-color: #fff;
	padding: 7.2rem 0 10rem 0;
}
footer .logo {
	margin-bottom: 7.6rem;
}
footer .logo img {
	width: 14.1rem;
}
footer .ideas {
	max-width: 108rem;
	margin: 0 auto 7.6rem auto;
}
footer .ideas__logo {
	width: 29.5rem;
	margin-right: 3.3rem;
}
footer .ideas__text {
	flex: 1;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.5;
}
footer .rs {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 3.6rem;
}
footer .rs span {
	display: inline-block;
	margin-right: 1.8rem;
}
footer .rs img {
	height: 3.9rem;
	width: auto;
}
footer li:not(:last-child) {
	margin-right: 2rem;
}
.footer__text {
	font-weight: 400;
	font-size: 2rem;
}
.footer__text > * {
	margin-bottom: 0;
}
.footer__text > *:not(:last-child) {
	margin-bottom: 2rem;
}


/*------------------------------------*\
    SECTIONS
\*------------------------------------*/

.page-intro {
	background-color: #000;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	min-height: 100vh;
	color: #fff;
	padding-bottom: 12rem;
}

.page-intro .phrase {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.page-intro .intro {
  position: relative;
  height: 28rem;
  line-height: 0.8;
  overflow: hidden;
}

.page-intro .mot {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  white-space: nowrap;
}

.page-intro .mot.base {
  font-size: 15rem;
  z-index: 2;
  transform: translateY(0);
  left: 1.5rem;
  top: 0;
}

.page-intro .mot.bien {
  font-size: 19.4rem;
  color: transparent;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  text-shadow: none;
  z-index: 1;
  transform: translateY(0);
  opacity: 1;
}

.page-intro .mot3 {
  font-size: 14rem;
}

.page-intro .mot4 {
  font-size: 7.1rem;
}
.page-intro__intro {
	margin-top: 4rem;
	font-size: 3.5rem;
	line-height: 1.3;
}
.page-intro__intro > *:last-child {
	margin-bottom: 0;
}
.page-intro__intro em {
	font-style: normal;
	color: var(--rouge);
}
.page-intro__cta {
	margin-top: 3rem;
}

.enfants-precaires .page-intro .intro {
  line-height: 0.85;
  height: 39rem;
}
.enfants-precaires .page-intro .phrase {
  line-height: 1;
}
.enfants-precaires .page-intro .mot.base {
  font-size: 10rem;
  left: 0;
}
.enfants-precaires .page-intro .mot.base span {
  display: block;
}
.enfants-precaires .page-intro .mot.base span:last-child {
  font-size: 21.4rem;
}
.enfants-precaires .page-intro .mot.bien {
  font-size: 12.2rem;
  left: 0.5rem;
}
.enfants-precaires .page-intro .mot4 {
    font-size: 7.8rem;
	padding-left: 0.5rem;
}

/* Flexible image full text */

.section-flexible-visual-full-text {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-attachment: scroll;
	min-height: 100vh;
	color: #fff;
}
.section-flexible-visual-full-text h2 {
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 0;
}
.section-flexible-visual-full-text h2 strong {
	color: var(--rouge);
}
.section-flexible-visual-full-text h3 {
	margin-top: 3.6rem;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 3.5rem;
	line-height: 1.25;
}
.section-flexible-visual-full-text p {
	margin-bottom: 0;
	margin-top: 2.9rem;
	font-weight: 500;
}
.section-flexible-visual-full-text__mention {
	position: absolute;
	bottom: 7rem;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
.enfants-precaires .section-flexible-visual-full-text {
	position: relative;
}
.enfants-precaires .section-flexible-visual-full-text::after {
	content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 16%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
}
.enfants-precaires .section-flexible-visual-full-text::before {
	content: '';
    position: absolute;
    z-index: 1;
    display: block;
    width: 55%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.enfants-precaires .section-flexible-visual-full-text .container {
	position: relative;
    z-index: 2;
}

/* Flexible vidéo */
.section-flexible-video {
	background-color: #000;
	background-image: url(img/section-flexible-video-bckg.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	padding: 24.5rem 0;
	color: #fff;
}
.section-flexible-video h2 {
	position: relative;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 0;
	padding-top: 7.2rem;
}
.section-flexible-video h2::before {
	position: absolute;
	background: url(img/guillemets-rouges.png) 50% / 100% no-repeat;
	width: 7.5rem;
	height: 5.6rem;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	content: '';
}
.section-flexible-video p {
	margin-bottom: 0;
	margin-top: 2.5rem;
	font-weight: 500;
}
.section-flexible-video p span.close {
	white-space: nowrap;
}
.section-flexible-video p span.close::after {
	content: '';
    display: inline-block;
    width: 1.75rem;
    height: 1.3rem;
    background-image: url('img/guillemets-blanches.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.2rem;
    vertical-align: middle;
    white-space: nowrap;
    transform: translateY(-0.5rem);
}
.section-flexible-video .video-launcher {
	position: relative;
	display: block;
}
.section-flexible-video img.video-placeholder {
	border-radius: 2rem;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 95/53;
}
.section-flexible-video .video-play {
	position: absolute;
	z-index: 1;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 17.9rem;
	height: 17.9rem;
	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;
}
.section-flexible-video .video_caption {
	text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 3rem;
}

/* Section triptyque */

.section-flexible-triptyque {
	background-color: #fff;
	padding: 8rem 0 9.6rem 0;
}
.section-flexible-triptyque h2 {
	margin-bottom: 7.5rem;
	font-weight: 700;
	font-size: 7rem;
}
.section-flexible-triptyque h2 span {
	color: var(--rouge);
}
.section-flexible-triptyque .blocs-wrapper {
	gap: 4.8rem;
}
.section-flexible-triptyque .bloc-small {
	width: 24.5rem;
	position: relative;
	height: 75rem;
}
.section-flexible-triptyque .bloc-small > div {
	padding: 3.8rem 0 3.1rem 2rem;
	cursor: pointer;
}
.section-flexible-triptyque .bloc-content {
	flex: 1;
	position: relative;
	height: 75rem;
}
.section-flexible-triptyque .bloc-small > div,
.section-flexible-triptyque .bloc-content > div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 2rem;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.16);
}
.section-flexible-triptyque .bloc-small > div::before,
.section-flexible-triptyque .bloc-content > div::before {
	border-radius: 2rem;
	background-color: rgba(0, 0, 0, 0.23);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
}
#bloc-content-soigner,
#bloc-content-dormir,
#bloc-content-manger {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
#bloc-content-soigner.visible,
#bloc-content-dormir.visible,
#bloc-content-manger.visible {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.section-flexible-triptyque h3 {
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}
.section-flexible-triptyque h3 span {
	display: inline-block;
	background-color: var(--bleu-dark);
	padding: 0.5rem	1rem;
}
.section-flexible-triptyque h3 span:not(:last-child) {
	margin-bottom: 0.5rem;
}
.section-flexible-triptyque .more {
	position: relative;
	color: #fff;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	z-index: 2;
	margin-right: 2rem;
}
.section-flexible-triptyque .more .arrow {
	position: absolute;
	border: 0.2rem solid #fff;
	border-radius: 50%;
	width: 7.2rem;
	height: 7.2rem;
	margin: auto;
	left: 0;
	right: 0;
	top: -8.6rem;
	z-index: 1;
}
.section-flexible-triptyque .more .arrow::before {
	position: absolute;
	background: url(img/arrow-more.png) 50% / 100% no-repeat;
	z-index: 1;
	display: block;
	content: '';
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all ease 300ms;
	width: 3.6rem;
	height: 3.2rem;
}
.section-flexible-triptyque .bloc-small:hover .more .arrow::before {
	transform: translateX(0.5rem);
}
.section-flexible-triptyque .bloc-content-inner {
	height: 100%;
	position: relative;
	z-index: 2;
}
.section-flexible-triptyque .bloc-content-inner .bottom {
	background-color: #fff;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	padding: 3.3rem 4.5rem;
	position: relative;
	margin-top: 4rem;
}
.section-flexible-triptyque .bloc-content-inner .bloc-content__text {
	font-weight: 500;
	margin-bottom: 2rem;
}
.section-flexible-triptyque .bloc-content-inner .bloc-content__grace {
	display: inline-block;
	position: absolute;
	z-index: 1;
	background-color: var(--bleu-dark);
	color: #fff;
	font-weight: 800;
	font-size: 2.4rem;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	left: 4.5rem;
	top: -2rem;
}
.section-flexible-triptyque .bloc-content-inner .top {
	padding: 0 4.5rem;
}
.section-flexible-triptyque .bloc-content-inner .top h3 {
	font-size: 9rem;
}
.section-flexible-triptyque .bloc-content-inner .top h3 span {
	padding: 0 1rem;
}
.section-flexible-triptyque .bloc-content-inner .top h3 span:not(:last-child) {
	margin-bottom: 1rem;
}
.section-flexible-triptyque .bloc-content-inner .bloc-content__intro {
	color: #fff;
	font-weight: 800;
	margin-top: 2rem;
	width: 70%;
}

.enfants-precaires .section-flexible-triptyque h3 {
	font-size: 2.6rem;
	letter-spacing: -0.05rem;
}
.enfants-precaires .bloc-content > div#bloc-content-dormir {
	background-size: 100%;
	background-position: 50% 0;
}

/* Section FDD */
.section-flexible-fdd {
	background-color: #F4F4F4;
	padding: 7.3rem 0 9.5rem 0;
}
.section-flexible-fdd h3 {
	margin-bottom: 0;
	color: var(--rouge);
	font-weight: 700;
	font-size: 4.5rem;
}
.section-flexible-fdd h2 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 6rem;
}
.section-flexible-fdd .fdd__intro {
	margin: 4rem auto;
	width: 90%;
}
.section-flexible-fdd .fdd__intro > *:last-child {
	margin-bottom: 0;
}
.section-flexible-fdd .fdd__don-item {
	height: 100%;
}
.section-flexible-fdd .fdd__don-item img {
	width: 30rem;
	border-radius: 2rem;
	display: inline-block;
	margin-bottom: 3rem;
}
.section-flexible-fdd .fdd__don-item .montant {
	font-weight: 500;
	font-size: 2.4rem;
}
.section-flexible-fdd .fdd__don-item .montant strong {
	display: block;
	color: var(--rouge);
	line-height: 1;
	font-weight: 700;
	font-size: 10rem;
}
.section-flexible-fdd .fdd__don-item .montant sup {
	font-size: 5rem;
	top: -3.5rem;
}
.section-flexible-fdd .fdd__don-item .deduc {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 3.5rem;
}
.section-flexible-fdd .fdd__don-item .deduc strong {
	font-size: 3.5rem;
	font-weight: 700;
}
.section-flexible-fdd .fdd__don-item .deduc strong sup {
	font-size: 2.5rem;
	top: -0.8rem;
}
.section-flexible-fdd .fdd__don-item .description {
	font-weight: 500;
	width: 38rem;
	margin: 0 auto 2.5rem auto;
}
.section-flexible-fdd .fdd__don-item .description strong {
	font-weight: 500;
	color: var(--rouge);
}
.section-flexible-fdd .informations_deduction {
	background-color: var(--bleu-dark);
	border-radius: 2rem;
	max-width: 137.5rem;
	margin: 7rem auto 0 auto;
}
.section-flexible-fdd .informations_deduction__visu {
	width: 60%;
	height: auto;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
}
.section-flexible-fdd .informations_deduction__content {
	flex: 1;
	padding: 4.5rem;
	color: #fff;
}
.section-flexible-fdd .informations_deduction__content h2 {
	font-size: 4.8rem;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 700;
}
.section-flexible-fdd .informations_deduction__content h2 strong {
	font-size: 8rem;
	line-height: 1;
	font-weight: 700;
	color: var(--rouge);
}
.section-flexible-fdd .informations_deduction__content .mention {
	margin-top: 2rem;
	font-weight: 500;
	font-size: 2.4rem;
}
.section-flexible-fdd .informations_deduction__content .mention small {
	font-size: 1.6rem;
}
.section-flexible-fdd .informations_deduction__content .description {
	margin-top: 3rem;
	font-weight: 500;
}
.section-flexible-fdd .informations_deduction__content .informations_deduction__cta {
	margin-top: 3rem;
}

/* Section outro */
.section-flexible-outro {
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
}
.section-flexible-outro::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.section-flexible-outro .container {
	position: relative;
	z-index: 2;
}
.section-flexible-outro h2 {
	font-size: 15rem;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
}


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

@media only screen and (min-width: 1400px) {
	html {
		font-size: 50%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1500px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1420px;
	}
	html {
		font-size: 52.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1500px) and (max-height: 770px) {
	html {
		font-size: 45%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.page-intro__intro {
	    margin-top: 2rem;
	}
}
@media only screen and (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1520px;
	}
	html {
		font-size: 55%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1600px) and (max-height: 800px) {
	html {
		font-size: 45%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1700px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1620px;
	}
	html {
		font-size: 57.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1700px) and (max-height: 850px) {
	html {
		font-size: 45%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1800px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1720px;
	}
	html {
		font-size: 60%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1800px) and (max-height: 900px) {
	html {
		font-size: 45%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1900px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1820px;
	}
	html {
		font-size: 62.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (min-width: 1900px) and (max-height: 960px) {
	html {
		font-size: 45%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (max-width: 1699.98px) {
	.section-flexible-video h2 {
	    font-size: 6rem;
	}
	.section-flexible-triptyque .bloc-small,
	.section-flexible-triptyque .bloc-content {
	    height: 80rem;
	}
	.section-flexible-triptyque .bloc-content-inner .top h3 {
	    font-size: 8rem;
	}
	.enfants-precaires .bloc-content > div#bloc-content-dormir {
		background-size: cover;
		background-position: 80% 50%;
	}
}
@media only screen and (max-width: 1399.98px) {
	html {
		font-size: 50%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.section-flexible-triptyque .bloc-content-inner .top h3 {
	    font-size: 7rem;
	}
	.section-flexible-triptyque .bloc-content-inner .bloc-content__intro,
	.section-flexible-triptyque .bloc-content-inner .bloc-content__text {
	    font-size: 2.2rem;
	}
	.section-flexible-triptyque .bloc-small,
	.section-flexible-triptyque .bloc-content {
	    height: 70rem;
	}
	.section-flexible-fdd .informations_deduction {
	    max-width: 100%;
	}
}
@media only screen and (min-width: 1200px) and (max-height: 730px) {
	html {
		font-size: 40%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.page-intro {
		padding-bottom: 6rem;
	}
}
@media only screen and (max-width: 1199.98px) {
	html {
		font-size: 47.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	header .logo {
	    margin-right: 2rem;
	    width: 9rem;
	}
	header nav li:not(:last-child) {
	    margin-right: 2.5rem;
	}
	header nav {
	    font-size: 2.3rem;
	}
	.section-flexible-visual-full-text {
	    background-position: 60% 50%;
	}
	.enfants-precaires .section-flexible-visual-full-text h2 br,
	.enfants-precaires .section-flexible-visual-full-text h3 br {
		display: none;
	}
	.section-flexible-video {
	    padding: 20rem 0;
	}
	.section-flexible-video h2 {
	    font-size: 5rem;
	}
	.section-flexible-triptyque .bloc-content-inner .top {
	    padding: 0 3.5rem;
	}
	.section-flexible-triptyque .bloc-content-inner .bottom {
	    padding: 3.3rem 3.5rem;
	}
	.section-flexible-triptyque .bloc-content-inner .bloc-content__intro {
	    width: 100%;
	}
	.section-flexible-triptyque .bloc-content-inner .top h3 {
	    font-size: 6rem;
	}
	.enfants-precaires .section-flexible-triptyque .bloc-content-inner .top h3 {
	    font-size: 5rem;
	}
	.section-flexible-fdd .fdd__don-item .description {
	    width: auto;
	}
	.section-flexible-fdd .fdd__don-item img {
	    width: 90%;
	}
	.section-flexible-fdd .informations_deduction__visu {
	    width: 55%;
	}
	footer .ideas {
	    max-width: 90%;
	}
}
@media only screen and (min-width: 992px) and (max-height: 720px) {
	html {
		font-size: 40%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.page-intro {
		padding-bottom: 6rem;
	}
}
@media only screen and (max-width: 991.98px) {
	html {
		font-size: 45%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	header .logo {
		transition: transform 0.3s ease, opacity 0.3s ease;
	}
	.logo.hide {
		transform: translateY(-100%);
	    opacity: 0;
	    pointer-events: none;
	}
	.page-intro {
	    padding-bottom: 16rem;
	}
	.page-intro__cta {
		z-index: 100;
		position: fixed;
		bottom: 5rem;
		margin: auto;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}
	.section-flexible-visual-full-text {
	    background-position: 100% 0%;
	    background-size: 100%;
	    background-color: #000;
	    height: auto;
	    min-height: 0;
	    background-attachment: scroll;
	    padding: 10rem 0;
	}
	.section-flexible-visual-full-text h3 br {
	    display: none;
	}
	.section-flexible-visual-full-text__mention {
		bottom: 2rem;
	}
	.section-flexible-video {
	    padding: 10rem 0 5rem 0;
	}
	.section-flexible-video__content {
		margin-top: 3rem;
	}
	.section-flexible-triptyque .blocs-wrapper {
	    gap: 0;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.section-flexible-triptyque .bloc-content {
	    flex: 0 0 100%;
	    margin-bottom: 3rem;
	    height: 80rem;
	}
	.section-flexible-triptyque .bloc-small {
	    flex: 0 0 49%;
	    height: 50rem;
	}
	.section-flexible-triptyque #bloc-small-dormir-1 .more .arrow::before,
	.section-flexible-triptyque #bloc-small-soigner-1 .more .arrow::before {
		transform: rotate(180deg);
	}
	.section-flexible-triptyque .bloc-content__cta {
	    text-align: center;
	}
	.section-flexible-triptyque .more {
	    color: transparent;
	    line-height: 0;
	    font-size: 0;
	}
	.enfants-precaires .bloc-content > div#bloc-content-dormir {
		background-position: 100% 50%;
	}
	.enfants-precaires .section-flexible-triptyque .bloc-small > div#bloc-small-dormir-1,
	.enfants-precaires .section-flexible-triptyque .bloc-small > div#bloc-small-dormir-2,
	.enfants-precaires .section-flexible-triptyque .bloc-small > div#bloc-small-manger-2 {
		background-position: 100% 50%;
	}
	.section-flexible-fdd .fdd__don-item img,
	.section-flexible-fdd .fdd__don-item .description {
	    width: 70%;
	}
	.section-flexible-fdd .slick-arrow {
	    position: absolute;
	    z-index: 1;
	    line-height: 0;
	    border: 0 none;
	    font-size: 0;
	    color: transparent;
	    display: block;
	    width: 3.5rem;
	    height: 5.9rem;
	    background: transparent url(img/arrow-slick.png) 50% / 100% no-repeat;
	    margin: auto;
	    top: 0;
	    bottom: 0;
	}
	.section-flexible-fdd .slick-prev {
	    left: 0;
	    transform: rotate(180deg);
	}
	.section-flexible-fdd .slick-next {
	    right: 0;
	}
	.section-flexible-fdd .informations_deduction__visu {
	    width: 100%;
	    aspect-ratio: 358/161;
	    border-top-right-radius: 2rem;
	    border-bottom-right-radius: 0;
	    border-top-left-radius: 2rem;
	}
	.informations_deduction__cta {
		text-align: center;
	}
	footer {
	    padding: 7.2rem 0 15rem 0;
	}
	footer .ideas {
	    max-width: none;
	}
	footer .ideas__logo {
	    margin-right: 0;
	}
	footer .ideas__text {
	    text-align: center;
	}
}
@media only screen and (max-width: 767.98px) {
	html {
		font-size: 62.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	body {
		font-size: 2rem;
	}
	.cta {
	    font-size: 2rem;
	    line-height: 4rem;
	    padding: 0 3rem;
	    border-radius: 2.5rem;
	}
	header {
	    padding: 2.8rem 0 0 0;
	}
	header .logo {
	    margin-right: 0;
	}
	.page-intro {
	    padding-bottom: 12rem;
	    min-height: 100vh;
	    min-height: calc(var(--vh, 1vh) * 100);
	}
	.enfants-precaires .page-intro {
		background-position: 50% 10%;
	}
	.page-intro .intro {
	    height: 19rem;
	}
	.page-intro .mot.base {
	    font-size: 10rem;
	    left: 1rem;
	}
	.page-intro .mot.bien {
	    font-size: 13rem;
	}
	.page-intro .mot3 {
	    font-size: 9.2rem;
	}
	.page-intro .mot4 {
	    font-size: 4.8rem;
	}
	.enfants-precaires .page-intro .mot.base {
		font-size: 7rem;
	}
	.enfants-precaires .page-intro .mot.base span:last-child {
		font-size: 15rem;
	}
	.enfants-precaires .page-intro .mot.bien {
		font-size: 7rem;
	}
	.enfants-precaires .page-intro .mot4 {
		font-size: 4.5rem;
	}
	.enfants-precaires .page-intro .intro {
		height: 25.5rem;
	}
	.page-intro__intro {
	    margin-top: 1rem;
	    font-size: 2.5rem;
	}
	.page-intro__cta {
	    bottom: 1rem;
	}
	.section-flexible-visual-full-text {
	    padding: 30rem 0 0 0;
	}
	.section-flexible-visual-full-text h2 {
	    font-size: 5rem;
	}
	.section-flexible-visual-full-text h3 {
	    font-size: 2.5rem;
	    margin-top: 2.3rem;
	}
	.section-flexible-visual-full-text p {
	    margin-top: 2.2rem;
	}
	.section-flexible-visual-full-text__mention {
		position: static;
		margin-top: 1rem;
	}
	.enfants-precaires .section-flexible-visual-full-text {
		background-position: 100% 0;
		background-size: 100%;
	}
	.section-flexible-video {
	    padding: 10rem 0 3rem 0;
	}
	.section-flexible-video .video-play {
	    width: 6.8rem;
	    height: 6.8rem;
	}
	.section-flexible-video .video_caption {
	    font-size: 1.5rem;
	    margin-top: 1.2rem;
	}
	.section-flexible-video h2::before {
	    width: 5.2rem;
	    height: 3.9rem;
	}
	.section-flexible-video h2 {
	    font-size: 4.5rem;
	    padding-top: 4rem;
	}
	.section-flexible-video p {
	    margin-top: 2.3rem;
	}
	.f-caption {
	    font-weight: 700;
	    font-size: 1.4rem;
	    text-align: center;
	}
	.section-flexible-triptyque {
	    padding: 4.4rem 0 3.5rem 0;
	}
	.section-flexible-triptyque h2 {
	    margin-bottom: 3.5rem;
	    font-size: 4.5rem;
	    line-height: 1.1;
	}
	.section-flexible-triptyque .bloc-content-inner .top {
	    padding: 0 1.8rem;
	}
	.section-flexible-triptyque .bloc-content-inner .top h3 {
	    font-size: 4.5rem;
	}
	.enfants-precaires .section-flexible-triptyque .bloc-content-inner .top h3 {
	    font-size: 4rem;
	}
	.section-flexible-triptyque .bloc-content-inner .bloc-content__intro,
	.section-flexible-triptyque .bloc-content-inner .bloc-content__text {
	    font-size: 2rem;
	}
	.section-flexible-triptyque .bloc-content-inner .bloc-content__grace {
	    left: 1.9rem;
	}
	.section-flexible-triptyque .bloc-content-inner .bottom {
	    padding: 3.3rem 1.9rem 2.3rem 1.9rem;
	}
	.section-flexible-triptyque .bloc-content > div#bloc-content-dormir {
		background-position: 80% 0%;
		background-size: auto 90%;
	}
	.section-flexible-triptyque .bloc-content > div#bloc-content-manger {
	    background-position: 80% 0;
	}
	.section-flexible-triptyque .bloc-content > div#bloc-content-soigner {
	    background-position: 60% 50%;
	}
	.section-flexible-triptyque h3 {
	    font-size: 1.8rem;
	}
	.section-flexible-triptyque h3 span:not(:last-child) {
	    margin-bottom: 0.3rem;
	}
	.section-flexible-triptyque .bloc-small {
	    height: auto;
	    aspect-ratio: 161/218;
	}
	.section-flexible-triptyque .bloc-small > div {
	    padding: 1.9rem 0 1rem 1.8rem;
	}
	.section-flexible-triptyque .more .arrow {
	    top: -7rem;
	}
	#section-flexible-triptyque-1 #bloc-small-dormir-1,
	#section-flexible-triptyque-1 #bloc-small-dormir-2 {
	    background-position: 80% 50%;
	}
	.section-flexible-fdd {
	    padding: 4.4rem 0 4.8rem 0;
	}
	.section-flexible-fdd h3 {
	    font-size: 2rem;
	}
	.section-flexible-fdd h2 {
	    font-size: 4rem;
	}
	.section-flexible-fdd .fdd__intro {
	    margin: 3rem auto 4rem auto;
	    width: 100%;
	}
	.section-flexible-fdd .fdd__don-item img,
	.section-flexible-fdd .fdd__don-item .description {
	    width: 30rem;
	}
	.section-flexible-fdd .slick-next {
	    right: 7rem;
	}
	.section-flexible-fdd .slick-prev {
	    left: 7rem;
	}
	.section-flexible-fdd .informations_deduction {
	    margin: 6rem auto 0 auto;
	}
	.section-flexible-fdd .informations_deduction__content {
	    padding: 2.2rem 2.2rem 3rem 2.2rem;
	}
	.section-flexible-fdd .informations_deduction__content h2 {
	    font-size: 3rem;
	}
	.section-flexible-fdd .informations_deduction__content h2 strong {
	    font-size: 4.5rem;
	}
	.section-flexible-fdd .informations_deduction__content .mention {
	    margin-top: 1.5rem;
	    font-size: 2rem;
	}
	.section-flexible-fdd .informations_deduction__content .description {
	    margin-top: 1.5rem;
	}
	.section-flexible-fdd .informations_deduction__content .informations_deduction__cta {
	    margin-top: 1.7rem;
	}
	.section-flexible-outro {
	    min-height: 0;
	    height: 46rem;
	    background-position: 55% 50%;
	}
	html.ios .section-flexible-outro {
	  background-attachment: scroll;
	}
	.section-flexible-outro h2 {
	    font-size: 9rem;
	}
	footer {
	    padding: 4rem 0 7rem 0;
	}
	footer .logo {
	    margin-bottom: 4rem;
	}
	footer .ideas {
	    margin: 0 auto 3.5rem auto;
	}
	footer .ideas__logo {
	    width: 25rem;
	    margin-bottom: 2.5rem;
	}
	footer .ideas__text {
	    font-size: 1.4rem;
	}
	.footer__text > *:not(:last-child) {
	    margin-bottom: 2.9rem;
	}
	.footer__text > p:nth-child(1) {
	    font-size: 1.6rem;
	}
	.footer__text > p:nth-child(2) {
	    font-size: 2.2rem;
	}
	.footer__text > p:nth-child(3) {
	    font-size: 1.4rem;
	}
}
@media only screen and (max-width: 575.98px) {
	body {
		font-size: 1.8rem;
	}
	header {
	    padding: 1.5rem 0 0 0;
	}
	.page-intro {
	    background-position: 45% 50%;
	}
	.enfants-precaires .page-intro {
		background-position: 50% 0;
	}
	.page-intro .intro {
	    height: 14rem;
	}
	.page-intro__intro {
	    font-size: 2rem;
	}
	.page-intro .mot.base {
	    font-size: 7rem;
	    left: 0.5rem;
	}
	.page-intro .mot.bien {
	    font-size: 10rem;
	}
	.page-intro .mot3 {
	    font-size: 7.2rem;
	}
	.page-intro .mot4 {
	    font-size: 3.8rem;
	}
	.enfants-precaires .page-intro .mot.base {
		font-size: 5rem;
	}
	.enfants-precaires .page-intro .mot.base span:last-child {
		font-size: 10.5rem;
	}
	.enfants-precaires .page-intro .mot.bien {
		font-size: 4.5rem;
	}
	.enfants-precaires .page-intro .intro {
		height: 18rem;
	}
	.enfants-precaires .page-intro .mot4 {
		font-size: 3rem;
	}
	.section-flexible-visual-full-text {
	    padding: 20rem 0 0 0;
	}
	.section-flexible-visual-full-text h2 {
	    font-size: 4rem;
	}
	.section-flexible-visual-full-text h3 {
	    font-size: 2.2rem;
	    margin-top: 2rem;
	}
	.section-flexible-visual-full-text p {
	    margin-top: 2rem;
	}
	.section-flexible-video {
	    padding: 5rem 0 3rem 0;
	}
	.section-flexible-video .video_caption {
	    font-size: 1.2rem;
	}
	.section-flexible-video h2 {
	    font-size: 3rem;
	    padding-top: 3.5rem;
	}
	.section-flexible-video h2::before {
	    width: 4.2rem;
	    height: 3.5rem;
	}
	.section-flexible-video p {
	    margin-top: 2rem;
	}
	.section-flexible-triptyque h2 {
	    font-size: 3.5rem;
	}
	.section-flexible-triptyque .bloc-content-inner .top h3,
	.enfants-precaires .section-flexible-triptyque .bloc-content-inner .top h3 {
	    font-size: 3.5rem;
	}
	.enfants-precaires .section-flexible-triptyque .bloc-content-inner .top h3 {
	    font-size: 2.5rem;
	}
	.enfants-precaires .section-flexible-triptyque h3 {
		font-size: 1.5rem;
	}	
	.section-flexible-triptyque .bloc-content-inner .bloc-content__intro,
	.section-flexible-triptyque .bloc-content-inner .bloc-content__text {
	    font-size: 1.8rem;
	}
	.section-flexible-triptyque .bloc-content {
	    height: 100rem;
	}
	.enfants-precaires .section-flexible-triptyque .bloc-content {
	    height: 80rem;
	}
	.enfants-precaires .section-flexible-triptyque .bloc-content > div#bloc-content-dormir {
		background-position: 75% 0%;
		background-size: auto 80%;
	}
	.section-flexible-triptyque .bloc-content-inner .bloc-content__grace {
	    font-size: 2rem;
	}
	.section-flexible-triptyque h3 {
	    font-size: 1.6rem;
	}
	.section-flexible-triptyque h3 span {
	    padding: 0.2rem 0.5rem;
	}
	.section-flexible-triptyque .bloc-small > div {
	    padding: 1.5rem 0 1.5rem 1.5rem;
	}
	.section-flexible-triptyque .more .arrow {
	    width: 5.2rem;
	    height: 5.2rem;
	    top: -5rem;
	}
	.section-flexible-triptyque .more .arrow::before {
	    width: 2.6rem;
	    height: 2.5rem;
	}
	.section-flexible-fdd h3 {
	    font-size: 1.5rem;
	}
	.section-flexible-fdd h2 {
	    font-size: 3rem;
	}
	.section-flexible-fdd .slick-next {
	    right: 1rem;
	}
	.section-flexible-fdd .slick-prev {
	    left: 1rem;
	}
	.section-flexible-fdd .fdd__don-item .montant strong {
	    font-size: 8rem;
	}
	.section-flexible-fdd .fdd__don-item .montant sup {
	    font-size: 4rem;
	    top: -3rem;
	}
	.section-flexible-fdd .informations_deduction__visu {
	    aspect-ratio: 300/170;
	}
	.section-flexible-fdd .informations_deduction__content h2 strong {
	    font-size: 4rem;
	}
	.section-flexible-fdd .informations_deduction__content h2 {
	    font-size: 2.5rem;
	}
	.section-flexible-outro h2 {
	    font-size: 7rem;
	}
	footer .logo img {
	    width: 11.1rem;
	}
	footer .ideas__logo {
	    width: 20rem;
	    margin-bottom: 2rem;
	}
	footer .rs {
	    font-size: 1.8rem;
	}
	footer .rs span {
	    margin-right: 1.5rem;
	}
	footer li:not(:last-child) {
	    margin-right: 1.5rem;
	}
}





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