/* ########################################################################## */

/* #####                                                                ##### */

/* #####                  IMPORTATION DU FORMULAIRE.CSS                 ##### */

/* #####                                                                ##### */

/* ########################################################################## */

/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --mplwhite-hover: #EDF6FB;
    --mplwhite-alt: #F7F8FD;
    --mpldarkgrey-text: #293B45;
    --mplgrey-text: #56666F;
    --mplorange: #FF9600;
    --mplblue: #0584CA;
    --mplblue-alt: #2BAFF8;
}

.transition {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.indie {
    font-family: 'Indie Flower', cursive, Arial
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    line-height: 1;
    margin: 0;
    font-weight: 400
}

input[type=text]:focus {
    outline: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.landing_input {
    -webkit-appearance: none;
    font-size: 22px;
    font-weight: 600;
    background-color: #22A6F7;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    border: unset;
    height: 60px;
    color: white;
    cursor: pointer;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

fieldset,
form,
li,
p,
ul {
    margin: 0;
    padding: 0;
    line-height: 1
}

li,
ul {
    list-style: none
}

ol li {
    list-style: none
}

a:active,
a:focus,
a:hover {
    outline: 0
}

::-webkit-input-placeholder {
    color: #000;
    font-weight: 900
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-weight: 900
}

:-ms-input-placeholder {
    color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.txt-14 {
    font-size: 14px;
    padding: 0 10px
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.select-box {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 250px;
    font-size: 18px;
    color: #60666d;
    text-align: left !important;
    height: 54px;
}

.select-box.field {
    width: auto
}

.select-box__current {
    position: relative;
    cursor: pointer;
    outline: 0;
    font-size: 16px;
    padding-right: 15px;
    margin-top: 7px;
}

.select-box__current:focus + .select-box__list {
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none
}

.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer
}

.select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.select-box__icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    opacity: 1;
    transition: .2s ease
}

.select-box__value {
    display: flex;
    color: #000
}

.select-box__input {
    display: none
}

.select-box__input:checked + .select-box__input-text {
    display: block
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0
}

.select-box__list {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    z-index: 1;
    top: 100%;
    padding-top: 40px;
    margin: 0;
    margin-top: -43px;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start
}

.select-box__list {
    border: 1px solid #dedede;
    border-top: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 252px;
    margin-left: -2px
}

.select-box__list li {
    background-image: none;
    margin: 0;
    background-color: #fff
}

.select-box__list li:first-child {
    border-top: 0
}

.select-box__option {
    display: block;
    padding: 8px 0 8px 10px;
    background-color: #fff;
    color: #000;
    font-size: 16px
}

.select-box__option:focus,
.select-box__option:hover {
    color: #546c84;
    background-color: #fbfbfb
}

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

:focus {
    outline: 0
}

.no-desktop {
    display: none
}

:focus {
    outline: 0
}

body {
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    font-weight: normal;
    color: #000000;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    padding: 0;
}

a {
    color: #0584ca;
}

p {
    line-height: 1.3
}

body,
html {
    height: 100%;
    padding-bottom: 300px
}

maj {
    text-transform: uppercase;
}

#wrapper {
    width: 930px;
    padding: 20px 50px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .16);
    padding-bottom: 90px;
    position: relative;
    margin-bottom: 20px
}

#header:after,
#header:before {
    content: " ";
    display: table
}

#header:after {
    clear: both
}

#header #logo,
#header #right-logo {
    display: inline-block
}

#header #logo {
    float: left
}

#header #logo a {
    text-decoration: none
}

#header #logo .sub-logo {
    display: block;
    text-align: right;
    font-size: 13px;
    text-decoration: none;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    color: #223254
}

#header #logo a img {
    display: block
}

#header #right-logo {
    float: right
}

.field-mini {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 10px 0 10px 10px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #c8ccd4;
    background: 0 0;
    border-radius: 0;
    color: #223254;
    transition: all .15s ease;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    font-size: 18px;
    color: #3e3e3e;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bloc-field {
    position: relative;
    -webkit-appearance: none;
    border: 0;
    font-family: inherit;
    padding: 10px 0 10px 10px;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #c8ccd4;
    background: 0 0;
    border-radius: 0;
    color: #223254;
    transition: all .15s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bloc-field.field-mini {
    width: 150px
}

::placeholder {
    font-weight: 400;
    opacity: 1
}

:-ms-input-placeholder {
    font-weight: 400
}

::-ms-input-placeholder {
    font-weight: 400
}

.field-input {
    position: relative;
    margin: auto;
    width: 100%;
    display: block
}

.field-input .with-search input {
    padding-right: 27px
}

.field-input .label {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 16px;
    color: #959595;
    line-height: 44px;
    transform-origin: 0 0;
    transition: all .2s ease;
}

.field-input .label i {
    margin-left: 3px
}

.field-input .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #07f;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .15s ease
}

.field-input .picto {
    display: none
}

.field-input input {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 10px 0 10px 10px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    background: 0 0;
    border-radius: 0;
    color: #223254;
    transition: all .15s ease;
    box-sizing: border-box
}

.field-input input:hover {
    background: rgba(34, 50, 84, .03)
}

.field-input input:not(:placeholder-shown) + .label {
    color: #347ecb;
    transform: translateY(-26px) scale(.70);
    left: 0
}

.field-input input:focus {
    background: 0 0;
    outline: 0;
    border-bottom: 1px solid #0166ae
}

.field-input input:focus + .label {
    color: #347ecb;
    left: 0;
    transform: translateY(-26px) scale(.75)
}

.field-input input:focus + .label + .border {
    transform: scaleX(1);
    border-bottom: 1px solid #347ecb
}

.field-input.error .picto,
.field-input.validate .picto {
    display: block
}

.field-input.error .label,
.field-input.validate .label {
    color: #347ecb;
    left: 0;
    transform: translateY(-26px) scale(.75)
}

.field-input.error input,
.field-input.validate input {
    border-bottom: 0
}

.field-input.validate {
    border-color: #347ecb
}

.field-input.validate .label {
    color: #347ecb
}

.field-content-bottom {
    padding: 15px;
    font-size: 15px;
    border: 1px solid #347ecb;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.field-content-bottom ul li {
    margin-top: 8px;
    cursor: pointer
}

.field-content-bottom ul li:hover {
    color: #347ecb
}

.field-content-bottom ul li i {
    margin-right: 5px
}

.field-content-bottom ul li:first-child {
    margin-top: 0
}

.picto-right {
    position: absolute;
    right: 10px;
    top: 15px
}

.tooltip-info .picto-tooltip {
    position: absolute;
    right: 0;
    top: 8px;
    cursor: pointer;
    color: #347ecb;
    z-index: 5;
    font-size: 22px
}

.tooltip-info .picto-tooltip i {
    position: relative
}

.tooltip-info .picto-tooltip i img {
    width: 22px
}

.tooltip-info.tooltip-inline {
    display: inline;
    position: relative
}

.tooltip-info.tooltip-inline .picto-tooltip {
    position: relative;
    right: auto;
    top: auto;
    display: inline
}

.tooltip-info.tooltip-inline .picto-tooltip i {
    display: inline-block;
    vertical-align: middle;
}

.tooltip-info.tooltip-inline .picto-tooltip i img {
    margin-top: 2px
}

.tooltip-info.tooltip-inline .picto-tooltip i:after {
    display: none
}

.tooltip-info.tooltip-inline .content-tooltip:after {
    right: 10px
}

.tooltip-info .content-tooltip {
    margin-bottom: 15px;
    border: 1px solid #03a9f5;
    font-size: 14px;
    line-height: 16px;
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    right: -10px;
    bottom: 100%;
    font-family: 'poppinsmedium', 'Poppins', Arial;
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .16)
}

.tooltip-info .content-tooltip:after {
    background: url(img/arr-bottom.png) no-repeat left center;
    width: 17px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 99%;
    content: ''
}

.tooltip-info .content-tooltip .fas {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #347ecb
}

.tooltip-info .content-tooltip.bottom-tooltip {
    top: 99%;
    bottom: auto;
    z-index: 99;
    background-color: #fff
}

.tooltip-info .content-tooltip.bottom-tooltip:after {
    transform: rotate(180deg);
    bottom: 100%;
    top: auto
}

.bloc-field,
.field-input,
button {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    font-size: 18px;
    color: #3e3e3e;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bloc-field.error,
.field-input.error,
button.error {
    border-color: #ff6d69 !important
}

.bloc-field.error .label,
.field-input.error .label,
button.error .label {
    color: #ff6d69 !important
}

.bloc-field.error .border,
.field-input.error .border,
button.error .border {
    background-color: #ff6d69
}

.bloc-field.error .picto,
.field-input.error .picto,
button.error .picto {
    color: #ff6d69
}

.bloc-field.error .picto i::before,
.field-input.error .picto i::before,
button.error .picto i::before {
    content: "\f06a"
}

button {
    width: 140px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    line-height: 43px;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 30px
}

button:first-child {
    margin-left: 0
}

button .picto {
    display: none
}

button.error .picto,
button.selected .picto {
    display: block
}

button.selected {
    border-color: #347ecb
}

button.selected .picto {
    display: block
}

.big-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    height: 85px;
    font-size: 18px;
    line-height: 22px
}

.content-col:after,
.content-col:before {
    content: " ";
    display: table
}

.content-col:after {
    clear: both
}

[class*=col-] {
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

[class*=col-] button {
    width: 100%
}

.col-1 {
    width: 8.33%
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.col-5 {
    width: 41.66%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33%
}

.col-8 {
    width: 66.66%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33%
}

.col-11 {
    width: 91.66%
}

.col-12 {
    width: 100%
}

:not(.block-produit) > .picto {
    position: absolute;
    right: -11px;
    top: -11px;
    color: #347ecb;
    z-index: 2;
    background-color: #fff;
    content: "\f058";
    font-size: 22px
}

.picto:before {
    width: 5px;
    height: 10px;
    bottom: 0
}

.picto:after {
    height: 4px;
    width: 10px;
    bottom: 0
}

.picto:after,
.picto:before {
    content: '';
    background-color: #fff;
    position: absolute;
}

#avancement {
    margin-top: 20px;
    width: 100%;
    position: relative;
    margin: 30px 0 60px 0;
    height: 7px;
    background-color: #e3e3e3;
    position: absolute;
    width: 100%;
    top: 0
}

#avancement .round {
    width: 11px;
    height: 11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
    background-color: #e3e3e3;
    position: absolute;
    top: -2px;
    z-index: 2
}

#avancement .round.first {
    left: -1px
}

#avancement .round.last {
    right: -10px
}

#avancement .round.done {
    background-color: #347ecb
}

#avancement .current {
    position: absolute;
    top: 0;
    text-align: right
}

#avancement .current .line-av {
    height: 7px;
    background-color: #347ecb
}

#avancement .current .text {
    color: #347ecb;
    font-size: 9px;
    font-style: italic;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: 700;
    text-align: right;
    position: absolute;
    padding-right: 38px;
    top: -13px;
    right: 0
}

#avancement .current .round {
    color: #fff;
    background-color: #347ecb;
    font-size: 15px;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 33px;
    right: 0;
    top: -12px
}

h1, .h1 {
    color: #293B45;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 34px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    display: block;
}

/* h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 51px;
    height: 3px;
    background-color: #0584CA
} */

h3 {
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

h4 {
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
}

.title-label {
    font-size: 18px;
    color: #3e3e3e;
    line-height: 22px;
    display: block
}

.line {
    margin-top: 40px;
    position: relative;
    font-size: 16px
}

.line .content-line:after,
.line .content-line:before {
    content: " ";
    display: table
}

.line .content-line:after {
    clear: both
}

.line > .title-label {
    margin-bottom: 20px
}

.line .txt-bottom {
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px
}

.line .txt-error {
    color: #ff6d69
}

.full {
    width: 100%
}

.demi {
    float: left;
    width: 50%;
}

.demi, .full {
    padding: 0 5px;
}

.double-field:after,
.double-field:before {
    content: " ";
    display: table
}

.double-field:after {
    clear: both
}

.double-field .field-input {
    margin-left: 0;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif
}

.double-field .field-input:nth-child(even) {
    margin-left: 4%
}

.flex-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.flex-content .content-flex {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}

.flex-content .content-flex.content-right {
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.flex-content .content-flex.content-right .bloc-field {
    margin-left: 20px;
    display: inline-block
}

.flex-content .content-flex.content-right .title-label {
    padding-bottom: 15px;
}

.bloc-rectangle {
    margin-left: 50px;
    width: 100px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    position: relative;
    z-index: 5;
}

.bloc-rectangle ::placeholder {
    color: #3e3e3e
}

.bloc-rectangle :-ms-input-placeholder {
    color: #3e3e3e
}

.bloc-rectangle ::-ms-input-placeholder {
    color: #3e3e3e
}

.bloc-rectangle .less,
.bloc-rectangle .more {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    font-size: 18px;
    color: #3e3e3e;
    width: 28px;
    height: 28px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -11px;
    text-align: center;
    border: 1px solid #d8d8d8;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1
}

.bloc-rectangle .less:before,
.bloc-rectangle .more:before {
    width: 11px;
    height: 28px;
    position: absolute;
    top: -1px;
    content: '';
    background-color: #fff
}

.bloc-rectangle .less {
    line-height: 22px;
    text-align: left;
    left: -18px;
    padding-left: 5px
}

.bloc-rectangle .less:before {
    right: -1px
}

.bloc-rectangle .more {
    right: -18px;
    text-align: right;
    padding-right: 5px
}

.bloc-rectangle .more:before {
    left: -1px
}

.bloc-rectangle .content {
    font-size: 18px;
    text-align: center;
    line-height: 45px
}

.bloc-rectangle .content input {
    border: 0;
    padding: 0;
    font-size: 18px;
    width: 23px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    color: #3e3e3e
}

.bloc-rectangle .content .cygle {
    margin-left: 5px;
    font-size: 18px
}

.field-cygle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1
}

.field-cygle input {
    border: 0;
    width: 85%;
    text-align: right
}

.field-cygle .cygle {
    text-align: right;
    padding: 3px 10px 0 5px
}

.label-top {
    position: absolute;
    font-size: 14px;
    left: 0;
    top: -20px
}

p {
    margin-bottom: 10px
}

.txt-centre {
    text-align: center
}

.txt-right {
    text-align: right
}

.mention {
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
    margin: 10px 0
}

.mention strong {
    font-weight: 500;
    font-style: normal
}

.italic-light {
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
    display: block;
    font-style: italic
}

.line-picto .content-line-custom {
    padding-left: 0
}

.line-picto .content-line-custom i {
    color: #347ecb;
    font-size: 20px;
    margin-right: 5px
}

.content-line-custom {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px
}

.content-line-custom label {
    font-size: 18px;
    cursor: pointer
}

.content-line-custom .new-checkbox,
.content-line-custom .new-radio {
    /* left: 0; */
    top: 2px;
    position: absolute;
    right: auto;
}

.new-checkbox,
.new-radio {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 1px solid #3e3e3e;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.new-checkbox.check:after,
.new-radio.check:after {
    background-color: #347ecb;
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.new-radio {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 0
}

.new-radio.check:after {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.checkbox-right {
    position: relative;
    padding-right: 20px
}

.checkbox-right .new-checkbox {
    position: absolute;
    right: 0;
    top: 5px
}

.more-field {
    cursor: pointer
}

.more-field:hover .italic-light,
.more-field:hover .top-more {
    color: #347ecb
}

.more-field .italic-light,
.more-field .top-more {
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.more-field .top-more {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px
}

.more-field .top-more i {
    margin-right: 5px;
    color: #347ecb
}

.pagination-bottom a {
    position: absolute;
    bottom: 0;
    width: 125px;
    font-size: 16px;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    background-color: #00a7f7;
    text-decoration: none
}

.pagination-bottom a:hover {
    text-decoration: underline
}

.pagination-bottom .previous {
    background-color: #e3e3e3;
    color: #3e3e3e;
    left: 0
}

.pagination-bottom .previous:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: transparent #707070 transparent transparent;
    z-index: 2
}

.pagination-bottom .next {
    right: 0
}

.pagination-bottom .next:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #00a7f7 transparent transparent;
    z-index: 2
}

.listing-link {
    margin: 25px 0;
    font-size: 18px
}

.listing-link a {
    margin-left: 100px;
    color: #000;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    text-decoration: none;
    line-height: 40px
}

.listing-link a:hover {
    color: #03a9f5
}

.listing-link a:first-child {
    margin-left: 0
}

.listing-link a i {
    color: #347ecb;
    margin-right: 12px;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}

.gu-mirror {
    text-align: center
}

.toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex
}

.toggle.open .content-toggle .other-p {
    display: block
}

.toggle.open .click-toggle img {
    transform: rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.toggle.open .click-toggle i:before {
    content: "\f0d8"
}

.toggle .click-toggle {
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #03a9f5;
    -webkit-flex-basis: 150px;
    -ms-flex-basis: 150px;
    position: relative
}

.toggle .click-toggle img {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    left: 50%;
    width: 20px;
    opacity: .3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .2s ease
}

.toggle .content-toggle {
    min-height: 50px;
    border-right: 1px solid #c2c2c2;
    padding-right: 45px;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%
}

.toggle .content-toggle p {
    display: inline
}

.toggle .content-toggle .other-p {
    display: none;
    line-height: 1.2
}

.blue {
    color: #347ecb !important;
}

.red {
    color: #ff6d69
}

.content-input-right {
    border-bottom: 1px solid #d8d8d8;
    width: 68px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    position: relative;
    float: right;
    color: #347ecb
}

.content-input-right input {
    width: 100%;
    display: block;
    border: 0;
    text-align: right;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    color: #347ecb
}

.content-input-right .cygle {
    font-size: 15px;
    position: absolute;
    right: 0;
    bottom: 3px;
    font-weight: 700
}

.table-support {
    width: 100%;
    margin: 60px 0 10px 0;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    position: relative
}

.table-support .txt-right {
    text-align: right;
    padding-right: 26px
}

.table-support table {
    margin-top: -40px;
    width: 100%
}

.table-support table tr.error .cygle,
.table-support table tr.error input,
.table-support table tr.error td {
    color: #ff6d69
}

.table-support table tr.error .content-input-right {
    border-color: #ff6d69
}

.table-support .align-right {
    text-align: right
}

.table-support thead {
    margin-top: -50px
}

.table-support thead th {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    padding: 10px 0;
    color: #3e3e3e;
    font-weight: 300;
    position: relative
}

.table-support thead th:first-child {
    text-align: left
}

.table-support .picto-close {
    position: absolute;
    right: 0;
    bottom: 12px;
    cursor: pointer;
    padding: 5px 0;
    color: #000
}

.table-support tbody {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.table-support tbody tr:first-child td {
    border-top: 0
}

.table-support tbody td {
    text-align: center;
    padding: 15px 0;
    position: relative;
    border-top: 1px solid #d8d8d8
}

.table-support tbody td i {
    color: #d9dce1
}

.table-support tbody td:first-child {
    text-align: left
}

.table-support .padd-20 {
    padding-right: 30px
}

.table-support .close-right {
    right: 0
}

.table-support .close-right i {
    color: #000 !important
}

.result-list ul li {
    margin-bottom: 8px;
    text-align: right
}

.result-list ul li .intitule,
.result-list ul li .right-content {
    display: inline-block;
    vertical-align: bottom
}

.result-list ul li .intitule {
    width: 300px;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-size: 18px;
    line-height: 25px
}

.result-list ul li .right-content {
    width: 200px
}

.result-list ul li .content-input-right {
    width: 130px
}

.result-list ul li.grey .content-input-right {
    color: #3e3e3e
}

.result-list ul li.grey .content-input-right input {
    color: #3e3e3e
}

.result-list ul li.red .content-input-right {
    border-color: #ff6d69;
    color: #ff6d69
}

.result-list ul li.red .content-input-right input {
    color: #ff6d69
}

.result-list ul li.total .content-input-right {
    width: 70px
}

.result-list ul li.link-orange {
    margin-top: 25px;
    font-size: 18px
}

.result-list ul li.link-orange a {
    color: #ff9308
}

.result-list ul li.link-orange a i {
    margin-left: 5px
}

.result-list ul li.link-orange a:hover {
    text-decoration: none
}

#dragula {
    position: relative
}

.bloc-fixed {
    position: absolute;
    left: 0;
    width: 270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    top: 0;
    margin-left: -135px;
    padding: 20px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: rgba(255, 109, 105, .85);
    z-index: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.bloc-fixed.blue {
    background-color: rgba(57, 124, 191, .85)
}

#sortable {
    margin: 30px 0
}

#sortable > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    width: 100%;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    color: #3e3e3e;
    padding: 0 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border: solid 1px #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 7px;
    cursor: pointer
}

#sortable > div:first-child {
    margin-top: 0
}

#sortable > div.gu-transit {
    width: 100%;
    text-align: center
}

#sortable > div.current {
    color: #fff;
    background-color: #397cbf
}

#sortable > div.current:after {
    font-size: 20px;
    position: absolute;
    right: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: "\f0c9"
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2
}

.mention-bottom {
    padding: 15px 5px;
    text-align: center;
    color: #000;
    margin: 0 auto;
    max-width: 940px
}

.mention-bottom .title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    display: block
}

.mention-bottom p {
    line-height: 25px;
    font-size: 14px;
    text-align: center
}

.mention-bottom p a {
    color: #000;
    text-decoration: none
}

.fancybox-button.fancybox-close-small {
    width: 65px
}

.fancybox-button.fancybox-close-small svg {
    width: 50px;
    height: 50px
}

#popin {
    background-color: #fff;
    width: 940px;
    margin: 0 auto;
    padding: 30px 20px;
    height: auto;
    top: 50px
}

#popin .content-popin {
    background-color: #fff;
    position: relative;
    margin: 100px auto 0 auto;
    padding: 35px 0 70px 0
}

#popin .content-popin .bloc {
    position: absolute;
    text-align: center
}

#popin .content-popin .bloc .nom-contrat {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px
}

#popin .content-popin .bloc .nom-contrat strong {
    font-weight: 700
}

#popin .content-popin .bloc .txt-blue {
    font-size: 30px;
    color: #347ecb
}

#popin .content-popin .content-center {
    margin: 0 auto;
    width: 278px;
    position: relative;
    height: 278px
}

#popin .content-popin .content-center img {
    display: block
}

#popin .content-popin .content-center .txt-center {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #347ecb;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    text-align: center;
    top: 0;
    left: 0;
    height: 278px;
    width: 278px;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    font-style: italic
}

.size-20 {
    font-size: 20px;
    margin-bottom: 10px
}

.margin-left-15 {
    margin-left: 15px
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.close-right {
    position: absolute;
    right: -20px;
    top: 50%;
    cursor: pointer;
    margin-top: -10px
}

.flex-2col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.flex-2col .content-input-right {
    margin-bottom: 20px
}

.flex-2col .content-col {
    position: relative;
    margin: 0 -10px 30px -10px
}

.flex-2col .content-col [class*=col-] {
    padding: 0 5px
}

.adapt {
    width: 50%;
    float: left;
}

.sizing {
    max-width: 415px;
    width: 100%;
    margin-top: 35px;
}

.sizing-bouton {
    margin: 20px 0px 20px 0;
    width: 100%;
    padding: 0 45% 0 45%;
}

@media only screen and (max-width: 930px) {
    .service-features {
        background-image: none;
        background: #0294D9; 
    }
    #wrapper {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 15px 60px 15px
    }
}

