@charset "UTF-8";
#coupon {
    background-color: #fff;
    position: relative;
    border-radius: 15px;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 1px 2px 9px 0 #c2c2c2;
    -moz-box-shadow: 1px 2px 9px 0 #c2c2c2;
    box-shadow: 1px 2px 9px 0 #c2c2c2;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (min-width:360px) {
    #coupon {
        padding: 7px 25px 10px
    }
}

@media only screen and (min-width:768px) {
    #coupon {
        padding: 7px 10px
    }
}

@media only screen and (min-width:992px) {
    #coupon {
        padding: 15px 25px
    }
}

#coupon h2.coupon-title {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    opacity: 1;
    color: #4e205c;
    text-align: center
}

#coupon h2.coupon-title span.pink {
    font-weight: 700;
    font-size: 18px;
    color: #df0957
}

#coupon .counter {
    position: absolute;
    color: rgba(0, 0, 0, .1);
    font-size: 2em;
    left: 50%;
    top: 50px;
    font-weight: bolder;
    transform: translateX(-50%)
}

#coupon .counter span {
    font-size: 3em
}

#coupon p.title {
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-size: .8rem;
    line-height: 24px;
    color: #4e205c;
    opacity: 1;
    text-align: left;
    margin-bottom: 5px
}

@media only screen and (min-width:360px) {
    #coupon p.title {
        font-size: 1.1rem;
		text-align: center;
		font-weight: bold;
    }
}

#coupon p.title.civility {
    margin-bottom: 0
}

#coupon p.minTx {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: .7125rem;
    line-height: 1rem;
    color: #584b57;
    opacity: 1;
    margin-bottom: 0
}

@media only screen and (min-width:360px) {
    #coupon p.minTx {
        font-size: .8125rem;
        margin-bottom: .6rem
    }
}

@media only screen and (min-width:768px) {
    #coupon p.minTx {
        margin-bottom: 0
    }
}

#coupon .error {
    margin-top: 3px;
    display: none;
    background-color: transparent
}

@media only screen and (min-width:360px) {
    #coupon .error {
        margin-top: 10px
    }
}

@media only screen and (min-width:768px) {
    #coupon .error {
        margin: 3px 0
    }
}

#coupon .error p {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: .75rem;
    line-height: 1rem;
    color: #dc143c;
    opacity: 1;
    margin-bottom: 0
}

#coupon .question {
    transition: all .4s ease;
    width: 100%;
    min-height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 580px
}

#coupon .in-view {
    opacity: 1
}

#coupon .in-view.load-space {
    top: 55px
}

@media only screen and (min-width:360px) {
    #coupon .in-view {
        top: 50%
    }
}

#coupon input {
    position: relative;
    text-align: center;
    outline: 0;
    background-color: #fff;
    font-size: 1.2rem;
    color: #757575;
    border: 1px solid #df0957;
    border-radius: 2px;
    transition: top .3s ease;
    opacity: 1
}

@media only screen and (min-width:360px) {
    #coupon input {
        font-size: 1.2rem
    }
}

#coupon input::placeholder {
    color: #ddd;
    font-size: 18px;
    line-height: 28px
}

@media only screen and (min-width:360px) {
    #coupon input::placeholder {
        font-size: 24px
    }
}

#coupon input:-webkit-autofill,
#coupon input:-webkit-autofill:focus,
#coupon input:-webkit-autofill:hover,
#coupon select:-webkit-autofill,
#coupon select:-webkit-autofill:focus,
#coupon select:-webkit-autofill:hover,
#coupon textarea:-webkit-autofill,
#coupon textarea:-webkit-autofill:focus,
#coupon textarea:-webkit-autofill:hover {
    border: 2px solid #fff;
    -webkit-text-fill-color: #789;
    -webkit-box-shadow: 0 0 0 1000px hsla(0, 0%, 100%, .4) inset;
    transition: background-color 5000s ease-in-out 0s
}

#coupon .form-group {
    margin-bottom: .2rem
}

#coupon .has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: .8rem;
    opacity: 0;
    top: .9rem;
    left: 1.2rem;
    color: #6d6969;
    text-transform: inherit
}

#coupon .has-float-label label {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: 1.2rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    background: #fff;
    text-transform: uppercase;
    color: #be0348
}

#coupon .has-float-label label:after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 5px;
    top: 37%;
    left: -.2em;
    right: -.8em;
    z-index: -1
}

#coupon button {
    transition: all .4s ease;
    color: #fff;
    border: none;
    padding: 9px 15px;
    outline: none;
    align-self: flex-end;
	margin: 20px auto 10px;
}

#coupon [class^=gear] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50px
}

#coupon [class^=gear] .center {
    position: absolute;
    z-index: 10;
    width: 15px;
    height: 15px;
    background: #f3f7fa;
    border-radius: 50%
}

#coupon [class^=gear] .wheel {
    width: 35px;
    height: 35px;
    background: #25313f;
    border-radius: 50%
}

#coupon [class^=gear] .teeth {
    display: flex;
    justify-content: center;
    align-items: center
}

#coupon [class^=gear] .tooth {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 50px;
    background: #25313f
}

