/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .logo {
    margin-top: 16px;
    max-height: 80px;
}

/* new */
/* @media (max-width: 767px) {
    #header .logo {
        margin-top: 6px;
    }
    #header {
        background: #fff;
    }
} */

#index #wrapper {
    padding-top: 0;
}

#index #wrapper .container {
    width: 100%;
    padding: 0;
    text-align: justify;
}

.product-quantity .add {
    margin-left: 0;
}

.upload_file_heading {
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 6px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Homepage - MySmartRFP */

.bar_1 {
    background: #2d394f;
}
.bar_2 {
    background: #545759;
}
.block_text {
    background: rgba(255, 255, 255, 0.8);
}
.transparent {
    background: none;
    color: #fff;
}
.transparent p {
    color: #fff;
}

.bar_1,
.bar_2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.5em !important;
    color: white;
}

.bar_1 p,
.bar_2 p {
    padding: 0;
    margin: 0;
}

.text {
    padding: 15px 5% 15px 5%;
}

.jps-cms-content .white h1 {
    color: #091996 !important;
}
.jps-cms-content .white h2,
.jps-cms-content .white h3,
.jps-cms-content .white h4,
.jps-cms-content .white h5,
.jps-cms-content .white h6,
.jps-cms-content .white p,
.step p {
    color: #ffffff !important;
}

#jps-intro {
    height: 400px;
    color: white;
    background: transparent;
    margin: 99px 30% 140px 30%;
    padding-top: 200px;
    color: white;
    text-align: center;
}

/* new */
@media (max-width: 768px) {
    #jps-intro {
        height: 400px;
        color: white;
        background: transparent;
        margin: 100px 5% 100px 5%;
        padding-top: 200px;
        color: white;
        text-align: center;
    }
    .jps-cms-content .flex {
        padding: 15px 5% 15px 5%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
    .jps-cms-content .flex :first-child {
        margin-right: 10px;
    }
    .note {
        font-size: 12px !important;
        margin-right: 10px;
    }
}

#jps-details-4 ul {
    list-style-type: none;
}

/* Steps graph */
.step-title {
    text-align: center;
    margin: 20px 0 20px 0;
}

.step {
    color: white;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    font-weight: bold;
}

.step p {
    margin: 0;
}

.step:after {
    content: "";
    display: block;
    border-width: 10px 10px 0;
    border-style: solid;
    margin-left: -10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.green-step {
    background: green;
}

.green-step:after {
    border-color: green transparent transparent;
}

.yellow-step {
    background: #a3bb00;
}

.yellow-step:after {
    border-color: #a3bb00 transparent transparent;
}

.orange-step {
    background: orange;
}

.orange-step:after {
    border-color: orange transparent transparent;
}

.red-step {
    background: #d84444;
}

.red-step:after {
    border-color: #d84444 transparent transparent;
}

/* End of steps graph */

.jps-cms-content .flex {
    padding: 15px 20% 15px 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.flex-child {
    flex-basis: 10px;
    flex-grow: 1;
}
.jps-cms-content .flex :first-child {
    margin-right: 20px;
}

.flex h2 {
    text-align: left !important;
}

.note {
    font-size: 12px !important;
}

.required-star {
    color: #ff0000;
}

.you-say,
.we-have {
    padding: 10px;
}

/* Index page buttons */
div.index-btn-grp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

div.index-btn-alone {
    text-align: right;
    margin-top: 40px;
}

a.index-btn {
    font-size: 24px !important;
    text-decoration: none;
    color: white;
    background: #091996;
    margin: 0 5px 0 5px;
    padding: 10px 30px 13px 30px;
    border-radius: 3px;
    border: 1px solid #091996;
    -webkit-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
a.index-btn:hover {
    border-color: #061166;
    background: #061166;
}

a.index-btn.soft-btn {
    border: 1px solid #545759;
    text-shadow: none;
    background-color: #ffffff;
    -webkit-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    color: #545759;
}
a.index-btn.soft-btn:hover {
    background-color: white;
    color: #091996;
}

a.index-btn.small-btn {
    padding: 3px 10px 5px 10px;
    font-size: 16px;
    border: none;
    transition: none;
}

/* Flex container for product list */
ul.flex-container {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

li.flex-item {
    list-style: none;
    flex-grow: 1;
}

li.flex-item.bottom {
    flex-grow: 0;
    align-self: flex-end;
    text-align: right;
}

li.flex-item.start {
    flex-grow: 0;
    align-self: flex-start;
}

/* Page navigation */
header#header {
    position: fixed;
    width: 100%;
    box-shadow: none;
    z-index: 100;
}

#header-menu a {
    text-decoration: none;
    color: inherit;
}

#header-menu > nav {
    width: 100%;
    background: white;
}

#header-menu > nav > ul {
    padding: 0;
    margin: 0;
    overflow: visible;
    color: dimgrey;
    text-align: center;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.nav-item:hover {
    background: #091996;
    cursor: pointer;
    color: white;
}

.nav-item.disable {
    color: #cccccc !important;
}

.nav-item.disable:hover {
    background: #cccccc;
    color: #fff !important;
    cursor: default !important;
}

#header-menu .nav-item a {
    padding: 20px 20px 20px 23px;
    color: red;
}

