/*
	Theme Name: KTOTV MultiLP Theme
	Version: 1.0.10
	Author: WordPress&Co

	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 */
	scroll-padding-top: 15rem;
}
body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.25;
	color:#000546;
	scroll-behavior: smooth;
}
main {
	scroll-behavior: smooth;
}
img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color:#000546;
	text-decoration:none;
}
a:hover {
	color:#000546;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:0 none;
}
.cta {
	line-height: 7.2rem;
	height: 7.2rem;
	padding: 0 2.5rem;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	transition: all ease 300ms;
	border-radius: 1rem;
}
.cta-dark {
	background-color: #472691;
	color: #FFFFFF;
}
.cta-dark:hover {
	background-color: #5b3aa5;
	color: #FFFFFF;
}
.cta-light {
	background-color: #FFFAF2;
	color: #000546;
}
.cta-light:hover {
	background-color: #000546;
	color: #FFFAF2;
}
.cta-icon i {
	margin-left: 1rem;
}
.cta-light.cta-icon i {
	color: #61C896;
}
.cta-light.cta-icon:hover i {
	color: #FFFAF2;
}
.rounded-top-left {
	border-top-left-radius: 1rem;
}
.rounded-top-right {
	border-top-right-radius: 1rem;
}
.rounded-bottom-left {
	border-bottom-left-radius: 1rem;
}
.rounded-bottom-right {
	border-bottom-right-radius: 1rem;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 3rem;
}
.swiper-pagination-bullet {
    width: 2rem;
    height: 2rem;
    background: #fff;
    opacity: 1;
    border: 0.1rem solid #000546;
    position: relative;
}
.swiper-pagination-bullet-active:before {
    width: 1.1rem;
    height: 1.1rem;
    background: #000546;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
    content: '';
    margin: auto;
}

@keyframes colorChange {
    0% { color: rgba(255, 255, 255, 1.0); }
    100% { color: rgba(255, 255, 255, 0.7); }
}

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

header {
	background-color: #000546;
	padding: 3.5rem 0 2.5rem 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: all ease 300ms;
	z-index: 100;
}
header.scrolled {
    padding: 1.5rem 0 1.5rem 0;
}
.header__logo {
	width: 26.5rem;
	transition: all ease 300ms;
}
header.scrolled .header__logo {
	width: 15rem;
}
header.scrolled .cta {
	line-height: 5rem;
	height: 5rem;
	font-size: 1.5rem;
}

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

footer {
    background-color: #41AA82;
    padding: 5.7rem 0 7.7rem 0;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
}
.footer__rs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer__rs li:not(:last-child) {
    margin-right: 1rem;
}
footer a {
    color: #fff;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
footer a:hover {
    color: #00043B;
}
.footer__logo img {
    display: inline-block;
    width: 21.7rem;
    height: auto;
}

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

/* Global classes*/

.section_background-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

/* FDD iRaiser */

.section__fdd-iraiser {
	color: #FFFAF2;
	min-height: 100vh;
	padding-top: 15rem;
	padding-bottom: 10rem;
}
.section__fdd-iraiser-title {
	font-size: 5.6rem;
	font-weight: 800;
	line-height: 1.125;
	margin-bottom: 0;
}
.section__fdd-iraiser-intro {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.5rem;
}

/* Argument Booster */
.section__argument-booster {
	padding: 6.5rem 0;
}
.section__argument-booster-content-wrapper {
    max-width: 130rem;
    margin: 0 auto;
}
.section__argument-booster-img {
	max-width: 56rem;
}
.section__argument-booster-text {
	color: #000546;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.15;
	max-width: 35rem;
}

/* Réassurance mission */
.section__reassurance-mission {
	padding: 6rem 0 9rem 0;
}
.section__reassurance-mission h2 {
	font-weight: 800;
	font-size: 4.4rem;
	margin-bottom: 0;
}
.section__reassurance-mission-intro {
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.15;
	max-width: 85rem;
	margin: 3rem auto 0 auto;
}
.section__reassurance-mission .swiper {
	margin-top: 6.5rem;
	padding: 0 2.2rem 7rem 2.2rem;
}
.section__reassurance-mission-visuel {
	position: relative;
	margin-bottom: 4.5rem;
	padding-top: 4rem;
	padding-bottom: 1rem;
}
.section__reassurance-mission .swiper-slide:nth-child(3n + 2) .section__reassurance-mission-visuel {
	padding-top: 1rem;
	padding-bottom: 4rem;
}
.section__reassurance-mission-visuel img {
	position: relative;
	z-index: 2;
	aspect-ratio: 1.424;
	width: 100%;
	object-fit: cover;
}
.section__reassurance-mission-visuel::before {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
	width: 108%;
	height: 5.8rem;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%) rotate(-3deg);
	background-color: #61C896;
}
.section__reassurance-mission .swiper-slide:nth-child(3n + 2) .section__reassurance-mission-visuel::before {
	background-color: #000546;
	bottom: 1.5rem;
	top: auto;
}
.section__reassurance-mission .swiper-slide:nth-child(3n + 3) .section__reassurance-mission-visuel::before {
	background-color: #FFA66A;
}
.section__reassurance-mission .swiper-slide {
	color: #000546;
	line-height: 1.25;
	font-size: 2rem;
}
.section__reassurance-mission-text {
	padding: 0 3rem;
}
.section__reassurance-mission .swiper-slide h3 {
	font-weight: 700;
	font-size: 2.7rem;
	margin-bottom: 2rem;
	line-height: 1.25;
}
.section__reassurance-mission .swiper-slide:nth-child(3n + 1) h3 {
	color: #61C896;
}
.section__reassurance-mission .swiper-slide:nth-child(3n + 2) h3 {
	color: #000546;
}
.section__reassurance-mission .swiper-slide:nth-child(3n + 3) h3 {
	color: #FFA66A;
}