#coupon .gear {
    animation: spin 4s linear 0s 1 forwards;
    margin-right: 5px;
    transform: rotate(-15deg)
}

#coupon .gear .tooth:nth-child(2) {
    transform: rotate(45deg)
}

#coupon .gear .tooth:nth-child(3) {
    transform: rotate(90deg)
}

#coupon .gear .tooth:nth-child(4) {
    transform: rotate(135deg)
}

#coupon .gear-reverse {
    margin-left: 5px;
    animation: spin-reverse 4s linear 0s 1 forwards;
    opacity: .8
}

#coupon .gear-reverse .tooth {
    transform: rotate(65deg)
}

#coupon .gear-reverse .tooth:nth-child(2) {
    transform: rotate(115deg)
}

#coupon .gear-reverse .tooth:nth-child(3) {
    transform: rotate(155deg)
}

#coupon .gear-reverse .tooth:nth-child(4) {
    transform: rotate(200deg)
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(2turn)
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(2turn)
    }
    to {
        transform: rotate(0deg)
    }
}

#coupon .load-space {
    text-align: center;
    display: none
}

#coupon .load-space p {
    color: #25313f;
    margin-bottom: 5px
}

#coupon .load-space .load-bar {
    width: 87%;
    margin: 5px auto;
    height: 15px;
    background: #be0348;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    border: 1px solid #fff
}

#coupon .load-space .load-juice {
    background: linear-gradient(0deg, #be0348, #4e205c);
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .2s ease;
    animation: load 4s ease .5s 1 forwards
}

#coupon .load-space .load-juice:after {
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, #000, transparent);
    width: 100%;
    top: 1px;
    left: 0;
    opacity: .2
}

@keyframes load {
    0% {
        width: 0
    }
    15% {
        width: 10%
    }
    30% {
        width: 25%
    }
    40% {
        width: 30%
    }
    60% {
        width: 55%
    }
    80% {
        width: 57%
    }
    to {
        width: 100%
    }
}

#coupon [id^=coupon_gender]+label {
    background-size: 69%;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    border-radius: 90px
}

#coupon .question1 label {
    font-size: 1rem;
    color: #584b57;
    padding-top: 79px
}

@media only screen and (min-width:768px) {
    #coupon .question1 label {
        padding-top: 74px
    }
}

@media only screen and (min-width:992px) {
    #coupon .question1 label {
        padding-top: 94px
    }
}

#coupon #coupon_gender {
    width: 100%;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding-bottom: 15px
}

@media only screen and (min-width:360px) {
    #coupon #coupon_gender {
        padding: 0 25px 15px
    }
}

@media only screen and (min-width:768px) {
    #coupon #coupon_gender {
        padding: 0 0 15px
    }
}

@media only screen and (min-width:992px) {
    #coupon #coupon_gender {
        padding: 0 25px 15px
    }
}

#coupon #coupon_gender_0+label {
    background-image: url(../images/homme.png);
	background-size: contain;
	border: 1px solid #e23870;
	filter: grayscale(100%);
}

#coupon #coupon_gender_1+label {
    background-image: url(../images/femme.png);
	background-size: contain;
	border: 1px solid #e23870;
	filter: grayscale(100%);
}

#coupon [id^=coupon_gender]:checked+label {
    font-weight: 600;
    white-space: nowrap
}

#coupon #coupon_gender_0:checked+label {
    filter: grayscale(0%);
}

#coupon #coupon_gender_1:checked+label {
   filter: grayscale(0%);
}

#coupon [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

#coupon [type=radio]#coupon_gender_0 {
    top: 75px;
    left: 24%
}

#coupon [type=radio]#coupon_gender_1 {
    top: 75px;
    left: 71%
}

#coupon .legals p {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    color: #584b57;
    opacity: 1;
    padding: 0;
    text-align: left
}

@media only screen and (min-width:360px) {
    #coupon .legals p {
        padding: 6px 0
    }
}

#coupon .legals a.policy-behavior {
    color: #4e205c;
    transition: all .3s ease
}

#coupon .legals a.policy-behavior:hover {
    color: #be0348;
    cursor: pointer
}

#coupon #conf {
    font-size: 16px;
    color: #584b57
}

#btn-coupon {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    cursor: pointer;
    z-index: 5000;
    bottom: 15px;
    right: 0;
    background-color: orange;
    height: 60px;
    width: 150px;
    border-radius: 90px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding-bottom: 6px
}

#btn-coupon:hover {
    background-color: #4d3200
}

.gift-cpn {
    background-color: #00a5d6;
    color: #fff;
    border-radius: 5px
}

.gift-cpn p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700
}

@media only screen and (min-width:360px) {
    .gift-cpn p {
        font-size: 17px
    }
}

@media only screen and (min-width:768px) {
    .gift-cpn p {
        line-height: 21px
    }
}

@media only screen and (min-width:1200px) {
    .gift-cpn p {
        line-height: 26px
    }
}

.gift-cpn p span {
    font-size: 21px
}

.gift-cpn p small {
    font-size: 10px;
    line-height: 13px
}

.has-float-label {
    display: block;
    position: relative
}

