﻿/* ======TEMPLATE ORIGINE====== */

::selection {
    background: #d3f1f6; /* Safari */
}

::-moz-selection {
    background: #d3f1f6; /* Firefox */
}

.lg-outer .lg-item:after,
.animsition-loading,
.tp-loader.spinner {
    border-left: 6px solid #4e549f;
}

a {
    color: #4e549f;
}

    a.line:hover {
        border-bottom: 1px solid #4e549f;
    }

    a:hover {
        color: #4e549f;
    }

.nocolor:hover {
    color: #4e549f;
}

.post-title a:hover {
    color: #4e549f;
}

.more {
    color: #4e549f;
}

    .meta a:hover,
    .more:hover {
        color: #4e549f;
    }

.meta.price,
.meta.price a {
    color: #4e549f;
}

footer.inverse-wrapper a:hover {
    color: #4e549f !important;
}

ul.circled li:before {
    color: #4e549f;
}

.contact-info li a:hover {
    color: #4e549f;
}

.contact-info li:before {
    color: #4e549f;
    content: "" !important;
}

.contact-info i {
    color: #4e549f;
}

/*.btn {
    background: #4e549f;
}

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active {
        background: #0ba5c3;
    }*/

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
    background: #FFF !important;
    color: #4e549f !important;
}

/*.navbar.centered.color .navbar-collapse {
    background: #4e549f;
}

.navbar .info a:hover,
.navbar .top-bar a:hover {
    color: #4e549f;
}
*/
.isotope-filter ul li a:hover,
.isotope-filter ul li a.is-checked {
    color: #4e549f;
}

.blog-posts .post .date-wrapper .date {
    background: #4e549f;
}

.blog-posts .post .format-wrapper {
    background-color: #4e549f;
    margin-top: 10%;
}

.timeline .date-title .date {
    background: rgb(242, 219, 61);
}

footer a:hover {
    color: #4e549f;
}

.sidebar .meta a:hover,
footer .meta a:hover {
    color: #4e549f !important;
}

.sidebox a:hover {
    color: #4e549f;
}

.widget .post-list li a:hover {
    color: #4e549f;
}

#comments .info h4 a:hover {
    color: #4e549f;
}

.tparrows:hover:before {
    color: #4e549f;
}

.owl-nav .owl-prev:hover:before,
.owl-nav .owl-next:hover:before {
    color: #4e549f;
}

.number-carousel .item:hover .number {
    color: #4e549f;
}

.progress-list li em {
    color: #4e549f;
}

.progress.plain .bar {
    background: #4e549f !important;
}

.bar-container {
    border: 1px solid #4e549f;
}

.tooltip-inner {
    background-color: #4e549f;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #4e549f;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #4e549f;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #4e549f;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #4e549f;
}

.nav-tabs > li > a:hover {
    color: #4e549f;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #4e549f;
}

    .nav-tabs > li.active > a:after {
        border-bottom: 1px solid #4e549f;
    }

.panel-group .panel-heading .panel-title:hover,
.panel-group .panel-active .panel-heading .panel-title {
    border: 1px solid #4e549f;
    color: #4e549f;
}

.panel.pricing.active::after {
    border: 3px solid #4e549f !important;
}

.panel.pricing .price {
    color: #4e549f;
}

.vanilla-form input[type="radio"]:focus + span,
.vanilla-form input[type="checkbox"]:focus + span,
.vanilla-form input[type="radio"]:active + span,
.vanilla-form input[type="checkbox"]:active + span {
    border-color: #4e549f;
}

.vanilla-form input[type="radio"] + span::after {
    background-color: #4e549f;
    border-color: #4e549f;
}

.vanilla-form input[type="radio"]:checked + span,
.vanilla-form input[type="checkbox"]:checked + span {
    border: 1px solid #4e549f;
}

.vanilla-form input[type="checkbox"] + span::after {
    border: 0 solid #4e549f;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item.active:hover {
    border-color: #4e549f;
}

.lg-toolbar .lg-icon:hover,
.lg-outer .lg-toogle-thumb:hover,
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #4e549f;
}

@media (min-width: 1371px) {
    .navbar .nav > li.current > a,
    .navbar .nav > li > a:hover {
        color: #4e549f !important;
    }
}

@media (max-width: 1077px) {
    .navbar .navbar-collapse {
        background: #4e549f;
    }
}

/* ======LAYOUT====== */

.mentions-legale-contenu {
    background-color: #eaedef;
}

    .mentions-legale-contenu h3,
    .mentions-legale-contenu h5,
    .mentions-legale-contenu p,
    .mentions-legale-contenu ul {
        margin-left: 10%;
        margin-right: 10%;
    }

    .mentions-legale-contenu h1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

/* Header boutons en haut à droite [General] */
.navbar-connexion {
    margin-top: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: absolute;
    right: 0px;
}

/* Header boutons en haut à droite [Mobile] */
@media (max-width: 1371px) {
    .navbar-connexion {
        margin-left: 0px;
        position: relative;
    }
}

h4.modal-title {
    color: white;
}

.modal-dialog {
    width: 90% !important;
}


.form-demo {
    max-width: 600px;
    margin: auto;
    border: 1px solid gray;
    border-radius: 0 0 10px 10px;
}

.form-demo {
    margin: unset;
}

    .form-demo.left {
        margin-bottom: 20px;
    }

@media (min-width: 1200px) {
    .form-demo-ensemble {
        width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-demo.left {
        float: left;
        width: 540px;
    }

    .form-demo.right {
        float: right;
        margin-bottom: 30px;
    }

    .form-demo {
        margin: auto;
    }
}

.form-demo .footer {
    padding: 0 15px 15px 15px;
    text-align: center;
}

.listeMenu .container {
    width: 100% !important;
}

.liste-Contact .bouton-orange {
    padding: 2px 10px 2px 10px !important;
}

.numero-telephone-teogest {
    pointer-events: none;
    cursor: default;
}

.bouton-connexion-teogest {
    font-size: 12px !important;
    font-weight: normal;
    line-height: 15px !important;
    color: #2e2e2e;
    letter-spacing: 0;
    position: relative;
    vertical-align: central;
    top: 30px;
    padding: 3px 5px 3px 5px !important;
    text-align: center;
    margin-left: 20px !important;
}

.navbar .navbar-nav > li > a.bouton-connexion-teogest:hover {
    color: white !important;
}

/*.active-menu {
    background-color: #4e549f !important;
    color: white !important;
    text-align: center !important;
    line-height: 25px !important;
    margin-top: 29px !important;
}*/

/*.navbar .navbar-nav > li > a.dropdown-toggle-ligne {
    height: 51px;
}

.navbar .navbar-nav > li > a {
    font-size: 18px;
    line-height: 25px !important;
    margin-top: 52px;
}

.navbar .navbar-nav > li.fin > a {
    margin-top: 47px;
}
*/
@media (min-width: 991px) and (max-width: 1242px) {
    .logoBandeau {
        float: none !important;
        display: block !important;
        text-align: center !important;
    }

        .logoBandeau img {
            margin-bottom: 0px !important;
        }

    .listeMenu .ensemble-nav-bars {
        float: none !important;
        margin-bottom: 23px !important;
    }

    /*    .navbar .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar .navbar-collapse .top-button-premier {
        padding-right: 5px;
    }*/
}
/*
@media (max-width: 1077px) {
    .navbar .navbar-nav > li > a.dropdown-toggle-ligne {
        height: auto;
    }

    .navbar .navbar-nav > li.fin > a {
        height: 36px !important;
        line-height: 36px !important;
    }

        .navbar .navbar-nav > li.fin > a span {
            vertical-align: top;
        }

    body.macintosh .navbar .navbar-nav > li.fin > a span {
        vertical-align: text-bottom;
    }

    .navbar .navbar-nav > li.fin > a span:before {
        content: "Me connecter";
    }
}

.navbar .navbar-nav > li > .progress-button {
    margin-top: 47px;
}

    .navbar .navbar-nav > li > .progress-button button {
        width: 146px;
        height: 36px;
        font-size: 17px;
    }

    .navbar .navbar-nav > li > .progress-button button {
        width: 165px;
    }

body.macintosh .navbar .navbar-nav > li > a {
}

.navbar .navbar-nav > li > a.dropdown-toggle-ligne:hover {
    border-bottom: 3px solid #4e549f;
}

.navbar .navbar-nav > li > a:hover {
    background-color: transparent !important;
    color: #4e549f !important;
}

.navbar .navbar-nav > li > ul > li > a {
    font-size: 18px;
}*/





.widget img {
    max-height: 80px;
    max-width: 320px;
}

.telephone-menu {
    display: inline-block;
    max-height: 25px;
    max-width: 25px;
}

.navbar.fixed img {
    max-height: 80px;
    max-width: 320px;
    padding-top: 5px;
}

.divSousContact {
    display: inline-block;
    margin-left: 5%;
    float: right;
}

.divContact {
    margin-top: 27px;
    float: right !important;
    width: 30% !important;
    display: inline-block !important;
}

.logoBandeau {
    float: left;
    display: inline-block;
}

.bandeau-haut-header img {
    max-width: 184px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.bouton-connexion:hover {
    background-color: #d35d47 !important;
    color: #101828 !important;
}

.meconnecter-menu {
    color: #4e549f !important;
    padding-left: 0 !important;
}

    .meconnecter-menu:hover svg {
        fill: #101828 !important;
    }

    .meconnecter-menu svg {
        width: 36px;
    }

/* ======GENERIQUE====== */
.color-rouge {
    color: red;
}

.couleur-blanche {
    color: white;
}

.bouton-centrer {
    margin: auto;
    display: inline;
    text-align: center;
}

.bouton-orange {
    background-color: #f2db3d !important;
    color: #101828 !important;
    padding: 3px 5px 3px 5px;
    border: none;
}

.bouton-solution {
    background-color: #4e549f !important;
    color: white !important;
    padding: 3px 5px 3px 5px !important;
    border: none;
}

.navbar-connexion .bouton-bleu, .navbar-connexion .bouton-rouge {
    line-height: 34px;
}

.pop-footer {
    text-align: right;
}

.bouton-bleu {
    background-color: #4e549f !important;
    color: #FFF !important;
    padding: 3px 5px 3px 5px !important;
    border: none;
}

.bouton-rouge {
    background-color: #d15842 !important;
    color: #FFF !important;
    padding: 3px 5px 3px 5px !important;
    border: none;
}

.bouton-rouge-demo {
    background-color: #d15842 !important;
    color: white !important;
    padding: 3px 5px 3px 5px !important;
    border: none;
}

.bouton-blanc {
    background-color: #e0e0e0 !important;
    color: #101828 !important;
    padding: 3px 5px 3px 5px !important;
    border: 1px #101828;
}

.text-jaune-teogest {
    color: #F9B713 !important;
    font-weight: bold !important;
}

.text-orange-teogest {
    color: #d35d47 !important;
    font-weight: bold !important;
}

.text-bleu-teogest {
    color: #4e549f !important;
}

.text-souligne {
    text-decoration: underline;
}

.text-gras {
    font-weight: bold;
}

.text-rouge {
    color: #d15842;
}

.text-jaune-p {
    color: #f2db3d;
    font-weight: bold;
}

/* ======HOME====== */

#a-propos-home .section-title {
    margin-bottom: 0 !important;
}

#a-propos-home p {
    margin: 0 0 0 0 !important;
    font-weight: bold;
}

#en-plus-home .section-title {
    margin-bottom: 0 !important;
}

#en-plus-home p {
    margin: 0 0 0 0 !important;
    font-weight: bold;
}

.defaultimg {
    -webkit-filter: saturate(150%);
    -moz-filter: saturate(150%);
    -ms-filter: saturate(150%);
    filter: saturate(150%);
}

.et-en-plus-wrapper {
    background: #d35d47 !important;
    color: white !important;
}

.web-formation-box {
    background: #F9B713 !important;
    width: 100%;
}

    .web-formation-box .bouton-orange,
    .formation-box .bouton-orange {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 60px);
    }

    .web-formation-box p,
    .formation-box p {
        margin-bottom: 20px;
        font-size: 18px;
    }

.formations-teogest-box {
    background: #91BEDD !important;
    width: 100%;
    color: white !important;
}

.auditPreconisations-teogest-box {
    background: rgb(181, 201, 51) !important;
    width: 100%;
    color: white !important;
}

    .auditPreconisations-teogest-box p, .auditPreconisations-teogest-box h1 {
        color: white !important;
    }

.formations-teogest-box h1 {
    color: white !important;
}

.formations-teogest-box h3 {
    color: #4e549f !important;
}

