@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.ttf ') format('truetype');
}

:root {
	--cl-primary: #1E2336;
	--bg-primary: #1E2336;
	--cl-black: #000000;
	--cl-white: #ffffff;
	--cl-purple: #9000FF;
    --cl-blue-jay: #285971;
	--cl-error: #FF5B5B;
	--cl-scampi: #5E5DA6;
	--bg-scampi: #5E5DA6;
	--btn-primary: #9000FF;
	--btn-secondary: #1E2336;
	--btn-scampi: #5E5DA6;
	--btn-blue-jay: #285971;
	--btn-distingo: rgba(255,255,255, 0.2);
	--input-primary: #9000FF;
}
body {
	margin: 0;
    font-family: "Gilroy-Regular";
    font-size: 16px;
    line-height: 1.5;
    color: var(--cl-primary);
    text-align: left;
    background-color: #fff;
}
.ff-regular{
	font-family: 'Gilroy-Regular' !important;
}
.ff-medium{
	font-family: 'Gilroy-Medium' !important;
}
.ff-semiBold{
	font-family: 'Gilroy-SemiBold' !important;
}
.ff-bold{
	font-family: 'Gilroy-Bold' !important;
}
.fs-20{
	font-size: 20px;
}
.fs-24{
	font-size: 24px;
}
b,
strong {
	font-family: 'Gilroy-Bold';
}
p {
	font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
	line-height: 28px
}
h3{
	font-size: 28px;
	font-family: 'Gilroy-Bold';
	line-height: 38px;
}
.opacity-0{
	opacity: 0;
}
/* FLEX */
.cl-scampi{
	color: var(--cl-scampi);
}
.cl-blue-jay{
	color: var(--cl-blue-jay);
}
.cl-white{
	color: var(--cl-white);
}
.mt-0{
	margin-top: 0 !important;
}
.mt-5{
	margin-top: 5px !important;
}
.mt-15{
	margin-top: 16px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-30{
	margin-top: 30px !important;
}
.mt-40{
	margin-top: 40px !important;
}
.mt-50{
	margin-top: 50px !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.mb-16{
	margin-bottom: 16px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mr-20{
	margin-right: 20px !important;
}
.ml-12{
	margin-left: 12px !important;
}
.ml-20{
	margin-left: 20px !important;
}
.mb-30{
	margin-bottom: 30px !important;
}
.mb-40{
	margin-bottom: 40px !important;
}
.mb-48{
	margin-bottom: 48px !important;
}
.my-0{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.my-30{
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.mx-20{
	margin: 0 20px !important;
}
.py-30{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.py-50{
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.my-50{
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.my-70{
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}
.py-70{
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.py-72{
	padding-top: 72px !important;
	padding-bottom: 72px !important;
}
.px-24{
	padding-left: 24px !important;
	padding-right: 24px !important;
}
.mx-24{
	margin-left: 24px !important;
	margin-right: 24px !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.pb-20{
	padding-bottom: 20px !important;
}
.pt-25{
	padding-top: 25px !important;
}
.pt-60{
	padding-top: 60px !important;
}
.pt-64{
	padding-top: 64px !important;
}
.pt-70{
	padding-top: 70px !important;
}
.pt-72{
	padding-top: 72px !important;
}
.pb-72{
	padding-bottom: 72px !important;
}
.mb-50{
	margin-bottom: 50px !important;
}
.mb-60{
	margin-bottom: 60px !important;
}
.mt-40{
	margin-top: 40px !important;
}
.mt-60{
	margin-top: 60px !important;
}
.mb-64{
	margin-bottom: 64px !important;
}
.mb-72{
	margin-bottom: 72px !important;
}
.m-auto{
	margin: auto;
}
.p-30{
	padding: 30px !important;
}
.w-100{
	width: 100%;
}
.w-80{
	width: 80%;
}
.w-75{
	width: 75%;
}
.w-70{
	width: 70%;
}
.w-66{
	width: 66.66%;
}
.w-60{
	width: 60%;
}
.w-50{
	width: 50%;
}
.w-40{
	width: 40%;
}
.w-33{
	width: 33.33%;
}
.w-30{
	width: 30%;
}
.w-25{
	width: 25%;
}
.w-20{
	width: 20%;
}
.t-center{
	text-align: center;
}
.t-justify{
	text-align: justify;
}
.t-right{
	text-align: right;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none;
}
.d-block {
	display: block;
}
.d-inline-block{
	display: inline-block;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-end {
	justify-content: end !important;
}
.align-items-center {
	align-items: center !important;
}
.align-items-start{
	align-items: start !important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-wrap{
	flex-wrap: wrap !important;
}
.bg-gradient {
    background: linear-gradient(180deg, rgba(165, 201, 214, 0.2) 0%, rgba(165, 201, 214, 0) 100%) !important;
}
.bg-transparent{
	background-color: transparent !important;
}
.btn-more .icon{
	transform: rotate(90deg);
}
.not-gradient {
    background: none !important;
}

/* BUTTON */
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.disabled{
	background-color: #d0d0d0 !important;
}
.btn.disabled:hover{
	transform: none !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.btn:focus,
.btn:hover {
    text-decoration: none;
	transform: scale(1.05);
    transition: all .2s ease-in;
}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 14px 32px;
	color: #fff;
	border: 1px solid transparent;
    background-color: var(--btn-primary);
	border-radius: 10px;
	margin: 30px auto;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Gilroy-SemiBold';
	transform: scale(1);
    transition: all .2s ease-out;
}
a.btn:hover {
    color: var(--cl-white);
}
.cl-primary{
	color: var(--cl-primary);
}
.btn-primary {
	background-color: var(--btn-primary);
}
.btn-primary:hover {
    background-color: #9F22FF;
}
.btn-secondary {
	background-color: var(--btn-secondary);
}
.btn-secondary:hover {
    background-color: var(--btn-secondary);
}
.btn-scampi {
	background-color: var(--btn-scampi);
}
.btn-scampi:hover {
    background-color: var(--btn-scampi);
}
.btn-blue-jay {
	background-color: var(--btn-blue-jay);
}
.btn-blue-jay:hover {
    background-color: var(--btn-blue-jay);
}
.btn-distingo {
	background-color: var(--btn-distingo);
}
.btn-cyan {
	background-color: #44efff;
    color: #000000;
    text-fill-color: #000000;
    -webkit-text-fill-color: #000000;
}

.btn-center{
	display: block;
    width: fit-content;
}
a,
a:hover{
	text-decoration: none;
}

/* HEADER */

.banner-prime{
	background-color: var(--bg-scampi);
	color: var(--cl-white);
	text-align: center;
	padding: 8px;
	font-size: 18px;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
}
.banner-prime a{
	color: var(--cl-white);
	text-decoration: underline;
	font-family: 'Gilroy-Medium';
}
header{
	height: 82px;
	background-color: var(--bg-primary);
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
}
.spacing-header{
	height: 82px;
}

.menu-navbar{
	padding: 0 48px;
	width: 100%;
	max-width: 1440px;
	margin-right: auto;
    margin-left: auto;
}
.logo{
	line-height: 82px;
}
#menu-header{
	padding-left:30px;
}
nav li{
	position: static;
}
nav li a{
	color: var(--cl-white);
	font-size: 20px;
	font-weight: normal;
	padding: 25px 12px;
    display: block;
	font-family: 'Gilroy-SemiBold';
	position: relative;

}
li.dropdown > a::after {
	background-image: url(/wp-content/themes/distingo/assets/img/down.svg);
    display: inline-block;
    argin-left: 0.05rem;
    vertical-align: -3px;
    content: "";
    height: 13px;
    width: 13px;
    background-repeat: no-repeat;
    background-position: center;
	transition: all .2s ease-in;
}
li.dropdown > a:hover:after {
	transform: rotate(180deg);
	transition: all .2s ease-out;
}
nav li > a:hover{
	color: var(--cl-white);
}
nav li a.contact,
nav li a.user{
	padding: 0 16px;
	font-size: 18px;
}
nav li a.contact .icon,
nav li a.user .icon{
	transform: scale(1);
	transition: all .2s ease-out;
}
nav li a.btn{
	padding: 12px 32px;
	margin: 0;
	transform: scale(1);
	transition: all .2s ease-out;
}
/* nav li.active > a:before, */
nav #menu-header li > a:hover:before{
	content:"";
	position: absolute;
	width: 100%;
	border-bottom: 6px solid var(--cl-purple);
	bottom: 0;
	left: 0;
	transition: all .35s ease-in-out;
}
nav #menu-right {
	order: 3;
}
nav #menu-btn li > a.btn:hover{
	transform: scale(1.05);
	transition: all .2s ease-in;
}
nav #menu-right li > a.contact:hover .icon,
nav #menu-right li > a.user:hover .icon{
	transform: scale(1.2);
	transition: all .2s ease-in;
}


.sub-menu-header{
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
	z-index: 9;
	padding: 40px 0;
    margin-top: 0;
    visibility: hidden;
	pointer-events: auto;
    opacity: 0;
    display: block;
	transition: all .35s ease-in-out;
}
nav li a:hover + .sub-menu-header,
.sub-menu-header:hover{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition: all .25s ease-in-out;
}
.sub-menu-background{
	position: absolute;
    height: 200vh;
    width: 100%;
    background-color: #1E2336;
    margin-top: 40px;
    left: 0;
	visibility: hidden;
    opacity: 0;
	z-index: 7;
	transition: all .35s ease-in-out;
}
nav li a:hover ~ .sub-menu-background,
.sub-menu-header:hover + .sub-menu-background{
	visibility: visible;
	opacity: 0.2;
    transition: all .25s ease-in-out;
}
.sub-menu-header .col-sub-menu{
	width: 33.33%;
}
.sub-menu-header .title-sub-menu{
	font-family: 'Gilroy-SemiBold';
	font-size: 18px;
	line-height: 23px;
	position: relative;
    padding-bottom: 20px;
}
.sub-menu-header .title-sub-menu:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background:linear-gradient(90deg, #5E5DA6 0%, #5E5EA6 0.01%, rgba(94, 94, 166, 0) 100%);
}
nav .sub-menu-header li a{
	padding: 0;
    padding-top: 24px;
	color: var(--bg-primary);
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	font-family: "Gilroy-Regular";
}
.inner-flex-menu{
	margin: 0 -10px;
}
.col-sub-menu-card:first-child{
	border: 1px solid #2859714d;
    background: linear-gradient(61.5deg, #28597133 0%, #c6e3e333 100%);
	margin: 0 10px;
    padding: 16px;
	color: #285971;
	    min-height: 200px;
}
.col-sub-menu-card:last-child{
	    background: linear-gradient(61.5deg, #007e6b26 0%, rgba(191, 219, 233, 0.15) 100%);
    border: 1px solid #007e6b4d;
	margin: 0 8px;
    padding: 16px;
	color: #007e6b;
	    min-height: 200px;
}
.col-sub-menu-card p{
	font-size: 15px;
    line-height: 20px;
	margin-top: 20px;
}
.col-sub-menu-card .btn-link{
	padding: 0;
	color: #285971;
}
.col-sub-menu-card:last-child .btn-link {
    color: #007e6b;
}
.col-sub-menu-card .btn-link:hover{
	 color: #9000FF;
}
.col-sub-menu-card .btn-link:hover .icon-arrow-right{
	 background-image: url(/wp-content/themes/distingo/assets/img/arrow-right.svg);
}
.flex-menu-left{
	    padding-right: 20px;
}
.flex-menu-right{
	position: relative;
}
.flex-menu-right .circle-prime{
	width: 80px;
    height: 80px;
}
.flex-menu-right .circle-prime:after{
	width: 88px;
    height: 88px;
    position: absolute;
    background-size: cover;
}
.flex-menu-right .box-prime{
	width: 150px;
    min-height: 90px;
	color: #285971;
}
.col-sub-menu-card:last-child .flex-menu-right .box-prime{
	color: #007e6b;
}
.flex-menu-right .box-prime .percent-prime{
	margin-top: 0;
	margin-left: 0;
    text-align: left;
}
.flex-menu-right .percent-prime span,
.flex-menu-right .price-prime span:first-of-type{
	font-size: 24px !important;
}
.flex-menu-right .box-prime .body-prime {
    font-size: 10px;
	line-height: 15px;
}
.flex-menu-right .box-prime .price-prime {
    line-height: 20px;
}
.flex-menu-right:after {
    content: "";
    background-image: url(/wp-content/uploads/2023/03/compte-a-terme-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    display: block;
    position: absolute;
    right: 0;
	height: 100%;
    width: 100%;
}
.col-sub-menu-card:last-child .flex-menu-right:after {
    background-image: url(/wp-content/uploads/2023/03/compte-a-terme-green-1.png);
}
.flex-menu-right .box-prime sup{
	font-size: 14px;
}
.flex-menu-right .box-prime .body-prime,
.flex-menu-right .box-prime .price-prime {
    margin-left: 25px;
}



.img-menu-mag {
    background-image: url(/wp-content/themes/distingo/assets/img/home/presse.jpg);
    height: 100px;
	border-radius: 5px 5px 0px 0px;
	background-size: cover;
	background-position: center;
}
.menu-mag-body {
    padding: 24px;
    background-color: rgba(165, 201, 214, 0.1);
	min-height: 150px;
}
.menu-mag-body p{
	font-size: 16px;
	font-family: 'Gilroy-Medium';
	color: #0D0D3B;
}
.menu-mag-body a{
	font-size: 15px;
	font-family: 'Gilroy-Bold';
	color: #1E2336;
	padding: 0;
}
.container-lg{
	width: 100%;
	max-width: 1440px;
	margin-right: auto;
    margin-left: auto;
	position: relative;
	padding: 0 16px;
}
.container-header{
	background: linear-gradient(0deg, rgba(165, 201, 214, 0.2) 0%, rgba(165, 201, 214, 0));
	width: 100%;
	max-width: 1440px;
	height: 622px;
	margin-right: auto;
    margin-left: auto;
	position: relative;
}
section#post{
	background: linear-gradient(180deg, rgba(94, 93, 166, 0.2) 0%, rgba(165, 201, 214, 0) 100%);
}
.container{
    width: 100%;
	max-width: 1122px;
	margin-right: auto;
    margin-left: auto;
	padding: 0 16px;
	position: relative;
}
.container-sm{
    width: 100%;
	max-width: 890px;
	margin-right: auto;
    margin-left: auto;
	padding: 0 16px;
	position: relative;
}
.h1-big{
	font-family: 'Gilroy-Bold';
	font-size: 40px;
	line-height: 50px;
}
.col-head{
	width: 50%;
	padding-top: 130px;
}
.col-head .btn{
	padding: 14px 70px;
}
.col-head.box .box-prime{
	left: 20%;
}
.container-header .container:after {
	content: "";
    background-image: url(/wp-content/themes/distingo/assets/img/home/distingobank_home.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 100%;
    max-width: 600px;
    display: block;
    height: 622px;
    position: absolute;
    top: 0px;
    right: -100px;
}

.container-header p{
	font-size: 18px;
}
.section-title{
	font-size: 36px;
	font-family: 'Gilroy-Bold';
	line-height: 51px;
}
.icon {
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    height: 30px;
    display: block;
    font-style: normal;
    color: #fff;
    margin-bottom: 10px;
}
.icon-question{
    background-image: url(/wp-content/themes/distingo/assets/img/home/question.svg );
	height: 24px;
	margin: 0;
	background-position: center;
}
.icon-user{
    background-image: url(/wp-content/themes/distingo/assets/img/home/user.svg );
	height: 24px;
	margin: 0;
	background-position: center;
}
.icon-mony {
    background-image: url(/wp-content/themes/distingo/assets/img/home/mony.svg );
	background-image: url(/wp-content/themes/distingo/assets/img/pictos/rendement.svg );
	height: 64px;
}
.icon-puce {
    background-image: url(/wp-content/themes/distingo/assets/img/home/puce.svg );
	background-image: url(/wp-content/themes/distingo/assets/img/pictos/epargne.svg );
	height: 64px;
}
.icon-cube {
    background-image: url(/wp-content/themes/distingo/assets/img/home/cube.svg );
	background-image: url(/wp-content/themes/distingo/assets/img/pictos/zero-frais.svg );
	height: 64px;
}
.icon-securite {
	background-image: url(/wp-content/themes/distingo/assets/img/pictos/securite.svg );
	height: 64px;
}
.icon-investissement {
    background-image: url(/wp-content/themes/distingo/assets/img/home/investissement.svg );
	background-image: url(/wp-content/themes/distingo/assets/img/pictos/voiture.svg );
	height: 64px;
}
.icon-smartphone {
	background-image: url(/wp-content/themes/distingo/assets/img/pictos/smartphone.svg );
	height: 64px;
}
.icon-avantage{
	height: 64px;
	margin: 0;
}
.col-avantages{
	width: 25%;
	margin: 0 24px;
}
.title-card{
	font-family: 'Gilroy-Bold';
	font-size: 18px;
}
.hr{
	border: none;
	background: linear-gradient(90deg, #5E5DA6 0%, #5E5EA6 0.01%, rgba(94, 94, 166, 0) 100%);
	height: 1px;
	margin: 0;
}
.col-produits{
	position: relative;
	background: linear-gradient(61.5deg, rgb(94 93 166 / 16%) 0%, rgb(210 184 230 / 16%) 100%);
	border-radius: 5px;
	margin: 0 24px;
	padding: 26px;
	width: 50%;
	border: 1px solid rgb(94,93,166, .15);
}
.inner-produits.three{
	margin-left: -92px;
    margin-right: -92px;
}
.col-produits.three{
	margin: 0 12px;
	padding: 20px 12px;
	width: 33.33%;
}
.col-produits:nth-child(2) {
	margin-top: 60px
}
.description-produit p{
	font-family: 'Gilroy-SemiBold';
}
.description-produit p:last-child{
	margin-bottom: 0;
}
.description-produit a{
	font-family: "Gilroy-Regular" !important;
}
.col-produits.three p{
	font-size: 16px;
}

.col-produits a.btn{
	width: 300px;
	display: block;
}
/* .col-produits.three a.btn{
	width: 100%;
} */
.col-produits a.btn{
	width: 100%;
}
.icon-cart-purple {
    background-image: url(/wp-content/uploads/2023/03/epargne-2.svg);
	background-position: center;
	height: 160px;
}
.icon-cart-green {
    background-image: url(/wp-content/uploads/2023/03/rendement-2.svg );
	background-position: center;
	height: 160px;
}
.col-produits.three .icon-cart-purple{
	background-position: center right;
}
.sub-title{
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
.description-produit{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 24px;
}
section#simulateur,
section#mag,
section#clients{
	background: linear-gradient(180deg, rgba(165, 201, 214, 0.2) 0%, rgba(165, 201, 214, 0) 100%);
}
.col-simulateur{
	position: relative;
	margin: 0 24px;
	position: relative;
	width: 50%;
}

.tab-simulateur{
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(94, 93, 166, 0.3);
	border-radius: 5px;
}
.p-absolute{
	position: absolute;
    top: 15px;
}
.col-simulateur.bg-img{
	background-image: url(/wp-content/themes/distingo/assets/img/home/img-simulateur.svg);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.tab-simulateur-collapse{
	isplay:none;
	opacity: 0;
	color: var(--cl-scampi);
	padding: 24px;
	background: linear-gradient(61.5deg, rgba(94, 93, 166, 0.15) 0%, rgba(210, 184, 230, 0.15) 100%);
	border: 1px solid rgba(94, 93, 166, 0.3);
	border-radius: 5px;
	argin-top: 105px;
}
#collapse-tab-2 {
    background: linear-gradient(61.5deg, rgba(40, 89, 113, 0.2) 0%, rgba(198, 227, 227, 0.2) 100%);
    border: 1px solid rgb(40,89,113,.3);
}
#collapse-tab-2,
#collapse-tab-2 h3{
	color: var(--cl-blue-jay);
}

.description-simulateur{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 24px;
}
.col-simulateur .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 23px;
    width: 0;
    overflow: hidden;
    font-size: .75rem;
    background: rgba(94, 93, 166, 0.3);
	border-radius: 33px;
	margin: 20px 0;
}
.col-simulateur .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #5E5DA6;
	border-radius: 45px;
	width: 0;
}
#collapse-tab-2 .progress-bar{
	 background: rgb(40 89 113);
}

/* ANIMATE SIMULATEUR */
.anim-text-simulateur{
	text-align: right;
	display: inline-block;
	opacity: 0;
}
.anim-desc-sumilateur{
	display: none;
}

.tab-head{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.tab-head a{
	padding: 26px 0;
	width: 100%;
	font-family: 'Gilroy-Bold';
	font-size: 16px;
	text-transform: uppercase;
}
.tab-head a:first-child{
	background: linear-gradient(61.5deg, rgba(94, 93, 166, 0.15) 0%, rgba(210, 184, 230, 0.15) 100%);
	border-radius: 5px 0px 0px 0px;
	color: #5E5DA6;
}
.tab-head a.active:first-child{
	background: #5E5DA6;
	border-radius: 5px 0px 0px 0px;
	color: var(--cl-white);
}
.tab-head a:last-child{
	background: linear-gradient(61.5deg, rgba(40, 89, 113, 0.15) 0%, rgba(198, 227, 227, 0.15) 100%);
	border-radius: 0px 5px 0px 0px;
	color: #285971;
}
.tab-head a.active:last-child{
	background: #285971;
	border-radius: 0px 5px 0px 0px;
	color: var(--cl-white);
}

.tab-body{
	padding: 48px;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
input,select{
    display: block;
    width: 100%;
    padding: 0 16px;
    font-size: 16px;
    line-height: 64px;
    color: var(--cl-primary);
    background-color: #fff;
    background-clip: padding-box;
    height: 64px;
    border: 1px solid #5E5DA64D;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: 'Gilroy-Medium';
}
textarea{
	display: block;
    width: 100%;
    padding: 20px 16px;
    font-size: 16px;
    color: var(--cl-primary);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(94, 93, 166, 0.3);
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-family: Gilroy-Medium;
}
input:not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus {
    color: var(--cl-primary);
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-group label {
    position: absolute;
    pointer-events: none;
    transition: all .07s;
    top: 21px;
    left: 16px;
	font-family: 'Gilroy-Medium';
}
.form-group input.hasvalue:not([type="radio"]):not([type="checkbox"]) ~ label,
.form-group select.hasvalue ~ label,
.form-group textarea.hasvalue ~ label  {
    z-index: 1;
    color: #5E5DA6;
    top: -12px;
}
.form-group input:not([type="radio"]):not([type="checkbox"]).hasvalue~label:after,
.form-group select.hasvalue ~ label:after,
.form-group textarea.hasvalue ~ label:after{
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -3px;
    right: -3px;
    top: -2px;
    z-index: -1;
}
.input-radio,
.input-checkbox {
    height: 64px;
}
input[type="radio"], input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 64px;
    width: 100%;
}
.input-radio label,
.input-checkbox label {
    height: 64px;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.input-radio label {
    border: 1px solid rgba(94, 93, 166, 0.3);
    border-radius: 5px;
}
.input-radio label:before,
.input-checkbox label:before {
    content: "";
    cursor: pointer;
    display: block;
    margin: 0 14px;
    border: 1px solid #5E5DA64D;
}
.input-radio label:before {
    border-radius: 50%;
    width: 17px;
    height: 17px;
}
.input-checkbox label:before {
    margin-left: 0;
    width: 18px;
    height: 18px;
    border-radius: 5px;
	padding-left: 14px;
}
.input-radio input:checked ~ label:before {
    border: 1px solid var(--input-primary);
}
.input-radio input:checked ~ label:after {
    content: "";
    position: absolute;
    background-color: var(--input-primary);
    border-radius: 50%;
    width: 9px;
    height: 9px;
    left: 18px;
}
.input-checkbox input:checked ~ label:after {
    content: "";
    background-image: url(/wp-content/themes/distingo/assets/img/check-purple.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    position: absolute;
    width: 9px;
    height: 10px;
    left: 4px;
    top: 29px;
}
.col-mag{
	position: relative;
    border-radius: 5px;
    margin: 0 24px;
    width: 50%;
	transition: transform 0.5s;
	cursor: pointer;
}
.col-mag::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    content: "";
    opacity: 0;
    z-index: -1;
}
.col-mag:hover{
	transform: scale3d(1.006, 1.006, 1);
}
.col-mag:hover::after{
    opacity: 1;
}

.mag-head{
	border-radius: 5px 5px 0 0;
	padding: 24px;
	background-color: #FFFFFF;
}
.img-mag{
	background-image: url(/wp-content/themes/distingo/assets/img/home/mag.jpg);
	height: 200px;
}
.img-presse,
.img-mag,
.img-post{
	background-image: url(/wp-content/themes/distingo/assets/img/home/presse.jpg);
	height: 200px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mag-body,
.post-body{
	padding: 24px;
	background-color: rgba(165, 201, 214, 0.1);
	min-height: 200px;
	border-bottom: 1px solid rgba(40, 89, 113, 0.2);
}
.mag-body p,
.post-body p{
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Gilroy-Bold';
}
.post-body p{
	font-size: 16px;
	line-height: 22px;
}
.mag-footer{
	padding: 24px;
	border-bottom: 1px solid rgba(40, 89, 113, 0.2);
}
.mag-footer a,
.btn-link{
	color: var(--cl-primary);
	font-family: 'Gilroy-Bold';
	font-size: 15px;
}
.icon-mag{
	background-image: url(/wp-content/themes/distingo/assets/img/home/mag.svg);
	height: 60px;
	width: 60px;
	margin-right: 16px;
}
.icon-presse{
	background-image: url(/wp-content/uploads/2023/03/sarah-zamoun.jpg);
	height: 60px;
	width: 60px;
	margin-right: 16px;
	border-radius: 50%;
    border: 1px solid #a2c3c9;
}
.icon-arrow-right{
	background-image: url(/wp-content/themes/distingo/assets/img/home/arrow-right-primary.svg);
	margin: 0;
    width: 13px;
    height: 13px;
    margin-left: 10px;
}
section .category{
	display: inline-block;
	background: rgba(165, 201, 214, 0.5);
	border-radius: 5px;
	padding: 8px 12px;
	font-size: 14px;
	color: #285971;
	font-family: 'Gilroy-SemiBold';
	text-transform: uppercase;
}
.mag-body span.date,
.post-body span.date{
	color: #898A8D;
	display: block;
	margin-top: 15px;
}
.inner-partenaires img{
	height: auto;
	width: 150px;
	margin-bottom: 60px;
	margin-right: 20px;
	transition: all 0.5s ease-out;
}
.col-clients {
    position: relative;
    border: 1px solid rgba(94, 93, 166, 0.3);
    background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
    margin: 0 24px;
    padding: 26px;
	width: calc(33.33% - 48px);
}
.icon-stars{
	background-image: url(/wp-content/themes/distingo/assets/img/home/stars.svg);
	margin: 15px 0;
    width: 150px;
}
.btn-temoignages{
	margin: 48px auto 72px auto;
	display: block;
	max-width: 346px;
}
.inner-avantages,
.inner-produits,
.inner-simulateur,
.inner-mag,
.inner-clients,
.inner-post,
.inner-questions,
.inner-presse{
	margin-left: -24px;
    margin-right: -24px;
}
.accordion-header{
	border-bottom: 1px solid #E7E7EB;
	padding: 30px 0;
	margin: 0;
	cursor: pointer;
	font-family: 'Gilroy-Bold';
	padding-right: 20px;
    position: relative;
	line-height: 1.2;
}
.accordion-collapse{
	padding-top: 20px;
	text-align: justify;
	border-bottom: 1px solid #E7E7EB;
}
.icon-accordion{
	background-image: url(/wp-content/themes/distingo/assets/img/home/add-primary.svg);
    width: 15px;
    position: absolute;
    right: 0;
    top: 33px;
    margin: 0;
    height: 15px;
	background-position: center;
}
.accordion-header.open .icon-accordion{
	background-image: url(/wp-content/themes/distingo/assets/img/moins.svg);
    width: 15px;
    float: right;
    margin: 0;
    height: 15px;
	background-position: center;
}

.box-prime{
	color: var(--cl-scampi);
	width: 170px;
	min-height: 141px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-prime .percent-prime{
	line-height: 20px;
	margin-top: 20px;
	text-align: center;
    margin-left: -50px;
}
.box-prime .body-prime{
	line-height: 20px;
}
.box-prime .price-prime{
	line-height: 50px;
}
.box-prime .percent-prime span:first-of-type,
.box-prime .price-prime span:first-of-type{
	font-size: 54px;
	font-weight: 1000;
	font-family: 'Gilroy-ExtraBold';
}
.box-prime sup{
	font-size: 25px;
    font-weight: 1000;
	font-family: 'Gilroy-ExtraBold';
}
.box-prime .body-prime,
.box-prime .price-prime{
	margin-left: 40px;
}

.box-prime .price-prime span{
	display: inline-block;
}
/* 4 LIGNES */
.box-prime.line .percent-prime{
	margin-top: 0;
}
.box-prime.line .body-prime{
	margin-left: 20px;
}
.box-prime.line .price-prime{
	margin-left: 30px;
}
.box-prime.line .body-prime-2{
	margin-left: 40px;
	line-height: 15px;
}


.icon-plus-prime{
	background-image: url(/wp-content/themes/distingo/assets/img/home/plus-prime.svg);
	display: inline-block;
    width: 15px;
    margin: 0;
	margin-right: 5px;
    height: 15px;
	background-position: center;
}
.circle-prime{
	position: absolute;
    width: 133px;
    height: 133px;
    border-radius: 50%;
    background: rgba(94, 93, 166, 0.2);
	top: 0;
}
.circle-prime:after {
	content: "";
	background-image: url(/wp-content/themes/distingo/assets/img/home/dashed.svg);
	margin: -4px;
    width: 141px;
    height: 141px;
    position: absolute;
}
.col-produits .box-prime{
	position: absolute;
}


/* FOOTER */
footer{
	background-color: var(--bg-primary);
}
footer p{
	color: #FFFFFF;
	font-size: 14px;
}
footer li a{
	color: #FFFFFF;
	font-size: 14px;
}
.col-footer{
	width: 33.33%;
}
footer .title-footer{
    width: fit-content;
	font-family: 'Gilroy-Bold';
	position: relative;
}
footer .title-footer:after{
	content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
	background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.social-media{
	display: flex;
}
.social-media a{
	width: 44px;
}
.icon-facebook{
	background-image: url(/wp-content/themes/distingo/assets/img/social/facebook.svg)
}
.icon-instagram{
	background-image: url(/wp-content/themes/distingo/assets/img/social/instagram.svg)
}
.icon-linkedin{
	background-image: url(/wp-content/themes/distingo/assets/img/social/linkedin.svg)
}
.icon-twiter{
	background-image: url(/wp-content/themes/distingo/assets/img/social/twiter.png)
}
.icon-youtube{
	background-image: url(/wp-content/themes/distingo/assets/img/social/youtube.svg)
}
.menu-footer ul{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.menu-footer ul li a{
	padding: 8px;
	font-size: 11px;
}
.copyright p{
	font-size: 14px;
	font-family: 'Gilroy-Bold';
}
.copyright span{
	font-size: 12px;
	color: #FFFFFF;
	Line-height: 12px;
	display: block;
}

/* PRODUIT */

.square-gradient{
	position: absolute;
	width: 272px;
	height: 272px;
	background: #5E5DA6;
	opacity: 0.3;
	filter: blur(100px);
	transform: rotate(135deg);
	top: -136px;

}
.square-gradient.right{
	right: 58px;
}
.span-break  {
    color: var(--cl-scampi);
    position: relative;
}
.span-break:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    background: linear-gradient(61.5deg, #5E5DA6 0%, #D2B8E6 100%);
    opacity: 0.15;
    top: 18px;
    z-index: -1;
}
.inner-souscrire,
.inner-features,
.inner-epargne{
	background: linear-gradient(61.5deg, rgba(94, 93, 166, 0.15) 0%, rgba(210, 184, 230, 0.15) 100%);
	border: 1px solid rgba(94, 93, 166, 0.3);
	border-radius: 5px;
	padding: 40px;
}
.inner-label{
	max-width: 816px;
	margin: auto;
}
.img-label{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 10px 24px;
}
.inner-post{
	background-color: #FFFFFF;
	margin-left: -50px;
    margin-right: -50px;
	padding-left: 26px;
    padding-right: 26px;
}
.post-head{
	padding: 30px 24px;
}
.col-post {
    position: relative;
    margin: 0 24px;
    width: 33.33%;
}
.post-body {
    border-bottom: none;
}
section#documentation{
	background: linear-gradient(179deg, rgba(94, 93, 166, 0.15) 0%, rgba(165, 201, 214, 0.05) 100%);
	position: relative;
}
.inner-documentation span{
	font-family: 'Gilroy-Medium';
	font-size: 14px;
	line-height: 26px;
}
.inner-features{

}
.col-features {
    width: 25%;
    margin: 0 50px;
}
.col-features .icon {
	background-position: center;
}
.col-notice{
	width: 236px;
	padding: 24px 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	background-color: rgba(165, 201, 214, 0.2);
	min-height: 182px;
}
.col-notice p{
	font-family: 'Gilroy-SemiBold';
	text-align: left;
	font-size: 15px;
	line-height: 23px;
}
.icon-download{
	background-image: url(/wp-content/themes/distingo/assets/img/home/download.svg);
	height: 45px;
}


/* LP */

.col-souscrire{
	position: relative;
    width: 50%;
    padding: 0 70px;
}
.souscrire-connecte .col-souscrire{
	width: 50%;
    padding: 0 80px;
}
.col-souscrire.nb_4{
	padding: 0px 20px;
}
.col-souscrire p{
    font-size: 16px;
}
.col-souscrire:after{
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(94, 94, 166, 0.3) 0%, rgba(94, 94, 166, 0.3) 0.01%, rgba(94, 94, 166, 0) 100%);
    right: 0;
    width: 1px;
    height: 100%;
    top: 0;
}
.col-souscrire:last-child:after{
	display: none;
}
.col-souscrire b{
	font-family: 'Gilroy-ExtraBold';
}
.icon-step {
    background-image: url(/wp-content/themes/distingo/assets/img/step.svg);
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    line-height: 40px;
    font-family: 'Gilroy-ExtraBold';
    font-size: 18px;
	margin: 10px auto;
}
.container-header.lp{
	height: 905px
}
.container-header.lp .col-head {
    padding-top: 90px;
	width: calc(100% - 470px);
}
.main-sidebar#sidebar-form{
	position: absolute;
    top: 0;
	transform: translateX(0);
	width: 470px;
	height: 905px;
	background-color: #5E5DA6;
	z-index: 99;
}
.container-header.lp .container:after{
	display: none;
}
.OLDcontainer-header.lp:after{
	content: "";
	background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 45%;
    max-width: 600px;
    display: block;
    height: 100%;
    position: absolute;
    bottom: 30px;
    right: 470px;
    z-index: 4;
}

/* MAG DISTINGO */
.h1-single {
    font-family: 'Gilroy-Bold';
    font-size: 50px;
	line-height: 60px;
}
.h1-single .icon{
	width: 90px;
	height: 80px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 24px;
}
.area-single h2,
.area-page h2{
	font-family: 'Gilroy-Bold';
	font-size: 28px;
}
.area-single h3,
.area-page h3{
	font-family: 'Gilroy-Bold';
	font-size: 24px;
	line-height: 29px;
}
.list-mag-distingo li{
	margin: 20px;
}
.list-mag-distingo li a{
	padding: 15px 25px;
	border-radius: 6px;
	font-family: "Gilroy-SemiBold";
    ont-size: 14px;
    text-transform: uppercase;
}
.budget a,
section .category-budget{
	background-color: #E7F7DF;
	color: #4E7A39;
}
.epargne a,
section .category-epargne{
	background-color: #F6EAFF;
	color: #7A47A2;
}
.projets a,
section .category-projets{
	background-color: #E0F2F2;
	color: #285971;
}
.fiscalite a,
section .category-fiscalite{
	background-color: #FDF6D4;
	color: #83700B;
}
.news a,
section .category-news{
	background-color: #E7E7EB;
	color: #606060;
}
.mon-mag-distingo a,
section .category-mon-mag-distingo{
	background-color: #83700B;
	color: #fff;
}
section .podcast:before{
	/* content: "";
	background-image: url(/wp-content/themes/distingo/assets/img/podcast.svg);
	display: inline-block;
	width: 18px;
    height: 18px;
    background-repeat: no-repeat;
	vertical-align: text-top; */
}
.archive .list-mag-distingo li a{
	background-color: #E7E7EB;
    color: #606060;
}
.archive.category-projets .list-mag-distingo li.projets a{
	background-color: #285971;
	color: #fff;
}
.archive.category-budget .list-mag-distingo li.budget a{
	background-color: #4E7A39;
	color: #fff;
}
.archive.category-epargne .list-mag-distingo li.epargne a{
	background-color: #7A47A1;
	color: #fff;
}
.archive.category-fiscalite .list-mag-distingo li.fiscalite a{
	background-color: #83700B;
	color: #fff;
}

.col-lg{
	margin: 0 -12px;
}
.col-portfolio-head{
	padding: 12px;
}
.card-portfolio{
	padding: 24px;
	background-color: rgba(165, 201, 214, 0.15);
}
.col-portfolio-head a,
.col-portfolio a,
.col-post a{
	position: relative;
	color: var(--cl-primary);
	display: block;
	transition: transform 0.5s;
}
.col-portfolio-head a:after,
.col-portfolio a:after,
.col-post a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    content: "";
    opacity: 0;
    z-index: -1;
}
.col-portfolio-head a:hover,
.col-portfolio a:hover,
.col-post a:hover{
	transform: scale3d(1.006, 1.006, 1);
}
.col-portfolio-head a:hover::after,
.col-portfolio a:hover::after,
.col-mag:hover::after,
.col-post a:hover::after{
    opacity: 1;
}



.page-template-lp #menu-btn {
	display: none !important;
}





.text-portfolio{
	width: 60%;
	padding-left: 24px;
}
.figure-portfolio{
	background-image: url(/wp-content/themes/distingo/assets/img/home/presse.jpg);
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-portfolio{
	width: 33.33%;
	padding: 12px;
}
.col-portfolio .img-post{
	height: 150px;
	background-size: cover;
}
.input-mag{
    height: 46px;
    display: flex;
    align-items: center;
}
.input-checkbox.input-mag label:before{
	width: 30px;
    height: 30px;
    border-radius: 3px;
}
.input-checkbox.input-mag input:checked ~ label:after{
	width: 18px;
    height: 18px;
    left: 6px;
    top: 23px;
    background: #1E2336;
}
.card-article{
	border: 1px solid rgba(94, 93, 166, 0.3);
	border-radius: 5px;
	padding: 36px 16px;
}
.card-article .btn{
	padding: 14px 18px;
	white-space: normal;
}
.card-article span{
	font-size: 14px;
	line-height: 16px;
}
.col-epargne .box-prime {
    min-height: 133px;
	float: left;
}
.col-epargne .icon{
    display: inline-block;
	width: 160px;
}









/* FORM SIDEBAR */
section{
	overflow: hidden;
}
.main-sidebar {
    display: flex;
    position: fixed;
    top: 0;
	right: 0;
    width: 450px;
	height: 100%;
    z-index: 1001;
    transform: translateX(100%);
    will-change: transform;
    transition: all .4s ease-out;
	background-color: #5E5DA6;
}
.sidebar-container{
	overflow: auto;
}
.sidebar-open {
    transform: translateX(0);
    transition: all .4s ease-in;
}
.icon-sidebar {
    position: absolute;
    right: 26px;
    top: 32px;
    color: #FFFFFF;
    font-size: 34px;
    cursor: pointer;
    z-index: 1;
}
.icon-close {
    background-image: url(/wp-content/themes/distingo/assets/img/close.svg);
    background-position: center;
    background-size: 18px;
	width: 30px;
}
.main-sidebar .sidebar-content {
    overflow-x: hidden;
	padding: 46px 65px;
    color: #fff;
}
.sidebar-content h2 {
    color: #FFFFFF;
	font-size: 26px;
    font-family: Gilroy-Bold;
}
.sidebar-content p {
    font-size: 16px;
	margin-top: 16px;
    line-height: 23px;
}
.sidebar-content a {
    text-decoration: underline;
	color: white
}
.sidebar-content input:not([type="radio"]):not([type="checkbox"]){
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}
.sidebar-content .form-group input:not([type="radio"]):not([type="checkbox"]) ~ label {
    position: absolute;
    pointer-events: none;
    transition: all .07s;
    top: 21px;
    left: 16px;
    color: #fff;
}

.sidebar-content .form-group input:not([type="radio"]):not([type="checkbox"]).hasvalue~label {
    color: #fff;
	top: -12px;
}
.sidebar-content .form-group input:not([type="radio"]):not([type="checkbox"]).hasvalue~label:after {
    background-color: #5E5DA6;
    color: #fff;
}
.sidebar-content .input-radio label,
.sidebar-content .input-radio input:checked ~ label,
.sidebar-content .input-radio label:before,
.sidebar-content .input-radio input:checked ~ label:before,
.sidebar-content .input-checkbox label:before,
.sidebar-content .input-checkbox input:checked ~ label:before {
    border: 1px solid rgba(255,255,255,0.3);
}

.sidebar-content .input-checkbox input:checked ~ label:after,
.sidebar-content .input-radio input:checked ~ label:after {
    filter: brightness(0) invert(1);
}
/* MENU MOBILE */
.icon-menu{
	background-image: url(/wp-content/themes/distingo/assets/img/menu.svg);
	background-position: center;
	width: 30px;
	margin: 0;
	padding: 0;
}
.icon-menu-close{
	background-image: url(/wp-content/themes/distingo/assets/img/menu-close.svg);
	background-position: center;
	background-size: 24px;
	width: 30px;
	margin: 0;
	padding: 0;
}
.menu-navbar-mobile{
	position: absolute;
	top: 0;
	color: white;
	background-color: #fff;
	width: 100%;
	height: 100vh;

	transform: translateX(-100%);
	transition: all .4s ease-out;
	left:0;
}
.head-mobile{
	padding: 0 16px;
	height: 82px;
	background-color: var(--bg-primary);
}
.menu-navbar-mobile.menu-open{
	transform: translateX(0);
	transition: all .4s ease-out;
	display: block;
}
.menu-navbar-mobile li a:not(.btn){
	color: #0D0D3B;
	line-height: 32px;
	padding: 12px 16px;
	font-family: 'Gilroy-Bold';
	display: block;
}

.menu-navbar-mobile .icon-question,
.menu-navbar-mobile .icon-user{
	display: inline-block;
    margin-right: 10px;
	filter: brightness(0%);
    width: 24px;
}
.menu-navbar-mobile li.dropdown > a::after{
	filter: brightness(100%) invert(1);
	transform: rotate(0deg);
	margin-left: 5px;
}
.menu-navbar-mobile li.dropdown > a.active:after {
    transform: rotate(180deg);
    transition: all .2s ease-out;
}
.menu-navbar-mobile li.dropdown  ul{
	margin-left: 26px;
}
.menu-navbar-mobile li.dropdown ul li a{
	font-family: 'Gilroy-Medium';
}

/* CONTACT */
#contact-header{
	background: linear-gradient(180deg, rgba(165, 201, 214, 0) 0%, rgba(165, 201, 214, 0.2) 100%);
}
.col-questions {
    margin: 0 24px;
    position: relative;
}
.tab-head-questions{
	padding: 0 16px;
	border: 1px solid rgba(94, 93, 166, 0.2);
}
.tab-head-questions a{
	font-size: 18px;
	line-height: 26px;
	color: #0C0C0C;
	display: block;
	padding: 12px 0;
	border-bottom: 0.8px solid #E7EBEE;
}
.tab-head-questions a:last-child{
	border-bottom: none;
}
.tab-head-questions a:hover,
.tab-head-questions a.active{
	font-family: 'Gilroy-Bold';
}
.title-small{
	font-size: 22px;
	line-height: 27px;
}

.tab-process-head a,
.tab-claim-head a,
.tab-presse-head a {
    padding: 24px 0;
    width: 100%;
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    text-transform: uppercase;
	background-color: rgba(165, 201, 214, 0.2);
	color: rgba(40, 89, 113, 0.5);
}
.tab-process-head a.active,
.tab-claim-head a.active,
.tab-presse-head a.active {
	background-color: rgba(165, 201, 214, 0.7);
	color: #285971;
}
.btn-call{
	background-color: #F6EAFF;
	color: #7A47A2;
}
.tab-process{
	display: flex;
}
.card-courrier{
	background-color: rgba(165, 201, 214, 0.2);
	padding: 24px 48px;
}
.icon-pen {
    background-image: url(/wp-content/themes/distingo/assets/img/pen.svg);
    background-position: center;
    background-size: 28px;
    margin-right: 10px;
    height: 50px;
	width: 42px;
}
.text-courrier{
	width: 100%;
}
.text-courrier p{
	margin: 0;
}
.inner-footer-contact p{
	font-size: 16px;
}
.inner-footer-contact li{
	margin-left: 20px;
}
.inner-footer-contact li:before{
	content: "•";
	display: inline-block;
	margin-left: -10px;
    margin-right: 5px;
}
.tooltip {
    padding: 16px;
    background: linear-gradient(61.5deg, rgba(94, 93, 166, 0.15) 0%, rgba(210, 184, 230, 0.15) 100%);
    border: 1px solid rgba(94, 93, 166, 0.3);
    border-radius: 5px;
    color: var(--cl-scampi);
    font-style: normal;
    font-size: 14px;
}
.tooltip {
	margin-top: -10px;
}
.icon-tooltip {
    background-image: url(/wp-content/themes/distingo/assets/img/circle-info.svg);
    margin-right: 14px;
	width: 20px;
	margin-bottom: 0;
}
.tooltip span{
	font-size: 14px;
}
/* INPUT FILE */
.file-drop-area {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	color: var(--cl-primary);
	border: 1px solid rgba(94, 93, 166, 0.3);
	border-radius: 5px;
	transition: 0.2s;
}
.file-drop-area.active{
	border: 1px solid rgba(94, 93, 166, 0.3);
	background: linear-gradient(61.5deg, rgba(94, 93, 166, 0.15) 0%, rgba(210, 184, 230, 0.15) 100%);
	background-image: linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    background-position: left top, right bottom, left bottom, right   top;
    animation: border-dance 1s infinite linear;
}
@keyframes border-dance {
    0% {
      background-position: left top, right bottom, left bottom, right   top;
    }
    100% {
      background-position: left 15px top, right 15px bottom , left bottom 15px , right   top 15px;
    }
}

.file-drop-area.error{
	border: 1px solid var(--cl-error);
}
.file-content{
	padding: 16px;
	min-height: 77px;
}
.file-content p{
	margin-bottom: 0;
	font-family: 'Gilroy-Medium';
}
.file-header{
	display: flex;
	align-items: center;
}
.file-body{
	font-size: 14px;
	margin-left: 33px;
}
.file-drop-area.added .file-body{
	color: var(--cl-purple);
}
.file-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--cl-purple);
	margin-left: 33px;
}
.fille-btn{
	background: linear-gradient(61.5deg, rgba(94, 93, 166, 0.15) 0%, rgba(210, 184, 230, 0.15) 100%);
	width: 64px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.icon-file{
    background-image: url(/wp-content/themes/distingo/assets/img/file.svg);
    background-size: contain;
    width: 17px;
    margin-right: 16px;
    background-position: center;
}
.icon-add{
    background-image: url(/wp-content/themes/distingo/assets/img/add.svg);
    background-size: contain;
    width: 17px;
    background-position: center;
}
.file-drop-area.added .fille-btn{
	background: none;
}
.file-drop-area.added .icon-add{
	background-image: url(/wp-content/themes/distingo/assets/img/check-purple.svg);
}
.file-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100% !important;
    width: 100% !important;
	cursor: pointer;
	opacity: 0;
}

/* SINGLE */
#single-header,
#editorial-header,
#page-header{
	background: linear-gradient(180deg, rgba(165, 201, 214, 0) 0%, rgba(165, 201, 214, 0.2) 100%);
}
.col-single img,
.col-editorial img{
	width: 100%;
	padding-right: 48px;
}
.col-single,
.col-editorial{
	width: 50%;
	position: relative;
}
.inner-single-content {
    margin-left: -24px;
    margin-right: -24px;
}
.col-single-content {
    margin: 0 24px;
    position: relative;
}
.summary-single {
    padding: 16px;
    border: 1px solid rgba(94, 93, 166, 0.2);
}
.icon-moins{
	background-image: url(/wp-content/themes/distingo/assets/img/moins.svg);
	width: 10px;
    float: right;
    height: 10px;
	margin: 0 8px;
    background-position: center;
}
.col-single-content .social-media{
	display: none;
}
.list-summary li a{
	font-family: 'Gilroy-Bold';
	font-size: 18px;
	line-height: 26px;
	display: block;
	color: #0C0C0C;
	padding: 12px 0;
	border-bottom: 0.8px solid #E7EBEE;
	display: flex;
}
.list-summary > li > a:last-child{
	border-bottom: none;
	border-top: 0.8px solid #E7EBEE;
}
.sub-summary{
	margin-left: 16px;
}
.list-summary .sub-summary li a{
	font-family: 'Gilroy-regular';
	font-size: 16px;
	line-height: 23px;
	border: none;
}
.list-summary a span:first-child{
	color: var(--cl-purple);
	font-family: 'Gilroy-SemiBold';
	width: 30px;
}
.list-summary a span:last-child{
	width: calc(100% - 40px);
}
.area-epargne{
	padding: 0px;
}

/* EDITORIAL */
.tab-head-editorial{
	border-bottom: 1px solid #5E5DA6;
}
.tab-head-editorial a{
	font-family: 'Gilroy-Bold';
	font-size: 18px;
	padding: 8px 32px;
	color: #1E2336;
	position: relative;
}
.tab-head-editorial a:hover,
.tab-head-editorial a.active{
	color: #9000FF;
}
.tab-head-editorial a:hover:before,
.tab-head-editorial a.active:before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 4px solid var(--cl-purple);
    bottom: 0;
    left: 0;
    transition: all .35s ease-in-out;
}
.tab-collapse-editorial{
	margin: 0 -24px;
}
.col-sub-editorial{
	width: 50%;
	padding: 0 24px;
}
#avantages-editorial,
#mot{
	background: linear-gradient(180deg, rgba(165, 201, 214, 0.2) 0%, rgba(165, 201, 214, 0) 100%);
}
.inner-histoire,
.inner-mot{
	margin: 0 -24px;
}
.col-histoire{
	width: 50%;
	padding: 0 24px;
}
.year-timeline{
	width: 60px;
}
.content-timeline{
	width: calc(100% - 80px);
	padding-bottom: 10px;
}
.year-timeline span{
	display: block;
	font-weight: 700;
	font-size: 28px;
}
.year-timeline .hr-horizontal{
	position: relative;
	height: calc(100% - 42px);
	width: 1px;
	margin: auto;
	background-color: #5E5DA633
}
.year-timeline .hr-horizontal:before{
	content: '';
	position: absolute;
	background-color: #9000FF;
	top: 0;
	height: 10px;
	width: 10px;
	border-radius: 50%;
    left: -5px;
}
.col-mot{
	width: 50%;
	padding: 0 24px;
}
.col-mot:last-child {
    margin-top: 60px;
}
.card-mot{
	padding: 30px;
	border: 1px solid rgba(94, 93, 166, 0.3);
	border-radius: 5px;
	background-color: #fff;
}
.col-chiffres{
	padding: 0 24px;
}
.card-chiffres{
	background: linear-gradient(0deg, rgba(165, 201, 214, 0) 0%, rgba(165, 201, 214, 0.15) 100%);
	border-radius: 5px;
	padding: 30px;
}
.card-chiffres span{
	font-family: 'Gilroy-Bold';
	font-size: 28px;
}
.icon-chiffres {
    background-image: url(/wp-content/uploads/2023/03/zero-frais.svg);
	margin: 0;
    width: 30px;

}
/* PRESSE */
.col-presse{
	padding: 0 24px;
}
.contact-presse {
    position: relative;
    background-color: #1E2336;
	border-radius: 10px;
    padding: 26px;
	color: #fff;
}
.download-presse {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid #D2E4EB;
	border-radius: 10px;
}
.download-presse p{
	padding: 16px;
}
.btn-download-presse{
	background-color: #D2E4EB;
	border-radius: 0px 0px 10px 10px;
	color: #1E2336;
    margin: 0;
    width: 100%;
	justify-content: center;
	font-family: 'Gilroy-Bold';
}
.btn.btn-download-presse:hover {
    transform: scale(1);
    transition: all 0s ease-in;
	color: #1E2336;
}
.icon-btn-download{
	background-image: url(/wp-content/themes/distingo/assets/img/icon-download.svg);
	margin-bottom: 0;
	width: 13px;
    height: 13px;
    margin-left: 10px;
}
.contact-presse h3{
	color: #fff;
}
.card-presse{
	border-bottom: 1px solid #5E5DA633;
	padding: 16px 0;
}
.date-presse{
	width: 81px;
	height: 81px;
	padding: 17px 0;
	text-align: center;
	box-shadow:0px 0px 19px rgba(0, 0, 0, 0.05);
	background-color: #FFFFFF;
	border-radius: 10px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.card-presse a:not(.btn){
	width: calc(100% - 100px);
	font-size: 18px;
	font-family: 'Gilroy-SemiBold';
	color: var(--cl-primary);
}
.fil-ariane a{
	text-decoration: underline;
}
.fil-ariane a,
.fil-ariane span{
	font-size: 14px;
	color: #0C0C0C;
	position: relative;
    z-index: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.icon-fil-ariane{
	background-image: url(/wp-content/themes/distingo/assets/img/fil-ariane.png);
    height: 6px;
	width: 6px;
    margin: 0 12px;
    background-position: center;
}



.button_loading {
	background-repeat: no-repeat;
	background-position: center center;
	color: transparent;
	background-image: url(/wp-content/themes/distingo/assets/img/distingo_loading.svg);
	background-color:rgba(0,0,0,0.03) !important;
}



.errorMessage {
	color: var(--cl-error);
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
}

.error{
	color: var(--cl-error);
	font-size: 14px;
	margin-top: 8px;
}

.container-header {
	max-width: 100%;
}

.col-video{
	margin: 0 24px;
    width: calc(33.33% - 48px);
}








@media screen and (min-width: 1600px) {

	.col-head.box .box-prime {
		eft: 40%;
	}
	.container-header.lp:after{
		max-width: 40%;
	}
}

@media screen and (max-width: 1436px) {
	nav li a {
		font-size: 18px;
		padding: 26px 12px;
	}
	nav li a.contact,
	nav li a.user{
		padding: 0 16px;
		font-size: 16px;
	}
	nav li a.btn {
		padding: 12px 16px;
		font-size: 14px;
	}
}
@media screen and (max-width: 1362px) {
	.logo img{
		width: 160px;
	}
}
@media screen and (max-width: 1262px) {
	.logo img{
		width: 140px;
	}
	nav li a {
		font-size: 16px;
		padding: 26px 16px;
		padding-right: 0;
	}
	.container-header .container:after{
		width: 45%;
		right: 0;
	}
}
@media screen and (max-width: 1170px) {
	.desktop{
		display: none;
	}
	.mobile{
		display: block
	}
	.menu-navbar{
		padding: 0 16px;
	}

}
.m-d-block{
	display: none;
}
@media screen and (max-width: 990px) {
	.m-mt-0{
		margin-top: 0!important;
	}
	.m-mt-30{
		margin-top: 30px!important;
	}
	.m-mb-0{
		margin-bottom: 0!important;
	}
	.m-mb-16{
		margin-bottom: 16px!important;
	}
	.m-pt-30{
		padding-top: 30px!important;
	}
	.m-pt-40{
		padding-top: 40px!important;
	}
	.m-py-40{
		padding-top: 40px!important;
		padding-bottom: 40px!important;
	}
	.m-my-40{
		margin: 40px 0!important;
	}
	.m-mb-30{
		margin-bottom: 30px!important;
	}
	.m-pb-40{
		padding-bottom: 40px!important;
	}
	.m-d-block{
		display: block;
	}
	.m-d-none{
		display: none;
	}
	.m-w-100{
		width: 100%;
	}
	.banner-prime {
		font-size: 14px;
	}
	.container-header .container:after,
	.square-gradient{
		display: none;
	}
	.col-head{
		padding-top: 0;
	}
	.col-head.box{
		padding-top: 0px;
		background-image: url(/wp-content/themes/distingo/assets/img/home/distingobank_home.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: right bottom;
	}
	.col-head.box .box-prime {
		left: 0;
	}
	.container-header,
	.container-header.lp{
		height: auto;
	}
	.h1-big,
	.h1-single	{
		font-size: 36px;
		line-height: 45px;
		margin-top: 30px;
	}
	h2{
		font-size: 28px !important;
		line-height: 40px !important;
		text-align: left !important;
	}
	h2 + p.t-center{
		text-align: left !important;
	}
	h3{
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.inner-head,
	.inner-avantages,
	.inner-produits,
	.inner-produits.three,
	.inner-simulateur,
	.inner-mag,
	.inner-clients,
	.inner-post,
	.inner-features > div,
	.inner-footer,
	.tab-collapse-editorial,
	.inner-chiffres,
	.inner-sub-editorial,
	.inner-questions,
	.tab-process,
	.inner-single-content{
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
	.inner-partenaires{
		display: none !important;
	}
	.col-head,
	.col-head.box,
	.col-avantages,
	.col-produits,
	.col-produits.three,
	.col-simulateur,
	.col-mag,
	.col-clients,
	.col-post,
	.col-features,
	.col-notice,
	.col-footer,
	.col-lg,
	.col-portfolio,
	.figure-portfolio,
	.text-portfolio,
	.col-epargne,
	.col-single,
	.col-editorial,
	.col-sub-editorial,
	.col-histoire,
	.col-mot,
	.col-chiffres,
	.col-process,
	.col-souscrire,
	.souscrire-connecte .col-souscrire,
	.col-presse,
	.col-single-content,
	.col-video{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.col-questions,
	.tab-claim-head,
	.tab-claim-body{
		width: 100%;
	}

	.tab-simulateur #tab-2.tab-body {
		padding: 48px 24px;
	}
	.tab-simulateur #tab-2 .input-radio.w-33{
		margin-right: 0 !important;
	}
	.tab-simulateur #tab-2 .input-radio label{
		border: none;
	}
	.figure-portfolio{
		height: 300px;
	}
	.col-avantages{
		display: flex;
		justify-content: space-between;
	}
	.col-avantages .icon{
		width: 64px;
	}
	.col-avantages div{
		width: calc(100% - 72px);
	}
	.col-post{
		display: none;
	}
	.post-column,
	.post-column > div.d-flex,
	.m-flex-column{
		flex-direction: column !important;
	}
	.col-post:first-child{
		display: block;
	}
	.col-produits .icon-cart-purple,
	.col-produits .icon-cart-green{
		background-position: right;
	}
	.container-header.lp:after{
		right: 0;
	}
	.container-header.lp .main-sidebar{
		transform: translateX(100%);
	}
	.container-header.lp .col-head {
		padding-top: 30px;
		width: 100%;
	}
	.inner-editorial-header,
	.inner-single-header,
	.flex-direction-reverse{
		flex-direction: column-reverse;
	}
	.col-single img,
	.col-editorial img,
	.col-sub-editorial img{
		width: 100%;
		padding-right: 0;
	}
	.col-simulateur.bg-img{
		background: none;
	}
	.btn-new-simulateur{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.main-sidebar{
		width: 100%;
	}
	.col-souscrire,
	.souscrire-connecte .col-souscrire{
		padding: 0;
	}
	.souscrire-connecte .col-souscrire:first-child:after {
		content: "";
		background: linear-gradient(180deg, rgba(94, 94, 166, 0.3) 0%, rgba(94, 94, 166, 0.3) 0.01%, rgba(94, 94, 166, 0) 100%);
		width: 100%;
		height: 1px;
		display: block;
		position: relative;
		margin-top: 30px;
	}
	.souscrire-connecte .col-souscrire > div {
		display: flex;
	}
	.souscrire-connecte .col-souscrire > div p {
		width: calc(100% - 50px);
	}
	.souscrire-connecte .col-souscrire .btn {
		width: 100%;
	}
	#sidebar-form,
	.col-souscrire:after{
		display: none;
	}
	.inner-label{
		flex-direction: column !important;
	}
	.inner-label .img-label{
		margin: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.change-btn-scroll .icon{
		width: 30px;
	}
	.change-btn-scroll .btn{
		padding: 8px 8px;
		font-size: 12px;
	}
	.main-sidebar .sidebar-content {
		padding: 45px 16px 150px 16px;
	}
	.card-courrier {
		padding: 24px;
	}

	.page-id-42 a.btn-primary {
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn{
		font-size: 14px;
		padding: 14px 6px;
	}
	.span-break:before{
		top: 11px;
		height: 11px;
	}

	#conditionsCAT {
		background-color: var(--btn-blue-jay);
	}
	.parent-pageid-173 .change-btn-scroll a{
		display: none !important;
	}
	.parent-pageid-173 .change-btn-scroll a.btn{
		display: block !important;
	}

	/* 24/04/2023 */
	.col-head.box,
	.container-header.lp:after	{
		background-image: none;
	}
	.col-head .h1-big{
		font-size: 26px;
		line-height: 30px;
		width: 80%;
		margin-right: 15px;
	}
	.col-head .btn{
		width: 100%;
	}
	.col-head  .box-prime{
		margin-top: 0 !important;
	}
	.col-head .circle-prime{
		width: 100px;
		height: 100px;
		margin-top: 30px;
		top: unset;
	}
	.col-head .circle-prime:after{
		width: 108px;
		height: 108px;
		background-size: contain;
	}
	.col-head .box-prime .percent-prime span:first-of-type,
	.col-head .box-prime .price-prime span:first-of-type {
		font-size: 36px;
	}
	.col-head .box-prime .body-prime {
		line-height: 14px;
		    font-size: 12px;
	}
	.home .col-clients:last-child{
		display: none;
	}
	iframe{
		height: auto;
		width: 100%;
	}

}

/* START MACARONS 2023-05-11 */
.box-prime{
	width: 133px;
	height: 133px;
}
.box-prime .percent-prime{
	margin: 0 auto;
}
.box-prime .body-prime,
.box-prime .price-prime{
	margin-left: 0;
	text-align: center;
	font-size: 14px;
}
.box-prime .body-prime{
	line-height: 17px;
}
.box-prime sup {
	font-size: 20px;
}
.box-prime .percent-prime,
.box-prime .price-prime {
	line-height: 20px;
}
.box-prime .price-prime sup {
	font-size: 20px;
	top: 0;
}
.box-prime .percent-prime span:first-of-type{
	font-size: 46px;
}
.box-prime .price-prime span:first-of-type {
	font-size: 24px;
}

.flex-menu-right .box-prime {
	width: 80px;
	height: 80px;
}
.flex-menu-right .box-prime .percent-prime {
	text-align: center;
	width: 100%;
}
.flex-menu-right .box-prime .body-prime,
.flex-menu-right .box-prime .price-prime {
	margin-left: 0px;
}
.flex-menu-right .percent-prime span{
	font-size: 20px !important;
}
.flex-menu-right .box-prime .price-prime sup,
.flex-menu-right .price-prime span:first-of-type {
	font-size: 12px !important;
}
.flex-menu-right .box-prime .body-prime {
	line-height: 10px;
}
@media screen and (max-width: 990px){
	.col-head .h1-big {
		width: calc(100% - 120px);
	}
	.col-head .box-prime,
	.col-head .circle-prime,
	.box-prime,
	.circle-prime {
		width: 104px;
		height: 104px;
		min-height: 104px;
		flex: none;
	}
	.circle-prime:after,
	.col-head .circle-prime:after		{
		background-size: contain;
		margin: -3px;
		width: 110px;
		height: 110px;
	}
	.box-prime .percent-prime span:first-of-type {
		font-size: 36px;
	}
	.box-prime .body-prime, .box-prime .price-prime {
		font-size: 11px;
	}
	.col-head .box-prime {
		margin-top: 20px !important;
	}
	.col-head .circle-prime {
		margin-top: 0px;
	}



}


/* END MACARONS 2023-05-11 */
.titre-macaron{
	display: block;
}
.circle-prime{
	background: none;
	background-image: url(/wp-content/themes/distingo/assets/img/home/ellipse.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.circle-prime:after{
	display: none;
}
.titre-macaron{
	position: absolute;
    top: -26px;
    left: -72%;
    font-size: 22px;
    line-height: 27px;
	font-family: 'Gilroy-Bold';
	z-index: 1;
}
.titre-macaron span{
	display: block;
    margin-left: 40px;
	font-family: 'Gilroy-Bold';
}
body.ab_cartes #produits{
	display: none;
}
body.ab_cartes .produits{
	display: block !important;
}
body.ab_cartes .inner-produits .col-produits{
	background: none;
	padding: 0;
}
body.ab_cartes .col-produits:nth-child(2){
	margin-top: 0;
}
body.ab_cartes .col-produits h3{
	text-transform: uppercase;
}
body.ab_cartes .col-produits p,
body.ab_cartes .col-produits a,
body.ab_cartes .col-produits span{
	font-family: "Gilroy-SemiBold";
}

body.ab_cartes .box-produit{
	padding: 26px 26px 0 26px;
}
body.ab_cartes .col-produits.three .box-produit{
	padding: 20px 12px 0 12px;
}
body.ab_cartes .col-produits .box-taux{
	width: 100%;
    margin: auto;
    padding: 0 30px;
	min-height: 74px;
}
body.ab_cartes .percent-taux {
    width: 110px;
}
body.ab_cartes .percent-taux span:first-of-type{
	font-family: 'Gilroy-Bold';
	font-size: 40px;
    width: 110px;
}
body.ab_cartes .percent-taux sup{
	font-size: 22px;
}
body.ab_cartes .desc-taux{
	 width: calc(100% - 110px);
}
body.ab_cartes .desc-taux br{
	display: none;
}
body.ab_cartes .desc-taux a{
	display: block;
	text-decoration: underline;
}
body.ab_cartes .col-produits .icon-cart-purple {
    background-position: center center;
	height: 100px;
}
body.ab_cartes .col-produits .btn{
	    margin: 20px auto;
}
body.ab_3_macarons .box-prime{
	display: flex !important;
}
body.ab_cartes .bullets-produits{
	padding: 5px 10px;
}
body.ab_cartes .bullets-produits li span{
	font-family: "Gilroy-Regular";
}
body.ab_cartes .bullets-produits li span:first-child{
	margin-right: 10px;
}
.box-prime .body-prime{
	font-size: 12px;
}
.box-prime .price-prime {
	margin-top: 5px;
}
.box-prime .price-prime span:first-of-type {
    font-size: 40px;
}
.box-prime .price-prime sup {
    font-size: 25px;
    top: -3px;
}



@media screen and (max-width: 990px){
	body.ab_3_macarons .box-prime.m-d-none {
		display: none !important;
	}
}

section#editorial-menu.fixed{
	position: fixed;
    width: 100%;
	top: 82px;
    background-color: white;
	padding-top: 23px !important;
    z-index: 9;
}
#single-content .summary-single.fixed{
	position: fixed;
    width: 312px;
    top: 82px;
    background: white;
    z-index: 9;
}
.inner-citation{
	background: #fff;
	padding: 48px;
}
.module{
	padding: 1px;
	background: linear-gradient(61.5deg, rgba(94, 93, 166, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}
a[href="#simulateur"] i{
	transform: rotate(90deg);
}
.area-page th,
.area-page td{
	border: 1px solid var(--cl-primary);
	padding: 10px;
}
.page-id-11728 .col-head.box .box-prime{
	left: 0;
}
.btn-filter-news{
	background-color: #f6fafb;
	padding: 15px 25px;
    border-radius: 6px;
    font-family: "Gilroy-SemiBold";
    font-size: 16px;
	text-align: center;
	color: #285971;
}
a.btn-filter-news:hover{
	color: #285971;
}
.icon-funnel {
	background-image: url(/wp-content/themes/distingo/assets/img/funnel.svg );
	height: 20px;
    display: inline-block;
    width: 20px;
    vertical-align: top;
}
.summary-single ul.sub-summary{
	display: none;
}
.summary-single .list-summary li:last-child a{
	border: none;
}
.presse-collapse a{
	position: relative;
	padding-bottom: 5px;
}
.presse-collapse a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 6px solid var(--cl-purple);
    bottom: 0;
    left: 0;
    transition: all .35s ease-in-out;
}
.inner_groups img{
	height: 58px;
	margin: 0 20px
}
.bg-securite .container{
	background-color: #F3F5F9;
	border: 1px solid #5E5DA64D;
	border-radius: 5px;
	padding: 24px 0;
}


@media screen and (min-width: 990px) and (max-width: 1300px){
	.col-head:first-child .titre-macaron{
		top: -26px;
		left: 0;
		font-size: 18px;
		line-height: 25px;
		width: 200px;
	}

}
@media screen and (max-width: 990px){

	body.ab_macarons .col-head .box-prime {
		margin-top: 88px !important;
	}

	.titre-macaron {
		top: -16px;
		left: -45%;
		font-size: 14px;
		line-height: 17px;
	}
	.tab-head-editorial a {
		font-size: 16px;
		padding: 8px;
	}
	section#editorial-menu.fixed {
		top: 70px;
	}
	.col-head .titre-macaron {
		display: none;
	}
	.inner_groups img{
		height: 40px;
		margin: 0 10px
	}

}


.drawer-open .hide_in_sidebar {
	display: none;
}

.menu-macarons a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.menu-macarons p{
	font-family: 'Gilroy-Bold';
	color: var(--cl-primary);
	font-size: 14px;
}
.menu-macarons a:nth-child(2){
	margin: 0 20px;
}
.menu-macarons img{
	border-radius: 50%;
}
.menu-macarons a:nth-child(1) img{
	background: linear-gradient(61.5deg, #5e5da633 0%, #d2b8e633 100%);
}
.menu-macarons a:nth-child(2) img{
	background: linear-gradient(61.5deg, #28597133 0%, #c6e3e333 100%);
}
.menu-macarons a:nth-child(3) img{
	background: linear-gradient(61.5deg, #007e6b33 0%, #c6e3e333 100%);
}

body.ab_securite #securite,
body.ab_sens #sens{
	display: block
}

/* ab_inversion */
body.page-id-14 .container-header{
	height: 650px;
}
body.page-id-14 .inner-head{
	flex-direction: row-reverse !important;
}
body.page-id-14  .inner_groups .d-flex{
	display: none !important;
}
body.page-id-14 .inner_groups .btn-groups{
	display: flex !important;
}
body.page-id-14 .container-header .container:after{
	max-width: 500px;
	right: initial;
}
body.page-id-14 .col-head .btn{
	padding: 14px 32px;
}

body.ab_simulate a[href="#tab-1"],
body.ab_simulate .tab-body#tab-1{
	display: block
}
body.ab_simulate .tab-body#tab-2{
	display: none ;
}
body.ab_simulate .tab-head a[href="#tab-1"],
body.ab_simulate .tab-body#tab-1 .btn {
    background: #5E5DA6 !important;
}
@media screen and (max-width: 990px){
	body.page-id-14 .inner_groups .btn-groups{
		flex-direction: column;
	}
	body.ab_mobile #produits{
		display: none !important;
	}
	body.ab_mobile #produits-mobile{
		display: block !important;
	}
	body.ab_mobile .col-produits-mobile{
		border: 1px solid #5E5EA6;
		border-radius: 5px;
	}
	body.ab_mobile .box-produit-mobile{
		padding: 14px 25px;
		background: #F1EEF8;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 5px;
	}
	body.ab_mobile .box-produit-mobile.open{
		border-radius: 5px 5px 0 0;
	}
	body.ab_mobile .icon{
		height: 20px;
		width: 20px;
		background-repeat: no-repeat;
		background-position: center;
		transition: all .3s ease-in;
	}
	body.ab_mobile .icon-down-livret{
		background-image: url(/wp-content/themes/distingo/assets/img/home/down-livret.svg);
	}
	body.ab_mobile .icon-down-cat{
		background-image: url(/wp-content/themes/distingo/assets/img/home/down-cat.svg);
	}
	body.ab_mobile .icon-down-green{
		background-image: url(/wp-content/themes/distingo/assets/img/home/down-green.svg);
	}
	body.ab_mobile .box-produit-mobile.open .icon{
		transform: rotate(180deg);
		transition: all .3s ease-in;
	}
	body.ab_mobile .col-produits-mobile .description{
		padding: 16px;
		border-top: 1px solid #5E5EA6
	}
	body.ab_mobile .col-produits-mobile ul li{
		display: flex;
		align-items: center;
	}
	body.ab_mobile .col-produits-mobile ul li b{
		font-size: 30px;
		color: #5E5EA6;
		margin-right: 18px;
		line-height: 40px;
	}
	body.ab_mobile .col-produits-mobile li a{
		display: block;
	}

}

.menu-tags .tab-head-editorial {
    border-bottom: none;
}
.menu-tags .tab-head-editorial a{
	background-color: #f5f8fb;
	border-radius: 20px;
	padding: 8px 18px;
	margin: 4px;
	display: block;
}
.menu-tags .tab-head-editorial a:hover:before,
.menu-tags .tab-head-editorial a.active:before{
	display: none;
}

#banniere_appMobile{
	position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1111;
    background: linear-gradient(270deg, rgba(165, 201, 214, 0.2) 0%, rgba(165, 201, 214, 0) 100%);
	background-color: white;
	background: linear-gradient(90deg, #fefeff 50%, #cac6e2 100%);

}
#banniere_appMobile:before{
	content: "";
	position: absolute;
	background-image: url(/wp-content/themes/distingo/assets/img/app/fond_desktop.png);
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height: 100%;
}
#banniere_appMobile .close-button{
	position: absolute;
	font-size: 20px;
	top: 10px;
	right: 10px;
	line-height: 25px;
	cursor: pointer;
	color: #6360E8;
	z-index: 99;
}

#banniere_appMobile:after{
	content:"";
	position: absolute;
	background-image: url(/wp-content/themes/distingo/assets/img/app/vague.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
	bottom: 0;
    right: 0;
	width: 300px;
    height: 90px;
}
#banniere_appMobile h3{
	font-size: 24px;
}
#banniere_appMobile .inner_appMobile{
	padding-top: 15px;
	padding-bottom: 15px;
}
#banniere_appMobile h3 span{
	background-color: #6360E8;
    color: white;
    display: inline;
    padding: 4px 6px;
}
#banniere_appMobile a:first-of-type{
	margin-left: 20px;
	padding-right: 10px;
}
#banniere_appMobile .img_qrcode{
	width: 80px;
	border: 2px solid #6360E8;
    border-radius: 10px;
    margin-left: 20px;
	background-color: white;
	position: relative;
    z-index: 11;
}