.has-float-label label {
    position: absolute;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.7rem;
    left: .75rem;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    background: transparent;
    font-weight: 700
}

.has-float-label label.mandatory:before {
    position: absolute;
    content: " *";
    color: #fff;
    right: -8px;
    top: -2px;
    font-size: 11px
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.has-float-label .form-control:-ms-input-placeholder,
.has-float-label .form-control::-moz-placeholder {
    opacity: 1;
    transition: all .2s
}

.has-float-label .form-control::placeholder {
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1rem;
    color: #fff;
    opacity: 1
}

.has-float-label .form-control:invalid:not(:focus)::-moz-placeholder,
.has-float-label .form-control:invalid:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:focus:-ms-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:invalid:not(:focus):-ms-input-placeholder {
    color: transparent
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 90%;
    opacity: 1;
    top: .7em;
	
    color: #fff;
    font-weight: 700;
    line-height: 1.4rem
}

.has-float-label .form-control.is-invalid {
    background-image: url(../images/icons/cross.svg);
    border-color: red
}

.has-float-label .form-control.is-invalid:focus {
    box-shadow: none
}

.has-float-label .form-control.is-invalid~.error {
    display: block
}

.has-float-label .form-control.is-valid {
    background-image: url(../images/icons/check.svg)
}

.has-float-label .form-control.is-valid[id*=assword] {
    padding-right: calc(3em + .75rem);
    background-position: right calc(2em + .1875rem) center
}

.has-float-label .form-control:focus {
    box-shadow: none;
    border-color: #d86891
}

.has-float-label .error,
.has-float-label .help {
    display: none;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #dc143c;
    opacity: 1;
    padding-left: 5px;
    padding-top: 3px
}

.bmi {
    background: #fff;
    background-image: linear-gradient(180deg, #fff 28%, #be0348 0)
}

@media only screen and (min-width:576px) {
    .bmi {
        background-image: linear-gradient(180deg, #fff 21%, #e22464 0)
    }
}

.bmi.noContact {
    background-image: linear-gradient(180deg, #fff 35%, #e22464 0)
}

@media only screen and (min-width:992px) {
    .bmi.noContact {
        background-image: linear-gradient(180deg, #fff 21%, #e22464 0)
    }
}

.bmi h3 {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: 500
}

.bmi form {
    background:#e22464 ;
}

@media only screen and (min-width:1200px) {
    .bmi form {
        background-size: 50%;
        background-position: 100%
    }
}

.bmi form .has-float-label {
    background: transparent
}

.bmi form .bones,
.bmi form .who-are {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: .85rem;
    line-height: 1.4rem;
    color: #fff;
    opacity: 1
}

@media only screen and (min-width:992px) {
    .bmi form .bones,
    .bmi form .who-are {
        font-size: .9rem
    }
}

.bmi form label {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.7rem;
    color: #fff;
    opacity: 1
}

.bmi form label.rgpd-check {
    font-size: 11px;
    line-height: .9rem;
    padding-top: 5px
}

.bmi form label.rgpd-check a {
    cursor: pointer;
    color: #fff;
    font-weight: 600
}

.bmi form .fa-female,
.bmi form .fa-male {
    font-size: 1.8rem
}

.bmi .form-control {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.2rem;
    color: #fff;
    opacity: 1;
    background-color: transparent;
    padding-left: 13px;
    border-radius: 7px;
 
    padding-bottom: 2px;
    border-color: transparent transparent #e496b2;
	border: 1px solid #fff;
}

.bmi .form-control:focus {
    background-color: #d86891;
    color: #fff;
    border-color: #e496b2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(228, 150, 178, .4)
}

.bmi .form-control::placeholder {
    color: #fff
}

.bmi .form-control.is-invalid {
    background-image: url(../images/icons/cross-white.svg);
    border-color: #ff6e04
}

.bmi .form-control.is-invalid#bmi_age,
.bmi .form-control.is-invalid#bmi_goal,
.bmi .form-control.is-invalid#bmi_height,
.bmi .form-control.is-invalid#bmi_weight {
    background-image: none
}

.bmi .form-control.is-invalid~.error {
    display: block;
    color: #fff
}

.bmi .form-control.is-valid {
    background-image: url(../images/icons/check-white.svg)
}

.bmi .custom-control-label:before {
    width: 1rem;
    height: 1rem;
    background-color: #d86891;
    border: 1px solid #d86891
}

.bmi .custom-control-label.gender:before {
    top: .45rem;
    left: -1.5rem
}

.bmi .custom-control-label:after {
    width: 2rem;
    height: 2rem;
    top: -.249rem;
    left: -2rem
}

.bmi .custom-control-label.gender:after {
    top: -.051rem;
    left: -2rem
}

.bmi .custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #e496b2
}

.bmi .custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(228, 150, 178, .4)
}

.bmi .custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #d86891;
    background-color: #d86891
}

.bmi .unit {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: .8rem;
    line-height: .8rem;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 10px
}

.bmi .form-control.is-invalid~.unit {
    top: 15px
}

.bmi .mentions {
    font-size: .7rem;
    line-height: .9rem;
    padding-top: 1rem
}

.bmi .legals p,
.bmi .mentions {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

.bmi .legals p {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    padding: 6px;
    margin-bottom: 0
}

@media only screen and (min-width:1200px) {
    .bmi .legals p {
        text-align: center
    }
}

.bmi .legals p a {
    cursor: pointer;
    color: #fff;
    font-weight: 600
}

.download {
    background: #00a5d6
}

.download h2,
.download h3 {
    color: #fff;
    font-weight: 500
}

.download h3 {
    font-size: 1.1rem;
    line-height: 1.6rem
}

.download h3 .script {
    color: #fff;
    font-size: 2.3rem
}

.download h3 img {
    width: 33px
}

.download form .has-float-label {
    background: transparent
}

.download form .bones,
.download form .who-are {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: .85rem;
    line-height: 1.4rem;
    color: #fff;
    opacity: 1
}

@media only screen and (min-width:768px) {
    .download form .bones,
    .download form .who-are {
        font-size: .9rem
    }
}

.download form .has-float-label label {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.7rem;
    color: #be0348;
    opacity: 1;
    padding: 1px;
    line-height: 16px;
    background: hsla(0, 0%, 100%, .6);
    border-radius: 2px
}

.download form .has-float-label label.rgpd-check {
    font-size: 11px;
    line-height: .9rem;
    padding-top: 5px
}

.download form .has-float-label label.rgpd-check a {
    cursor: pointer;
    color: #be0348;
    font-weight: 600
}

.download form .fa-female,
.download form .fa-male {
    font-size: 1.8rem;
    color: #fff
}

.download .form-control {
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.2rem;
    color: #25313f;
    opacity: 1;
    background-color: #fff;
    padding-left: 13px;
    border-radius: 2px;
    border-width: 1px 1px 2px;
    padding-bottom: 2px;
    border-color: #d86891
}

.download .form-control:focus {
    background-color: #d86891;
    color: #fff;
    border-color: #e496b2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(228, 150, 178, .4)
}

.download .form-control::placeholder {
    color: #fff
}

.download .form-control.is-invalid {
    border-color: #ff6e04
}

.download .form-control.is-invalid#bmi_age,
.download .form-control.is-invalid#bmi_goal,
.download .form-control.is-invalid#bmi_height,
.download .form-control.is-invalid#bmi_weight {
    background-image: none
}

.download .form-control.is-invalid~.error {
    display: block;
    color: #fff
}

.download .custom-control-label:before {
    width: 1rem;
    height: 1rem;
    background-color: #8dbec7;
    border: 1px solid #8dbec7
}

.download .custom-control-label.gender:before {
    top: .45rem;
    left: -1.5rem
}

.download .custom-control-label:after {
    width: 2rem;
    height: 2rem;
    top: -.249rem;
    left: -2rem
}

.download .custom-control-label.gender:after {
    top: -.051rem;
    left: -2rem
}

.download .custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(228, 150, 178, .4)
}

