:root {
    --pinkish-orange: #ff7143;
    --light-peach: #ffccba;
    --orange-yellow: #fca303;
    --dark-cream: #ffd893;
    --pale: #ffedcc;
    --black: #000;
    --dark-blue-grey: #222c4f;
    --stormy-blue: #537aa3;
    --light-blue-grey: #dee8f4;
    --pale-grey: #eff3f7;
    --pale-two: #fff3dd;
    --off-white: #fffeef;
    --light-blue-grey-two: #b6d4ef;
    --light-grey-blue: #89acd0;
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    font-family: "Font Awesome 5 Free";
    content: "\2039";
    float: right;
    margin-left: 7px;
    font-weight: 900;
    transform: rotate(-90deg);
}

h1,
.article-details .article-header h1 {
	font-family: gelica, sans-serif;
    font-size: 35px;
  	font-weight: 500;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1;
  	letter-spacing: normal;
}

h2,
.article-details .article-header h2 {
	font-family: gelica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.96;
    letter-spacing: normal;
}

h3,
.uk-accordion-title,
.uk-accordion-content .uk-margin .col .rounded-8 h3,
.sppb-article-info-wrap h3,
.text-center .actu-card .d-flex .d-flex li a,
.chiffres-actu li,
.uk-panel .uk-margin .col .bloc h3,
h3.my-0.d-flex {
	font-family: gelica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}

p,
a.white-text,
.d-flex .align-items-center span,
.span,
.span span,
.sppb-article-introtext,
.article-info,
.sppb-meta-date,
.wrap-resume .titre .data span,
.wrap-resume .titre p,
.wrap-resume .d-btn a,
.readmore,
.footer-text span,
.btn-blue {
    font-family: area-inktrap, sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

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

.d-btn {
    display: flex;
}

.fade-in-div, 
.fade-in-header {
    opacity: 0;
    transition: opacity 1s ease;
}

#sp-footer {
    margin: 0 !important;
    background-size: auto !important;
    background-attachment: fixed !important;
}

#sp-footer ul.menu li {
    margin: 0;
}

#sp-footer ul.menu li a, #sp-footer ul.menu li span {
    font-weight: 400;
}

li {
    font-family: area-inktrap, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
}

.container .container-inner .row {
   flex-wrap: nowrap; 
}

#sp-title {
    padding: 0px !important;
}

#sp-blog-header .container {
    max-width: 100%;
    padding: 0;
}

div#sp-menu {
    white-space: nowrap;
}

.sp-menu-heading {
    padding: 0 10px !important;
}

.sp-megamenu-parent>li>a {
    padding: 0 15px;
}

.sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: auto !important;
}

.btnpa {
    font-family: area-inktrap, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    transition: 0.3s;
}

.gel {
    border-radius: 30px;
    padding: 1.5vh 3vh;
    text-decoration:none;
    text-align: center;
    color: var(--off-white);
}

.icon {
    width: 30px;
    height: 30px;
}

.icon-silae {
    width: 100px; 
    height: 30px; 
    margin-right: 40px;
}

.logo-footer {
    width: 75%;
}

.ph {
    background-color: var(--pinkish-orange);
}

.blu {
    background-color: var(--dark-blue-grey);
}

.bla {
    background-color: var(--black);
}

.or {
    background-color: var(--orange-yellow);
    color: var(--off-white) !important;
}

.blue-text {
    color: var(--stormy-blue);
}

.light-blue-text {
    color: var(--light-grey-blue);
}

.white-text {
    color: var(--off-white) !important;
    -webkit-text-fill-color: var(--off-white) !important;
}

.orange-text {
    color: var(--orange-yellow);
}

.peach-text {
    color: var(--pinkish-orange);
}

.bg-light-peach {
    background-color: var(--light-peach);
}

.bg-pale-gray {
    background-color: var(--pale-grey);
}

.bg-off-white {
    background-color: var(--off-white);
}
  
a.btnpa.gel.bla.white-texte  {
    color: var(--off-white);
    height: 50px;
}