@media only screen and (max-width: 800px) {
    #avancement .current .text {
        padding-right: 0;
        top: -28px;
        right: -15px
    }

    .line {
        margin-top: 30px;
        padding-right: 20px
    }

    .content-tooltip,
    .field-content-bottom {
        display: none
    }

    .demi {
        float: none;
        width: 100%;
    }

    .italic-light,
    .mention {
        font-size: 15px
    }

    .title-label {
        display: block;
        margin-bottom: 20px
    }

    .content-line-custom label {
        font-size: 15px
    }

    .toggle {
        font-size: 16px
    }

    .toggle .content-toggle {
        padding-right: 10px
    }

    .toggle .click-toggle {
        -webkit-flex-basis: 50px;
        -ms-flex-basis: 50px
    }

    .field-mini {
        display: inline-block !important
    }

    .flex-content {
        display: block
    }

    .flex-content .content-flex.content-right {
        display: block;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .flex-content .content-flex.content-right .bloc-field {
        margin: 0 20px 20px 0;
        display: block;
    }

    .flex-content .content-flex.content-right .title-label {
        margin-bottom: 0;
    }

    .bloc-rectangle {
        margin-left: 30px;
        margin-right: 60px;
        display: inline-block;
    }

    .big-btn {
        font-size: 16px
    }

    [class*=col-] {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }

    [class*=col-] button {
        display: block;
        height: auto;
        padding: 10px 0
    }

    .listing-mobile {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        margin: 0 -5px 30px
    }

    .listing-mobile [class*=col-] {
        margin: 0;
        padding: 0 5px
    }

    .table-support {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }

    .table-support thead th {
        font-size: 16px
    }

    .table-support .padd-20 {
        padding-right: 15px
    }

    .table-support tbody tr td:first-child {
        width: 50% !important
    }

    .table-support tbody td {
        padding: 10px 0;
        font-size: 14px
    }

    p {
        font-size: 18px
    }

    .result-list ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex
    }

    .result-list ul li.link-orange {
        display: block;
        text-align: center;
        font-size: 16px
    }

    .bloc-fixed {
        padding: 15px 0;
        font-size: 16px
    }

    .mention-bottom p {
        line-height: 1.1;
        font-size: 13px
    }

    .pagination-bottom a {
        width: 50%
    }

    .pagination-bottom a:before {
        display: none !important
    }

    .size-20 {
        font-size: 15px
    }

    #popin h1 {
        font-size: 20px
    }

    #popin .content-popin {
        margin: 20px 0;
        padding-top: 0
    }

    #popin .content-popin .bloc {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important
    }

    #popin .content-popin .content-center {
        margin: 20px auto
    }

    .margin-bottom-15 {
        margin-bottom: 0
    }

    .margin-bottom-15 > div {
        margin-bottom: 0
    }

    .flex-2col {
        padding: 0 0 0 5px
    }

    .flex-2col.margin-bottom-15 .col-4 {
        padding: 0
    }

    .flex-2col > div {
        width: 35%
    }

    .flex-2col > div:first-child {
        width: 65%
    }

    .flex-2col .content-col {
        margin-bottom: 0
    }

    .flex-2col .close-right {
        width: auto;
        margin-top: 10px
    }

    .close-right {
        right: -5px
    }
}

@media only screen and (max-width: 600px) {
    #header #logo {
        width: 60%
    }

    #header #logo img {
        width: 100%
    }

    #header #logo .sub-logo {
        font-size: 13px
    }

    #header #right-logo {
        width: 30%
    }

    #header #right-logo img {
        width: 100%
    }
    .block-p{
        width: 100% !important;
        height: auto !important;
    }
    .block-e{
        width: 100% !important;
        height: auto !important;
    }
    .block-a{
        width: 100% !important;
        height: auto !important;
    }
    .block-h{
        width: 100% !important;
        height: auto !important;
    }

    .padding-text{
       padding-left: 0px !important;
    }
}

@media only screen and (max-width: 420px) {
    #sortable > div {
        font-size: 16px
    }

    .big-btn {
        font-size: 15px
    }

    .bloc-rectangle {
        margin-left: 30px;
        margin-right: 10px
    }

    .bloc-rectangle:first-child {
        margin-left: 0
    }

    .content-flex .bloc-rectangle {
        margin-left: 20px
    }

    h1 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 1.2
    }

    p {
        font-size: 15px
    }

    .content-line-custom label {
        font-size: 14px
    }

    .listing-link a {
        margin-left: 30px
    }

    .listing-link a:first-child {
        margin-left: 0
    }

    .result-list ul li .intitule {
        font-size: 18px
    }

    .result-list ul li .content-input-right {
        width: 100px
    }

    .content-input-right input {
        font-size: 25px
    }

    .landing_input {
        -webkit-appearance: none;
        font-size: 22px;
        font-weight: 600;
        background-color: #22A6F7;
        max-width: 380px;
        width: 100%;
        margin: 0 auto;
        border: unset;
        height: 60px;
        line-height: 1.3;
        color: white;
        cursor: pointer;
    }

    .adapt {
        width: 100%;
        float: left;
    }

    .sizing {
        max-width: 300px;
        width: 100%;
        margin-top: 35px;
        line-height: 1.5;
    }

    .sizing-bouton {
        margin: 20px 0px 20px 0;
        width: 100%;
        padding: 0 0 0 0;
    }
}


/* ########################################################################## */


/* #####                                                                ##### */


/* #####               FIN D'IMPORTATION DU FORMULAIRE.CSS              ##### */


/* #####                                                                ##### */


/* ########################################################################## */


/* ########################################################################## */


/* #####                                                                ##### */


/* #####                  DEBUT DU VRAI DIGIPLACES.CSS                  ##### */


/* #####                                                                ##### */


/* ########################################################################## */

body {
    background: unset;
}

.lora {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
}

.lato {
    font-family: 'poppinsmedium', 'Poppins', Arial, sans-serif;
}

.bg-grey {
    background-image: url("img/bg-grey.jpg");
    min-height: 220px;
    text-align: center;
}

.bg-grey > .main-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.color-dark-blue {
    color: #0166ae;
    font-size: 34px;
    padding-top: 20px;
}

.color-dark-blue:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #22A6F7;
    width: 51px;
    height: 3px;
    margin: 0 auto;
}

.font-20 {
    font-size: 20px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.relative {
    position: relative;
}

.round {
    border-radius: 100%;
    color: #fff;
    background-color: #22A6F7;
    font-size: 17px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.huge {
    height: 55px;
    width: 55px;
    line-height: 55px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.clearblue {
    background-color: #22A6F7;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    border: unset;
    height: 60px;
    color: white;
    cursor: pointer;
}

.clearblue:hover {
    color: white;
}

.line {
    margin-top: 25px;
}

.line:first-child {
    margin-top: 25px;
}

.field-input {
    max-width: 350px;
}

.big-btn {
    height: auto;
    display: block;
}

.subText {
    color: #c8ccd4;
    max-width: 350px;
    margin: 0 auto;
}


/* #header #top-header {
    text-align: center;
    padding: 0;
    border-bottom: unset;
    max-height: 100px;
}

#header #logo {
    float: none;
    padding-bottom: 20px;
    padding-top: 20px;
} */

.field-input .label {
    line-height: 46px;
}

.desc {
    text-align: left;
    width: 250px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    .line {
        padding-right: 10px;
        padding-left: 10px;
        margin-top: 5px;
    }
}

#titleBreadcrumb {
    z-index: 2;
    padding: 30px 0 10px;
    position: relative;
    margin: 0;
    font-size: 35px;
    text-align: center;
}

#titleBreadcrumb > h1 {
    font-size: 38px;
    color: #1166A8;
}

#titleBreadcrumb > h4 {
    color: #1166A8;
    font-size: 34px;
}

#titleBreadcrumb > h1::after {
    content: unset;
}

.rowLogin {
    position: relative;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    min-width: 40%;
    min-width: 40%;
    margin: 0 auto;
    padding: 10px 50px 50px 50px;
    max-width: 60%;
}

.rowLogin > .col-md-7,
.rowLogin > .col-md-5,
.rowLogin > .col-md-4 {
    margin-top: 40px;
}

.rowLogin > .col-md-4 {
    flex-basis: 100%;
    max-width: 100%;
}

.rowLogin > .col-md-5 {
    border-left: 2px solid #d8d8d8;
}

.rowLogin > .col-md-7 > h2,
.rowLogin > .col-md-7 > div > h2,
.rowLogin > .col-md-5 > div > h2,
.rowLogin > .col-md-4 > div > h2 {
    color: #347ecb;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 10px;
}

.rowLoginh3 {
    margin-top: 20px;
}

.rowLoginh3 > span {
    font-weight: 600;
    color: #4D4D4D;
    font-size: 20px;
}

.rowLoginh3 > .blueContent {
    color: #347ecb;
    display: inline;
}

#logoImg {
    position: relative;
    top: 10px;
}

.linkLogin {
    text-decoration: underline;
    font-size: 15px;
}

.assuranceVieChoix {
    margin: 0 auto;
    position: relative;
    color: #3e3e3e;
}

#recupMdpLink {
    text-decoration: underline;
    font-size: 12px;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    display: block;
    /* float: left; */
    /* position: relative; */
    color: #56666F;
    text-align: right;
    margin-top: 10px;
}

#sendLoginForm {
    -webkit-appearance: none;
    max-width: 450px;
    font-size: 23px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

@media only screen and (min-width: 801px) {
    #h2colmd5mobile,
    #h2colmd7mobile {
        display: none;
    }

    #h2colmd5,
    #h2colmd7 {
        display: block;
    }
}

@media only screen and (max-width: 935px) {
    .rowLogin > .col-md-5 {
        border-left: 0px !important;
    }
}

@media only screen and (max-width: 800px) {
    .rowLoginh3 > .blueContent {
        display: block;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    #logoImg {
        position: unset;
        top: unset;
    }

    #titleBreadcrumb > h1 {
        font-size: 25px;
        padding-bottom: unset;
    }

    #titleBreadcrumb {
        padding: 20px 0 10px;
    }

    .rowLogin > .col-md-7 > h2,
    .rowLogin > .col-md-7 > div > h2,
    .rowLogin > .col-md-5 > div > h2,
    .rowLogin > .col-md-4 > div > h2 {
        margin-bottom: 2px;
        max-width: 100%;
        font-size: 23px;
        margin-bottom: unset;
        padding-bottom: unset;
    }

    #h2colmd5mobile,
    #h2colmd7mobile {
        display: block;
        text-align: left;
        padding-left: 30px;
    }

    #h2colmd5mobile > a,
    #h2colmd7mobile > a {
        float: right;
        position: relative;
        top: 8px;
        max-width: 110px;
    }

    #h2colmd5,
    #h2colmd7 {
        display: none;
    }
}

.select-box__list {
    max-height: 250px;
    overflow: scroll;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.select-box__value {
    color: #959595;
}

.field-input textarea {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 10px 0 10px 10px;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease;
    box-sizing: border-box;
    line-height: 1;
    margin: 0;
}

.field-input textarea::-webkit-input-placeholder {
    color: #959595;
}

.field-input textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #959595;
}

.field-input textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #959595;
}

.field-input textarea:-ms-input-placeholder {
    color: #959595;
}

.field-input textarea::placeholder {
    color: #959595;
}

#getDate::placeholder {
    color: white;
    font-weight: 600;
}

#getDate::-webkit-input-placeholder {
    color: white;
    font-weight: 600;
}

#getDate:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    font-weight: 600;
}

#getDate::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    font-weight: 600;
}

#getDate:-ms-input-placeholder {
    color: white;
    font-weight: 600;
}

.select-box {
    width: 100%;
    min-width: unset;
}

.field-input .label {
    padding: unset;
}

.greyBtn {
    background-color: #A8A8A8;
}

@media only screen and (max-width: 620px) {
    #getDate::placeholder {
        color: white;
        font-size: 0.7em;
        font-weight: 600;
    }

    #getDate::-webkit-input-placeholder {
        color: white;
        font-size: 0.7em;
        font-weight: 600;
    }

    #getDate:-moz-placeholder {
        /* Firefox 18- */
        color: white;
        font-size: 0.7em;
        font-weight: 600;
    }

    #getDate::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
        font-size: 0.7em;
        font-weight: 600;
    }

    #getDate:-ms-input-placeholder {
        color: white;
        font-size: 0.7em;
        font-weight: 600;
    }

    .rowLogin .label,
    .field-input textarea,
    .select-box__input-text {
        font-size: 14px !important;
    }

    .titre_agence {
        font-size: 30px !important;
    }
}


/* BASTIEN */


/*########################### MISE EN PAGE GENERALE ##########################*/

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-2-4 {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.full {
    width: 100%;
}

.full-height {
    height: 100%;
}

.height-auto {
    height: auto;
}

.demi {
    float: left;
    width: 50%;
}

.width-inherit {
    width: inherit
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.inline-table {
    display: inline-table;
}

.flex {
    display: flex;
}

.flex-space-around {
    justify-content: space-around;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column;
}

.stretch {
    align-items: stretch;
}

.table {
    display: table;
}

.block {
    display: block;
}

.hide {
    display: none;
}

.margin-auto {
    margin: auto;
}

.margin-left-right-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.txt-bottom {
    vertical-align: bottom !important;
    text-align: center !important;
}

.txt-middle {
    vertical-align: middle !important;
}

.txt-top {
    padding-top: 5px;
    vertical-align: top;
}

.txt-justify {
    text-align: justify;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none !important;
}

.content-wrapper-original {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.width-max-content {
    width: max-content !important;
}


/*########################## MISE EN PAGE SPECIFIQUE #########################*/

.no-padding-top {
    padding-top: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.padding-0-1 {
    padding: 0 1px !important;
}

.padding-0-5 {
    padding: 0 5px !important;
}

.padding-5-5 {
    padding: 5px 5px !important;
}

.padding-30-50 {
    padding: 30px 50px !important;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.no-margin-top {
    margin-top: 0 !important;
}

.unset-height {
    height: unset !important;
}

.no-margin-top.line:first-child {
    margin-top: 0;
}

.no-margin {
    margin: 0 0 0 0;
}

.margin-left-30-percent {
    margin-left: 30%;
}

.margin-top-30-percent {
    margin-top: 30%;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-0-auto {
    margin: 0 auto;
}

.rotate-45 {
    transform: rotate(45deg);
}

.color-quite-dark-blue {
    color: #0166ae;
}

.background-blue {
    background-color: #03a9f5;
}

.disabled-field-background {
    background-color: #EAEAEA !important;
}

.max-width-350 {
    max-width: 350px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-1-5-rem {
    font-size: 1.5rem !important;
}

.font-1-22-rem {
    font-size: 1.22rem ! important
}

.font-3-rem {
    font-size: 3rem !important;
}

.font-4-rem {
    font-size: 4rem !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px !important;
    margin-left: 2rem;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-25 {
    font-size: 25px !important;
}

.pointer {
    cursor: pointer
}

.bleu {
    color: #03a9f5 !important;
}

.orange {
    color: #C46200;
}

.black {
    color: black !important;
}

.white {
    color: white;
}

.bg-white {
    background-color: white !important;
}

.titre-bleu {
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    font: normal normal bold 32px/42px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #0584CA;
}

.atelier_link_agence {
    text-decoration: none !important;
}

.max-width-unset {
    max-width: unset;
}

/*########################### SPECIFIQUE PRE-ABONNEMENT ##########################*/

.page-abonnement-mfprive {
    padding: 0px 0 90px;
}

.preabonnement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin: auto;
}

.preabonnement_wrapper {
    border: 0.15em solid #2BAFF8;
    border-radius: 0.5em;
    box-shadow: 0em 0em 1em 0.2em #0584ca;
    background-color: white;
    padding: 1em 5em;
}

.preabonnement_block {
    margin: 1em 0;
}

.preabonnement_parag {
    text-align: center;
    font-weight: 600;
}

.preabonnement_parag p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #293b45;
}

.preabonnement_inputs {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 25px;
}

.preabonnement_inputs .button-orange {
    font-size: 17px;
    max-width: 220px;
    padding: 0;
    display: inline-block;
}

.preabonnement_input_text {
    flex-basis: 75%;
}

.button_preabonnement {
    padding: 0.25em 1.5em;
}

@media screen and (max-width: 1090px) {
    .preabonnement_wrapper {
        padding: 2em 2em;
    }
}

@media screen and (max-width: 768px) {
    .preabonnement {
        width: 75%;
    }
    .new-listing-block{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px 25px;
        margin: 25px 0 15px;
        justify-content: space-between;
        flex-direction: column;
    }
    .block-blue{
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .preabonnement {
        width: 85%;
        height: 25em;
    }

    .preabonnement_block {
        margin: 0;
    }

    .preabonnement_parag p {
        font-size: 17px;
        margin-bottom: 25px;
        color: #293b45;
    }
}

/*########################### SPECIFIQUE LOGIN ABONNEMENT ##########################*/
.abo_login_container {
    width: 60%;
    margin: 0 auto;
}

.abo_login {
    margin: 2em 0;
}

.abo_login_form {
    display: flex;
    flex-direction: column;
}

.abo_login_inputs {
    display: flex;
}

.abo_login_input_wrap {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin: 1em 1em;
}

.abo_login_error {
    margin: 0.5em 0;
}

.abo_login_mdp_oublie {
    align-self: flex-end;
    margin: 0.5em 0;
}

.abo_login_submit {
    align-self: flex-end;
}

@media screen and (max-width: 1080px) {
    .abo_login_container {
        width: 80%;
    }
}

@media screen and (max-width: 990px) {
    .abo_login_container {
        width: 90%;
    }

    .abo_login_inputs {
        flex-direction: column;
    }

    .abo_login_input_wrap {
        margin: 0.5em 0em;
    }

    .abo_submit_reposive {
        padding: 10px 20px !important;
    }

}
@media only screen and (max-width: 1090px){
.acces-contrat .block-banner {
    margin: 0;
    margin-top: 50px;
}
.home .banner-produit {
    height: auto !important;
    flex-direction: column;
    max-width: 350px;
    margin: auto;
}
}
/*########################### SPECIFIQUE ABONNEMENT ##########################*/

.cheque_title::after,
.contact-conseiller-cheque::after {
    display: none;
}

.etapes_block {
    display: flex;
    justify-content: space-between;
    max-width: 25%;
    padding: 10px 0;
    margin: 0 auto;
}

.etape_step {
    position: relative;
    border: 0.2em solid #0584ca;
    border-radius: 50%;
    padding: 1em;
}

/* .etape_step:not(:last-child):after{
    position: absolute;
    content: '';
    right: -460%;
    top: 0%;
    width: 450%;
    height: 50%;
    border-bottom: 2px solid #0584ca; 
}  */

.active_etape {
    background-color: #0584ca;
}

.abonnement_etapes_head {
    text-align: center;
}

#form_abo .field-input {
    max-width: 100% !important;
}

#suivi_avancement_abonnement tr td:nth-child(odd) {
    width: 1%;
    white-space: nowrap;
}

#suivi_avancement_abonnement th {
    background-color: #C2BEBC;
    height: 5px;
}

#suivi_avancement_abonnement .actuel {
    background-color: #0166ae;
}

#suivi_avancement_abonnement .autre {
    background-color: #928E8C;
}

#table_abo_top {
    margin-top: 25px;
    width: auto;
    height: auto;
}

table {
    margin: 0 auto;
}

#table_abo_top td.initial {
    vertical-align: initial;
    padding-right: 15px;
}

#table_abo_top td.recapitulatif {
    text-align: left;
    vertical-align: middle;
    border-left: 1px solid black;
    padding-left: 15px;
}

.abonnement-rectangle-droite {
    background-color: #EEEEEE;
    padding: 5% 3% 1% 3%;
}

.abonnement-rectangle-droite-bas {
    background-color: #3D3B3A;
    color: white;
    font-weight: bold;
    padding-top: 5%;
    padding-bottom: 5%;
}

.abonnement-promo-droite-details-avantages {
    position: relative;
    padding: 15px 15px 0px 15px;
}

.logo_abo {
    max-width: 45px !important;
    max-height: 45px !important;
    margin-right: 15px;
}

.abo-main-title {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    color: #422E2E;
    font-size: 36px;
}

.cta-bleu-gris {
    background-color: #928E8C;
    color: #fff;
    border: 2px solid #928E8C;
    border-radius: 5px;
    height: 27px;
    max-width: 350px;
    padding-top: 19px;
    margin-right: auto;
}

.blur {
    filter: inherit !important;
}

.code_promo_section {
    margin: 2em 0;
}

.autre_formules {
    display: grid;
    justify-content: space-between;
    margin: 0 0 0 0;
    grid-template-columns: 1fr;
    gap: 25px;
}

.formule_annuel {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 10px 230px;
    gap: 25px;
    min-height: 380px;
}

.fomule_annuel_titre {
    background-color: #0584ca;
    display: grid;
    border-radius: 15px;
    height: 60px;
    color: white;
    grid-column: 1/3;
    align-items: center;
    justify-items: center;
    font-size: 25px;
    font-weight: 500;
}

.fomule_mensuel {
    display: grid;
    position: relative;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px 230px;
    gap: 25px;
    min-height: 480px;
}

.fomule_mensuel_titre {
    background-color: #FF9B00;
    display: grid;
    border-radius: 15px;
    height: 60px;
    color: white;
    grid-column: 1/3;
    align-items: center;
    justify-items: center;
    font-size: 25px;
    font-weight: 500;
}

.formule_block {
    /*border: 2px solid #0584ca;*/
    position: relative;
    border: 2px solid transparent;
    box-shadow: 0px 5px 25px 0px #00000026;
    background-color: white;
    border-radius: 20px;
    padding-top: 2em;
    display: grid;
    grid-row: 2/3;
    cursor: pointer;
    /* min-height: 380px; */
    /*width: 300px;*/
}

.formule_block.reactive {
    border: 2px solid #0584ca;
    background-color: #e6f3fa;
}

.formule_block_mens {
    position: relative;
    border: 2px solid transparent;
    box-shadow: 0px 5px 25px 0px #00000026;
    background-color: white;
    border-radius: 20px;
    padding-top: 2em;
    display: grid;
    grid-row: 2/3;
    cursor: pointer;
    /* min-height: 380px; */
    /*width: 300px;*/
}

.formule_block_mens.reactive {
    border: 2px solid #FF9B00;
    background-color: #ffe6be;
}

.formule_head {
    text-align: center;
}

.formule_prix_section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: column;
}

.formule_prix_wrapper {
    position: relative;

}

.formule_mensuel_titre {
    color: #FF9B00;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 25px;
}

.circle_mens {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 6px solid #FF9B00;
}

.solid_mens {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #FF9B00;
}

.circle_annuel {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 6px solid #0584ca;
}

.solid_annuel {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #0584ca;
}

.formule_annuel_titre {

    color: #0584ca;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-left: 20px;
}

.formule_foot {
    max-height: 50px;
    text-align: center;
}

.formule_prix {
    font-size: 27px;
}

.formule_prix_promo {
    font-size: 38px;

}

.formule_prix_slash {
    position: relative;
}

.formule_prix_slash:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: red;

    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.formule_prix_mois_essai {
    display: inline;
    padding-bottom: 5px;
}

.img_24h {
    background-color: white;
    -webkit-mask: url(assets/meilleur-placement/images/wall-clock.svg) no-repeat center;
    mask: url(assets/meilleur-placement/images/wall-clock.svg) no-repeat center;

}

.button_formule_abonne {
    text-align: center;
    font-weight: bold;
    width: 190px !important;
    height: 65px !important;
}

#code_promo_toggle {
    font-size: 2rem;
}

.code_promo_form .btn-promo {
    margin-bottom: 25px !important;
}

.cheque_title {
    margin: 0.8em 0;
}

@media screen and (max-width: 1090px) {
    #code_promo_toggle {
        margin-bottom: 25px;
        text-align: center;
    }

    .formule_prix_mois_essai {
        display: block;
    }

}

.checkmark {
    margin-left: 10px;
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
}

.body_titre {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 60px;
}

.body_logo {
    display: inline-block;
    margin-right: 3px;

}

.body_line {
    font-size: 18px;
}

.formule_body_content {
    padding-left: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
}

.fromule_content_intro {
    font-size: 18px;
}

.fromule_content_structure {
    display: inline-block;
}

.button_formule_switch {
    margin: 2em 0;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1294px) and (min-width: 1090px) {
    #form_abo .button.button-orange {
        /* height: auto; */
        line-height: 1.4;
    }
}

