/*****************************************************
Theme Name: Divi Child Theme - BSV
Description: Theme enfant de Divi par Cegedim
Author: François
Author URI: https://www.cegedim.com/Pages/default.aspx
Template: Divi
Version: 1.1
*****************************************************/

.grecaptcha-badge {
    z-index: 1;
}

#matomo-opt-out p {
    font-weight: 300;
}
#matomo-opt-out p,
#matomo-opt-out label {
    font-size: 16px;
}

#matomo-opt-out input[type=checkbox] {
    margin-top: 20px;
}

/*********************************************************************************************/
/************************************************************************* MENU - NAVIGATION */
/*********************************************************************************************/


/* Remove padding from page-container & top-navigation */

.home.et_fixed_nav.et_show_nav #page-container,
.home.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_header_style_left #main-header #et-top-navigation {
    padding-top: 0px!important;
    padding-bottom: 0;
}


/* Logo sizing */

#logo {
    height: 65%!important;
    max-height: 65%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


/* Menu list item margin */

#main-header #top-menu>li {
    padding-right: 0;
    margin-right: 22px;
}
#main-header #top-menu li:last-child {
    margin-right: 0;
}


/* sizing text in naviagtion */

#et-top-navigation #top-menu li a {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.7em;
}


/* Home: none-fixed-header */

.home #main-header {
    background-color: transparent;
    box-shadow: none!important;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.home.et_header_style_left #et-top-navigation nav#top-menu-nav>ul>li>a {
    padding-top: 45px;
    padding-bottom: 41px!important;
}

.home #top-menu li.current-menu-item>a,
.home #top-menu li>a {
    color: #ffffff!important;
}


/* Home & Pages: fixed-header */

#main-header,
#main-header.et-fixed-header {
    background-color: #ffffff;
    border-bottom: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1)!important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1)!important;
}

#main-header.et-fixed-header #logo {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.et-fixed-header #top-menu li>a,
#top-menu li>a {
    color: #444444!important;
}

#top-menu li.current-menu-item>a,
.et-fixed-header #top-menu li.current-menu-item>a {
    color: #21b8cf!important;
}

.et_header_style_left #et-top-navigation nav#top-menu-nav>ul>li>a,
.et_header_style_left .et-fixed-header #et-top-navigation nav#top-menu-nav>ul>li>a {
    padding-top: 30px;
    padding-bottom: 30px!important;
}

.et_header_style_left #et-top-navigation nav#top-menu-nav>ul>li:last-child>a,
.et_header_style_left .et-fixed-header #et-top-navigation nav#top-menu-nav>ul>li:last-child>a {
    padding: 20px!important;
}


/* Current menu item */

#main-header #top-menu>li.current-menu-item>a {
    color: #ffffff;
    padding-bottom: 45px!important;
    /*border-bottom: 4px solid #21b8cf;*/
}

#main-header #top-menu>li:last-child.current-menu-item>a {
    color: #ffffff!important;
}

#main-header #top-menu>li.current-menu-item:after,
#main-header #top-menu>li.current_page_ancestor:after {
    border-bottom: 4px solid #21b8cf;
    color: #ffffff;
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*transform: scaleX(0.8);*/
}


/* Arrow sub-menu */

.home #top-menu .menu-item-has-children>a:first-child:after {
    top: 44px!important;
    -webkit-transition: top .4s ease-in-out;
    transition: top .4s ease-in-out;
}

.et-fixed-header #top-menu .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
    top: 29px!important;
}


/* Border sub-menu */

.nav li ul {
    border-top: 4px solid #21b8cf;
    padding: 5px 0;
}


/* Button contact */

#top-menu>li:last-child a {
    background-color: #21b8cf;
    border-radius: 2px;
    font-weight: 600;
    padding: 20px!important;
}

#top-menu>li:last-child a:hover {
    background-color: #31c7de;
    opacity: 1;
}

#top-menu>li:last-child a,
.et-fixed-header #top-menu>li:last-child a {
    color: #ffffff!important;
}