.rounded-8 {
    border-radius: 8px;
}

.title-bloc {
    display: flex;
    height: 100%;
    flex: 1;
}

.title-bloc img {
    max-height: 200px;
}

.hover-card {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.static-content {
    position: absolute;
    top: 0;    
    left: 0;
    padding: 2rem 3rem;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 3rem;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.7s ease-in-out, transform 0.3s ease-in-out;
}

#sp-header {
    box-shadow: none;
}

div#sp-top-bar {
    width: 100%;
    position: sticky;
    z-index: 100;
}

.fade-in-header h2 {
    padding: 10px 0 15px;
}

.fade-in-header .d-btn {
    padding-top: 25px;
}

#sp-top-bar {
    color: var(--off-white) !important;
    padding: 13px 0;
}

img.gap-3 {
    height: 120px;
    width: 80px;
    padding-right: 25px;
}

.content-acc-chaleureux img.gap-3 {
    height: revert;
}

.content-acc-chaleureux .w-48 {
    padding: 30px 40px;
}

.hover-bloc {
    border-radius: 9px;
}

.mt-bloc {
    margin: 0;
}

#sp-header .sp-module {
    display: flex;
    flex-direction: column;
}

.menu .item-130 a.btnpa.gel.bla.white-texte.align-items-center.d-flex {
    display: none !important;
}

@media (min-width: 992px) {
    .bg-cab {
        background-image: url("images/hp/acc-bg-cabinet-milieu.webp");
        background-position: center;
        background-repeat: no-repeat;
        padding: 70px 0;
    }

    #sp-footer {
        background-size: contain !important;
    }

    .invisible-lg {
        visibility: hidden;
    }

    ul.menu {
        display: flex !important;
        flex-direction: column;
    }

    li.menu-deeper.menu-parent {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    ul.menu .menu-deeper ul {
        display: flex !important;
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .sp-menu-heading,
    .sp-megamenu-parent>li>a {
        padding: 0 20px !important;
    }

    .bg-header-desktop {
        background-image: url("/images/hp/xxl-cab-bg-header.svg") !important;
        background-position: center left !important;
        background-size: cover;
    }
}

#sp-main-body {
    padding: 0;
}

.uk-scope {
    font-family: AreaInktrap;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
}

@media (min-width: 768px) {
    .offcanvas-menu {
        height: calc(100% - 100px);
        top: 100px !important;
    }
}

.off-white-input {
    background-color: #fca303;
}

#sp-section-5 {
    background-image: url(/images/footer-bg-droite.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: 100% 100%;
    background-color: #DCE8F5;
    color: #000000;
    padding: 2rem 0;
}

.mr-1 {
    margin-right: 1rem;
}

.fade-in-div.fade-in,
.initial-fade {
    opacity: 1;
}

.rsform-type-submitbutton {
    display: flex;
    justify-content: end;
}

.rsform-type-submitbutton .formControls .btnpa {
    background-color: var(--dark-blue-grey);
}

.logo-mention-footer {
    width: 70px;
}

a.sp-scroll-up,
.sp-scroll-up:hover {
    background-image: url("images/hp/icone-haut-de-page-1.png");
    width: 60px;
    height: 60px;
    background-color: transparent;
}

.cal {
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 70vh;
    z-index: 10;
}

.calendly {
    cursor: pointer;
    position: fixed;
    right: 30px;
    top: 60vh;
    z-index: 11;
    width: 60px;
}

.floating-wpp {
    top: 50vh;
    z-index: 16;
    height: 59px;
    right: 30px !important;
    width: 60px;
}

.floating-wpp .floating-wpp-button {
    width: 60px !important;
    height: 60px !important;
    box-shadow: none !important;
    background-color: transparent !important;
    background-image: url("/images/hp/acc-icon-whatsapp.svg") !important;
}

.floating-wpp .floating-wpp-button svg {
    display: none;
}

.lh-05 {
    line-height: 0.5;
}

.fs-17 {
    font-size: 17px;
}

