/*
 Theme Name:     Mars
 Description:    Divi Child Theme
 Author:         Even Média
 Author URI:     https://evenmedia.fr
 Template:       Divi
 Version:        1.0.0
*/

/******** COMMONS **********/

#et-main-area {
    padding-top: 80px;
}

.post-template-default #et-main-area {
    padding-top: 0px !important;
}

.post-template-default .et_pb_sticky.et_pb_section {
    box-shadow: 0px 4px 18px -6px rgba(0,0,0,0.2);
}

.et_pb_sticky .mars-logo-toggle .et_pb_image_wrap img {
    display: none;
}

.et_pb_sticky .mars-logo-toggle .et_pb_image_wrap::before {
    display: block;
    content: url('/wp-content/uploads/2023/11/Logo-MM_Bleu.png');
    width: auto;
}
 
.logged-in #rmp_menu_trigger-563{
   top: 60px !important;
} 

.post-template-default.logged-in #rmp_menu_trigger-563 {
    top: 74px !important;
}

 #rmp_menu_trigger-563{
    top: 25px!important;
    width: 50px!important;
    background: #fff!important;
    height: 33px!important;
    border-radius: 0!important;
 }

.logged-in #rmp-container-563.rmp-container.rmp-slide-left{
    top: 110px;
}

.mars-box-puces {
    display: flex;
}

.mars-box-puces .box {
    width: 50%;
}

/****** MENU NAVIGATION ******/

.et_pb_sticky .ma-header-tel .et_pb_main_blurb_image img {
    display: none;
}

.et_pb_sticky .ma-header-tel .et_pb_main_blurb_image span::before {
    content: url(/wp-content/uploads/2023/11/iphone.svg);
    display: block;
    width: auto;
}

.et_pb_row.et_pb_row_0_tb_header.et_pb_equal_columns.et_pb_gutters2.et_pb_row--with-menu.et_pb_row_1-4_1-2_1-4 {
    align-items: center;
}

.et_pb_module.et_pb_image.et_pb_image_0_tb_header.menu_b {
    margin-bottom: 0;
}

.et_pb_column.burger_logo {
    margin-right: 0;
}

.et_pb_column.menu_pricinpal_col {
    margin-right: 0;
}

.de-mega-menu.show {
    top: 22px !important;
}

.et_pb_column.et_pb_column_1_3.et_pb_mega_menu_column_3.et_pb_css_mix_blend_mode_passthrough.et_pb_column_single {
    padding: 0 !important;
}

.close-icon {
    top: 25px !important;
    right: 35% !important;
}

.et_pb_module.et_pb_image.et_pb_mega_menu_image_1 {
    height: 100%;
}

.et_pb_module.et_pb_image.et_pb_mega_menu_image_1 .et_pb_image_wrap {
    height: 100% !important;
}

.et_pb_module.et_pb_image.et_pb_mega_menu_image_1 .et_pb_image_wrap img {
    height: 100% !important;
    object-fit: cover !important;
}

.main_menu.et_pb_menu .et-menu>li {
    padding-left: 24px;
    padding-right: 24px;
}

.main_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
    left: 50%;
    transform: translateX(-50%);
}

.main_menu.et_pb_menu .nav li ul {
    width: 220px;
}

.main_menu.et_pb_menu .nav li li {
    padding: 0px 10px;
}

.main_menu.et_pb_menu ul ul li a {
    line-height: 1.4rem;
    padding-top: 8px;
    padding-bottom: 8px;
}

.main_menu .et-menu>li.current-menu-item>a, 
.main_menu .et-menu>li>ul.sub-menu>li.current-menu-item>a {
    color: #093069 !important;
    font-weight: 600;
}

.ma-breadcrumb-blog .breadcrumbs span > a > span{
    color: #ffffff;
}

.ma-breadcrumb-blog .breadcrumbs span > span{
    color: rgba(255,255,255,0.64);
}

.ma-header-tel:hover, .ma-header-tel.et_pb_blurb_0_tb_header.et_pb_blurb:hover .et_pb_blurb_description a, 
.ma-header-mail:hover, .ma-header-mail.et_pb_blurb:hover .et_pb_blurb_description a {
    color: #0094af !important;
}

.ma-six-methods {
    position: relative;
    padding-left: 55px;
}

.ma-six-methods.red::before, 
.ma-six-methods.blue::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position:absolute;
    top: -12px;
    left: 0;
    z-index: 1;
}

.ma-six-methods.red::after, 
.ma-six-methods.blue::after {
    font-family:"Playfair Display", sans-serif;
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 8px;
    z-index: 2;
}

.ma-six-methods.red::before {
    background-color: #ff100c;
}

.ma-six-methods.blue::before {
    background-color: #093069;
}

.ma-six-methods.one::after {
    content: "01";
}

.ma-six-methods.two::after {
    content: "02";
}

.ma-six-methods.three::after {
    content: "03";
}

.ma-six-methods.four::after {
    content: "04";
}

.ma-six-methods.five::after {
    content: "05";
}

.ma-six-methods.six::after {
    content: "06";
}

.ma-liste-puces ul, 
.ma-post-content ul {
    list-style: none;
}