@media screen and (max-width: 1090px) {
    .autre_formules {
        grid-template-columns: 1fr;
        margin: 2em 10%;
    }

    .fomule_annuel_titre {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .fomule_mensuel_titre {
        grid-column: 1/3;
        grid-row: 1/2;
        margin-top: 30px;
    }

    .formule_block {
        grid-column: 1fr;
        grid-row: 2/3;
    }

    .formule_block_mens {
        grid-column: 1fr;
        grid-row: 2/3;
        margin-top: 30px;
    }
}

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

    .fromule_content_structure {
        display: block;
    }

    .formule_body_content {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        padding-left: 0;
    }
    .body_titre {
        padding-left: 0;
    }
    
    #form_abo > h2 {
        text-align: center;
        width: 100%;
    }

    #form_abo .button.button-orange {
        line-height: 1.4;
    }

}

@media screen and (max-width: 700px) {
    .autre_formules {
        display: block;
        width: 80%;
        margin: auto;
    }

    .formule_annuel {
        display: block;
    }

    .fomule_annuel_titre {
        margin-bottom: 20px;
    }

    .formule_block {
        margin-bottom: 80px;
    }

    .fomule_mensuel {
        display: block;
    }

    .fomule_mensuel_titre {
        margin-bottom: 20px;
    }

    .formule_block_mens {
        margin-bottom: 80px;
    }

}

/* ############################ SPECIFIQUE NEWSLETTER ####################### */

@media screen and (max-width: 536px) {
    #btn_we_n {
        display: block !important;
        margin-top: 5px;
    }

    #btn_dim_n {
        display: block !important;
        margin-top: 5px;
    }

    #btn_soir_n {
        display: block !important;
        margin-top: 5px;
    }

    #btn_matin_n {
        display: block !important;
        margin-top: 5px;
    }
}

.active_btn {
    background-color: #0166ae;
    color: white;
}

.btn_test_news {
    background-color: #03a9f5;
    -moz-box-shadow: 0px 3px 0px 0px #0166ae;
    -webkit-box-shadow: 0px 3px 0px 0px #0166ae;
    -o-box-shadow: 0px 3px 0px 0px #0166ae;
    box-shadow: 0px 3px 0px 0px #0166ae;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: white;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0166ae, Direction=180, Strength=0);
    padding-left: 5px;
    padding-right: 5px;
    width: 67px;
    height: 67px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    display: block;
}

.btn_test_news:hover {
    background-color: #0166ae;
    color: white;
}

.add_email_btn {
    height: 45px;
    padding-top: 5px;
}

.field-input-left {
    margin-left: 0 !important;
}

.title_bold {
    font-weight: 700;
    font-size: 27px;
    color: #3e3e3e;
}

.black-button {
    background-color: #3A3A3A;
    color: white;
}

.left-grey-border {
    border-left: 4px solid #EAEAEA;
}

.right-grey-border {
    border-right: 4px solid #EAEAEA;
}

tr.child-pad-right-15 td {
    padding-right: 15px;
    padding-left: 15px;
}

.div-blanche {
    background-color: white !important;
    z-index: 999 !important;
    float: left;
    width: 100%;
    /* height: 375px; Ne pas mettre de putain de hauteur*/
}

.icon-infos {
    position: relative;
    top: 5px;
}

.input-to-button {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: white;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    height: 45px;
    line-height: 43px;
    background-color: #03a9f5;
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 100%;
    min-width: 240px;
}

textarea {
    resize: none;
}

.bg-white-newsletter {
    position: relative;
    background-color: #FFF !important;
    z-index: 3;
    height: 300px;
    /* fix Wassim */
}


/* Hover images */

.check {
    position: absolute;
    top: 2px;
    right: 2px;
}

.news-card {
    position: relative;
    width: max-content;
}

.news-image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #03a9f5;
}

.news-card:hover .overlay {
    opacity: 1;
}

.news-text {
    color: white;
    font-size: 14px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: justify;
    padding: 5px;
}


/* ######################### SPECIFIQUE PALMARES ############################ */

.bg-light-blue {
    background-color: #b4c6dc;
}

.texte-bleu-original {
    color: #3468a6 ! important;
}

.my_cta_bleu_c {
    display: block;
    font-size: 20px;
    padding: 14px 19px;
    text-align: center;
    background-color: #00a7f7;
    text-decoration: none !important;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #00a7f7;
}

.my-col-md-offset-2 {
    margin-left: 16.66666667%;
}

h1.no-after:after {
    height: 0px !important;
}

a.no-after:after {
    height: 0px !important;
}

#palmares article h2.titre_blue {
    color: #3468a6;
}

#palmares article h2.titre_pas_bleu {
    color: white;
}

#palmares table th.title_blue {
    color: #4182d1;
}

#palmares table.striped_double tbody tr:nth-child(odd) {
    background-color: #376fb3;
}

#palmares table.striped_double tbody tr:nth-child(even) {
    background-color: #2f5f99;
}

#palmares .immobilier-opportunite-container {
    position: relative;
    width: 90%;
}


/*######################### SPECIFIQUE ESPACE ABONNE #########################*/

.mes-documents .btn-dl-pdf {
    background-color: #22A6F7;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    border: unset;
    height: auto;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.mes-documents .select_document {
    position: relative;
    top: 20px;
    height: max-content;
    width: auto;
}

.mes-donnees #containerDonnees {
    padding-left: 50px;
    padding-right: 50px;
}

.mes-donnees .btn-dl-pdf {
    background-color: #22A6F7;
    width: 100%;
    border: unset;
    height: auto;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.mes-donnees .btn-success,
.mon-abonnement .btn-success {
    background-color: #36bf41;
    color: white;
}

.mes-donnees .btn-error,
.mon-abonnement .btn-error {
    background-color: #d24545;
    color: white;
}

.mon-abonnement .card {
    height: 100%;
    border: 1px solid #22A6F7;
    padding: 0;
    padding-bottom: 15px;
}

.mon-abonnement .card .card-header {
    background-color: #f3f3f3;
    color: #474747;
    border-bottom: 1px solid #22A6F7;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mon-abonnement .card .card-content {
    background-color: #fff;
    color: #000;
    padding: 10px;
}

@media only screen and (max-width: 800px) {
    .mon-abonnement #trigger_line_reabo, .mon-abonnement .link-formule {
        text-decoration: none;
    }

    .mon-abonnement .btn-link {
        padding: 0 5px 0 5px;
    }
}

.mon-abonnement .height-165 {
    height: 165px;
}

.mon-abonnement .height-245 {
    height: 245px;
}

.mon-abonnement .card .card-content table,
.mon-abonnement .card .card-content td {
    background-color: #fff !important;
    color: #000;
    width: 100%;
    border: none;
    margin-top: 0px;
}

.mon-abonnement .btn-link {
    background-color: #22A6F7;
    /*max-width: 350px;*/
    width: max-content;
    margin: 0 auto;
    border: unset;
    height: 45px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.mon-abonnement #line_modif_prolonger_abo {
    display: none;
}


/* toggle */

.mon-abonnement .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    top: -2px;
    left: 5px;
}

.mon-abonnement .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mon-abonnement .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.mon-abonnement .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.mon-abonnement input:checked + .slider {
    background-color: #2196F3;
}

.mon-abonnement input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.mon-abonnement input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}


/* Rounded sliders */

.mon-abonnement .slider.round_toggle {
    border-radius: 34px;
}

.mon-abonnement .slider.round_toggle:before {
    border-radius: 50%;
}


/* ######################### INPUT CHECKBOX RADIO ############################*/

.txt-error {
    color: #ff6d69 !important;
}

.txt-validated {
    color: green !important;
}

button,
.field-input,
.bloc-field,
label.label-button {
    font-size: 18px;
    color: #232540;
    border: 1px solid #dcdcdc;
    margin-left: initial;
}

button.error,
.field-input.error,
.bloc-field.error,
label.label-button.error,
input.error {
    border-color: #ff6d69 !important;
}

button.error .label,
.field-input.error .label,
.bloc-field.error .label,
label.label-button.error .label,
input.error {
    color: #ff6d69 !important;
}

button.error .border,
.field-input.error .border,
.bloc-field.error .border,
label.label-button.error .border {
    background-color: #ff6d69;
}

button,
.field-input,
.bloc-field,
label.label-button {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #232540;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-sizing: border-box;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\2714";
    background: white;
    color: #07f;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\2714";
    color: #07f;
}

.field-input input {
    padding: 12px 12px;
}

.field-input {
    position: relative;
    margin: auto;
    width: 100%;
    display: block;
}

.field-input .label {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 16px;
    color: #959595;
    line-height: 24px;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}

.field-input .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #07f;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
}

.field-input .picto {
    display: none;
}

.field-input input {
    height: 45px;
}

.field-input input:hover {
    background: rgba(34, 50, 84, 0.03);
}

.field-input input:not(:invalid) + .label {
    /* color: ; */
    transform: translateY(-30px) scale(0.70);
    left: 0;
}

.field-input input:focus {
    background: none;
    outline: none;
    border-bottom: 1px solid #07f;
}

.field-input input:focus + .label {
    /* color: ; */
    left: 0;
    transform: translateY(-26px) scale(0.70);
}

.field-input input:focus + .label + .border {
    transform: scaleX(1);
    border-bottom: 1px solid #07f;
}


/* Wassim 30/10/19 */

.mobile-noborder {
    /* height: 400px; Cette règle semble casser le footer */
}

.news-buttons-list {
    height: 60px;
    display: -webkit-box;
}


/* Fin */


/* ####################### FIN INPUT CHECKBOX RADIO ########################## */


/* ###################### DEBUT RESPONSIVE BASTIEN ######################## */

#detail_parrainage_mobile {
    display: none;
}

#detail_parrainage_desktop {
    display: block;
}

#questions_mobile {
    display: none;
}

#questions_desktop {
    display: block;
}

#pres_mobile {
    display: none;
}

#suivi_avancement_mobile {
    display: none;
}

#table_abo_small {
    display: none;
}

#newsletter_amis_desktop {
    display: block;
}

#newsletter_amis_mobile {
    display: none;
}

#newsletter_abos_mobile {
    display: none
}

#newsletter_abos_desktop {
    display: block
}

#palmares_sommaire_desktop {
    display: block;
}

#palmares_sommaire_mobile {
    display: none;
}

#palamares_tableau_desktop {
    display: block;
}

#palamares_tableau_mobile {
    display: none;
}

#palmares_form_mobile {
    display: none;
}

#palmares_form_desktop {
    display: block
}

#palmares_podium_desktop {
    display: block
}

#palmares_podium_mobile {
    display: none
}


/******** Question ********/

#questions-page-top {
    position: relative;
    background-position: center;
    background-size: cover;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'ralewayregular', serif;
}

.text-uppercase {
    text-transform: uppercase;
}

.question-menu-container {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    margin-bottom: 30px;
    padding: 25px;
}

.question-menu-container a {
    width: 15%;
    margin: 5px;
    padding: 5px;
    text-decoration: none;
    background-color: #f3f3f3;
    text-align: center;
    color: #474747;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    line-height: 1.2;
    min-height: 50px;
    height: auto;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 10px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.question-menu-container a:hover {
    color: #00a7f7;
}

.title {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: 700;
    font-size: 37px;
    color: #0166ae;
    display: block;
}

#questions .full-content:before {
    width: 0;
    background-color: transparent;
    position: initial;
    top: initial;
    height: initial;
    content: '';
    z-index: 0;
    display: initial;
    left: initial;
}

#questions .full-content {
    padding: 15px;
}

#questions .content-col:before {
    width: 0 !important;
    background-color: transparent !important;
    z-index: 0 !important;
    left: initial !important;
}

#questions .content-col {
    margin: 0 -15px 30px 0px;
}

.question-liste {
    margin-bottom: 10px;
    margin-top: 10px;
}

.question-liste-reponse {
    display: none;
    border-top: 3px solid #f3f3f3;
}

.question-liste .row {
    margin-right: 0;
    margin-left: 0;
}

.question-liste-container {
    margin-left: 15px;
    margin-right: 15px;
}

.question-liste-title {
    color: #0166ae;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
}

.mon-abonnement #line_modif_prolonger_abo {
    display: none;
}

.question-liste-categorie-date {
    text-transform: uppercase;
    color: #00a7f7;
    font-size: 15px;
    line-height: 13px;
    margin-bottom: 4px;
}

.question-liste-categorie {
    line-height: 1.1em;
}

.question-liste-question .question-content {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 27px;
    font-size: 18px;
    margin: 0;
    color: #3e3e3e;
    word-break: break-word;
}

.question-liste-reponse .question-content {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 27px;
    font-size: 18px;
    margin: 0;
    color: #0166ae;
    word-break: break-word;
}

.question-liste-restricted img {
    display: inline-block;
}

.questions-btn-acces-reserv {
    display: inline-block;
    font-family: 'poppinsmedium', 'Poppins', Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    padding: 14px 19px;
    text-align: center;
    background-color: #fff;
    text-decoration: none !important;
    color: #00a7f7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid #00a7f7;
}

.questions-btn-acces-reserv:hover {
    color: #fff;
    background-color: #00a7f7;
}

#question-liste-fin a {
    display: inline-block;
    font-family: 'poppinsmedium', 'Poppins', Arial, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    padding: 14px 19px;
    text-align: center;
    background-color: #fff;
    text-decoration: none !important;
    color: #00a7f7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid #00a7f7;
}

#question-liste-fin a:hover {
    color: #fff;
    background-color: #00a7f7;
}

#charger-suite-questions {
    margin-bottom: 15px;
}

#charger-suite-questions a {
    text-decoration: none;
    font-size: 0.9em;
}

.questions-mobile-subtitle {
    display: none;
}

.questions-mobile-selector {
    display: none;
    margin-bottom: 20px;
}

.active {
    color: #00a7f7 !important;
}

.question-content {
    width: 100%;
}

.question-form-title {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0166ae;
    display: block;
}

.question-form {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 3px solid #e2e2e2;
    margin-bottom: 10px;
}

.ajout_question_favori {
    cursor: pointer;
    margin: 0 !important;
}

.alert-success.alert-dismissible {
    color: green;
}

.alert-success.alert-dismissible button {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: text-bottom;
    box-shadow: none;
    border: none;
}

.alert-success.alert-dismissible button span {
    vertical-align: top;
}

.question-liste-reponse-egalement {
    margin-top: 15px
}

.question-liste-reponse-egalement ul li:before {
    content: none;
}

.question-liste-reponse-egalement ul li a {
    text-decoration: none;
    font-size: 16px;
}

.question-liste-reponse-egalement ul li a p {
    color: inherit;
    margin: inherit;
}

.right-morning-col {
    width: 40%;
}
.position-form {
    margin: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}
@media only screen and (max-width: 980px) {
    .question-liste-title {
        font-size: 18px;
    }

    .question-form {
        width: 100%;
    }

    .questions-desktop-subtitle {
        display: none;
    }

    .questions-mobile-subtitle {
        display: block;
    }

    .question-menu-container {
        flex-direction: column;
        margin: 0;
        padding: 0;
        display: none;
    }

    .question-menu-container a {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
        min-height: 40px;
        box-shadow: none;
        border-radius: 0;
    }

    .questions-mobile-selector {
        display: block;
        position: relative;
        margin-bottom: 5px;
        text-align: center;
        background-color: #f3f3f3;
        padding: 20px 0;
        font-size: 18px;
        cursor: pointer;
        font-weight: 400;
        color: #474747;
        line-height: 1.2;
        box-sizing: border-box;
        font-weight: bold !important;
        margin-bottom: 20px;
    }

    .questions-mobile-selector:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        content: "\f0d7";
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -10px;
        color: #00a7f7;
    }
}


/******** Fin question ********/

@media only screen and (min-width: 2560px) {
    .tab-refonte-respon {
        margin-top: 55%;
    }
}

@media only screen and (max-width: 1440px) {
    .tab-refonte-respon {
        margin-top: 85% !important;
    }
}

@media only screen and (max-width: 1439px) {
    .respon-img-abo {
        display: none;
    }
}

@media only screen and (min-width: 1440px) {
    .respon-img-abo {
        position: relative;
        left: 40px;
    }
}

@media only screen and (max-width: 980px) {
    #top-black .tonneau-respon {
        display: none;
    }

    .mon-abonnement .height-245 {
        height: auto;
    }
}

@media only screen and (max-width: 800px) {
    .mon-abonnement [class*=col-] {
        width: 100%;
    }

    .mes-donnees .col-6 {
        width: 100%;
    }

    .mes-documents .col-8,
    .mes-documents .col-4 {
        width: 100%;
        text-align: center;
        vertical-align: middle !important;
        margin-bottom: unset !important;
    }
}

@media only screen and (min-width: 1090px) {
    .footer-1090-more {
        display: inline-block;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .footer-top-70 {
        margin-top: 57%;
    }

    .position {
        margin: 0 15px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px;
    }


    .responsive {
        margin-top: 100%;
    }

    .blue-band {
        border-left: 20px solid #00406e;
        position: absolute;
        left: -7%;
        margin-right: 0%;
    }

    .bg-dossier {
        margin-left: -2% !important;
    }
}

@media only screen and (min-width: 1090px) and (max-width: 1390px) {
    .content-wrapper-original {
        padding: 0 50px
    }

    .footer-top-900 {
        margin-top: 45%;
    }
}

@media only screen and (max-width: 480px) {
    .button-mon-abonnement-margin-bottom {
        margin-bottom: 10px !important;
    }


}

@media only screen and (max-width: 1090px) {
    #detail_parrainage_mobile {
        display: block;
    }

    #detail_parrainage_desktop {
        display: none;
    }
    .position-form {
        margin: 0 15px;
        position: relative;
        top: 0;
        right: 0;
        padding: 15px;
    }
    .footer-1090-more {
        display: inline-block;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .footer-top-70 {
        margin-top: 105% !important;
    }

    .position {
        display: none;
    }

    .form-block {
        display: block !important;
        margin: 0% 0% 1% 5%;
        padding: 0% 2% 0% 2%;
    }

    .bg-dossier {
        margin-top: 2% !important;
    }

    .newsletter-responsive {
        margin-bottom: 38% !important;
    }

    .blue-band {
        border-left: 20px solid #00406e;
        position: absolute;
        left: -5%;
        margin-right: -20% !important;
    }

    #scrollableMornings {
        width: 100% !important;
    }

    .double-col .right-col {
        width: 100%;
        /*        margin-left: -15px;*/
        padding: 0;
        margin-top: 0;
        padding-top: 0 !important;
    }

    .listing-actu-right {
        margin-right: 0 !important;
    }

    .tab-refonte-respon {
        margin-top: 130% !important;
    }

    .form-title-mobile {
        margin-top: 13%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1090px) {
    .footer-800-1090 {
        display: inline-flex;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    #footer.footer-800-1090 #top-footer {
        width: 100%;
    }

    #footer.footer-800-1090 .bloc-last {
        width: 100%;
    }

    .footer-top-900 {
        margin-top: 168% !important;
    }

    .right-morning-col {
        width: 100% !important;
    }
}

@media only screen and (max-width: 900px) {
    .mes-donnees .field-input .label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 852px) {
    #table_abo_big {
        display: none;
    }

    #table_abo_small {
        display: block;
    }
}

@media only screen and (min-width: 801px) {
    .display-mobile-mdp {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #newsletter_amis_mobile {
        display: block
    }

    #newsletter_amis_desktop {
        display: none
    }

    #newsletter_abos_mobile {
        display: block
    }

    #newsletter_abos_desktop {
        display: none
    }

    .box-format {
        margin-top: 5%;
        margin-left: 0 !important;
    }

    .footer-top-70 {
        margin-top: 0 !important;
    }

    .newsletter-responsive {
        display: list-item;
        margin-bottom: 50% !important;
    }

    #palmares_form_mobile {
        display: block;
    }

    #palmares_form_desktop {
        display: none
    }

    #palmares_podium_desktop {
        display: none
    }

    #palmares_podium_mobile {
        display: block
    }

    /* Modifs Wassim le 30/10/19 */
    .div-blanche {
        height: auto;
    }

    .modif-pro {
        flex-direction: row !important;
    }

    .flex {
        flex-direction: column;
    }

    .xs-col-12 {
        width: 100%;
    }

    [class*=col-] {
        padding: 0;
    }

    .news-card {
        margin-right: auto;
        margin-left: auto;
    }

    .news-buttons-list {
        height: auto;
        display: block;
    }

    .field-input label {
        font-size: 12px;
    }

    .field-input input {
        font-size: 12px;
    }

    .mobile-noborder {
        height: auto;
    }

    .tab-refonte-respon {
        margin-top: 255% !important;
    }

    /* Fin modifs */
}

@media only screen and (max-width: 720px) {
    #questions_mobile {
        display: block;
    }

    #questions_desktop {
        display: none;
    }

    #img_pres_desktop {
        display: none;
    }

    #pres_desktop {
        display: none;
    }

    #pres_mobile {
        display: block;
    }

    #small-text {
        display: none;
    }

    #palmares_sommaire_mobile {
        display: block;
    }

    #palmares_sommaire_desktop {
        display: none;
    }

    #palamares_tableau_desktop {
        display: none;
    }

    #palamares_tableau_mobile {
        display: block;
    }
}

@media only screen and (max-width: 610px) {
    #suivi_avancement_desktop {
        display: none;
    }

    #suivi_avancement_mobile {
        display: block;
    }

    .abo-main-title {
        color: #422E2E;
        font-size: 38px;
    }

    #small-text {
        display: none;
    }

    .newsletter-responsive {
        display: list-item;
        margin-bottom: 107% !important;
    }

    .tab-refonte-respon {
        margin-top: 935% !important;
    }
}

@media only screen and (max-width: 495px) {
    .rowLogin {
        position: relative;
        background-color: #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        max-width: fit-content;
        margin: 0 auto;
        padding: 0px;
    }

    .form-btn-hidden {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .form-title-mobile {
        margin-top: 24%;
    }

    .cta-bleu-c,
    .cta-bleu-g {
        display: block;
        font-size: 15px;
        padding: 14px 19px;
        text-align: center;
        background-color: #00a7f7;
        text-decoration: none !important;
        color: #fff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border: 2px solid #00a7f7;
    }
}

@media only screen and (min-width: 496px) {
    .form-btn-visible {
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .tab-refonte-respon {
        margin-top: 1215% !important;
    }

    .padding-manager {
        padding-left: 10px !important;
    }
}

@media only screen and (max-width: 320px) {
    .tab-refonte-respon {
        margin-top: 1635% !important;
    }
}


/* ####################### FIN RESPONSIVE ABONNEMENT #########################*/

.rappelMax {
    max-width: 550px;
    margin: 0 auto;
}

.demiFull {
    width: 100%;
    float: unset;
}

.pTitle {
    margin: 20px 0% -5px 2%;
    font-size: 16px !important;
    font-style: italic;
    color: #FCA03A;
}

.noCenter {
    margin: unset;
}

.rappelMaxDoc {
    max-width: 650px;
}

.option {
    margin: 0 20%;
}

#card-succes {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: 700;
    font-size: 3.8rem;
    color: white;
    display: block;
}

.footer-top-900 {
    margin-top: 38%;
}

.footer-top-70 {
    margin-top: 45%;
}

.form-block {
    display: none;
}

.position {
    margin: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}

.box-format {
    margin-top: 5%;
    margin-left: 10%;
}

.main-form {
    font-weight: bold;
    color: #422E2E;
    font-size: 35px;
}

.blue-bold {
    font-weight: bold;
    color: #22A6F7;
    font-size: 20px;
}

.on-you-contact {
    font-size: 18px;
}

.bg-dossier {
    background-color: white;
    margin: 0% -2% 0% -7%;
    padding: 5% 6% 0% 6%;
}

.blue-band {
    border-left: 20px solid #00406e;
    position: absolute;
}

.blue-band::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 25px 0;
    border-color: transparent #0166ae transparent transparent;
    position: absolute;
    left: -20px;
    top: 0;
}