.download .custom-control-input:checked~.custom-control-label:before {
    color: #be0348;
    border-color: #d86891;
    background-color: #d86891
}

.download .custom-control-input:checked~.custom-control-label:after {
    color: #be0348
}

.download .unit {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: .8rem;
    line-height: .8rem;
    color: #be0348;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 30px
}

.download .form-control.is-invalid~.unit {
    top: 15px
}

.download .mentions {
    font-size: .7rem;
    line-height: .9rem;
    padding-top: 1rem
}

.download .legals p,
.download .mentions {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    opacity: 1
}

.download .legals p {
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    text-align: left;
    padding: 6px;
    margin-bottom: 0
}

@media only screen and (min-width:1200px) {
    .download .legals p {
        text-align: center
    }
}

.download .legals p a {
    cursor: pointer;
    color: #fff;
    font-weight: 600
}

.download #btn-download {
    border: 2px solid #be0348
}

.download .mentions {
    color: #fff
}

.download .custom-control-label {
    font-size: .8em;
    color: #fff
}

.download #download-gender {
    display: none
}

.download .form-control:placeholder-shown:not(:focus)+* {
    color: #584b57;
    font-weight: 400;
    top: .6em
}

.download .custom-checkbox {
    color: #fff
}

.download .actionLink {
    color: #401b42
}

#engagement .carousel-item {
    position: relative;
    height: 100%
}

@media only screen and (min-width:768px) {
    #engagement .carousel-item {
        height: auto
    }
}

#engagement .carousel-item .slide-1,
#engagement .carousel-item .slide-2,
#engagement .carousel-item .slide-3 {
    background-size: cover
}

#engagement .carousel-item .slide-1 {
    background-image: url(../images/slide-1.jpg)
}

#engagement .carousel-item .slide-2 {
    background-image: url(../images/slide-2.jpg)
}

#engagement .carousel-item .slide-3 {
    background-image: url(../images/slide-3.jpg)
}

#engagement .carousel-item .bg-slide {
    height: 100%
}

@media only screen and (min-width:768px) {
    #engagement .carousel-item .bg-slide {
        height: auto
    }
}

#engagement .carousel-item .text {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 15px;
    background: hsla(0, 0%, 100%, .8);
    backdrop-filter: blur(5px);
    text-align: center;
    height: 100%;
    font-size: 1.6em
}