#main-header #top-menu>li:last-child.current-menu-item:after, 
#main-header #top-menu>li:last-child.current_page_ancestor:after{
    border-bottom: none;
}


/* sub-menu */

#top-menu-nav .sub-menu {
    left: 50%!important;
    width: 350px!important;
    transform: translate(-58%, 0)!important;
    margin-top: -4px;
}

#top-menu li li a,
#top-menu li li {
    width: 100%;
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
    background-color: transparent;
}

#top-menu li li:before {
    width: 40px;
    float: left;
    padding-left: 15px;
    padding-top: 17px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#top-menu li li li:before {
    width: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
}

#top-menu li ul.sub-menu li.current-menu-item a {
    color: #21b8cf!important;
}

#top-menu li li:hover:before,
#mobile_menu li li:hover:before,
#top-menu li .sub-menu li.current-menu-item:before {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#top-menu li ul.sub-menu li a {
    padding: 20px 30px 20px 70px;
    border-bottom: 1px solid #eeeeee;
    color: #444444!important;
}

#top-menu li .sub-menu li:last-child a {
    border-bottom: none!important;
}
#top-menu li .sub-menu li {
    margin-right: 0;
}

.lad-rad:before {
    content: url(/wp-content/uploads/2021/06/lad-rad.svg);
}

.ged:before {
    content: url(/wp-content/uploads/2021/06/ged-1.svg);
}

.rda:before {
    content: url(/wp-content/uploads/2021/12/rda.svg);
}

.rpe:before {
    content: url(/wp-content/uploads/2021/06/rdp-files.svg);
}

.ndd:before {
    content: url(/wp-content/uploads/2021/06/ged.svg);
}

.nav li:hover>ul{
    display: block!important;
}

#top-menu-nav .sub-menu .sub-menu {
    position: relative;
    top: 0!important;
    display: none;
    left: 0!important;
    border-top: none!important;
    margin-top: 0;
    transform: none!important;
    width: auto!important;
    box-shadow: none;
}

#top-menu-nav .sub-menu .sub-menu li  {
    border-bottom: 1px solid #eeeeee;
}

#top-menu-nav .sub-menu .sub-menu li a {
    padding: 20px 0px 20px 50px;
}

/* Mobile menu bar  */

.mobile_menu_bar {
    padding-top: 24px;
    padding-bottom: 22px!important;
}
.home .mobile_menu_bar {
    padding-top: 37px;
    padding-bottom: 35px!important;
}

.mobile_menu_bar:before {
    color: #ffffff!important;
    background-color: #21b8cf;
    border-radius: 2px;
}


/* Mobile menu */

#mobile_menu li li {
    padding-left: 3.5%;
}
#mobile_menu li li:before {
    width: 35px;
    float: left;
    padding-left: 0;
    padding-top: 15px;
    padding-right: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.et_mobile_menu li li a {
    padding: 20px 5%;
}


/* Rotate the Divi Menu icon on click*/

.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
}

#et-top-navigation .mobile_nav.opened .mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(90deg);
    display: block;
}


/* Change Divi hamburger menu to X */

#et-top-navigation .mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

.sub-menu li a,
#mobile_menu li a {
    color: #444444!important;
}

/* Clollapsible submenu */

.et_mobile_menu .first-level > a {
    background-color: transparent;
    position: relative;
}

.et_mobile_menu .first-level > a:after {
    font-family: 'ETmodules';
    content: '\4c';
    font-weight: normal;
    position: absolute;
    font-size: 16px;
    top: 10px;
    right: 10px;
}

.et_mobile_menu .first-level > .icon-switch:after {
    content: '\4d';
}

.second-level {
    display: none;
}

.reveal-items {
    display: block;
}

/* Responsive top-menu */

@media screen and (max-width: 1175px) {
    #main-header #top-menu>li {
        margin-right: 12px;
    }
}

@media screen and (max-width: 1090px) {
    #top-menu li:first-child {
        display: none;
    }
    #et-top-navigation #top-menu>li:last-child a {
        padding: 20px 15px!important;
    }
}