#morning-video-frame {
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    max-width: 1000px;
    width: 525px;
    height: 390px;
    border: unset;
    margin: 0px;
    padding: 0px;
}

.btnMorning {
    position: absolute;
    left: 43%;
    bottom: 39%;
    color: white;
    font-size: 14px;
}

.jwplayer.jw-skin-myskin .jw-display-icon-container {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 -70px;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1;
}

.jwplayer.jw-skin-myskin .jw-display-icon-container::after {
    padding-top: 10%;
    content: "Lire la video";
}

.my-slider {
    overflow-x: scroll;
}

@media only screen and (max-width: 2559px) {
    .tab-refonte-respon {
        margin-top: 70%;
    }
}

@-moz-document url-prefix() {
    #top-black .right-col {
        -webkit-flex-basis: unset;
        -ms-flex-basis: unset;
    }
    .double-col .right-col {
        -webkit-flex-basis: unset;
        -ms-flex-basis: unset;
    }
    .right-col {
        width: min-content;
    }
    #rightCol {
        width: 40% !important;
    }
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.numberCircle {
    border-radius: 50%;
    width: 120px;
    height: 115px;
    padding: 9px;
    background: transparent;
    border: 4px solid #00a7f7;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    box-shadow: 1px 1px 6px #5a3e4b8a;
}

.numberCircle span {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    top: 16px;
}

.crcl-value {
    right: -4px !important;
}


/** DEMANDE DE DOC **/

.demande-de-doc-container {
    max-width: 900px;
    padding: 30px 0;
    margin: -85px auto 0 auto;
    background: #FFF;
}

@media only screen and (max-width: 690px) {
    .demande-de-doc-container .content-col {
        margin: 0;
    }
}


/** LANDING **/

.div-form-demande-documentation__blocs {
    align-items: self-start;
    justify-content: space-between;
    flex-direction: row;
}


/** LISTING D'ARTICLES **/

.listing-article {
    padding: 0 15px;
}

/** taille generique des articles du dossiers **/

.folders p {
    font-size: 20px;
}


/** padding ateliers **/

.listing-ateliers .line-atelier .info {
    padding-left: 20px;
    font-weight: bold;
}


/** elevation pisto sociaux **/

.arrow-orange .title::after {
    border-left-style: none;
}

@media only screen and (max-width: 550px) {
    #top-black .info-article .picto-social {
        position: relative;
        top: 0px !important;
    }
}

@media only screen and (max-width: 320px) {
    #top-black .info-article .top .auteur .name {
        font-size: 11px;
    }
}

@media only screen and (max-width: 450px) {
    .mobile-phone {
        font-size: 80% !important;
    }
}


/** Page Recrutement **/

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.recrute-intro {
    font-size: 17px;
    color: #191919;
    margin: 50px auto;
}

.recrute-row {
    margin-right: -15px;
    margin-left: -15px;
}

.recrute-bloc-offre {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.bandeau {
    background-color: #00a7f7;
    font-size: 18px;
    color: white;
    padding: 25px 0 25px 40px;
    width: -webkit-fill-available;
}

.recrute-bloc-offre .info {
    background-color: #f7f6f6;
    font-family: ralewaybold;
    font-size: 16px;
    color: black;
    /* border-bottom: 1px solid #ffffff; */
    padding: 10px;
    height: 44px;
}

.recrute-bloc-offre .info div {
    float: left;
    padding: 0 4px;
}

.recrute-content {
    display: flex;
    background-color: #f1f0f0;
    font-size: 18px;
    color: #191919;
    min-height: 176px;
}

.recrute-text {
    padding: 10px;
    flex: 1;
}

.recrute-bloc-offre .postuler {
    height: auto;
}

.recrute-bloc-offre .postuler a {
    display: inline-block;
    width: 200px;
    height: 42px;
    margin-top: 150px;
    padding: 12px 0px;
    text-align: center;
    background-color: #f39200;
    box-shadow: 0px 3px 0px 0px #f39200a2;
    color: #FFF;
    text-decoration: none !important;
}

.flex-row {
    display: flex;
}

.recrute-bloc-offre .postuler_respon a {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 12px 0px;
    text-align: center;
    background-color: #f39200;
    box-shadow: 0px 3px 0px 0px #f39200a2;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none !important;
}

.recrute-bloc-offre .postuler_respon,
.apply-form_input {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill;
}

.apply-form_instruction {
    color: #00a7f7;
}

.apply-form_submit {
    padding: 10px 35px;
    border: none;
    background-color: #00a7f7;
    color: #f3f3f3;
}

.select-box__icon--top {
    position: absolute;
    top: 48px;
    right: 17px;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    opacity: .3;
    transition: .2s ease
}

.apply-form {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 0;
    color: white;
}

.bloc-field::placeholder {
    color: #adadad;
}

.no-margin-left {
    margin-left: 0 !important;
}

.submit-box {
    background-color: grey;
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .recrute-hidden {
        display: none;
    }

    .recrute-range-8 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .recrute-range-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .recrute-range-4 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .recrute-col {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .recrute-container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .recrute-range-8 {
        width: 66.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .recrute-range-12 {
        width: 100%;
        float: left;
        position: relative;
        width: 33.33333333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .recrute-col {
        margin-left: 8.33333333%;
        width: 83.33333333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .recrute-container {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

.centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
    /*position: relative;
    min-height: 1px;*/
    width: 95%;
}

.cgv {
    padding-top: 2%;
    padding-bottom: 2%;
    border-top: 2px solid #00A7F7;
}

.new_color {
    color: #00A7F7 !important;
    /*position: relative;
    min-height: 1px;*/
}

.span_align {
    position: absolute;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
    .recrute-container {
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .recrute-container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


/* Fix couleur bouton home MP */

#header .button-right .button-black:before {
    border-color: #3e3e3e transparent transparent;
}


/* End fix */


/** ESPACE PERSONNEL **/

.espace-personnel {
    text-align: left;
}

.espace-personnel .espace-personnel__title {
    position: relative;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
    font-weight: 400;
    color: #3e3e3e;
    font-size: 1.8rem;
    font-family: 'poppinsmedium', 'Poppins', sans-serif;
}

.espace-personnel .espace-personnel__logout button {
    background-color: #00a7f7;
    line-height: inherit;
    width: max-content;
    height: max-content;
}

.espace-personnel__title::after {
    content: none;
}


/* Le reset des padding des trois classes suivantes c'est */


/* pour que toute la zone soit cliquable sur mobile */

.espace-personnel .nav-tab ul li {
    position: relative;
    padding: 0px !important;
}

.espace-personnel .nav-tab ul li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 20px 0px 20px 0px !important;
}

@media only screen and (max-width: 980px) {
    .espace-personnel .nav-tab ul li a {
        padding: 20px 0px 20px 20px !important;
    }
}

.mes-services .triangle-top-left {
    z-index: 10;
}

.mes-services.services-list .row {
    margin-left: 0;
    margin-right: 0;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.mes-services.services-list .row .service-item {
    display: block;
    width: 23%;
    border: 1px solid #DADADA;
    background-color: #fff;
    margin-bottom: 45px;
    position: relative;
    min-width: 170px;
}

.mes-services.services-list .row .service-item .head {
    /*color: #00a7f7;*/
    color: #fff;
    height: 125px;
    position: relative;
    font-size: 20px;
    line-height: 22px;
    padding: 35px 20px 35px 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.mes-services.services-list .row .service-item .service-item__link {
    font-size: 15px;
    background: #00a7f7;
    padding: 6px 15px;
    color: #FFF;
}

.mes-services.services-list .row .service-item .service-item__link a {
    color: inherit;
    text-decoration: none;
}

@media only screen and (min-width: 981px) {
    .espace-personnel .nav-tab ul li::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 35px;
        right: -1px;
        background: #3e3e3e;
        z-index: 1;
    }

    .espace-personnel .nav-tab ul li.current::after {
        content: none;
    }

    .espace-personnel .nav-tab ul li:last-child::after {
        content: none;
    }

    .espace-personnel .nav-tab ul li a {
        display: inline-block;
        width: 100%;
        padding: 26px 0;
        color: inherit;
        text-decoration: none;
    }

    #top-black .mes-services .double-col .content-col:before {
        content: none;
    }
}

.listing-button {
    flex-wrap: wrap;
    gap: 10px;
}


.full-content .filtre .listing-button button {
    margin-left: 0;
}


@media only screen and (max-width: 1280px) {
    .listing-button {
        gap: 2%;
        row-gap: 1em;
    }

    .full-content .filtre .left .listing-button button {
        margin-left: 0;
    }
}

@media only screen and (max-width: 450px) {
    .listing-button {
        font-size: 15px;
    }

    .listing-button-right {
        width: auto;
    }
}

@media only screen and (max-width: 450px) {
    .triples-button {
        font-size: 14px;
    }
}


/****** Opportunités ******/

.no-overflow {
    height: 330px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.padding-20-0 {
    padding: 20px 0 !important;
}

@media only screen and (max-width: 768px) {
    .no-overflow {
        padding: 50px 20px;
        height: 0;
    }

    .no-margin-left {
        margin-left: 0 !important;
    }

    .no-margin-right {
        margin-right: 0;
    }
}

.unset-hover:hover {
    color: white !important;
}


/** Style pour les mentions legales **/

.plus {
    color: #0166ae;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2%;
    width: 95%;
    display: block;
    cursor: pointer;
}

.plus span {
    width: 90%;
}

.pluss,
.moinss {
    margin-right: 1%;
}

.bloc_cgv,
.bloc_glossaire {
    padding-top: 4%;
    padding-bottom: 2%;
    border-top: 2px solid #0166ae;
}

.ml-refonte {
    position: relative;
    top: -13px
}


/**** glossaire ***/

.lettre_titre {
    color: #00a7f7 !important;
    font-size: 116px;
}

.titre_def {
    font-size: 26px;
    color: #00a7f7;
    margin-left: 2%;
}

.abecedaire {
    font-weight: 900;
    font-size: 40px;
    color: #3e3e3e;
}

.abecedaire a {
    color: #00a7f7;
    font-weight: 900;
    text-decoration: none;
}

.lettre_active {
    color: #00a7f7 !important;
}

.lettre_vide {
    color: #c0cfde !important;
    cursor: default;
}

.bloc_glossaire {
    padding-top: 2%;
    padding-bottom: 2%;
    border-top: 2px solid #00a7f7;
}

.col-sizing {
    width: 16.667%;
    height: 100%;
    padding: 25px 0 0 0;
    border: 1px solid white;
}

.coucou {
    padding: 0 0 0 0;
}

.mag-button {
    text-decoration: none !important;
    background-color: #00a7f7;
    color: #FFF;
    font-family: 'poppinsmedium', 'Poppins', Arial, sans-serif;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
}

.first-mag-padding {
    padding-left: 125px;
    padding-top: 40px;
}

.mag-padding {
    margin: auto;
    padding-top: 25px;
}

.little-padding {
    padding: 0 0 0 0;
}

.hide-img {
    display: none;
}

.bottom-position {
    position: relative;
}

.padding-manager {
    padding-left: 0;
}

.form-control-analysis {
    display: inline-block;
    width: auto;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(66, 60, 60);
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media only screen and (max-width: 770px) {
    .little-padding {
        padding: 0 0 0 50px !important;
    }
}


/* ###################### Bastien ################################## */

.select_hybride {
    background-color: #fff !important;
    width: 100% !important;
    margin: 0 !important;
    max-width: unset !important;
}

#simulateur-epargne table .gros-titre {
    font-size: 24px;
    width: max-content;
    background-color: white !important;
}

#simulateur-epargne table .petit-titre {
    font-size: 14px;
    background-color: white !important;
}

#simulateur-epargne table .gros-chiffre {
    font-size: 35px;
    color: #00a7f7;
}

#simulateur-epargne table .petit-chiffre {
    font-size: 27px;
    color: #00a7f7;
}

#simulateur-epargne table .graphe {
    background-color: #00a7f7;
    width: 100px;
    padding: 0 !important;
    position: relative;
}

#simulateur-epargne table .proportion_versements {
    background-color: #347ecb;
    position: absolute;
    bottom: 0px;
    width: 100% !important;
    height: 0px;
}

#simulateur-epargne table td {
    border-left: 0px;
}

#simulateur-epargne #resultat_simulation {
    display: none;
}

#simulateur-epargne .cygle {
    float: right;
    position: relative;
    top: 11px;
}

#simulateur-epargne .label {
    font-size: 16px;
}

.btn-cta-bleu {
    background-color: #00a7f7;
    color: white;
}

.footer-edge-only {
    display: inline-block;
    width: 100%;
}

#header {
    background-color: white !important;
}

@media only screen and (max-width: 975px) {
    #simulateur-epargne .label,
    #simulateur-epargne .cygle {
        font-size: 13px !important;
    }
}

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

    .mon-abonnement .derniers-conseils {
        flex-direction: column;
    }

    .mon-abonnement .derniers-conseils [class*=col-] {
        flex-direction: column;
        width: 100%;
        margin: 15px 0;
    }

    #simulateur-epargne .col-3 {
        width: 90% !important;
        margin-bottom: 20px !important;
    }

    #simulateur-epargne #resultat_simulation table {
        width: 100% !important;
        text-align: center;
    }

    #simulateur-epargne #resultat_simulation .line {
        left: -30px;
    }
}

@media only screen and (max-width: 600px) {
    #simulateur-epargne table .gros-titre {
        font-size: 16px;
    }

    #simulateur-epargne table .gros-chiffre {
        font-size: 28px;
    }

    #simulateur-epargne table .petit-titre {
        font-size: 11px;
    }

    #simulateur-epargne table .petit-chiffre {
        font-size: 18px;
    }

    #simulateur-epargne table .graphe {
        width: 70px;
    }
}

@media only screen and (max-width: 800px) {
    .acces_demande_service {
        display: block !important;
    }

    .acces_demande_service .col-4 {
        width: 100% !important;
    }
}


/* ###################  Fin Bastien  ################################# */

@media only screen and (max-width: 400px) {
    .ml-refonte {
        position: relative;
        top: -13px;
        font-size: 15px
    }

    .hide-img {
        display: none !important;
    }

    .bottom-position {
        position: relative !important;
    }
}

.recherche_conseil {
    text-align: unset !important;
}

.no-padding-left {
    padding-left: 0 !important;
}


/* Page Conseil et Gestion PEA*/

@media only screen and (max-width: 1024px) {
    .justify {
        margin-left: 15% !important;
        margin-right: 15%;
    }
}


/* Conseil trading */

@media only screen and (max-width: 640px) {
    .tableau-conseils {
        font-size: 10px !important;
    }

    .responsive-conseils {
        margin-left: 10px !important;
    }

    .title-conseils {
        padding-left: 13px;
        text-align: center
    }
}

@media only screen and (min-width: 641px) and (max-width: 1090px) {
    .bloc_conseil {
        text-align: center;
        margin-left: 95px;
    }

    .recherche_conseil {
        text-align: center;
        padding-left: 50px;
    }

    .conseils {
        text-align: center;
        padding-left: 100px
    }

    .conseils-pea {
        text-align: center;
        padding-left: 30px
    }

    .title-conseils {
        padding-left: 25px;
        text-align: center;
    }
}

@media only screen and (min-width: 451px) {
    .fav-add-desktop {
        visibility: visible !important;
    }

    .fav-add-mobile {
        visibility: hidden !important;
    }
}

@media only screen and (max-width: 450px) {
    .desktop {
        visibility: hidden !important;
    }

    .mobile {
        visibility: visible !important;
    }
}

@media only screen and (min-width: 451px) {
    .desktop {
        visibility: visible !important;
    }

    .mobile {
        visibility: hidden !important;
    }
}

@media only screen and (min-width: 1091px) and (max-width: 1400px) {
    .bloc_conseil {
        text-align: center;
        margin-left: 145px;
    }

    .recherche_conseil {
        text-align: center;
        padding-left: 125px;
    }

    .conseils {
        text-align: center;
        padding-left: 475px
    }

    .conseils-pea {
        text-align: center;
        padding-left: 150px
    }

    .title-conseils {
        padding-left: 50px;
        text-align: center;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1750px) {
    .bloc_conseil {
        text-align: center;
        margin-left: 220px;
    }

    .recherche_conseil {
        text-align: center;
        padding-left: 200px;
    }

    .conseils {
        text-align: center;
        padding-left: 635px
    }

    .conseils-pea {
        text-align: center;
        padding-left: 250px;
        /* 380px */
    }

    .title-conseils {
        padding-left: 35px;
        text-align: center;
    }
}

@media only screen and (min-width: 1751px) {
    .bloc_conseil {
        text-align: center;
        margin-left: 300px;
    }

    .recherche_conseil {
        text-align: center;
        padding-left: 310px;
    }

    .conseils {
        text-align: center;
        padding-left: 820px
    }

    .conseils-pea {
        text-align: center;
        padding-left: 250px;
        /* 380px */
    }

    .title-conseils {
        padding-left: 35px;
        text-align: center;
    }
}

.full-content ul li.li-conseils::before {
    content: none;
}

.pagination a,
.pagination strong {
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 16px;
}


/* positions_dl_index.php */

.bg-light-grey {
    background-color: #f7f6f6;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-top-50 {
    margin-top: 50px;
}

@media only screen and (max-width: 992px) {
    .mobile {
        width: 100% !important;
        float: none !important;
        padding: 10px 0 !important;
        flex-basis: initial !important;
        height: initial !important;
        margin-bottom: unset !important;
    }

    .mobile-hidden {
        display: none;
    }

    .texteBasPage {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: initial;
    }
}


/* déclarations fiscales */

.ir-isf {
    background-color: #A3A3A3;
    margin-bottom: 15px;
    padding: 20px 30px;
    color: white;
}

.ir-isf:hover {
    background-color: #00a7f7;
}

.ir-isf-checked {
    background-color: #00a7f7;
    margin-bottom: 15px;
    padding: 20px 30px;
    color: white;
}

.text-blue {
    color: #00a7f7;
}

.text-orange {
    color: #f39200;
}

.services-input::placeholder {
    color: white;
}

.height-245 {
    height: 245px;
}

.cnt {
    position: relative;
}

.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner h2,
.inner h1 {
    color: white;
}


/*Allocation*/

.bg-light-blue {
    background-color: #00A7F7;
}


/** RECHERCHE BIBLIOTHEQUE DES CONTENUS **/

.section-search .field-input {
    display: inline-block;
    margin: 0;
}

.section-search button {
    max-width: 170px;
    height: 47px;
    margin-left: 15px;
}

.search-page .full-content .double-col .content-col {
    z-index: 10;
}

.search-page .full-content .double-col .content-col::before {
    display: none;
}

@media screen and (max-width: 743px) {
    .section-search button {
        margin: 10px 0 0 0;
    }

    .section-search .field-input {
        display: block;
    }
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-20-20 {
    padding: 20px 20px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.bg-size-cover {
    background-size: cover;
}

.bg-orange-alpha {
    background-color: #f39200c7;
    height: 100%;
}

.on-hover-unfold {
    position: relative;
    top: 189px;
    cursor: pointer;
}

.on-hover-unfold:hover {
    animation-duration: 1s;
    animation-name: slidein;
    top: 0px;
}

.display-none {
    display: none;
}

@keyframes slidein {
    from {
        position: relative;
        top: 189px;
    }
    to {
        position: relative;
        top: 0px;
    }
}

.right-col-webkit {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

li.fav a:hover i {
    color: #00a7f7 !important;
}

li.fav a:hover {
    border: 1px solid #00a7f7;
    border-top-color: rgb(0, 172, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(0, 172, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(0, 172, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(0, 172, 238);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
}

a.ajout_question_favori:hover i {
    color: #00a7f7 !important;
}

a.ajout_question_favori:hover {
    border: 1px solid #00a7f7;
    border-top-color: rgb(0, 172, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(0, 172, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(0, 172, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(0, 172, 238);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
}

@media screen and (max-width: 1200px) {
    .mobile-recrute {
        display: flex !important;
    }
}

.bloc-content-tab .top-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

@media only screen and (max-width: 980px) {
    .pd-structure.nav-tab ul li {
        line-height: 3.2 !important;
    }

    .bloc-content-tab.open-mobile {
        display: block !important;
        position: fixed;
        width: 100%;
        background-color: #fff;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        overflow: scroll;
    }
}


/************************/


/*** SIMULATEUR GRAPH ***/


/************************/

.td-graphe:first-of-type {
    padding-bottom: 2px;
}

.td-graphe {
    width: 132px;
    vertical-align: bottom;
}

.bloc-resultat-calcul {
    display: none;
    background-color: #1D4173;
    color: #75A9B4;
    padding-top: 46px;
    padding-bottom: 40px;
}

#bg-interet {
    background-color: #10DFFF;
}

#bg-versement {
    background-color: #09869A;
}

.monfi-text-bleu-ciel {
    color: #10DFFF;
}

.override-css.zone-centre {
    margin-left: 30px !important;
}

@media screen and (max-width: 980px) {
    .override-css.zone-centre {
        margin-left: 0px !important;
    }

    .mobile-none.form_rappel {
        display: none;
    }
}

.override-css.uk-panel-title p,
.override-css.zone-texte-centre p {
    color: white;
}

.override-css.uk-panel-title p {
    font-size: 22px;
    margin: 30px 0px !important;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: bold;
}

.override-css.uk-panel-title p::after {
    margin-left: 10px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #00a7f7;
}

.override-css#div-form-demande-documentation {
    border-bottom: 0 !important;
}

.override-css#text-landing ul li:before {
    content: '\2713';
    display: inline-block;
    color: #22a6f7;
    padding: 0 6px 0 0;
    position: absolute;
    left: -6px;
}

.text-landing-mobile ul li:before {
    content: '\2713';
    display: inline-block;
    color: #22a6f7;
    padding: 0 6px 0 0;
    position: absolute;
    left: 30px;
}

.override-css#text-landing ul li,
.text-landing-mobile ul li {
    list-style-type: none;
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.25;
}

.override-css.contact_rappel button {
    background-color: #22A6F7 !important;
    box-shadow: 0px 3px 0px 0px #217AB0 !important;
}

.override-css.contact_rappel .gray_button {
    border: none;
    background-color: #A9A9A9 !important;
    color: #FFF;
    box-shadow: 0px 3px 0px 0px #808080 !important;
}

#demande-doc-succes {
    padding: 15px;
    color: green;
}

.js-recevoir,
.js-rappeler {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
}

.js-rappeler-landing {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: bold;
}

#div-form-demande-documentation input::placeholder,
#form-responsive input::placeholder {
    font-family: 'poppinsmedium', 'Poppins', Arial, sans-serif;
    color: #39393e;
}

@media screen and (min-width: 940px) {
    .override-css#div-demande::before {
        content: '';
        position: absolute;
        left: 0;
        background: url(img/bg-grey.jpg);
        top: 0;
        height: 545px;
        width: 100%;
        z-index: -1;
    }
}

.liste-landing {
    margin-left: 15px;
}

#text-landing ul li {
    margin-left: 15px;
}

.text-landing-mobile .liste-landing {
    margin-left: 50px;
}

#div-demande #form-responsive h3 {
    margin-top: 0;
}


/************************/


/**** LANDING HEADER ****/


/************************/

.mobile-dmdoc-cta {
    display: none;
}

.footer-desktop-mobile {
    display: none;
}

.landing-nav__logo img {
    margin-bottom: 15px;
}

.landing-nav-mobile__logo img {
    margin: 15px 0;
}

.hgjku#top-black .full-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 990px) {
    .landing-nav {
        background: #FFF;
        height: 86px;
        line-height: 86px;
    }

    .landing-nav-mobile {
        display: none;
    }

    .landing-nav__container {
        display: flex;
        max-width: 1342px;
        width: 100%;
        height: 86px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .landing-nav .landing-nav__logo {
        margin-top: 5px;
        width: 390px;
        height: auto;
        flex-grow: 1;
    }

    .landing-nav .landing-nav__links {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        margin: 10px 20px 0 20px;
    }

    .landing-nav .landing-nav__links li {
        line-height: 86px;
        flex-grow: 1;
        text-align: center;
    }

    .landing-nav .landing-nav__links li a {
        font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
        color: #818181 !important;
        font-weight: 600;
        font-size: 1.2em;
    }

    .landing-nav .landing-nav__links li a.active {
        color: #000000 !important;
        text-decoration: underline;
    }

    .landing-nav .landing-nav__action {
        flex-grow: 1;
        line-height: 86px;
    }

    .landing-nav .landing-nav__action a {
        display: inline-block;
        height: 50px;
        width: 100%;
        text-align: center;
        background: #00a7f6;
        color: #FFF;
        font-size: 1.2em;
        font-weight: 400;
        line-height: 52px;
    }

    .hgjku#top-black .content-wrapper {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .hgjku#top-black .full-content {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .landing-nav .landing-nav__logo {
        width: 200px;
    }
}

