/*
Theme Name: dt-the7 child
Theme URI: http://www.groupe-soledis.com/
Version: 1.0
Description: Designed by <a href="http://www.groupe-soledis.com">Soledis</a>.
Author: Soledis
Author URI: http://www.groupe-soledis.com
Tags: no tags
Template: dt-the7
Copyright: (c) 2009-2011 WooThemes.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Header */

.site-title {
    overflow: hidden;
    text-indent: -9999px;
    line-height: 0; 
    margin: 0;
}

.top-bar {
    padding: 1px 0 4px;
}
#page .top-bar > .mini-widgets .mini-contacts {
    background-image: linear-gradient(to top, #FFAB23 32%, #FFDBA2 100%) !important;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 5px 20px 6px 10px;
    margin: -3px 0;
    text-shadow: 1px 1px 2px rgba(205,127,0,.57);
    text-decoration: none;
}
#page .top-bar > .mini-widgets .mini-contacts:hover {
    background-image: linear-gradient(to top, #FFDBA2 10%, #FFAB23 100%) !important;
    opacity: 1;
}
#page .top-bar > .mini-widgets .mini-contacts:before {
    font-family: "FontAwesome";
    content: "\f10b";
    display: inline-block;
    font-size: 23px;
}
#page .top-bar > .mini-widgets > .text-area {
    margin-right: 0;
}
@media all and (max-width: 800px) {
    #page .masthead {
        padding: 0;
    }
    .mobile-header-bar {
        padding: 0 20px;
    }
    .masthead .top-bar {
        display: block !important;
    }
    .masthead.widgets .text-area {
        width: 100%;
    }
    .masthead.widgets .text-area .mini-contacts {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}
.top-bar > .mini-widgets .mini-nav,
.top-bar > .mini-widgets .mini-nav li {
    margin: 0;
}
.mini-nav li {
    float: left;
}

.top-bar > .mini-widgets #top-menu > li a {
    background-image: linear-gradient(to top, #002E57 32%, #356986 100%) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    margin: -3px 0;
    color: #fff;
    text-decoration: none;
}
.top-bar > .mini-widgets #top-menu > li a:hover {
    opacity: 1;
    background-image: linear-gradient(to bottom, #002E57 32%, #356986 100%) !important;
}
.top-bar > .mini-widgets #top-menu > li.first a {
    background-image: linear-gradient(to top, #1F4F7F 32%, #467A9E 100%) !important;
}
.top-bar > .mini-widgets #top-menu > li.first a:hover {
    background-image: linear-gradient(to bottom, #1F4F7F 32%, #467A9E 100%) !important;
}
.top-bar > .mini-widgets #top-menu > li:last-child a {
    background: url("img/soledis-logo.png") no-repeat center;
    background: url("img/soledis-logo.png") no-repeat center, linear-gradient(to top, #eaeaea 32%, #fff 100%) !important;
    width: 71px;
}
.top-bar > .mini-widgets #top-menu > li:last-child a:hover {
    background: url("img/soledis-logo.png") no-repeat center, linear-gradient(to bottom, #eaeaea 32%, #fff 100%) !important;
}
.top-bar > .mini-widgets #top-menu > li:last-child a .menu-item-text {
    font-size: 0;
}

.testimonial-vcard img, .testimonial-vcard .alignleft {
    border-radius: 0;
}


/* Homepage MEA */

[class^="bloc-large-"] {
    background: #000;
}
[class^="bloc-large-"] * {
    transition: 300ms all;
}
[class^="bloc-large-"] .vc_column-inner {
    background-size: 100% auto;
    background-position: center center;
    height: 350px;
    padding: 0;
}
[class^="bloc-large-"] .vc_column-inner:before {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
}
[class^="bloc-large-"] .vc_column-inner:hover {
    background-size: 110% auto;
}
[class^="bloc-large-"] .vc_column-inner:hover:before {
    background-color: rgba(0, 0, 0, 0.2);
}
[class^="bloc-large-"] .vc_column-inner .wpb_wrapper {
    position: relative;
}
[class^="bloc-large-"] .vc_column-inner:hover .wpb_wrapper {
    transform: scale(1.1, 1.1);
}

[class^="bloc-large-"] .vc_custom_heading,
[class^="bloc-large-"] .wpb_text_column {
    margin: 0;
}
[class^="bloc-large-"] .vc_custom_heading a {
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    height: 184px;
    line-height: 31px;
    padding: 90px 20% 20px;
    text-align: center;
    color: #fff;
}
[class^="bloc-large-"] .wpb_text_column a {
    display: block;
    padding: 20px 20% 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    height: 116px;
}



/* Footer */
.soc-ico a {
    width: 34px;
    height: 34px;
}
.soc-ico a::before,
.soc-ico a::after {
    width: 34px;
    height: 34px;
}
.soc-ico a .icon {
    width: 34px;
    height: 34px;
}
.footer .soc-ico a::before,
.accent-gradient #footer .soc-ico a:after {
    background: #5AA1E3;
}
.footer .soc-ico a .icon {
    fill: #fff;
}

/* Media Queries */

@media all and (min-width: 1024px) and (max-width: 1550px) {
    [class^="bloc-large-"] .vc_column-inner {
        background-size: auto 100%;
    }
    [class^="bloc-large-"] .vc_column-inner:hover {
        background-size: auto 110%;
    }
}
@media all and (max-width: 1024px) {
    [class^="bloc-large-"] .vc_column-inner,
    [class^="bloc-large-"] .vc_column-inner:hover {
        background-size: cover;
    }
}
@media all and (max-width: 990px) {
    [class^="bloc-large-"] .vc_custom_heading a {
        padding: 60px 20% 0;
        font-size: 21px;
        height: 171px;
    }
}

/* Soledis Comparative Table (WP Bakery component: vc-sld-table.php) */
.sld-ct {
    color: #242424;
    font-weight: 400;
}

.sld-ct__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #002951;
    color: white;
    padding: 2rem;
}

.sld-ct__header h2 {
    color: #ff862f;
}

.sld-ct__header img {
    max-width: 250px !important;
}

.sld-ct__header-right {
    flex: 1;
    padding: 2rem;
    text-align: right;
}

.sld-ct__th {
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}

.sld-ct__cell {
    flex-basis: 20%;
    padding: 2rem;
    text-align: center;
}

.sld-ct__cell:first-child {
    flex: 1 1 40%;
}

.sld-ct__cell--orange {
    color: #ff862f;
}

.sld-ct__cell i {
    font-size: 2rem;
}

.sld-ct__cell .btn {
    color: #fff;
    background-color: #f90;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 12px;
    border: none;
}

.sld-ct__cell .btn:hover {
    background-color: #e98c00;
}

.sld-ct__cell .btn:before {
    display: none;
}

.sld-ct__thsub {
    background-color: #fdf1df;
    display: flex;
    align-items: center;
}

.sld-ct__row .sld-ct__cell:first-child {
    text-align: right;
}

.sld-ct__row {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.sld-ct__footer {
    display: flex;
    align-items: center;
}

/*Specific override for GA4 table*/
.ga4-table.vc_column_container > .vc_column-inner,
.sld-table.vc_column_container > .vc_column-inner {
    padding: 0;
}

@media all and (max-width: 1023px) {
    .sld-ct {
        max-width: 100%;
        overflow-x: auto;
        display: none;
    }

    .sld-ct__header,
    .sld-ct__th,
    .sld-ct__thsub,
    .sld-ct__row,
    .sld-ct__footer {
        min-width: 900px;
    }
}

.sld-table-2cols .sld-ct__row .sld-ct__cell:first-child {
    text-align: left;
}