.ma-liste-puces ul li, 
.ma-post-content ul li {
    padding-left: 10px;
    position: relative;
}

.ma-liste-puces ul li:not(:last-child), 
.ma-post-content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.ma-liste-puces ul li::before, 
.ma-post-content ul li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #ff100c;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 2;
}

.ma-liste-puces ul li::after, 
.ma-post-content ul li::after {
    content: '';
    position: absolute;
    left: -19px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: #ed147d;
    opacity: .3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
}

.ma-encart-info {
    display: flex;
}

.read-more .et-pb-icon {
    font-size: 25px;
    margin-top: 5px;
}

.read-more .et-pb-icon {
    color: #ff100c;
}

.read-more .et-pb-icon.pouce {
    color: #ffffff;
}

.read-more .et-pb-icon.pouce {
    margin-right: 10px;
}

.mars-team .et_pb_team_member_image img {
    border-radius: 50%;
    border: 8px solid #e0dcdc;
}

.mars-exp-y {
    font-size: 20px;
    color: #ff100c;
    margin-left: 3px;
}

.et_pb_column.menu_pricinpal_col .et_pb_menu__menu>nav>ul,
.et_pb_column.menu_pricinpal_col .et_pb_menu--style-centered .et_pb_menu__wrap {
    justify-content: flex-end;
}

.mars-selfcare-number span {
    font-size: 50px;
    color: rgba(255,16,12,0.7);
}

.maillage.et_pb_module p{
    display: none;
}

.maillage .ccchildpages_list {
     padding-top: 1em;
}

.text-masque {
    opacity: 0;
}

.et_pb_column.menu_right {
    justify-content: flex-end;
    height: 80px;
}

.et_pb_module.header_menu .et_pb_main_blurb_image {
    margin-bottom: 0;
}

.ma-heading-hn .mars-heading-small, 
.mars-heading-small {
    display: block;
    text-transform: lowercase;
    font-size: 19px;
}

.ma-heading-hn .mars-heading-small, 
.mars-heading-small {
    font-family: "Poppins Light", sans-serif;
    display: block;
    text-transform: lowercase;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 20px;
}

.mars-heading-small > b {
    font-weight: 500;
    text-transform: initial !important;
}

/* Bloog style */

.et_pb_module.custom_post article {
    background-color: #f5f7f9;
    border: none;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.et_pb_module.custom_post article:hover {
    box-shadow: -2px 10px 17px -3px rgba(9, 48, 105, 0.75);
    transform: translateY(-10px);
    -webkit-box-shadow: -2px 10px 17px -3px rgba(9, 48, 105, 0.75);
    -moz-box-shadow: -2px 10px 17px -3px rgba(9, 48, 105, 0.75);
}

.et_pb_module.custom_post article .entry-title {
    margin-bottom: 20px;
    position: relative;
}

.et_pb_module.custom_post article .entry-title::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #093069;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.et_pb_module.custom_post .more-link {
    background-color: #093069;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 180px;
    position: absolute;
    bottom: 15px;
}

.et_pb_module.custom_post .post-content-inner {
    margin-top: 30px;
}

.et_pb_module.bases .et_pb_blurb_content{
    max-width: 100%!important;
}

.et_pb_module.bases .et_pb_blurb_content .et_pb_main_blurb_image{
    width: 100%;
}

.et_pb_module.bases .et_pb_blurb_content .et_pb_main_blurb_image img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.et_pb_section.conseils_box{
    display: flex;
    position: relative;
}

.et_pb_section.conseils_box .et_pb_row{
    position: absolute;
    top: -416px;
    background-color: #fff!important;
    box-shadow: 0px 2px 18px 0px rgb(0, 0, 0, 0.3);
    padding: 15px 30px;
    z-index: 3;
}

.et_pb_section.perspective_box .et_pb_column.et_pb_column_single{
    background-image: url('/wp-content/uploads/2023/02/perspective_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.ma-featured-post .post-content-inner {
    margin-bottom: 20px;
}

.ma-featured-post .more-link {
    width: 200px;
    height: 36px;
    text-align: center;
    border: 1px solid #ff100c;
    padding-top: 5px;
    border-radius: 5px;
}

.mars-post-category .more-link {
    text-align: center;
    border: 1px solid #ff100c;
    padding: 5px 20px;
    border-radius: 5px;
}

.mars-post-category .post-content-inner {
    margin-bottom: 20px;
}

.ma-category-template-sidebar .widget_block.et_pb_widget {
    margin-bottom: 10px;
}

.ma-category-template-sidebar .widget_block.et_pb_widget li {
    background-color: #F6F7FD;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 30px;
    width: 150px;
    text-align:center;
    transition: all .3s;
}

.ma-category-template-sidebar .widget_block.et_pb_widget li:hover {
    background-color: #093069;
}

.ma-category-template-sidebar .widget_block.et_pb_widget li:hover a {
     color: #ffffff;
}

.ma-featured-post .entry-featured-image-url img {
    border-radius: 15px;
}

.ma-featured-post .ma-article-content, 
.ma-blog-posts .ma-article-content {
    position: relative;
}

.ma-featured-post .ma-article-content {
    padding-top: 90px;
}

.ma-featured-post .post-meta {
    width: 100%;
    position: absolute;
    top: 30px;
    display: flex;
    justify-content: space-between;
}

.ma-featured-post .published, 
.ma-blog-posts.et_pb_blog_grid_wrapper .published {
    color: #666;
}

.ma-featured-post .post-meta .author a, 
.ma-blog-posts.et_pb_blog_grid_wrapper .post-meta .author a {
    position: relative;
}

.ma-featured-post .post-meta .author a::before, 
.ma-blog-posts.et_pb_blog_grid_wrapper .post-meta .author a::before {
    display: inline-block;
    content: "";
    background-image: url("/wp-content/uploads/2023/11/user-02.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.ma-blog-posts.et_pb_blog_grid_wrapper .ma-article-content {
    padding-top: 40px;
    margin-left: -19px;
}

.ma-blog-posts.et_pb_blog_grid_wrapper .post-meta {
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.ma-blog-posts .et_pb_blog_grid .et_pb_post {
    background-color: transparent;
}

/* FOOTER STYLE */
#gform_1 {
    display: flex;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.795);
    background-color: transparent;
    max-width: 300px;
}

#gform_1 .gform_body.gform-body {
    width: 260px;
}