.inner-card-faq{
	gap: 60px;
}
.card-questions{
	background-color: rgba(165, 201, 214, 0.2);
	font-size: 22px;
    text-align: center;
    line-height: 28px;
    color: #000000;
	padding: 30px 50px;
	min-height: 255px;
	justify-content: center;
}
.col-card-questions {
	width: calc(33.33% - 40px);
}
.col-card-questions .icon{
	margin: 0;
	background-position: center;
	display: block;
	text-align: center;
	height: 90px;
	width: 100%;
}
.col-card-questions span{
	display: block;
}
.icon-faq_3{
    background-image: url(/wp-content/themes/distingo/assets/img/faq/client.svg );
}
.icon-faq_4{
    background-image: url(/wp-content/themes/distingo/assets/img/faq/livret.svg );
	width: 80px !important;
}
.icon-faq_5{
    background-image: url(/wp-content/themes/distingo/assets/img/faq/fiscalite.svg );
	width: 80px !important;
}
.icon-faq_6{
    background-image: url(/wp-content/themes/distingo/assets/img/faq/cat.svg );
}
.icon-faq_8{
    background-image: url(/wp-content/themes/distingo/assets/img/faq/epargne.svg );
}
.icon-faq_7{
    background-image: url(/wp-content/themes/distingo/assets/img/faq/web-mobile.svg );
}
.faq_informations{
	background-color: rgba(165, 201, 214, 0.2);
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto;
    text-align: center;
    width: 80%;
}
.faq_informations span:not(:first-child){
	background: #FFFFFF;
	border: 1px solid #0000002B;
	border-radius: 15px;
	padding: 7px 12px;
	cursor: pointer;
}
.faq_informations span:hover:not(:first-child){
	background: #1E2336;
	border: 1px solid #0000002B;
	color: white;
}
.boxe-info-plus span{
	display: block;
	width: max-content;
	margin: 10px auto;
}
.inner-questions-frequentes a{
	display: block;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

@media screen and (max-width: 1000px){

	#banniere_appMobile h3{
		width: 93%;
		font-size: 14px !important;
		line-height: 20px !important;
	}
	#banniere_appMobile p{
		font-size: 16px !important;
		line-height: 22px !important;
	}
	#banniere_appMobile:after{
		width: 240px;
		height: 70px;
	}
	#banniere_appMobile a:first-of-type {
		margin-left: 0;
	}
	#banniere_appMobile .img_qrcode{
		display: none;
	}
	#banniere_appMobile .inner_appMobile{
		display: block !important;
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
        z-index: 1;
	}
	#banniere_appMobile .inner_appMobile > div {
		width: 100% !important;
	}
	#banniere_appMobile .inner_appMobile div.d-flex.align-items-center {
		justify-content: center;
	}
	.single-magapp header,
	.single-magapp .fil-ariane,
	.single-magapp .area-epargne,
	.single-magapp #faq,
	.single-magapp #mag,
	.single-magapp footer{
		display: none !important;
	}
	.single-magapp .spacing-header{height: 30px !important;}

	.inner-card-faq {
		gap: 20px;
	}
	.col-card-questions {
		width: calc(50% - 10px);
	}
	.card-questions {
		font-size: 16px;
		text-align: center;
		line-height: 24px;
		padding:  22px;
		min-height: 235px;

	}
	.page-id-21 .col-questions{
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
	.faq_informations{
		width: 100%;
	}
	.faq_informations .boxe-info span:first-child{
		display: block;
		margin-bottom: 10px;
	}
	.boxe-info-plus span {
		width: auto;
	}
}
