/*
 * Fonts
 */
@import url(../../../base/fonts/Lato.css);

/*
 * Common
 */
@import url(../main.css);

/*
 * Specific values
 */
:root {
    --font-family: 'Lato';
    --primary-color: #fe7b74;
    --secondary-color: #ffffff;
    --tertiary-color: #3d5866;
    --primary-color-border: rgba(164,33,26,.15);

    --h1-font-size: 72px;
    --h1-font-color: #3d5866;
    --h1-line-height: 76px;
    --h1-text-transform: initial;
    --h1-font-weight: initial;

    --h2-font-size: 36px;
    --h2-font-color: #3d5866;
    --h2-line-height: 40px;
    --h2-text-transform: initial;
    --h2-font-weight: initial;

    --h3-font-size: 22px;

    --line-theme1: #f5f8fa;
    --line-theme2: #f0f5f7;
    --line-theme3: #4762b3;
    --line-theme4: linear-gradient(180deg, rgba(14,92,128,0.70) 0%, rgba(71,98,179,1.00) 100%);
    --navbar-inner-background: linear-gradient(45deg, #4762b3 0%, #4762b3 100%);

    --button-border-radius: 0px;
    --background-image: url(../../../../../../themes/builder/images/cours/fullwidth/fullwidth-bg-1.jpg) no-repeat;
}

/*
 * Site
 */
body.index {
    background: #4762b3;
}
header, header > .navbar.affix {
    background: #4762b3;
}
.navbar-nav > li > a {
    color: #f7f7f7;
}
.sidebar-search input {
    background: #374c8c;
    border: none;
    height: 50px;
    border-radius: 0px;
    color: white;
}
#main-composition .sidebar-search .btn {
    background: white;
    color: #fe7b74;
    margin-left: 10px;
}
.sidebar h4 {
    color: #f1f1f1;
}
.sidebar hr {
    border-bottom: 2px solid #f1f1f1;
}
.sidebar .recent_posts li a {
    font-size: 18px;
}
.sidebar .recent_posts li .thumb {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.sidebar .recent_posts li a.link {
    color: #f1f1f1;
}
.sidebar .categories a {
    color: #f1f1f1;
}

/*** ARTICLES ***/
#articles_template1 .article {
    border-bottom: 2px solid #f1f1f1;
}
.blog-post ul.meta li {
    color: #f1f1f1;
}
.post_content p,
.post_content li {
    color: #ffffff;
    font-size: 16px;
}
.blog-post .post_content .social {
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
}
.post-author {
    background: transparent;
}
.blog-post .post-author p {
    color: #ffffff;
}
.article_comments h4 {
    color: #ffffff;
}
.article_comments .comments #addCommentForm {
    color: #ffffff;
}
.article_comments .comments #addCommentForm .talkbubble {
    padding: 10px;
    border-radius: 0px;
    border: none;
    background: #374c8c;
}
.article_comments .comments #addCommentForm .talkbubble:before {
    display: none;
}
.article_comments .comments #addCommentForm .talkbubble textarea {
    color: #ffffff;
}
.article_comments .comments .img-circle {
    border-radius: 0;
}
.article_comments .comments .comment .comment-infos .name {
    color: #f1f1f1;
}
#main-composition .maincontainer.article_comments #addCommentForm .btn {
    background: white;
    color: #fe7b74;
    padding: 15px 45px;
    font-size: 18px;
}
.article_comments p {
    color: #ffffff;
}
.article_comments .talkbubble textarea::placeholder,
.sidebar-search input::placeholder {
    color: #f1f1f1;
}
.article_comments .comments .btn-show-answers {
    background: #374c8c !important;
    color: #ffffff;
    border: none !important;
    margin-left: 70px;
}
.article_comments #shownextelements a {
    background: #ffffff;
    color: #fe7b74;
    padding: 15px;
    border-radius: 0;
    font-size: 18px;
}