@media only screen and (min-width:768px) {
    #engagement .carousel-item .text {
        width: 60%;
        top: 50%;
        height: auto;
        border-radius: 10px
    }
}

#engagement .carousel-item .text .yuka {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    font-size: 18px;
    background: #016f7f;
    text-align: center;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    line-height: 1em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    #engagement .carousel-item .text .yuka {
        width: 75px;
        height: 75px;
        border-radius: 75px;
        font-size: 14px
    }
}

#engagement .carousel-item .text p {
    font-size: 1.6rem;
    font-weight: 400;
    color: #584b57;
    line-height: 1.6rem
}

@media only screen and (min-width:768px) {
    #engagement .carousel-item .text p {
        font-size: 1.4rem
    }
}

#engagement .carousel-item .text ul {
    text-align: left;
    margin-top: 1em
}

#engagement .carousel-item .text ul li {
    color: #584b57
}

#engagement .carousel-item .text ul li i {
    display: inline-block;
    margin-right: 10px
}

#engagement .carousel-item .text ul li span {
    color: #be0348
}

#engagement .carousel-item .text .nutri {
    max-width: 300px
}

@media only screen and (min-width:768px) {
    #engagement .carousel-item .text .nutri {
        max-width: 200px
    }
}

#engagement .carousel-item .text .france {
    max-width: 300px
}

@media only screen and (min-width:768px) {
    #engagement .carousel-item .text .france {
        max-width: 200px
    }
}

