@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@media (max-width: 767px) {
    html {
        font-size: 15px;
    }
}


body {
    color: #2C2C2C;
    font-family: "Inter", sans-serif;
    outline: none;
}

.btn-primary {
    background-color: #1976d2;
}

.btn-alternate {
    color: #fff;
    background-color: #7a6b8e;
    border-color: #04040433;
    opacity: 0.9;
}

.btn-alternate:hover {
    color: #fff;
    opacity: 1;
}

.btn {
    text-decoration: none !important;
}

.footnote{
    text-align: justify;
    color: #4E4E4E;
    border: 1px dashed #c4c4c4;
    padding: 0.5rem 0.5rem 0 0.5rem;
    font-size: 0.9rem;
    border-radius: 4px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.footnote a{
    color: inherit;
    text-decoration: underline;
}

.footnote a:hover{
    text-decoration: none;
}

.footnote p{
    font-size: 1em !important;
    margin-bottom: 0.5rem;
}

table.table-list a{
    color: #222;
}



.character-message{
    position: relative;
}
.character-message .character-message-primary{
    padding: 1rem 215px 0 1rem;
    color: #000c;
    border-radius: 5px;
    text-align: justify;
}
.character-message .character-message-primary a{
    color: inherit;
    text-decoration: underline;
}

.character-message .character-message-primary a:hover{
    text-decoration: none;
}

.character-message .character-message-secondary {
    padding: 1rem 215px 0 0.5rem;
    text-align: justify;
    font-size: 0.9em;
}

.character-message .character-message-character{
    position: absolute;
    top: 10px;
    right: 17px;
    width: 170px;
}

.character-message .character-message-character img{
    width: 100%;
}

.character-message-tense .character-message-primary{
    background-color: #f9f2ff;
    border: 1px solid #f1e1ff;
}

@media (max-width: 767px)
{
    .character-message.character-message-home{
        margin-bottom: 1rem !important;
    }
    .character-message.character-message-home .character-message-primary{
        padding: 1rem 1rem 0 1rem;

    }
    .character-message.character-message-home .character-message-secondary{
        padding: 0.5em;
    }

    .character-message.character-message-home .character-message-character{
        display: none;
        visibility: hidden;
    }
}

@media (max-width: 1190px)
{
    .character-message.character-message-about .character-message-character{
        display: none;
        visibility: hidden;
    }
    .character-message.character-message-about .character-message-primary{
        padding: 1rem;

    }
    .character-message.character-message-about .character-message-secondary{
        padding: 0.5em;
    }
}
@media (max-width: 767px)
{
    .character-message.character-message-conversation
    {
        margin-bottom: 1rem !important;
    }
    .character-message.character-message-conversation .character-message-character{
        display: none;
        visibility: hidden;
    }
    .character-message.character-message-conversation .character-message-primary{
        padding: 1rem;

    }
    .character-message.character-message-conversation .character-message-secondary{
        padding: 0.5em;
    }
}

@media (max-width: 500px)
{
    .character-message.character-message-beta .character-message-primary{
        padding: 1rem;
    }
    .character-message.character-message-beta .character-message-character{
        display: none;
        visibility: hidden;
    }
    .character-message.character-message-beta .character-message-secondary{
        padding: 0.5em;
    }
}

@media (max-width: 1200px)
{
    .character-scene.character-scene-corpus{
        margin-bottom: 1rem !important;
    }
    .character-scene.character-scene-corpus .character-scene-text{
        padding: 0.5rem;
        margin: 0;
    }
    .character-scene.character-scene-corpus .character-scene-character{
        display: none;
        visibility: hidden;
    }
}

.character-scene{
    display: flex;
    background: #f6f0ff;
    border: 1px solid #e3ddec;
    border-radius: 5px;
    position: relative;
}
.character-scene .character-scene-text{
    font-size: 0.9em;
    flex: 1;
    margin: 0.5rem;
    padding-right: 320px;
}

.character-scene .character-scene-text p{
    font-size: inherit;
    text-align: justify;
    margin: 0.5rem;
}
.character-scene .character-scene-character {
    position: absolute;
    width: 351px;
    right: 5px;
    top: 50px;
}

.character-scene .character-scene-character img{
    width: 100%;
}

.character-scene.character-scene-tense{
    background-color: #f9f2ff;
    border: 1px solid #f1e1ff;
}


/* =========== SEARCH */
.paginator ul {
    margin: 0 auto;
}

.site-search .search-results {
    margin-top: 40px;
}


h1 {
    color: #1976d2;
    margin-bottom: 1.7rem;
    font-size: 2.1rem;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    line-height: 1.3;
}

h3 {
    color: #919191;
}


b {
    font-weight: 400;
}

a {
    color: #2172c1;
    text-decoration: none;
}


a:hover,
a:focus {
    text-decoration: underline;
}

a.badge.bg-secondary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #858E96 !important;
}