.formations-teogest-box p {
    color: white !important;
}

.formation-services p {
    margin: 0 0 10px 30px !important;
}

.formation-services .mypadding .box > ul > li, .formation-services .mypadding > ul > li {
    margin: 0 0 0px 60px !important;
}

.formation-services .decalage {
    margin-left: 40px !important;
}

.formation-services h3 {
    margin-top: 20px !important;
}

.formation-marge-bouton {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

/* ======SERVICE====== */

.ui-dialog-titlebar {
    background-color: #4e549f !important;
    color: white !important;
}

.ui-dialog .btn-default {
    color: white !important;
}

.ui-dialog .radioCivilite {
    display: inline-block;
}

.ui-dialog .label-message {
    text-align: left;
    padding-left: 0 !important;
}

#en-plus-services .section-title {
    margin-bottom: 0 !important;
}

.formation-services .section-title {
    margin-bottom: 0 !important;
}

#assistance-services .section-title {
    margin-bottom: 0 !important;
}

#en-plus-services p {
    margin: 0 0 0 0 !important;
}

#assistance-services p {
    margin: 0 0 0 0 !important;
}

#formation-services .boxed {
    margin-bottom: 30px !important;
}

#en-plus-services .icon {
    margin-bottom: 10px;
}

.formation-box {
    background: #91BEDD !important;
    width: 100%;
}

.box-container .owl-stage {
    margin: auto;
}

.formation-box h4,
.formation-box p,
.web-formation-box h4,
.web-formation-box p {
    color: white !important;
}

/* ======SOLUTION====== */

.gris-solution.section-title {
    margin-bottom: 0;
}

.solution-container-title h2 {
    margin: 30px 0 0 0;
    font-weight: lighter;
    color: #4d464a;
    font-size: 1.1em;
}

@media (min-width:360px) {

    .solution-container-title h2 {
        font-size: 1.2em;
    }
}

.solution-container .category-container {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    padding: 20px 0 20px 0;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
}

    .solution-container .category-container .category-description {
        text-align: center;
    }

    .solution-container .category-container h2 {
        font-size: 1.48em;
        font-weight: lighter;
        color: #4e549f;
        line-height: 35px;
    }


    .solution-container .category-container span {
        font-size: 1em;
        font-weight: lighter;
        color: #4d464a;
        line-height: 24px;
    }

    .solution-container .category-container .category-title {
        text-align: center;
    }

        .solution-container .category-container .category-title h2 {
            font-size: 1.2em;
            font-weight: 600;
        }

    .solution-container .category-container .category-description span {
        font-size: 0.8em;
    }

.container-etiquette {
    margin-bottom: 20px;
}

.ficheProduit-container-presentation {
    position: relative; /* Ajoutez cette ligne */
    margin-left: 10px;
    margin-top: 15px;
    padding-right: 10px;
    display: flex;
    justify-content: start;
    line-height: 24px;
}

.ficheProduit-presentation {
    display: flex;
    justify-content: space-between; /* Alignez les éléments sur les bords opposés */
    width: 100%; /* Assurez-vous que le conteneur prend toute la largeur disponible */
    flex-direction: column;
}

@media (min-width: 1078px) {
    .ficheProduit-container .large-screen-margin-top {
        margin-top: 16em;
    }
}



.ficheProduit-presentation .toggle-content {
    display: flex;
    justify-content: end;
    margin-top: 0;
}


.ficheProduit-presentation-btn {
    width: 40px;
    height: 40px;
}

@media (min-width:1024px) {
    .ficheProduit-presentation-btn {
        width: 55px;
        height: 55px;
    }
}