@media screen and (max-width: 992px) {
    .landing-nav {
        display: none;
    }

    .landing-nav-mobile__container {
        display: flex;
        background: #FFF;
        align-items: center;
    }

    .landing-nav-mobile__button {
        flex-grow: 1;
        padding-left: 10px;
    }

    .landing-nav-mobile__button button {
        width: 40px;
        height: 40px;
        line-height: 3px;
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .landing-nav-mobile__button button span {
        display: inline-block;
        position: relative;
        height: 3px;
        border-radius: 3px;
        width: 100%;
        background: #000;
    }

    .landing-nav-mobile__button button span:first-child::before {
        content: 'menu';
        position: absolute;
        top: -12px;
        left: 0;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    }

    .landing-nav-mobile__logo {
        flex-grow: 2;
        text-align: center;
        margin: auto;
    }

    .landing-nav-mobile__action {
        flex-grow: 1;
        text-align: center;
    }

    .landing-nav-mobile__action a {
        color: #FFF;
        height: 36px;
        font-size: 1.5em;
        background: #01a6f5;
        display: inline-block;
        line-height: 39px;
        width: 36px;
        border-radius: 3px;
    }

    .landing-nav-mobile__links.open {
        display: block;
    }

    .landing-nav-mobile__links {
        display: none;
        -moz-box-shadow: 2px 2px 2px 0px #a8a8a8;
        -webkit-box-shadow: 2px 2px 2px 0px #a8a8a8;
        -o-box-shadow: 2px 2px 2px 0px #a8a8a8;
        box-shadow: 2px 2px 2px 0px #a8a8a8;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#a8a8a8, Direction=134, Strength=2);
    }

    .landing-nav-mobile__links li a {
        display: inline-block;
        color: #818181 !important;
        font-size: 1.2em;
        padding: 10px;
        font-weight: 600;
        font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    }

    .landing-nav-mobile__links li a.active {
        text-decoration: underline;
        color: #000 !important;
    }

    .field-input .label {
        font-size: 16px;
    }

    .label.mdp2 {
        line-height: 19px;
    }

    .product_page .double-col .right-col .right-taux {
        width: auto;
    }

    .mobile-dmdoc-cta {
        display: flex;
    }

    .mobile-dmdoc-cta .landing-nav__action {
        display: inline-block;
        height: 50px;
        width: 100%;
        text-align: center;
        background: #00a7f6;
        color: #FFF;
        font-size: 1.2em;
        font-weight: 400;
        line-height: 52px;
    }

    .footer-desktop-mobile {
        display: block;
    }

    .footer-desktop-desktop {
        display: none !important;
    }

    .override-css#text-landing ul li,
    .text-landing-mobile ul li {
        padding-left: 50px;
    }
}


/*** REFONTE ESPACE ABONNES ***/


/* Sidebar */

#top-black.espace-abonnes {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.sidebar-mfprive {
    z-index: 4;
    padding: 10px;
    background: #E6E6E6;
    padding-left: 125px;
    max-width: 300px;
    min-width: 235px;
    box-sizing: unset;
}

.espace-abonnes .espace-personnel {
    margin: 0;
}

.sidebar-mfprive .title {
    font-size: 1em;
}

.sidebar-mfprive .espace-abonnes_title {
    font-size: 1.1em;
    text-transform: uppercase;
}

.espace-abonnes_subtitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin: 5px 0px;
    position: relative;
    padding: 5px 0px;
    font-size: 18px;
}

.espace-abonnes_container {
    padding-left: 5px;
}

.espace-abonnes_menu {
    margin-top: 20px;
}

.espace-abonnes_menu a {
    color: #3E3E3E;
    text-decoration: none;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
}

.espace-abonnes_menu .current a {
    color: #f39200;
}

.espace-abonnes_menu a:hover {
    color: #f39200;
}

.espace-abonnes_menu li {
    padding: 10px 5px;
    font-size: 19px;
}



.espace-abonnes_notice-sms span {
    display: block;
    color: white;
    padding: 5px 15px;
    background-color: #3E3E3E;
    font-size: 0.9em;
    text-align: left;
}

.espace-abonnes_notice-sms.enable span {
    background-color: #f39200;
}

.espace-abonnes_notice-sms {
    margin: 0;
}

.espace-abonnes_actu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    background-color: #22A6F7;
    padding: 7px;
    color: white;
    text-decoration: none;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    justify-content: space-evenly;
    margin: 30px 0;
    position: relative;
}

.espace-abonnes_actu:hover {
    color: #ededed;
}

.espace-abonnes_actu::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #22a6f7 transparent transparent;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.espace-abonnes_formule {
    position: relative;
    margin: 25px 0;
}

.espace-abonnes_formule::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #3e3e3e transparent transparent;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.espace-abonnes_formule-header {
    padding: 5px;
    background-color: #22A6F7;
    font-size: 25px;
    font-family: 'poppinsmedium', 'Poppins', Arial, sans-serif;
    /*text-align: center;*/
}

.espace-abonnes_formule-header h2 {
    color: white;
    font-size: 0.8em;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-size: 25px;
    line-height: 30px;
}

.espace-abonnes_formule-content {
    background-color: white;
    padding: 15px;
}

.espace-abonnes_formule-content p {
    text-align: center;
    font-size: 0.8em;
    font-family: 'poppinsmedium', 'Poppins', Arial, sans-serif;
    color: #575757;
}

.espace-abonnes_formule-content .formule {
    color: #22A6F7;
    text-transform: uppercase;
}

.espace-abonnes_container .prolonger-btn {
    display: block;
    background-color: #00a7f7;
    color: white;
    text-decoration: none;
    padding: 10px 5px;
    font-size: 0.8em;
    margin: 5px 0;
    position: relative;
}

.espace-abonnes_container .prolonger-btn:hover {
    color: #ededed;
}

.espace-abonnes_container .prolonger-btn:before {
    display: block;
    content: '';
    position: absolute;
    right: 5px;
    top: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: #ffffff transparent transparent;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transform: rotate(270deg);
}

.espace-abonnes_formule-content .abonnement-option {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.espace-abonnes_formule-content .mon-abonnement .switch {
    width: 30px;
    height: 20px;
    /*top: 10px;*/
    left: 5px;
}

.espace-abonnes_formule-content .mon-abonnement .slider:before {
    height: 15px;
    width: 15px;
}

.espace-abonnes_formule-content .abonnement-option span {
    font-size: 0.8em;
}

.espace-abonnes_notice-sms.disabled {
    background-color: #cdcdcd;
    padding: 5px;
    font-size: 0.8em;
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
    .sidebar-mfprive {
        padding-left: 0;
    }
}

/* Toolbar (au dessus du contenu */

.toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    text-align: center;
    justify-content: space-around;
    z-index: 9;
    margin-top: 25px;
}

.toolbar .toolbar-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    cursor: pointer;
    background-color: #ffffff;
    margin: 0 10px;
    color: #00a7f7;
    font-size: 0.7em;
    /* -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; */
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 10px;
    z-index: 4;
    box-shadow: 1px 1px 10px #888;
    width: 33.33%;
    justify-content: space-between;
    border-radius: 2px;
}

.toolbar .toolbar-box p {
    text-align: left;
}

.toolbar .toolbar-box > div {
    padding: 1px;
    margin: 0 2px;
}

.toolbar .toolbar-box:before {
    /*display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: #ffffff transparent transparent;
    filter: drop-shadow(2px 3px 2px #888888);
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    */
}

.toolbar-box_title {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: left;
}

.toolbar-box_footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.toolbar-box_footer span {
    font-size: 1.2em;
}

.espace-abonnes_search {
    margin-top: 35px;
}


/* CACBOX */

#newcacbox,
#cacnotfound {
    position: relative;
    width: 65%;
    height: auto;
    margin: 15px auto;
    background-color: #FFF;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#cacquestion {
    display: none;
}

.close-cac {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #00a7f7;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
}


/* Fin Cacbox */


/* Acces réservé article */
#acces-reserve-article {
    border: 3px solid #4976C6;
    border-radius: 12px;
    width: 85%;
    margin: 15px auto;
    display: block;
}

#acces-reserve-article .content-text {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

#acces-reserve-article .content-text .acces-reserve-article__boutons {
    margin: 15px auto;
}

#acces-reserve-article .content-text .acces-reserve-article__boutons a {
    padding: 15px 30px;
    display: block;
    text-decoration: none;
    background-color: #EE7D32;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 7px;
    width: 100%;
    margin: 7px auto;
}

#acces-reserve-article .content-text .acces-reserve-article__text-avantages {
    font-weight: bold;
    text-align: left;
    margin: 30px auto;
    color: #293B45;
}

#acces-reserve-article .content-text .acces-reserve-article__title {
    margin: 25px 0 15px 0;
    color: #293B45;
}

#acces-reserve-article .content-text .acces-reserve-article__disclaimer {
    font-size: 16px;
}

@media screen and (max-width: 760px) {
    #acces-reserve-article .content-text {
        width: 75%;
    }
}

@media screen and (max-width: 460px) {
    #acces-reserve-article .content-text {
        width: 85%;
    }
}

/* Acces reserve refonte */

#acces-reserve-refonte {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
}

#acces-reserve-refonte.articles {
    background-image: url("/assets/img/abonnement-refonte/questions_flou.jpg");
}

#acces-reserve-refonte.fiche_conseils {
    background-image: url("/assets/img/abonnement-refonte/fiche_conseils_flou.png");
}

#acces-reserve-refonte.acces-reserve-conseils {
    background-image: url("/assets/img/abonnement-refonte/conseils_flou.png");
}

#acces-reserve-refonte.analyse-portefeuille {
    background-image: url("/assets/img/abonnement-refonte/analyse_portefeuille_flou.png");
}

#acces-reserve-refonte.mags {
    background-image: url("/assets/img/abonnement-refonte/mags_flou.png");
}

#acces-reserve-refonte.fil-actualites {
    background-image: url("/assets/img/abonnement-refonte/actu_flou.png");
}

#acces-reserve-refonte .container-acces-reserve {
    text-align: center;
    margin: 0 auto;
    padding-top: 20%;
}

#acces-reserve-refonte .content-btns {
    display: flex;
    margin-top: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    gap: 7px;
}

#acces-reserve-refonte .content-btns .avantages {
    display: flex;
    align-items: center;
    background-color: #E8E8E8;
    height: 100%;
    float: left;
}

#acces-reserve-refonte .content-btns .avantages .text-avantages {
    display: flex;
    align-items: center;
    height: 100%;
    width: 30%;
    float: left;
    color: #0584ca;
    font-size: 18px;
    font-style: italic;
    border-right: 1px solid #fff;
}

#acces-reserve-refonte .content-btns .avantages .icones-avantages {
    height: 100%;
    width: 70%;
    float: right;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    font-family: 'poppinssemibold', 'Poppins', sans-serif;
}

#acces-reserve-refonte .content-btns .avantages .icones-avantages .pictor-container {
    width: 50%;
    margin-top: 7px;
    margin-bottom: 7px;
}

#acces-reserve-refonte .content-btns .avantages .icones-avantages .pictor {
    height: 45px;
    width: 45px;
    background: linear-gradient(180deg, #0584ca, #089ced);
    border-radius: 7px;
    display: block;
    float: left;
}

#acces-reserve-refonte .content-btns .avantages .icones-avantages .pictor-text {
    margin-left: 10px;
    text-align: left;
    font-size: 16px;
    position: relative;
    margin-top: 7px;
    float: left;
}

#acces-reserve-refonte .error-msg {
    color: #f39200;
    position: relative;
    display: inline;
}

#acces-reserve-refonte .error-msg:before {
    content: "";
    display: block;
    width: 60px;
    height: 50px;
    position: absolute;
    bottom: -5px;
    left: -60px;
    background-image: url("/assets/img/abonnement-refonte/warning-orange.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#acces-reserve-refonte .content-btns .boutons-test {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#acces-reserve-refonte .loginButton,
#acces-reserve-refonte .testButton {
    display: inline-block;
    margin: 5px auto;
    padding: 25px 0px;
    font-size: 2rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    width: 320px;
    float: right;
}

#acces-reserve-refonte .loginButton {
    background-color: #00a7f7;
}

#acces-reserve-refonte .testButton {
    background-color: #f39200;
}

@media only screen and (max-width: 1920px) {
    #acces-reserve-refonte .content-btns .avantages .icones-avantages .pictor-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1480px) {
    #acces-reserve-refonte .loginButton, #acces-reserve-refonte .testButton {
        float: none;
    }

    #acces-reserve-refonte .content-btns .avantages {
        width: 100%;
    }
}

@media only screen and (max-width: 965px) {
    #acces-reserve-refonte .content-btns .avantages {
        flex-direction: column;
    }

    #acces-reserve-refonte .content-btns .avantages .text-avantages {
        display: block;
        height: 50px;
        border-right: none;
        width: 100%;
        margin-top: 10px;
    }

    #acces-reserve-refonte .content-btns .avantages .icones-avantages {
        height: 100%;
        width: 100%;
        float: none;
    }

    #acces-reserve-refonte .content-btns {
        height: 270px;
    }

    #acces-reserve-refonte .error-msg::before {
        top: -75px;
        left: 81%;
    }
}

@media only screen and (max-width: 768px) {
    #acces-reserve-refonte .boutons-test {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    #acces-reserve-refonte .error-msg::before {
        top: -75px;
        left: 70%;
    }
}

@media only screen and (max-width: 550px) {
    #acces-reserve-refonte .content-btns .avantages .icones-avantages .pictor-text {
        font-size: 14px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 500px) {
    #acces-reserve-refonte .content-btns .avantages .icones-avantages .pictor-text {
        font-size: 11px;
        margin-left: 3px;
    }

    #acces-reserve-refonte .content-btns .avantages .icones-avantages .pictor {
        height: 42px;
        width: 42px;
    }

    #acces-reserve-refonte .content-btns .avantages .icones-avantages {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 410px) {
    #acces-reserve-refonte .content-btns .avantages .icones-avantages .pictor-text {
        font-size: 10px;
        margin-left: 3px;
        margin-top: 14px;
    }

    #acces-reserve-refonte .content-btns .avantages .icones-avantages {
        margin-top: 20px;
        padding: 5px;
    }
}

/* Question d'argent */

#questions-argent-modal {
    display: block;
    position: fixed;
    z-index: 5;
    bottom: 0;
    right: 0;
    min-width: 300px;
    max-width: 370px;
    padding: 5px;
    background-color: white;
    text-align: center;
    margin: 1px;
}

#questions-argent-modal-container .questions-argent-title {
    color: #347ecb;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
}

#questions-argent-modal-container p {
    color: #4f4f4f;
    font-size: 0.8em;
}

#questions-argent-btn {
    width: 100%;
    background-color: transparent;
    color: #347ecb;
    font-size: 1em;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    border: 0;
    box-shadow: none;
    margin: 0;
    font-weight: 700;
}

#questions-argent-modal-container {
    display: none;
}


/* Conseils gestion */

.conseil-gestion {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.conseil-gestion > div {
    width: 50%;
    padding: 0px 10px;
    margin: 0 5px;
}

.conseil-gestion .performances-tab tr td {
    background-color: #92e1ff;
    color: black;
}

.conseil-gestion .performances-tab tr:nth-child(odd) td {
    background-color: #338fb2;
    color: white;
}

.conseil-gestion .performances-tab tr td {
    padding: 10px;
}

.conseil-gestion .performances-tab td {
    padding: 10px 5px;
    border-left: 2px solid #dce2eb;
    border-bottom: 2px solid #dce2eb;
}

.conseil-gestion .performances-tab {
    border-spacing: 5px;
    border-collapse: initial;
    margin-bottom: 0;
}

.conseil-gestion .performances-tab td {
    padding: 5px;
}


/* MISC */

.espace-personnel .full-content:after {
    width: 0;
}

.espace-personnel.content-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding: 0 !important;
}

.sidebar-toggle-button {
    display: none;
}


/* Responsive */

@media only screen and (max-width: 768px) {
    .conseil-gestion {
        flex-direction: column;
    }

    .conseil-gestion > div {
        width: 100%;
    }

    .conseil-gestion > div:last-child {
        margin-top: 25px;
    }

    .content-btns {
        flex-direction: column;
    }

    #acces-reserve-refonte .loginButton,
    #acces-reserve-refonte .testButton {
        margin: 10px;
    }

    #acces-reserve-refonte .error-msg::before {
        top: -75px;
        left: 50%;
    }
}

@media only screen and (max-width: 550px) {
    #acces-reserve-refonte .error-msg::before {
        left: 65%;
    }
}

@media only screen and (max-width: 356px) {
    #acces-reserve-refonte .error-msg::before {
        left: 50%;
    }
}

.wysiwyg ul {
    color: #3e3e3e;
}

@media only screen and (max-width: 800px) {
    .espace-personnel #partage {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .field-input .label {
        font-size: 14px;
        line-height: 1em;
    }

    .espace-personnel .toolbar {
        justify-content: center;
        margin: 25px 0;
    }

    .espace-personnel .toolbar .toolbar-box {
        margin: 1;
    }

    .espace-personnel .toolbar-box > div:last-child {
        display: none;
    }

    .espace-personnel .toolbar-box {
        width: 25%;
    }

    .espace-personnel .toolbar .toolbar-box:before {
        display: none;
    }

    .espace-personnel .toolbar .toolbar-box > div {
        margin: auto;
        margin: 5px;
    }

    .display-active-tab {
        display: block !important;
    }

    .unset-width-active-tab {
        width: unset !important;
    }

    .toolbar-box_title,
    .toolbar-box_footer {
        font-size: 12px;
        margin-bottom: 0px !important;
    }

    .display-active-tab p {
        font-size: 10px !important;
        margin-bottom: 0px !important;
    }

    .toolbar-box_footer span {
        font-size: 12px !important;
    }

    .hide-on-mobile {
        display: none;
    }

    .sidebar-mfprive {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    .espace-personnel.content-wrapper {
        width: 100% !important;
    }

    .sidebar-toggle-button {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        /* Propriétés ci-dessous pour test, à remplacer par logo du bouton */
        width: 40px;
        height: 40px;
        background-color: orange;
    }

    .translate {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .visibility-hidden {
        visibility: hidden;
    }

    .conseil-gestion > div {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .toolbar-box.before::before {
        display: block !important;
    }

    #newcacbox,
    #cacnotfound {
        width: 100%;
    }

    .cancel-margin {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .listing-article_img {
        margin-right: 5px !important;
    }

    .espace-abonnes_container {
        padding-left: 0px !important;
    }
}

#recherche_valeurs .selecttrading {
    width: 100%;
}

.tableau-conseils {
    margin-bottom: 20px !important;
}

.cancel-margin-desktop {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.hgjku.full-content::before,
.full-content::after {
    display: none !important;
}

li.fav::before {
    display: none;
}

.bouton-confirm-kyc {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg-height-override-kyc::before {
    height: 130px !important;
}


/* Modals (Questionnaire, Resiliation Abo, Option SMS) */

.questionnaire,
.resiliation,
.modal-sms {
    display: block;
    width: 600px;
    max-width: 100%;
    height: 600px;
    max-height: 100%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.9);
    border-radius: 3px;
}

.questionnaire-overlay,
.resiliation-overlay,
.modal-sms-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
}

.questionnaire-container,
.resiliation-container,
.modal-sms-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 20px 15px 5px 15px;
    overflow: auto;
}

.questionnaire-fail,
.questionnaire-success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 95%;
    padding: 20px 15px 15px 15px;
    overflow: auto;
}

.close-button {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    border: 0;
    color: #000;
    padding: 5px 10px;
    font-size: 2rem;
    text-decoration: none;
}

.closed {
    display: none;
}

.questionnaire-container label {
    margin-left: 15px;
}

.resiliation-container .list-unstyled {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.resiliation-success, .resiliation-failed {
    text-align: center;
    font-family: 'poppinssemibold', 'Poppins', sans-serif;
    margin-top: 20px;
}

.resiliation-success {
    color: #7ECF70;
}

.resiliation-failed {
    color: #FF0000;
}

@media screen and (max-width: 570px) {
    .resiliation-container .list-unstyled {
        display: grid;
        grid-template-columns: 1fr;
    }
}

/* Bug Fix boutons mobiles Slick */

.alertes_boutons li {
    display: none;
}

table#liste-questions-argent {
    position: relative;
    width: 100%;
    margin: 10px auto;
}

table#liste-questions-argent * {
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

table#liste-questions-argent th {
    padding: 2px;
    text-align: center;
}

table#liste-questions-argent th a {
    color: #fff;
    text-decoration: none;
}

table#liste-questions-argent th a:hover {
    color: #f00;
}

table#liste-questions-argent td {
    text-align: left;
    padding: 2px;
    vertical-align: top;
}

table#liste-questions-argent th {
    background-color: #386795;
    color: white;
}

table#liste-questions-argent th,
table#liste-questions-argent td {
    text-align: left;
    padding: 16px;
}

table#liste-questions-argent td p {
    margin: 5px auto;
}

table#liste-questions-argent tr:nth-child(even) {
    background-color: #d9edf7;
}

table#liste-questions-argent .clientmf {
    color: #f00;
}

table#liste-questions-argent .id-service {
    color: blue;
}

table#liste-questions-argent .vert {
    color: green;
}

.red {
    color: red;
}

table#liste-questions-argent button {
    width: 150px;
}

.link-conseil-gestion {
    font-size: 25px;
    text-align: center;
}