.fs-10 {
    font-size: 10px;
}

.w-23 {
    width: 23%;
}

.w-48 {
    width: 48%;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mr-2 {
    margin-right: 2rem;
}

.ml-2 {
    margin-left: 2rem;
}

#sp-footer #sp-footer2 {
    text-align: left;
}

#sp-footer ul.menu li a.btnpa.gel.bla.white-text.align-items-center.d-flex {
    display: none !important;
}

#sp-footer1 h3.sp-module-title {
    margin-bottom: 1rem;
}

.rsform-type-submitbutton .formControls .btnpa:hover {
    background-color: var(--stormy-blue);
}

.offcanvas-menu .offcanvas-inner ul.menu>li a:hover {
    color: var(--black) !important;
}

.burger-icon>span {
    background-color: var(--dark-blue-grey);
}

.container .container-inner .row.row-1.cols-3 {
   flex-wrap: wrap; 
}

.sp-megamenu-parent>li:last-child>a {
    padding: 15px 25px;
    margin-left: 15px;
}

.sp-megamenu-parent>li:first-child>a {
    padding-left: 0px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    color: var(--pinkish-orange);
}

.sp-megamenu-parent>li:hover>a, 
.sp-megamenu-parent>li>span:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: var(--pinkish-orange);
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li.active:hover>a {
    color: var(--orange-yellow);
    font-weight: 700;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: var(--pale-two);
}

.transition-menu-burger {
    transition: opacity 0.1s ease-in-out;
}

.icon-missions {
    margin-right: 20px;
}

.ph:hover {
    background-color: var(--off-white);
    color: var(--black);
}

.l-ph {
    background-color: var(--light-peach);
    color: var(--black);
}

.l-ph:hover {
    background-color: var(--pinkish-orange);
    color: var(--off-white);
}

.blu:hover {
    background-color: var(--stormy-blue);
    color: var(--off-white);
}

.bla:hover {
    background-color: var(--orange-yellow);
    color: var(--off-white);
}

.or:hover {
    background-color: var(--pinkish-orange);
    color: var(--off-white) !important;
}

.bg-pinkish-orange {
    background-color: var(--pinkish-orange);
    color: var(--off-white);
}

.bg-dark-blue-grey {
    background-color: var(--dark-blue-grey);
}

.bg-light-blue-grey {
    background-color: var(--light-blue-grey);
}

.bg-light-blue-grey-two {
    background-color: var(--light-blue-grey-two);
}

.bg-pale-two {
    background-color: var(--pale-two);
}

.bloc-off-white {
    background-color: #fffeef;
    border-radius: 8px;
    padding: 40px;
}

.static-content.title-bloc, card-content, .hover-card .rounded-8.p-5.w-100.bg-off-white {
    max-height: 400px;
}

.hover-card .rounded-8.p-5.w-100.bg-off-white,
.static-content.title-bloc {
    max-height: 500px;
}

.article-header h2 {
    font-weight: 400 !important;
}