p {
    text-align: justify;
}

p.t-soft {
    color: #4d4d4d;
}

hr {
    background: #aaa;
}

p.alert {
    font-size: 0.9rem;
    border-radius: 0;
    padding: 10px;
}

section.paragraph {
    margin-bottom: 40px;
}

section.paragraph h2 {
    color: #7c54b0
}

.alert-danger {
    color: #b32d2d;
    background-color: #fff4f5;
    border-color: #ffd3d7;
}


.block {
    padding: 15px;
    margin-bottom: 60px;
}

.block .search-form {
    margin-bottom: 0;
}

.block.block-soft {
    background: #f7f7f7;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}


/* HEADER */
#site-header {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
}

#site-header .brand {
    font-weight: 300;
    font-size: 1.4em;
    color: #444;
    flex: 1;
}

@media (min-width: 992px) {
    #site-header .brand {
        font-size: 1.5em;
    }
}

#site-header .brand .logo {
    height: 36px;
}

#site-header .brand .slogan {
    opacity: 0.8;
}

#site-header .brand a {
    text-decoration: none !important;
}
#site-header .nav{
    align-items: center;
    justify-content: right;
}

#site-header .nav .btn{
    font-size: 0.9em;
    border-color: #0000000a;
    font-weight: 600;
    border-left: 3px solid #0000001c;
    box-shadow: none;
}
#site-header .nav .btn + .btn{
    margin-left: 1em;
}

#site-header .nav .btn.btn-main{
    background-color: #ffea99;
    color: #212529;
}

#site-header .nav .btn.btn-main:hover {
    background-color: #fdef8a;
}

#site-header .nav .btn.btn-alt{
    background-color: #40a831;
    color: #fff;
}

#site-header .nav .btn.btn-alt:hover {
    background-color: #51b942;
}

.site-faq {
    background: #f5f5f5;
    padding: 1em 2.5em 0 0;
    border-left: 2px solid #eee;
    overflow: hidden;
    text-align: justify;
}


/* BREADCRUMBS */
#site-breadcrumbs ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background-color: transparent;
}

#site-breadcrumbs ul li {
    display: inline;
}

#site-breadcrumbs ul li + li:before {
    padding: 8px;
    color: #555;
    content: "/\00a0";
}

#site-breadcrumbs ul li a {
    color: #666;
}

section.corpus-group section.description {
    color: #686868;
    margin-bottom: 2em;
}

section.corpus-group section.articles{
    margin-top: 1.5em;
}
section.corpus-group nav.paginator{
    margin-top: 1.5em;
}


section.corpus-group h2 {
    font-size: 1.35em;
    margin-bottom: 0.5em;
    margin-top: 2em;
    color: #333;
    font-weight: 600;
}

section.corpus-group h3 {
    font-size: 1.12em;
    margin-top: 1em;
    color: #1063b5;
    font-weight: normal

}
section.corpus-group p{
    font-size: 1rem;
    color: #626161;
}
section.corpus-group ul li{
    margin-bottom: 4px;
}
    /* BODY */
#site-body {
    margin-top: 2.5rem;
}

#site-inner table {
    margin: 15px 0 15px 15px;
    width: calc(100% - 15px);
}

/* ARTICLE */
article.corpus-article h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
}

article.corpus-article h4 {
    margin: 2em 0 1em 0;
    font-size: 1.2rem;
    color: #959595;
    font-weight: 600;
    border-bottom: 2px solid #E9E9E9;
    padding-bottom: 0.3em;
}

article.corpus-article table {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 1rem;
}

article.corpus-article table thead{
    background: #ededed;
    color: #353535;
}

article.corpus-article table thead th{
    padding: 5px;
}

article.corpus-article table tbody td{
    padding: 3px 5px 3px 5px;
    border: 1px solid #eee;
    color: #222;
    font-size: 0.9em;
}

article.corpus-article table tbody tr:nth-child(even) td{
    background-color: #f6f6f6;
    font-size: 0.9em;
}

article.corpus-article section {
    font-size: 1rem;
    margin-bottom: 3rem;
}

article.corpus-article h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    border-left: 5px solid #222;
    padding-left: 10px;
}

article.corpus-article p {
    text-align: justify;
    font-size: 1.1em;
}

article.corpus-article a {
    color: #0d0d0d;
    text-decoration: underline;
}

article.corpus-article a:hover {
    color: #555;
    text-decoration: none;
}