/*********************************************************************************************/
/****************************************************************************** SLIDER DIAPO */
/*********************************************************************************************/


/* Animation */

.et-pb-active-slide .et_pb_slide_description {
    -webkit-animation-name: fadeTop;
    animation-name: fadeTop;
}


/* Buttons */

.et_pb_button {
    border-radius: 2px;
    font-weight: 600;
    font-size: 11px;
    padding: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    display: inline-block;
}

body #page-container .et_pb_section .et_pb_bg_layout_light.et_pb_button {
    background-color: #21b8cf;
    border: 1px solid #21b8cf;
    color: #ffffff!important;
}

body #page-container .et_pb_section .et_pb_bg_layout_light.et_pb_button:hover {
    background-color: #31c7de;
    padding: 20px;
    border: 1px solid #31c7de!important;
    color: #ffffff!important;
}

.et_pb_bg_layout_dark.et_pb_button {
    border: 1px solid rgba(255, 255, 255, .15);
}

.et_pb_bg_layout_dark.et_pb_button:hover {
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 20px;
}

.et_pb_slider .et_pb_button:after {
    display: none;
}


/*********************************************************************************************/
/**************************************************************************** HOME SOLUTIONS */
/*********************************************************************************************/


/* Hover CSS: top to bottom */

.jauge-remplissage {
    transition: all 0.2s linear 0s;
    background-color: #21b8cf;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-solutions .et_pb_column:hover .jauge-remplissage {
    height: 100%;
}

/* Responsive home solutions */

