﻿:root {
    --brand: #0099FF;
    --brand-dark: #0077CC;
    --bg: #ffffff;
    --card: #F7F9FC;
    --text: #0b1224;
    --muted: #5b6b7f;
    --accent: #28D17C;
    --danger: #FF5A5F;
    --maxw: 1200px;
    --border: rgba(0,0,0,.08);
}

#comment-form .success {
    background: #27ae60;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 15px;
}

#commentlist .media, #commentlist ul, #commentlist ol {
    margin: 0 !important;
}

#PostPager {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    background-color: #ffffff;
    padding: 4%;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

#PostPager .PagerEllipses {
        border: 0;
        padding: 2px;
    }

#PostPager .PagerLinkCurrent {
        color: #fff;
        padding: 5px 14px;
        background-color: #0681ea !important;
        border: 1px solid #0861ea !important;
    }

#PostPager .PagerLinkCurrent li {
            padding: 2px !important;
        }

#PostPager .PagerLinkDisabled {
        color: #ccc;
        padding: 5px 14px;
        background: #fff;
        border-color: #DDD !important;
    }

#PostPager li {
        display: inline-block !important;
        border: 1px solid #DDD !important;
        margin: 1px;
        padding: 5px 7px !important;
        font-size: 13px;
        font-weight: normal;
        background: #fff;
        border-radius: 3px;
    }

#PostPager li a {
            padding: 2px;
            text-decoration: none;
        }

#tableSolutions tr td:last-child,
        #tableSectors tr td:last-child, 
        #tableSectorsOthers tr td:last-child {
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }

*/

/*[29.footer]*/
.footer {
    background-color: #09F;
    margin: 0;
    padding: 0;
}

.archive-page .archive-page-content h2 img {
        margin: 0 3px;
        position: relative;
        top: -2px;
    }

.archive-page .comments {
    width: 70px;
    text-align: center;
}

.archive-page .date {
    width: 90px;
    text-align: center;
}

.archive-page .rating {
    width: 70px;
    text-align: center;
}

.archive-page table {
    width: 100%;
    border-collapse: collapse;
}

.archive-page table td {
        border: 1px solid #DDD;
        font-size: 14px;
        padding: 3px;
    }

.archive-page table th {
        background: #F1F1F1;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #DDD;
        padding: 3px;
        text-align: center;
    }

.archive-page table th:first-child {
        width: 90px;
    }

.archive-page ul {
    list-style-type: square;
    margin: 0 10px;
    padding: 10px;
}

.authorlist li {
}

.authorlist li A.authorlink {
        margin-left: 5px;
    }

.blogroll a[title="Download OPML file"] {
    margin: 10px 0 0 0;
}

.blogroll ul li A {
    padding-right: 3px;
}

.blogroll ul li img {
    margin-top: -3px;
}

.blogroll ul ul {
    margin-left: 15px !important;
}

.blogroll ul ul li {
        margin: 0;
        border-bottom: 1px dotted #DDD;
        line-height: 24px;
    }

.blogroll ul ul li A {
            display: block;
        }

.btn {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 700;
    border: 1px solid var(--border)
}

.btn-wrapper {
    border-top: 1px solid #EEE;
    padding-top: 25px;
    margin-top: 15px;
}

.btn.primary {
        background: var(--brand);
        color: white;
        border-color: transparent;
        margin-left: auto;
    }

.calendar .header {
    background: none !important;
    width: auto !important;
    height: auto !important;
}

.calendar .other {
    color: silver;
}

.calendar .weekend {
    background-color: #F1F1F1;
}

.calendar a.exist {
    display: inline-block;
    padding: 0 5px;
    border-radius: 104px;
    color: #fff;
    font-weight: normal;
    background-color: #0681ea;
}

.calendar table {
    width: 100%;
    text-align: center;
}

.calendar td {
    vertical-align: top;
    background: white;
}

.calendar td, .calendar table {
    background-color: #FFF !important;
    text-align: center;
}

.categorylist ul li A {
    padding-right: 3px;
}

.comment-form .comment-menu {
}

.comment-form .comment-menu a {
        padding: 0 !important;
    }

.comment-form .comment-menu a span {
            padding: 2px 7px;
            min-width: 70px;
        }

.comment-form .comment-preview {
    height: auto !important;
}

.comment-form .comment-preview .comment-content {
        border: none;
    }

.comment-form .comment-preview .comment-header small {
        display: none;
    }