@font-face {
    font-family: montserrat;
    font-weight: 400;
    src: url(../fonts/montserrat-Regular.8ab18d93.eot) format("eot"), url(../fonts/montserrat-Regular.bd03a2cc.woff2) format("woff2"), url(../fonts/montserrat-Regular.27bd77b9.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: montserrat;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/montserrat-Italic.0acac383.eot) format("eot"), url(../fonts/montserrat-Italic.4eb103b4.woff2) format("woff2"), url(../fonts/montserrat-Italic.f28f2d64.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: montserrat;
    font-weight: 500;
    src: url(../fonts/montserrat-Medium.cecc32d2.eot) format("eot"), url(../fonts/montserrat-Medium.0996d39c.woff2) format("woff2"), url(../fonts/montserrat-Medium.acbd6ecc.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: montserrat;
    font-weight: 600;
    src: url(../fonts/montserrat-Semibold.8bb939ef.eot) format("eot"), url(../fonts/montserrat-Semibold.8b4f872c.woff2) format("woff2"), url(../fonts/montserrat-Semibold.c2b50f4a.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: montserrat;
    font-weight: 700;
    src: url(../fonts/montserrat-Bold.a2fb219c.eot) format("eot"), url(../fonts/montserrat-Bold.cccb8974.woff2) format("woff2"), url(../fonts/montserrat-Bold.d878b6c2.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: montserrat;
    font-weight: 800;
    src: url(../fonts/montserrat-Heavy.b0357e42.eot) format("eot"), url(../fonts/montserrat-Heavy.c9cbbdc3.woff2) format("woff2"), url(../fonts/montserrat-Heavy.2ce4d823.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: montserrat;
    font-weight: 900;
    src: url(../fonts/montserrat-Black.d2d9ddbd.eot) format("eot"), url(../fonts/montserrat-Black.33d5f0d9.woff2) format("woff2"), url(../fonts/montserrat-Black.f80bda6a.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family:  'Pangolin', cursive;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ 'Pangolin', cursive.f888c71d.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.ab459481.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    src: url(../fonts/Montserrat-Medium.4850785f.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.bc62a80c.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.184c553c.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    src: url(../fonts/Montserrat-ExtraBold.82763876.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    src: url(../fonts/Montserrat-Black.798e963a.woff) format("woff");
    font-display: swap
}

.cta-vertic {
    background-color: #be0348;
    border-color: #be0348
}

.cta-vertic .fa-chevron-right {
    color: #fff;
    font-size: 1.5625rem
}

.cta {
    color: #fff;
    background: #be0348;
    border: 1px solid #be0348;
    font-family: Montserrat, sans-serif;
    border-radius: 1.875rem;
    text-transform: uppercase;
    transition: all .2s ease;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700
}

.cta:not(.cta-flat) {
    box-shadow: 0 5px 8px rgba(190, 3, 72, .5);
    padding: .625rem 1.125rem
}

.cta.cta-flat {
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600
}

.cta:hover {
    background: #d70352;
    color: #fff;
    border: 1px solid #be0348
}

.cta:hover:not(.cta-flat) {
    box-shadow: 0 5px 8px rgba(190, 3, 72, .5)
}

.cta-inv {
    background: #fff;
    font-family: Montserrat, sans-serif;
    border-radius: 1.875rem;
    padding: .625rem 1.125rem;
    text-transform: uppercase;
    transition: all .2s ease;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    background-color: #fff
}

.cta-inv,
.cta-inv:hover {
    border: 2px solid #be0348;
    color: #be0348
}

.cta-inv:hover,
.cta-white {
    background: #fff
}

.cta-white {
    color: #fff;
    border: 1px solid #fff;
    font-family: Montserrat, sans-serif;
    border-radius: 1.875rem;
    padding: .625rem 1.125rem;
    text-transform: uppercase;
    transition: all .2s ease;
    display: inline-block;
    font-size: .875rem;
    font-weight: 700
}

@media only screen and (min-width:360px) {
    .cta-white {
        color: #fff;
		background: transparent;
        border: 1px solid #fff;
        font-family: Montserrat, sans-serif;
        border-radius: 1.875rem;
        padding: .625rem 1.125rem;
        text-transform: uppercase;
        transition: all .2s ease;
        display: inline-block;
        font-size: 1rem;
        font-weight: 700
    }
}

.cta-white:active,
.cta-white:focus,
.cta-white:hover {
    background: #fff;
    color: #be0348;
    border: 1px solid #fff
}

.cta-orange {
    color: #fff;
    background: #e14179;
	border: 1px solid #e14179;
	box-shadow: 0 5px 8px rgba(225, 65, 121, 0.64);
	font-family: Montserrat, sans-serif;
	border-radius: 0.5rem;
    padding: .625rem 1.125rem;
    text-transform: uppercase;
    transition: all .2s ease;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700
}

.cta-orange:hover {
    background: #351c43;
    color: #fff;
    border: 1px solid #cc6500
}

.cta-orangered {
    color: #fff;
	background: #dc145a;
	border: 1px solid #dc145a;
	box-shadow: 0 5px 8px rgba(233, 30, 99, 0.47);
	font-family: Montserrat, sans-serif;
	border-radius: 0.5rem;
    padding: .625rem 1.125rem;
    text-transform: uppercase;
    transition: all .2s ease;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700
}

.cta-orangered:hover {
    background: #ff6307;
    color: #fff;
    border: 1px solid #d34e00
}

.cta-orange-inv {
    color: #fff;
    background: #351c43;
    box-shadow: 0 5px 8px rgba(191, 72, 0, .5);
    font-family: Montserrat, sans-serif;
    border-radius: 1.875rem;
    padding: .625rem 1.125rem;
    text-transform: uppercase;
    transition: all .2s ease;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #351c43;
    color: #351c43
}

.cta-orange-inv:hover {
    background: #351c43;
    border: 2px solid #351c43;
    color: #fff
}

.cta-purple {
    color: #fff;
    background: #4e205c;
    border: 1px solid #4e205c;
    box-shadow: 0 5px 8px rgba(78, 32, 92, .5);
    font-family: Montserrat, sans-serif;
    border-radius: 1.875rem;
    padding: .625rem 1.125rem;
    text-transform: uppercase;
    transition: all .2s ease;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700
}

.cta-purple:hover {
    background: #401b42;
    color: #fff;
    border: 1px solid #2e1336
}

.modal.show {
    z-index: 5000;
    justify-content: center;
    align-items: center
}

.modal.show .modal-body .btn-secondary,
.modal.show .modal-footer .btn-secondary {
    background-color: #4e205c;
    margin: 0 0 0 auto;
    display: block
}

.programs.card {
    border: 0
}

.programs.card .card-body {
    padding: .9375rem
}

.programs.card .card-title {
    margin-bottom: 4px;
    color: #df0957;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    opacity: 1
}

.programs.card .card-title .name {
    font-family:  'Pangolin', cursive, Freestyle Script, Lucida Handwriting, cursive;
    font-size: 2em;
    line-height: 1em;
    font-weight: 400;
    color: #642a73
}

@media only screen and (min-width:768px) {
    .programs.card .card-title {
        margin-bottom: 8px
    }
}

.programs.card .card-subtitle {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: .8rem;
    line-height: 1rem;
    color: #707070;
    opacity: 1
}

.programs .popular {
    position: absolute;
    top: -18px;
    left: -27px;
    border: 1px solid #df0957;
    background-color: #df0957;
    width: 55px;
    height: 55px;
    border-radius: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform: rotate(-25deg)
}

.programs .popular p {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    opacity: 1
}

.programs .popular p span {
    font-size: 18px;
    line-height: 18px
}

#page-download_with_coupon .popular,
#page-home .popular {
    top: -27px;
    left: -30px
}

.programs-fit {
    position: relative;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1rem;
    color: #fff;
    opacity: 1
}

.programs-fit h2 {
    font-size: 1.4rem
}

@media only screen and (min-width:360px) {
    .programs-fit h2 {
        font-size: 1.625rem
    }
}

.programs-fit .card {
    box-shadow: -10px -10px 10px 0 hsla(0, 0%, 100%, .4), 10px 10px 10px 0 rgba(0, 0, 0, .03);
    border: 1.2px solid #ff9b1f
}

.programs-fit .card .card-title {
    font-size: .8rem
}

.programs-fit .card .card-title:after {
    height: 15px
}

@media only screen and (min-width:360px) {
    .programs-fit .card .card-title:after {
        height: 20px
    }
}

.programs-fit .card .card-title .name {
    font-size: 2rem
}

.programs-fit .card .cta-orange {
    white-space: nowrap
}

@media only screen and (min-width:1200px) {
    #page-programs .card-subtitle,
    [id^=form-program-] .card-subtitle {
        min-height: 32px
    }
}

[id^=form-program-] .price {
    font-size: 20px;
    font-weight: 700;
    color: #642a73;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width:425px) {
    [id^=form-program-] .price {
        flex-direction: row
    }
}

[id^=form-program-] .price small {
    font-size: 11px;
    color: #484848
}

@media only screen and (min-width:425px) {
    [id^=form-program-] .price small.to {
        margin-right: 3px
    }
}

.border-radius {
	height: 100%;
	border: 3px solid #e14179;
	border-radius: 20px;
	padding:20px 0;
}

@media only screen and (max-width:425px) {
    .border-radius {
		height: 90%;
		width:95%; 
		margin:0 auto;
	}
}

#page-home .take-control {
    background-color: #fff
}

#page-home .take-control .bandeau-top {
    background: #fbcbcc
}

#page-home .take-control .bandeau-top h1 {
    color: #fff;
    font-size: 1rem
}

@media only screen and (min-width:768px) {
    #page-home .take-control .bandeau-top h1 {
        font-size: 1.1rem
    }
}

@media only screen and (min-width:992px) {
    #page-home .take-control .bandeau-top h1 {
        font-size: 1.3rem
    }
}

#page-home .take-control .temoins {
    background-image: url(../images/mincir.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 314px;
}

@media only screen and (min-width:576px) {
    #page-home .take-control .temoins {
        min-height: 340px
    }
}

@media only screen and (min-width:768px) {
    #page-home .take-control .temoins {
        min-height: 400px;
        background-image: url(../images/mincir.jpg);
        background-position: 50% 0
    }
}