/* Masque deux catégories dans la liste déroulante du module à facette (filtre) */
/*.dropdown-menu #filter_0_item_0, .dropdown-menu #filter_0_item_1 { display: none; }*/
/* Masque deux catégories dans le menu */
.top-menu #category-9,
.top-menu #category-10,
.top-menu #category-17,
.top-menu #category-18 {
    display: none;
}

/* Traduction : Masque le champs nombre de mot sous prix */
.dp_field_container_1 {
    visibility: hidden;
    height: 0;
}

/* Authentification  : masque le numéro d'identification fiscal */
.js-customer-form section div:nth-child(6) {
    display: none;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f6;
    background: #f6f6f6;
    padding: 0.75rem;
}

#uploaded-files-list {
    border-bottom: 4px solid #091996;
}

/*************************************************
/* Image de  fond - background */
/*************************************************

/* Accueil */
.jps-cms-content {
    background: url(../img/bg_home1bis.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.jps-cms-content .bg_2 {
    background: url(../img/bg_home2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

#category #wrapper {
    background-image: url(../img/bg_pages-produits.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

#product #wrapper {
    background: url(../img/bg_traduction.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 900px;
}

#my-account #wrapper {
    background: url(../img/bg_mon_compte);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 900px;
}

#authentication #wrapper {
    background: url(../img/bg_connectez_vous.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 900px;
}
#authentication h1 {
    color: #fff;
}

#contact #wrapper {
    background: url(../img/bg_contactez_nous.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 900px;
}
#contact #wrapper .contact-rich {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

#cms #wrapper {
    background: url(../img/bg_faq.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 900px;
}
#cms h1 {
    color: #fff;
}
.page-content.page-cms {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

#cart #wrapper,
#checkout #wrapper {
    background: url(../img/bg_panier_commande.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 900px;
}
#cart .label {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.card-block .label {
    background: transparent !important;
}

#order-detail .page-footer,
#identity .page-footer,
#address .page-footer,
#addresses .page-footer,
#history .page-footer,
#module-digitalproducts-account .page-footer,
#order-slip .page-footer {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}

#identity #wrapper,
#address #wrapper,
#addresses #wrapper,
#history #wrapper,
#order-detail #wrapper,
#order-slip #wrapper,
#module-digitalproducts-account #wrapper {
    background: url(../img/bg_sous_pages_mon-compte.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 900px;
}
#identity #wrapper h1,
#addresses #wrapper h1,
#history #wrapper h1,
#order-slip #wrapper h1,
#module-digitalproducts-account #wrapper h1 {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

#contact #wrapper .contact-form {
    background: none;
}

#category #products,
#category p {
    color: #545759 !important;
}

.products ul.row {
    color: #232323;
}

#my-account h1 {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
#my-account .page-footer a {
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