/* Réassurance déduction fiscale */
.section__reassurance-deduction-fiscale {
	background-color: #000546;
	padding: 6rem 0 9.5rem 0;
	color: #FDF5E7;
}
.section__reassurance-deduction-fiscale h2 {
	color: #61C896;
	font-weight: 800;
	font-size: 4.4rem;
	margin-bottom: 0;
	line-height: 1.15;
}
.section__reassurance-deduction-fiscale-intro {
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.15;
	max-width: 82rem;
	margin: 3rem auto 0 auto;
}
.section__reassurance-deduction-fiscale-mentions {
	font-style: italic;
	font-size: 1.7rem;
}
.section__reassurance-deduction-fiscale .cta {
	margin-top: 7rem;
}
.section__reassurance-deduction-fiscale-blocs {
	margin: 5.5rem auto 1rem auto;
	max-width: 140rem;
}
.section__reassurance-deduction-fiscale-bloc-item {
	padding: 7rem 2.5rem;
	position: relative;
	z-index: 2;
	width: 50%;
}
.section__reassurance-deduction-fiscale-bloc-item.bloc-1 {
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.section__reassurance-deduction-fiscale-bloc-item.bloc-2 {
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.section__reassurance-deduction-fiscale-bloc-item.bloc-2::before {
	content: '';
	    position: absolute;
	    display: block;
	    left: -4rem;
	    top: 0;
	    bottom: 0;
	    width: 4rem;
	    height: 100%;
	    clip-path: polygon(100% 0px, 100% 100%, 0px 100%);
	    z-index: 1;
}
.section__reassurance-deduction-fiscale-blocs img {
	width: 21rem;
	display: inline-block;
	margin-right: 2.5rem;
}
.section__reassurance-deduction-fiscale-blocs .figure {
	white-space: nowrap;
	font-weight: 900;
	font-size: 5.3rem;
	margin-right: 3.5rem;
	line-height: 1;
	letter-spacing: 0.2rem;
}
.section__reassurance-deduction-fiscale-blocs .legend {
	font-size: 2rem;
	line-height: 1.25em;
	max-width: 20rem;
}

/* Témoignages */
.section__temoignages {
	padding: 8rem 0 10rem 0;
}
.section__temoignages h2 {
	color: #000546;
	font-weight: 800;
	font-size: 4.4rem;
	margin-bottom: 0;
	line-height: 1.15;
}
.section__temoignages-wrapper {
	max-width: 89rem;
	margin: 12rem auto 0 auto;
}
.section__temoignages-item:not(:last-child) {
	margin-bottom: 12rem;
}
.section__temoignages-item-visuel {
	position: relative;
}
.section__temoignages-item-visuel::after {
	position: absolute;
	z-index: 1;
	background-color: #000546;
	width: 100%;
	height: 20rem;
	display: block;
	content: '';
	transform: rotate(-3deg);
	top: -5rem;
    right: -5rem;
}
.section__temoignages .section__temoignages-item:nth-child(3n + 2) .section__temoignages-item-visuel::after {
	background-color: #FFA66A;
}
.section__temoignages .section__temoignages-item:nth-child(3n + 3) .section__temoignages-item-visuel::after {
	background-color: #61C896;
}
.section__temoignages .section__temoignages-item:nth-child(even) .section__temoignages-item-visuel::after {
	right: auto;
    left: -5rem;
}
.section__temoignages-item-visuel img {
	aspect-ratio: 1.256;
	width: 100%;
	position: relative;
	z-index: 2;
	object-fit: cover;
}
.section__temoignages-item-text {
	font-weight: 500;
	font-size: 2rem;
	font-style: italic;
	line-height: 1.25;
	color: #000546;
	position: relative;
	padding-top: 9rem;
}
.section__temoignages-item-text::before {
	display: block;
	content: '«';
	position: absolute;
	z-index: 1;
	line-height: 3rem;
	font-weight: 800;
	font-size: 8.7rem;
	font-style: normal;
	top: 0;
	height: 4rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 7rem;
	text-align: center;
	color: #000546;
}
.section__temoignages .section__temoignages-item:nth-child(3n + 2) .section__temoignages-item-text::before {
	color: #FFA66A;
}
.section__temoignages .section__temoignages-item:nth-child(3n + 3) .section__temoignages-item-text::before {
	color: #61C896;
}
.section__temoignages-item-author {
	text-transform: uppercase;
	font-size: 1.8rem;
	line-height: 1.25;
	color: #000546;
	font-weight: 700;
	margin-top: 3rem;
}
.section__temoignages .section__temoignages-item:nth-child(3n + 2) .section__temoignages-item-author {
	color: #FFA66A;
}
.section__temoignages .section__temoignages-item:nth-child(3n + 3) .section__temoignages-item-author {
	color: #61C896;
}

/* Equivalences */
.section__equivalences {
	padding: 8rem 0;
}
.section__equivalences h2 {
	color: #61C896;
	font-weight: 800;
	font-size: 4.4rem;
	margin-bottom: 0;
	line-height: 1.15;
}
.section__equivalences-wrapper {
	max-width: 95rem;
	margin: 6rem auto 0 auto;
}
.section__equivalences-item:not(:last-child) {
	margin-bottom: 8.5rem;
}
.section__equivalences-item-line-1 {
	border-radius: 1rem;
	background-color: #000546;
	margin-bottom: 5rem;
	color: #FFFAF2;
	font-size: 2.2rem;
	line-height: 1.25;
}
.section__equivalences-item:nth-child(even) .section__equivalences-item-line-1 {
	background-color: #61C896;
}
.section__equivalences-item-title {
	margin-bottom: 2.5rem;
}
.section__equivalences-item-picto {
	margin-right: 1.5rem;
}
.section__equivalences-item-picto img {
	width: auto;
	height: 5.6rem;
	max-width: none;
}
.section__equivalences-item h3 {
	font-weight: 800;
	line-height: 1.2;
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
.section__equivalences-item-visuel img{
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
	aspect-ratio: 1.505;
	width: 100%;
	object-fit: cover;
}
.equivalence-item-col-left {
	padding: 0 4.5rem;
}
.section__equivalences-item-cout {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.2;
	color: #000546;
	position: relative;
	padding-left: 6rem;
}
.section__equivalences-item:nth-child(even) .section__equivalences-item-cout {
	color: #61C896;
}
.section__equivalences-item-cout::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.23' height='37.939' viewBox='0 0 26.23 37.939'%3E%3Cpath id='Tracé_26834' data-name='Tracé 26834' d='M-44.631-6.8H-58.379L-70.86-25.334v-.618h14.366Zm0-37.939L-56.494-25.581H-70.86V-26.2l12.482-18.537Z' transform='translate(-44.631 -6.797) rotate(180)' fill='%23000546'/%3E%3C/svg%3E%0A");
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2.6rem;
	height: 3.8rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	z-index: 1;
}
.section__equivalences-item:nth-child(even) .section__equivalences-item-cout::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.23' height='37.939' viewBox='0 0 26.23 37.939'%3E%3Cpath id='Tracé_26834' data-name='Tracé 26834' d='M-44.631-6.8H-58.379L-70.86-25.334v-.618h14.366Zm0-37.939L-56.494-25.581H-70.86V-26.2l12.482-18.537Z' transform='translate(-44.631 -6.797) rotate(180)' fill='%2361C896'/%3E%3C/svg%3E%0A");
}

/* Infos IFI */
.section__infos-ifi {
	padding: 7.5rem 0 3rem 0;
}
.section__infos-ifi h2 {
	color: #FFA66A;
	font-weight: 800;
	font-size: 4.4rem;
	margin-bottom: 5rem;
	line-height: 1.15;
}
.section__infos-ifi h3 {
	color: #000546;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	line-height: 1.25;
	max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
}
.section__infos-ifi .section__infos-ifi-titre-table-2 {
	color: #61C896;
}
.section__infos-ifi-table {
    display: grid;
    width: 100%;
    font-size: 2rem;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
}
.section__infos-ifi-table:not(:last-child) {
    margin-bottom: 5rem;
}
.section__infos-ifi-table-1 {
    grid-template-columns: 39% 24% 37%;
}
.section__infos-ifi-table-2 {
    grid-template-columns: 62% 38%;
}

.section__infos-ifi .table-row {
    display: contents;
}

.section__infos-ifi .table-cell {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 1rem;
}
.section__infos-ifi .table-row:not(:last-child) .table-cell {
    margin-bottom: 1rem;
}
.section__infos-ifi .table-header .table-cell {
    font-weight: 700;
    color: #fff !important;
    background-color: transparent;
    padding: 0;
}
.section__infos-ifi .table-header .table-cell:not(:last-child) {
    margin-right: 1.5rem;
}
.section__infos-ifi .table-header .table-cell .inner {
    background-color: #000546;
    border-radius: 1rem;
    padding: 2rem 2.5rem;
}
.section__infos-ifi .section__infos-ifi-table-2 .table-header .table-cell .inner {
    background-color: #41AA82;
}
.section__infos-ifi .section__infos-ifi-table-2 .table-cell:last-child {
    color: #41AA82;
}
.section__infos-ifi .cta {
    margin-top: 9.5rem;
}

/* Remerciements */
.section__remerciements {
	padding: 3rem 0 0 0;
}
.section__remerciements.has-cta {
	padding: 3rem 0;
}
.section__remerciements h2 {
	color: #61C896;
	font-weight: 800;
	font-size: 4.4rem;
	line-height: 1.15;
	margin-bottom: 0;
}
.section__remerciements-intro {
	color: #000546;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1.15;
    margin-top: 5rem;
    text-align: center;
}
.section__remerciements-visuel {
	position: relative;
	margin-top: 5rem;
	max-width: 110rem;
	margin-left: auto;
	margin-right: auto;
}
.section__remerciements-visuel.has-shape {
	margin-top: 10rem;
}
.section__remerciements-visuel::after {
	position: absolute;
	z-index: 1;
	background-color: #61C896;
	width: 40rem;
	height: 20rem;
	display: block;
	content: '';
	transform: rotate(-3deg);
	top: -5rem;
    right: -5rem;
}
.section__remerciements-visuel img {
	aspect-ratio: 2.034;
	width: 100%;
	position: relative;
	z-index: 2;
	object-fit: cover;
}
.section__remerciements .cta {
	margin-top: 5rem;
}

/* Contact */
.section__contact {
	padding: 8rem 0 9rem 0;
	color: #FFFAF2;
	line-height: 1.2;
	font-size: 2.4rem;
}
.section__contact-content-wrapper {
	max-width: 110rem;
	margin: 0 auto;
}
.section__contact a {
	color: #FFFAF2;
}
.section__contact h2 {
	color: #61C896;
	font-weight: 800;
	font-size: 5.3rem;
	line-height: 1;
	margin-bottom: 2.5rem;
}
.section__contact-visuel {
	width: 17rem;
	margin-right: 4rem;
	flex-shrink: 0;
}
.section__contact-texte-1 {
	padding-right: 4.5rem;
	position: relative;
}
.section__contact-texte-1::after {
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 0.3rem;
	background-color: #61C896;
	top: 0;
	bottom: 0;
	right: 0;
}
.section__contact-texte-2 {
	padding-left: 4.5rem;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1640px;
    }
}
@media (min-width: 992px) {
	.section_background-layer-d > .container {
		position: relative;
		z-index: 2;
	}
	.section_background-layer-d::before {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		content: '';
	}
}