#gform_1 .gform_body.gform-body input {
    background-color: transparent !important;
    border: none;
    color: #fff;
}

#gform_1 .gform_footer.top_label {
    padding: 0 !important;
    margin: 0 !important;
}

#gform_1 .gform_button.button {
    margin-bottom: 0;
    width: 40px;
    height: 100%;
    border: none;
    background-color: #101115;
    border-radius: 1px;
    color: #fff;
}

.et_monarch .et_social_inline_top {
    margin-bottom: 0px !important;
}

.et_monarch .et_social_networks .et_social_icons_container {
    display: flex !important;
    justify-content: center !important;
}

.menu_footer ul.dsm-menu li.current-menu-item a, 
.menu_copyright ul.dsm-menu li.current-menu-item a {
    color: #ffffff !important;
}

.et_monarch .et_social_networks ul.et_social_icons_container {
    margin-bottom: 20px !important;
}

.et_monarch .et_social_networks ul.et_social_icons_container li {
    margin: 0 !important;
}

.et_social_networks ul.et_social_icons_container li a {
    width: 70px;
    position: relative;
}

.et_social_networks ul.et_social_icons_container li .et_social_network_label {
    position: absolute;
    top: -5px;
    right: 0px;
}

.et_social_networks ul.et_social_icons_container li .et_social_count {
    background-color: rgba(255,16,12,0.9);
    width: 25px;
    max-width: 50px;
    max-height: 50px;
    height: 25px;
    display: flex;
    align-items:center;
    justify-content: center;
    border-radius: 50%;
}

.et_social_networks ul.et_social_icons_container li .et_social_count span {
    color: #ffffff !important;
}

.ma-dmd-devis.et_pb_promo h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ma-dmd-devis .et_pb_promo_description {
    padding-bottom: 0px;
    margin-bottom: 1.5rem;
}

.ma-dmd-devis .et_pb_button {
    transition: background 0.3s !important;
}

.ma-dmd-devis .et_pb_promo_button.et_pb_button:hover {
    outline: none;
    border: 0px;
    background-image: linear-gradient(90deg, #7a2180 100%, #e40276 0%) !important;
}

.ma-profil-telemarketing .et_pb_main_blurb_image span {
    height: 95px;
    display: flex;
    align-items: flex-end;
}

/*  */

.et_pb_module.step_card p.et_pb_module_header, 
.et_pb_module.step_card .et_pb_module_header{
    position: relative;
    padding-bottom: 55px;
    font-family: 'Playfair Display';
    color: #093069;
}

.et_pb_module.step_card p.et_pb_module_header::after, 
.et_pb_module.step_card .et_pb_module_header::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background-color: #093069;
    bottom: 0;
    right: 50%;
}

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

.et_pb_module.module_selfcare {
    position: relative;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background-color: #F0F1F5;
    border: 1px solid rgba(0, 0, 0, 0.176);
    border-radius: 0.375rem;
}

.et_pb_module.module_selfcare.before::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: #ff100c;
    right: -90px;
    top: 50%;
}

.et_pb_module.prospect_avantage{
    position:relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    background-color: #093069;
}

.et_pb_module.prospect_avantage::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #fff;
    right: -91px;
    top: 50%;
}

.ma-blockq-list ul {
    padding: 0 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 4px solid #ff100c;
}

.ma-blockq-list ul li {
    padding-bottom: 5px;
}

/* MAIN CONTENT */

.made-in-france {
    display: flex;
    align-items: center;
}

.made-in-france img {
    margin-left: 20px;
}

.et_pb_module.pros_pec .et_pb_text_inner span {
    color: #AEAEAE !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins';
}


.et_pb_module.pros_pec .et_pb_text_inner h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.et_pb_module.pros_pec .et_pb_text_inner p {
    font-family: 'Playfair Display';
    margin-top: 20px;
}