.nl-marc-background {
    background-color: white;
    background-image: url("/assets/meilleur-placement/css/img/marc_fiorentino_bg_bleu.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding: 300px 0 150px 0;
    position: relative;
}

.nl-bourse-background {
    background-color: white;
    background-image: url("/assets/meilleur-placement/css/img/business.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding: 300px 0 150px 0;
    position: relative;
}

.nl-marc-box {
    background-color: white;
    border-radius: 15px;
    width: 75%;
    margin: auto;
    text-align: center;
    padding: 50px 75px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
}

.nl-marc-pre-footer {
    background-color: #f2f5ff;
    text-align: center;
    padding: 35px;
}

.nl-marc-form {
    justify-content: center;
    justify-content: center;
    position: relative;
    width: 600px;
    margin: auto;
}

.nl-marc-titre {
    margin-bottom: 25px;
    font-size: 2.2em;
    color: black;
    font-weight: bold;
    font-family: Arial;
}

.btn-orange {
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0px;
    height: 100%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    background: -webkit-linear-gradient(right, #FF6917, #FF9B00);
    background: -moz-linear-gradient(right, #FF6917, #FF9B00);
    background: linear-gradient(to left, #FF6917, #FF9B00);
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 10px 20px;
    margin: 0;
    border-radius: 16px;
    width: 175px;
    z-index: 5;
}

.nl-marc-box .g-recaptcha {
    margin: 15px auto;
    width: max-content;
}

/* Footer */

#footer ul {
    width: 75%;
}

#footer ul li {
    margin-left: 0;
    width: 100%;
}

.block-reseau-sociaux a {
    text-decoration: none;
}

@media only screen and (max-width: 800px) {
    .nl-marc-background {
        background-size: auto;
        background-position-x: -700px;
    }

    .nl-bourse-background {
        background-size: auto;
        background-position-x: -700px;
    }

    .nl-marc-box {
        width: initial;
        margin: 10px;
        padding: 50px 20px;
    }

    .nl-marc-form {
        width: 100%;
    }

    .btn-orange {
        font-size: 12px;
        width: 65px;
    }

    .nl-marc-titre {
        font-size: 2em;
    }
}

.nl-marc-abonne .nl-marc-abonne-head {
    background-color: white;
    background-image: linear-gradient(to right, #f2f5ff, #f2f5ff2b), url(/assets/meilleur-placement/css/img/lunettes_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 125px;
}

.nl-marc-abonne .nl-marc-abonne-head .titre {
    font-family: 'poppinsbold', 'Poppins';
    margin-bottom: 25px;
    color: #0584ca;
    font-weight: bold;
    font-size: 2.2em;
}

.nl-marc-abonne .nl-marc-abonne-body {
    margin: 50px 150px;
}

.nl-marc-abonne .nl-marc-abonne-card {
    width: 100%;
    margin: 25px;
    border: 1px solid transparent;
    /* border-image: linear-gradient(180deg, #ffffff, #3783C4) 0.5; */
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #fff, #3783C4) border-box;
    border-radius: 16px;
}

.nl-marc-abonne .nl-marc-abonne-card .nl-marc-abonne-img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.nl-marc-abonne-description {
    padding: 25px;
    min-height: 200px;
}

.nl-marc-abonne-description .bold {
    margin-bottom: 15px;
    font-size: 1.4em;
    text-align: left;
}

.nl-marc-abonne .cta-action-nl-marc {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    background: -webkit-linear-gradient(231.74deg, #FF6713 -26.89%, #FF9B00 64.63%);
    background: -moz-linear-gradient(231.74deg, #FF6713 -26.89%, #FF9B00 64.63%);
    background: linear-gradient(231.74deg, #FF6713 -26.89%, #FF9B00 64.63%);
    color: #FFFFFF;
    border: 1px solid transparent;
    padding: 0 25px;
    margin: 0;
    border-radius: 16px;
    width: initial;
}

.nl-marc-abonne .flex > div {
    width: 50%;
    text-align: right;
}

.nl-marc-abonne .nl-marc-abonne-description > .description {
    min-height: 175px;
}

.nl-marc-abonne .description p {
    line-height: 19px;
    color: #4F4F4F;
    font-size: 14px;
    text-align: left;
}

.nl-marc-abonne .nl-marc-abonne-sticky-email {
    background-color: #F2F5FF;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-radius: 50px 50px 0 0;
    padding: 25px;
    text-align: center;
    z-index: 5;
}

.nl-marc-abonne .cta-action-nl-marc.selected {
    background: -webkit-linear-gradient(231.74deg, #823e19 -26.89%, #ae6800 64.63%);
    background: -moz-linear-gradient(231.74deg, #823e19 -26.89%, #ae6800 64.63%);
    background: linear-gradient(231.74deg, #823e19 -26.89%, #ae6800 64.63%);
}

.nl-marc-abonne .btn-orange {
    width: 210px;
    right: -30px;
    font-weight: 600;
}

@media only screen and (max-width: 800px) {
    .nl-marc-abonne .nl-marc-abonne-head {
        padding: 25px;
        background-size: auto;
        background-image: linear-gradient(to right, #f2f5ff, #f2f5ff85), url(/assets/meilleur-placement/css/img/lunettes_bg.png);
    }

    .nl-marc-abonne .nl-marc-abonne-body {
        margin: 50px 25px;
    }

    .nl-marc-abonne .nl-marc-abonne-card {
        margin: 15px 0;
    }

    .nl-marc-abonne .flex > div {
        width: 100%;
        text-align: center;
    }

    .nl-marc-abonne .cta-action-nl-marc {
        width: 100%;
    }

    .nl-marc-abonne .btn-orange {
        width: 75px;
        right: -15px;
        font-weight: 600;
    }
}

.form-contact-callback .form-contact-callback-header {
    background-color: #f2f5ff;
    background-image: linear-gradient(to right, #f2f5ff, #f2f5ff29), url(/assets/meilleur-placement/css/img/header_demdoc_callback.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*padding: 125px 175px;*/
    height: 273px;
    position: relative;
}

.form-contact-callback .form-contact-visio-callback-header {
    background-color: #f2f5ff;
    background-image: linear-gradient(to right, #f2f5ff, #f2f5ff29), url(/assets/meilleur-placement/css/img/header-rappel-visio.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*padding: 125px 175px;*/
    height: 273px;
    position: relative;
}

.form-contact-callback-header .form-callback-title {
    font-family: 'poppinsbold', 'Poppins';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
    color: #0584CA;
    margin-bottom: 15px;
}

.form-contact-callback-header > p {
    font-family: 'poppinsregular', 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F4F4F;
}

.form-contact-callback h1 {
    font-family: 'poppinssemibold', 'Poppins';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #293B45;
    margin: 15px 0;
}

.btn-submit-mpl {
    background: linear-gradient(231.74deg, #FF6917 -26.89%, #FF9B00 64.63%);
    border: 1px solid #FF6917;
    border-radius: 15px;
    color: white;
    font-family: 'poppinsmedium', 'Poppins', Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    width: initial;
    padding: 15px 50px;
    margin: 15px 0;
    cursor: pointer;
}

.btn-submit-mpl:hover {
    background: #FFFFFF;
    border: 1px solid #FF6917;
    color: #FF6917;
}

.nl-marc-btn {
    margin: 15px auto;
    display: block;
    width: 100%;
    height: auto;
    line-height: 17px;
    padding: 15px 25px;
    font-size: 16px;
}

.form-contact-callback .form-contact-callback-body {
    /*padding: 0 175px;*/
    max-width: 1340px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.field-input {
    max-width: initial;
    margin: initial;
}

.form-contact-callback .content-line-custom label {
    font-family: 'poppinsregular', 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F4F4F;
    margin-left: 25px;
}

.form-contact-callback .new-checkbox.check:after,
.new-radio.check:after {
    background: #FFA11A;
}

.header-container {
    max-width: 1340px;
    width: 100%;
    padding: 0 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 35%;
    position: absolute;
}


/* REFONTE MPL CHECKBOXES ET RADIO */

.b-contain input[type="radio"],
.b-contain input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.b-contain span {
    font-family: 'poppinsmedium', 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.b-contain {
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
    margin-bottom: .5rem;
    margin-right: 10px;
    display: inline-block;
    line-height: 1em;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], select, textarea {
    line-height: 30px;
}

.b-contain input[type="checkbox"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.75rem;
    width: 1.75rem;
    background: rgba(241, 245, 248, 1);
    transition: background 250ms;
    border: none;
    border-radius: 0.125rem;
}

.b-contain input[type="radio"] ~ .b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    width: 2rem;
    background: rgba(241, 245, 248, 1);
    transition: background 250ms;
    border: none;
    border-radius: 2.0rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
    content: '';
    position: absolute;
    display: none;
    left: 0.5rem;
    top: .10rem;
    width: 0.5rem;
    height: .8rem;
    border: solid rgba(224, 224, 224, 1);
    border-width: 0 3px 3px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
    content: '';
    position: absolute;
    display: none;
    left: .5rem;
    top: .5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 2.0rem;
    background: rgba(255, 150, 0, 1);
    transition: background 250ms;
}

.b-contain input:disabled ~ .b-input::after {
    border-color: rgba(135, 149, 161, 1);
}

.b-contain input:checked ~ .b-input::after {
    display: block;
}

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
    background: rgba(224, 224, 224, 1);
}

.b-contain input[type='checkbox']:checked ~ .b-input {
    background: rgba(255, 150, 0, 1);
    border-color: rgba(255, 150, 0, 1);
}

.b-contain input[type='radio']:checked ~ .b-input {
    background: rgba(224, 224, 224, 1);
    border-color: rgba(224, 224, 224, 1);
}

.b-contain input[type="checkbox"]:disabled ~ .b-input {
    background: rgba(241, 245, 248, 1);
    border-color: rgba(184, 194, 204, 1);
    opacity: 0.6;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input {
    background: rgba(241, 245, 248, 1);
    border-color: rgba(184, 194, 204, 1);
    opacity: 0.6;
    cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
    background: rgba(135, 149, 161, 1);
}

.b-contain input[type='checkbox']:checked:focus ~ .b-input,
.b-contain:hover input[type='checkbox']:not([disabled]):checked ~ .b-input {
    background: rgba(255, 150, 0, 1);
    border-color: rgba(255, 150, 0, 1);
}

.b-contain input[type='radio']:checked:focus ~ .b-input,
.b-contain:hover input[type='radio']:not([disabled]):checked ~ .b-input {
    background: rgba(224, 224, 224, 1);
    border-color: rgba(224, 224, 224, 1);
}

.b-contain .b-input::before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    margin-left: -0.85rem;
    margin-top: -0.85rem;
    background: rgba(0, 130, 243, 1);
    border-radius: 2rem;
    opacity: .6;
    z-index: 99999;
    transform: scale(0);
}

@keyframes b-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes b-ripple-duplicate {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.b-contain input + .b-input::before {
    animation: b-ripple 250ms ease-out;
}

.b-contain input:checked + .b-input::before {
    animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
    visibility: hidden;
}

.b-contain input:focus + .b-input::before {
    visibility: visible;
}

.b-contain:first-child .b-input::before {
    visibility: hidden;
}

label.label {
    font-family: 'poppinsmedium', 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
    color: #4F4F4F;
}


/* FIN RADIOS CHECKBOXES */

input {
    border-radius: 5px;
    background: #ffffff;
}

.select-box.disabled {
    opacity: 0.6;
    cursor: default;
}

@media only screen and (max-width: 800px) {
    .form-contact-callback .form-contact-callback-header {
        background-position: top right;
        background-size: cover;
        padding: 75px 50px;
    }

    .form-contact-callback .form-contact-visio-callback-header {
        background-position: top right;
        background-size: cover;
        padding: 75px 50px;
    }

    .form-contact-callback .form-contact-callback-body {
        padding: 0 25px;
    }

    .demi {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
}

img.form-mf-prive-mode_paiement {
    position: absolute;
    bottom: -30px;
    left: 30px;
}

/* DEMANDE DE DOC*/
.demdoc-header-mpl {
    background-color: #f2f5ff;
    background-image: linear-gradient(to right, #f2f5ff, #f2f5ff29), url(/assets/meilleur-placement/css/img/header-demdoc-postale-header.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*padding: 125px 205px;*/
    height: 273px;
    position: relative;
}

.demdoc-header-mpl h2 {
    color: #0584CA;
    font-family: 'poppinsbold', 'Poppins';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.demdoc-header-mpl p {
    color: #4F4F4F;
    font-family: 'poppinsregular', 'Poppins';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.demdoc-title_wrapper-mpl {
    align-items: center;
}

.demdoc-title_button-mpl {
    font-size: 20px;
    padding: 1em;
    margin: auto;
}

@media only screen and (max-width: 1090px) {
    .demdoc-title_wrapper-mpl {
        flex-direction: column;
        align-items: start;
    }

    .demdoc-title_button-mpl {
        margin: 0;
    }
}

@media only screen and (max-width: 800px) {
    .demdoc-header-mpl {
        padding: 75px 50px;
    }
}

.hubnews-header-mpl {
    background-image: linear-gradient(to right, #f2f5ff, #f2f5ff29), url(/assets/meilleur-placement/css/img/lunettes_bg.png);
}

.hubnews-card {
    max-width: 47%;
    margin: 25px 0;
    float: left;
    background: #fff;
    border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #fff, #3783C4) border-box;
    border-radius: 16px;
}

.card-spacing {
    padding: 2%;
    float: left;
}

.hubnews-card .hub-card-img {
    height: 230px;
    position: relative;
    width: 100%;
    border-radius: 8.72366px 8.72366px 0px 0px;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
}

.hubnews-card .hub-card-text {
    width: 95%;
    margin: 20px auto;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    height: 125px;
    position: relative;
}

.hubnews-card .hub-card-text .hub-card-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.hubnews-card .hub-card-buttons {
    position: relative;
    width: 100%;
    margin: 5px 0;
}

.hubnews-card .hub-card-buttons button {
    padding: 0px 20px;
}

.hubnews-card .btn-submit-mpl {
    bottom: 1px;
    left: 10px;
    padding: 0 30px;
}

.hubnews-card .hub-card-link {
    text-decoration: none;
    font-weight: 600;
    float: right;
    position: absolute;
    top: 41%;
    right: 20px;
}

#abonnes-sidebar-mobile {
    display: none;
    min-width: initial;
    max-width: initial;
    padding: 15px;
    text-align: center;
}

.portefeuille-form.container {
    padding: 15px;
}

.sidebar-mfprive-liens {
    position: relative;
    margin: 25px auto;
    min-width: initial;
    max-width: initial;
    padding: 15px;
    display: none;
    text-align: center;
}

.sidebar-mfprive-liens .espace-abonnes_menu li:nth-child(4) {
    border-bottom: 0;
}

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

    #abonnes-sidebar-desktop {
        display: none;
    }

    #abonnes-sidebar-mobile {
        display: block;
    }

    .sidebar-mfprive-liens {
        display: block;
    }

    .conseil-gestion {
        flex-direction: column;
    }

    .conseil-gestion > div {
        width: 100%;
    }

    .conseil-gestion > div:last-child {
        margin-top: 25px;
    }

    .hubnews-card .hub-card-buttons {
        min-height: 120px;
    }

    .hubnews-card .btn-submit-mpl {
        width: 70%;
        text-align: center;
        left: 15%;
        right: 15%;
    }

    .hubnews-card .hub-card-link {
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 800px) {
    .hubnews-header-mpl {
        padding: 75px 50px;
    }

    .hubnews-card {
        max-width: 100%;
        width: 100%;
    }

    .hubnews-card .hub-card-text {
        height: 150px;
    }

    p {
        font-size: 16px;
    }
}


/* Fil d'ariane */

.fil-ariane-refonte {
    position: absolute;
    color: #828282;
    top: -70px;
}

.fil-ariane-refonte a {
    color: #BDBDBD;
    text-decoration: none;
}

.fil-ariane-refonte .fil-active {
    color: #000;
}

.ariane-nobanner .fil-active {
    color: #fff;
}

.ariane-nobanner .fil-ariane-refonte {
    top: -250px;
}


/* liste-contrats-mpl (connexion espace abonné) */

.mpl-main-title {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-size: 32px;
}

.mpl-text-blue {
    color: var(--mplblue);
}

.mpl-bg-blue {
    /*    background-color: var(--mplblue);*/
    background: linear-gradient(to left, #0584CA, #2BAFF8);
    padding-top: 50px;
}


/** FLEX **/

.mpl-container {
    max-width: 1280px;
    margin: 0 auto;
    /*padding: 40px 10vw;*/
}

.mpl-container input {
    height: 54px;
}

.mpl-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mpl-flex .flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#mpl-blue-header h2 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: white;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-size: 32px;
    padding-right: 20px;
    margin: 10px;
}

#mpl-blue-header .img-bloc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#mpl-blue-header .img-bloc img {
    border-radius: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    max-width: 45vw
}

.mpl-row-even {
    display: flex;
    justify-content: space-evenly;
}

#mpl-liste-contrats {
    background-color: #F7F8FD;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
}

#mpl-liste-contrats .mpl-flex,
#mpl-login-form .mpl-container,
#mpl-liste-contrats-aide .mpl-container {
    padding-top: 10px;
    /*  padding-bottom: 40px;*/
}

#mpl-liste-contrats .mpl-card-bloc {
    box-sizing: border-box;
    flex: 1 1 0;
    margin: 10px;
}

.mpl-card-bloc h1,
#mpl-login-form h1 {
    line-height: 30px;
    text-align: left;
    color: #293B45;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

#mpl-liste-contrats .mpl-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    position: relative;
    border: 4px solid transparent;
}

.mpl-card-links ul li:nth-child(n) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.mpl-card-links ul li:first-child {
    padding: 0 0 20px 0;
}

.mpl-card-links ul li:last-child {
    padding: 20px 0 0 0;
    border: none;
}

.mpl-card-links ul li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    cursor: pointer;
}

.mpl-card-links ul li a::after {
    display: flex;
    align-items: center;
    content: "\f061";
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #ff9600;
}

.mpl-card-links ul li a .mpl-link-sub {
    color: #56666F;
    font-size: 12px;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
}

.mpl-card-bloc .mpl-btn-other {
    display: block;
    text-decoration: none;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    font-size: 14px;
    color: #56666F;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
}

.mpl-card-bloc .mpl-btn-other::after {
    /*  content: "\f061";*/
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 20px;
    padding-left: 15px;
}

.mpl-card-bloc .mpl-btn-other {
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-size: 16px;
    color: #56666F;
    text-align: right;
    padding-right: 0;
}

.mpl-card-bloc .mpl-btn-other::after {
    color: #ff9600;
}

.mpl-card p {
    line-height: 24px;
    font-size: 14px;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    color: #56666F;
}

#mpl-login-form {
    width: -webkit-fill-available;
    width: fill-available;
    display: flex;
    justify-self: center;
    background-color: white;
    box-shadow: 0 0 3px #0000000D;
    margin-left:40px;
    margin-right:40px;
}

#mpl-login-form .btn-submit-mpl {
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    font-size: 17px;
}

#mpl-login-form form {
    padding-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#mpl-login-form .mpl-grid-login {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    justify-items: stretch;
    -webkit-box-align: end;
    -webkit-align-items: end;
    grid-row-gap: 5px;
    /* refronte la page user/login 05-16-2022*/
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto;
    align-items: center;
}

#mpl-login-form .node-login-btn {
    /* refronte la page user/login 05-16-2022*/
    justify-self: end;
    align-self: center;
    grid-column-start: 2;
    grid-row-start: 4;
    margin-top: 20px;
    /*  margin: 5px 20px 5px 20px;*/
}

#mpl-login-form .node-erreur {
    justify-self: start;
    grid-column-start: 1;
    grid-row-start: 3;
}

#mpl-login-form .node-input-password {
    grid-column-start: 2;
    grid-row-start: 2;
}

#mpl-login-form .node-input-login {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
    grid-column-start: 1;
    grid-row-start: 2;
    margin: 0;
}

#mpl-login-form .node-mdp-link {
    grid-column-start: 2;
    grid-row-start: 3;
    text-align: right;
    color: #56666F;
    font-size: 12px;
}

#mpl-login-form .node-login-label {
    grid-column-start: 1;
    grid-row-start: 1;
}

#mpl-login-form .node-mdp-label {
    grid-column-start: 2;
    grid-row-start: 1;
}

#mpl-login-form .node-mdp-label,
#mpl-login-form .node-login-label {
    color: #56666F;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    font-size: 15px;
}

#mpl-liste-contrats-aide {
    display: flex;
    justify-content: flex-end;
    padding-right: 90px;
    background: var(--mplwhite-alt);
    /** Bas de page (ellipse) à faire **/
    margin: 0;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
}

#mpl-liste-contrats-aide h2 {
    color: #0584ca;
    font-size: 30px;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    line-height: 33px;
}

#mpl-liste-contrats-aide h1 {
    line-height: 26px;
}

#mpl-liste-contrats-aide .mpl-card-bloc {
    box-shadow: 0 0 10px #0000000D;
    border-radius: 10px;
    margin-top: 40px;
    padding: 30px 30px;
    background: linear-gradient(to right, #fff, #FAFAFA, #FFFFFF00), transparent right no-repeat url(/assets/meilleur-placement/css/img/header_demdoc_callback.png);
    background-size: cover;
}

#mpl-liste-contrats-aide a {
    cursor: pointer;
    margin-top: 25px;
    text-decoration: none;
    display: inline-block;
    padding: 20px 80px;
}

#mpl-liste-contrats-aide p {
    display: block;
    font-size: 12px;
    width: 40%;
}


/** Modal (liste contrats) **/

.mpl-modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    display: none;
}

.mpl-modal-contrats {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40vw;
    height: 60vh;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.mpl-modal-contrats h3 {
    color: #293B45;
    font-size: 12px;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
}

.mpl-modal-contrats h4 {
    margin: 10px 0;
    color: #56666F;
    font-size: 12px;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
}

.mpl-modal-contrats .top-bloc {
    width: 100%;
    padding: 15px 15px 0 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mpl-modal-contrats .top-bloc a {
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    color: #56666F;
}

.mpl-modal-contrats .top-bloc a:hover {
    color: #000;
}

.mpl-modal-contrats .search-bloc {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
}

.mpl-modal-contrats .search-bloc form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mpl-modal-contrats .search-bloc form input {
    height: 40px;
    border-radius: 9px 0 0 9px;
    border-right: none;
    font-size: 13px;
}

.mpl-modal-contrats .search-picto {
    font-size: 20px;
    height: 42px;
    width: 40px;
    padding: 10px;
    border: 1px solid #DFDFDF;
    border-radius: 0 9px 9px 0;
    border-left: none;
    color: #0584ca;
}

.mpl-contrats-div {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    margin: 0 10px 10px 0;
    padding-left: 5px;
}

.mpl-contrats-div ul {
    list-style: none;
}

.mpl-contrats-div ul li {
    margin: 0;
    padding: 0;
}

.mpl-contrats-div ul li a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    margin: 5px 10px;
    color: #56666F;
    cursor: pointer;
}

.mpl-contrats-div ul li a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 20px;
    padding-right: 5px;
    color: #ff9600;
}

.mpl-contrats-div ul li a:hover {
    background-color: var(--mplwhite-hover);
    border-radius: 6px;
}


/* Scrollbar modal */

.mpl-contrats-div::-webkit-scrollbar {
    width: 4px;
}

.mpl-contrats-div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #E8E8E8;
}

.mpl-contrats-div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: linear-gradient(270deg, var(--mplblue), var(--mplblue-alt));
}

.mpl-contrats-div::-webkit-scrollbar-thumb:hover {
    background: var(--mplblue);
}

.question-aide-inner {
    width: 100%;
    margin: unset;
}

/* CSS Ateliers */

.wysiwyg .ateliers-bottom .date, .full-content .date {
    margin: 0;
}

.ateliers-bottom {
    margin-top: 50px;
}

.ateliers-header-right.ateliers-nl-form #accompagnant {
    margin-top: 25px;
}

.ateliers-header-left {
    width: 65%;
}

.ateliers-header-left h1 {
    margin: 15px 0;
    text-align: left;
    font: normal normal bold 32px/42px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #1D1E1C;
    padding: 0;
}

.ateliers-header-right {
    width: 35%;
}