.comment-item .carrow {
    background: url(../images/carrow.png) no-repeat 0 0;
    width: 9px;
    height: 17px;
    position: absolute;
    right: -11px;
    top: 14px;
    z-index: 999;
}

.comment-item .comment-content.self {
    background-color: #ebffe5;
    border-color: #c0e0b2 !important;
}

.comment-item .comment-form {
    border: 1px solid #CCC;
    margin: 15px 0;
}

.comment-item .comment-gravatar {
    position: relative;
}

.comment-item .comment-gravatar img {
        border-radius: 4px;
    }

.comment-item .comment-header {
    border-bottom: 1px solid #EEE;
    padding-bottom: 5px;
}

.comment-item .comment-header h4 {
        font-weight: bold;
        font-size: 18px;
        color: #333;
    }

.comment-item .comment-header h4 a {
            color: #333;
        }

.comment-item .self .carrow {
    background: url(../images/sarrow.png) no-repeat 0 0 !important;
}

.comment-item .self .comment-header {
    border-bottom-color: #c0e0b2;
}

.comment-item .self .comment-header .text-uppercase {
    color: #c0e0b2;
}

.comment-item .self .comment-header h4 a,
    .comment-item .self .comment-header h4 {
        color: #376f1d !important;
    }

.comment-item .self a {
    color: #74af5a;
}

.contact-page .required-field[style="visibility:hidden;"] {
        display: none;
    }

.contactform {
    margin-left: auto;
    width: 60%;
    display: grid;
    margin-right: auto;
}

.dxeBase_AtemisCloud {
    font: 15px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    color: #FFF;
    line-height: 2 !important;
}

.dxeTextBox_AtemisCloud td.dxic {
    padding: 10px 2px 10px 10px !important;
}

.dxeTextBox_AtemisCloud, .dxeButtonEdit_AtemisCloud, .dxeIRadioButton_AtemisCloud, .dxeRadioButtonList_AtemisCloud, .dxeCheckBoxList_AtemisCloud {
    cursor: default;
    border-radius: 10px;
}

.dxeTextBox_AtemisCloud, .dxeEditArea_AtemisCloud {
    background-color: #FFF !important;
    -webkit-box-shadow: none !important;
}

.dxFirefox .dxeMemo_AtemisCloud .dxeMemoEditArea_AtemisCloud, .dxeMemo_AtemisCloud .dxeMemoEditArea_AtemisCloud {
    padding: 5px 4px 0px 7px;
    background-color: #fff !important;
    outline: none;
}

.dxgvControl_AtemisCloud a {
    color: var(--brand) !important;
}

.dxgvEditFormDisplayRow_AtemisCloud:first-child td.dxgv, .dxgvInlineEditRow_AtemisCloud:first-child td.dxgv, .dxgvDataRow_AtemisCloud:first-child td.dxgv, .dxgvEditFormDisplayRow_AtemisCloud.dxgvFVR > td.dxgv, .dxgvInlineEditRow_AtemisCloud.dxgvFVR > td.dxgv, .dxgvDataRow_AtemisCloud.dxgvFVR > td.dxgv, .dxgvGroupRow_AtemisCloud.dxgvFVR > td.dxgv {
    border-top: none !important;
}

.dxgvTable_AtemisCloud {
    border: none !important;
}

.dxmLite_AtemisCloud .dxm-horizontal .dxm-checked, .dxmLite_AtemisCloud .dxm-horizontal .dxm-selected {
    background: #0099FF;
    border-color: #0099FF;
}

footer {
background: #0099FF;
    color: white;
    display: flex;
    align-items: center;
    height: 40px;
}

.footer .end-line {
        min-height: 50px;
        line-height: 50px;
        text-transform: uppercase;
        font-size: 12px;
    }

.footer .end-line p {
            margin: 0;
            color: #FFF;
        }

.footer .newsletter #newsletterform input[type="text"] {
    background-color: #333;
    border-color: #111;
    color: #CCC;
    box-shadow: none;
}

.footer .widgets-footer .widget {
        margin-right: 3%;
        width: 31.3%;
        float: left;
        background: none;
        color: #AAA;
        padding: 2% 0;
        box-shadow: none;
    }

.footer .widgets-footer .widget .widget-header {
            border-color: #0681ea;
            border-width: 2px;
        }

.footer .widgets-footer .widget ul li {
            border-color: #111;
        }

.footer .widgets-footer .widget:last-child {
            margin: 0;
        }