@media screen and (max-width: 1506px) {
    .home-solutions .et_pb_text_1,
    .home-solutions .et_pb_text_2,
    .home-solutions .et_pb_text_3 {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

@media screen and (max-width: 1206px) {
    .home-solutions {
        max-width: 100%;
        width: 100%;
    }
    .home-solutions .et_pb_text_1 {
        border-left: 0;
    }
    .home-solutions .et_pb_text_4 {
        border-right: 0;
    }
}


/*********************************************************************************************/
/********************************************************************* SECTION DEMONSTRATION */
/*********************************************************************************************/


/* Section Specialty: Demonstration */

.et_section_specialty.demonstration>.et_pb_row {
    z-index: 9;
}

.et_section_specialty.demonstration .et_pb_column_single {
    width: 25.6667%;
    margin-right: 3.5%;
}

.et_section_specialty.demonstration .et_pb_column.et-last-child {
    width: 70.833%;
}


/* Responsive: Demonstration */

@media screen and (max-width: 1375px) {
    .demonstration .et_pb_blurb_4.et_pb_blurb h2.et_pb_module_header {
        font-size: 20px;
    }
    .demonstration .et_pb_blurb_4.et_pb_blurb .et_pb_blurb_description p,
    .demonstration .et_pb_blurb h5.et_pb_module_header {
        font-size: 14px;
    }
    .demonstration .et_pb_button {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1230px) {
    .et_pb_section.demonstration:before {
        background: linear-gradient(180deg, #f0f7ff 50%, transparent 50%)!important;
    }
    .demonstration>.et_pb_row {
        display: block!important;
    }
    .demonstration .et_pb_blurb_4.et_pb_blurb h2.et_pb_module_header {
        font-size: 25px;
        text-align: center;
    }
    .demonstration .et_pb_blurb_4.et_pb_blurb .et_pb_blurb_description p {
        font-size: 16px;
        text-align: center;
    }
    .demonstration .et_pb_blurb h5.et_pb_module_header {
        font-size: 16px;
    }
    .et_section_specialty.demonstration .et_pb_row .et_pb_column_single,
    .et_section_specialty.demonstration .et_pb_row .et_pb_specialty_column.et-last-child {
        width: 100%;
        float: none;
    }
    .et_section_specialty.demonstration .et_pb_row .et_pb_column_single>.et_pb_blurb {
        margin-bottom: 0;
    }
    .et_section_specialty.demonstration .et_pb_row .et_pb_column_single>.et_pb_blurb>.et_pb_blurb_content,
    .et_section_specialty.demonstration .et_pb_row .et_pb_column_single>.et_pb_blurb>.et_pb_blurb_content .et_pb_blurb_container {
        max-width: 100%;
        text-align: center;
    }
    .demonstration .et_pb_button_module_wrapper {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px!important;
    }
}

/*********************************************************************************************/
/***************************************************** SybyCegedim - AudiPrint - Outsourcing */
/*********************************************************************************************/

/* Styling blurbs */

.b3_blurb {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-bottom: 4px solid #ffffff !important;
}

.b3_blurb:hover {
    box-shadow: 0 40px 100px rgb(212, 215, 217);
    -webkit-box-shadow: 0 40px 100px rgb(212, 215, 217);
    -moz-box-shadow: 0 40px 100px rgb(212, 215, 217);
    -o-box-shadow: 0 40px 100px rgb(212, 215, 217);
    -webkit-transform: translate(0, -8px);
    border-bottom: 4px solid #21b8cf !important;
    background-color: #ffffff;
}

/* Blurb image */

.b3_blurb .et_pb_main_blurb_image {
    margin-bottom: 40px;
    text-align: center;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: .4;
}

.b3_blurb:hover .et_pb_main_blurb_image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}


/* Blurb link */

.blurb_link {
    display: block;
    opacity: 0;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    color: #21b8cf !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.b3_blurb:hover .blurb_link {
    opacity: 1;
    transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



/*********************************************************************************************/
/********************************************************************************** BSV BLOG */
/*********************************************************************************************/

.bsv-blog .et_pb_blog_grid .et_pb_post {
    padding: 0;
    border: none;
}

.bsv-blog .et_pb_blog_grid .et_pb_image_container {
    margin: 0;
}

.bsv-blog .more-link,
.et_pb_portfolio_item.et_pb_grid_item .myexcerpt .more-link {
    margin-top: 20px;
    display: inline-block;
    background-color: #21b8cf;
    border-radius: 2px;
    color: #ffffff;
    padding: 10px 25px;
    transition: all .4s ease-in-out;
}

.bsv-blog .more-link:hover,
.et_pb_portfolio_item.et_pb_grid_item .myexcerpt .more-link:hover {
    background-color: #31c7de;
}

.et_pb_post .entry-title:hover,
.et_pb_post .post-meta a:hover,
.type-project .et_pb_module_header:hover,
.type-project .post-meta a:hover,
.et_project_categories a:hover {
    color: #21b8cf;
}


/*********************************************************************************************/
/******************************************************************************* SINGLE NEWS */
/*********************************************************************************************/

body.single #main-content {
    border-bottom: 1px solid #e2e2e2;
}

body.single #left-area img {
    max-width: 400px;
    float: left;
    margin-right: 3%;
    margin-bottom: 50px;
}

body.single #left-area {
    padding-right: 0;
}

body.single .entry-content {
    padding-top: 0;
    padding-right: 3%;
}

body.single .et_main_title h1 {
    font-size: 26px;
    line-height: 1.5em;
        display: block;
}

body.single .entry-content h2 {
    font-size: 18px;
    line-height: 1.5em;

}

body.single .entry-content strong {
    font-weight: 500;
}

body.single .entry-content p,
body.single .entry-content ul {
    font-weight: 300;
    font-size: 16px;
}

body.single .et_project_meta {
    clear: both;
}

.et_project_meta strong.et_project_meta_title:first-child {
    display: none;
}

/* Single Post */

body.single article.type-post .post-meta {
    position: absolute;
    bottom: 0;
    width: 79.125%;
    margin: 23px 0 14px;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0 39px!important;
}

body.single .et_post_meta_wrapper h1 {
    margin-bottom: 50px;
}

body.single .et_post_meta_wrapper .post-meta:before {
    content: "Posté le";
    display: block;
    font-weight: 700;
    color: #333;
}

/* Sidebar single */

#sidebar .et_pb_widget {
    margin-bottom: 30px;
}

#sidebar .widget_block:first-child,
#sidebar .et_pb_post{
    margin-bottom: 0;
}