.ateliers-nl-form {
    background: transparent linear-gradient(270deg, var(--logo-mtx-bleu) 0%, var(--degra-bleu-2) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #0584CA 0%, #2BAFF8 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px;
    opacity: 1;
    padding: 25px;
}

.ateliers-nl-form h2 {
    max-width: initial !important;
    margin: 0;
    font: normal normal bold 16px/22px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: white;
    text-align: center;
}

.ateliers-nl-form label {
    text-align: right;
    font: normal normal 600 12px/12px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: white;
    line-height: 20px;
}

.ateliers-nl-form input, .ateliers-nl-form select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font: normal normal normal 12px/12px 'poppinsregular', 'Poppins';
    border-radius: 3px;
    height: 30px;
    padding: 5px;
    color: #4F4F4F;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.ateliers-nl-form input.atelier-input-radio {
    width: 20px;
    height: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.ateliers-nl-form input.erreur, .ateliers-nl-form select.erreur {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #F84141;
}

.ateliers-nl-form .txt-error {
    margin-top: 25px;
    display: block;
    background: #986A8B 0% 0% no-repeat padding-box;
    border-radius: 9px;
    padding: 15px 0;
    text-align: center;
    font: normal normal 600 12px/12px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF !important;
}

.ateliers-nl-form input::placeholder, .ateliers-nl-form textarea::placeholder {
    color: #D0D0D0;
    font: normal normal normal 12px/12px 'poppinsregular', 'Poppins';
}

.ateliers-nl-form .btn-submit {
    grid-column: 2/3;
    grid-row: 1/2;
    cursor: pointer;
    background: transparent linear-gradient(270deg, var(--degra-orange-1) 0%, var(--degra-orange-2) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #FF6917 0%, #FF9B00 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px;
    text-align: center;
    font: normal normal bold 16px/19px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px #00000029;
    padding: 25px;
    border: 0;
    display: block;
    width: 75%;
    padding: 10px;
    margin: auto;
    height: auto;
}

.ateliers-bottom h2 {
    text-align: left;
    font: normal normal bold 32px/42px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #1D1E1C;
    margin-bottom: 25px;
}

.listing-ateliers .line-atelier {
    margin: 50px 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 15px #00000033;
    border-radius: 9px;
    display: flex;
    padding: 0;
}

.line-atelier div.date {
    background: transparent linear-gradient(180deg, var(--degra-bleu-2) 0%, var(--logo-mtx-bleu) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #2BAFF8 0%, #0584CA 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px 0px 0px 9px;
    padding: 25px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0px;
}

.line-atelier .date .day {
    font: normal normal bold 50px/40px 'poppinsbold', 'Poppins';
}

.line-atelier .date .month {
    font: normal normal bold 26px/40px 'poppinsbold', 'Poppins';
}

.line-atelier .content {
    padding: 25px;
}

.line-atelier .content .name {
    text-align: left;
    font: normal normal bold 22px/30px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #0584CA;
}

.line-atelier .content .info {
    text-align: left;
}

.line-atelier .content .atelier_link_agence, .line-atelier .content p.date {
    text-align: left;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    letter-spacing: 0px;
    color: #1D1E1C;
    font-size: 18px;
    font-weight: 400;
}

.listing-ateliers .line-atelier .text {
    margin-top: 30px;
}

.listing-ateliers .line-atelier .text p {
    text-align: left;
    font: normal normal normal 14px/20px 'poppinsregular', 'Poppins';
    letter-spacing: 0px;
    color: #1D1E1C;
}

.listing-ateliers .line-atelier .btn-ateliers {
    margin-top: 25px;
}

.listing-ateliers .line-atelier .btn-ateliers a {
    display: inline-block;
    background: transparent linear-gradient(270deg, var(--degra-orange-1) 0%, var(--degra-orange-2) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #FF6917 0%, #FF9B00 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px;
    text-align: right;
    font: normal normal bold 20px/22px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 15px 30px;
    text-decoration: none;
}

.atelier-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.atelier-btns a {
    display: flex;
    width: 35%;
    border-radius: 9px;
    text-decoration: none;
    text-align: center;
    font: normal normal bold 16px/19px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px #00000029;
    padding: 10px 30px;
    margin: 0 25px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.inscription1.position {
    padding: 0;
    margin: 0;
}

.listing-ateliers .line-atelier .date {
    padding: 0;
}

.listing-ateliers .line-atelier > .date {
    flex: 0 0 100px;
    width: 100px;
    padding: 25px 15px 25px 15px;
}

.ateliers-succes-btn-bleu {
    background: transparent linear-gradient(270deg, var(--logo-mtx-bleu) 0%, var(--degra-bleu-2) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #0584CA 0%, #2BAFF8 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    color: white;
    font: normal normal bold 16px/19px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    margin: 15px 0;
}

.ateliers-succes-image {
    margin: 50px 0;
}

@media only screen and (min-width: 720px) {
    .bloc-atelier.flex {
        flex-direction: row;
    }
}

@media only screen and (max-width: 720px) {
    .ateliers-index-header-right {
        width: 100% !important;
        text-align: left !important;
    }
}

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

    .ateliers-header-right.ateliers-nl-form .flex.flex-space-between div {
        width: 100% !important;
        text-align: left !important;
    }

    .inscription-bloc {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .inscription1.position {
        display: block;
        margin: 25px 0;
        position: initial;
        top: unset;
        right: unset;
        padding: initial;
    }

    .inscription1 .flex {
        flex-direction: column;
    }
}

@media only screen and (max-width: 600px) {
    .listing-ateliers .line-atelier {
        flex-direction: column;
    }

    .listing-ateliers .line-atelier > .date {
        width: 100%;
        border-radius: 9px 9px 0 0;
        flex: auto;
        padding: 20px;
        display: flex;
        justify-content: center;
    }

    .listing-ateliers .line-atelier > .date .day, .listing-ateliers .line-atelier > .date .month {
        font-size: 3.8rem;
        margin: 0 5px;
    }

    .ateliers-succes-image {
        width: 100%;
    }

    .atelier-btns {
        flex-direction: column;
    }

    .atelier-btns a {
        font-size: 14px;
        width: 90%;
        margin-top: 20px;
    }

    .ateliers-header-left {
        width: 100%;
    }

    .ateliers-header-right {
        width: 100%;
        min-width: auto !important;
    }

    .inscription1.position {
        display: block;
        margin: 25px 0;
        position: initial;
        top: unset;
        right: unset;
        padding: initial;
    }
}

/* refronte la page user/login 05-16-2022*/
.titrePartenaires {
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
}

.titre1 {
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    letter-spacing: 0px;
    color: #293B45;
}

.souligne_titre {
    margin-top: 5px;
    width: 57px;
    height: 3px;
    background: #0584CA;

}

.click_blank_no_underline {
    cursor: pointer;
    text-decoration: none;
}

.titre2 {
    font-style: normal;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    letter-spacing: 0px;
    color: #0584CA;
}

.image_ligne1 {
    display: block;
    max-height: 148px;
    object-fit: contain;
    /* padding:30px 20px 60px 20px;*/
}
.image_ligne1_cfcal {
    display: block;
    padding-bottom: 10px;
    max-height: 65px;
    object-fit: contain;
    padding-left: 7px;
    /* padding:30px 20px 60px 20px;*/
}
.cfcal_text{
    text-align: center;
    font-size: 18px;
    color:#636363;
    font-weight: 700;
}
.image_inline {
    display: inline;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#mpl-liste-contrats .mpl-card:hover {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 4px solid #0584CA;
}

.centerImage {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerImageLigne2 {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mpl-liste-contrats .mpl-card-bloc-ligne1-img {
    box-sizing: border-box;
    flex: 1 1 0;
    margin: 0px 10px;
}

#mpl-liste-contrats .mpl-card-bloc-ligne3-texte {
    box-sizing: border-box;
    flex: 2 2 650px;
    margin: 0 10px;
}

#mpl-liste-contrats .mpl-card-bloc-ligne3-img {
    box-sizing: border-box;
    flex: 1 1 315px;
    margin: 0 10px;
}

.titre3 {
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    letter-spacing: 0px;
    color: #293B45;
    opacity: 1;
    text-align: center;
}

.texteLigne3 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    letter-spacing: 0px;
    color: #56666F;
    opacity: 1;
    text-align: center;
}

.centerTexteLigne3 {
    padding-top: 20px;
    min-height: 110px;
}

.spacer {
    clear: both;
    height: 0;
    font-size: 0;
}

.colone_left {
    width: 60%;
    float: left;
    padding-top: 52px;
}

.colone_right {
    width: 40%;
    float: right;
}

.image_right {
    width: 536px;
    height: 414px;
    object-fit: cover;
}

.section_from {
    padding: 0;
}

.from_container {
    max-width: 1340px;
    margin: 0 auto;
    max-height: 414px;
}

.from_container input {
    height: 54px;
}

.click_blank {
    cursor: pointer;
}

.new_section1 {
    padding: 40px 0;
}

.new_section2 {
    padding: 25px 0 20px 0;
}

.info_bulle {
    border: 0.5px solid transparent;
    background: white;
    width: 250px;
    height: 145px;
    border-radius: 10px;
    top: 30px;
    left: -115px;
    position: absolute;
    filter: drop-shadow(0px 3px 6px #00000029);
    z-index: 10;
    cursor: auto;
}

.info_bulle::after {
    content: '';
    width: 0;
    height: 0;
    border: 15px solid;
    position: absolute;
    top: -28px;
    left: 108px;
    border-color: transparent transparent white;
}

.info_bulle_ligne2 {
    border: 0.5px solid transparent;
    background: white;
    width: 250px;
    height: 145px;
    border-radius: 10px;
    top: 30px;
    left: -205px;
    position: absolute;
    filter: drop-shadow(0px 3px 6px #00000029);
    z-index: 10;
    cursor: auto;
}

.info_bulle_ligne2::after {
    content: '';
    width: 0;
    height: 0;
    border: 15px solid;
    position: absolute;
    top: -28px;
    left: 200px;
    border-color: transparent transparent white;
}

.list_contrats {
    overflow-y: scroll;
    overflow: auto;
    align-items: center;
    justify-content: space-between;
    -webkit-box-align: center;
    position: relative;
    width: 230px;
    height: 100px;
}

.mpl_model_contrats {
    margin: 10px;
}

.mpl_top_bloc {
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.contrats_titre {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
    letter-spacing: 0px;
    color: #56666F;
}

.contrats_texte {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    letter-spacing: 0px;
    color: #56666F;
}

#mpl-gerer-contrat {
    background-color: #F7F8FE;
}

.mpl-gerer-contrat-block {
    box-shadow: 0 0 10px #0000000D;
    border-radius: 10px;
    margin-top: 40px;
    background: #fff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
}

.mpl-gerer-contrat-block #connexion {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}

.mpl-gerer-contrat-block .mpl-card {
    display:inline-flex;
    flex-direction: column;
    justify-content: center;
}


.mpl-card-bloc-ligne3-texte {
    padding: 30px 30px;
}

.mpl-card-img {
    width: 45%;
    height: auto;
    background: url('/assets/img/espace-client/img-gerer-contrat.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 15px 15px 0;
}

#mpl-gerer-contrat .texteLigne1 {
    font-weight:700;
    font-size:28px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

#mpl-gerer-contrat .texteLigne2 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 1400px) and (max-width: 1920px){
    #mpl-gerer-contrat .mpl-container {
        max-width: 1310px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1400px){
    #mpl-gerer-contrat .mpl-container {
        max-width: 1280px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1280px){
    #mpl-gerer-contrat {
        padding: 25px 20px 20px 20px;
    }
    #mpl-login-form .from_container {
        padding: 0 20px 0 20px;
    }
    .mpl-gerer-contrat-block {
        flex-direction: column-reverse;
    }
    .mpl-gerer-contrat-block .mpl-card {
        display: flex;
    }
    .mpl-card-img {
        width: 100%;
        min-height: 290px;
        border-radius: 15px 15px 0 0;
        background-position: center -92px;
    }
}

@media only screen and (max-width: 990px){
    .mpl-gerer-contrat-block {
        flex-direction: column-reverse;
    }
    .mpl-gerer-contrat-block .mpl-card {
        display: flex;
    }
    .mpl-card-img {
        width: 100%;
        min-height: 150px;
        border-radius: 15px 15px 0 0;
        background-position: center -50px;
    }
    .mpl-card-bloc-ligne3-texte {
        padding: 10px 30px 25px 30px;
    }
}

/* refronte la page user/login 05-16-2022*/
/* Fin CSS Ateliers */
@media screen and (min-width: 1490px) {
    #mpl-login-form {
        margin-left: 0;
        margin-right: 0;
    }
    #mpl-liste-contrats-aide {
        justify-content: center;
        padding-right: 0;
    }
}

@media screen and (max-width: 1380px) {
    #mpl-login-form {
        margin-left: 0;
        margin-right: 0;
    }
    #mpl-liste-contrats-aide {
        padding-right: 0;
        justify-content: center;
    }
}


@media only screen and (max-width: 990px) {
    .mpl-container {
        padding: 20px 20px;
    }

    .mpl-container.mpl-flex,
    .mpl-container .mpl-flex {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #mpl-liste-contrats .mpl-card-bloc {
        margin: 0;
    }

    /* refronte la page user/login 05-16-2022*/
    .image_right {
        display: none;
    }

    #mpl-liste-contrats .mpl-card-bloc-ligne1-img {
        flex: 1 1 0;
        margin: 0;
    }

    #mpl-liste-contrats .mpl-card-bloc-ligne3-img {
        flex: 1 1 0;
        margin: 0;
    }

    #mpl-liste-contrats .mpl-card-bloc-ligne3-texte {
        flex: 1 1 0;
        margin: 0;
    }

    .centerImage {
        margin: 0;
        min-height: 110px;
    }

    .centerImageLigne2 {
        margin: 0;
        min-height: 110px;
    }

    .colone_left {
        width: 100%;
        float: none;
        padding: 0;
    }

    .colone_right {
        display: none;
    }

    .image_right {
        display: none;
    }

    .from_container {
        padding: 20px;
        max-height: max-content;
    }

    .souligne_titre {
        margin-bottom: 40px;

    }

    .new_section1 {
        padding: 25x 0;
    }

    .new_section2 {
        padding: 25x 0;
    }

    .info_bulle {
        left: -210px;
    }

    .info_bulle::after {
        left: 200px;
    }

    .info_bulle_ligne2 {
        left: -210px;
    }

    .info_bulle_ligne2::after {
        left: 200px;
    }

    /* refronte la page user/login 05-16-2022*/
    #mpl-liste-contrats .mpl-flex {
        gap: 40px;
    }

    #mpl-liste-contrats .mpl-flex,
    #mpl-login-form .mpl-container,
    #mpl-liste-contrats-aide .mpl-container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #mpl-liste-contrats-aide .mpl-card-bloc {
        margin-top: 30px;
        padding: 20px 25px;
    }

    #mpl-liste-contrats-aide p {
        width: 100%;
    }

    #mpl-liste-contrats-aide h2 {
        display: block;
        width: 80%;
    }

    #mpl-blue-header .img-bloc img {
        -webkit-align-self: flex-start !important;
        -ms-grid-row-align: start !important;
        align-self: flex-start !important;
        justify-content: flex-start !important;
        max-width: 85vw !important;
    }

    #mpl-login-form form {
        margin: 0 !important;
        padding: 0 !important;
    }

    #mpl-login-form .mpl-grid-login {
        width: 100%;
        display: grid;
        grid-auto-rows: auto !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        gap: 10px 0;
        justify-content: stretch !important;
        align-content: stretch !important;
        justify-items: center !important;
        align-items: center !important;
    }

    .node-erreur,
    .node-login-label,
    .node-input-login,
    .node-mdp-label,
    .node-input-password,
    .node-mdp-link,
    .node-login-btn {
        grid-column-start: 1 !important;
        grid-column-end: 1 !important;
        grid-row-start: auto !important;
        grid-row-end: auto !important;
        justify-self: start;
        margin: 0;
        padding: 0;
    }

    .node-login-label,
    .node-mdp-label {
        margin-top: 10px;
    }

    .node-mdp-link {
        justify-self: end;
        padding-bottom: 15px;
    }

    .node-login-btn {
        justify-self: stretch !important;
        padding: 0 20px;
    }

    #mpl-liste-contrats-aide .mpl-card-bloc a,
    .node-login-btn a {
        display: block;
        padding: 20px;
        width: 100%;
    }

    .mpl-modal-contrats {
        width: 80vw;
        height: 70vh;
    }

    #mpl-liste-contrats-aide .mpl-card-bloc {
        background: linear-gradient(to right, #fff, #FAFAFADD, #FFFFFF00), right/10% no-repeat url(/assets/meilleur-placement/css/img/header_demdoc_callback.png);
        background-size: cover;
    }
}


/* fin liste-contrats-mpl */

.mpl-encart-pictos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex: wrap;
    box-shadow: 0 0 10px #0000000D;
    border-radius: 10px;
    padding: 65px 25px;
    margin: 50px 0px;
    position: relative;
}

.mpl-encart-pictos h4 {
    margin-bottom: 5px;
}

.mpl-encart-pictos .mpl-pictos-texte {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
    font-size: 12px;
    margin: 0px 50px;
}

.mpl-encart-pictos .mpl-texte {
    margin-bottom: 5px;
    line-height: 17px;
}

.mpl-picto {
    margin-right: 25px;
}

.mpl-picto img {
    margin-top: 4px;
}

.mpl-border-bottom {
    height: 3.04px;
    position: absolute;
    background: linear-gradient(179.35deg, #0584CA 0.6%, rgba(8, 156, 237, 0.62) 75.01%);
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 991.98px) {
    .mpl-encart-pictos {
        flex-direction: column;
        text-align: center;
    }

    .mpl-encart-pictos .mpl-pictos-texte {
        flex-direction: column;
        margin: initial;
    }

    .mpl-pictos-texte.mpl-milieu {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mpl-picto img {
        margin-bottom: 25px;
    }

    .mpl-picto {
        margin-right: unset;
    }
}


/* Correctif font & ombres */

.form-contact-callback-body .select-box__current,
.form-contact-callback-body .select-box__list .select-box__option,
.form-contact-callback-body .select-box,
.form-contact-callback-body #message {
    font-size: 12px;
    line-height: 16px;
    box-shadow: none;
}

#rdvDate::placeholder {
    color: #fff;
}

.date-picker {
    max-width: 400px !important;
    margin: auto !important;
    display: block !important;
}


/* Fix pages articles & ateliers */

.thumbnail-marc {
    background-image: url(https://app.placement.meilleurtaux.com/assets/meilleur-placement/images/thumb-marc-fiorentino.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 100%;
    height: 330px;
}

.facebook,
.twitter {
    float: right;
}

.full-content .bloc-intro .img-absolute {
    position: absolute;
}

@media only screen and (min-width: 1090px) {
    .fix-sidebar-articles {
        height: 100%;
    }

}

@media screen and (max-width: 1280px) {
    .full-content .bloc-intro .img-absolute {
        display: none;
    }
}

.password-center {
    margin: auto;
    display: block;
}

.inscription1 .atelier-input-radio {
    position: unset !important;
    opacity: 1 !important;
    height: unset;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    width: unset;
}

.btn-loader {
    width: 20px;
    position: absolute;
    margin-left: 7px;
    bottom: 12px;
    display: none;
    transition-duration: 0.8s;
    transition-property: transform;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}


/* Fix */

#top-black .info-article .picto-social {
    right: 0;
    top: -30px;
}


@media only screen and (max-width: 576px) {
    .btn-opportunites-form {
        height: unset !important;
    }
}

/* corrrectif popin cookie */
#popin_tc_privacy button {
    width: unset;
    height: unset;
    line-height: unset;
}

.no-after::after {
    content: none;
}

/* Fix results cacbox */
#ui-id-1 li {
    padding: 5px;
}

.profil_choix {
    margin: 10px;
    cursor: pointer;
}

.bg-gray {
    background-color: gray;
}

.border-left-white {
    border-left: white 2px solid;
}

.color-white {
    color: white;
}


.border-bo-sondage-abo {
    border: #337ab7 5px solid;
}

.color-bar-poll {
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#e73827', GradientType=0); /* ie */
}

.pollBars span {
    display: block;
    padding: 3px;
    margin: 7px 0;
    font: bold 14px/1 sans-serif;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #444;
}

/* Slider page acces contrats */

.acces-contrat .block-banner {
    margin: 0 10px;
    margin-top: 15px;
    width: 98%;
}

.acces-contrat .img-banner {
    border-radius: 12px 0 0 12px;
}

.acces-contrat .tempHide {
    display: none;
}

.acces-contrat .block-white {
    background: #fff !important;
}

.acces-contrat .banner-produit .text-white ul li, .acces-contrat .banner-produit .text-white .title {
    color: #fff;
}

.acces-contrat .banner-produit :hover.hover-text-white a {
    color: #fff !important;
}

.acces-contrat .banner-produit .title {
    color: #000;
    font-size: 26px;
    letter-spacing: 0px;
}

.acces-contrat .banner-produit .title:after {
    width: 0;
}

.acces-contrat .banner-produit p {
    color: #293b45;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: bold;
}

.acces-contrat .banner-produit ul li {
    text-align: left;
    letter-spacing: 0px;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
}

.acces-contrat .conteneur-bouton {
    position: absolute;
    top: 50%;
    right: 2%;
}

.acces-contrat .bouton {
    text-decoration: none;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 15px 30px;
    margin: 0 20px;
    font-weight: 600;
    background: -webkit-linear-gradient(right, #FF6713, #FF9B00);
    background: -moz-linear-gradient(right, #FF6713, #FF9B00);
    background: linear-gradient(to left, #FF6713, #FF9B00);
    color: #FFFFFF;
    border: 1px solid transparent;
    height: 40px;
    white-space: nowrap;
}

.acces-contrat .bouton:hover {
    background: #FFFFFF;
    border: 1px solid #FF6917;
    color: #FF6917;
}

.acces-contrat .banner-rows-container {
    display: flex;
    flex-direction: row;
}

.acces-contrat .banner-cols-container {
    display: flex;
    justify-content: space-evenly;
    margin: 0 10px;
    width: 70%;
    flex-direction: row;
    align-items: center;
    flex: 1 1 auto;
}

.acces-contrat .banner-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.acces-contrat .banner-col__title {
    text-decoration: none;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 5px 10px;
    margin: 10px 0;
    font-weight: 600;
    font-size: 1.8rem;
    background: -webkit-linear-gradient(left, #FF6713, #FF9B00);
    background: -moz-linear-gradient(left, #FF6713, #FF9B00);
    background: linear-gradient(to right, #FF6713, #FF9B00);
    color: #FFFFFF;
    font-family: "poppinsregular", sans-serif;
}

.acces-contrat .banner-col__text {
    font-size: 16px;
    color: #1D1E1C;
    font-family: "poppinsregular", sans-serif;
    text-align: center;
}

.acces-contrat .banner-col__text small {
    font-family: "poppinsmedium", sans-serif;
}

.acces-contrat .banner-col__text .blueprice {
    font-family: 'poppinssemibold', 'Poppins', sans-serif;
    color: #2BAFF8;
    font-size: 34px;
}

.acces-contrat .flex-conteneur-bouton {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 10px;
    flex: 1 1 auto;
}

.acces-contrat .block-text .disclaimer {
    width: 70%;
    bottom: 10px;
    position: absolute;
    text-align: center;
    color: #1D1E1C;
    font-weight: 400;
    font-size: 1.6rem;
}

.acces-contrat .block-text .disclaimer-mobile {
    display: none;
    text-align: center;
    color: #1D1E1C;
    font-weight: 400;
    font-size: 1.6rem;
    margin: 5% 0;
}

.acces-contrat .slick-dots li button {
    top: 10px;
    color: #909090 !important;
    box-shadow: none;
    opacity: 1;
}

.acces-contrat .slick-dots li button:before {
    font-size: 42px;
    top: 10px;
    color: #D6D6D6 !important;
    opacity: 1;
}

@media only screen and (max-width: 1090px) {
    .acces-contrat .conteneur-bouton {
        position: relative;
        text-align: center;
        margin: 25px 0;
        padding-top: 10px;
    }

    .acces-contrat .img-banner {
        border-radius: 12px 12px 0 0;
    }

    .acces-contrat .bouton {
        margin: 0;
    }

    .acces-contrat .block-banner {
        margin: 0;
        margin-top: 50px;
    }

    .acces-contrat .block-text {
        top: -45px !important;
    }

    .acces-contrat .banner-produit p {
        font-size: 18px;
    }

    .acces-contrat .banner-produit ul li {
        font-size: 16px;
        line-height: 20px;
    }

    .acces-contrat .banner-produit .title {
        margin-bottom: 0;
        font-size: 22px;
    }

    .acces-contrat .banner-produit img {
        max-height: 250px;
        object-fit: contain;
        margin-bottom: 50px;
    }

    .acces-contrat .banner-rows-container {
        flex-direction: column;
    }

    .acces-contrat .banner-cols-container {
        flex-direction: column;
        padding-top: 15px;
        width: 100%;
        margin: 0;
    }

    .acces-contrat .plus-separator {
        margin: 5% 0 2% 0;
    }

    .acces-contrat .disclaimer {
        display: none;
    }

    .acces-contrat .block-text .disclaimer-mobile {
        margin: 10% 0 5% 0;
        display: block;
    }

    .acces-contrat .flex-conteneur-bouton {
        justify-content: center;
    }
}


/* Offre spéciale 3 mois offerts */

#offre-abos #top-black:before {
    height: 650px;
}

#offre-abos .rowLogin {
    padding: 10px 50px 10px 50px;
    margin-bottom: 25px;
}

#offre-abos .mpl-main-title {
    padding-bottom: 0;
}

#offre-abos .connexionButtonContainer {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

#offre-abos .connexionButtonContainer .btn-submit-mpl {
    padding: 15px 50px;
}

#offre-abos p {
    font-family: 'poppinsregular', 'Poppins', Arial, sans-serif;
    font-size: 16px;
}

@media only screen and (max-width: 560px) {
    #offre-abos .connexionButtonContainer .node-login-btn {
        margin: 0;
    }
}