.num {
    font-size: 96px;
    font-family: 'Playfair Display';
    margin-top: 100px;
}

.et_pb_module.d_img.et_pb_image.et_pb_image_2 .et_pb_image_wrap {
    width: 100%;
}

.et_pb_module.d_img.et_pb_image.et_pb_image_2 .et_pb_image_wrap img {
    width: 100% !important;
    object-fit: cover;
}

.et_pb_module.m_text.et_pb_text {
    min-width: 10% !important;
}

.ma-posts-heading {
    text-align: center;
    color: #000000!important;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}

.ma-sidebar-newsletter #gform_1.ma_subscribe_form {
    background-color: rgba(0,0,0,.25);
    border-bottom: 1px solid #3d3e45;
}

.ma-sidebar-newsletter #gform_1.ma_subscribe_form .gform_body input {
    color: #000000;
}

.ma-sidebar-newsletter #gform_1.ma_subscribe_form #gform_footer input{
    color: #ffffff;
    cursor: pointer;
}

.ma-sidebar-newsletter #gform_1.ma_subscribe_form .gform_footer input{
    color: #ffffff;
    cursor: pointer;
}

#gform_1.ma_subscribe_form .gform_footer input{
    cursor: pointer;
}

.ma-header-tel.et_pb_blurb, 
.ma-header-mail.et_pb_blurb {
    display: flex;
    align-items: center;
}

.ma-header-mail.et_pb_blurb .et_pb_main_blurb_image {
    margin-top: 6px;
}

.read-more {
    font-size: 25px;
    padding-right: 10px;
}

.et_pb_text a {
    font-weight: bold;
}

.ma-text-with-link a:hover, 
.et_pb_text a:hover, 
.ma-post-content a:hover, 
.et_pb_blurb .et_pb_blurb_description a:hover{
    text-decoration: underline;
}

.wpb_page_list {
    padding: 0 0 23px 2.5em
}

.wpb_page_list li:not(:last-child), 
.ccchildpages ul li:not(:last-child) {
    margin-bottom: 5px;
}

.wpb_page_list li, 
.ccchildpages ul li {
    position: relative;
    padding-left: 15px; 
}

.wpb_page_list li::before, 
.ccchildpages ul li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #ff100c;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 2;
}


.wpb_page_list li::after, 
.ccchildpages ul li::after {
    content: '';
    position: absolute;
    left: -19px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: #ed147d;
    opacity: .3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
}

.wpb_page_list a, 
.ccchildpages ul li a {
    font-family: "Poppins Regular", sans-serif;
    color: #3d3e45;
    text-decoration: none !important;
    font-weight: 400;
    transition: all .3s;
}

.wpb_page_list a:hover, 
.ccchildpages ul li a:hover {
     font-weight: 500;
}

.wpb_page_list li:hover:before, 
.ccchildpages ul li:hover:before {
    background: #ffffff;
}

.wpb_page_list li:hover:after, 
.ccchildpages ul li:hover:after {
    background: #ff100c;
    opacity: 1;
}

/* Logo section */

#lgx_logo_slider_app_308 .lgx_logo_slider .lgx_app_item_inner {
    text-align: left !important;
}

#lgx_logo_slider_app_308 .lgx_app_layout_grid .lgx_app_item img {
    width: 150px !important;
}

#lgx_logo_slider_app_308 .lgx_app_layout_grid .lgx_app_item {
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 1200px) {
    #lgx_logo_slider_app_308 .lgx_app_layout_grid .lgx_app_item_row {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

/* contact-form */
#gform_fields_2 input.text,
#gform_fields_2 input.title,
#gform_fields_2 input[type=email],
#gform_fields_2 input[type=password],
#gform_fields_2 input[type=tel],
#gform_fields_2 input[type=text],
#gform_fields_2 select,
#gform_fields_2 textarea {
    border: none;
    background-color: #F0F1F5;
    padding: 10px;
    color: #093069!important;
}


#gform_fields_2 textarea {
    height: 150px;
    resize: none;
}

#gform_submit_button_2 {
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    background-color:#093069!important;
    color: #fff;
    cursor: pointer;
    padding: 15px 1em;
    transition: all .3s ease-in-out;
}

#gform_submit_button_2:hover {
    color: #fff;
    background-color: #0094af!important;
}

.gform_heading {
    display: none;
}

.gform_confirmation_message {
    color: #ff100c;
    font-weight: 700;
}

.mars-red-notice span {
    color: #ff100c;
}

.mars-red-notice {
    font-size: 15px;
    font-weight: 400;
}

#rmp-menu-additional-content-563 {
    position: absolute;
    bottom: 50px;
    left: 14px;
    height: 60px;
    width: 300px;
}

#rmp-menu-additional-content-563 ul.et_pb_social_media_follow {
    margin-top: 0 !important;
    display: flex;
}

#rmp-menu-additional-content-563 .et_pb_social_media_follow_0 li a.icon {
    height: 35px;
    width: 35px;
    background-color: #093069;
}

#rmp-menu-additional-content-563 .et_pb_social_media_follow_0 li a.icon:before {
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
}