article.corpus-article ul > li {
    margin-top: 5px;
}
article.corpus-article table + h2,
article.corpus-article p + h2{
    margin-top: 2rem;
}


/* ARTICLE : REPONSE COURTE */
article.corpus-article section.reponse-courte {
    background: #ebf5ff;
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 30px;
    color: #31353e;
    margin-bottom: 1rem;
    font-size: 0.9em;
}
article.corpus-article section.reponse-courte h2 {
    color: #325b84;
    border-color: #325b84;
    font-size: 1.1em;
}


article.corpus-article section.reponse-courte a{
    color: inherit;
}

/* ARTICLE : DEFINITION */
article.corpus-article section.definition {
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
    border-radius: 4px;
    font-size: 0.9em;
    background-color: #fff6d4;
}

article.corpus-article section.definition h2 {
    color: #736636;
    border-color: #736636;
    font-size: 1.1em;
}
article.corpus-article section blockquote {
    position: relative;
    padding: 1rem 1rem 0 1.5rem;
    font-style: italic;
    color: #000000a1;
    background: #0000000a;
    overflow: hidden;
    font-size: 0.9em;
}

article.corpus-article section blockquote::before {
    content: '"';
    position: absolute;
    top: -6px;
    left: 2px;
    font-size: 39px;
    color: #0d0c0c59;
}

/* ARTICLE : FAQ */
article.corpus-article section.faq{
    background: #eee;
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
    border-radius: 4px;
}
article.corpus-article section.faq h2{
    color: #7b6d8e;
    border-color: #7b6d8e;
}

article.corpus-article section.faq .faq-qa {
    margin-bottom: 1em;
}

article.corpus-article section.faq .faq-qa .faq-q{
    font-weight:600;
}
article.corpus-article section.faq .faq-qa .faq-a{
    color: #444;
    font-size: 0.9em;
    text-align: justify;
    margin: 5px 0 0 0;
}

/* ARTICLE : NOTE */
article.corpus-article section.note {
    background: #ffedb6;
    padding: 1rem 1rem 0 1rem;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 30px;
    font-size: 0.9em;
}

article.corpus-article section.note h2 {
    color: #736636;
    border-color: #736636;
    font-size: 1.1em;
}

#site-inner .index ul li.separator {
    list-style-type: none;
    height: 2px;
    background: #00000012;
}