/* Menu box-shadow single - border-bottom */

body.single #main-header, 
body.single #main-header.et-fixed-header {
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%)!important;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%)!important;
}

/* Navigation */ 

.nav-single .nav-next {
    padding-right: 15px;
    text-align: right;
}
.nav-single .nav-previous,
.nav-single .nav-next {
    width: 45%;
}
.nav-single .nav-previous a:hover,
.nav-single .nav-next a:hover {
    color: #333333;
}
.nav-single .nav-previous a:hover .meta-nav,
.nav-single .nav-next a:hover .meta-nav {
    color: #21b8cf;
}

/* Responsive Single */

@media screen and (max-width: 1242px) {
    body.single .project .entry-content {
        width: 100%;
    }
    body.single .entry-content {
        clear: both;
    }
}
@media screen and (max-width: 980px) {
    body.single article.type-post .post-meta {
        position: relative;
        width: 100%;
    }
    
    body.single .entry-content {
        padding-right: 0;
    }
    
    .nav-single .nav-next {
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .nav-single .nav-previous,
    .nav-single .nav-next {
        width: 100%;
    }
    .nav-single .nav-next {
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    body.single #left-area img {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 50px;
    }
}

/*********************************************************************************************/
/*************************************************************************** PAGE : ARCHIVES */
/*********************************************************************************************/

.project .post-meta a {
    padding-left: 4px;
}
.project .post-meta a:first-child {
    padding-left: 0px;
}

.project .myexcerpt {
    font-weight: 300;
    padding-top: 6px;
}

body.archive.tax-project_category #main-content .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
}

body.archive.tax-project_category .et_pb_portfolio_grid .type-project {
    width: 29.667%;
    margin-right: 5.5%;
    margin-bottom: 50px;
}

body.archive.tax-project_category .et_pb_portfolio_grid .type-project.last_in_row {
    margin-right: 0;
}

body.archive.tax-project_category #main-content .container:before {
    display: none;
}

body.archive.tax-project_category .et-waypoint {
    opacity: 1;
}

body.archive.tax-project_category .et_pb_main_blurb_image {
    margin-bottom: 30px;
}

body.archive.tax-project_category .et_pb_specialty_column .et_pb_column_1_3 {
    width: 47.716%;
    margin-right: 4.569%;
}

body.archive.tax-project_category .et_overlay {
    display: none;
}

@media screen and (max-width: 980px) {
    body.archive.tax-project_category .et_pb_portfolio_grid .type-project {
            margin: 0 5.5% 7.5% 0;
            width: 47.25%;
    }
}
@media screen and (max-width: 768px) {
    body.archive.tax-project_category .et_pb_portfolio_grid .type-project {
            margin: 0 0 7.5% 0;
            width: 100%;
    }
    
    body.archive.tax-project_category .et_pb_portfolio_grid .type-project .et_portfolio_image img {
            width: 100%;
    }
}
    
/*********************************************************************************************/
/************************************************************************** PAGE : SOLUTIONS */
/*********************************************************************************************/


/* Responsive Page Solutions */

@media screen and (max-width: 1366px) {
    .solutions .et_pb_blurb_0.et_pb_blurb,
    .solutions .et_pb_blurb_2.et_pb_blurb {
        margin-left: -20%;
    }
    .solutions .et_pb_blurb_1.et_pb_blurb,
    .solutions .et_pb_blurb_3.et_pb_blurb {
        margin-right: -20%;
    }
}

/* Page : étapes de la GED */

.etapes-ged ul {
    padding: 0;
}

.etapes-ged ul li {
    padding-bottom: 10px;
}

.etapes-ged ul li:last-child {
    padding-bottom: 0px;
}

/* Responsive Etapes GED */

@media screen and (max-width: 1300px) {
    .etapes-ged .et_pb_equal_columns {
        flex-wrap: wrap;
    }
    .etapes-ged .et_pb_equal_columns .et_pb_column {
        width: 47.25%;
        margin-right: 5.5%;
        margin-bottom: 30px;
    }
    .etapes-ged .et_pb_equal_columns .et_pb_column:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 680px) {
    .etapes-ged .et_pb_equal_columns {
        flex-wrap: wrap;
    }
    .etapes-ged .et_pb_equal_columns .et_pb_column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/* Accordions */

.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
}