.check_row_items {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.check_row_items span {
    color: #fff;
    font-weight: 300;
    font-family: 'Playfair Display';
    font-weight: 16px;
}

.check_row_items img {
    margin-right: 10px;
}

.check_row {
    display: flex;
    margin-bottom: 30px;
}

.et_pb_module.process_resume {
    position: relative;
}

.et_pb_module.process_resume .et_pb_blurb_content {
    background: #fff;
    padding: 20px;
    position: absolute;
    bottom: 30px;
    width: 60%;
}

.et_pb_module.process_resume .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 15px;
}

.et_pb_section.et_pb_mega_menu_section_1.et_pb_equal_columns.et_pb_with_background.et_section_specialty {
    top: -30px !important;
}

.et_pb_module.et_pb_image.et_pb_image_2.phone_img.et_pb_sticky_module img {
    width: 50px;
    height: 50px;
}

.et_pb_module.et_pb_image.et_pb_image_2.phone_img.et_pb_sticky_module {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.et_pb_module.et_pb_image.et_pb_image_2.phone_img {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5px;
    right: 5px;
}

.et_pb_module.et_pb_image.et_pb_image_2.phone_img .et_pb_image_wrap img {
    height: 50px;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
    background-color: transparent!important;
    border: none;
    font-size: 13px!important;
    padding:0!important;
    margin-top: 0!important;
}

.big_text{
    font-family: 'Playfair Display',Georgia,"Times New Roman",serif;
    font-size: 50px;
    color: #093069;
}

.et_pb_column.white_col{
    margin-bottom: 0!important;
}

.et_pb_module.testimonial{
	height:140px;
}

.et_pb_module.custom_img{
    width:100%;
    height: 100%;
}

.et_pb_module.custom_img .et_pb_image_wrap {
    width:100%;
    height: 100%;
}

.et_pb_module.custom_img .et_pb_image_wrap img {
    width:100%;
    height: 100%;
    object-fit: cover;
}

/* landing */
.light_blue{
    text-transform: uppercase;
    color: #0FAAFF;
}

.et_pb_row.et_pb_row_4.boost_btn{
    transform: rotate(-90deg)!important;
    right: -130px!important;
}

.et_pb_row.et_pb_row_4.boost_btn .et_pb_button.et_pb_button_0.et_pb_bg_layout_light{
    border-top-right-radius: 10px!important;
    border-top-left-radius:10px!important;
}

#gform_fields_3 input{
    padding: 15px 30px;
    border: none;
    background-color: #F9F9F9;
    border-radius: 10px;
}

.ginput_container.ginput_container_consent{
    display: flex;
    align-items: first baseline;
}

.gform-field-label.gform-field-label--type-inline.gfield_consent_label{
    color: #0B3069;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

#gform_fields_3 #field_3_9 p{
    font-size: 30px!important;
    color: #093069!important;
    text-transform: uppercase!important;
    line-height: 1.2em;
}

#gform_fields_3 #field_3_9 p span{
    font-weight: bold;
}

#gform_3  .gform_footer #gform_submit_button_3{
    border: 1px solid  #0FAAFF;
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #0FAAFF ;
    background-color: #fff;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

#gform_3  .gform_footer #gform_submit_button_3:hover{
    color: #fff ;
    background-color:  #0FAAFF;
}

.et_pb_row.marketing_box h3.et_pb_module_header span{
    position: relative;
}

.et_pb_module.midle_card h3.et_pb_module_header span::before{
    right: 0!important;
    position: absolute;
}
.et_pb_row.marketing_box h3.et_pb_module_header span::before{
    bottom: -4px;
    width: 30%;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #093069;
    transition: all .3s ease-in-out;
}

.et_pb_module.et_pb_text_4.landing_title h2 span.light_blue{
    position: relative;
    display: block;
    width: 100%;
}

.et_pb_module.et_pb_text_4.landing_title h2 span.light_blue::before{
    position: absolute;
    content: "";
    width: 100px;
    left: 0!important;
    height: 2px;
    background-color: #0FAAFF;
    bottom: -4px;
}

.et_pb_row.marketing_box .et_pb_module:hover h3.et_pb_module_header span::before {
    width: 100%;
}

.et_pb_module.et_pb_blurb.et_pb_blurb_9.midle_card .et_pb_blurb_content{
    display: flex!important;
    flex-direction: row-reverse!important;
}

.ma-v360 .et_pb_main_blurb_image span img {
    transition: 1s ease;
}

.ma-v360:hover .et_pb_main_blurb_image span img {
    transform: scale(1.1);
}

/*STYLES SIDEBAR POSTS*/

.side_other_posts {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.side_other_posts .img_block {
  position: relative;
  width: 30%;
  margin-right: 1rem;
}

.side_other_posts .ma_post_info {
  width: calc(70% - 1rem);
}

.side_other_posts .img_block .img_thum {
  position: relative;
  top: 0px;
  border-radius: 10px;
}

.side_other_posts .img_block .img_thum img {
  padding: 0px 2px;
  border-radius: 10px;
}

.side_other_posts h2 a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 1rem;
    display: block;
}

.ma_post_info span {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.2rem;
    color: #ffffff;
    background: #093069;
    padding: 2px 10px;
    border-radius: 7px;
}