.group-tile{
    background: #fff;
    border: 1px solid #00000024;
    border-radius: 3px;
    overflow: hidden;
}
.group-tile .group-tile-head{
    padding: 5px;
    background: #edebff;
    border-bottom: 1px dashed #00000024;
}
.group-tile .group-tile-head a{
    color: #000000a3;
    display: block;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
.group-tile .group-tile-body{
    padding: 10px;
    font-size: 0.9em;
    text-align: justify;
}
/* ============== SEARCH */
.search-option {
    margin-top: 5px;
}

.search-form .search-box {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 2px 3px 5px #eaeaea87;
    background-clip: padding-box;
    overflow: hidden;
    margin-bottom: 1em;
}

.search-form .search-box .search-box-area {
    padding: 10px;
}

.search-form .search-box .search-box-area textarea {
    width: 100%;
    border: 0 none;
    resize: none;
    outline: 0 none;
    padding: 0;
    overflow: hidden;
}

.search-form .search-box .search-box-tools {
    background: #eee;
    padding: 5px;
    text-align: center;
    background-image: url(/assets/self/img/logo/small.png);
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: 10px 50%;
}

.search-string {
    position: relative;
    border: 1px solid #ddd;
    min-height: 42px;
    border-radius: 4px;
    background-clip: padding-box;
    overflow: hidden;
}

.search-string input[type=search] {
    width: 100%;
    border: none;
    padding: 0 30px 0 10px;
    line-height: 40px;
    outline: none;
}

.search-string button {
    position: absolute;
    top: 0;
    z-index: 999;
    background: #1976d2;
    height: 40px;
    padding: 0 18px;
    right: 0;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    color: #fff;
}

.search-string button:hover {
    background: #116eca;
}

.search-string button span {
    font-size: 22px;
}


/* ============== WIDGETS */
.widget {
    background: #f4f4f4;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.widget-group-title {
    font-size: 1.2em;
    margin-bottom: 1em;
}
.widget-group-title a {
    color: #525252;
    font-weight: 600;
}

.widget-medium-title{
    color: #222;
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.widget.widget-explore{
    background-color: #efe4ff;
    font-size: 0.9em;
    opacity: 0.9;
    text-align: center;
    padding: 0;
}
.widget.widget-explore.soft {
    background-color: #ececec;
}

.widget.widget-explore.next{
    border-right: 10px solid #0000002b;
    border-radius: 3px 10px 10px 3px;
    text-align:right;
}

.widget.widget-explore.previous{
    border-left: 10px solid #0000002b;
    border-radius: 10px 3px 3px 10px;
    text-align:left;
}

.widget.widget-explore:hover{
    opacity: 1;
 }
.widget.widget-explore a{
    outline: 0 none;
    box-shadow: none !important;
    text-align: inherit;
    padding: 0.3rem 0.5rem;
    display: block;
}
.widget.widget-explore a .invite{
    opacity: 0.7;
    display: block;
    font-size: 0.85em;
    margin: 2px 0;
}

.widget.widget-explore a .title{
    font-weight: 600;
    display: block;
    font-size: 0.9em;
    margin: 2px 0;
}





/* ==== WIDGET - DOWNLOAD */
.widget.widget-download {
padding: 0;
}

.widget.widget-download a {
    display: block;
    text-align: center;
}

.widget.widget-search {
    border-left: 2px solid #00000017;
    background-color: #edf5ff;
    padding: 1em 1.5em;
}


/* ==== WIDGET - ARTICLES */

.widget.widget-articles {
    border-left: 2px solid #00000017;
    background: #cccccc17;
    padding: 1em 1.5em;
}
.widget.widget-articles .widget-title a{
    color: inherit;
}
.widget.widget-articles ul {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

.widget.widget-articles ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.5em;
}

.widget.widget-articles ul li a {
    color: inherit;
}

.widget.widget-articles ul li .group {
    display: block;
}

.widget.widget-articles ul li::before {
    content: '\f3d3';
    font-family: "Ionicons";
    position: absolute;
    left: -17px;
    top: 1px;
    color: #959595;
    font-weight: bold;
}

/* ==== WIDGET - INFO */

.widget.widget-info {
    border-left: 4px solid #dbdbdb;
    background: #cccccc17;
    padding: 30px;
}
.widget.widget-info .widget-title a{
    color: inherit;
}
.widget.widget-info ul {
    padding-left: 20px;
}

.widget.widget-info ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}

.widget.widget-info ul li a {
    color: inherit;
}


.widget.widget-info ul li .group {
    display: block;
}

.widget.widget-info ul li::before {
    content: '\f3d3';
    font-family: "Ionicons";
    position: absolute;
    left: -17px;
    top: 1px;
    color: #959595;
    font-weight: bold;
}

.widget.widget-info ul li.active a {
    font-weight: 600;
    color: #1976d2;
}
.widget.widget-info ul li.active::before {
    color: #1976d2;
}

.widget.widget-success{
    border-left: 4px solid #d1e6d2;
    background: #96ff9d33;
}

.widget .widget-title {
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 1.4rem;
    color: #0000009e;
}

.widget.widget-navigation {
    padding: 10px 10px 0 10px;
    overflow: hidden;
    background: #f7f7f7;
    border-left: 5px solid #0d6efd;
}

.widget.widget-navigation ul {
    padding: 0 0 0 20px;
}

.widget.widget-navigation ul li {
    list-style-type: none;
    position: relative;
    margin: 0 0 5px 0;
}

.widget.widget-navigation ul li.active a {
    font-weight: 600;
    color: #111;
}

.widget.widget-navigation ul li .group {
    display: block;
}

.widget.widget-navigation ul li::before {
    content: '\f3d3';
    font-family: "Ionicons";
    position: absolute;
    left: -17px;
    color: #0000005e;
    font-weight: bold;
}


.widget.widget-tools ul {
    padding-left: 20px;
}

.widget.widget-tools ul li {
    list-style-type: none;
    position: relative;
    line-height: 170%;
    margin-bottom: 10px;
}

.widget.widget-tools ul li .group {
    display: block;
}

.widget.widget-tools ul li::before {
    content: '\f2fc';
    font-family: "Ionicons";
    position: absolute;
    left: -17px;
    top: 1px;
    color: #959595;
    font-weight: bold;
}

/* ============== FOOTER */
#site-footer {
    margin-top: 40px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    position: relative;
}

#site-footer {
    padding: 5px 0;
    color: #4E4E4E;
}

#site-footer a {
    color: #4E4E4E;
}

#site-footer a:hover {
    color: #111;
    text-decoration: none;
}

#site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-footer ul li {
    display: inline;
    margin-bottom: 0;
}

#site-footer ul li + li:before {
    padding: 8px;
    color: #888;
    content: "/\00a0";
}

/* ---- ANIMIATIONS */
@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    70% {
        transform: scale(2.5);
        opacity: 0;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}