.footer a {
        color: #FFF;
        text-decoration: none;
    }

.footer-li {
    padding: 5px;
}

.glyphicon {
    margin-right: 3px;
}

.header .logo {
    margin-right: 10px;
}

.header .nav > li > a {
    padding: 15px 10px !important;
}

.header .nav > li > a.dropdown-m {
    padding: 15px 7px 15px 10px !important;
}

.header .nav > li > a.dropdown-toggle {
        padding: 15px 10px !important;
    }

.header .navbar {
    margin: 0;
    border-radius: 0;
}

.header .navbar-inverse .navbar-nav > .open > a {
    color: rgb(153, 153, 153);
}

.header .social-icon {
    margin-top: 17px;
}

.header .social-icon a {
        text-decoration: none;
    }

.header .title-wrapper {
    background-color: #ffffff;
    padding: 20px 0;
}

.header .title-wrapper hgroup {
        height: 80px;
    }

.header .title-wrapper hgroup h1 {
            font-size: 40px;
            line-height: 40px;
            margin: 4px 0 8px;
            font-weight: 700;
        }

    .header .title-wrapper hgroup h1 A {
        color: #0099FF;
        text-decoration: none !important;
    }

.header .title-wrapper hgroup h3 {
            font-size: 16px;
            padding-left: 7px;
            font-weight: normal;
            margin: 0;
            color: #190078;
        }

.hidden {
    display: none;
}

.icon-at:before {
    content: '\e812';
}

.icon-calendar:before {
    content: '\e800';
}

.icon-comment:before {
    content: '\e801';
}

.icon-eye:before {
    content: '\e805';
}

.icon-facebook:before {
    content: '\e807';
}

.icon-folder:before {
    content: '\e803';
}

.icon-git:before {
    content: '\e80b';
}

.icon-gplus:before {
    content: '\e808';
}

.icon-instagramm:before {
    content: '\e811';
}

.icon-linkedin:before {
    content: '\e80a';
}

.icon-mail-alt:before {
    content: '\e813';
}

.icon-pinterest-circled:before {
    content: '\e809';
}

.icon-rss:before {
    content: '\e814';
}

.icon-skype:before {
    content: '\e80c';
}

.icon-soundcloud:before {
    content: '\e80d';
}

.icon-stackoverflow:before {
    content: '\e80e';
}

.icon-tags:before {
    content: '\e802';
}

.icon-twitter:before {
    content: '\e806';
}

.icon-user:before {
    content: '\e804';
}

.icon-yahoo:before {
    content: '\e810';
}

.icon-youtube:before {
    content: '\e80f';
}

.lbDescription {
    overflow: hidden;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-overflow: ellipsis;
    color: #333;
}

.menuh3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--muted);
    margin: 6px 0 12px;
}

.menuIcon::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 16px; /* ajuste la taille interne du pictogramme */
    }

.mm-item .mm-link,
    .mm-item .mm-link a {
        color: inherit !important;
        text-decoration: none !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.mm-list > li.mm-item:focus {
            outline: none
        }

.mm-list > li.mm-item:focus-visible {
            outline: 2px solid #0099FF;
            outline-offset: 2px
        }

.mm-list > li.mm-item:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 14px rgba(2,8,23,.06)
        }

.mm-list.two-col {
        grid-template-columns: repeat(2,minmax(220px,1fr));
        gap: 10px 14px
    }

.monthlist .open {
    display: block;
}

.monthlist .year {
    cursor: pointer;
    font-weight: bold;
}

.monthlist .year li {
        margin: 0 10px;
    }

.monthlist li {
    font-weight: normal;
}

.monthlist ul ul {
    display: none;
}

.mostcomments table tr td:first-child {
    width: 50px;
}

.mostcomments table tr td:first-child img {
        position: relative;
        top: 2px;
    }

.newsletter #newsletteraction {
    font-size: 22px;
    color: #00c759;
}

.newsletter #newsletterform input[type="text"] {
    direction: ltr !important;
}