/* #main .page-footer{
    margin-bottom: 50px;
} */

#footer .container .block-social {
    display: none;
}

/* Filtres */
#search_filters {
    width: 247px;
}
@media (min-width: 768px) {
    #search_filters {
        position: fixed;
    }
}

@media (max-width: 1200px) {
    #search_filters {
        position: fixed;
        width: 200px;
    }
}

@media (max-width: 990px) {
    #search_filters {
        position: fixed;
        width: 150px;
    }
}

/* new code Erwann */

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-nav > li {
    padding-left: 54px;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

footer .area-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-wrapper {
    margin-top: 50px;
}

.display-column {
    display: flex;
    flex-direction: column;
}

.height-400 {
    height: 400px;
}

.bandeauBleu {
    background-color: #283e65;
}

.bandeauBleu .bandeau {
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
    justify-content: center;
}

.bandeauBleu .bandeau .center {
    width: 65%;
    justify-content: center;
}

.bandeauBleu p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.bandeauOrange {
    background-color: #f39d23;
}

.bandeauOrange .bandeau {
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
    justify-content: center;
}

.bandeauOrange .row {
    justify-content: center;
    width: 75%;
}

.bandeauOrange p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}

.bandeauOrange h3 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}

.friseChronologique {
    color: #283e65;
    margin-top: 60px;
}