@keyframes rotateImage {
    from {
        transform: rotate(-30deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes rotateImageReverse {
    from {
        transform: rotate(30deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.rotating {
    animation: rotateImage 0.5s linear;
}

.rotating-reverse {
    animation: rotateImageReverse 0.5s linear;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    animation: fadeInUp 0.5s ease-out forwards;
}


.ficheProduit-presentation-btn-bottom {
    margin-top: 15px;
    margin-bottom: 15px
}


.ficheProduit-presentation-barre-container {
    display: flex;
    padding-top: 25px;
    justify-content: center;
    align-items: center;
}



/* Fiche Produits 2024 */

.solution-container {
    font-size: 17px;
    margin-bottom: 100px;
}

.ficheProduit-container {
    width: auto;
}

@media (max-width: 1077px) {
    .ficheProduit-container .container-slider .w3-content .mySlides {
        border: solid 1px grey
    }
}

.ficheProduit-title-container {
    display: flex;
    margin-top: 5px;
    margin-left: 0;
}

.ficheProduit-icon {
    margin-right: 20px;
}

    .ficheProduit-icon img {
        max-width: 80px;
    }


.ficheProduit-titre h3 {
    padding-top: 20px !important;
    font-size: 1.2em !important;
    color: #4d464a !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}


.solution-pointsforts {
    position: relative;
}




@media(min-width: 1078px) {
    .solution-pointsforts {
        margin-top: 100px;
    }
}

.indentation {
    margin-left: 10px;
}

@media (min-width: 360px) {
    .solution-container .category-container .category-title h2 {
        font-size: 1.3em;
    }

    .solution-container .category-container .category-description span {
        font-size: 1em;
    }

    .ficheProduit-titre h3 {
        font-size: 1.3em !important;
    }
}


@media (min-width: 630px) {


    .ficheProduit-titre h3 {
        font-size: 1.4em !important;
    }
}

@media (min-width: 666px) {

    .ficheProduit-titre h3 {
        font-size: 1.5em !important;
    }

    .solution-container .category-container .category-title h2 {
        font-size: 1.5em !important;
    }
}

@media (min-width: 700px) {

    .ficheProduit-titre h3 {
        font-size: 1.6em !important;
    }

    .solution-container .category-container .category-title h2 {
        font-size: 1.6em !important;
    }
}

@media (min-width: 780px) {

    .ficheProduit-titre h3 {
        font-size: 1.7em !important;
    }

    .solution-container .category-container .category-title h2 {
        font-size: 1.7em !important;
    }
}

@media (min-width: 850px) {
    .ficheProduit-titre h3 {
        font-size: 1.86em !important;
    }

    .solution-container .category-container .category-title h2 {
        font-size: 1.86em !important;
    }
}

@media (min-width: 950px) {
    .ficheProduit-presentation {
        flex-direction: row;
    }

    .ficheProduit-container-presentation {
        padding-right: 0;
        margin-top: 0;
    }

    .ficheProduit-presentation .toggle-content {
        display: flex;
        justify-content: end;
        margin-top: 0px;
    }

    .indentation {
        margin-left: 30px;
    }
}


@media (min-width: 1024px) {
    .solution-container .category-container span {
        font-size: 1.2em;
    }

    .solution-container .category-container {
        margin-top: 50px;
        padding: 20px 0 20px 0;
        margin-bottom: 50px;
    }


    /*Affichage spécial quand présentation fais une ligne */

    .ficheProduit-presentation {
        display: flex;
        justify-content: space-between; /* Alignez les éléments sur les bords opposés */
        width: 100%; /* Assurez-vous que le conteneur prend toute la largeur disponible */
        flex-direction: row;
        align-items: flex-start; /* Ajouté pour aligner les éléments au début */
    }

        .ficheProduit-presentation span {
            margin-bottom: 27px;
        }

    .ficheProduit-presentation-barre-container.barre-1 {
        padding-top: 0;
    }
}

/* End Fiche Produits */
.portfolio-grid.col4 figure {
    width: 125px;
    height: 125px;
}

    .portfolio-grid.col4 figure img {
        width: 100%;
        height: 100%;
    }

.isotope-filter {
    width: 100% !important;
    margin: auto !important;
}

    .isotope-filter ul li a span {
        vertical-align: middle;
    }

    .isotope-filter ul li a {
        font-size: 15px !important;
        letter-spacing: 0;
        padding-top: 4px;
        padding-bottom: 6px;
        vertical-align: middle;
        height: 50px;
    }

body.macintosh .isotope-filter ul li a {
}

.marge-solution-container {
    margin: auto;
}

@media (min-width:1024px) {
    .isotope-filter ul li a {
    }
}


.isotope-filter ul li a {
    width: 100%;
    height: 100%;
    padding: 15px;
}

@media (min-width: 920px) {
    .solution a img:not(.nav-arrows),
    .marge-solution-container {
        width: 100%
    }
}

.fiche-solution .trophee {
    margin-left: 2cm;
    width: 168px;
}

.fiche-solution .gris-solution {
    height: 188px;
}

.fiche-solution .presentation {
    font-size: 20px;
}

.fiche-solution .progress-button {
    margin-bottom: 60px;
}

    .fiche-solution .progress-button button {
        width: 183px;
        height: 55px;
    }
/*
    @media (max-width: 919px) and (min-width: 590px) {
        .solution a img:not(.nav-arrows),
        .marge-solution-container {
            width: 590px !important;
        }

        .portfolio-grid.col4 .item {
        }
    }

    @media (max-width: 589px) and (min-width: 435px) {
        .solution a img:not(.nav-arrows),
        .marge-solution-container {
            width: 435px;
        }

        .portfolio-grid.col4 .item {
        }

        .solution-container {
            max-width: 435px;
        }

        .contenu-solution-bouton {
            margin-top: 80px !important;
        }

        .descriptif-solution {
        }
    }
*/
/*   @media (max-width: 434px) and (min-width: 310px) {
        .solution a img:not(.nav-arrows),
        .marge-solution-container {
            width: 310px;
        }

        .portfolio-grid.col4 .item {
        }

        .solution-container {
            max-width: 310px;
        }

        .isotope-filter ul li a {
        }

        .descriptif-solution {
        }
    }

    @media (max-width: 309px) {
        .portfolio-grid.col4 .item {
            width: 100%;
        }

        .solution-container {
            height: 125px;
        }

        html > body .solution-container {
            max-width: 125px;
        }

        .isotope-filter ul li a {
            max-width: 155px;
        }
    }
*/
.titre-solution {
    padding-left: 10%;
    padding-right: 10%;
}

.marge-solution-container .item {
    margin-bottom: 30px;
    margin-right: 30px;
}

.marge-solution-container figure {
    max-width: 128px !important;
    min-width: 128px !important;
    max-height: 128px !important;
    min-height: 128px !important;
    float: left;
    cursor: default;
}

.marge-solution-container .info {
    max-width: 125px !important;
    min-width: 125px !important;
}

.titre-fiche-solution h3 {
    font-size: 21px !important;
}

.titre-fiche-solution p {
    font-size: 16px !important;
}

/*.navbar.fixed .bouton-connexion-teogest {
        top: 20px;
    }*/

.solution-container img {
    width: 210px;
}

@media (min-width: 920px) {
    .solution .revslider-initialised {
        height: 520px !important;
    }

    .solution .tp-parallax-wrap {
        margin-top: 65px !important;
    }
}

@media (min-width: 880px) and (max-width: 920px) {
    .solution .revslider-initialised {
        height: 480px !important;
    }

    .solution .tp-parallax-wrap {
        margin-top: 80px !important;
    }

    .contenu-solution-bouton {
        margin-top: 80px !important;
    }

    .descriptif-solution {
    }
}

@media (min-width: 590px) and (max-width: 879px) {
    .solution .revslider-initialised {
        height: 400px !important;
    }

    .solution .tp-parallax-wrap {
        margin-top: 65px !important;
    }

    .contenu-solution-bouton {
        margin-top: 80px !important;
    }

    .descriptif-solution {
    }
}

.contenu-texte-solution {
    background-color: #eaedef;
    padding-bottom: 30px;
    padding-top: 30px;
}

.point-fort-solution p,
.descriptif-solution li,
.point-fort-solution ul {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.point-fort-solution {
    padding-top: 40px;
    background: white !important;
    line-height: 1.8em;
}

    .point-fort-solution .descriptif-solution {
        padding-top: 0px;
        padding-bottom: 10px;
    }

.pointfortNiveau1 ul {
    padding-top: 0px !important;
}

    .pointfortNiveau1 ul li:before {
        content: '- ';
        float: left;
        position: relative;
        left: -5px;
    }

.fonctionnalite-solution .descriptif-solution {
    padding-top: 27px;
    padding-bottom: 0px;
}

.solution:not(.fiche-solution) {
    padding-top: 150px;
}

.fiche-solution {
    padding-top: 50px;
}

.container-popModule .fiche-solution {
    padding-top: 0 !important;
    line-height: 24px;
}


.solution-icone {
    width: 128px;
    height: 128px;
}

.solution-container .info span {
    font-size: 15px !important;
}

.titre-fiche-solution .contenu-solution {
    width: calc(662px);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* ======ABONNEMENT====== */

.text-abonnement-container .lab {
    margin-top: 10px;
}

.text-abonnement-container .row,
#assistance-services .row,
#en-plus-services .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.champs-abonnement {
    padding-left: 0;
    padding-right: 0;
}

.text-abonnement-container {
}

@media (min-width: 768px) {
    .information-abonnement:hover div {
        top: 2em;
        left: -400px;
    }
}

.information-abonnement:not(:hover) img {
    width: 30px;
    height: 30px;
}

.information-abonnement:hover {
    z-index: 25;
    background-color: #4e549f;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.libelle-abonnement {
    text-align: right;
}

.information-abonnement:hover img:not(.actif) {
    display: none;
}

.information-abonnement:hover .actif {
    display: normal;
    width: 30px;
    height: 30px;
    background: #4e549f;
}

.information-abonnement {
    position: relative;
    z-index: 24;
}

    .information-abonnement:not(:hover) .actif {
        display: none;
    }

    .information-abonnement div {
        -webkit-transition: opacity 0.3s ease-in;
        -o-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .information-abonnement:hover div {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        width: 100%;
        margin: auto;
        opacity: 1;
        position: absolute;
        height: 80px;
        border: 1px solid #d35d47;
        background-color: #FFF;
        color: #d35d47;
        text-align: justify;
        padding: 5px;
    }

@media (max-width: 768px) {
    .libelle-abonnement {
        text-align: left;
    }
}

.civilite-abonnement {
    margin-left: 2px;
}

.information-abonnement:not(:hover) div {
    visibility: hidden;
}

.text-abonnement-container:not(.text-rouge-validator) {
}

.text-abonnement-container .form-control {
    color: #101828 !important;
    background: white !important;
    border: 1px solid #4e549f;
    margin-right: 10px;
}


.contenu-text-abonnement {
}

@media (max-width: 1077px) {
    .text-abonnement-container,
    .content-wrapper.corps-pages {
    }
}

.text-abonnement:not(.text-rouge-validator) {
    color: white !important;
    background: #4e549f !important;
    margin-right: 0;
}

.corps-pages .section-title {
    margin-bottom: 0 !important;
}

.tarif-sous-titre {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 40px;
    background: #eaedef !important;
}

/* ======TARIF====== */

.icone-tarif p {
    margin: 0 0 0 0;
}

.icone-tarif .section-title {
    margin: 0 0 0 0;
}

.thin.icone-tarif {
    width: 100%;
    margin-top: 80px;
}

.ligne-icone-tarif {
    width: 70%;
    margin: auto;
}

.icone-tarif img {
    width: 100px;
    height: 100px;
}

/* ======CONTACT====== */

.text-box-contact {
    height: 25px !important;
    margin-left: 3px;
    background: white !important;
    color: #101828 !important;
    float: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 7px !important;
}

.label-contact {
    text-align: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* ==================== Add by Corentin ==================== */

/* ====== Color-title ====== */

.filtre-solution {
    color: #4e549f !important;
    line-height: 17px !important;
    text-transform: none !important;
}

.filtre-solution-collecte-donnees {
    background: rgb(145, 190, 221) !important;
}

.filtre-solution-production-comptable {
    background: rgb(181, 201, 51) !important;
}

.filtre-solution-echange-donnees {
    background: rgb(249, 183, 19) !important;
}

.filtre-solution-gestion-interne {
    background: rgb(190, 155, 188) !important;
}

.filtre-solution-restitution-client {
    background: rgb(242, 219, 61) !important;
}

.filtre-solution-collaboration-client {
    background: rgb(143, 221, 207) !important;
}

.filtre-solution-pilotage-collaborateur {
    background: rgb(203, 204, 199) !important;
}

.filtre-solution-tous {
    background: #4e549f !important;
    line-height: 30px !important;
    color: white !important;
}

.txtgras {
    font-weight: bold;
}

my-police {
    font-size: 20px !important;
}

.my-img {
    width: 185px !important;
    height: 185px !important;
}

.my-img-full {
    width: 250px !important;
    height: 250px !important;
}

.bouton-jaune {
    background-color: rgb(44, 89, 118) !important;
    color: white !important;
    padding: 3px 5px 3px 5px !important;
    border: none;
}

.google-g {
    float: left;
    width: 40%;
}

.google-d {
    float: right;
    width: 40%;
}

.titre-blocs h1 {
    font-size: 30px !important;
    letter-spacing: -0.6px !important;
    line-height: 34px !important;
    font-weight: 700 !important;
    margin-bottom: 0px;
}

.my-section-title h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #101828;
}

.bg-holder-job {
    max-width: 100%;
    background-size: 1600px, 1065px;
    background-position: 45% center !important;
}

.inverse-wrapper {
    background-color: white !important;
}

.table-modules {
    width: 750px;
    border-collapse: collapse;
}

/* =======Prix View======= */

.simulationCouts th, .simulationCouts td {
    padding: 4px;
}

.portlet-body {
    overflow: auto;
}

#simulationCoutsEC .panel-prix {
    width: 420px;
}

#simulationCoutsEntreprise .panel-prix {
    width: 600px;
}

#tablePrevisionsConsommation th, #tableCoutsPrevisionnels2 th, #tableSalaries th, .table-modules th {
    text-align: center;
}

.tablePrix {
    width: 400px;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 20px;
    display: none;
}

    .tablePrix tr:nth-last-child(1), .tablePrix tr:nth-last-child(2) {
        display: none;
    }

.table-modules input {
    width: 50px;
    text-align: right;
}

.table input {
    width: 50px;
}

.title td {
    text-align: center;
}

.nb {
    text-align: right;
}

/* ======Validation====== */

.text-danger {
    color: #ea3824 !important;
}

.text-abonnement-container .form-control {
    background: white !important;
}

#ribTeogest {
    max-width: 600px;
    margin: 15px 0;
}

    #ribTeogest .form-control {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

/* ======ADAPTATIONS TAILLE====== */

.tableResult {
    width: 600px;
}

.sizeTextBox1 {
    width: 200px;
}

.sizeTextBox2 {
    width: 200px;
}

.sizeTextBox3 {
    width: 150px;
}

.sizeTextBox4 {
    width: 40px;
}

.group {
    width: 100%;
    height: 40px;
}

#tableCalculCollab, #tableCalculClient,
#tableSocietes, #tableSalaries, #tablePrevisionsConsommation,
#tableCoutsPrevisionnels1, #tableCoutsPrevisionnels2 {
    margin-bottom: 0;
}

mix-inner span {
    display: block;
    text-align: center;
    line-height: normal;
}

.portlet.box.blue {
    border: 1px solid #4e549f;
}

    .portlet.box.blue > .portlet-title {
        border-bottom: 1px solid #4e549f;
        border-top: 1px solid #4e549f;
    }

.portlet.box > .portlet-title {
    border-bottom: 1px solid #eee;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 10px 4px;
}

.portlet > .portlet-title::after {
    clear: both;
}

.portlet > .portlet-title::before, .portlet > .portlet-title::after {
    content: " ";
    display: table;
}

.portlet.box.blue > .portlet-title > .caption {
    color: #4e549f;
}

.portlet > .portlet-title > .caption {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 8px;
    padding: 0;
}

.portlet > .portlet-body {
    clear: both;
    padding: 0;
}

.produit .pointsforts {
    padding-top: 10px;
    border: 1px solid #4e549f;
    position: relative;
}

    .produit .pointsforts .madeinfrance {
        position: absolute;
        top: -40px;
        right: -10px;
    }

    .produit .pointsforts p {
        color: #4e549f;
    }

.tablePrix .tdPrixUnitaire {
    width: 170px;
}

.tablePrix .tdPack {
    width: 250px;
}

#prixTotalOption1 .separateurCouts1, #prixTotalOption2 .separateurCouts1 {
    width: 0;
}

#prixTotalOption1 .separateurCouts2, #prixTotalOption2 .separateurCouts2 {
    width: 0;
}

/* ======SOLUTION====== */

.img_solu {
    width: 300px !important;
    height: 290px !important;
}

.couleurTeogest {
    color: #FFF !important;
}

.figure-taille {
    width: 50%;
}

.my-col {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.my-inner {
    margin-left: 60px;
    margin-right: 60px;
}

.solution a img:not(.nav-arrows):not(.solution-screenshot) {
    margin-bottom: 10px !important;
    width: 128px !important;
    height: 128px !important;
}

.arrow-left {
    float: left !important;
    margin: 80px 10px 0 10px;
    display: inline-block !important;
}

.arrow-right {
    float: right !important;
    margin: 80px 10px 0 10px;
    display: inline-block !important;
}

.solution-my-icone {
    margin-bottom: -5px !important;
    width: 128px !important;
    height: 128px !important;
    float: left;
}

.nav-arrows {
    width: 30px !important;
    height: 30px !important;
}

.close-solution img {
    width: 30px !important;
    height: 30px !important;
    float: right;
    margin-top: 35px !important;
    margin-right: 5px;
}

.solution-screenshot {
    border: 1px solid #4e549f !important;
}

.fiche-solution .btn.btn-large {
    padding: 15px 20px !important;
}

.btn:not(.agrandir-image-solution) {
    font-size: 13px;
}

.agrandir-image-solution {
    text-transform: none;
    box-shadow: 0 0 0 0 !important;
}

.solution .tparrows {
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 600px !important;
    border: 1px solid #4e549f;
}

.my_margin {
    margin-left: 20px;
    vertical-align: sub;
}

#ReserverDemo {
    float: right;
}

.formInformationClick::before {
    background: #4e549f none repeat scroll 0 0;
    border-radius: 20px;
    color: white;
    content: "i";
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    text-align: center;
    width: 20px;
    padding-right: 2px;
    padding-top: 1px;
}

.formInformationClick {
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
}

.formInformation::before {
    background: #4e549f none repeat scroll 0 0;
    border-radius: 20px;
    color: white;
    content: "i";
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    height: 20px;
    line-height: 18px;
    text-align: center;
    width: 20px;
    padding-right: 2px;
    padding-top: 1px;
}

.formInformation {
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
}

.information-abonnement2 {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 24;
}

    .information-abonnement2:not(:hover) img {
        width: 30px;
        height: 30px;
    }

    .information-abonnement2:hover {
        min-width: 30px;
        min-height: 30px;
        z-index: 25;
        background-color: #4e549f;
        width: 30px;
        height: 30px;
    }

        .information-abonnement2:hover img:not(.actif) {
            display: none;
        }

        .information-abonnement2:hover .actif {
            display: normal;
            width: 30px;
            height: 30px;
            background: #4e549f;
        }

    .information-abonnement2:not(:hover) .actif {
        display: none;
    }

    .information-abonnement2 div {
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        -o-transition: opacity 0.3s ease-in;
        -moz-transition: opacity 0.3s ease-in;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in;
    }

    .information-abonnement2:not(:hover) div {
        visibility: hidden;
    }

.texte-information2 {
    white-space: normal;
    min-width: 100px;
    max-width: 400px;
    max-height: 400px;
}

.information-abonnement2:hover div {
    margin: auto;
    border: 1px solid #d35d47;
    background-color: #FFF;
    color: #d35d47;
    text-align: justify;
    padding: 5px;
    opacity: 1;
}

.information-abonnement2:hover p {
    margin: auto;
}

/* ======Tipsy====== */

.tipsy {
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #4e549f;
    color: white;
    padding: 5px 8px 4px 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tipsyJaune .tipsy-inner {
    background-color: #FFFF00;
    color: #101828;
    font-size: 15px;
}

/* Uncomment for shadow */

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #FFF66F;
}

.tipsyJaune.tipsy-w {
    transform: translateX(-20px);
}
/* ajuste -20/-24 etc. */


/* Rules to colour arrows */

.tipsy-arrow-n {
    border-bottom-color: #101828;
}

.tipsy-arrow-s {
    border-top-color: #101828;
}

.tipsy-arrow-e {
    border-left-color: #101828;
}

.tipsy-arrow-w {
    border-right-color: #101828;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: 0;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy table td, .tipsy table th {
    border: 1px solid #101828;
    padding: 4px;
}

.tipsy table th {
    text-align: center;
}

/*======Fin Tipsy======*/

.bouton-valider-commande {
    border: none;
    font-weight: bold !important;
}

.bouton-formulaire-contact {
    width: 120px;
    height: 30px;
    text-transform: none;
}

.fancybox-button {
    background-color: white !important;
}

.my_title_tab th {
    background-color: #4e549f;
    color: white;
    font-weight: bold;
    font-size: 1em;
    padding: 0 !important;
    height: 50px;
    text-align: center;
}


.descriptif-module div {
    display: none;
    padding: 30px 15px 30px 0;
    margin: auto;
    font-style: normal;
    font-size: 18px !important;
    width: 100% !important;
}

.text-incline {
    max-width: 25px;
    color: white;
    border: 1px solid #FFF;
    border-top-width: 110px;
    padding: 2px 2px 2px 0 !important;
}

.text-incline-vide {
    min-width: 25px;
    border: none;
}

.text-incline span {
    margin: 0;
    padding: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg) translate(-172px);
    white-space: nowrap;
    display: block;
}

.border-tableau-tarif {
    border-collapse: collapse !important;
}

.tableau-tarif-abonnement {
    border: 1px solid #4e549f;
}

    .tableau-tarif-abonnement tr.center {
        height: 45px;
    }

    .tableau-tarif-abonnement tr.top td {
        padding-top: 10px;
    }

    .tableau-tarif-abonnement tr.bottom td {
        padding-bottom: 10px;
    }

    .tableau-tarif-abonnement .text {
        width: 477px;
        text-align: right;
    }

    .tableau-tarif-abonnement .value {
        color: #4e549f;
        padding-left: 5px;
        text-align: right;
        font-weight: bold;
    }

    .tableau-tarif-abonnement .virgule {
        color: #4e549f;
        text-align: left;
        font-weight: bold;
    }

    .tableau-tarif-abonnement .euro {
        color: #4e549f;
        text-align: left;
        font-weight: bold;
        padding-left: 5px;
    }

    .tableau-tarif-abonnement .info {
        padding-left: 5px;
    }

.tableau-info-tarif {
    margin-bottom: 15px;
}

    .tableau-info-tarif td.value {
        text-align: right;
        padding-right: 5px;
    }

.tableau-tarif .fond-bleu {
    background: #91BEDD !important;
}

.tableau-tarif .fond-vert {
    background: #8FDDCF !important;
}

.ligne-vide {
    border: none;
    height: 25px;
    width: 850px;
}

.ligne-vide-verticale {
    border: none;
    width: 25px;
}

.tableau-tarif {
    margin: auto;
}

    .tableau-tarif td {
        padding: 2px 2px 2px 2px;
    }

.texte-gauche-tableau {
    text-align: left;
    width: 415px;
    padding-left: 7px !important;
}

.texte-droit-tableau {
    text-align: right;
    width: 55px;
    padding-right: 7px !important;
}

.texte-center-tableau {
    text-align: center;
    width: 100px;
}

.div-tableau-tarif {
    margin: auto;
}

    .div-tableau-tarif .info {
        padding-left: 5px;
    }

#formSimulationCouts tbody td {
    padding-bottom: 0 !important;
    height: 50px;
}

