﻿#formation ul {
    list-style: none;
}

    #formation ul li::before {
        content: "•";
        color: #4e549f;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

#formation {
    margin-bottom: 30px;
}

    #formation h1 {
        margin-bottom: 30px;
    }

    #formation .desc {
        margin-bottom: 30px;
    }

    #formation .tarifs {
    }

        #formation .tarifs table {
            padding: 10px;
            height: 170px;
        }

        #formation .tarifs table {
            width: 49%;
        }

            #formation .tarifs table.milieu {
                width: 2%;
            }

            #formation .tarifs table.gauche,
            #formation .tarifs table.milieu {
                float: left;
            }

            #formation .tarifs table.milieu {
                height: 1px;
            }

        #formation .tarifs .titre {
            font-size: 1.5em;
        }

        #formation .tarifs .marge-titre {
            height: 20px;
        }

        #formation .tarifs .stitre {
            font-weight: normal;
        }

        #formation .tarifs .prix {
            font-weight: bold;
            text-align: right;
        }

        #formation .tarifs td {
            background-color: #4e549f;
            color:#fff;
            padding-right: 20px;
            padding-left: 20px;
            height: 45px;
        }

        #formation .tarifs tr.none td {
            background-color: transparent;
        }

        #formation .tarifs .marge-ligne {
            height: 6px;
        }

@media (max-width: 1077px) {
    #formation .tarifs table {
        width: 100%;
    }

        #formation .tarifs table.milieu {
            width: 0;
        }

        #formation .tarifs table.droit {
            margin-top: 20px;
        }

        #formation .tarifs table.gauche,
        #formation .tarifs table.milieu {
            float: unset;
        }
}

#formation .dark-wrapper .titre,
#formation .dark-wrapper .contenu {
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 5px;
}

#formation .dark-wrapper .plus-tournant {
    position: absolute;
    margin-top: 123px;
}

#formation .dark-wrapper.solutions .rectangle {
    height: 195px;
    margin-top: 20px;
}

#formation .solution-fonctionnalite {
    border: 0;
}

    #formation .solution-fonctionnalite .titre {
        font-size: 1.4em !important;
    }

    #formation .solution-fonctionnalite .black {
        color: #101828;
    }

    #formation .solution-fonctionnalite .param {
        border: 1px solid #4e549f;
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: inline-block;
    }

    #formation .solution-fonctionnalite .ligne {
        width: 50%;
        float: left;
        padding-right: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #formation .solution-fonctionnalite .param .img {
        width: 30px;
        float: left;
        margin-right: 15px;
    }

    #formation .solution-fonctionnalite .param span {
        display: table;
    }

#formation .block-ensemble {
    margin-top: 30px;
}

#formation .block {
    line-height: 32px;
    width: 45%;
    float: left;
}

    #formation .block.right {
        float: right;
    }

    #formation .block .titre {
        font-size: 1.4em;
        color: #4e549f;
    }

    #formation .block ul {
        padding-bottom: 10px;
    }

@media (max-width: 1077px) {
    #formation .solution-fonctionnalite .ligne {
        width: 100%;
    }

    #formation .block {
        width: 100%;
        float: right;
    }
}

@media (min-width: 992px) {
    #formation .block-formation .rectangle {
        width: 268px;
    }
}