.friseChronologique .bandeau {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.friseChronologique .text-center {
    text-align: center;
}

.friseChronologique h3 {
    font-size: 25px;
}

.friseChronologique img {
    height: 100%;
    width: 100%;
    margin-bottom: 50px;
}

.main-cart {
    margin-top: 150px;
    display: flex;
    justify-content: center;
}

.page-cms.page-cms-14 {
    margin-top: 175px;
}

.page-cms.page-cms-14 h1 {
    margin-top: 0px;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}

.page-cms.page-cms-14 h2 img {
    display: none;
}

.page-cms.page-cms-14 h2:before {
    content: "\2022";
    color: #ff9b2a;
    display: inline-block;
    width: 1em;
    font-size: 20px;
}

.page-cms.page-cms-14 h2 {
    font-size: 25px;
    color: black;
    margin-top: 50px;
    font-weight: normal;
    margin-bottom: 20px;
}

.page-cms.page-cms-14 a {
    font-size: 40px;
    color: #0f1624;
}

@media (min-width: 768px) {
    .hero .title-container {
        margin-left: 100px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hero .title-container {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .home-container {
        margin-top: 139px;
    }
}

@media (max-width: 991px) {
    .home-container {
        margin-top: 50px;
    }
}

/* import from main.css laravel project */

main.nopadding {
    padding-bottom: 0;
}

main.home {
    background-color: #ffffff;
}
main.home:after,
main.home:before {
    display: none;
}

.home .hero {
    min-height: 459px;
    background-color: #f9fafc;
    display: flex;
    align-items: center;
}

.home .hero h1 {
    margin-top: 107px;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}
.home .hero h1 strong {
    font-weight: 700;
}
.home .hero h1 span {
    font-size: 20px;
}
.home .hero h2 {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
    font-weight: normal;
    padding-bottom: 15px;
}
.home .keys .boxes {
    display: flex;
    margin-top: -100px;
    justify-content: flex-end;
}
.home .keys .boxes .box {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 45px;
    width: 300px;
    margin: 0 20px;
}
@media (max-width: 991px) {
    .home .keys .boxes .box {
        width: 270px;
        margin: 0 10px;
    }
}
.home .keys .boxes .box a {
    display: block;
}
.home .keys .boxes .box .title {
    color: #4680fe;
    font-size: 16px;
    font-weight: 700;
}
.home .keys .boxes .box .desc {
    font-size: 1em;
    margin-top: 25px;
    margin-bottom: 25px;
}
.home .keys .boxes .box .link {
    font-weight: 900;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
}
.home .keys .boxes .box .link img {
    width: 12px;
    height: auto;
}
.home .advantage {
    margin-top: 30px;
}
.home .advantage.orange h3 {
    color: #fe9b0a;
}
@media (max-width: 1199px) {
    .home .advantage img {
        width: 100%;
        height: auto;
    }
}
.home .advantage h3 {
    color: #19d2a8;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 25px;
}
.home .advantage p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 25px;
}

.underline {
    text-decoration: underline;
}

.home .advantage a {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 25px;
}

.home .advantage .column-left {
    margin-right: 150px;
}

.home .advantage ul li {
    font-size: 1em;
    margin-bottom: 10px;
    list-style: none;
}
.home .advantage ul li:before {
    content: "\2022";
    color: #ff9b2a;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
}
.home .services {
    padding-bottom: 50px;
}
.home .services .background {
    background-image: url(img/big-arrow-reverse-small.png);
    background-size: 384px 571px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 384px;
    height: 571px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home .services h3 {
    color: #f39d23;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 25px;
}
.home .services ul {
    text-align: center;
}
@media (max-width: 991px) {
    .home .services ul {
        text-align: left;
    }
}
.home .services ul li {
    text-align: center;
    padding: 0 50px;
    width: 30%;
    font-size: 1em;
    list-style: none;
    display: inline-block;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .home .services ul li {
        padding: 0;
        width: 100%;
        display: flex;
        text-align: left;
    }
}
.home .services ul li h4 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.home .why {
    background-color: #f4f8fb;
    padding-top: 200px;
}
/* @media (min-width: 992px) {
    .home .why:before {
        background-image: url(../../../../../images/background_why_top.jpg);
        background-size: 100% 169px;
        height: 169px;
        top: 1570px;
    }
}
@media (max-width: 991px) {
    .home .why:before {
        background-image: url(../../../../../images/background_why_top.jpg);
        background-size: 100% 169px;
        height: 169px;
        top: 1760px;
    }
}

.home .why:after,
.home .why:before {
    content: "";
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    right: 0;
}

@media (min-width: 992px) {
    .home .why:after {
        background-image: url(../../../../../images/background_why_bottom.jpg);
        background-size: 100% 322px;
        height: 322px;
        bottom: -2040px;
    }
}

@media (max-width: 991px) {
    .home .why:after {
        background-image: url(../../../../../images/background_why_bottom.jpg);
        background-size: 100% 322px;
        height: 322px;
        bottom: -2760px;
    }
} */

@media (max-width: 991px) {
    .home .why .hidden-md {
        display: none;
    }
}
@media (min-width: 992px) {
    .home .why .visible-md {
        display: none;
    }
}
.home .why h3 {
    color: #4680fe;
    font-size: 25px;
    font-weight: 500;
    padding-top: 120px;
}
.home .why p {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 30px;
}
.home .why .boxes2 {
    margin-top: -150px;
}
@media (max-width: 991px) {
    .home .why .boxes2 {
        margin-top: 30px;
    }
}
.home .why ul li {
    font-size: 1em;
    margin-bottom: 10px;
    list-style: none;
}
.home .why ul li:before {
    content: "\2022";
    color: #4680fa;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
}
.home .why .box {
    z-index: 50;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 45px;
    margin: 0 20px 40px;
}
.home .why .box img {
    width: 80px;
    height: auto;
}
.home .why .box h4 {
    font-weight: 900;
    font-size: 16px;
    margin-top: 20px;
}
.home .why .box a {
    display: block;
}
.home .why .box p {
    font-size: 1em;
    margin-top: 25px;
    line-height: 18px;
    margin-bottom: 25px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

/* import from app.css */
.item-blue {
    color: #002fbb;
}

.full-height {
    height: 100%;
}

@media (min-width: 768px) {
    .hero-grid {
        display: grid;
        grid-template-columns: 60% auto;
    }
}

@media (max-width: 767px) {
    .hero-grid {
        display: grid;
        grid-template-rows: 40% 60%;
    }
}

.hero .hero-img {
    width: 100%;
}

.full-height {
    height: 100%;
}

.home .advantage .support h3,
.home .advantage .support ul li:before {
    color: #283e65;
}

.home .advantage .need h3,
.home .advantage .need ul li:before {
    color: #4680fe;
}

.home .why .support ul li {
    margin: 0;
    line-height: 130%;
}

.home .why .support ul li:before {
    content: "-";
    color: black;
}

.home .why .support .box h4 {
    margin-bottom: 20px;
}

.home .why .support .last-box {
    margin-bottom: 100px;
}

.coach-grid {
    display: grid;
    grid-template-columns: 50% auto;
}

.translation-center {
    justify-content: center;
    margin-bottom: 50px;
}

.translation-center p,
.history p {
    text-align: center;
    color: #707070;
}

.advantage .translation-center h3,
.advantage .history h3 {
    color: #283e65;
}

.hero .darkblue {
    background-color: #395589;
}

.hero .outline-darkblue {
    border-color: #395589;
}

.hero .outline-darkblue a {
    color: #395589;
    font-size: 16px;
}

.hero a {
    color: #ffffff;
    font-size: 16px;
}

.history-center {
    justify-content: center;
    margin-bottom: 20px;
}

.home .advantage .history ul li:before {
    content: "\2022";
    color: #283e65;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
}

.home .advantage .history ul li {
    color: #707070;
}

.home .resume-service .translation-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home .resume-service h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 25px;
    color: #283e65;
}

.home .resume-service p {
    font-size: 14px;
    width: 65%;
}

.home .services .profile {
    display: flex;
    justify-content: space-around;
    padding-bottom: 100px;
    color: #707070;
}

.home .services .profile .picture {
    border-radius: 5px;
    padding-right: 0px;
}

.home .why.group {
    margin-top: 0px;
}

.home .resume {
    background-color: #f9fafc;
    padding-top: 35px;
    margin-top: 70px;
    padding-bottom: 35px;
}

.home .resume .container {
    display: flex;
    justify-content: center;
}

.home .resume .bandeau {
    width: 65%;
}

.home .resume h3 {
    color: #707070;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
    width: 95%;
}

.home .resume li {
    color: #707070;
    font-size: 14px;
    padding-bottom: 20px;
}

.home .resume ul li::before {
    content: "\2022";
    color: #0f1624;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    margin-left: -1em;
}

.content .box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 45px;
}
.content .box.rounded {
    border-radius: 10px;
}
.content .box.wallet {
    margin-bottom: 10px;
}
.content .box.wallet .nav-tabs {
    border: 0;
}
.content .box.wallet .nav-tabs li a.nav-link {
    border: 1px solid #dee2e6;
    padding: 20px 0;
    font-weight: 700;
    border-radius: 5px;
    color: #bbb;
}
.content .box.wallet .nav-tabs li a.nav-link.active {
    background-color: #fff;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.content .box.wallet .nav-tabs li a.nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #4680fe;
}
.content .box.wallet .nav-tabs li a.nav-link.active:hover {
    background-color: transparent;
    color: #fff;
}
.content .box.wallet .nav-tabs li a.nav-link:hover {
    background-color: #fff;
    color: #000;
}
.content .box.wallet .element {
    display: flex;
    justify-content: space-between;
}
.content .box.wallet .element .title {
    font-weight: 700;
}
.content .box.wallet .element .tag {
    background-color: #eee;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 1em;
    color: #4680fe;
    font-weight: 700;
    display: inline-block;
}

.content .box.wallet .element .title {
    font-weight: 700;
}

.content .slider-chapters .slick-slide .slide .title {
    font-weight: 700;
    line-height: 18px;
    font-size: 15px;
}

.content .nav-tabs.nav-dashboard li a.nav-link .title {
    padding-left: 20px;
    padding-right: 110px;
}
@media (max-width: 991px) {
    .content .nav-tabs.nav-dashboard li a.nav-link .title {
        padding-right: 40px;
    }
}

.content table tbody tr td.title {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-left: 30px;
}

.sidebar .title {
    font-size: 14px;
    font-weight: 700;
}

.notification.error a.link {
    font-size: 16px;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.li-top > li {
    vertical-align: top;
}

/* column css */

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