/*********************************************************************************************/
/*************************************************************** PAGE NUMERISATION : TABLEAU */
/*********************************************************************************************/


.ui.table thead tr:first-child > th:first-child {
    border-radius: 0.28571429rem 0em 0em 0em;
}

.ui.celled.table tr th:first-child,
.ui.celled.table tr td:first-child {
    border-left: none;
}

.ui.structured.celled.table tr th,
.ui.structured.celled.table tr td {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
    border-right: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.table thead tr > th:first-child {
    border-left: none;
}

.ui.celled.table tr th,
.ui.celled.table tr td {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.structured.table thead th {
    border-left: none;
    border-right: none;
}

.ui.table thead th {
    cursor: auto;
    background: #F9FAFB;
    text-align: inherit;
    color: rgba(0, 0, 0, 0.87);
    padding: 0.92857143em 0.78571429em;
    vertical-align: inherit;
    font-style: none;
    font-weight: bold;
    text-transform: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    border-left: none;
}

.ui.table th,
.ui.table td {
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}

.ui.structured.table {
    border-collapse: collapse;
}

.ui.table {
    font-size: 0.9em;
}

.ui.table .et-pb-icon {
    font-size: 25px!important;
}

.ui.table .icon-color {
    color: #21b8cf;
}

/*********************************************************************************************/
/************************************************************************** PAGE PARTENARIAT */
/*********************************************************************************************/


/* Slider partenaires */
#partners-slider .et_pb_slides .et_pb_slider_container_inner {
    display: block;
}

#partners-slider .et-pb-controllers a {
    background-color: #333333;
}

#partners-slider .et-pb-controllers .et-pb-active-control {
    background-color: #21b8cf;
}

#partners-slider.et_pb_slider:hover .et-pb-arrow-prev {
    left: 12%;
}
#partners-slider.et_pb_slider:hover .et-pb-arrow-next {
    right: 12%;
}

#partners-slider .et_pb_slides .et_pb_container {
    height: auto!important;
}

#partners-slider .et_pb_slides .et_pb_slide_image {
    display: block!important;
}


@media screen and (max-width: 980px) {
    #partners-slider.et_pb_slider:hover .et-pb-arrow-prev {
        left: 22px;
    }
    #partners-slider.et_pb_slider:hover .et-pb-arrow-next {
        right: 22px;
    }
}

/*********************************************************************************************/
/*************************************************************************** PAGE SOCIETE */
/*********************************************************************************************/


.society-slider,
.history-slider {
    background-color: #f0f7ff;
}
.society-slider .et_pb_slide,
.history-slider .et_pb_slide {
    padding: 0 50px;
}

/*.society-slider .et_pb_slide,
.history-slider .et_pb_slide {
    padding: 0 50px 80px 50px;
}
.society-slider .et_pb_slide .et_pb_container  {
    max-height: 120px!important;
}
.history-slider .et_pb_slide .et_pb_container  {
    max-height: 170px!important;
}
.society-slider .et_pb_slide .et_pb_slider_container_inner,
.history-slider .et_pb_slide .et_pb_slider_container_inner {
    vertical-align: top;
}*/

.society-slider .et-pb-controllers,
.history-slider .et-pb-controllers {
    position: unset!important;
    text-align: left;
    margin: 20px 0 20px 50px;
}

.team-slider {
    min-height: 350px;
}
.team-slider .et_pb_slide_image {
    margin-top: 0!important;
    top: 0;
    width: 350px;
}

.team-slider img {
    max-height: 350px!important;
}

.team-slider .et_pb_slide_description {
    width: 60%;
}
.team-slider .et_pb_slide_description h3 {
    line-height: 1.5em;
}

.team-slider blockquote {
    border: none;
    margin-top: 0;
    padding-left: 0;
}

.team-slider blockquote p {
    padding-bottom: 1em;
}