.modal-overlay, .modalOverlay {
    position: fixed;
    z-index: 10;
    background: #101828;
    display: block;
    opacity: 0.3;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
    top: 0;
}

.divWait {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -100px;
    height: 124px;
    margin-top: -62px;
    border: 2px solid gray;
    text-align: center;
    color: white !important;
}

/* ======NAVBAR====== */

.dropdown-menu-top {
    top: 105px !important;
}

@media (max-width: 1077px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .fiche-solution .trophee {
        margin-left: 0 !important;
        margin-top: 0 !important;
        display: block;
    }
}

@media (min-width: 1333px) {
    .navbar-connexion {
        float: right;
    }
}

@media (max-width: 1332px) {
    .navbar-connexion {
        float: right;
    }
}

@media (max-width: 1077px) {
    .navbar .navbar-collapse {
        background-color: #4e549f;
    }
}

@media (max-width: 500px) {
    .navbar-connexion {
        float: left;
        clear: both;
        margin: 16px;
    }
}

@media (max-width: 550px) {
    .navbar-collapse.in {
        width: 80%;
    }
}

.figure a,
.overlay,
.info span {
    padding: 0 0 !important;
}

.ligne {
    border-collapse: collapse !important;
}

.lien-cgv, .lien-cgv:hover, .lien-cgv:focus {
    color: white;
}

.text-abonnement-container a {
}

.centerbutton {
    border-left-width: 1px;
    margin-left: 20% !important;
}

.mypadding {
    padding-left: 14% !important;
    padding-right: 14% !important;
}

.mypaddingTarifs {
    padding-left: 9% !important;
    padding-right: 9% !important;
}

.mypaneltitle {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 7px;
    color: white;
}

.mymarginleft95 {
    margin-left: 95px;
}

.mymarginleft10 {
    margin-left: 10px;
}

.mymarginleft15 {
    margin-left: 15%;
}

.mymarginright15 {
    margin-right: 15%;
}

.mymarginright95 {
    margin-right: 95px;
}

.mymargintop30 {
    margin-top: 30px !important;
}

.mymargintop0 {
    margin-top: 0 !important;
}

.fonctionnalite-solution ul {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.fonctionnaliteNiveau1 {
    padding-top: 10px !important;
}

    .fonctionnaliteNiveau1 ul {
        padding-top: 0px !important;
    }

.fonctionnaliteNiveau2 ul {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.fonctionnalite-solution ul li ul li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ============================= DEMO ================================= */

.modal-header {
    background: #fff none repeat scroll 0 0;
    color: white;
}

    .modal-header.rouge {
        background: #d15842;
    }


    .modal-header h1, .modal-header h2 {
        color: white;
        font-weight: bold;
    }

.modal-reserver-demo .datepicker {
    z-index: 10000;
}

.modal-reserver-demo .modal-backdrop {
    z-index: 40;
}

.modal-reserver-demo .modal-dialog {
    max-width: 745px;
    z-index: 41;
    margin-top: 100px;
}

.modal-reserver-demo .close {
    position: absolute;
    right: -40px;
    margin-top: -65px;
    background-color: transparent;
    opacity: 1;
}


    .modal-reserver-demo .close img {
        width: 40px;
        height: 40px;
    }


.modal-reserver-demo label {
    margin-top: 10px;
}

.modal-reserver-demo #candidature {
    padding: 30px;
    padding-left: 80px;
    padding-right: 80px;
}

.modal-reserver-demo h2 {
    text-align: center;
}

.modal-reserver-demo .rgpd {
    display: table;
}

.modal-reserver-demo #AccepteRGPD {
    float: left;
    margin-right: 15px;
}

.modal-reserver-demo .modal-footer .btn {
    background-color: #2d6a99;
    margin-bottom: 0;
}

.modal-reserver-demo .radioCivilite {
    display: inline-block;
    margin-right: 10px;
}

.modal-reserver-demo .form-group {
    margin-bottom: 0 !important;
}

.required-star {
    color: #4e549f;
}

.block7 {
    text-align: justify;
    border-bottom: #80cae5 1px solid;
    position: relative;
    padding-bottom: 20px;
    margin-top: 40px;
}

.vertiali {
    vertical-align: super;
}

.fontstyle {
    font-size: 18px !important;
}

.fiche-solution .description ul {
    line-height: 1.8em;
    padding: 0 0 0 45px !important;
}

.fiche-solution .description .sous-titre {
    margin-bottom: 20px;
}

.fiche-solution .description .block {
    margin-bottom: 45px;
}

.fiche-solution .description .desc {
    padding: 0 0 0 25px !important;
}

    .fiche-solution .description .desc li {
        padding: 0 0 0 45px !important;
    }

.title-description {
    text-align: center !important;
}

.descriptif-module .title-description {
    color: #4e549f;
    padding: 4px;
}

.color-title1 {
    color: #4e549f !important;
}

.color-title2 {
    color: rgb(255, 110, 120) !important;
    font-size: 20px !important;
}

.color-title3 {
    color: rgb(244, 135, 30) !important;
    font-size: 20px !important;
}

.color-title4 {
    color: rgb(145, 190, 221) !important;
    font-size: 20px !important;
}

.color-title5 {
    color: rgb(169, 100, 165) !important;
    font-size: 20px !important;
}

.color-title6 {
    color: rgb(226, 40, 43) !important;
    font-size: 20px !important;
}

.color-title7 {
    color: rgb(143, 221, 207) !important;
    font-size: 20px !important;
}

.color-title8 {
    color: rgb(249, 183, 19) !important;
    font-size: 20px !important;
}

.liste-vide {
    list-style-type: none;
}

.liste-carre {
    list-style-type: square;
    padding-left: 50px;
}

.point-fort-solution > ul,
.fonctionnalite-solution > ul {
    padding: 0 0 0 45px !important;
}

.point-fort-solution > span,
.fonctionnalite-solution > span {
    padding-bottom: 35px;
}

.my-bold {
    font-weight: bold !important;
}

.fonctionnaliteNiveau3 {
    padding-left: 10px;
    list-style-type: none;
}

ul li.sansPuce:before {
    content: '';
}

.fonctionnaliteNiveau2 ul li:before {
    content: '-  ';
    float: left;
    position: relative;
    left: -5px;
}

.fonctionnaliteNiveau3 ul li:before {
    content: '■';
    float: left;
}

.fonctionnaliteNiveau4 {
    margin-left: 25px;
}

.fonctionnaliteNiveau5 {
    margin-left: 15px;
}

.text-abonnement-container h2 {
    font-size: 1.6em;
    margin-bottom: 15px;
}

.descriptif-module h3, .descriptif-module p.h5 {
    font-weight: normal;
}

.center-tot {
    text-align: right !important;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
}

.icon-service {
    margin-top: 10px;
}

.validation-abo {
    width: 200px;
}

.title-height {
    line-height: 1 !important;
}

.title-pop {
    color: #2d6a99 !important;
    font-size: 21px !important;
}

.title-pop1 {
    font-size: 21px !important;
}

.color-red {
    color: red;
}

#ImprimerFicheProduit {
    float: left;
}

.formulaireReserverDemo {
    float: right;
}

.margin-button-solution {
    margin-top: 5px;
}

/* .form-group {
        margin-bottom: 0;
    }*/

.control-label {
    padding-right: 5px;
    padding-left: 12px;
}

.sizeTextBox2 {
    width: 200px;
}

.ui-dialog h2 {
    font-weight: normal;
    font-size: 14px;
}

.bouton-orange {
    font-size: 18px;
}

.form-horizontal input {
    font-weight: normal;
    height: 25px;
    margin-bottom: -10px;
    border: 1px solid #4e549f;
}

    .form-horizontal input[type=file] {
        border: none;
    }

    .form-horizontal input.btn {
        font-weight: bold;
    }

.form-horizontal input,
.form-horizontal button {
    height: 30px;
    margin-bottom: 5px;
    vertical-align: middle;
    padding: 6px 6px 6px 6px;
    text-transform: none;
}

body form textarea.form-control {
    padding: 6px;
}

body form input[type='file'] {
    padding: 0px !important;
}


.divLeft,
.texte-bandeau-solution {
    float: left;
}

.divLeft {
    z-index: 999;
}

.texte-bandeau-solution {
    z-index: 998;
}

.titre-fiche-solution {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 128px;
    display: table;
    width: 70%;
    margin-bottom: 1%;
}

.titre-solution-centrer {
    vertical-align: middle;
    display: table-cell;
}

.logo-fiche-solution {
    float: left;
    margin-right: 15px;
    display: table-cell;
}

.titre-solution-centrer p {
    margin: 0 0 0 0;
}

.fonctionnalite-solution {
    padding-top: 30px;
}

.description-sso {
    padding: 30px 20px;
}

.descriptif-solution {
}

.contenu-solution-bouton {
    margin: 20px auto 30px auto;
}

.ficheProduitDescription p {
    margin-bottom: 0px;
}

.bouton-produit {
    float: right;
}

.no-margin {
    margin-top: 0 !important;
}

/*=================  Zone Media Queries Responsive  =================*/

@media (max-width: 990px) {
    .mypadding {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: justify !important;
    }
}

@media (min-width: 0px) and (max-width: 1371px) {
    .mymargin {
        text-align: justify;
        margin-left: -10px !important;
        margin-right: 0 !important;
    }

    .tableau-tarif {
    }
}

@media (min-width: 1371px) and (max-width: 1200px) {
    .mymargin {
        margin-left: 14% !important;
        margin-right: 11% !important;
    }
}

@media (min-width: 1200px) and (max-width: 3840px) {
    .mymargin {
        margin-left: 14% !important;
        margin-right: 14% !important;
    }
}

@media (min-width: 0px) and (max-width: 250px) {
    .gris-solution.section-title, .sub-footer {
        width: 850px !important;
    }
}

