@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

::-moz-selection {
    color: #FEF8F0 !important;
    background: #f36b53 !important;
}
::selection {
    color: #FEF8F0 !important;
    background: #f36b53 !important;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    background-color: #FEF8F0;
}
.mt36 {
    margin-top: 36px;
}
.pb40 {
    padding-bottom: 40px !important;
}
.no_desktop {
    display: none;
}
.no_mobile {
    display: block;
}
.idh2 h2 {
    font-size: 34px;
    line-height: 36px;
}
.swatch-idelink-white-background .btn-primary, [class*="swatch-"] .swatch-idelink-white-background .btn-primary, .swatch-idelink-white-background button, [class*="swatch-"] .swatch-idelink-white-background button, .swatch-idelink-white-background input[type="submit"], [class*="swatch-"] .swatch-idelink-white-background input[type="submit"] {
    background-color: #f36b53 !important;
}
.go-top.hex-alt .fa-angle-up {
    color: #f36b53;
}
.go-top.hex-alt {
    background: none !important;
}
.go-top.hex-alt:after,
.go-top.hex-alt:before {
    display: none;
}
.home .idh2 .bold.no-bordered-header {
    margin-bottom: 8px;
}
#masthead {
    background-color: #FEF8F0;
}
body.home #masthead:not(.navbar-scrolled) {
    background-color: #f36b53;
}
#masthead .container>.navbar-header {
    margin: 0;
}
#masthead .navbar-brand img {
    margin-top: 53px !important;
}
h2 {
    line-height: 34px;
    font-size: 30px;
    margin-bottom: 20px;
}
h3 {
    margin-bottom: 16px;
    line-height: 26px !important;
}
.img_w100 img {
    width: 100%;
    height: auto;
}
.ide_check {
    padding-left: 40px;
}
.ide_check li {
    list-style: none;
    position: relative;
}
.ide_check li:not(:last-child) {
    margin-bottom: 20px;
}
.ide_check li::before {
    content: "";
    background-image: url('../images/li_check.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -40px;
    top: 1px;
}
.ide_box_logos {
    display: grid;
    grid-template-columns: repeat(8, 100px);
    gap: 0 40px;
    align-items: center;
    justify-content: center;
    background-color: #fef7ef;
}
.ide_box_logos img {
    mix-blend-mode: multiply;
} 
.idmob_h3 h3 {
    font-size: 18px;
    margin-bottom: 12px;
}
.ide_tarifs_title {
    padding-top: 40px;
}
.ide_tarifs_title .row {
    max-width: 960px;
    margin: 0 auto;
}
.ide_tarifs {
    padding: 40px 0;
}
.ide_tarifs .row {
    display: flex;
    gap: 40px;
    max-width: 850px;
    margin: 0 auto;
}
.ide_tarifs .col-md-6 {
    background-color: #f36b53;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    color: #fff;
    padding: 40px 20px;
    float: none;
}
.ide_tarifs .col-md-6 h2 {
    color: #fff;
}
.ide_box_demo .row {
    max-width: 760px;
    margin: 0 auto;
}
.ide_box_demo h2 {
    font-size: 24px;
    line-height: 30px;
}
.ide_box_demo .row ol {
    padding-left: 30px;
}
.ide_box_demo .row ol li {
    padding: 10px 0;
    line-height: 22px;
}
.ide_box_demo .row ol li::marker {
    color: #f36b53;
    font-size: 22px;
    font-weight: bold;
}
.ide_box_temoignages {
    padding: 40px 0;
    margin-bottom: 40px;
}
.ide_box_temoignages .container > .row {
    max-width: 550px;
    margin: 0 auto;
    border: solid 2px #f36b53;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 20px;
}
.ide_box_temoignages .fancy-blockquote .box-huge {
    margin-bottom: 10px;
    max-width: 150px;
}
.ide_box_temoignages .fancy-blockquote .col-md-2 {
    width: 100%;
}
.ide_box_temoignages .fancy-blockquote .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ide_box_temoignages .fancy-blockquote .row p {
    margin: 0;
}
.ide_box_temoignages .fancy-blockquote small {
    display: none;
}
.ide_box_temoignages .ide_tem_title {
    margin: 20px 0 10px 0;
    line-height: 22px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
}
.ide_box_temoignages .ide_tem_text {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    display: inline-block;
}
.ide_box_temoignages .col-md-12,
.ide_box_demo .col-md-12,
.ide_tarifs_title .col-md-12 {
    padding: 0;
}
.page-id-4145 li.col-md-6 {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 20px;
    background-color: white;
    width: 100%;
}
.page-id-4145 li.col-md-6 h2 {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 10px;
}
.page-id-4145 ul.list-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}
.page-id-4145 article.post {
    margin: 0;
}
.page-id-4145 article.post h2.post-title {
    margin: 0;
    padding-bottom: 20px;
    min-height: 96px;
    line-height: 20px;
}
.page-id-4145 .post-media.overlay .fa-link {
    display: none;
}
.ide_box_posts .row {
    margin: 0;
}
.swatch-blog-bg-blanc .pagination > li > a, [class*="swatch-"] .swatch-blog-bg-blanc .pagination > li > a {
    background: none !important;
    color: #f36b53 !important;
}
.swatch-blog-bg-blanc .pagination > .active > a, [class*="swatch-"] .swatch-blog-bg-blanc .pagination > .active > a, .swatch-blog-bg-blanc .pagination > .active > span, [class*="swatch-"] .swatch-blog-bg-blanc .pagination > .active > span, .swatch-blog-bg-blanc .pagination > li > a:hover, [class*="swatch-"] .swatch-blog-bg-blanc .pagination > li > a:hover {
    background: none !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #f36b53 !important;
    font-weight: bold !important;
}
.pagination>li:first-child>a:after,
.pagination>li:last-child>a:after {
    display: none !important;
}
.post-share {
    display: none;
}
.swatch-blog-bg-blanc .btn-primary, [class*="swatch-"] .swatch-blog-bg-blanc .btn-primary, .swatch-blog-bg-blanc button, [class*="swatch-"] .swatch-blog-bg-blanc button, .swatch-blog-bg-blanc input[type="submit"], [class*="swatch-"] .swatch-blog-bg-blanc input[type="submit"] {
    background-color: transparent !important;
    color: #f36b53 !important;
}
.single-post .swatch-blog-bg-blanc .btn-primary .hex-alt i, [class*="swatch-"] .swatch-blog-bg-blanc .btn-primary .hex-alt i, .swatch-blog-bg-blanc button .hex-alt i, [class*="swatch-"] .swatch-blog-bg-blanc button .hex-alt i, .swatch-blog-bg-blanc input[type="submit"] .hex-alt i, [class*="swatch-"] .swatch-blog-bg-blanc input[type="submit"] .hex-alt i {
    color: #f36b53 !important;
}
.btn-icon-left:after,
.btn-icon-right:after,
.hex-alt:after,
.btn-icon-left:before,
.hex-alt:before {
    display: none;
}
.widget_recent_entries .post-icon {
    width: 16px !important;
    height: 16px !important;
    color: #fff !important;
    background: #f36b53 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.page-id-8535 .idmob_center {
    border-radius: 50px !important;
    font-weight: bold !important;
    font-size: 17px !important;
    padding: 7px 25px !important;
    margin-top: 20px !important;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    background-color: #f36b53 !important;
}
.flexslider blockquote {
    font-size: initial;
    margin: 0 0 20px 0;
}
.flexslider .fancy-blockquote p {
    line-height: initial;
    font-weight: initial;
    font-style: initial;
    font-size: initial;
}
.section_hp_header {
    position: relative;
}
.besol_header .container,
.section_hp_header .container {
    max-width: 1370px;
    width: 100%;
}
.besol_header .container .row {
    width: auto;
}
.section_hp_header::before {
    content: '';
    background-image: url('../images/maillon_header.png');
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top right;
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: .25;
}
.section_hp_header .container > .row > .col-md-12 > .row {
    display: flex;
    align-items: flex-end;
}
.chld_no_mrg * {
    margin: 0;
}
body.home #post-5706 section.section:not(.section_hp_header) {
    background-color: #fef7ef;
}
/* .sticky-wrapper:has(.navbar) {
    background-color: #fef7ef;
} */
#masthead.navbar-scrolled {
    background-color: #FEF8F0;
}
body.home .sticky-wrapper:has(.navbar) {
    background-color: transparent;
}
body.home .sticky-wrapper .navbar {
    background-color: #f36b53;
    transition: background-color .3s !important;
}
.logo_svg .logo_color1,
.logo_svg .logo_color2 {
    transition: fill .3s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: bold !important;
    background-color: transparent !important;
}
body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #555759;
    background-color: transparent;
}
body.home .sticky-wrapper .navbar.navbar-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #555759;
}
body.home .sticky-wrapper .navbar.navbar-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #f36b53;
    background-color: transparent;
}
body.home .navbar:not(.navbar-scrolled) .navbar-header .icon-bar {
    background-color: #ffffff;
    transition: background-color .3s;
}
body .sticky-wrapper .navbar#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.nav_demo_btn > a.mega-menu-link {
    background-color: #f36b53 !important;
    color: #ffffff !important;
    border-radius: 20px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    transition: .3s;
}
body.home .sticky-wrapper .navbar#masthead:not(.navbar-scrolled) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.nav_demo_btn > a.mega-menu-link {
    background-color: #ffffff !important;
    color: #555759 !important;
}
body.home .sticky-wrapper .navbar#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.nav_demo_btn > a.mega-menu-link {
    border-radius: 20px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    transition: .3s;
}
/* body .sticky-wrapper .navbar.navbar-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.nav_demo_btn > a.mega-menu-link, */
body.home .sticky-wrapper .navbar.navbar-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.nav_demo_btn > a.mega-menu-link {
    /* color: #555759; */
    background-color: #f36b53 !important;
    color: #ffffff !important;
}
body.home .sticky-wrapper .navbar.navbar-scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.nav_demo_btn > a.mega-menu-link:hover {
    /* color: #f36b53;
    background-color: transparent; */
}
body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #FEF8F0;
}
#mega-menu-wrap-primary {
    background-color: transparent;
}
body.home  .sticky-wrapper .navbar:not(.navbar-scrolled) .logo_svg .logo_color1 {
    fill: #FEF8F0;
}
body.home  .sticky-wrapper .navbar:not(.navbar-scrolled) .logo_svg .logo_color2 {
    fill: #FEF8F0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #ffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li {
    list-style: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .submenu_title > a {
    margin-bottom: 10px !important;
}
#footer .section {
    background-color: #f36b53;
}
#mega-menu-wrap-primary #mega-menu-primary {
    margin-bottom: 0 !important;
}
.navbar > .container::before,
.navbar > .container::after {
    content: none;
}
.navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mega-menu-primary {
    text-align: right !important;
}
body.home .sticky-wrapper .navbar #mega-menu-wrap-primary,
body.home .sticky-wrapper .navbar #mega-menu-primary {
    background-color: transparent;
}
body.home .swatch-idelink-header.navbar-scrolled {
    box-shadow: 4px 0 4px rgba(0,0,0,.25);
}
#mega-menu-primary > li > .mega-sub-menu {
    border-radius: 20px !important;
    box-shadow: 0 0 8px rgba(0,0,0,.2) !important;
    margin: 20px 0 !important;
}
#mega-menu-primary > li > .mega-sub-menu::before {
    content: '' !important;
    display: block !important;
    width: 100% !important;
    height: calc(100% + 40px) !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -20px !important;
    bottom: -20px !important;
    margin: auto !important;
}
.hp_nw_btn {
    box-shadow: 5px 5px 5px rgba(0,0,0,.2) !important;
    transition: .2s;
}
.hp_nw_btn:hover {
    box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
    background-color: #fff !important;
}
/* .section_hp_header */
.col_center {
    text-align: center;
}
.title_aftbef h2.bordered-header {
    display: inline-block;
    position: relative;
}
#footer #text-5 {
    position: relative;
    padding-top: 60px;
}
#footer #text-5::before {
    content: "";
    background-image: url('../images/logo-blanc2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 150px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.title_aftbef h2.bordered-header::before {
    content: "";
    background-image: url('../images/maillon.png');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: right center;
    width: 50vw;
    height: 25px;
    position: absolute;
    left: calc(-50vw - 20px);
    top: -10px;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    right: auto;
}
.title_aftbef h2.bordered-header::after {
    content: "";
    background-image: url('../images/maillon.png');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: left center;
    width: 50vw;
    height: 25px;
    position: absolute;
    right: calc(-50vw - 20px);
    top: -10px;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    left: auto;
}
.title_aftbef.title_mesure h2.bordered-header::before {
    top: -60px;
}
.title_aftbef.title_mesure h2.bordered-header::after {
    top: -60px;
}
.besol_header {
    position: relative;
    overflow: hidden;
}
.besol_header .container > .row.vertical-middle {
    min-height: 600px;
}
.besol_header::before {
    content: '';
    background-color: #f36b53;
    width: 2000px;
    height: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1800px;
    right: 0;
    margin: auto;
    z-index: 2;
    border-radius: 1000px;
}
.besol_header .bg_round p {
    color: #ffffff;
}
.besol_header .bg_round h2 {
    color: #ffffff !important;
}
.besol_header .bg_round h1 {
    color: #ffffff;
    font-weight: 800;
    font-size: 58px;
}
.besol_header .bg_round h1::after {
    content: none;
}
.besol_header .container {
    max-width: 1370px;
    width: 100%;
}
.besol_header .background-media {
    background-size: cover !important;
    background-position: right 0% !important;
    position: absolute;
    width: 50%;
    left: auto;
    right: 0;
}
.besol_header .bg_round {
    padding: 40px 15px;
}
.besol_header .col_img {
    padding: 40px 15px;
}
.besol_header img.alignnone {
    margin: 0;
    max-height: 500px;
    width: auto;
}
.besol_header7 img {
    max-width: 300px;
}
#content .besol_header .bg_round .btn.btn-primary {
    padding: 7px 25px !important;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    transition: .2s;
    background-color: #fff !important;
    color: #555759 !important;
}
#content .besol_header .bg_round .btn.btn-primary:hover {
    background-color: #ffffff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