.custom-block {
    width: 260px;
    height: 270px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.main-container {
    display: flex;
    justify-content: space-between;
}

.hover-card-cab {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.hover-card:hover .static-content,
.hover-card-cab:hover .static-content {
    opacity: 0;
}

.hover-card:hover .card-content,
.hover-card-cab:hover .card-content {
    opacity: 1;
    transform: scale(1);
}

.g-15 {
    gap: 1.5rem;
}

.d-flex.flex-column.flex-md-row.gap-5 .col {
    height: 0%;
}

.mb-5 .d-flex .row>* {
    margin-top: 0 !important;
}

#sp-header.header-sticky {
    animation: none;
    height: 100px;
}

.active-bloc:active {
    transform: translate(10px, 10px);
    transition: transform 0.3s ease;
}

.acc-csqt li{
    background-color: var(--off-white);
    padding: 20px 50px 20px 30px;
    border-radius: 8px;
    background-image: url("/images/hp/s-acc-icon-plus.svg");
    background-position: center right 15px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.uk-accordion-title {
    color: var(--black) !important;
}

.uk-accordion-content a.btnpa.gel {
    color: var(--off-white) !important;
}

.uk-scope .uk-accordion-title::before {
    background-image: url();
}

.uk-scope h3 {
    color: var(--black) !important;
}

.uk-scope .uk-dotnav>.uk-active>* {
    background-color: var(--orange-yellow) !important;
    border-color: var(--orange-yellow) !important;
}

.uk-scope .uk-dotnav>*>* {
    background-color: var(--dark-cream) !important;
    border-color: var(--dark-cream) !important;
}

.nav-bloc {
    border-radius: 8px;
    background-color: var(--off-white);
    margin: 15px 0;
}

.tab-client a.nav-link {
    background-color: var(--off-white);
    color: var(--black);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--black);
    background-color: var(--off-white);
    box-shadow: -10px -10px var(--orange-yellow);
}

a.btnpa.gel.bg-pinkish-orange:hover {
    color: var(--off-white);
}

.blocard.bloc-menu {
	background-color: var(--beige);
    border-radius: 31px;
}

.bloc-menu ul,
.bloc-menu ul a {
    font-family: area-inktrap, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	list-style-type: none;
	width: -webkit-fill-available;
}

.bloc-menu a.active {
	color: var(--ugly-blue);
	text-decoration: underline;
}

select#mobileNav {
	height: 100%;
    padding: 15px 30px;
	border-radius: 30px;
    border: 1px solid var(--pinkish-orange);
    background-color: var(--pinkish-orange);
    background-image: url("/images/hp/mis-icon-chevron.svg");
    background-size: 25px;
    color: var(--off-white);
    font-weight: 600;
}

.uk-scope .uk-accordion-title::before {
    background-image: url("images/hp/s-recrut-bloc-clients.png") !important;
}

select#mobileNav option {
    padding: 15px 30px;
}

.form-select {
    font-family: area-inktrap, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: var(--off-white);
}


.ellipse-6 {
    min-width: 6px;
    height: 6px;
    display: flex;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: var(--pinkish-orange);
}

.ellipse-white {
    min-width: 6px;
    height: 6px;
    display: flex;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: var(--off-white);
}

.floating-wpp path[Style-d-attributs] {
    fill: #ff7143;
}

.cal:hover {
    background-image: url("images/hp/bouton-devis.png");
    background-repeat: no-repeat;
    width: 154px;
    transition: background-image 0.3s ease;
}

.cal:hover a #img-cal {
    opacity: 0;
}

.mt-header {
    margin: 100px 140px 0 140px;
}

.mt-content,
.mt-img {
    margin: 0 140px;
}

.mrg-t-10 {
    margin-top: 3rem;
}
    
#sp-header.header-sticky {
    animation: none;
    height: 127px;
}

.mb-3.rsform-block.rsform-block-entreprise.rsform-type-textbox {
    margin-bottom: 0 !important;
}

.container .container-inner .liste-dossiers.row {
	flex-wrap: wrap;
}

.gap-5.row>* {
    padding-left: 0;
    padding-right: 0;
}

.acc-csqt li.uk-open {
    background-position: top 25px right 15px !important;
}

.p-10 {
    padding: 10px;
}

@media (min-width: 992px) {
    .mrg-t-10 {
        margin-top: 5rem;
    }

    .article-list .article {
        min-height: 340px !important;
    }
}

@media (max-width: 768px) {
    .uk-scope .uk-text-center {
        text-align: left;
    }    
    
    .floating-wpp,
    .calendly,
    .cal {
        zoom: 0.8;
    }
    
    .layout-blog .article-details {
        padding: 110px 0 170px 0 !important;
    }
    
    #sp-header.header-sticky {
        animation: none;
        height: 125px !important;
    }

    .bg-nofixed-mob,
    #sp-footer {
        background-attachment: revert !important;
    }

    .nobg-mob {
        background-image: none !important;
    }

    .hover-card-cab {
        height: 500px !important;
    }
    
    .w-umd-100 {
        width: 100%;
    }

    
    .offcanvas-menu {
        height: calc(100% - 120px);
        top: 120px !important;
    }

    .mt-header {
        margin: 80px 40px 0 40px;
    }

    .mt-content,
    .mt-img {
        margin: 0 40px !important;
    }

    .mt-bloc {
        margin: 0 55px !important;
    }

    #sp-footer .container {
        padding: 50px 40px 0 !important;
    }

    #sp-header .container .test {
        padding-top: 0;
    }

    .logo-footer {
        height: auto;
        width: 75% !important;
    }
}