.team-slider blockquote p:before,
.team-slider blockquote p:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    color: rgba(0,0,0,0.2);
    font-size: 18px;
}

.team-slider blockquote p:first-child:before {
    content: '\f10d';
    margin-right: 10px;
}
.team-slider blockquote p:last-child:after {
    content: '\f10e';
    margin-left: 10px;
}


@media screen and (max-width: 1300px) {
    .team-slider .et_pb_slide_description {
        width: 52%;
    }
}

@media screen and (max-width: 1080px) {
    .team-slider .et_pb_slide_image {
        position: relative;
        margin: auto;
        padding-bottom: 20px;
    }
    .team-slider .et_pb_slide_description {
        width: 100%;
        text-align: center;
    }
}

/*********************************************************************************************/
/*************************************************************************** PAGE CONTACT */
/*********************************************************************************************/

/* Tertiary Button */
.tertiary-btn {
    background-color: rgba(0,0,0,0.12);
    color: rgba(0,0,0,0.37);
    border: none;
    padding: 10px 20px;
    margin-top: 25px;
    margin-right: 0!important;
    font-size: 12px;
}
.tertiary-btn:after {
    display: none;
}
.tertiary-btn:hover {
    border: none!important;
    background-color: #21b8cf!important;
    color: #ffffff;
    padding: 10px 20px!important;
}



/*********************************************************************************************/
/*************************************************************************** CONTACT FORM 7  */
/*********************************************************************************************/

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
    padding: 18px;
    background-color: #f0f7ff;
    border: none;
    width: 100%;
}

.wpcf7-form input[type=submit] {
    padding: 12px 20px;
    background-color: #21b8cf;
    border: none;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    border-radius: 2px;
    margin-top: 10px;
}

.wpcf7-form input[type=submit]:hover {
    background-color: #31c7de;
}

.wpcf7-form .column-full {
    width: 100%;
    clear: both;
    position: relative;
    padding: 0.3em 0.6em 0.3em 0;
}

.wpcf7-form .column-half {
    width: 50%;
    float: left;
    position: relative;
    padding: 0.3em 0.6em 0.3em 0;
}

.wpcf7-form .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .file {
    margin: 15px 0;
}

/* Error message*/
.wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 12px;
    left: 18px;
    text-align: right;
}

.wpcf7-form .your-message .wpcf7-not-valid-tip {
    top: -10px;
}
.wpcf7-form .checkbox-40 .wpcf7-not-valid-tip {
    left: 22px;
}

.wpcf7-form .file .wpcf7-not-valid-tip {
    left: auto;
    top: 20px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0;
}

/* Placeholder Color */
::-webkit-input-placeholder { /* WebKit browsers */
    color: #333333 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333333 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333333 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333333 !important;
    opacity: 1;
}

/* Partners Form */
.wpcf7-form #partners-form input[type=text],
.wpcf7-form #partners-form input[type=email],
.wpcf7-form #partners-form input[type=tel],
.wpcf7-form #partners-form textarea {
    background-color: #ffffff;
}
/*********************************************************************************************/
/************************************************************************* PASSWORD REQUIRED */
/*********************************************************************************************/

.post-password-required .et_pb_section {
    background-color: #f0f7ff;
    text-align: center;
    padding: 7% 0 5% 0;
}

.et_password_protected_form .et_submit_button {
    float: none;
    border-radius: 2px;
    font-weight: 600;
    font-size: 11px;
    padding: 20px;
    color: #ffffff!important;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #21b8cf;
    border: 1px solid #21b8cf;
}

.et_password_protected_form .et_submit_button:hover {
    background-color: #31c7de;
    padding: 20px;
    border: 1px solid #31c7de;
}
.et_password_protected_form .et_submit_button:after {
    display: none;
}

.et_password_protected_form p input {
    background-color: #ffffff;
    width: 50%!important;
    margin-top: 35px;
    margin-bottom: 35px;
}

.et_password_protected_form h1,
.et_password_protected_form>p {
  font-size: 0;
}
.et_password_protected_form h1 {
  padding-bottom: 25px;
}