@media (min-width: 1371px) and (max-width: 1200px) {
    .content-wrapper {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .content-wrapper {
        width: 100% !important;
    }

    .web-formation-box, .formation-box {
        height: 429px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .web-formation-box, .formation-box {
        height: 487px !important;
    }
}

@media (min-width: 790px) {
    .divRight {
        margin-left: calc((100% - 785px)/2);
    }

    .texte-bandeau-solution {
        margin-left: calc((100% - 1000px)/2);
    }
}

@media (min-width: 680px) and (max-width:879px) {
    .divRight {
        margin-left: calc((100% - 685px)/2);
    }

    .texte-bandeau-solution {
        margin-left: calc((100% - 670px)/2);
    }

    .solution a img:not(.nav-arrows) {
        width: 100% !important;
    }
}

@media (min-width: 524px) and (max-width:679px) {
    .divRight {
        margin-left: calc((100% - 520px)/2);
    }

    .texte-bandeau-solution {
        margin-left: calc((100% - 750px)/2);
    }

    .contenu-solution-bouton {
        margin-top: 80px;
    }

    .bandeau-solution {
        height: 100%;
    }

    .fiche-solution .gris-solution {
        height: 250px;
    }

    .solution a img:not(.nav-arrows) {
        width: 100% !important;
    }
}

@media (max-width:524px) {
    .divRight {
        display: none;
    }

    .divLeft {
        display: none;
    }

    .logo-fiche-solution {
        display: none;
    }

    .texte-bandeau-solution,
    .titre-fiche-solution {
        width: 100%;
    }

    .contenu-solution-bouton {
        margin-top: 80px;
    }

    .bandeau-solution {
        height: 100%;
    }

    .fiche-solution .gris-solution {
        height: 250px;
    }
}

@media (max-width:590px) {
    .agrandir-image-solution {
        display: none;
    }
}

@media (min-width:880px) {
    .solution .tparrows {
        margin-top: 500px !important;
    }
}

@media (max-width:991px) {
    .navbar-collapse.collapse {
        max-width: 250px;
    }
}

@media (min-width: 551px) and (max-width:991px) {
    .texte-presentation-solution {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width:320px) and (max-width:524px) {
    .solution a img:not(.nav-arrows) {
        width: 100% !important;
    }

    .texte-presentation-solution {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width:920px) {
    .solution a img:not(.nav-arrows) {
        width: 920px !important;
    }

    .texte-presentation-solution {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

@media (min-width:525px) and (max-width:680px) {
    .texte-bandeau-solution {
        margin-left: calc((100% - 670px)/2);
    }
}

@media (min-width:420px) and (max-width:720px) {
    .navbar.default, .gris-solution, .isotope-filter, .descriptif-solution, .sub-footer {
        width: 100% !important;
    }
}

@media (min-width:850px) and (max-width:950px) {
    .navbar.default, .gris-solution, .isotope-filter, .descriptif-solution, .sub-footer {
        width: 100% !important;
    }
}

@media (max-width:419px) {
    .navbar.default {
        width: 100% !important;
    }
}

@media (max-width:550px) {
    .solution-my-icone {
        display: none;
    }

    .arrow-right {
        float: right !important;
        margin-top: 80px !important;
        margin-right: -120px;
        display: inline-block !important;
    }

    .divRight {
        display: none;
    }

    .divLeft {
        display: none;
    }

    .logo-fiche-solution {
        display: none;
    }

    .contenu-solution-bouton {
        margin-top: 80px;
    }

    .radio-width-marg {
        width: 100px !important;
        margin-left: 0 !important;
    }

    .mymarginleft95 {
        margin-left: 25px;
    }

    .mymarginright95 {
        margin-right: 25px;
    }
}

@media (max-width:769px) {
    .ui-dialog .control-label {
        text-align: left;
        font-size: 14px;
        padding-right: 5px;
        padding-left: 12px;
    }
}

@media (min-width:850px) and (max-width:990px) {
    .text-home-page {
        margin-top: 0;
    }
}

@media (min-width:320px) and (max-width:649px) {
    .text-home-page {
        margin-top: 0;
    }
}

@media (min-width:320px) and (max-width:550px) {
    .solution .tparrows {
        margin-top: 270px !important;
    }
}

@media (min-width:551px) and (max-width:919px) {
    .solution .tparrows {
        margin-top: 320px !important;
    }
}

@media (min-width:920px) {
    .solution .tparrows {
        margin-top: 480px !important;
    }
}

@media (max-width:919px) {
    .titre-solution-centrer {
        vertical-align: middle;
        display: table-cell;
        line-height: 1;
    }
}

@media (max-width:1300px) {
    .navbar-nav li a {
    }
}

@media (min-width:1371px) and (max-width:1397px) {
    .navbar-nav li a {
    }
}

@media (min-width:1398px) and (max-width:1435px) {
    .navbar-nav li a {
    }
}

@media (min-width:1436px) and (max-width:1468px) {
    .navbar-nav li a {
    }
}

@media (min-width:1469px) and (max-width:1539px) {
    .navbar-nav li a {
    }
}

@media (min-width:1540px) and (max-width:1608px) {
    .navbar-nav li a {
    }
}

@media (min-width:1609px) and (max-width:1678px) {
    .navbar-nav li a {
    }
}

@media (min-width:1679px) and (max-width:1811px) {
    .navbar-nav li a {
    }
}

@media (min-width:991px) and (max-width:1344px) {
    .mymarginleft95 {
        margin-left: 0 !important;
    }

    .mymarginright95 {
        margin-right: 0 !important;
    }
}

#temoignages .author {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

#temoignages blockquote {
    padding: 0px;
}

    #temoignages blockquote::before {
        content: none;
    }

#temoignages .info {
    text-align: left;
    font-weight: bold;
    line-height: 20px;
}

.home-page img.trophee {
    height: auto;
    width: 450px;
    position: absolute;
    float: left;
    z-index: 0;
    margin-top: 30px;
    margin-left: 50px;
}

/* Style général pour l'image */
.lienMacaron .trophee {
    transition: transform 0.5s ease; /* Durée et type de transition */
    display: block; /* Assure que l'image ne laisse pas d'espace en bas */
    max-width: 100%; /* Assure que l'image ne dépasse pas son conteneur */
    height: auto; /* Garde le ratio de l'image */
    will-change: transform; /* Optimise les performances de la transition */
}

/* Style au survol de l'image */
.lienMacaron:hover .trophee {
    transform: scale(1.05);
}


@media (min-width: 768px) and (max-width: 1327px) {
    .home-page img.trophee {
        margin-left: 0;
    }
}

@media (max-width: 1077px) {
    .home-page a.lienMacaron {
        display: block;
        text-align: center;
    }

    .home-page img.trophee {
        position: relative;
        float: none;
        margin: 0;
    }

    .grosTitre-slide1, .grosTitre-slide2 {
        margin-top: 0 !important;
    }
}

.home-page img.panneaux {
    max-width: 800px;
    position: absolute;
    float: right;
    margin-top: 18px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-left: 43%;
}

.home-page img.vignette_partenaire {
    max-width: 160px;
    position: absolute;
    float: right;
    margin-top: 16px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    left: 1169px;
    right: 0;
}

.home-page img.panneauxPetit {
    display: none;
}

.home-page img.vignette_partenairePetit {
    display: none;
}



@media (max-width: 1077px) {
    .home-page .img_centrage {
        display: block;
        text-align: center;
    }

    .home-page img.panneaux {
        display: none;
    }

    .home-page img.panneauxPetit {
        display: initial;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .home-page img.vignette_partenaire {
        display: none;
    }

    .home-page img.vignette_partenairePetit {
        display: initial;
        width: 100%;
        height: 100%;
        max-width: 177px;
        margin: 0;
        margin-bottom: 10px;
    }
}

#home-container-blanc {
    background: white;
    width: 100%;
    height: 349px;
}

    #home-container-blanc .bouton-container {
        margin-top: 34px;
        float: left;
        position: absolute;
    }

.bouton-container .gauche {
    float: left;
    margin-right: 25px;
}

.bouton-container .droite {
    position: static;
}

.progress-button {
    position: relative;
    display: inline-block;
    text-align: center;
}

    .progress-button button {
        display: block;
        margin: 0 auto;
        padding: 0;
        width: 165px;
        height: 50px;
        border: 3px solid #FF6136;
        border-radius: 50px;
        background: transparent;
        color: #4e549f !important;
        letter-spacing: 1px;
        font-size: 15px;
        -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
        transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    }

/*Button tarifs*/
#tarifs .dark-wrapper .rectangle .progress-button.tarifs button {
    background-color: #4e549f;
    margin-top: 10px;
}

.progress-button button.tarifs {
    background: #4e549f;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 132px;
    height: 40px;
    border: 3px solid #4e549f;
    border-radius: 1rem;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}

    .progress-button button.tarifs span {
        color: white !important;
    }
/*End Button tarifs*/

.progress-button button.inv {
    color: white !important;
    background: #FF6136 !important;
}

.progress-button button.rouge {
    background-color: #FF6136 !important;
    border-color: #FF6136 !important;
}

.progress-button button:hover,
.progress-button button.inv:hover {
    background-color: #636fc1 !important;
    border-color: #636fc1 !important;
    color: #fff !important;
}

.progress-button button:focus {
    outline: none;
}

#home-container-blanc .textglobal {
    position: static;
    line-height: calc(349px - 34px);
    text-align: center;
}

#home-container-blanc .text {
    text-align: center;
    line-height: 1.2;
    vertical-align: bottom;
    display: inline-block;
}

.text .bleu {
    color: #4e549f;
    font-size: 2.2em;
}

.text .noir {
    color: #101828;
    font-size: 1.5em;
}

@media (max-width: 1077px) {
    .bouton-container .gauche {
        float: unset;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .text .bleu {
        font-size: 1.5em;
    }

    .text .noir {
        font-size: 1.0em;
    }

    #home-container-blanc {
        height: auto;
    }

        #home-container-blanc .textglobal {
            line-height: 0;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        #home-container-blanc .bouton-container {
            float: none;
            text-align: center;
            position: inherit;
        }
}

.text-home-page {
    background: #4e549f;
    width: 100%;
    text-align: center;
}

    .text-home-page span {
        font-size: 20px;
        color: white;
    }

@media (max-width: 1077px) {
    .text-home-page .feature {
        padding: 0 !important;
    }
}

.principauxBenefices {
    margin-top: 45px;
}

.dark-wrapper .text {
    text-align: center;
    line-height: 1.2;
}

.dark-wrapper .partenaire {
    text-align: center;
}

    .dark-wrapper .partenaire img.pon {
        width: 300px;
    }

    .dark-wrapper .partenaire img.palmares {
        width: 250px;
    }

    .dark-wrapper .partenaire img.frenchtech {
        width: 285px;
    }

.dark-wrapper .rectangle {
    border: 1px solid #4e549f;
    padding: 30px;
    height: 320px;
    margin-top: 10px;
}

    .dark-wrapper .rectangle.light {
        border: 1px solid #4e549f;
    }

@media (min-width: 768px) and (max-width: 1362px) {

    .home-page img.vignette_partenaire {
        left: unset;
    }
}

@media (min-width: 768px) and (max-width: 1327px) {
    .dark-wrapper .rectangle {
        height: 355px;
    }
}

@media (max-width: 1077px) {
    .dark-wrapper .partenaire.milieu {
        margin: 45px;
    }

    .dark-wrapper .rectangle {
        height: auto;
    }
}

.dark-wrapper.solutions .titre {
    color: #4e549f;
    font-size: 1.2em;
    margin-bottom: 20px;
    padding-left: 17px;
    padding-right: 27px;
}

.dark-wrapper.solutions .solution-fonctionnalite .titre {
    padding-left: 0;
    padding-right: 0;
}

.dark-wrapper .icon-s {
    text-align: left;
    margin-bottom: 20px;
}

    .dark-wrapper .icon-s img {
        width: 70px;
        text-align: left;
    }

.dark-wrapper .contenu {
    line-height: 1.4em;
}

/*Dans solutions*/
.dark-wrapper.solutions .titre {
    font-size: 1.4em;
    position: relative;
}

.infoModule td, .infoModule tr {
    font-size: 10px;
}

.infoModule th {
    background-color: #4e549f;
    text-align: left;
    color: white;
    width: 90px;
    font-size: 14px;
}

    .infoModule th:last-child {
        width: 130px;
    }

.infoModule td {
    background-color: white;
}

.infoModule tr.bleu td {
    background-color: #4e549f;
}

.infoModule td, .infoModule th {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}


    .infoModule td.centrer, .infoModule th.centrer {
        padding-left: 0;
        text-align: center;
    }


    .infoModule td.col3 {
        padding-top: 0;
        padding-bottom: 0;
    }