.page-global {
    background-color: #ffffff !important;
    padding: 4% !important;
    margin-bottom: 20px !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.page-global .page-global-title {
        border-bottom: 1px solid #eee !important;
        margin: 0 0 20px 0 !important;
        padding-bottom: 15px !important;
        font-weight: bold !important;
        font-size: 26px !important;
    }

.post .post-footer {
        margin-top: 30px;
        padding: 15px;
        background-color: #eeeeee;
        font-size: 13px;
        min-height: 35px;
        border-radius: 4px;
        border: 1px solid #eeeeee;
    }

.post .post-footer:hover {
            border-color: #ddd;
        }

.post .post-header {
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

.post .post-header .post-title {
            line-height: 20px;
            font-size: 20px;
            margin: 15px 0 10px;
        }

.post .post-header .post-title a {
                text-decoration: none;
                font-weight: bold;
            }

.post .post-info {
        font-size: 13px;
        color: #AAA;
    }

.post .post-info a {
            color: #AAA;
        }

.post .post-info span {
            margin-right: 7px;
        }

.post .post-rating {
        height: 21px;
        max-width: 50%;
    }

.post .post-rating * {
            margin: 0;
            padding: 0;
            top: 0;
            line-height: 10px;
        }

.post .post-rating p {
            top: 9px;
        }

.postList a {
    display: inline-block;
    clear: both;
}

.recentcomments li {
    color: #AAA;
    font-size: 12px;
}

.recentcomments li a {
        font-size: 14px;
    }

.recentposts li {
    color: #AAA;
    font-size: 12px;
}

.recentposts li a {
        font-size: 14px;
        margin-right: 4px;
        display: block;
    }

.recentposts li span {
        margin-right: 5px;
    }

.related-posts ul li div {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: rgb(136, 136, 136);
    margin-bottom: 10px;
}

.required-field {
    color: #e83232;
    margin-right: 4px;
    margin-left: 4px;
}

.roundedBorder,
.roundedBorder textarea,
.roundedBorder .dxeMemoSys {
    border-radius: 10px !important;
}

.search input[type=button] {
        border: none;
        padding: 0;
        height: 40px;
        width: 25%;
        background-color: var(--brand);
        color: #fff;
        border-radius: 4px;
    }

.search input[type=button]:hover {
            background-color: #3276b1;
        }

.search input[type=text] {
        background-color: #fff;
        border: none;
        padding: 2%;
        height: 40px;
        width: 75%;
        outline: none !important;
    }

.search-page .search-page-searchbox input[type=button] {
        float: right;
        width: 20%;
        border: none;
        height: 100%;
        padding: 8px 0;
    }

.search-page .search-page-searchbox input[type=text] {
        border: none;
        width: 76%;
        border-radius: 3px;
        padding: 4px 1%;
        outline: none !important;
    }

.search-page .searchpage ul.paging {
    list-style-type: none;
    margin: 20px auto;
    padding: 0px;
    text-align: center;
    display: block;
}

.search-page .searchpage ul.paging li {
        display: inline-block;
        width: 30px;
        text-align: center;
        height: 30px;
        border: 1px solid #CCC;
        background: #FFF;
        margin-right: 2px;
    }

.search-page .searchpage ul.paging li a {
            display: block;
            height: 100%;
            line-height: 30px;
        }

.search-page .searchpage ul.paging li.active {
            border-width: 1px;
            border-style: solid;
        }

.search-page .searchpage ul.paging li.active A {
                color: #FFF;
            }

.search-page .searchresult {
    border-bottom: 1px dotted #CCC;
    padding: 10px 0;
    font-size: 14px;
}

.search-page .searchresult a {
        font-weight: normal;
        font-size: 16px;
    }

.search-page .searchresult span.text {
        clear: both;
        line-height: 35px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #555;
    }

.search-page .searchresult span.type {
        font-size: 13px;
        display: none;
    }

.search-page .searchresult span.url {
        color: #00802a;
    }

.solutionButton a {
        display: inline-block;
        padding: 12px 18px;
        background: #0099FF;
        color: #fff !important;
        text-decoration: none !important;
        border-radius: 12px;
        font-weight: 700;
        box-shadow: 0 6px 16px rgba(0,153,255,.25);
    }

.solutionButton a:hover {
            filter: brightness(1.05);
        }

.SubMenuContent {
    position: relative;
    background: transparent !important;
    padding: 8px 0;
}

.syntaxhighlighter .alt1 {
        background: #d6ebff !important;
    }

.syntaxhighlighter .container textarea {
        font-size: 13px !important;
        line-height: 20px !important;
    }

.syntaxhighlighter .line {
        font-size: 13px !important;
        line-height: 20px !important;
        background: #CCC !important;
    }

.tableSectorsTD {
    display: flex;
    align-items: center;
    height: 40px;
    justify-content: center;
    width: 56px; /* aligne toutes les lignes */
    padding-right: 8px !important;
}

.tagcloud ul li A {
        padding: 3px;
        border-radius: 3px;
    }

.tagcloud ul li A.big {
            font-size: 110%;
        }

.tagcloud ul li A.biggest {
            font-size: 120%;
        }

.tagcloud ul li A.medium {
            font-size: 100%;
        }

.tagcloud ul li A.small {
            font-size: 90%;
        }

.tagcloud ul li A.smallest {
            font-size: 80%;
        }

.tagcloud ul li A:hover {
            background: #0681ea;
            color: #fff;
        }

.tblSectors {
    display: flex;
    align-items: flex-start;
}

.text-uppercase {
    text-transform: uppercase;
}

.toast {
    position: fixed;
    bottom: 48px;
    right: 24px;
    background: #34c759; /* green success */
    color: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 9999;
    font-weight: 600;
}

.toast.show {
        opacity: 1;
        transform: translateY(0);
    }

.well-global .well-global-title {
        margin: 0;
        font-weight: 700;
        margin-bottom: 20px;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 20px;
    }

.well-global .well-global-title h3 {
            margin: 0;
            font-weight: 700;
        }

.widget .widget-header {
        margin: 0 0 15px 0;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 4%;
        font-weight: bold;
        font-size: 16px;
    }

.widget ul {
        list-style: none;
        padding: 0;
    }

.widget ul li {
            padding: 4px 0;
        }

.widget ul ul li {
            border: none;
        }

/* ----- Bouton CTA ----- */
.solutionButton {
    margin-top: 16px;
}

/* ----- Petites retouches responsives ----- */
@media (max-width: 992px) {
    .SubMenuContent .col-md-4.col-12 {
        padding: 6px 10px;
    }

    #tableSolutions, #tableSectors {
        border-spacing: 0 10px;
    }

        #tableSolutions td, #tableSectors td {
            padding: 10px 12px;
        }
}