.ma-post-author .et_pb_image_wrap img {
    width: 80px !important;
    height: 80px;
}

.mars-blurb-info .et_pb_blurb_container {
    padding-left: 0px;
}

.blurb-contour ul {
    margin-top:1em;
}

.blurb-contour {
    min-height: 430px;
}

.mars-xp-img img {
    object-fit: cover;
}

.mars-404-return.et_pb_button {
    padding: 0.3em 1em 0.3em 0;
}

.mars-post-infobulle {
    border-radius: 8px;
    padding: 15px;
    font-size: 15px;
    margin: 15px 0;
}

.mars-post-infobulle:where(.wp-block-columns.is-layout-flex) {
    gap: 0;
}

.mars-post-infobulle .wp-block-column:first-child{
    flex-basis: 50px !important;
}

.mars-post-infobulle .wp-block-column:last-child{
    flex-basis: calc(100% - 50px)!important;
}

/*** RESPONSIVE ****/

@media only screen and (max-width: 1680px) {
    .et_pb_section.et_pb_section_6.job_group_row.et_pb_with_background.et_section_specialty .et_pb_row_inner {
        padding-right: 85px !important;
    }


    img.wp-image-241 {
        width: 80%;
    }
}

@media (min-width: 981px) and (max-width: 1617px) {
    .m_text.et_pb_module.et_pb_text {
        width: 90% !important;
    }

    .m_text.et_pb_module.et_pb_text h3 {
        font-size: 1.8em !important;
    }
}

@media only screen and (max-width: 1500px) {
    img.wp-image-241 {
        width: 70%;
    }
}

@media only screen and (max-width: 1400px) {
    .et_pb_menu .et-menu>li {
        padding-left: 10px !important;
    }


    .et_pb_column.et_pb_column_8.white_col{
        padding-left: 100px!important;
    }

    .et_pb_column.et_pb_column_8.white_col  .et_pb_text_6,
    .et_pb_column.et_pb_column_8.white_col .et_pb_text_5{
        padding-right: 70px!important;
    }
}

