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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Open Sans';
    --primary-color: #fca39d;
    --secondary-color: #b6afcc;
    --tertiary-color: #526173;
    --primary-color-border: rgba(162,73,67,.15);

    --h1-font-family: 'Open Sans';
    --h1-font-size: 54px;
    --h1-font-color: #526173;
    --h1-line-height: 70px;
    --h1-font-weight: 300;

    --h2-font-family: 'Open Sans';
    --h2-font-size: 44px;
    --h2-font-color: #526173;
    --h2-line-height: 70px;
    --h2-font-weight: 300;

    --h3-font-size: 34px;
    --h3-font-color: #526173;
    --h3-line-height: 40px;
    --h3-font-weight: 300;

    --h4-font-size: 28px;
    --h4-font-color: #526173;
    --h4-line-height: 38px;

    --line-theme1: #ffffff;
    --line-theme2: #f4f5f6;
    --line-theme3: #f38881;
    --line-theme4: linear-gradient(180deg, rgba(89,80,117,0.70) 0%, rgba(122,61,58,0.70) 100%);

    --button-border-radius: 0px;
    --background-image: url(../../../../../../themes/builder/images/beaute/fullwidth/fullwidth-bg-1.jpg) no-repeat;
    --multilevelpushmenu-border-color: rgba(162,73,67,.15);

    --formation-navbar-font-family: 'Open Sans';
    --formation-navbar-color: #526173;
    --formation-header-progression-color: #526173;
}

.modules .element i.fa-file-text,
.modules .element i.fa-folder {
    color: #526173;
}
.navbar .nav > li > a {
    font-family: var(--formation-navbar-font-family);
}