/* ----- Tables “cartes” ----- */
#tableSolutions, #tableSectors, #tableSectorsOthers {
    width: 100%;
    border-collapse: separate; /* permet le border-spacing */
    border-spacing: 0 0px; /* espace vertical entre lignes */
}


/* ----- Titres (labels DX avec .h3) ----- */
.h3 {
    display: block;
    margin: 6px 4px 12px;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a; /* slate-900 */
}

/* Cellules */
    #tableSolutions td, #tableSectors td, #tableSectorsOthers td {
        background: transparent;
        padding: 2px 4px;
        vertical-align: middle;
    }

/* Coins arrondis (emulés via cellules) */
        #tableSolutions tr td:first-child,
        #tableSectors tr td:first-child, 
        #tableSectorsOthers tr td:first-child {
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

/* Hover carte */
        #tableSolutions tr:hover, #tableSectors tr:hover, #tableSectorsOthers tr:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 14px rgba(2,8,23,.06);
            border-color: #e6eef7;
        }

/* Icônes existantes (Font Awesome) uniformisées */
.menuIcon {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #0099FF;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,153,255,.35);
    overflow: hidden; /* évite tout débordement du glyph */
}

/* La row imposée en inline: on assouplit pour éviter 100vh plein écran */
    .SubMenuContent .row {
        height: auto !important;
        max-height: calc(100vh - 140px) !important;
        overflow: auto !important;
        margin: 0;
        padding: 0 8px;
    }

/* Le lien DX (ASPxHyperLink) hérite du style et prend la place */
.mm-item .mm-link {
    flex: 1;
    display: block;
    min-width: 0
}

/* Liens (ASPxHyperLink) */
.tableSectorsA,
.tableSectorsA:visited {
    color: #0f172a !important;
    text-decoration: none !important;
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Ligne = carte douce */
    #tableSolutions tr, #tableSectors tr, #tableSectorsOthers tr{
        background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
        border: 1px solid #eef2f7;
        border-radius: 12px;
        transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    }

/* Liste + grille */
.mm-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px
}

/* L’item est un <li> */
    .mm-list > li.mm-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px 12px;
        border-radius: 12px;
        background: linear-gradient(180deg,#ffffff 0%,#fafcff 100%);
        border: 1px solid #eef2f7;
        color: #0f172a;
        font-weight: 600;
        transition: .16s ease;
        cursor: pointer;
    }


/* Responsive */
@media (max-width:960px) {
    .mm-list.two-col {
        grid-template-columns: 1fr
    }
}