.et_password_protected_form h1::after {
  content: "Votre espace client";
  font-size: 30px;
}
.et_password_protected_form>p::before {
  content: "Pour accéder à votre espace client veuillez saisir le code de connexion :";
  font-size: 14px;
  font-weight: 400;
}


/*********************************************************************************************/
/****************************************************************************** FONT AWESOME */
/*********************************************************************************************/


/*.icon-envelope:before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}*/


/*********************************************************************************************/
/************************************************************************** YOAST BREADCRUMB */
/*********************************************************************************************/

.fil-ariane span > span:nth-child(1) > a:before {
    content: "\e074";
    font-family: "ETmodules"!important;
    padding-right: 15px;
}

.fil-ariane a,
.fil-ariane .breadcrumb_last {
    padding-left: 5px;
    padding-right: 5px;
}

.fil-ariane span > span:nth-child(1) > a {
    font-size: 14px;
    margin-right: 3px;
    transition-property:color;
    transition-duration: 0.5s;
}

.fil-ariane span > span:nth-child(1) > a:hover {
    color: #000000;
}


/*********************************************************************************************/
/************************************************************************************ FOOTER */
/*********************************************************************************************/

footer a {
    color: #666666;
}

footer a:hover {
    color: #21b8cf;
}

footer .et_pb_post {
    margin-bottom: 11px;
}

footer .et_section_specialty .et_pb_column_single {
    margin-right: 3%;
    width: 17.875%;
    padding-top: 30px;
}

footer .et_pb_specialty_column {
    width: 79.125%;
}

#main-footer {
    background-color: #ffffff;
}

footer .et_portfolio_image {
    display: none;
}

#footer-pages .et_pb_column {
    width: 28.35314%;
    margin-right: 7.47%;
}

/* Floating social icons */

.et_pb_scroll_top.et-hidden {
    opacity: 0!important;
}

.et_pb_scroll_top:hover {
    opacity: 0.7;
}

.et_pb_scroll_top.et-pb-socials:before {
    content: '';
}

.et_pb_scroll_top.et-pb-socials {
    display: none;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 125px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 40px;
}

.et_pb_scroll_top.et-pb-socials.youtube-s {
    bottom: 215px!important;
    background-color: #fc020e;
}

.et_pb_scroll_top.et-pb-socials.linkedin-s {
    bottom: 170px!important;
    background-color: #027ab6;
}


/* Copyright */

.copyright {
    font-size: 13px;
    border-top: 1px solid #eeeeee;
    font-weight: 300;
    padding: 2.5% 0!important;
}

/* Responsive copyright */

@media screen and (max-width: 1410px) {
    .copyright {
        text-align: center;
    }
    .copyright span {
        display: block;
        float: none!important;
        padding-top: 10px;
    }
}


/*********************************************************************************************/
/************************************************************************************** DIVI */
/*********************************************************************************************/

/* Centrer du contenu verticalement : penser à harmoniser la hauteur des colonnes */

.dc-centrer-verticalement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}


/* Indices et exposants : gestion de la taille */

sup,
sub {
    font-size: 70%;
}

/*********************************************************************************************/
/******************************************************************************** RESPONSIVE */
/*********************************************************************************************/

/* < 980px */

@media screen and (max-width: 980px) {
    /* INVERSER LE SENS DES COLONNES SUR MOBILE ** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile  */
    .dc_inverser_colonnes-section .dc_inverser_colonnes-ligne {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .home-solutions .et_pb_text_1 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .home-solutions .et_pb_text_2 {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    footer .et_pb_column_single {
        display: block;
        float: none;
        text-align: center;
        margin-right: auto!important;
        margin-left: auto!important;
        width: 100%!important;
        margin-bottom: 0;
    }
    footer .et_pb_image_0.et_pb_module {
        margin-left: auto!important;
        padding-bottom: 35px;
    }
    footer .et_pb_module {
        text-align: center;
    }
    footer .et_pb_specialty_column {
        width: 100%!important;
    }
}