@media only screen and (min-width:992px) {
    #page-home .take-control .temoins {
        background-position: center;
		background-size: contain;
    }
}

@media only screen and (min-width:2200px) {
    #page-home .take-control .temoins {
        min-height: 450px;
        background-position: 50% 50%
    }
}

#page-home .caroline,
#page-home .myriam,
#page-home .sandrine {
    color: #401b42;
    border-radius: 2px;
    z-index: 999
}

#page-home .caroline div,
#page-home  .myriam div,
#page-home .sandrine div {
    font-size: 1em;
    display: inline;
    font-family:  'Montserrat', cursive, Freestyle Script, Lucida Handwriting, cursive;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 400
}

@media only screen and (min-width:300px) {
    #page-home  .caroline div {
        font-size: 1.6em;
		text-align:center !important;
    }
}

@media only screen and (min-width:425px) {
    #page-home  .caroline div {
        font-size: 2.4em
    }
}

#page-home  .caroline span {
    font-size: 1.2em;
    font-weight: 700;
    color: #401b42
}

@media only screen and (min-width:425px) {
    #page-home .caroline span  {
        font-size: 1.4em
    }
}

#page-home .phone-bloc {
	margin:50px auto;
}

#page-home  .caroline {
 
    color: #341b42;
 
}

#page-home .caroline p {
    color: #e22464;
    position: relative;
	font-weight: bold;
}
 

@media only screen and (min-width:768px) {
    #page-home .caroline p:before {
 
        display: none
    }
}

#page-home .caroline span {
    color: #383838;
    font-size: .8em
}

@media only screen and (min-width:360px) {
    #page-home .caroline {
        max-width: 160px
    }
}

@media only screen and (min-width:576px) {
    #page-home .caroline {
 
        right: 20px
    }
}

@media only screen and (min-width:768px) {
    #page-home .caroline {
 
        right: 25px
    }
    #page-home .caroline p {
        font-size: 25px;
        line-height: 1.2
    }
    #page-home .caroline span {
        font-size: 1.2em
    }
}

@media only screen and (min-width:992px) {
    #page-home .caroline {
        width:100%;
		max-width:500px;
		margin:0 auto;
		text-align:left;
    }
}
@media only screen and (max-width:992px) {
    #page-home .caroline {
        width:100%;
		max-width:500px;
		margin:0 auto;
		text-align:left;
    }
}

@media only screen and (min-width:2200px) {
    #page-home .caroline {
        max-width: 400px
    }
    #page-home .caroline p {
        font-size: 2em;
        line-height: 1.2em
    }
    #page-home .caroline div {
        font-size: 2.4em
    }
    #page-home .caroline span {
        font-size: 2em
    }
}

#page-home .take-control #coupon {
    margin: 0 auto
}

@media only screen and (min-width:768px) {
    #page-home .take-control #coupon {
        margin-top: 15px
    }
}

#page-home .notes .trustpilot-widget {
    width: 100%
}

@media only screen and (min-width:768px) {
    #page-home .notes .trustpilot-widget {
        max-width: 280px
    }
}

#page-home .notes .google {
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width:768px) {
    #page-home .notes .google {
        max-width: 280px
    }
}

#page-home .notes .google img {
    width: 235px
}

#page-home .methode {
    background-repeat: no-repeat;
    color: #000
}

#page-home .methode h2 .purple {
    color: #4e205c;
    text-transform: uppercase;
    font-weight: 700
}

#page-home .methode .sousligne {
    font-weight: 600
}