/*.syntaxhighlighter table td.code .container { top: -15px !important; }

/*[01.header]*/
.header .container > .navbar-header,
.header .container > .navbar-collapse {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

/*[01]*/
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?9653621');
    src: url('../fonts/fontello.eot?9653621#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?9653621') format('woff'), url('../fonts/fontello.ttf?9653621') format('truetype'), url('../fonts/fontello.svg?9653621#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*[02.well-global]*/
.well-global, #trackbacks {
    background-color: #ffffff;
    padding: 4%;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/*[03.post]*/
.post {
    background-color: #ffffff;
    padding: 2% 4% 4%;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/*[04.comment-item]*/
.comment-item .comment-content {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 2%;
    margin-bottom: 10px !important
}

/*[05.comment-form]*/
.comment-form {
}

/*[06.related-posts]*/
.related-posts h3 {
}

/*[07.postpaging]*/
#postPaging > div {
}

/*[08.navigation-posts]*/
.navigation-posts a {
    text-decoration: none;
    outline: none;
}

/*[09.widget]*/
.widget {
    background-color: #ffffff;
    padding: 1% 6% 6% 6%;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/*[10.administration]*/
.administration .widget-header {
    margin-bottom: 0 !important;
}

/*[11.authorlist]*/
.authorlist .widget-header {
    margin-bottom: 0;
}

/*[12.bloglist]*/
.bloglist .widget-header {
    margin-bottom: 0;
}

/*[13.blogroll]*/
.blogroll .widget-header {
    margin-bottom: 0;
}

/*[14.calendar]*/
#calendarContainer {
    text-transform: capitalize;
    text-align: center;
}

/*[15.categorylist]*/
.categorylist .widget-header {
    margin-bottom: 0;
}

/*[16.linklist]*/
.linklist .widget-header {
    margin-bottom: 0;
}

/*[17.monthlist]*/
.monthlist .widget-header {
    margin-bottom: 0;
}

/*[18.mostcomments]*/
.mostcomments table td {
    border: none;
    border-bottom: 1px solid #CCC;
    background: none;
}

/*[19.newsletter]*/
.newsletter input[type=text] {
    margin-bottom: 15px;
}

/*[20.pagelist]*/
.pagelist .widget-header {
    margin-bottom: 0;
}

/*[21.recentcomments]*/
.recentcomments .widget-header {
    margin-bottom: 0;
}

/*[22.recentposts]*/
.recentposts .widget-header {
    margin-bottom: 0;
}

/*[23.search]*/
.search {
    padding: 4px;
    background: #fff;
}

/*[24.tagcloud]*/
.tagcloud ul li {
    display: inline-block;
    margin: 1px;
    border: none;
    padding: 3px;
}

/*[25.archive-page]*/
.archive-page .archive-page-content h2 {
    font-size: 16px;
    height: 30px;
    line-height: 35px;
    font-weight: bold;
}

/*[26.contact-page]*/
.contact-page {
}

/*[27.search-page]*/
.search-page .search-page-searchbox {
    background: #fff;
    padding: 3px;
    border-radius: 6px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

/*[28.syntaxhighlighter]*/
.syntaxhighlighter {
    padding: 15px 3px;
    direction: ltr !important;
}

/*[31.post-list]*/
.postList img {
    margin-right: 10px;
    float: left;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none; /* fix buttons height, for twitter bootstrap */
    line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
    margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

html {
    overflow-x: hidden;
    box-sizing: border-box !important;
}

body {
    line-height: 1.8;
    color: #333333;
    cursor: default;
    font-weight: 300;
    background: linear-gradient(to bottom, #e6f4ff 0%, #ffffff 80%);
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box !important;
}

h1, .h1 {
    font-size: 32px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
}

h2, .h2 {
    font-size: 26px;
}

h3, .h3 {
    font-size: 20px;
    color: #0099FF !important;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

hr {
    padding-bottom: 0px;
    margin: 5px !important;
}

img {
    max-width: 100%;
}

table {
    width: 100%;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #190078;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 23px;
}

﻿:root {
    --brand: #0099FF;
    --brand-dark: #0077CC;
    --bg: #ffffff;
    --card: #F7F9FC;
    --text: #0b1224;
    --muted: #5b6b7f;
    --accent: #28D17C;
    --danger: #FF5A5F;
    --maxw: 1200px;
    --border: rgba(0,0,0,.08);
}

@media only screen and (max-width: 768px) {
.contactform {
        width: 90%;
    }
.social-share
{
visibility: hidden;
}
footer {
height:100px !important; 
}
.dxm-slide-panel dxm-left dxm-expanded {
        overflow: auto;
        width: 90% !important;
    }
}

@media only screen and (max-width: 1099px) {
.menuContainer {
        position: absolute;
        top: 21px;
        right: 10px;
    }
.SubMenuContent {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
.dxm-slide-panel {
        width: 80% !important;
        background-image: url(/img_web/rightbg.jpg);
        background-size: cover;
    }
}

    #ToHide {
        -webkit-animation: cssAnimation 5s forwards;
        animation: cssAnimation 5s forwards;
    }

    @keyframes cssAnimation {
        0% {
            opacity: 0;
        }

        90% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes cssAnimation {
        0% {
            opacity: 0;
        }

        90% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    @supports (-webkit-touch-callout: none) {
        .lng {
            position: absolute;
            top: 21px;
            right: 204px;
            width: 92px;
        }
    }

    @supports not (-webkit-touch-callout: none) {
        .lng {
            position: absolute;
            top: 21px;
            right: 40px;
            width: 92px;
        }
    }

    @media only screen and (max-width: 1099px) {
        .menuContainer {
            position: absolute;
            top: 21px;
            right: 10px;
        }

        .menuSolutions {
            width: 95%;
            color: #0099FF;
            margin-left: auto;
            margin-right: auto;
            vertical-align: top;
        }

        .dxm-slide-panel dxm-left dxm-expanded {
            overflow: auto;
            width: 90% !important;
        }

        .langMenu {
            position: absolute;
            bottom: -14px;
            right: 0px;
        }

        .logoAT {
            height: 50px;
        }
    }

    @media only screen and (min-width: 1100px) {
        .menuContainer {
            float: left;
            width: 80%;
            padding-top: 9px;
        }

        .dxmLite_AtemisCloud, .dxmLite_AtemisCloud .dxm-item a.dx {
            font-weight: 600;
        }

        .menuHoverStyle {
            background-color: #0099FF;
            text-decoration: none;
            color: white;
            border-radius: 5px;
        }

        .menuSolutions {
            width: 50%;
            color: #0099FF;
            margin-left: auto;
            margin-right: auto;
            vertical-align: top;
        }

        .menuItemStyle {
            border: 1px solid #e9eaef;
        }

        .logoAT {
            height: 55px;
        }

        .SubMenuContent {
            padding: 10px;
            line-height: 1.5;
            font: 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
        }

            .SubMenuContent a {
                text-decoration: none;
                padding: 5px;
            }

                .SubMenuContent a:hover {
                    background-color: #0099FF;
                    text-decoration: none;
                    color: white !important;
                    border-radius: 5px;
                    padding: 5px;
                }
    }

/* Minimal, scoped to this section uniquement */
#why-atemiscloud .why-card {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: 0 6px 14px rgba(2,8,23,.06);
}

#why-atemiscloud .eyebrow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #64748b;
    margin-bottom: 4px;
}

#why-atemiscloud .why-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
}

#why-atemiscloud .why-text {
    margin: 0;
    color: #6b7280; /* gris doux */
}

/* Equal height for all cards in the section */
@media (min-width: 992px) { /* desktop & up */
    #why-atemiscloud .why-card {
        display: flex; /* robust vertical layout */
        flex-direction: column;
        min-height: 180px; /* <- adjust if you add more text */
    }

    #why-atemiscloud .why-title {
        margin-bottom: 6px;
    }

    #why-atemiscloud .why-text {
        flex: 1 1 auto;
    }
}

/* Slightly smaller on tablets if you like */
@media (min-width: 768px) and (max-width: 991.98px) {
    #why-atemiscloud .why-card {
        min-height: 170px;
    }
}