@media (min-width: 981px) and (max-width: 1400px) {
    .et_pb_module.module_selfcare {
        height: 300px;
    }

    .m_text.et_pb_module.et_pb_text  {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

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

    .et_pb_row.et_pb_row_0.banner{
        padding-left: 70px!important;
    }

    .et_pb_mega_menu_section_1.et_pb_section {
        padding-left: 38px !important;
    }

    .et_pb_module.prospect_avantage::after{
        display: none;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .ma-sidebar-sticky.et_pb_module {
        width: 280px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .et_pb_column.menu_pricinpal_col,
    .et_pb_column.menu_right {
        display: none;
    }

    .et_pb_module.logo {
        margin-right: 0 !important;
    }

    .wp-image-95 {
        display: none;
    }

    .et_pb_module.et_pb_image.et_pb_image_2 {
        padding-top: 0;
    }

    .ma-sidebar-sticky.et_pb_module {
        width: 420px !important;
    }

    .ma_metiers.et_pb_module.et_pb_text h2 {
        font-size: 45px !important;
    }

    .ma_metiers_text.et_pb_module.et_pb_text, 
    .ma_cta_evenmedia.et_pb_module.et_pb_text {
        margin-top: 0px !important;
    }
}

@media (max-width: 1200px) {
    .et_pb_row_0_tb_header.et_pb_row.mars-header-mobile {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }

    .admin-bar .rmp-container, .admin-bar .rmp_menu_trigger {
        margin-top: 0px !important;
    }

    #rmp-container-563.rmp-slide-left.rmp-menu-open {
        top: 80px;
        border-top: 3px solid #ff100c;
    }

    #rmp_menu_trigger-563.is-active .rmp-trigger-box {
        color: #093069;
    }

    .mars-post-content.et_pb_row {
        width: 80% !important;
        max-width: 80% !important;
    }

    .mars-post-content.et_pb_row .et_pb_column {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .mars-post-content.et_pb_row .et_pb_column.et_pb_sticky_module {
        position: static !important;
        left: 0 !important;
        top: 0 !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1280px) {
    .ma-v360.et_pb_blurb_0.et_pb_blurb {
        padding-left: 0 !important;
    }

    .ma-v360.et_pb_blurb_0.et_pb_blurb .et_pb_blurb_content {
        display: flex !important;
        justify-content: center !important;
    }

    .ma-v360.et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_image_wrap {
        width: auto !important;
    }

    .ma-v360.et_pb_blurb_0.et_pb_blurb {
        font-size: 14px !important;
    }

    .mars-local-img {
        width: auto !important;
    }

    .mars-custom-width {
        width: 100% !important;
    }

    .et_pb_row .et_pb_column.white_col {
        padding-left: 50px;
    }

    .et_pb_row .et_pb_column.blue_col {
        margin-left: -100px;
    }

    .et_pb_row .et_pb_column.white_col .et_pb_text {
        padding-right: 90px!important;
    }

    .et_pb_section .mars-row-bg-position.et_pb_row {
        background-position: left 0% bottom 0px;
        padding-top: 160px!important;
        padding-bottom: 0px!important;
    }

    .mars-title-break.et_pb_text {
        width: 100%;
    }

    .mars-title-break-old.et_pb_text {
        width: 80%;
    }

    .mars-encart-width.et_pb_text {
        width: 60%;
        left: 20px;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .mars-row-telemarketing .et_pb_column.col-large {
        width: 66% !important;
    }

    .mars-row-telemarketing .et_pb_column.col-empty {
        width: 0% !important;
    }

    .mars-section-bg-linear.et_pb_section.et_pb_section_6 {
        background-image: linear-gradient(180deg,rgba(9,48,105,1) 30%,#093069 25%,#ffffff 15%)!important;
    }

    .mars-row-large.et_pb_row {
        width: 90%;
        max-width: 90%;
    }

    .mars-row-large.et_pb_row .et_pb_column {
        width: 18.4%;
    }

    .mars-row-large.et_pb_row .et_pb_column:not(:last-child) {
        margin-right: 2%;
    }

    .m_text.et_pb_module.et_pb_text {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .m_text.et_pb_module.et_pb_text h3 {
        font-size: 1.3em !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .mars-home-intro.et_pb_text {
        width: 350px !important;
    }

    .mars-section-bg-linear.et_pb_section.et_pb_section_6 {
        background-image: linear-gradient(180deg,rgba(9,48,105,1) 25%,#093069 25%,#ffffff 15%)!important;
    }

}

@media only screen and (max-width: 980px) {
    #et-main-area {
        padding-top: 65px;
    }

    .et_pb_module.et_pb_blurb.et_pb_blurb_9.midle_card .et_pb_blurb_content{
        display: block!important;
    }

    .et_pb_module.midle_card h3.et_pb_module_header span::before{
        left: 0!important;
    }

    #gform_3 .gform_footer #gform_submit_button_3{
        font-size: 13px!important;
        padding: 8px!important;
    }

    .et_pb_row.et_pb_row_0.banner{
        padding-left: 60px!important;
    }

    .et_pb_row.picto_box .et_pb_column{
        width: 31%!important;
    }

    #gform_fields_3 #field_3_9 p{
        font-size: 25px!important;
    }

    .et_pb_column.blue_col {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .et_pb_module.prospect_avantage{
        height: auto!important;
    }

    .et_pb_section_0_tb_footer.et_pb_section{
        padding-top:0!important
    }

    .et_pb_section.perspective_box .et_pb_column.et_pb_column_single{
        background-image: none;;
    }
    
    .et_pb_section.conseils_box{
        display: flex;
        position: relative;
        flex-direction: column;
    }

    .et_pb_section.conseils_box .et_pb_row{
        position: static;
        top: 0;
        background-color: #fff!important;
        box-shadow: none;
        padding: 0px;
        z-index: 3;
    }

    #lgx_logo_slider_app_308 .lgx_app_layout_grid .lgx_app_item {
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #lgx_logo_slider_app_308 .lgx_app_layout_grid .lgx_app_item img {
        width: 100px;
        object-fit: contain;
    }

    #rmp-container-563 {
        box-shadow: 2px 2px 5px 0px #00000014;
        -webkit-box-shadow: 2px 2px 5px 0px #00000014;
        -moz-box-shadow: 2px 2px 5px 0px #00000014;
        height: 100vh;
        z-index: 8;
    }

    .et_pb_column.et_pb_column_2_3.et_pb_column_19.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 0 !important;
    }

    .et_pb_module.custom_post article .entry-title::after {
        width: 50%;
        bottom: -15px;
        left: 50%;
    }

    .et_pb_row.et_pb_row_1_tb_header.et_pb_row {
        padding-bottom: 1px !important;
        padding-top: 5px !important;
    }

    .et_pb_module.custom_post article {
        min-height: 400px;
    }

    .menu_b.mm_principal_mega_menu {
        display: none;
    }

    .et_pb_module.et_pb_image.et_pb_image_1_tb_header.logo {
        margin-left: auto !important;
    }

    .et_pb_section .job_group_row .et_pb_row .et_pb_column.et_pb_column_2_3.et_pb_column_18.et_pb_specialty_column {
        margin-bottom: 0 !important;
    }

    .et_pb_row.banner_bandeau .et_pb_column {
        margin-bottom: 0 !important;
    }

    .et_pb_section.et_pb_section_6.job_group_row.et_pb_with_background.et_section_specialty .et_pb_row_inner {
        padding-right: 50px !important;
    }

    .et_pb_section.job_group_row .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }

    .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header.burger_logo.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 0 !important;
    }

    .et_pb_column.et_pb_column_2_3.et_pb_column_14.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 0;
    }

    .et_pb_row.banner_bandeau .et_pb_column {
        margin-bottom: 0 !important;
    }

    .et_pb_section.job_group_row .et_pb_row,
    .row_reverst {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .et_pb_column.et_pb_column_2_3.et_pb_column_14.et_pb_specialty_column.et_pb_css_mix_blend_mode_passthrough {
        margin-bottom: 0 !important;
    }

    div.et_pb_row.et_pb_row_3.our_process {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .et_pb_column.et_pb_column_2_5.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        margin-top: 30px;
    }

    .et_pb_module.process_resume .et_pb_blurb_content {
        bottom: 0px;
        width: 85%;
    }

    .admin-bar .rmp-container, .admin-bar .rmp_menu_trigger {
        margin-top: 0px !important;
    }

    #rmp-menu-title-563.rmp-menu-title {
        padding-top: 2% !important;
    }

    .rmp-trigger-box img:first-child {
        width: 40px !important;
        object-fit: contain;
    }

    #rmp-container-563.rmp-container.rmp-slide-left {
        top: 78px;
        border-top: 3px solid #ff100c;
    }

    .et_pb_column.et_pb_column_8.white_col{
        padding-left: 70px!important;
    }

    .et_pb_row.et_pb_row_2.marketing_box{
        display: flex;
        flex-direction: column-reverse; 
    }

    .mars-box-puces {
        flex-direction: column;
    }

    .mars-box-puces .box {
        width: 100%;
    }

    .et_pb_module.module_selfcare.before::before {
        width: 2px;
        height: 30px;
        right: 0px;
        left: 50%;
        top: 190px;
    }

    .ma-profil-telemarketing .et_pb_main_blurb_image span {
        height: 100%;
    }

    .ma-profil-telemarketing .et_pb_blurb_content{
        max-width: 100%;
    }

}