@media (max-width: 993px) {
    #sp-footer .container .container-inner .row {
        flex-direction: column;
    }
  
.logo-mention-footer {
    width: 120px;
  margin-top: 10px;
}

    #sp-header.header-sticky {
        animation: none;
        height: 100px;
    }

    .h-sm-400 {
        height: 400px !important;
    }

    .formContainer .row .col-md-6,
    .formContainer .row .col-md-4,
    .formContainer .row .col-md-4 .mb-3.rsform-block.rsform-block-envoyer.rsform-type-submitbutton,
    .formContainer .row .col-md-4 .mb-3.rsform-block.rsform-block-envoyer.rsform-type-submitbutton .formControls,
    .formContainer .row .col-md-4 .mb-3.rsform-block.rsform-block-envoyer.rsform-type-submitbutton .formControls .btnpa,
    .formContainer .row .col-md-8 {
        width: 100%;
    }

    .w-48 {
        width: 100%;
    }

    .container.test {
        zoom: revert !important;
    }

    ul.menu {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .logo-footer {
        height: auto;
        width: 50%;
    }

    .invisible-lg {
        display: none;
    }

    #sp-header .container .test {
        padding-top: 15px;
    }

    .hover-card-cab {
        height: 600px;
    }

    .hover-card {
        height: 600px;
    }
    
    div#sp-top1 {
        display: none;
    }

    div#sp-top2 .sp-column {
        text-align: end !important;
    }

    .w-ulg-100 {
        width: 100%;
    }

    .mt-header {
        margin: 80px 80px 0 80px;
    }

    .mt-content,
    .mt-img {
        margin: 0 80px;
    }
    
    .mt-bloc {
        margin: 0 95px;
    }

    #sp-footer .container {
        padding: 0 80px;
    }

    .offcanvas-overlay {
        visibility: hidden !important;
    }
    .offcanvas-toggler .burger-icon>span:nth-child(1),
    .offcanvas-toggler .burger-icon>span:nth-child(2),
    .offcanvas-toggler .burger-icon>span:nth-child(3) {
        transform: none !important;
        opacity: 1 !important;
    }

    .actu-menu select#mobileNav {
        background-image: url("images/hp/actu-icon-mob-arrow-blanc3x.png");
        height: 100%;
        padding: 27px 35px;
        border-radius: 8px;
        background-position: center right 30px;
        border: none;
        background-color: var(--dark-blue-grey);
        background-size: 25px;
        color: var(--off-white);
    }

    .offcanvas-menu {
        background-color: var(--pale-two);
        width: 100%;
    }

    body.ltr.offcanvs-position-right .offcanvas-menu {
        right: -100%;
    }

    body.ltr .offcanvas-menu .offcanvas-inner ul.menu>li ul {
        width: 100%;
        margin-left: 0;
    }

    .offcanvas-menu .offcanvas-inner ul.menu li.active a {
        color: var(--off-white) !important;
        background-color: var(--orange-yellow);
        border-radius: 25px;
        display: flex;
        justify-content: center;
    }

    .offcanvas-menu .offcanvas-inner ul.menu li.active .menu-child .current a {
        color: var(--off-white) !important;
        background-color: var(--orange-yellow) !important;
        border-radius: 25px;
        display: flex;
        justify-content: center;
    }

    .offcanvas-menu .offcanvas-inner ul.menu li.active .menu-child a {
        color: var(--black) !important;
        background-color: var(--dark-cream) !important;
        border-radius: 25px;
        display: flex;
        justify-content: center;
    }

    .offcanvas-menu .offcanvas-inner ul.menu>li {
        display: flex;
        width: 100%;
    }

    .offcanvas-menu .offcanvas-inner ul.menu>li>span {
        padding: 25px 0 0 0;
        opacity: 1;
        font-size: 15px;
    }

    .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
        color: var(--black);
        padding: 15px 0;
        font-weight: 700;
        text-align: center;
        font-size: 15px;
    }

    .offcanvas-menu .offcanvas-inner ul.menu li a {
        background-color: var(--dark-cream);
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 15px 0;
        margin-top: 12px;
        font-size: 15px;
    }

    .offcanvas-menu .offcanvas-inner ul.menu>li>a {
        opacity: 1;
    }

    li.menu-deeper.menu-parent {
        margin-top: 20px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    ul.menu .menu-deeper ul {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        text-align: center;
    }

    .offcanvas-menu .offcanvas-inner ul.menu>li a {
        border-radius: 25px;
    }

    .nav-pills li {
        background-color: var(--pale-two);
        border-radius: 25px;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .nav-pills li .menu-parent {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    span.menu-toggler,
    li.item-130 {
        display: none !important;
    }

    .view-article.expert-articles .article-details div[itemprop="articleBody"] {
        width: 75% !important;
    }
}

@media (max-width: 1200px) {
    .sp-megamenu-parent>li:last-child>a {
        margin-left: 0px;
    }

    .bg-header-desktop {
        background-image: url("/images/hp/acc-bg-header.svg") !important;
        background-position: bottom left !important;
    }

    .container.test {
        zoom: 0.9;
    }
}

/* @media (max-width: 1500px) {
    .container.test {
        zoom: 0.8;
        max-width: 100%;
    }
} */

.sppb-col-sm-4,
.sppb-col-sm-6 {
    background-color: var(--off-white);
    padding: 2rem;
    border-radius: 8px;
}

.com-content.view-article #sp-main-body {
    padding-bottom: 0;
}

.article-details-intro .article-info,
.article-details .article-info,
.view-article .col-lg-5.col-8.mx-auto {
    display: none;
}

.com-content.view-article #sp-main-body .article-body {
    max-width: 100%;
}