/* Make each item look like a card and equal height */
#integrations .feature-wrap {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 6px 14px rgba(2,8,23,.06);
    display: flex; /* equal-height layout */
    flex-direction: column;
    min-height: 160px; /* tweak 150–190px to fit your text */
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

    #integrations .feature-wrap:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(2,8,23,.08);
        border-color: #e6eef7;
    }

    /* Tighter, more modern typography inside the cards */
    #integrations .feature-wrap h2 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a; /* darker than link-blue */
        margin: 0 0 6px;
    }

    #integrations .feature-wrap p {
        color: #6b7280; /* soft gray */
        margin: 0;
    }

/* ===================== WORKFLOWS ===================== */
#workflows .feature-wrap {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 6px 14px rgba(2,8,23,.06);
    display: flex; /* equal-height cards */
    flex-direction: column;
    min-height: 220px; /* adjust 200–240px if your copy changes */
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

    #workflows .feature-wrap:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(2,8,23,.08);
        border-color: #e6eef7;
    }

    /* Typography inside the cards */
    #workflows .feature-wrap h2 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        margin: 0 0 6px;
    }

    #workflows .feature-wrap h3 {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .06em;
        color: #64748b;
        margin: 10px 0 4px;
    }
        /* Visual separation before the “After” block (2nd h3) */
        #workflows .feature-wrap h3:nth-of-type(2) {
            margin-top: 12px;
            padding-top: 10px;
            border-top: 1px solid #eef2f7;
        }

    #workflows .feature-wrap p {
        color: #6b7280;
        margin: 0;
    }

    #workflows .feature-wrap h3 + p {
        margin-bottom: 0;
    }

