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

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

/*
 * Specific values
 */
:root {
    --font-family: 'Roboto';
    --primary-color: #9cdf38;
    --secondary-color: #2d2d2d;
    --tertiary-color: #191919;
    --primary-color-border: rgba(155,81,0,.15);

    --h1-font-family: 'Roboto Condensed';
    --h1-font-size: 54px;
    --h1-font-color: #1a1a1a;
    --h1-line-height: 70px;
    --h1-font-weight: bold;

    --h2-font-family: 'Roboto Condensed';
    --h2-font-size: 44px;
    --h2-font-color: #1a1a1a;
    --h2-line-height: 70px;
    --h2-font-weight: bold;

    --h3-font-size: 34px;
    --h3-font-color: #1a1a1a;
    --h3-line-height: 40px;
    --h3-font-weight: bold;

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

    --line-theme1: #f3f6f9;
    --line-theme2: #e9edf1;
    --line-theme3: linear-gradient(315deg, #4d4d4d 0%, #4d4d4d 100%);
    --line-theme4: linear-gradient(135deg, rgba(243,246,249,0.80) 0%, rgba(243,246,249,0.80) 100%);

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

    --formation-navbar-font-family: 'Roboto Condensed';
    --formation-navbar-color: #1a1a1a;
    --formation-header-progression-color: #1a1a1a;
}

.modules .element i.fa-file-text,
.modules .element i.fa-folder {
    color: #191919;
}
.navbar .nav > li > a {
    font-family: 'Roboto';
}
.index .header-infos h1 {
    font-weight: bold;
    text-transform: uppercase;
}
#main-composition h1 {
    text-transform: uppercase;
}
#main-composition h2 {
    text-transform: uppercase;
}
#main-composition h3 {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