@media only screen and (max-width:1699.98px) {
	html {
		font-size:52%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.section__temoignages-wrapper,
	.section__equivalences-wrapper,
	.section__infos-ifi h3,
	.section__infos-ifi-table,
	.section__remerciements-visuel,
	.section__contact-content-wrapper {
		max-width: none;
	}
}
@media only screen and (max-width:1399.98px) {
	html {
		font-size:46%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
	.footer__logo img {
	    width: 18rem;
	}
	.footer__rs svg {
	    max-width: 3.5rem;
	}
}
@media only screen and (max-width:1199.98px) {
	html {
		font-size:40%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}
}
@media only screen and (max-width:991.98px) {
	html {
		font-size:62.5%;
		-webkit-text-size-adjust:none; /* Hack Safari for margin/padding units */
	}

	.section_background-layer-m > .container {
		position: relative;
		z-index: 2;
	}
	.section_background-layer-m::before {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		content: '';
	}

	header,
	header.scrolled {
		padding: 1.5rem 0;
	}
	.header__logo,
	header.scrolled .header__logo {
		width: 15rem;
	}
	header .cta,
	header.scrolled .cta {
		line-height: 4rem;
		height: 4rem;
		font-size: 1.5rem;
	}

	.section__fdd-iraiser {
	    height: auto;
	    min-height: initial;
	}
	.section__fdd-iraiser-title {
	    font-size: 3.5rem;
	}
	.section__fdd-iraiser-intro {
	    font-size: 1.8rem;
	    margin-top: 1rem;
	    margin-bottom: 1.5rem;
	}

	.section__argument-booster {
	    padding: 3rem 0;
	}
	.section__reassurance-mission .swiper {
	    margin-top: 3.5rem;
	}
	.section__argument-booster-img {
	    max-width: 100%;
	    margin-bottom: 2rem;
	}
	.section__argument-booster-text {
	    max-width: 100%;
	    margin-bottom: 2rem;
	}

	.section__reassurance-mission {
	    padding: 3rem 0;
	}
	.section__reassurance-mission .swiper-slide h3 {
	    font-size: 2.4rem;
	    margin-bottom: 1.5rem;
	}
	.section__reassurance-mission-text {
	    padding: 0 1rem;
	}
	.section__reassurance-mission-visuel::before {
	    height: 4rem;
	}
	
	.section__reassurance-deduction-fiscale {
	    padding: 3rem 0;
	}
	.section__reassurance-deduction-fiscale-blocs .nav-tabs .nav-link {
	    width: 50%;
	    font-weight: 900;
	    font-size: 4rem;
	    line-height: 6rem;
	    color: #fff;
	    border: 0 none;
	    margin-bottom: -0.1rem;
	    padding: 0;
	}
	.section__reassurance-deduction-fiscale-blocs .nav-tabs .nav-link.active {
	    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	}
	.section__reassurance-deduction-fiscale-blocs .nav-tabs .nav-link:not(.active) {
	    animation: colorChange 1s infinite alternate;
	}
	.section__reassurance-deduction-fiscale-blocs .nav-tabs .nav-link.bloc-1 {
	    border-top-left-radius: 1rem;
	    border-top-right-radius: 0;
	}
	.section__reassurance-deduction-fiscale-blocs .nav-tabs .nav-link.bloc-2 {
	    border-top-left-radius: 0;
	    border-top-right-radius: 1rem;
	}
	.section__reassurance-deduction-fiscale-bloc-item {
	    padding: 3rem;
	    position: static;
	    width: 100%;
	}
	.section__reassurance-deduction-fiscale-bloc-item.bloc-1,
	.section__reassurance-deduction-fiscale-bloc-item.bloc-2 {
	    border-top-left-radius: 0;
	    border-bottom-left-radius: 1rem;
	    border-top-right-radius: 0;
        border-bottom-right-radius: 1rem;
	}
	.section__reassurance-deduction-fiscale-blocs .figure {
	    font-size: 5rem;
	    margin-right: 0;
	    margin-bottom: 2rem;
	}
	.section__reassurance-deduction-fiscale-blocs .legend {
	    max-width: 100%;
	    margin-bottom: 2rem;
	}
	.section__reassurance-deduction-fiscale-blocs img {
		margin-right: 0;
	}
	.section__reassurance-deduction-fiscale-mentions {
	    margin-top: 3rem;
	}
	.section__reassurance-deduction-fiscale .cta {
	    margin-top: 3rem;
	}

	.section__temoignages {
	    padding: 3rem 0;
	}
	.section__temoignages-wrapper {
	    margin: 6rem auto 0 auto;
	}

	.section__temoignages h2 {
	    margin-bottom: 3rem;
	}
	.section__temoignages-item-visuel {
		width: 80%;
		margin-bottom: 2rem;
	}
	.section__temoignages-item-text {
	    padding-top: 6rem;
	}

	.section__equivalences {
	    padding: 3rem 0;
	}
	.section__equivalences-wrapper {
	    margin: 3rem auto 0 auto;
	}
	.section__equivalences .container-lg,
	.section__equivalences .container-lg > .row > .col-12 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.section__equivalences .container-lg > .row{
	    margin-left: 0;
	    margin-right: 0;
	}
	.section__equivalences-item-line-1 {
	    border-radius: 0;
	    margin-bottom: 3rem;
	}
	.equivalence-item-col-left {
	    padding: 3rem;
	}
	.section__equivalences-item-visuel img {
	    border-top-right-radius: 0;
	    border-bottom-right-radius: 0;
	}
	.section__equivalences-item-line-2 {
		padding: 0 3rem;
	}
	.section__equivalences-item-cout {
	    margin-bottom: 3rem;
	}
	.section__equivalences .cta {
	    width: 100%;
	}
	.section__equivalences-item:not(:last-child) {
	    margin-bottom: 5rem;
	}

	.section__infos-ifi {
	    padding: 3rem 0;
	}

	.section__infos-ifi-table {
	    display: block;
	    font-size: 1.5rem;
	}
	.section__infos-ifi .table-row.table-header {
	    display: none;
	}
	.section__infos-ifi .table-row {
	    display: block;
	}
	.section__infos-ifi .table-row:not(:last-child) {
	    margin-bottom: 1rem;
	}
	.section__infos-ifi .table-cell {
	    display: block;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    text-align: right;
	    margin-bottom: 0;
	}
	.section__infos-ifi .table-cell:not(:last-child) {
	    position: relative;
	}
	.section__infos-ifi .table-cell:not(:last-child)::after {
	    display: block;
	    width: calc(100% - 2rem);
	    height: 0;
	    border-bottom: 0.1rem dashed rgba(0, 0, 0, 0.1);
	    position: absolute;
	    margin: auto;
	    left: 0;
	    right: 0;
	    z-index: 1;
	    bottom: 0;
	    content: '';
	}
	.section__infos-ifi .table-cell::before {
	    content: attr(data-label);
	    display: block;
	    text-align: left;
	    font-weight: 700;
	    font-size: 1.5rem;
	    max-width: 30%;
	}
	.section__infos-ifi .table-row:not(:last-child) .table-cell {
	    margin-bottom: 0;
	}
	.section__infos-ifi .cta {
	    margin-top: 3rem;
	}

	.section__remerciements .container-lg,
	.section__remerciements .container-lg > .row > .col-12 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.section__remerciements .container-lg > .row{
	    margin-left: 0;
	    margin-right: 0;
	}
	.section__remerciements-visuel,
	.section__remerciements-visuel.has-shape {
	    margin-top: 3rem;
	}
	.section__remerciements-visuel::after {
	    display: none;
	    content: none;
	}
	.section__remerciements-visuel img {
	    border-top-right-radius: 0;
        border-top-left-radius: 0;
	}

	.section__contact {
	    padding: 3rem 0;
	}
	.section__contact-texte-1 {
	    padding-right: 0;
	    margin-bottom: 2rem;
	}
	.section__contact-texte-1::after {
	    display: none;
	    content: none;
	}
	.section__contact-texte-2 {
	    padding-left: 0;
	    margin-top: 2rem;
	}
	.section__contact-visuel {
		margin-right: 0;
	}

	footer {
	    font-size: 1.6rem;
	    padding: 5.5rem 0 4.5rem 0;
	}
	.footer__rs {
	    margin-bottom: 2rem;
	}
	.footer__rs svg {
	    max-width: 4.1rem;
	}
	footer nav {
	    margin-bottom: 1rem;
	}
	.footer__coords {
	    text-align: center;
	    margin-bottom: 2rem;
	}
	.footer__logo img {
	    width: 13.8rem;
	}
}
@media only screen and (max-width:767.98px) {
	.cta {
	    line-height: 5rem;
	    height: 5rem;
	    padding: 0 1.5rem;
	    font-size: 1.5rem;
	}
	.section__reassurance-mission h2,
	.section__reassurance-deduction-fiscale h2,
	.section__temoignages h2,
	.section__equivalences h2,
	.section__infos-ifi h2,
	.section__remerciements h2,
	.section__contact h2 {
	    font-size: 3rem;
	}
	.section__argument-booster-text,
	.section__reassurance-mission-intro,
	.section__reassurance-mission .swiper-slide,
	.section__reassurance-deduction-fiscale-intro,
	.section__temoignages-item-text,
	.section__equivalences-item-line-1,
	.section__equivalences-item-cout,
	.section__contact,
	.section__temoignages-item-author {
		font-size: 1.5rem;
	}

	.section__fdd-iraiser-title {
	    font-size: 2.5rem;
	}
	.section__fdd-iraiser-intro {
	    font-size: 1.5rem;
	}
}
@media only screen and (max-width:767.98px) {
	.header__logo,
	header.scrolled .header__logo {
	    max-width: 100%;
	}
	.section__reassurance-mission h2, 
	.section__reassurance-deduction-fiscale h2, 
	.section__temoignages h2, 
	.section__equivalences h2, 
	.section__infos-ifi h2, 
	.section__remerciements h2, 
	.section__contact h2 {
	    font-size: 2.5rem;
	}
	.section__reassurance-mission h2 br, 
	.section__reassurance-deduction-fiscale h2 br, 
	.section__temoignages h2 br, 
	.section__equivalences h2 br, 
	.section__infos-ifi h2 br, 
	.section__remerciements h2 br, 
	.section__contact h2 br {
	    display: none;
	}
	.section__fdd-iraiser {
	    padding-bottom: 5rem;
	}
	.section__reassurance-mission .swiper,
	.section__reassurance-deduction-fiscale-intro,
	.section__reassurance-deduction-fiscale-blocs {
	    margin-top: 2rem;
	}
	.section__reassurance-mission-visuel,
	.section__temoignages h2 {
	    margin-bottom: 2rem;
	}
	.section__temoignages-item-text::before {
	    line-height: 2rem;
	    font-size: 6rem;
	    height: 3rem;
	}
	.section__temoignages-item-text {
	    padding-top: 4rem;
	}
	.section__temoignages-item:not(:last-child) {
	    margin-bottom: 8rem;
	}
	.section__temoignages-item-visuel {
	    width: 90%;
	}
	.section__temoignages-item-visuel::after {
	    top: -3rem;
	    right: -2.5rem;
	}
	.section__equivalences-item h3 {
	    font-size: 1.8rem;
	}
	.section__equivalences-item-title {
	    margin-bottom: 2rem;
	}
	.equivalence-item-col-left {
	    padding: 2.5rem;
	}
	.section__infos-ifi h3 {
	    font-size: 1.8rem;
	}
	.section__infos-ifi-table {
	    font-size: 1.4rem;
	}
	.section__infos-ifi .table-cell::before {
	    font-size: 1.2rem;
	    max-width: 35%;
	}
}

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