@media only screen and (max-width: 1090px) {
    #top-black:before {
        height: 370px;
    }
}

.btn-promo {
    margin: 0 2px;
    width: 50%;
}

.btn-promo button {
    background-color: #d8d8d8;
    height: 54px;
}

.valeur-portefeuille p {
    color: red;
    position: absolute;
}

.valeur-portefeuille table tr:nth-child(odd) td, .valeur-portefeuille table td {
    background-color: #fff;
    border-left: 0;
}

/** Zoom au clique sur images alignées **/
.click-zoom input[type=checkbox] {
    display: none
}

.click-zoom img {
    transition: transform 0.25s ease;
    cursor: zoom-in;
}

.czoom-left input[type=checkbox]:checked ~ img {
    transform: scale(3);
    transform-origin: bottom left;
    cursor: zoom-out;
}

.czoom-right input[type=checkbox]:checked ~ img {
    transform: scale(3);
    transform-origin: bottom right;
    cursor: zoom-out;
}

.czoom-center input[type=checkbox]:checked ~ img {
    transform: scale(3);
    transform-origin: bottom;
    cursor: zoom-out;
}

/* New boutons CTA */

.triples-button .new-button {
    width: 33.3%;
    float: left;
    border-radius: 6px;
    background: #F1F1F1 0% 0% no-repeat padding-box;
    font-family: 'poppinsbold', 'Poppins', sans-serif;
    font-weight: 600;
    height: 53px;
    color: #1D1E1C;
    text-decoration: none;
    display: flex;
    padding-left: 20px;
    font-size: 19px;
    position: relative;
    align-items: center;
    border: 3px solid transparent;
}

.triples-button .new-button span {
    line-height: 56px;
}

.triples-button .new-button .fal {
    color: #FF9B00;
    font-size: 32px;
    position: absolute;
    right: 20px;
    top: 8px;
}

@media screen and (max-width: 1200px) {
    .triples-button .new-button {
        width: 100%;
    }
}

/* Fix contour form */
.form-newsletter .formNewsletter {
    background-color: transparent !important;
}

.profil-input {
    margin-top: 30px;
}

.delete-blue-bar::after {
    content: "" !important;
    background: none !important;
}

#top-black.mobile-noborder {
    border: 0;
}

.text-center {
    text-align: center;
}

.stat-facebook .title {
    text-align: center;
}

.favori-type-btn {
    display: inline;
    font-weight: 600;
    width: auto;
    height: auto;
    border: none;
    border-radius: unset;
    box-sizing: unset;
    box-shadow: none;
    color: #00a7f7;
    text-align: left;
}

.favori-type-btn:hover {
    color: #f39200;
}

.favori-type-btn:hover:after {
    line-height: 43px;
    background-color: #f39200;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 20px;
}

.favori-type-btn.active:after {
    line-height: 43px;
    background-color: #00a7f7;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 20px;
}

.favori-types .favori-type-content h3 {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #a0a0a0;
    text-decoration-thickness: 3px;
}

.favori-types .favori-subcontent p {
    margin: 5px;
}

.bg-color-valeurs-etrangeres td {
    background-color: #ffe7eb !important;
}

.content-decompte {
    background: #FFFFFF;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 20px 8px 20px 8px;
    font-size: 26px;
    min-height: 50px;
    line-height: 1;
    color: #7ECF70;
    text-align: center;
    font-family: 'poppinsbold', 'Poppins';
    margin: 0 auto 20px;
    white-space: nowrap;
}

.lirePlus {
    font: normal normal normal 14px/20px 'poppinsregular', 'Poppins';
    letter-spacing: 0px;
    color: #0584CA;
    cursor: pointer;
}

/*#region bloc blue  */
.bloc-newsletter.form-newsletter .submit.news_button {
    font-family: 'poppinsbold', 'Poppins';
}

.bloc-newsletter.form-newsletter .submit.news_button:hover {
    color: #ff6713;
}

/*#endregion */

/*#region bloc blue  */
.bloc-newsletter {
}

.right-col .bloc-newsletter, .right-col > .bloc-newsletter {
    border-top: 12px solid transparent;
}

@media only screen and (max-width: 1090px) {
    .bloc-newsletter {
        margin: 20px auto 30px;
        position: relative;
    }
}

@media only screen and (min-width: 1090px) {
    .right-col .bloc-newsletter {
        min-width: 350px;
    }
}

/*#endregion  */

.pictos_abo_v2 :not(.block-produit) > .picto {
    position: unset;
}

/* FONT FALLBACK PAGE.CSS */

#breadcrumbs ul li, #breadcrumbs ul a {
    font-family: 'poppinsregular', 'Poppins';
}

#article-index ul li a {
    font-weight: 600;
    font-family: 'poppinssemibold', 'Poppins';
}

.full-content .listing-article article .title {
    font-family: 'poppinsregular', 'Poppins';
}

.full-content .listing-article article p {
    font-family: 'poppinsregular', 'Poppins';
}

.pagination ul li a, .pagination ul li span {
    font-family: 'poppinssemibold', 'Poppins';
}

.full-content .listing-article article .date {
    font-family: 'poppinsmedium', 'Poppins';
}

#top-black .bloc-date .number {
    font-family: 'poppinsbold', 'Poppins';
}

.bloc-newsletter .title-white {
    font-family: 'poppinssemibold', 'Poppins';
}

.item-page h2 {
    font-family: 'poppinssemibold', 'Poppins';
    font-weight: 700;
}


/* Formulaire paiement mensuel */

.kr-container {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.btn_paiement {
    background-color: #22A6F7;
    grid-row: 1/2;
    grid-column: 2/3;
    cursor: pointer;
    border-radius: 9px;
    text-align: center;
    font: normal normal bold 16px/19px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px #00000029;
    border: 0;
    display: block;
    padding: 10px;
    margin: 15px auto;
    height: auto;
}

.kr-container .btn-submit {
    grid-row: 1/2;
    grid-column: 2/3;
    cursor: pointer;
    background: transparent linear-gradient(270deg, var(--degra-orange-1) 0%, var(--degra-orange-2) 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #FF6917 0%, #FF9B00 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px;
    text-align: center;
    font: normal normal bold 16px/19px 'poppinsbold', 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 0px 50px #00000029;
    border: 0;
    display: block;
    padding: 10px;
    margin: 15px auto;
    height: auto;
}

.kr-double-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5px;
    column-gap: 15px;
}

.kr-embedded .field-input {
    margin: 5px 0;
}

.kr-payment-button {
    margin-top: 20px;
}

.code-cvv {
    height: 47px;
}

.kr-pan, .kr-expiry, .kr-security-code, .kr-card-holder-name {
    height: 45px;
    padding: 12px 12px;
    width: 100%;
    border: 0;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
    background: 0 0;
    border-radius: 0;
    color: #223254;
    transition: all .15s ease;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    margin: 0;
}

.kr-pan:hover, .kr-expiry:hover, .kr-security-code:hover, .kr-card-holder-name:hover {
    background: rgba(34, 50, 84, 0.03);
}

.kr-card-holder-name input.kr-input-field {
    height: 1.7em;
}

.kr-card-holder-name input.kr-input-field::placeholder {
    font-weight: 500;
}

/*button icon cvv*/
.kr-help-button-wrapper.kr-inner.kr-visible {
    display: flex;
    position: relative;
    height: 100%;
}


.kr-help-button {
    width: 43px;
    opacity: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.kr-help-icon-wrapper {
    width: 18px;
    height: 18px;
    background-color: #717171;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    border-radius: 50%;
}

span.kr-help-icon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.kr-help-icon svg {
    width: 8px;
}

.kr-help-icon svg path {
    fill: #fff;
}

/*content dialog*/
.kr-help-modal {
    background-color: #fff;
    box-shadow: 0 0 15px #121212;
}

.kr-help-modal-header {
    background-color: #e4e4e4;
    border-bottom: 1px solid #808080;
}

.kr-help-modal-close-button svg path {
    fill: #808080;
}

.kr-help-modal-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .kr-container {
        width: 75%;
    }
}

@media screen and (max-width: 540px) {
    .kr-container {
        width: 95%;
    }

    .kr-double-cols {
        grid-template-columns: 1fr;

    }
}


.formule_foot .formule_sans_engagement_label {
    position: relative;
    display: inline-block;
    left: 35%;
    bottom: 70%;
    font-weight: bold;
    z-index: 2;
    font-size: 2rem;
    text-shadow: 1px 1px 1px pink;
    color: #FF6713;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.formule_foot .formule_label_img {
    position: relative;
    display: inline-block;
    left: 35%;
    bottom: 30%;
    z-index: 2;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.formule_foot .formule_noreduit {
    position: relative;
    display: inline-block;
    left: 35%;
    bottom: -20%;
    z-index: 2;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.formule_head .label_offre_mensuelle {
    font-size: 1.7rem;
    text-shadow: 1px 1px 1px pink;
    color: #FF6713;
    font-weight: bold;
    text-align: center;
}

.font_bold {
    font-weight: bold !important;
}

.button-container-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 15px;
}

.image-container-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.image-grid-logo {
    max-height: 60px;
}

.image-grid-logo-sp-plus {
    max-height: 40px;
}

@media screen and (max-width: 764px) {
    .image-grid-logo {
        max-width: 50px;
    }

    .image-grid-logo-sp-plus {
        max-width: 140px;
    }
}

.kr-embedded button[name='backStepFormules'] {
    border-radius: 9px;
}

.line-invite {
    display: flex;
    justify-content: center;
    padding: 30px 0 0 30px;
}

.button-container-invite {
    padding: 0 5px;
}

.button-invite {
    width: auto !important;
    border: 1px solid transparent;
}

#add-btn, #add-btn-message {
    background: linear-gradient(270deg, #0584CA, #2BAFF8);
    color: #fff;
    padding: 0 10px 5px 10px;
}

#remove-btn, #remove-btn-message {
    background: #d8d8d8;
    color: #000;
    padding: 0 10px 5px 10px;
}

@media screen and (max-width: 600px) {
    .line-invite {
        flex-direction: column;
        align-items: left;
        padding: 30px 0 0 10px;
        flex-wrap: wrap;
        gap: 12px;
    }
}


#autoFillMessage::before {
    content: "ⓘ ";
    color: #0584CA;
    font-weight: bold;
    font-size: 2rem;
    vertical-align: -1px;
}

.block-banner .bouton-orange {
    border-radius: 9px !important;
}

.blockLivret {
    justify-content: end !important;
    background-color: #F9DDB0;
}

.blockLivret .bouton-orange {
    padding: 9px 19px;
    font-size: 23.75px;
    font-weight: 700;
}

.imageLivret {
    display: block;
    position: absolute;
    width: 95%;
}

.imageLivretMobile {
    display: none !important;
}

.cgvLivret {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 25px;
    display: none;
}

@media screen and (max-width: 1090px) {
    .imageLivret {
        display: none !important;
    }

    .imageLivretMobile {
        top: 35px;
        width: 100%;
        display: flex !important;
        align-self: end;
        max-height: unset !important;
        margin-bottom: unset !important;
        position: absolute;
    }

    .blockLivret .bouton-orange {
        padding: 13px 16px;
    }

    .blockLivret {
        justify-content: end !important;
        gap: 30px !important;
    }

    .cgvLivret {
        display: block;
    }
}

@media screen and (max-width: 300px) {
    .blockLivret .bouton-orange {
        font-size: 15px;
    }

    .cgvLivret {
        font-size: 8px;
    }

    .blockLivret.block-full {
        height: 445px !important;
    }
}

@media only screen and (max-width: 1090px) {
    #header.header_new_home .mobile-nav-overlay #nav .first-nav {
        width: 100% !important;
    }

    #header.header_new_home .mobile-nav-overlay #nav .first-nav ul {
        width: 100% !important;
    }
}

.block_click .title-col {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
}

.right-col .bloc-produit .col .content {
    padding-top: 40px;
}

.right-col .bloc-produit .col .content .info {
    padding-bottom: 0;
}

.right-col .bloc-produit .bloc-chevron:before {
    background-color: transparent;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 30px;
    top: 10px;
    bottom: auto
}

.right-col .bloc-produit .bloc-chevron:after {
    content: "\f061";
    position: absolute;
    font-family: "font awesome 5 pro";
    font-weight: 400;
    color: #0584ca;
    font-size: 14px;
    right: 12px
}

.right-col .bloc-produit .bloc-chevron.bloc-assurance-vie:before {
    display: block;
    content: " ";
    background-image: url(/assets/meilleur-placement/images/pictos/saving.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.right-col .bloc-produit .bloc-chevron.bloc-scpi:before {
    display: block;
    content: " ";
    background-image: url(/assets/meilleur-placement/images/pictos/scpi.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.right-col .bloc-produit .bloc-chevron.bloc-retraite:before {
    display: block;
    content: " ";
    background-image: url(/assets/meilleur-placement/images/pictos/retirement-time.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.right-col .bloc-produit .bloc-chevron.bloc-defiscalisation:before {
    display: block;
    content: " ";
    background-image: url(/assets/meilleur-placement/images/pictos/picto-defisc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.new-listing-block{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px 25px;
    margin: 25px 0 15px;
    justify-content: space-between;
}
.new-item-block{
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 48%;
    height: 340px;
    padding: 15px 15px 20px;
    position: relative;
    margin-bottom: 35px;
}
.picto-png{
    width: 100px;
    height: 100px;
}
.picto-orange{
    height: 110px;
    width: 110px;
    background: -webkit-linear-gradient(to left, #FF6713, #FF9B00);
    background: -moz-linear-gradient(to left, #FF6713, #FF9B00);
    background: linear-gradient(to left, #FF6713, #FF9B00);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;

}
.picto-blue{
    height: 110px;
    width: 110px;
    background: -webkit-linear-gradient(180deg, #0584CA, #089CED);
    background: -moz-linear-gradient(180deg, #0584CA, #089CED);
    background: linear-gradient(180deg, #0584CA, #089CED);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-blue{

        border: 1px solid transparent;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: 30%;
        height: auto;
        padding: 15px 15px 20px;
        position: relative;
        margin-bottom: 35px;
        background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(to bottom, #FFFFFF 35%, #0584CA) border-box;
        background: -webkit-linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(to bottom, #FFFFFF 35%, #0584CA) border-box;
        background: -moz-linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(to bottom, #FFFFFF 35%, #0584CA) border-box;

}
.block-orange{
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 30%;
    height: auto;
    padding: 15px 15px 20px;
    position: relative;
    margin-bottom: 35px;
    background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(to bottom, #FFFFFF 35%, #FF6713) border-box;
    background: -webkit-linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(to bottom, #FFFFFF 35%, #FF6713) border-box;
    background: -moz-linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(to bottom, #FFFFFF 35%, #FF6713) border-box;

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


    .block-blue{
        width: 100%;
    }
    .block-orange{
        width: 100%;
    }
}
.block-e{
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 48%;
    height: 340px;
    padding: 15px 15px 20px;
    position: relative;
    margin-bottom: 35px;
    background: linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#FFBB08) border-box;
    background: -webkit-linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#FFBB08) border-box;
    background: -moz-linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#FFBB08) border-box;
}
.block-a{
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 48%;
    height: 340px;
    padding: 15px 15px 20px;
    position: relative;
    margin-bottom: 35px;
    background: linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#D12928) border-box;
    background: -webkit-linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#D12928) border-box;
    background: -moz-linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#D12928) border-box;
}
.block-p{
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 48%;
    height: 340px;
    padding: 15px 15px 20px;
    position: relative;
    margin-bottom: 35px;
    background: linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#318F28) border-box;
    background: -webkit-linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#318F28) border-box;
    background: -moz-linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#318F28) border-box;
}
.block-h{
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 48%;
    height: 340px;
    padding: 15px 15px 20px;
    position: relative;
    margin-bottom: 35px;
    background: linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#03A8FF) border-box;
    background: -webkit-linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#03A8FF) border-box;
    background: -moz-linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(to bottom,#FFFFFF 35%,#03A8FF) border-box;
}
.text-club-bourse{
    font-size: 1.5rem;
    color:#0584ca;
    margin: 10px 0 10px 10px;
    text-align: start;
    list-style: inside !important;
}
.text-club-bourse-mens{
    font-size: 1.5rem;
    color:#FF9B00;
    margin: 10px 0 10px 10px;
    text-align: start;
    list-style: inside !important;
}
.cover-bloc{
    position: relative;
}
.cover-bloc::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 2;
}
.cover-bloc::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;

    background-color: rgba(255, 255, 255, 0.7);
    /* transform: rotate(-45deg); */
    z-index: 4;
}
.slash-blue {
    position: absolute;
    top: 185px;
    left: -80px;
    width: 158%;
    height: 5%;
    border-top: 4px solid #4b88a2;
    transform: rotate(-52deg);
    z-index: 6;
}
.slash-orange {
       position: absolute;
       top: 185px;
       left: -80px;
       width: 158%;
       height: 5%;
       border-top: 4px solid #FF9B00;
       transform: rotate(-52deg);
       z-index: 6;
}
.new-picto{
    height: 110px;
    width: 110px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-picto-p{ 
    height: 110px;
    width: 110px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(180deg,#318F28,#7DDB73);
    background: -moz-linear-gradient(180deg,#318F28,#7DDB73);
    background: linear-gradient(180deg,#318F28,#7DDB73);
}
.new-picto-e{
    height: 110px;
    width: 110px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(180deg,#FFBB08,#FFD567);
    background: -moz-linear-gradient(180deg,#FFBB08,#FFD567);
    background: linear-gradient(180deg,#FFBB08,#FFD567);
}
.new-picto-a{
    height: 110px;
    width: 110px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(180deg,#D12928,#DC8535);
    background: -moz-linear-gradient(180deg,#D12928,#DC8535);
    background: linear-gradient(180deg,#D12928,#DC8535);
}
.new-picto-h{
    height: 110px;
    width: 110px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(180deg,#03A8FF,#7BCEFF);
    background: -moz-linear-gradient(180deg,#03A8FF,#7BCEFF);
    background: linear-gradient(180deg,#03A8FF,#7BCEFF);
}
.title-saisons{
    
    padding: 20px 0px 10px 0px;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    display: block;
}
.text-saisons{
    padding: 10px 0px;
    font-size: 15px;
    color: #7e767b;
    font-family: 'poppinsbold', 'Poppins', Arial, sans-serif;
}
.text-title-saisons{
    color: #7e767b;
    font-weight: 600;
}
.sous-titre-saison{
    padding: 10px 0;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.new-blue-title{
    text-align: center;
    margin-bottom: 30px;
    color: #293b45;
    font-family: poppins;
    font-weight: 600;
    font-size: 25px;
    line-height: 26px;
}
/**/
.new-sous-titre-service{
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.subscription-service {
    font-family: Arial, sans-serif;
    margin: auto;
    color: white;
   margin-bottom: 30px;
}
.subscription-service h2 {
    text-align: center;
    margin-bottom: 30px;
}

.service-features {
    padding: 20px;
    border-radius: 10px; 
    background-image: url("img/4saisonsinvestissement_blocbleu.png");

}
.padding-text{
   padding-left: 85px;
}
.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.service-header-saison {
    display: flex;
    align-items: center;
}
.service-icon {
    display: inline-block;
    margin-right: 10px;
    color: #FFD700; 
}

.new-tag {
    background-color: #FF9800; 
    color: white;
    padding: 2px 6px;
    margin-right: 5px;
    border-radius: 3px; 
    font-size: 0.8em;
    vertical-align: middle;
}

.mois-slash {
    position: relative;
}

.mois-slash:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: red;

    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.home .banner-produit{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 216px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    position: relative;
}
.home .banner-produit .block-text {
    padding: 15px 25px;
    background: -webkit-linear-gradient(right,#0584CA,#2BAFF8);
    background: -moz-linear-gradient(right,#0584CA,#2BAFF8);
    background: linear-gradient(to left,#0584CA,#2BAFF8);
    position: relative;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: 100%;
}

#groupe-champs {
    overflow-x: auto;
}

#groupe-champs .valeur-portefeuille table {
    min-width: 700px;
}

.logged .objectif_netissima {
    line-height: 24px;
}

.logged .block-text-bpi-netissima {
    margin-left: 0 !important;
}

.logged .titre_netissima {
    font-size: 24px;
}
/*nouvelle css pour la page analyse de portefeuille*/
.title-bleu-refronte {
    background: linear-gradient(to left, #0584CA, #2BAFF8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 15px;
}
.title-fonce {

    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    font-weight: 750;

}
.texte-fonce {
    display: block;
    font-weight: 650;
    line-height: 18px;

    font-size: 14px;

}
.texte-clair {
    display: block;
    font-weight: 450;
    line-height: 18px;

    font-size: 14px;

}
.color-texte{
    color:#063653;
}
.margin-y-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.bleu-clair{
    color: #2BAFF8;
    font-weight: 700;
}
.force-small-blue-label {
    font-family: 'poppinsmedium', 'Poppins';
    color: #347ecb;
    position: absolute;
    top: -20px;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 24px;
    padding: unset;
    letter-spacing: 0em !important;
}

.flex-fields {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 15px;
}

@media screen and (max-width: 700px) {
    .flex-fields {
        flex-direction: column;
        align-items: center;
        flex-grow: 1;
    }
}

.container-sidebar-bloc{
    max-width: 348px;
    height: 629px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 25px;
    padding:25px 15px 25px 15px;
    font-family: 'Poppins';
    background: url(/assets/img/banniere/bunch/Netissima_mobile.png) no-repeat;
    background-size: contain;
    margin-left: 25px;
}
.sidebar-bloc-image{
    height: 205px;
    width: 320px;
    background: url(/assets/img/banniere/opportunite-5/mask_group.png) no-repeat;
    background-size: contain;
}
.sidebar-bloc-text1{
    display: flex;
    flex-direction: column;
    height: 136px;
    text-align: center;
    gap:5px;
}
.sidebar-bloc-text-gros{
    color: #040404;
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
}
.sidebar-bloc-text-normal{
    color:#040404;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}

.sidebar-bloc-text2{
    font-style: italic;
    color:#040404;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    height: 76px;
    width: 320px;
    background: #FDFDFD; /* Set the background color */
    border: 1px solid #040404; /* Transparent border as a base */
   /* Linear gradient for the border */
    padding: 8px; /* Adjust padding to make space for the content */
    border-radius: 3px;
}
.position-tuile{
    position: relative;
}
.position-tuile-texte{
    position: absolute;
    color: red;
    font-size: 12px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 100%;
}
.text-temp-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4ea9f;
    width: 100%;
    margin: 10px 0 30px 0;
}
    .text-temp{
        font-style: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'poppinssemibold', 'Poppins', Arial, sans-serif;
        padding: 25px;
}
@media screen and (max-width: 1090px) {
    .container-sidebar-bloc{
        margin-left: 0;
    }
}

.margin-y-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.bleu-clair{
    color: #2BAFF8;
    font-weight: 700;
}

#popin_tc_privacy_button_3 {
    box-shadow: none;
}