#popModule > div.content-wrapper.fiche-solution.solution.ficheProduit-container > div.supplement > div.text-orange-teogest.descriptif-solution > h2 {
    font-size: 1.2em;
}

#popModule > div.content-wrapper.fiche-solution.solution.ficheProduit-container > div.supplement > div:nth-child(3) > table {
}

#popModule > div.content-wrapper.fiche-solution.solution.ficheProduit-container > div.supplement > div:nth-child(2) {
    padding: 0;
}

@media(min-width:360px) {
    .infoModule th {
        width: 120px;
    }

    .infoModule td, .infoModule tr {
        font-size: 12px;
    }
}

@media(min-width:428px) {
    .infoModule th {
        width: 130px;
    }

    .infoModule td, .infoModule tr {
        font-size: 13px;
    }
}

@media(min-width:568px) {
    .infoModule th {
        width: 200px;
        font-size: 18px;
    }


        .infoModule th:last-child {
            width: 200px;
        }


    .infoModule td, .infoModule tr {
        font-size: 16px;
    }

    .infoModule td, .infoModule th {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media(min-width:650px) {
    .infoModule th {
        width: unset;
        font-size: 20px;
    }


        .infoModule th:last-child {
            width: unset;
        }


    .infoModule td, .infoModule tr {
        font-size: 20px;
    }

    .infoModule {
        font-size: 20px;
    }

        .infoModule td, .infoModule tr {
            font-size: 20px;
        }

        .infoModule th {
            font-size: 20px;
        }


        .infoModule td, .infoModule th {
            padding-left: 35px;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    #popModule > div.content-wrapper.fiche-solution.solution.ficheProduit-container > div.supplement > div:nth-child(2) {
        padding: 10px 30px
    }

    #popModule > div.content-wrapper.fiche-solution.solution.ficheProduit-container > div.supplement > div.text-orange-teogest.descriptif-solution > h2 {
        font-size: 2em;
    }
}

.dark-wrapper.solutions .rectangle {
    height: auto;
    padding: 0;
    cursor: pointer;
    padding-top: 17px;
    padding-bottom: 17px;
}

    .dark-wrapper.solutions .rectangle:hover {
        background-color: #4e549f;
    }

        .dark-wrapper.solutions .rectangle:hover .titre,
        .dark-wrapper.solutions .rectangle:hover .contenu {
            color: white;
        }

        .dark-wrapper.solutions .rectangle:hover .plus-tournant {
            background: #101828;
        }

.plus-tournant {
    border-radius: 25px;
    background: #4e549f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    margin-top: 17px;
    transition: all 1s;
    margin-left: 140px;
}

.isotope-filter .plus-tournant {
    position: absolute;
    margin-top: 188px;
    line-height: 36px;
    margin-left: 0;
}

.isotope-filter .div-img {
    position: absolute;
    margin-top: 21px;
    right: 15px;
}

    .isotope-filter .div-img img {
        width: auto;
        height: auto;
        max-width: 201px;
        max-height: 113px;
    }

.isotope-filter .plus-tournant span {
    font-size: 18px;
    font-weight: normal;
}

.dark-wrapper.solutions .rectangle.selected .titre,
.dark-wrapper.solutions .rectangle.selected .contenu {
    color: white;
}

.dark-wrapper.solutions .rectangle.selected .plus-tournant {
    background: #101828;
    transform: rotate(45deg);
}

.dark-wrapper.solutions .rectangle.selected {
    background-color: #4e549f;
}

.dark-wrapper.solutions .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.solution-fonctionnalite {
    height: auto;
    /*transition: all 1s;*/
    opacity: 1;
}

    .solution-fonctionnalite.selected {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

@media (max-width: 1077px) {
    .solution-fonctionnalite.selected {
        float: none;
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
        width: auto;
    }
}

.solution-fonctionnalite.cacher {
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
}

.solution-fonctionnalite .titre {
    color: #4e549f;
    font-size: 1.4em !important;
    position: relative !important;
}

.solution-fonctionnalite li {
    margin-top: 10px;
}


.solution-fonctionnalite .puces div {
    display: inline;
}

.solution-fonctionnalite .puces .fonctionnaliteNiveau2 > div {
    margin-left: -3px;
}

#home-image-container .texteImageHome {
    /*overflow: hidden;*/
    position: absolute;
    /*width: 100%;*/
    /*height: 250px;*/
    /*font-size: 10px;*/
    color: #4e549f;
}

#texteGaucheImageHome {
    left: 20px;
    top: 10%;
}

#texteDroiteImageHome {
    right: 20px;
    top: 10%;
}

.toggle-check-input {
    width: 1px;
    height: 1px;
    position: absolute;
}

.toggle-check-text {
    display: inline-block;
    position: relative;
    background: #ea3824;
    padding: 0.25em 0.5em 0.25em 2em;
    border-radius: 0.5em;
    min-width: 2em;
    color: #FFF;
    cursor: pointer;
    transition: background-color 0.15s;
}

    .toggle-check-text:after {
        content: ' ';
        display: block;
        background: linear-gradient(#c0c6c9,#81898f);
        width: 1.3em;
        height: 1.3em;
        border-radius: 0.2em;
        position: absolute;
        left: 0.15em;
        top: 0.2em;
        transition: left 0.15s, margin-left 0.15s;
    }

    .toggle-check-text:before {
        content: 'Non';
    }

.toggle-check-input:checked ~ .toggle-check-text {
    background: linear-gradient(#04b404,#088a08);
    padding-left: 0.5em;
    padding-right: 2em;
}

    .toggle-check-input:checked ~ .toggle-check-text:before {
        content: 'Oui';
    }

    .toggle-check-input:checked ~ .toggle-check-text:after {
        left: 100%;
        margin-left: -1.4em;
    }

.liste-traitements-cgv {
    margin-left: 10px;
}

.cercle-vert {
    width: 40px;
    height: 40px;
    background: #B5C933;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin-top: -5px;
    padding-top: 5px;
    padding-left: 15px;
    margin-left: -45px;
    margin-right: 5px;
    color: white;
}

.titre-bleu {
    padding-bottom: 30px;
    text-align: center;
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 34px;
    font-weight: 700;
    color: #4e549f;
    margin: 0;
}

.fond-transition {
    background-image: url("/Content/style/images/fond-transition.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 18px;
}

.page-transition-numerique h2 {
    padding-top: 20px;
}

.icone-bleu {
    color: #2d89cf;
    font-size: 64px;
    margin-left: 25px;
    position: absolute;
}


.icon-bleu-image img {
    height: 85px;
}

.texte-centrer {
    text-align: center;
    margin-bottom: 20px;
}

/* ************************ Plateforme Vision ************************ */
#vision {
    margin-top: 30px;
    margin-bottom: 30px;
}

    #vision .vision-bouton {
        margin-bottom: 40px;
    }

    #vision .vision-pointForts {
        margin-top: 100px;
        margin-bottom: 50px;
    }

        #vision .vision-pointForts h2 {
            margin-bottom: 25px;
        }

        #vision .vision-pointForts ul {
            line-height: 32px;
        }

    #vision .vision-Fonc h2 {
        margin: 0;
    }

    #vision .vision-Fonc .plus-tournant {
        margin-top: 86px;
    }

/* ************************  Connecteurs métiers & API ************************ */
.connecteurs-metiers-api .solution-container .img, .connecteurs-metiers-api .items-wrapper .svg svg {
    height: 53px !important;
    max-width: 176px;
    object-fit: contain;
    object-position: left;
}

.connecteurs-metiers-api .solution-container .contenu {
    margin-top: 10px;
}

.connecteurs-metiers-api .solution-container .partie {
    height: 270px !important;
    width: 207px !important;
}

.connecteurs-metiers-api .solution-container .plus-tournant {
    margin-top: 200px !important;
}





@media (min-width:330px) {
}

@media (min-width:360px) {
}

@media (min-width:400px) {
}

@media (min-width:754px) {
}


/* ************************ Recrutement / ReplaysWebinaires ************************ */
#recrutement {
    margin-bottom: 30px;
}


    #recrutement .solution-fonctionnalite {
        border: 0;
    }


        #recrutement .solution-fonctionnalite .param {
            border: 1px solid #4e549f;
            margin-top: 30px;
            padding-top: 30px;
            padding-bottom: 30px;
            display: inline-block;
            width: 100%;
        }

        #recrutement .solution-fonctionnalite .ligne {
            width: 33%;
            float: left;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        #recrutement .solution-fonctionnalite .param .img {
            width: 30px;
            float: left;
            margin-right: 15px;
        }

        #recrutement .solution-fonctionnalite .param span {
            line-height: 32px;
            display: table;
        }

    #recrutement h3 {
        margin-top: 30px;
        font-size: 1.8em;
    }

@media (max-width: 1077px) {
    #recrutement .solution-fonctionnalite .ligne {
        width: 100%;
    }
}

/* ************************ Abonnement ************************ */
#abonnement .dark-wrapper .rectangle {
    background-color: #4e549f;
    height: 242px;
    text-align: center;
}

    #abonnement .dark-wrapper .rectangle span {
        background-color: #4e549f;
        color: white;
    }

    #abonnement .dark-wrapper .rectangle .coche {
        height: 20px;
        width: 20px;
        background-color: white;
        border-radius: 20px;
        text-align: center;
        display: inline-block;
        line-height: 20px;
        font-weight: bold;
        color: white;
        margin-bottom: 14px;
    }

    #abonnement .dark-wrapper .rectangle.selected .coche {
        background-color: #101828;
    }

    #abonnement .dark-wrapper .rectangle .titre {
        position: relative;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #abonnement .dark-wrapper .rectangle .montant.titre .prix {
        position: relative;
        font-size: 50px;
    }

    #abonnement .dark-wrapper .rectangle .monta .ht {
        font-size: 29px;
    }

#abonnement .listing .sous-titre {
    color: #4e549f;
}

#abonnement .solution-fonctionnalite {
    border: none;
    border-bottom: 2px solid grey;
}

    #abonnement .solution-fonctionnalite.selected {
        width: auto;
        margin: 0;
        padding: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    #abonnement .solution-fonctionnalite .sous-titre {
        font-size: 1.1em;
    }

    #abonnement .solution-fonctionnalite label,
    .zerolineheight label {
        margin-top: 10px;
    }

        #abonnement .solution-fonctionnalite label input,
        .zerolineheight label input {
            float: left;
            margin-right: 10px;
            margin-left: 13px;
            margin-top: 0;
        }

        #abonnement .solution-fonctionnalite label span,
        .zerolineheight label span {
            display: block;
            margin-left: 44px;
        }

#abonnement .cp {
    width: 243px;
    float: left;
    margin-right: 18px;
}

@media (max-width: 1077px) {
    #abonnement .cp {
        float: none;
    }
}


/* ************************ Essai ************************ */

#essai label {
}

#essai .cp {
    float: left;
    width: 24%;
    margin-right: 1%;
}

#essai .progress-button button {
    width: 297px;
}

#essai .validation {
    width: 100%;
    text-align: center;
}

#essai select {
    width: 50% !important;
}

@media (max-width: 1077px) {
    #essai .cp {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    #essai input:not(input[type=checkbox], input[type=radio]),
    #essai select {
        width: 100% !important;
    }
}