/* ======================= FAQ ======================== */
/* Make each <details> a card */
#faq details {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 6px 14px rgba(2,8,23,.06);
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    min-height: 88px; /* nice, even height when collapsed */
}

    #faq details:hover {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(2,8,23,.08);
        border-color: #e6eef7;
    }

/* Tidy, accessible summary with an indicator */
#faq summary {
    cursor: pointer;
    list-style: none;
    outline: none;
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #0f172a;
}

    #faq summary::-webkit-details-marker {
        display: none;
    }

    #faq summary::after {
        content: '+';
        margin-left: auto;
        font-weight: 700;
        transition: transform .16s ease;
    }

#faq details[open] summary::after {
    content: '–';
}

/* Answer text */
#faq details p {
    margin: 8px 0 0;
    color: #6b7280;
}

/* Keyboard focus */
#faq summary:focus-visible {
    outline: 2px solid rgba(0,153,255,.35);
    outline-offset: 2px;
    border-radius: 6px;
}

    *{box-sizing:border-box}
    body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Ubuntu,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}
    .wrap{max-width:980px;margin:auto;}
    header.article-header h1{font-size:clamp(1.6rem,2.4vw,2.2rem);line-height:1.25;margin:.25rem 0 .5rem}
    .lede{color:var(--muted);font-size:1.05rem;margin-bottom:1.25rem}
    .cta-bar{display:flex;gap:12px;flex-wrap:wrap;margin:14px 0 28px}
    .btn{display:inline-block;padding:12px 18px;border-radius:12px;font-weight:600;text-decoration:none;border:1px solid transparent}
    .btn-primary{background:var(--brand);color:#fff}
    .btn-secondary{background:transparent;border-color:var(--brand);margin-top: 10px;color:var(--brand)}
    .thebadge{display:inline-block;background:var(--bg-alt);border:1px solid #e5e7eb;color:#111827;border-radius:999px;padding:4px 10px;font-size:1.2rem}
    h2{margin:0 0 .5rem; padding-top:20px;}
    h3{margin:1.25rem 0 .35rem}
    .note,.warn{background:var(--bg-alt);border:1px solid #e5e7eb;border-left:4px solid var(--brand);padding:14px;border-radius:12px; margin-bottom: 4%;}
    .warn{border-left-color:#ef4444}
    .table{width:100%;border-collapse:collapse;margin:12px 0;border-radius:12px;overflow:hidden}
    .table th,.table td{padding:10px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:.98rem;vertical-align:top}
    thead th{background:#f1f5f9;font-weight:700}
    .toc{font-size:1.5rem;background:var(--bg-alt);border:1px solid #e5e7eb;border-radius:12px;padding:12px}
    .toc a{color:inherit;text-decoration:none}
    .toc a:hover{color:var(--brand)}
    .divider{height:1px;background:#e5e7eb;margin:22px 0}
    .kpi{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
    .kpi .card{background:var(--bg-alt);border:1px solid #e5e7eb;border-radius:14px;padding:14px}
    .kpi .title{font-size:.85rem;color:var(--muted)}
    .kpi .value{font-size:1.25rem;font-weight:700}
    .checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
    .checklist li{list-style: "✔ "; padding-left:.25rem}
    @media (max-width:720px){
      .kpi{grid-template-columns:1fr}
      .checklist{grid-template-columns:1fr}
    }



    