@media (min-width: 767px) {
    .ma-featured-post .et_pb_post {
        display: flex;
    }

    .ma-featured-post .entry-featured-image-url {
        margin-right: 5%;
        margin-bottom: 0!important;
    }
}

@media (max-width: 766px) {
    .ma-featured-post .entry-title {
        margin-bottom: 10px;
    }

    .ma-featured-post .ma-article-content {
        padding-top: 40px;
    }

    .ma-featured-post .post-meta {
        top: -10px;
    }
}

@media only screen and (max-width: 768px) {
    .et_pb_row.et_pb_row_0.banner{
        padding-left: 15px!important;
    }
}

@media only screen and (max-width: 575px) {
    .et_pb_module.landing_title h1,
    .et_pb_module.landing_title h2 {
        font-size: 25px!important;
    }


    .et_pb_row.marketing_box h3.et_pb_module_header span{
        font-size: 16px!important;
    }

    #gform_fields_3 #field_3_9 p{
        font-size: 15px!important;
    }

    #gform_fields_3 input{
        padding: 8px 10px;
    }

    .gform-field-label.gform-field-label--type-inline.gfield_consent_label{
        font-size: 14px;
        line-height: 1.2;
    }

    .et_pb_module.testimonial{
        height:200px;
    }

    .et_pb_column.et_pb_column_8.white_col  .et_pb_text_6,
    .et_pb_column.et_pb_column_8.white_col .et_pb_text_5{
        padding-right: 0px!important;
    }

    #gform_1 {
        margin: 0 auto;
    }

    .num {
        font-size: 50px;
    }

    .et_pb_column.et_pb_column_3_5.et_pb_column_16.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        padding-top: 0 !important;
    }

    .check_row_items {
        margin-right: 5px;
    }

    .et_pb_section.et_pb_section_6.job_group_row.et_pb_with_background.et_section_specialty .et_pb_row_inner {
        padding-right: 30px !important;
    }

    .et_pb_column.et_pb_column_3_5.et_pb_column_17.et_pb_css_mix_blend_mode_passthrough.et-last-child {
        padding-top: 0 !important;
    }

    .et_pb_column.et_pb_column_8.white_col {
        padding-left: 30px!important;
    }
}

@media only screen and (max-width: 480px) {
    .et_pb_row.picto_box .et_pb_column{
        width: 100%!important;
    }

    .made-in-france img {
        margin-left: 10px;
        width: 50px;
    }

    .et_pb_row.banner_bandeau .et_pb_column {
        width: 80% !important;
    }

    .et_pb_module.et_pb_video.et_pb_video_0 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .et_pb_module.landing_title h1,
    .et_pb_module.landing_title h2 {
        font-size: 20px!important;
    }

    .et_pb_module.et_pb_text.et_pb_text_10.et_pb_text_align_left.et_pb_bg_layout_light {
        padding-top: 17px !important;
    }

}

@media only screen and (max-width: 320px) {
    #rmp-container-563 {
        overflow-y: scroll;
    }
} 

@media only screen and (max-width: 767px) {
    .ma-post-h1 h1 {
        font-size: 27px !important;
    }

    .mars-heading-small {
        margin-top: 10px;
    }

    ul.puce-single {
        padding-bottom: 5px;
    }

     .et_pb_module.module_selfcare {
        height: 250px;
    }

    .et_pb_module.module_selfcare.before::before {
       top: 250px;
    }

    .menu_copyright ul.dsm-menu {
        text-align: center;
    }
}


@media (max-width: 980px) {
    .menu_copyright ul.dsm-menu {
        padding: 0px;
    }

    .menu_copyright ul.dsm-menu li {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 981px) {
    .menu_copyright ul.dsm-menu {
        display: flex;
    }

    .menu_copyright ul.dsm-menu li {
        width: 50%;
        text-align: center;
    }
}