/* ************************ Tarifs ************************ */
/*#tarifs {
        margin-bottom: 30px;
    }

        #tarifs .dark-wrapper .rectangle {
            cursor: default;
        }

            #tarifs .dark-wrapper .rectangle img.logo {
                position: absolute;
                width: 135px;
                right: -90px;
                border-radius: 50px;
                top: 9px;
            }

        #tarifs .dark-wrapper .rectangle {
            background-color: #4e549f;
            text-align: center;
        }

            #tarifs .dark-wrapper .rectangle.light {
                background-color: #4e549f;
                text-align: center;
            }

            #tarifs .dark-wrapper .rectangle span {
                background-color: #4e549f;
                color: white;
            }

            #tarifs .dark-wrapper .rectangle.light span {
                background-color: #4e549f;
                color: #4e549f;
            }

            #tarifs .dark-wrapper .rectangle.light .black  span {
                color: #101828;
            }

            #tarifs .dark-wrapper .rectangle.light .sous-titre span {
                font-size: 1.2em;
                font-weight: bold;
            }

            #tarifs .dark-wrapper .rectangle.light .sous-titre .annee {
                color: #4e549f;
                display: block;
            }

            #tarifs .dark-wrapper .rectangle.light .sous-titre .red {
                color: #C6215D;
            }

            #tarifs .dark-wrapper .rectangle .coche {
                height: 20px;
                width: 20px;
                background-color: white;
                border-radius: 20px;
                text-align: center;
                display: inline-block;
                line-height: 20px;
                font-weight: bold;
                color: white;
                margin-bottom: 14px;
            }

            #tarifs .dark-wrapper .rectangle.selected .coche {
                background-color: #101828;
            }

            #tarifs .dark-wrapper .rectangle .titre {
                position: relative;
                margin-bottom: 0;
                padding-left: 0;
                padding-right: 0;
            }

            #tarifs .dark-wrapper .rectangle .montant.titre .prix {
                position: relative;
                font-size: 50px;
            }

            #tarifs .dark-wrapper .rectangle .monta .ht {
                font-size: 29px;
            }

            #tarifs .dark-wrapper .rectangle .info {
                height: 26px;
                margin-bottom: 20px;
            }

            #tarifs .dark-wrapper .rectangle.light .info {
                height: auto;
                margin-bottom: 0px;
            }

                #tarifs .dark-wrapper .rectangle.light .info span {
                    color: #101828;
                }

            #tarifs .dark-wrapper .rectangle .progress-button button {
                background-color: white;
            }

            #tarifs .dark-wrapper .rectangle .progress-button span {
                color: #4e549f;
                background-color: transparent;
            }

            #tarifs .dark-wrapper .rectangle .progress-button:hover span {
                color: white;
            }

        #tarifs .div-tableau-tarif {
            display: inline-block;
        }

            #tarifs .div-tableau-tarif td {
                background-color: #4e549f;
            }

            #tarifs .div-tableau-tarif .pair td {
                background-color: white;
            }

            #tarifs .div-tableau-tarif .gauche {
                float: left;
                width: 48%;
            }

            #tarifs .div-tableau-tarif .droit {
                float: right;
                width: 48%;
            }

            #tarifs .div-tableau-tarif td {
                color: #4e549f;
                height: 65px;
                line-height: 20px;
            }

                #tarifs .div-tableau-tarif td.texte-gauche-tableau {
                    padding-left: 20px !important;
                }

                #tarifs .div-tableau-tarif td.texte-droit-tableau {
                    color: #101828;
                }

                    #tarifs .div-tableau-tarif td.texte-droit-tableau:after {
                        content: ' €';
                    }

                #tarifs .div-tableau-tarif td.info {
                    padding-right: 20px !important;
                }

        #tarifs .portfolio-page .titre.tarifs {
            color: #4e549f;
            font-size: 1.3em;
            line-height: normal;
        }

        #tarifs .div-tableau-tarif td .option {
            color: #101828;
            font-size: 0.9em;
            font-style: italic;
        }

        #tarifs table.bareme {
            width: 50%
        }

            #tarifs table.bareme td {
                height: 40px;
                background-color: #4e549f;
                padding-left: 20px;
            }

                #tarifs table.bareme td.droit {
                    text-align: right;
                    padding-left: 0;
                    padding-right: 20px;
                    font-weight: bold;
                }

            #tarifs table.bareme tr.blanc td {
                height: 5px;
                background-color: white;
            }

        #tarifs #formSimulationCouts tr td:first-child {
            padding-left: 28px !important;
        }

        #tarifs #formSimulationCouts tr td:last-child {
            padding-right: 25px !important;
        }

        #tarifs #formSimulationCouts tr.bleu td {
            background-color: #4e549f;
        }

        #tarifs #formSimulationCouts td .info {
            font-size: 0.8em;
            font-style: italic;
        }

        #tarifs #formSimulationCouts td.prixUnitaire::after {
            content: ' €';
        }

        #tarifs table tfoot {
            background-color: #4e549f;
            color: white;
        }

            #tarifs table tfoot td {
                padding: 0 !important;
                height: 64px;
                font-weight: bold;
            }

        #tarifs #ImprimerSimulation {
            width: 152px;
        }

            #tarifs #ImprimerSimulation span {
                font-size: 18px;
            }

    @media (max-width: 1077px) {
        #tarifs .div-tableau-tarif .gauche {
            float: unset;
            width: 100%;
        }

        #tarifs .div-tableau-tarif .droit {
            float: unset;
            width: 100%;
        }

            #tarifs .div-tableau-tarif .droit td {
                background-color: white;
            }

            #tarifs .div-tableau-tarif .droit .pair td {
                background-color: #4e549f;
            }

        #tarifs table.bareme {
            width: 100%;
        }
    }*/

/* ************************ CGV ************************ */
#CGV {
    margin-bottom: 30px;
}

    #CGV h2 {
        margin-top: 30px;
    }

    #CGV .bleu {
        color: #4e549f;
    }

/* ************************ CGU ************************ */
#CGU {
    margin-bottom: 30px;
}

    #CGU h2 {
        margin-top: 30px;
        color: #4e549f;
    }


/* ************************ Donnees Perso ************************ */
#donneesperso {
    margin-bottom: 30px;
}

    #donneesperso h2 {
        margin-top: 30px;
    }

    #donneesperso label {
        margin-top: 10px;
    }

    #donneesperso table label {
        margin-top: 3px;
    }

    #donneesperso table td:first-child {
        text-align: right;
    }

    #donneesperso table td:last-child {
        margin-left: 10px;
        display: block;
    }

    #donneesperso .progress-button {
        margin-top: 30px;
    }

    #donneesperso .progress-button {
        margin-top: 30px;
    }

@media (max-width: 1077px) {
    #donneesperso input:not(input[type=checkbox], input[type=radio]),
    #donneesperso textarea {
        width: 100% !important;
    }
}


/* ************************ Mentions legales ************************ */
#mentionslegales {
    margin-bottom: 30px;
}

    #mentionslegales h2 {
        color: #4e549f;
        margin-top: 30px;
    }

/* ************************ Demande démo ************************ */
#demandedemo {
    margin-bottom: 30px;
}

    #demandedemo h1.margin-min {
        margin-bottom: 0;
    }

    #demandedemo .rectangle .titre {
        padding: 0;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 10px;
        display: block;
        position: relative;
        font-size: 1.2em;
        color: #4e549f;
    }

    #demandedemo .solution-fonctionnalite {
        border: none;
    }

    #demandedemo .button {
        text-align: center;
        width: 100%;
    }


    #demandedemo .sizeTextBox2 {
        width: 100%;
        max-width: 300px;
    }

    #demandedemo .sizeTextBox3 {
        width: 100%;
        max-width: 200px;
    }

    #demandedemo .validation {
        width: 100%;
        text-align: center;
    }

@media (max-width: 1077px) {
    #demandedemo .sizeTextBox2 {
        width: 100%;
    }

    #demandedemo .rectangle {
        min-height: auto;
    }
}

/* ************************ Contact ************************ */
#contact .carte {
    position: relative;
    height: 246px;
    display: block;
}

#contact .location {
    height: 100%;
    width: 239px;
    background-color: #4e549f;
    position: relative;
    float: right;
    right: 150px;
    color: white;
    text-align: center;
}

    #contact .location .block {
        display: inline-block;
        vertical-align: middle;
        margin-top: 8%;
    }

        #contact .location .block img {
            width: 30px;
            height: 30px;
            display: inline-block;
            margin-bottom: 10px;
        }

        #contact .location .block span {
            display: block;
            font-size: 1.2em;
        }

#contact .progress-button {
    margin-top: 20px;
}

    #contact .progress-button button {
        width: 139px;
    }

#contact .validation {
    width: 100%;
    text-align: center;
}

@media (max-width: 1077px) {
    #contact input:not(input[type=checkbox], input[type=radio]),
    #contact textarea {
        width: 100% !important;
    }
}

/* ************************ Input Radio ************************ */
input[type="radio"] {
    width: 24px;
    margin-right: 10px;
}

input[type="checkbox"] {
    width: 20px;
}

/* ************************ Slider V4 ************************ */
.slider-pc-face {
    text-align: center;
    margin-bottom: 40px;
}

.slider-mobile-face {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 40px;
}


.slider-cliquez {
    display: none;
    color: #2E3862;
    margin-left: 200px;
    margin-top: 50px;
    justify-content: center;
}

.slider-mobile-face .w3-selection {
    padding-top: 0;
}

.marginFonctionSansSlide {
    margin-top: 0;
}

.marginFonctionAvecSlide {
    margin-top: 0;
}

@media(min-width:1078px) {
    .marginFonctionAvecSlide {
        margin-top: 90px;
    }

    .slider-mobile-face {
        margin-top: 550px;
    }

    .slider-cliquez {
        display: flex;
    }

    .slider-mobile-face .w3-selection {
        padding-top: 90px;
    }

    .marginFonctionSansSlide {
        margin-top: 520px;
    }
}

@media(min-width:1334px) {
    .marginFonctionSansSlide {
        margin-top: 450px;
    }
}

.solution a img:not(.nav-arrows):not(.solution-screenshot) {
    margin-bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.solution a img:not(.nav-arrows) {
    width: 100% !important;
}

.w3-content {
    z-index: 10;
}

.w3-center {
    z-index: 9;
}

@media (max-width: 1077px) {
    .slider-pc-face img.pc-face, .slider-mobile-face img.mobile-face {
        visibility: collapse;
        display: none;
    }

    .w3-content {
        width: auto !important;
        height: auto !important;
        position: static !important;
        margin-top: 0;
    }

    .w3-center {
        position: relative !important;
        margin-top: 0 !important;
    }

        .w3-center .w3-section {
            letter-spacing: 0 !important;
        }

        .w3-center .w3-selection {
            margin-top: 0 !important;
        }
}

.slider-pc-face img.pc-face {
    width: 800px;
}

.slider-mobile-face img.mobile-face {
    width: 300px;
}

.slider-pc-face .w3-content {
    width: 555px;
    height: 348px;
    position: absolute;
    overflow: hidden;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.slider-mobile-face .w3-content {
    width: 300px;
    height: 533px;
    position: absolute;
    overflow: hidden;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}


.slider-pc-face .w3-content img {
    width: 100%;
    display: block;
    height: 100%;
}

.slider-mobile-face .w3-content img {
    width: 300px;
    display: block;
}


.w3-center {
    position: absolute;
    overflow: hidden;
    margin-top: 186px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0;
    text-align: center;
}

.slider-pc-face .w3-center .w3-section {
    letter-spacing: 661px;
}


.slider-mobile-face .w3-center .w3-section {
    letter-spacing: 400px;
}

.w3-center .w3-selection {
    margin-top: 12em;
}

.w3-wide {
    letter-spacing: 4px
}


.w3-image {
    max-width: 100%;
    height: auto
}

.w3-table, .w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.w3-table-all {
    border: 1px solid #ccc
}

    .w3-bordered tr, .w3-table-all tr {
        border-bottom: 1px solid #ddd
    }

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-centered tr th, .w3-centered tr td {
    text-align: center
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

    .w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
        padding-left: 16px
    }

.w3-btn, .w3-button, .w3-button-page {
    border: 1px solid #4e549f;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 1.7em;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    color: #4e549f !important;
    background-color: transparent;
}

.w3-section svg {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

    .w3-section svg.rotate {
        transform: rotate(180deg);
    }

    .w3-section svg:hover .rond {
        fill: #4e549f;
    }

    .w3-section svg:hover .fleche {
        fill: white;
    }

.w3-button-page {
    border: none;
    width: auto;
    height: auto;
    color: #4e549f !important;
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .w3-disabled, .w3-btn:disabled, .w3-button:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

        .w3-disabled *, :disabled * {
            pointer-events: none
        }

        .w3-btn.w3-disabled:hover, .w3-btn:disabled:hover {
            box-shadow: none
        }

.w3-badge, .w3-tag {
    background-color: #101828;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .w3-ul li {
        padding: 8px 16px;
        border-bottom: 1px solid #ddd
    }

        .w3-ul li:last-child {
            border-bottom: none
        }

.w3-tooltip, .w3-display-container {
    position: relative
}

    .w3-tooltip .w3-text {
        display: none
    }

    .w3-tooltip:hover .w3-text {
        display: inline-block
    }

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.w3-dropdown-click, .w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

    .w3-dropdown-hover:hover .w3-dropdown-content {
        display: block
    }

    .w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
        background-color: #ccc;
        color: #101828
    }

        .w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child {
            background-color: #ccc;
            color: #101828
        }

.w3-dropdown-content {
    cursor: auto;
    color: #101828;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.w3-check, .w3-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
    width: 100%
}

    .w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
        min-width: 100%
    }

    .w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
        width: 100%;
        text-align: left;
        padding: 8px 16px
    }

.w3-main, #main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-responsive {
    display: block;
    overflow-x: auto
}

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%
}

    .w3-col.s1 {
        width: 8.33333%
    }

    .w3-col.s2 {
        width: 16.66666%
    }

    .w3-col.s3 {
        width: 24.99999%
    }

    .w3-col.s4 {
        width: 33.33333%
    }

    .w3-col.s5 {
        width: 41.66666%
    }

    .w3-col.s6 {
        width: 49.99999%
    }

    .w3-col.s7 {
        width: 58.33333%
    }

    .w3-col.s8 {
        width: 66.66666%
    }

    .w3-col.s9 {
        width: 74.99999%
    }

    .w3-col.s10 {
        width: 83.33333%
    }

    .w3-col.s11 {
        width: 91.66666%
    }

    .w3-col.s12 {
        width: 99.99999%
    }