.layout-blog .article-details {
    background-color: var(--pale);
    background-image: url(/images/hp/blog-bg-bas.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 75px 0 170px 0;
}

.layout-blog #sp-main-body #sp-component {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.layout-blog .container .container-inner .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.layout-default .article-details {
    background-color: var(--pale);
    background-image: url(/images/hp/footer-bg-haut.svg), url(/images/hp/miss-bg-header-bas.svg);
    background-size: contain;
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    margin-top: 75px;
    padding: 110px 0 170px 0;
}

div[itemprop="articleBody"].mx-auto.col-5 p {
    line-height: 1.8;
}

.article-details .liste-dossiers .col-md-6 a h2 {
    margin-bottom: 1rem !important;
    margin-top: 1.5rem;
}

.view-article.expert-articles .article-details div[itemprop="articleBody"] {
    width: 60%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
}

.view-article.layout-blog.blog-paiezen div[itemprop="articleBody"],
.view-article.layout-blog.blog-paiezen .mt-img {
    position: relative;
    top: -200px;
}

.layout-blog.blog-paiezen .article-details {
    padding: 75px 0 0 0;
}

.blog {
    background-color: var(--pale);
    background-image: url(/images/hp/blog-bg-bas.svg), url(images/hp/blog-bg-gauche3x.png);
    background-size: contain;
    background-position: center bottom, left bottom;
    background-repeat: no-repeat
}

.blog-list-wrapper {
    margin-top: 0px;
    padding: 75px 0 170px 0;
}

.ovf-blog {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#belly-blog {
    width: 101%;
}

.article-list .article {
    margin-bottom: 0px;
}

.article-list .col-lg-4 {
    margin-bottom: 2rem;
}