body.home h1 {
    font-weight: 800;
    font-size: 52px;
}
#lb_header.swatch-ideine-bg-coral .bordered-header:after {
    content: none;
}
#lb_header.swatch-ideine-bg-coral h1 {
    font-weight: 700;
    padding-bottom: 0;
}
#lb_header {
    background-color: #f36b53;
}
#lb_footer::before {
    content: '';
    background-image: url('../images/maillon_header.png');
    transform: rotate(180deg);
    filter: invert(1);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center left;
    width: 40%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    opacity: .1;
}
#lb_header::before {
    content: '';
    background-image: url('../images/maillon_header.png');
    transform: rotate(180deg);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top right;
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    opacity: .15;
}
#lb_footer h3 {
    margin-bottom: 0;
    font-weight: 700;
}
#lb_footer h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.gnt_form h2 {
    font-weight: 800;
}
.gnt_form > div {
    margin-bottom: 10px;
}
.gnt_form input[type=text],
.gnt_form input[type=email] {
    width: 100%;
    border: 1px solid #5557593d !important;
    background-color: #fff !important;
    color: #555759 !important;
    padding: 5px 10px;
    font-family: "Nunito Sans", sans-serif;
}
.gnt_form textarea {
    border: 1px solid #5557593d !important;
    width: 100%;
    background-color: #fff !important;
    color: #555759 !important;
    padding: 5px 10px;
    font-family: "Nunito Sans", sans-serif;
    resize: none;
}
.gnt_form #gnt_form_contact_send {
    background-color: #f36b53 !important;
    color: #ffffff !important;
    border-radius: 20px;
    padding: 5px 20px;
    transition: .3s;
    display: inline-block;
    margin-top: 20px;
}
.gnt_form #gnt_form_contact_send:hover {
    background-color: #ffffff !important;
    color: #f36b53 !important;
}
.gnt_form .box_checkbox > label {
    font-weight: 500;
    line-height: 20px;
}
.gnt_form .box_checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.single-post #recent-posts-2 ul li .post-icon {
    display: none;
}
.single-post #recent-posts-2 ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 20px;
}
.single-post #recent-posts-2 ul li::before {
    content: '';
    background-image: url('../images/li_check.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
}
.page-id-4145 .grid-post article.post .feature-image {
    aspect-ratio: 5/3;
}
.page-id-4145 .grid-post article.post .feature-image img {
    object-fit: cover;
    height: 100%;
    max-height: 260px;
}
#hp_video .wpb_wrapper {
    aspect-ratio: 16 / 9;
    padding: 20px 0;
}
#hp_video .wpb_wrapper video {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
@media screen and (max-width: 991px) {
    body.home h1 {
        font-size: 42px;
    }
    .besol_header .bg_round h1 {
        font-size: 42px;
    }
    .besol_header.besol_header6 .no_desktop,
    .besol_header.besol_header5 .no_desktop {
        min-height: 400px;
    }
    .besol_header.besol_header5 .no_desktop img {
        max-width: 450px;
    }
    .besol_header .no_desktop {
        min-height: 300px;
        display: flex;
        align-items: flex-end;
    }
    #lb_footer .col-md-4 {
        margin-bottom: 20px;
    }
    #lb_header .row .col-md-7 {
        padding-top: 40px;
    }
    #lb_header .row .col-md-7 img {
        margin: -40px auto -20px auto;
    }
    #lb_footer::before {    width: 2000px;
        height: 1000px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1800px;
        content: none;
    }
    .besol_header::before {
        content: none;
    }
    .besol_header .col_img {
        padding: 40px 15px 0 15px;
        max-height: 600px;
    }
    .besol_header .bg_round::before {
        content: '';
        background-color: #f36b53;
        width: 2000px;
        height: 2000px;
        position: absolute;
        top: -70px;
        left: -1000px;
        right: -1000px;
        margin: auto;
        z-index: -1;
        border-radius: 1000px;
    }
    
    .besol_header .background-media {
        background-size: cover !important;
        background-position: right top !important;
        position: absolute;
        height: 70%;
        width: 100%;
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
    }
    .besol_header.besol_header2 .background-media {
        background-position: 65% top !important;
    }
    .besol_header img.alignnone,
    .besol_header .no_desktop,
    .besol_header .no_desktop > p {
        height: auto;
    }
    .besol_header .row {
        display: flex;
        flex-direction: column-reverse;
    }
    body .sticky-wrapper .navbar#masthead #mega-menu-item-6990 > a.mega-menu-link {
        display: none;
    }
    body .sticky-wrapper .navbar#masthead #mega-menu-item-3462 > a.mega-menu-link {
        margin: 20px auto 0 auto;
        justify-content: center;
        max-width: 200px;
    }
    .navbar-header:after,
    .navbar-header:before {
        content: none;
    }
    #mega-menu-primary > li > .mega-sub-menu::before {
        display: none !important;
    }
    body.home .sticky-wrapper .navbar:not(.navbar-scrolled) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #555759;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        background: #ffffff;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 100% !important;
        padding: 0 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li > .mega-sub-menu {
        border-radius: 0 !important;
        box-shadow: none !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column;
    }
    .sticky-wrapper .navbar nav.main-navbar {
        position: absolute;
        top: 60px;
        right: 15px;
        overflow: hidden;
        max-height: none !important;
    }
    .sticky-wrapper .navbar nav.main-navbar #mega-menu-primary {
        background-color: #ffffff !important;
        height: 100vh !important;
        overflow: scroll;
    }
    .sticky-wrapper .navbar .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }
    .page-id-4145 ul.list-container {
        grid-template-columns: 1fr;
    }
    .ide_box_demo h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .ide_box_temoignages .ide_tem_title {
        margin: 20px 0;
    }
    .ide_tarifs {
        padding-top: 0;
    }
    .ide_tarifs .row {
        flex-direction: column;
        gap: 0;
    }
    .ide_tarifs .row .col-md-6:first-child {
        margin-bottom: 40px;
    }
    .ide_rwo_logos .wpb_wrapper {
        overflow: scroll;
        margin: 0 -20px;
    }
    .ide_box_logos {
        grid-template-columns: repeat(7, 80px);
        width: 880px;
    }
    .no_mobile {
        display: none;
    }
    .no_desktop {
        display: block;
    }
    .mob_mt40 {
        margin-top: 40px;
    }
    #masthead .navbar-brand img {
        margin-top: 0 !important;
    }
    .idmob_center {
        display: block;
        max-width: 250px;
        margin: 0 auto;
    }
    .idmob_h120to40 {
        height: 40px !important;
    }
    .idmob_h80to40 {
        height: 40px !important;
    }
    .idmob_h80to20 {
        height: 20px !important;
    }
    .idmob_h40to20 {
        height: 20px !important;
    }
    .idmob_h40to0 {
        height: 0 !important;
    }
    .mob_flex_col_reverse .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .idmob_img_center img {
        margin: 0 auto;
        display: block;
    }
    h2 {
        line-height: 28px;
        font-size: 24px;
    }
    .idmob_pb0 {
        padding-bottom: 0 !important;
    }
    .home .idh2 .bold.no-bordered-header {
        margin-bottom: 0;
    }
    .idmob_h2 h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (min-width: 1200px) {
    .navbar > .container {
        max-width: 1370px;
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    body.home .sticky-wrapper .navbar#masthead:not(.navbar-scrolled) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.nav_demo_btn > a.mega-menu-link {
        background-color: #f36b53 !important;
        color: #ffffff !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        height: 30px;
        background-color: transparent !important;
        color: #555759 !important;
    }
}
@media screen and (max-width: 600px) {
    .title_aftbef {
        max-width: calc(100% - 40px);
        margin: auto;
    }
    .title_aftbef h2.bordered-header::before {
        left: calc(-50vw - 5px);
    }
    .title_aftbef h2.bordered-header::after {
        right: calc(-50vw - 5px);
    }
    .besol_header.besol_header1 .background-media {
        background-position: 30% -20% !important;
        background-size: 120% auto !important;
    }
    .besol_header.besol_header2 .background-media {
        background-position: 65% top !important;
        background-size: 180% auto !important;
    }
    .besol_header.besol_header3 .background-media {
        background-position: 55% 0% !important;
        background-size: 130% auto !important;
    }
    .besol_header.besol_header4 .background-media {
        background-position: 50% 0% !important;
        background-size: 160% auto !important;
    }
    .besol_header.besol_header6 .background-media {
        background-position: 50% 0% !important;
        background-size: 150% auto !important;
    }
    .besol_header.besol_header7 .background-media {
        background-position: 50% 0% !important;
        background-size: 120% auto !important;
    }
    .besol_header.besol_header8 .background-media {
        background-position: 50% 0% !important;
        background-size: 120% auto !important;
    }
    .besol_header.besol_header9 .background-media {
        background-position: 50% 0% !important;
        background-size: 120% auto !important;
    }
    .besol_header.besol_header10 .background-media {
        background-position: 50% 0% !important;
        background-size: 120% auto !important;
    }
    .besol_header.besol_header11 .background-media {
        background-position: 50% 0% !important;
        background-size: 120% auto !important;
    }
}

@media screen and (max-width: 550px) {
    body.home h1 {
        font-size: 36px;
    }
}