#page-home .methode .sousligne:after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    background-color: rgba(223, 9, 87, .5)
}

@media only screen and (min-width:768px) {
    #page-home .methode .sousligne {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:992px) {
    #page-home .methode .bg-light:nth-of-type(3) {
        border-right: 10px solid #fff;
        border-left: 10px solid #fff
    }
}

@media only screen and (min-width:992px) {
    #page-home .methode .elem {
        max-height: 100px;
        height: 100px
    }
}

#page-home .methode h3 {
    color: #642a73;
    width: 100%;
    text-align: left;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    opacity: 1;
    line-height: 1.3rem
}

#page-home .methode h3 span {
    color: #be0348
}

@media only screen and (min-width:360px) {
    #page-home .methode h3 {
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        font-size: .9375rem;
        opacity: 1;
        line-height: 1.6rem
    }
}

@media only screen and (min-width:425px) {
    #page-home .methode h3 {
        font-family: Montserrat, sans-serif;
        font-weight: 700;
        font-size: 1.1rem;
        opacity: 1;
        line-height: 1.5rem
    }
}

#page-home .methode p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #000;
    opacity: 1;
    padding: 0 10px
}
#page-home .methode p strong{
 
    font-weight:700;
 
}

#page-home .methode .bullet {
    width: 140px;
    height: 100px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:992px) {
    #page-home .methode .bullet {
        width: 100px;
        height: 90px
    }
}

#page-home .methode .bullet.eng {
    width: 100px
}

@media only screen and (min-width:768px) {
    #page-home .methode .bullet.eng {
        height: 80px
    }
}

#page-home .methode .bullet.eng.nutri {
    width: 130px
}

@media only screen and (min-width:992px) {
    #page-home .methode .bullet.eng.madefr,
    #page-home .methode .bullet.eng.sansadd {
        width: 65px
    }
}

#page-home .methode .bullet.number {
    width: 60px;
    height: 60px;
    margin-bottom: 10px
}

@media only screen and (min-width:992px) {
    #page-home .methode .bullet.number {
        height: 74px;
        width: 55px
    }
}

#page-home .methode .plus-circle {
    height: 1.625rem;
    width: 1.625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    background-color: #be0348;
    -webkit-box-shadow: 3px 5px 5px 1px rgba(190, 3, 72, .5);
    -moz-box-shadow: 3px 5px 5px 1px rgba(190, 3, 72, .5);
    box-shadow: 3px 5px 5px 1px rgba(190, 3, 72, .5)
}

#page-home .methode .plus-circle .fa-plus {
    color: #fff;
    font-size: 1rem
}

#page-home .avis {
    background-color: rgba(250, 235, 238, .8);
    border-radius: 6px
}

#page-home .avis h2 {
    font-weight: 700
}

#page-home .avis .blurry {
    background: hsla(0, 0%, 100%, .8);
    backdrop-filter: blur(5px);
    border-radius: 3px
}

#page-home .avis a img {
    cursor: pointer
}

#page-home .avis a.pink {
    color: #df0957
}

#page-home .avis h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: .9rem;
    opacity: 1;
    line-height: 1.6rem;
    color: #4e205c
}

@media only screen and (min-width:360px) {
    #page-home .avis h5 {
        font-size: 1.1rem
    }
}

#page-home .avis h5 .script {
    font-family:  'Pangolin', cursive, Freestyle Script, Lucida Handwriting, cursive;
    font-size: 2rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #df0957
}

#page-home .avis p {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-size: .75rem;
    line-height: .9375rem;
    color: #75686b;
    opacity: 1
}

#page-home .avis p.title {
    color: #4e205c
}

#page-home .avis p.title .script {
    color: #df0957;
    font-family:  'Pangolin', cursive, Freestyle Script, Lucida Handwriting, cursive;
    font-size: 1.9375rem;
    line-height: 2rem;
    font-weight: 500
}

@media only screen and (min-width:576px) {
    #page-home .avis p {
        font-family: montserrat, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.2rem;
        color: #75686b;
        opacity: 1
    }
}

#page-home .avis .testi-round {
    height: 120px;
    width: 120px;
    border-radius: 200px
}

@media only screen and (min-width:360px) {
    #page-home .avis .testi-round {
        height: 150px;
        width: 150px
    }
}

@media only screen and (min-width:1200px) {
    #page-home .avis .testi-round {
        height: 200px;
        width: 200px
    }
}

#page-home .trust h3 .pink {
    font-weight: 700;
    text-transform: uppercase
}

#page-home .result h2 {
    font-size: 1.4375rem
}


#page-products .card a {
    display: block;
    position: relative;
    height: 100%;
}

#page-products .card a:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f002";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%) rotate(90deg) scale(2);
	font-size: 2rem;
	color: #fff;
	opacity: 0;
	transition: opacity .3s, transform .3s;
	z-index: 1;
}

#page-products .card:hover a:after {

	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg) scale(1);

}


#page-products img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

#page-products .card {
   flex: auto;
   min-width: 150px;
   margin: 0 8px 8px 0; /* Some gutter */
   overflow:hidden;
}
#page-products img:hover,#page-products .card:hover img {
  filter: brightness(50%);
  scale:1.2;
}