.article-list .article .article-introtext>p {
    opacity: 1;justify-content: space-between;
}

.blog-list-wrapper .col-md-8 {
    width: 100% !important;
}

.article {
    background-color: var(--off-white);
    padding: 2rem 2rem 3rem 2rem;
    border-radius: 8px;
}

.articles-more {
    display: none;
}

.article-list .article .readmore a {
    padding: 13px 25px 15px 25px;
    font-weight: 600;
}

.article-list .article .readmore {
    display: flex;
}

.bloc-actu {
    background-color: var(--pale);
    padding: 1rem;
    border-radius: 8px;
}

.bloc-actu div{
    font-weight: normal;
    font-size: 13px;
}

.chiffres-actu li {
    list-style: none;
}

.titre {
    margin-bottom: 15px;
}

.wrap-resume {
    border-radius: 8px;
    height: 100%;
    background-color: var(--off-white);
}

.sppb-meta-date,
.wrap-resume .pch,
.article-info {
    color: var(--pinkish-orange) !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.sppb-article-introtext {
    margin-bottom: 1.5rem;
}

.com-content.view-article #sp-main-body .article-details-intro {
	background-image: revert;
	background-color: revert;
	padding: revert;
	position: relative;
	background-size: unset;
}

.article-details .article-can-edit {
	position: revert;
	margin: revert;
}

.article-details .article-header h1, .article-details .article-header h2 {
	color: revert;
}

.article-header h1,
.article-introtext h1 {
    display: none;
}

.view-article .article-details h2 {
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.view-article .article-details h1 {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.com-content.view-article #sp-main-body .article-media-wrapper {
	margin-top: revert;
	z-index: initial;
}

/* bloc onglets */
.actu-card { 
    background-color: var(--dark-blue-grey);
    border-radius: 20px;
}

.actu-card li a { 
    color: var(--off-white);
}

.itemid-186 .sppb-row-container {
    max-width: 100%;
    padding: 0;
}

.grp-theme-default .grp-reviews-container {
    background: transparent !important;
}

.grp-theme-default .grp-style-box.grp-reviews-review {
    background: var(--pale-grey) !important;
    box-shadow: none !important;
    color: var(--black) !important;
    border-radius: 8px !important;
    padding: 30px !important;
}

.grp-reviews-container-inner {
    padding: 0 !important;
}

@media (max-width: 1200px) {
    .article-list .article {
        min-height: 355px !important;
    }
}

.view-article.blog-paiezen.layout-blog .article-blog-header-none {
    display: none;
}

#sp-footer .container {
    background-image: url(/images/hp/foo-bg-double-casquette-bas.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% -1px;
    padding-top: 50px;
    max-width: 100%;
}

#sp-footer .container-inner {
    margin: 0 auto;
}

.expert-articles #sp-footer .container {
    background-image: none !important;
}

@media (min-width: 576px) {
    #sp-footer .container-inner {
        max-width: 540px;
    }

    #sp-footer .container {
        padding-top: 100px;
    }
}

@media (min-width: 768px) {
    #sp-footer .container-inner {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #sp-footer .container-inner {
        max-width: 960px;
    }

    .hover-bloc:hover {
        box-shadow: -10px -10px var(--orange-yellow);
        transition: box-shadow 0.3s ease;
    }
    
    #sp-footer .container {
        padding-top: 130px;
    }
}

@media (min-width: 1200px) {
    #sp-footer .container-inner {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #sp-footer .container-inner {
        max-width: 1320px;
    }

    .header-acc-chaleureux h2 {
        max-width: 60%;
    }

    .header-acc-chaleureux p {
        max-width: 85%;
    }

    .fade-in-header {
        max-width: 58%;
    }
    
    .fade-in-header h1, .fade-in-header h2 {
        max-width: 85%;
    }

    .fade-in-header-acc, .fade-in-header-acc h1, .fade-in-header-acc h2,
    .short-header, .short-header h1 {
        max-width: 100%;
    }
}

.sppb-row-column {
    padding-left: 0;
    padding-right: 0;
}