/****************************************************************************************
# Default css file for content edited with CKEditor
#
# Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.md or http://ckeditor.com/license
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in TSconfig.
# ***************************************************************************************/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #353534;
    background-color: #fff;
    margin: 20px;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #396E79;
    font-weight: 600;
}
h1, .h1 {
    font-size: 46px;
    font-weight: 700;
}
h2, .h2 {
    margin-bottom: 15px;
    font-size: 36px;
}
h3, .h3 {
    font-size: 32px;
}
h4, .h4 {
    font-size: 28px;
}
h5, .h5 {
    font-size: 24px;
}
h6, .h6 {
    font-size: 20px;
}

p {
    margin-bottom: 20px;
    color: #353534;
}
p.chapo {
    font-size: 20px;
    font-weight: bold;
}
a {
    text-decoration: underline;
    color: #5BA3B2;
}
a.link-internal,
a.link-internal--secondary,
a.link-internal--tertiary,
a.link-internal--dark,
a.link-internal--white {
    display: inline-block;
    color: #1D1D1B;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    padding: 9px 40px 8px;
    text-align: center;
    border: 0;
    border-radius: 0 50px 50px 50px;
    margin: 10px 0;
    text-decoration: none;
}
a.link-internal {
    background-color: #89BC21;
}
a.link-internal--secondary {
    background-color: #5BA3B2;
}
a.link-internal--tertiary {
    background-color: #FFB30D;
}
a.link-internal--dark {
    color: #fff;
    background-color: #1D1D1B;
}
a.link-internal--white {
    background-color: #fff;
}

table {
    width: 100%;
    margin: 0 0 30px 0;
    border-collapse: separate;
}

table th {
    background: #ECEDEF;
    color: #2C555A;
    padding: 15px 10px;
    text-align: left;
}
table td {
    padding: 15px 10px;
}

ul {
    padding-left: 20px;
    list-style: none;
}
ul li {
    position: relative;
    margin-bottom: 5px;
}
ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #396E79;
}
ul li ul {
    padding-left: 10px;
}
ul li ul li {
    font-size: 14px;
}
ul li ul li:before {
    left: -10px;
    top: 6px;
    width: 7px;
    height: 7px;
    background-color: #89BC21;
}
ol {
    padding-left: 17px;
}
ol li {
    margin-bottom: 5px;
}
ol li::marker {
    color: #396E79;
    font-weight: 700;
}
ol li ol li {
    font-size: 14px;
}
ol li ol li::marker {
    color: #89BC21;
}

blockquote {
    border-left: none;
    display: block;
    margin: 45px 0 30px;
    font-size: 16px;
    position: relative;
    padding: 10px 0 20px 55px;
}
blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
    width: 49px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../Images/quote-blue.svg);
    background-position: center;
}
blockquote p:last-child {
    position: relative;
}
blockquote p:last-child:after {
    content: "";
    background-color: #5BA3B2;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
blockquote p:last-child:not(:first-child) {
    font-size: 20px;
    font-weight: 600;
    color: #1D1D1B;
    padding-left: 100px;
}
blockquote p:last-child:not(:first-child):after {
    bottom: auto;
    top: 15px;
}

hr{
    border: 0px;
    border-top: 1px solid #ccc;
}
.cke_editable {
    /* Fix for missing scrollbars with RTL texts. (#10488) */
    word-wrap: break-word;
}
img.right{
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}
img.left{
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}
pre{
    white-space: pre-wrap; /* CSS 2.1 */
    word-wrap: break-word; /* IE7 */
    -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
table {
    border-collapse: collapse;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 100px;
}
table th,
table td {
    padding: 0.25rem;
    vertical-align: top;
}
table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
}
.marker{
    background-color: Yellow;
}
span[lang]{
    font-style: italic;
}
figure{
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}
figure > figcaption{
    text-align: center;
    display: block; /* For IE8 */
}
a > img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782C1;
}
/* Widget Styles */
.code-featured{
    border: 5px solid red;
}
.math-featured{
    padding: 20px;
    -webkit-box-shadow: 0 0 2px rgba(200, 0, 0, 1);
            box-shadow: 0 0 2px rgba(200, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.05);
    margin: 10px;
}
.image-clean{
    border: 0;
    background: none;
    padding: 0;
}
.image-clean > figcaption{
    font-size: .9em;
    text-align: right;
}
.image-grayscale{
    background-color: white;
    color: #666;
}
.image-grayscale img, img.image-grayscale{
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
.embed-240p{
    max-width: 426px;
    max-height: 240px;
    margin:0 auto;
}
.embed-360p{
    max-width: 640px;
    max-height: 360px;
    margin:0 auto;
}
.embed-480p{
    max-width: 854px;
    max-height: 480px;
    margin:0 auto;
}
.embed-720p{
    max-width: 1280px;
    max-height: 720px;
    margin:0 auto;
}
.embed-1080p{
    max-width: 1920px;
    max-height: 1080px;
    margin:0 auto;
}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-justify {text-align: justify;}