@media (min-width:601px) {
    .w3-col.m1 {
        width: 8.33333%
    }

    .w3-col.m2 {
        width: 16.66666%
    }

    .w3-col.m3, .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4, .w3-third {
        width: 33.33333%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6, .w3-half {
        width: 49.99999%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8, .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9, .w3-threequarter {
        width: 74.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .w3-col.l1 {
        width: 8.33333%
    }

    .w3-col.l2 {
        width: 16.66666%
    }

    .w3-col.l3 {
        width: 24.99999%
    }

    .w3-col.l4 {
        width: 33.33333%
    }

    .w3-col.l5 {
        width: 41.66666%
    }

    .w3-col.l6 {
        width: 49.99999%
    }

    .w3-col.l7 {
        width: 58.33333%
    }

    .w3-col.l8 {
        width: 66.66666%
    }

    .w3-col.l9 {
        width: 74.99999%
    }

    .w3-col.l10 {
        width: 83.33333%
    }

    .w3-col.l11 {
        width: 91.66666%
    }

    .w3-col.l12 {
        width: 99.99999%
    }
}

.w3-rest {
    overflow: hidden
}

.w3-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.w3-content, .w3-auto {
    margin-left: auto;
    margin-right: auto
}

.w3-content {
    max-width: 980px
}

.w3-auto {
    max-width: 1140px
}

.w3-cell-row {
    display: table;
    width: 100%
}

.w3-cell {
    display: table-cell
}

.w3-cell-top {
    vertical-align: top
}

.w3-cell-middle {
    vertical-align: middle
}

.w3-cell-bottom {
    vertical-align: bottom
}

.w3-hide {
    display: none !important
}

.w3-show-block, .w3-show {
    display: block !important
}

.w3-show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .w3-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-modal {
        padding-top: 30px
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    .w3-hide-small {
        display: none !important
    }

    .w3-mobile {
        display: block;
        width: 100% !important
    }

    .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
        text-align: center
    }

        .w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
            width: 100%
        }
}

@media (max-width:768px) {
    .w3-modal-content {
        width: 500px
    }

    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .w3-modal-content {
        width: 900px
    }

    .w3-hide-large {
        display: none !important
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .w3-hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w3-auto {
        max-width: 100%
    }
}

.w3-top, .w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-position {
    position: absolute
}

.w3-circle {
    border-radius: 50%
}

.w3-round-small {
    border-radius: 2px
}

.w3-round, .w3-round-medium {
    border-radius: 4px
}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 16px
}

.w3-round-xxlarge {
    border-radius: 32px
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
    padding: 0 8px
}

.w3-container, .w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-code, .w3-codespan {
    font-size: 16px
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.w3-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out
}

    .w3-animate-input:focus {
        width: 100% !important
    }

.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off, .w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-opacity-max {
    opacity: 0.25
}

.w3-opacity-min {
    opacity: 0.75
}

.w3-greyscale-max, .w3-grayscale-max, .w3-hover-greyscale:hover, .w3-hover-grayscale:hover {
    filter: grayscale(100%)
}

.w3-greyscale, .w3-grayscale {
    filter: grayscale(75%)
}

.w3-greyscale-min, .w3-grayscale-min {
    filter: grayscale(50%)
}

.w3-sepia {
    filter: sepia(75%)
}

.w3-sepia-max, .w3-hover-sepia:hover {
    filter: sepia(100%)
}

.w3-sepia-min {
    filter: sepia(50%)
}

.w3-tiny {
    font-size: 10px !important
}

.w3-small {
    font-size: 12px !important
}

.w3-medium {
    font-size: 15px !important
}

.w3-large {
    font-size: 18px !important
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-xxlarge {
    font-size: 36px !important
}

.w3-xxxlarge {
    font-size: 48px !important
}

.w3-jumbo {
    font-size: 64px !important
}

.w3-left-align {
    text-align: left !important
}

.w3-right-align {
    text-align: right !important
}

.w3-justify {
    text-align: justify !important
}

.w3-center {
    text-align: center !important
}

.w3-border-0 {
    border: 0 !important
}

.w3-border {
    border: 1px solid #ccc !important
}

.w3-border-top {
    border-top: 1px solid #ccc !important
}

.w3-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.w3-border-left {
    border-left: 1px solid #ccc !important
}

.w3-border-right {
    border-right: 1px solid #ccc !important
}

.w3-topbar {
    border-top: 6px solid #ccc !important
}

.w3-bottombar {
    border-bottom: 6px solid #ccc !important
}

.w3-leftbar {
    border-left: 6px solid #ccc !important
}

.w3-rightbar {
    border-right: 6px solid #ccc !important
}

.w3-section, .w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-margin {
    margin: 16px !important
}

.w3-margin-top {
    margin-top: 16px !important
}

.w3-margin-bottom {
    margin-bottom: 16px !important
}

.w3-margin-left {
    margin-left: 16px !important
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-padding-small {
    padding: 4px 8px !important
}

.w3-padding {
    padding: 8px 16px !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.w3-padding-top-64 {
    padding-top: 64px !important
}

.w3-padding-top-48 {
    padding-top: 48px !important
}

.w3-padding-top-32 {
    padding-top: 32px !important
}

.w3-padding-top-24 {
    padding-top: 24px !important
}

.w3-left {
    float: left !important
}

.w3-right {
    float: right !important
}

.w3-button:hover {
    color: white !important;
    background-color: #4e549f !important;
}

.w3-transparent, .w3-hover-none:hover {
    background-color: transparent !important
}

.w3-hover-none:hover {
    box-shadow: none !important
}
/* Colors */
.w3-amber, .w3-hover-amber:hover {
    color: #101828 !important;
    background-color: #ffc107 !important
}

.w3-aqua, .w3-hover-aqua:hover {
    color: #101828 !important;
    background-color: #00ffff !important
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.w3-light-blue, .w3-hover-light-blue:hover {
    color: #101828 !important;
    background-color: #87CEEB !important
}

.w3-brown, .w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.w3-cyan, .w3-hover-cyan:hover {
    color: #101828 !important;
    background-color: #00bcd4 !important
}

.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.w3-light-green, .w3-hover-light-green:hover {
    color: #101828 !important;
    background-color: #8bc34a !important
}

.w3-indigo, .w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.w3-khaki, .w3-hover-khaki:hover {
    color: #101828 !important;
    background-color: #f0e68c !important
}

.w3-lime, .w3-hover-lime:hover {
    color: #101828 !important;
    background-color: #cddc39 !important
}

.w3-orange, .w3-hover-orange:hover {
    color: #101828 !important;
    background-color: #ff9800 !important
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.w3-pink, .w3-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.w3-purple, .w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.w3-red, .w3-hover-red:hover {
    color: #4e549f !important;
}

.w3-sand, .w3-hover-sand:hover {
    color: #101828 !important;
    background-color: #fdf5e6 !important
}

.w3-teal, .w3-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.w3-yellow, .w3-hover-yellow:hover {
    color: #101828 !important;
    background-color: #ffeb3b !important
}

.w3-white, .w3-hover-white:hover {
    color: #101828 !important;
    background-color: #fff !important
}

.w3-#101828, .w3-hover-#101828:hover {
    color: #fff !important;
    background-color: #101828 !important
}

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    color: #101828 !important;
    background-color: #9e9e9e !important
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #101828 !important;
    background-color: #f1f1f1 !important
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.w3-pale-red, .w3-hover-pale-red:hover {
    color: #101828 !important;
    background-color: #ffdddd !important
}

.w3-pale-green, .w3-hover-pale-green:hover {
    color: #101828 !important;
    background-color: #ddffdd !important
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
    color: #101828 !important;
    background-color: #ffffcc !important
}

.w3-pale-blue, .w3-hover-pale-blue:hover {
    color: #101828 !important;
    background-color: #ddffff !important
}

.w3-text-amber, .w3-hover-text-amber:hover {
    color: #ffc107 !important
}

.w3-text-aqua, .w3-hover-text-aqua:hover {
    color: #00ffff !important
}

.w3-text-blue, .w3-hover-text-blue:hover {
    color: #2196F3 !important
}

.w3-text-light-blue, .w3-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.w3-text-brown, .w3-hover-text-brown:hover {
    color: #795548 !important
}

.w3-text-cyan, .w3-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.w3-text-blue-grey, .w3-hover-text-blue-grey:hover, .w3-text-blue-gray, .w3-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.w3-text-green, .w3-hover-text-green:hover {
    color: #4CAF50 !important
}

.w3-text-light-green, .w3-hover-text-light-green:hover {
    color: #8bc34a !important
}

.w3-text-indigo, .w3-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.w3-text-khaki, .w3-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.w3-text-lime, .w3-hover-text-lime:hover {
    color: #cddc39 !important
}

.w3-text-orange, .w3-hover-text-orange:hover {
    color: #ff9800 !important
}

.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.w3-text-pink, .w3-hover-text-pink:hover {
    color: #e91e63 !important
}

.w3-text-purple, .w3-hover-text-purple:hover {
    color: #9c27b0 !important
}

.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.w3-text-red, .w3-hover-text-red:hover {
    color: #f44336 !important
}

.w3-text-sand, .w3-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.w3-text-teal, .w3-hover-text-teal:hover {
    color: #009688 !important
}

.w3-text-yellow, .w3-hover-text-yellow:hover {
    color: #d2be0e !important
}

.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important
}

.w3-text-#101828, .w3-hover-text-#101828:hover {
    color: #101828 !important
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
    color: #757575 !important
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover, .w3-text-dark-gray, .w3-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.w3-border-amber, .w3-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.w3-border-aqua, .w3-hover-border-aqua:hover {
    border-color: #00ffff !important
}

.w3-border-blue, .w3-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.w3-border-brown, .w3-hover-border-brown:hover {
    border-color: #795548 !important
}

.w3-border-cyan, .w3-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.w3-border-blue-grey, .w3-hover-border-blue-grey:hover, .w3-border-blue-gray, .w3-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.w3-border-green, .w3-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.w3-border-light-green, .w3-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.w3-border-indigo, .w3-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.w3-border-khaki, .w3-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.w3-border-lime, .w3-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.w3-border-orange, .w3-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.w3-border-pink, .w3-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.w3-border-purple, .w3-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.w3-border-red, .w3-hover-border-red:hover {
    border-color: #f44336 !important
}

.w3-border-sand, .w3-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.w3-border-teal, .w3-hover-border-teal:hover {
    border-color: #009688 !important
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.w3-border-white, .w3-hover-border-white:hover {
    border-color: #fff !important
}

.w3-border-#101828, .w3-hover-border-#101828:hover {
    border-color: #101828 !important
}

.w3-border-grey, .w3-hover-border-grey:hover, .w3-border-gray, .w3-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.w3-border-light-grey, .w3-hover-border-light-grey:hover, .w3-border-light-gray, .w3-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover, .w3-border-dark-gray, .w3-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}

/* Barre d'attente */
.loader {
    width: 100%;
    height: 4.8px;
    display: inline-block;
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .loader::after {
        content: '';
        width: 192px;
        height: 4.8px;
        background: #4e549f;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        animation: animloader 2s linear infinite;
    }

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }

    100% {
        left: 100%;
        transform: translateX(0%);
    }
}


.solution-container .ficheProduit-presentation-barre, #CGV .ficheProduit-presentation-barre {
    width: 400px !important;
    height: auto !important;
}

#CGV .ficheProduit-presentation-barre {
    margin: 40px 0 40px 0;
}

/* Actualité */
.actualite-btn {
    width: 40px;
}

.actualite-btn-bottom {
    margin-top: 15px;
    margin-bottom: 15px
}

.actualite-barre-container {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    align-items: center;
}

.actualite-container {
    margin-top: 50px;
    font-size: 17px;
}

    .actualite-container li:before {
        content: unset;
    }


.actualite-title {
    margin-top: 40px;
    color: #4e549f !important;
    font-size: 1.8em;
}

.required-nostar {
    opacity: 0;
}
