@charset "UTF-8";
/*

 - THEME: Aster Training;
 - AUTHOR: Belgacem Fahmi (Design & Integration);
 - SOCIETE: Smart-technology;
 - VERSION: v0.1;
 - TAGS: agency, vente en ligne, orange, teal, blue, white, black, bootstrap, flat, original, responsive, HTML5, CSS3, JQuery;
 - Copyright: 2016;
*/
/*
 _______________________________________
|                                       |
|*********  Table of contents  *********|
|                                       |
|--> 1) Assets                          |
|                                       |
|------ 1.1) Fonts                      |
|------ 1.2) Bases                      |
|------ 1.3) Reset                      |
|------ 1.4) Grids                      |
|------ 1.5) colors                     |
|------ 1.6) buttons                    |
|------ 1.7) Forms                      |
|------ 1.8) Shortcodes                 |
|                                       |
|                                       |
|--> 2) Modules                         |
|                                       |
|------ 2.1) Header Desktop             |
|------ 2.2) Header Mobile              |
|------ 2.3) Slider                     |
|------ 2.4) contact map                |
|------ 2.5) networks footer            |
|------ 2.6) Footer Desktop             |
|------ 2.7) Breadcrumbs                |
|                                       |
|--> 3) Layouts                         |
|------ 3.1) Page Home                  |
|------ 3.2) Page 404                   |
|------ 3.3) Page Sitemap               |
|------ 3.4) Blog                       |
|------ 3.5) Post Single                |
|------ 3.6) Galerie                    |
|                                       |
|************   -- END --   ************|
|                                       |
-----------------------------------------
*/
/* --------- 1) Assets ------------ */
/* --------- 1.1) Fonts --------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=Sansita+One);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* --------- 1.2) Bases --------- */
/* --------- 1.3) Reset --------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* --------- 1.4) Grids --------- */
html {
  padding: 0;
  margin: 0; }

body {
  background-color: #f2f2f2;
  padding: 0;
  margin: 0; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.inner {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto; }

/* --------- 1.5) colors --------- */
.color-1 {
  color: #C30015 !important; }

.color-2 {
  color: #39007C !important; }

.color-3 {
  color: #81D300 !important; }

.color-4 {
  color: #3299F3 !important; }

.color-5 {
  color: #F8A400 !important; }

.color-6 {
  color: #911B23 !important; }

.color-7 {
  color: #FAD600 !important; }

.color-white {
  color: #fff !important; }

.color-black {
  color: #000 !important; }

.bgcolor-1 {
  background-color: #C30015 !important; }

.bgcolor-2 {
  background-color: #39007C !important; }

.bgcolor-3 {
  background-color: #81D300 !important; }

.bgcolor-4 {
  background-color: #3299F3 !important; }

.bgcolor-5 {
  background-color: #F8A400 !important; }

.bgcolor-6 {
  background-color: #911B23 !important; }

.bgcolor-7 {
  background-color: #FAD600 !important; }

.bgcolor-1 > ul > li {
  background-color: #C30015 !important; }

.bgcolor-2 > ul > li {
  background-color: #39007C !important; }

.bgcolor-3 > ul > li {
  background-color: #81D300 !important; }

.bgcolor-4 > ul > li {
  background-color: #3299F3 !important; }

.bgcolor-5 > ul > li {
  background-color: #F8A400 !important; }

.bgcolor-6 > ul > li {
  background-color: #911B23 !important; }

.bgcolor-7 > ul > li {
  background-color: #FAD600 !important; }

/* --------- 1.6) buttons --------- */
.bf-btn {
  display: inline-block;
  padding: 10px 30px;
  font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }

.bf-btn.small {
  padding: 7px 20px; }

.bf-btn.mini {
  padding: 4px 10px; }

.bf-btn.radius {
  border-radius: 5px; }

.bf-btn-1 {
  background-color: #C30015 !important;
  border: 1px solid #C30015 !important;
  color: #fff !important; }

.bf-btn-1-o {
  background-color: #fff !important;
  border: 1px solid #C30015 !important;
  color: #C30015 !important; }

.bf-btn-2 {
  background-color: #39007C !important;
  border: 1px solid #39007C !important;
  color: #fff !important; }

.bf-btn-2-o {
  background-color: #fff !important;
  border: 1px solid #39007C !important;
  color: #39007C !important; }

.bf-btn-3 {
  background-color: #81D300 !important;
  border: 1px solid #81D300 !important;
  color: #fff !important; }

.bf-btn-3-o {
  background-color: #fff !important;
  border: 1px solid #81D300 !important;
  color: #81D300 !important; }

.bf-btn-4 {
  background-color: #3299F3 !important;
  border: 1px solid #3299F3 !important;
  color: #fff !important; }

.bf-btn-4-o {
  background-color: #fff !important;
  border: 1px solid #3299F3 !important;
  color: #3299F3 !important; }

.bf-btn-5 {
  background-color: #F8A400 !important;
  border: 1px solid #F8A400 !important;
  color: #fff !important; }

.bf-btn-5-o {
  background-color: #fff !important;
  border: 1px solid #F8A400 !important;
  color: #F8A400 !important; }

.bf-btn-6 {
  background-color: #911B23 !important;
  border: 1px solid #911B23 !important;
  color: #fff !important; }

.bf-btn-6-o {
  background-color: #fff !important;
  border: 1px solid #911B23 !important;
  color: #911B23 !important; }

.bf-btn-1-o:hover {
  background-color: #C30015 !important;
  border: 1px solid #C30015 !important;
  color: #fff !important; }

.bf-btn-1:hover {
  background-color: #fff !important;
  border: 1px solid #C30015 !important;
  color: #C30015 !important; }

.bf-btn-2-o:hover {
  background-color: #39007C !important;
  border: 1px solid #39007C !important;
  color: #fff !important; }

.bf-btn-2:hover {
  background-color: #fff !important;
  border: 1px solid #39007C !important;
  color: #39007C !important; }

.bf-btn-3-o:hover {
  background-color: #81D300 !important;
  border: 1px solid #81D300 !important;
  color: #fff !important; }

.bf-btn-3:hover {
  background-color: #fff !important;
  border: 1px solid #81D300 !important;
  color: #81D300 !important; }

.bf-btn-4-o:hover {
  background-color: #3299F3 !important;
  border: 1px solid #3299F3 !important;
  color: #fff !important; }

.bf-btn-4:hover {
  background-color: #fff !important;
  border: 1px solid #3299F3 !important;
  color: #3299F3 !important; }

.bf-btn-5-o:hover {
  background-color: #F8A400 !important;
  border: 1px solid #F8A400 !important;
  color: #fff !important; }

.bf-btn-5:hover {
  background-color: #fff !important;
  border: 1px solid #F8A400 !important;
  color: #F8A400 !important; }

.bf-btn-6-o:hover {
  background-color: #911B23 !important;
  border: 1px solid #911B23 !important;
  color: #fff !important; }

.bf-btn-6:hover {
  background-color: #fff !important;
  border: 1px solid #911B23 !important;
  color: #911B23 !important; }

.btn-facebook {
  background-color: #4B409A !important; }

.btn-facebook:hover {
  background-color: #fff !important;
  color: #4B409A !important; }

.btn-google {
  background-color: #E23D1F !important; }

.btn-google:hover {
  background-color: #fff !important;
  color: #E23D1F !important; }

.btn-twitter {
  background-color: #6497F2 !important; }

.btn-twitter:hover {
  background-color: #fff !important;
  color: #6497F2 !important; }

.btn-youtube {
  background-color: #C00000 !important; }

.btn-youtube:hover {
  background-color: #fff !important;
  color: #C00000 !important; }

.btn-linkedin {
  background-color: #2C68B8 !important; }

.btn-linkedin:hover {
  background-color: #fff !important;
  color: #2C68B8 !important; }

.btn-pinterest {
  background-color: #CB2026 !important; }

.btn-pinterest:hover {
  background-color: #fff !important;
  color: #CB2026 !important; }

.btn-stumbleupon {
  background-color: #EC4B24 !important; }

.btn-stumbleupon:hover {
  background-color: #fff !important;
  color: #EC4B24 !important; }

.btn-email {
  background-color: #848484 !important; }

.btn-email:hover {
  background-color: #fff !important;
  color: #848484 !important; }

.btn-rss {
  background-color: #FF6200 !important; }

.btn-rss:hover {
  background-color: #fff !important;
  color: #FF6200 !important; }

/* --------- 1.7) forms --------- */
form.bf-form.bf-light input:not([type="submit"]), form.bf-form.bf-light textarea,
.bf-widget.light form.bf-form input:not([type="submit"]),
.bf-widget.light form.bf-form textarea {
  border: 1px solid #C30015;
  box-shadow: none;
  background-color: #fff;
  color: #6b6b6b;
  border-radius: 0;
  font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; }
form.bf-form.bf-light textarea,
.bf-widget.light form.bf-form textarea {
  resize: none;
  width: 100%;
  height: 120px; }

form.bf-form.bf-dark input:not([type="submit"]), form.bf-form.bf-dark textarea,
.bf-widget.dark form.bf-form input:not([type="submit"]),
.bf-widget.dark form.bf-form textarea {
  border: 1px solid #fff;
  box-shadow: none;
  background-color: #fff;
  color: #6b6b6b;
  border-radius: 0;
  font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; }
form.bf-form.bf-dark textarea,
.bf-widget.dark form.bf-form textarea {
  resize: none;
  width: 100%;
  height: 120px; }

.bf-main .bf-form fieldset {
  border: 1px solid #dedede;
  padding: 20px;
  border-top-right-radius: 10px; }
.bf-main .bf-form legend {
  margin-bottom: 1px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  color: #3299F3;
  font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 20px; }
.bf-main .bf-form label {
  font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
  color: #212121;
  font-weight: 400; }
.bf-main .bf-form input:not([type="submit"]), .bf-main .bf-form textarea {
  border: 1px solid #F8A400;
  box-shadow: none;
  background-color: #f2f2f2;
  color: #6b6b6b;
  border-radius: 0;
  font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease; }
.bf-main .bf-form input:not([type="submit"]):focus, .bf-main .bf-form textarea:focus {
  background-color: #fff;
  box-shadow: none; }
.bf-main .bf-form textarea {
  resize: none;
  width: 100%;
  height: 120px; }
.bf-main .bf-form.color-1 input:not([type="submit"]), .bf-main .bf-form.color-1 textarea {
  border-color: #C30015; }
.bf-main .bf-form.color-2 input:not([type="submit"]), .bf-main .bf-form.color-2 textarea {
  border-color: #39007C; }
.bf-main .bf-form.color-3 input:not([type="submit"]), .bf-main .bf-form.color-3 textarea {
  border-color: #81D300; }
.bf-main .bf-form.color-4 input:not([type="submit"]), .bf-main .bf-form.color-4 textarea {
  border-color: #3299F3; }
.bf-main .bf-form.color-5 input:not([type="submit"]), .bf-main .bf-form.color-5 textarea {
  border-color: #F8A400; }
.bf-main .bf-form.color-6 input:not([type="submit"]), .bf-main .bf-form.color-6 textarea {
  border-color: #911B23; }

/* --------- 1.8) Shortcodes  --------- */
::selection {
  background: #81D300;
  color: #fff; }

::-moz-selection {
  background: #81D300;
  color: #fff; }

::-webkit-selection {
  background: #81D300;
  color: #fff; }

::-ms-selection {
  background: #81D300;
  color: #fff; }

.ppt, .pp_description {
  font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
  font-weight: 400; }

.bf-center {
  text-align: center; }

div.pp_default .pp_content_container .pp_left {
  padding-left: 17px !important; }

#msg-contact {
  font-size: 12px; }

.bf-form p {
  line-height: 14px !important; }
.bf-form .form-control:focus {
  box-shadow: none; }

.div-margin {
  margin: 20px; }

@media screen and (min-width: 1200px) {
  .div-margin {
    margin: 50px 80px; } }
.bf-form .help-block {
  display: block;
  margin-bottom: 10px;
  position: absolute;
  z-index: 11;
  background-color: #911B23;
  color: #fff !important;
  padding: 3px 6px;
  margin-top: -16px;
  right: 15px;
  font-size: 10px;
  font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; }

.bf-widget .bf-form .help-block {
  display: block;
  margin-bottom: 10px;
  position: absolute;
  z-index: 11;
  background-color: #911B23;
  color: #fff !important;
  padding: 3px 6px;
  margin-top: -16px;
  right: 0;
  font-size: 10px; }

.bf-form .form-control-feedback {
  display: none !important; }

.bf-page {
  padding: 50px 0; }
  .bf-page h1, .bf-page h2, .bf-page h3, .bf-page h4, .bf-page h5, .bf-page h6 {
    font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-weight: bold;
    margin: 30px 10px; }
  .bf-page h1 {
    font-size: 30px; }
  .bf-page h2 {
    font-size: 24px; }
  .bf-page h3 {
    font-size: 22px; }
  .bf-page h4 {
    font-size: 20px; }
  .bf-page h5 {
    font-size: 18px; }
  .bf-page h6 {
    font-size: 16px; }
  .bf-page .title-section {
    margin-left: 0; }
  .bf-page i {
    font-style: italic; }
  .bf-page strong {
    font-weight: bold; }
  .bf-page u {
    text-decoration: underline; }
  .bf-page p {
    font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0; }
  .bf-page .bf-main {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 5px; }
    .bf-page .bf-main .inner-bg {
      display: inline-block;
      padding: 3px 10px; }
    .bf-page .bf-main ul {
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 14px;
      line-height: 19px;
      margin-left: 40px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .bf-page .bf-main ul li {
        margin-bottom: 10px; }
        .bf-page .bf-main ul li ul {
          margin-left: 60px;
          margin-bottom: 10px;
          margin-top: 5px;
          font-size: 12px; }
          .bf-page .bf-main ul li ul li {
            margin-bottom: 5px;
            margin-top: 0; }
          .bf-page .bf-main ul li ul li:before {
            content: '\f0da';
            margin-right: 3px;
            font-family: 'FontAwesome'; }
      .bf-page .bf-main ul li:before {
        content: '\f046';
        margin-right: 3px;
        font-family: 'FontAwesome'; }
    .bf-page .bf-main ol {
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 14px;
      line-height: 19px;
      margin-left: 40px;
      margin-top: 10px;
      margin-bottom: 10px;
      list-style-type: decimal; }
    .bf-page .bf-main ul.bcolor-1 li:before {
      color: #C30015; }
    .bf-page .bf-main ul.bcolor-2 li:before {
      color: #39007C; }
    .bf-page .bf-main ul.bcolor-3 li:before {
      color: #81D300; }
    .bf-page .bf-main ul.bcolor-4 li:before {
      color: #3299F3; }
    .bf-page .bf-main ul.bcolor-5 li:before {
      color: #F8A400; }
    .bf-page .bf-main ul.bcolor-6 li:before {
      color: #911B23; }
    .bf-page .bf-main .list-space li {
      margin-top: 10px;
      margin-bottom: 10px; }
    .bf-page .bf-main ul.list-logos > li {
      margin-bottom: 50px; }
    .bf-page .bf-main ul.list-logos > li:before {
      display: none; }
    .bf-page .bf-main ul.list-logos > li .title-company {
      display: table-cell;
      padding: 20px;
      vertical-align: middle; }
    .bf-page .bf-main ul.list-logos > li .logo-company {
      display: table-cell;
      width: 120px;
      background-color: #fff;
      text-align: center;
      height: 120px;
      vertical-align: middle;
      border-radius: 60px;
      overflow: hidden; }
      .bf-page .bf-main ul.list-logos > li .logo-company a img {
        width: 80%;
        vertical-align: middle; }
    .bf-page .bf-main ul.list-logos.small li {
      margin-bottom: 10px; }
    .bf-page .bf-main ul.list-logos.small > li .logo-company {
      width: 60px;
      height: 60px;
      border-radius: 30px; }
    .bf-page .bf-main .bf-accordion.style-1 .panel {
      border: 1px solid #39007C; }
      .bf-page .bf-main .bf-accordion.style-1 .panel .panel-heading {
        background-color: #39007C !important; }
        .bf-page .bf-main .bf-accordion.style-1 .panel .panel-heading .panel-title {
          font-size: 18px;
          font-weight: 400;
          color: #fff;
          margin: 0; }
          .bf-page .bf-main .bf-accordion.style-1 .panel .panel-heading .panel-title a {
            color: #fff;
            text-decoration: none; }
          .bf-page .bf-main .bf-accordion.style-1 .panel .panel-heading .panel-title a:focus {
            outline: 0; }
          .bf-page .bf-main .bf-accordion.style-1 .panel .panel-heading .panel-title a:before {
            content: '\f146';
            -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
            font-family: 'FontAwesome';
            margin-right: 4px; }
          .bf-page .bf-main .bf-accordion.style-1 .panel .panel-heading .panel-title a.collapsed:before {
            content: '\f0fe'; }
      .bf-page .bf-main .bf-accordion.style-1 .panel .panel-body {
        font-size: 14px;
        color: #414141;
        line-height: 17px;
        font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; }
    .bf-page .bf-main .bf-accordion.style-2 .panel {
      border: 1px solid #dedede; }
      .bf-page .bf-main .bf-accordion.style-2 .panel .panel-heading {
        background-color: #dedede !important; }
        .bf-page .bf-main .bf-accordion.style-2 .panel .panel-heading .panel-title {
          font-size: 18px;
          font-weight: 400;
          color: #fff;
          margin: 0; }
          .bf-page .bf-main .bf-accordion.style-2 .panel .panel-heading .panel-title a {
            color: #848484;
            text-decoration: none; }
          .bf-page .bf-main .bf-accordion.style-2 .panel .panel-heading .panel-title a:focus {
            outline: 0; }
          .bf-page .bf-main .bf-accordion.style-2 .panel .panel-heading .panel-title a:before {
            content: '\f29c';
            -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
            font-family: 'FontAwesome';
            margin-right: 4px; }
          .bf-page .bf-main .bf-accordion.style-2 .panel .panel-heading .panel-title a.collapsed:before {
            content: '\f059'; }
      .bf-page .bf-main .bf-accordion.style-2 .panel .panel-body {
        font-size: 14px;
        color: #414141;
        line-height: 17px;
        font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; }
    .bf-page .bf-main .bf-accordion.style-3 .panel {
      border: 1px solid #dedede; }
      .bf-page .bf-main .bf-accordion.style-3 .panel .panel-heading {
        background-color: #dedede !important; }
        .bf-page .bf-main .bf-accordion.style-3 .panel .panel-heading .panel-title {
          font-size: 18px;
          font-weight: 400;
          color: #fff;
          margin: 0; }
          .bf-page .bf-main .bf-accordion.style-3 .panel .panel-heading .panel-title a {
            color: #848484;
            text-decoration: none; }
          .bf-page .bf-main .bf-accordion.style-3 .panel .panel-heading .panel-title a:focus {
            outline: 0; }
      .bf-page .bf-main .bf-accordion.style-3 .panel .panel-body {
        font-size: 14px;
        color: #414141;
        line-height: 17px;
        font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; }
    .bf-page .bf-main .bf-accordion.style-4 .panel {
      border: 1px solid #dedede; }
      .bf-page .bf-main .bf-accordion.style-4 .panel .panel-heading .panel-title {
        font-size: 18px;
        font-weight: 400;
        margin: 0; }
        .bf-page .bf-main .bf-accordion.style-4 .panel .panel-heading .panel-title a {
          text-decoration: none; }
        .bf-page .bf-main .bf-accordion.style-4 .panel .panel-heading .panel-title a:focus {
          outline: 0; }
      .bf-page .bf-main .bf-accordion.style-4 .panel .panel-body {
        font-size: 14px;
        color: #414141;
        line-height: 17px;
        font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; }
    .bf-page .bf-main .bf-tabs.style-1 ul.nav.nav-tabs {
      border-bottom: 0;
      margin: 0;
      margin: 0 0 -1px 0;
      padding: 0; }
      .bf-page .bf-main .bf-tabs.style-1 ul.nav.nav-tabs li {
        display: inline-block;
        border-radius: 0;
        border: 0;
        margin-right: 2px;
        padding: 0; }
        .bf-page .bf-main .bf-tabs.style-1 ul.nav.nav-tabs li a {
          display: inline-block;
          border-radius: 0;
          border-top-right-radius: 5px;
          border: 0;
          font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          background-color: #39007C;
          border: 1px solid #39007C;
          padding: 10px 10px;
          margin: 0 2px 0 0; }
          .bf-page .bf-main .bf-tabs.style-1 ul.nav.nav-tabs li a span.fa {
            margin-right: 10px; }
        .bf-page .bf-main .bf-tabs.style-1 ul.nav.nav-tabs li a:focus {
          outline: 0; }
      .bf-page .bf-main .bf-tabs.style-1 ul.nav.nav-tabs li.active {
        margin-bottom: -5px; }
        .bf-page .bf-main .bf-tabs.style-1 ul.nav.nav-tabs li.active a {
          color: #39007C;
          background-color: #fff;
          border: 1px solid #39007C;
          border-bottom: 0; }
    .bf-page .bf-main .bf-tabs.style-1 .tab-content {
      border: 1px solid #39007C;
      border-top-right-radius: 10px;
      padding: 20px 20px; }
      .bf-page .bf-main .bf-tabs.style-1 .tab-content h1, .bf-page .bf-main .bf-tabs.style-1 .tab-content h2, .bf-page .bf-main .bf-tabs.style-1 .tab-content h3, .bf-page .bf-main .bf-tabs.style-1 .tab-content h4, .bf-page .bf-main .bf-tabs.style-1 .tab-content h5, .bf-page .bf-main .bf-tabs.style-1 .tab-content h6 {
        margin-left: 0; }
    .bf-page .bf-main .bf-tabs.style-2 ul.nav.nav-tabs {
      border-bottom: 0;
      margin: 0 0 -2px 0;
      padding: 0; }
      .bf-page .bf-main .bf-tabs.style-2 ul.nav.nav-tabs li {
        float: right;
        display: inline-block;
        border-radius: 0;
        border: 0;
        margin: 0;
        margin-left: 2px;
        padding: 0; }
        .bf-page .bf-main .bf-tabs.style-2 ul.nav.nav-tabs li a {
          display: inline-block;
          border-radius: 0;
          border-top-left-radius: 5px;
          border: 0;
          font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          font-size: 16px;
          font-weight: 400;
          color: #848484;
          background-color: #dedede;
          border: 1px solid #dedede;
          padding: 10px 10px;
          margin: 0 0 0 2px; }
          .bf-page .bf-main .bf-tabs.style-2 ul.nav.nav-tabs li a span.fa {
            margin-left: 10px; }
        .bf-page .bf-main .bf-tabs.style-2 ul.nav.nav-tabs li a:focus {
          outline: 0; }
      .bf-page .bf-main .bf-tabs.style-2 ul.nav.nav-tabs li.active {
        margin-bottom: -5px; }
        .bf-page .bf-main .bf-tabs.style-2 ul.nav.nav-tabs li.active a {
          color: #848484;
          background-color: #fff;
          border: 1px solid #dedede;
          border-bottom: 0; }
    .bf-page .bf-main .bf-tabs.style-2 .tab-content {
      border: 1px solid #dedede;
      border-top-left-radius: 10px;
      padding: 20px 20px; }
      .bf-page .bf-main .bf-tabs.style-2 .tab-content h1, .bf-page .bf-main .bf-tabs.style-2 .tab-content h2, .bf-page .bf-main .bf-tabs.style-2 .tab-content h3, .bf-page .bf-main .bf-tabs.style-2 .tab-content h4, .bf-page .bf-main .bf-tabs.style-2 .tab-content h5, .bf-page .bf-main .bf-tabs.style-2 .tab-content h6 {
        margin-left: 0; }
    .bf-page .bf-main .bf-image-link:focus {
      outline: none; }
    .bf-page .bf-main .bf-image {
      width: 100%;
      box-shadow: 0 0 1px rgba(30, 30, 30, 0.95);
      border-radius: 0px; }
    .bf-page .bf-main .bf-galerie {
      border: 1px solid #dedede;
      padding: 40px 20px 0 20px; }
    .bf-page .bf-main .fg-dropdown-selection {
      margin-bottom: 30px; }
    .bf-page .bf-main .fg-panel .fg-theme-white {
      color: #fff;
      background-color: #3299F3; }
    .bf-page .bf-main .fg-panel .fg-dropdown-selection-list.fg-theme-white li:hover {
      color: #39007C; }
    .bf-page .bf-main table.bf-table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #dedede; }
      .bf-page .bf-main table.bf-table thead tr th {
        text-align: center;
        font-weight: bold;
        font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 1px solid #dedede;
        font-size: 14px;
        color: #fff; }
      .bf-page .bf-main table.bf-table tbody tr td {
        font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
        padding: 10px;
        border: 1px solid #dedede;
        font-size: 13px;
        color: #323232; }
      .bf-page .bf-main table.bf-table tbody tr:hover {
        background-color: #eee; }
    .bf-page .bf-main table.bf-table.color-1 thead tr {
      background-color: #C30015; }
    .bf-page .bf-main table.bf-table.color-2 thead tr {
      background-color: #39007C; }
    .bf-page .bf-main table.bf-table.color-3 thead tr {
      background-color: #81D300; }
    .bf-page .bf-main table.bf-table.color-4 thead tr {
      background-color: #3299F3; }
    .bf-page .bf-main table.bf-table.color-5 thead tr {
      background-color: #F8A400; }
    .bf-page .bf-main table.bf-table.color-6 thead tr {
      background-color: #911B23; }
    .bf-page .bf-main .bf-carrousel {
      width: 100%;
      height: 300px; }
      .bf-page .bf-main .bf-carrousel .bf-items {
        width: 100%;
        text-align: center; }
        .bf-page .bf-main .bf-carrousel .bf-items .bf-item {
          vertical-align: middle; }
          .bf-page .bf-main .bf-carrousel .bf-items .bf-item img {
            height: 300px;
            width: initial;
            max-width: 100%;
            display: block;
            margin-left: auto;
            margin-right: auto; }
  .bf-page .bf-sidebar .bf-widget {
    width: 100%;
    padding: 20px 0.5%;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #3299F3; }
    .bf-page .bf-sidebar .bf-widget h5 {
      width: 90%;
      padding: 10px 20px 10px 30px;
      border-top-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      .bf-page .bf-sidebar .bf-widget h5 span {
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        background-color: #fff;
        text-align: center;
        padding-top: 4px;
        color: #3299F3; }
    .bf-page .bf-sidebar .bf-widget .bf-bloc {
      text-align: center; }
  .bf-page .bf-sidebar .bf-form {
    padding: 20px 20px 0 20px; }
  .bf-page .bf-sidebar .posts {
    padding: 20px 10px 0 10px; }
    .bf-page .bf-sidebar .posts .bf-item {
      margin: 0 0 5px 0;
      padding: 5px 0; }
      .bf-page .bf-sidebar .posts .bf-item img {
        width: 100%;
        min-height: 80px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
      .bf-page .bf-sidebar .posts .bf-item .title {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        line-height: 16px; }
        .bf-page .bf-sidebar .posts .bf-item .title a {
          text-decoration: none; }
        .bf-page .bf-sidebar .posts .bf-item .title a:hover {
          color: #39007C !important; }
      .bf-page .bf-sidebar .posts .bf-item .title:before {
        content: '•';
        margin-right: 4px; }
      .bf-page .bf-sidebar .posts .bf-item .details {
        font-style: italic;
        font-size: 12px; }
    .bf-page .bf-sidebar .posts .bf-item:last-child {
      border-bottom: 0 !important;
      margin-bottom: 0 !important; }
  .bf-page .bf-sidebar .bf-widget.light {
    background-color: #fff; }
    .bf-page .bf-sidebar .bf-widget.light h5 {
      color: #fff;
      background-color: #3299F3; }
    .bf-page .bf-sidebar .bf-widget.light .posts .bf-item {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
      .bf-page .bf-sidebar .bf-widget.light .posts .bf-item .title {
        color: #6b6b6b; }
        .bf-page .bf-sidebar .bf-widget.light .posts .bf-item .title a {
          color: #6b6b6b; }
      .bf-page .bf-sidebar .bf-widget.light .posts .bf-item .details {
        color: #444; }
        .bf-page .bf-sidebar .bf-widget.light .posts .bf-item .details a {
          color: #C30015; }
  .bf-page .bf-sidebar .bf-widget.dark {
    background-color: #3299F3; }
    .bf-page .bf-sidebar .bf-widget.dark h5 {
      color: #fff;
      background-color: #C30015; }
      .bf-page .bf-sidebar .bf-widget.dark h5 span {
        color: #C30015; }
    .bf-page .bf-sidebar .bf-widget.dark .posts .bf-item {
      border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
      .bf-page .bf-sidebar .bf-widget.dark .posts .bf-item .title {
        color: #f2f2f2; }
        .bf-page .bf-sidebar .bf-widget.dark .posts .bf-item .title a {
          color: #f2f2f2; }
      .bf-page .bf-sidebar .bf-widget.dark .posts .bf-item .details {
        color: #444; }
        .bf-page .bf-sidebar .bf-widget.dark .posts .bf-item .details a {
          color: #C30015; }

/* --------- 2) Modules ----------- */
/* --------- 2.1) Header Desktop --------- */
header .header-top {
  width: 100%;
  background-color: #242424;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0; }
  header .header-top .section-left {
    float: left;
    padding: 0;
    margin: 0; }
    header .header-top .section-left ul {
      font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 14px;
      text-transform: uppercase; }
      header .header-top .section-left ul li {
        display: inline-block;
        padding: 5px; }
        header .header-top .section-left ul li a {
          color: #F2F2F2;
          text-decoration: none; }
      header .header-top .section-left ul li:after {
        content: '/';
        margin-left: 10px;
        color: #F2F2F2; }
      header .header-top .section-left ul li:last-child:after {
        content: ''; }
  header .header-top .section-right {
    float: right;
    padding: 0;
    margin: 0; }
    header .header-top .section-right ul {
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 14px;
      text-align: right; }
      header .header-top .section-right ul li {
        display: inline-block;
        padding: 5px;
        color: #F2F2F2;
        margin-right: 10px; }
        header .header-top .section-right ul li a {
          color: #F2F2F2;
          text-decoration: none; }
        header .header-top .section-right ul li span {
          margin-right: 4px;
          background-color: #F2F2F2;
          color: #242424;
          width: 20px;
          height: 20px;
          text-align: center;
          border-radius: 10px;
          padding-top: 3px;
          display: inline-block; }
      header .header-top .section-right ul li:last-child {
        margin-right: 0; }
  @media screen and (max-width: 1023px) {
    header .header-top {
      display: none; } }

header .header {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 0;
  margin: 0; }
  header .header .logo {
    width: 180px;
    float: left;
    padding-top: 5px; }
    header .header .logo img {
      width: 100%; }
  header .header nav.navigation {
    text-align: right;
    float: right; }
    header .header nav.navigation ul > li {
      display: inline-block;
      width: 165px;
      height: 70px;
      text-align: center;
      padding: 10px;
      padding-top: 25px;
      margin: 0;
      margin-left: 2px;
      line-height: 18px;
      font-size: 16px;
      font-weight: 400;
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: -0.1px;
      vertical-align: middle;
      background-color: #ddd;
      border-bottom: 5px solid rgba(0, 0, 0, 0.4);
      border-top-left-radius: 7px;
      border-top-right-radius: 7px;
      -webkit-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
    header .header nav.navigation ul > li > a {
      text-decoration: none;
      color: #fff;
      display: block; }
    header .header nav.navigation ul > li:hover,
    header .header nav.navigation ul > li.item-current {
      border-bottom: 0;
      height: 60px;
      margin-top: 10px;
      padding-top: 20px; }
    header .header nav.navigation ul > li.item-double {
      padding-top: 20px; }
    header .header nav.navigation ul > li.item-double:hover,
    header .header nav.navigation ul > li.item-double.item-current {
      padding-top: 15px; }
    header .header nav.navigation ul > li.item-parent > ul {
      display: none; }
    header .header nav.navigation ul > li.item-parent > a:after {
      content: '▾';
      display: inline-block;
      position: absolute;
      margin-left: 5px;
      color: #fff; }
    header .header nav.navigation ul > li.item-parent:hover > a:after {
      content: '▴'; }
    header .header nav.navigation ul > li.item-parent.item-double > a:after {
      margin-top: -13px; }
    header .header nav.navigation ul > li.item-parent > ul {
      display: none;
      position: absolute;
      z-index: 10;
      margin-top: 20px;
      margin-left: -10px;
      padding-top: 4px;
      min-width: 250px;
      border-bottom: 5px solid rgba(0, 0, 0, 0.4);
      -webkit-transition: all 1s ease-in;
      transition: all 1s ease-in; }
    header .header nav.navigation ul > li.item-parent:hover > ul {
      display: block;
      z-index: 999999999999; }
    header .header nav.navigation ul > li.item-parent.item-double > ul {
      margin-top: 7px; }
    header .header nav.navigation ul > li.item-parent > ul > li {
      background-color: transparent;
      border-bottom: 0;
      padding: 10px 20px !important;
      margin: 0 !important;
      display: block;
      border-radius: 0;
      width: 100%;
      text-align: left;
      font-size: 14px;
      height: 40px;
      width: 100%;
      text-transform: none; }
      header .header nav.navigation ul > li.item-parent > ul > li a {
        padding: 4px 8px;
        margin: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
      header .header nav.navigation ul > li.item-parent > ul > li a:after {
        content: ''; }
    header .header nav.navigation ul > li.item-parent > ul > li:hover {
      padding: 10px 20px !important;
      margin: 0 !important;
      text-align: left; }
      header .header nav.navigation ul > li.item-parent > ul > li:hover a {
        padding: 4px 8px;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.2) !important; }
    header .header nav.navigation ul > li.item-parent > ul > li > a:before {
      content: ' › ';
      color: #fff;
      display: inline-block;
      margin-right: 5px; }
  @media screen and (max-width: 1280px) {
    header .header {
      padding-left: 20px;
      padding-right: 20px; }
      header .header .logo {
        width: 120px;
        padding-top: 5px; }
      header .header nav.navigation ul > li {
        width: 140px;
        height: 50px;
        margin-left: 2px;
        padding: 10px 15px;
        padding-top: 15px;
        line-height: 14px;
        font-size: 12px;
        font-weight: 400; }
      header .header nav.navigation ul > li:hover {
        height: 40px;
        padding-top: 12px; }
      header .header nav.navigation ul > li.item-current,
      header .header nav.navigation ul > li.item-current:hover {
        height: 40px;
        padding-top: 12px; }
      header .header nav.navigation ul > li.item-double {
        padding-top: 10px; }
      header .header nav.navigation ul > li.item-double:hover {
        padding-top: 5px; }
      header .header nav.navigation ul > li.item-double,
      header .header nav.navigation ul > li.item-double:hover {
        padding-top: 5px; }
      header .header nav.navigation ul > li.item-parent.item-double > a:after {
        margin-top: -10px; }
      header .header nav.navigation ul > li.item-parent > ul {
        margin-top: 12px;
        margin-left: -15px; }
      header .header nav.navigation ul > li.item-parent.item-double > ul {
        margin-top: 5px; }
      header .header nav.navigation ul > li.item-parent > ul > li {
        padding: 5px 20px !important;
        font-size: 12px;
        height: 30px; }
      header .header nav.navigation ul > li.item-parent > ul > li:hover {
        padding: 5px 20px !important; } }
  @media screen and (max-width: 1023px) {
    header .header {
      display: none; } }

/* --------- 2.2) Header Mobile --------- */
body.has-active-menu {
  overflow: hidden; }

.bf-mask {
  position: fixed;
  z-index: 9999999998;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }

.bf-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s; }

.header-mobile {
  background-color: #FFFFFF;
  padding: 15px 30px; }
  @media screen and (min-width: 1024px) {
    .header-mobile {
      display: none; } }
  @media screen and (max-width: 600px) {
    .header-mobile {
      box-shadow: 11px 0px 8px rgba(30, 30, 30, 0.5); } }
  .header-mobile .logo {
    width: 120px;
    float: left; }
    .header-mobile .logo img {
      width: 100%; }
  .header-mobile a.bf-button {
    display: block;
    float: right;
    opacity: 1;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #C30015;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    padding-top: 7px;
    margin-top: 5px; }
  .header-mobile .bf-menu {
    position: fixed;
    z-index: 9999999999;
    background-color: #fff;
    transition: transform 0.3s; }
  .header-mobile .bf-menu-items {
    list-style: none;
    margin: 0;
    padding: 0; }
  .header-mobile .bf-menu-close {
    color: #fff;
    background-color: #00ADA5;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-weight: bold;
    box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.2);
    text-transform: uppercase; }
  .header-mobile .bf-menu-push-right .bf-menu-close {
    display: block;
    padding: 18px 24px;
    width: 100%;
    margin-bottom: 10px; }
  .header-mobile .bf-menu-close:focus {
    outline: none; }
  .header-mobile .bf-menu-push-right {
    width: 100%;
    height: 100%;
    overflow-y: scroll; }
  @media all and (min-width: 320px) {
    .header-mobile .bf-menu-push-right {
      width: 300px; } }
  .header-mobile .bf-menu-push-right {
    top: 0;
    right: 0;
    transform: translateX(100%); }
  @media all and (min-width: 320px) {
    .header-mobile .bf-menu-push-right {
      transform: translateX(300px); } }
  .header-mobile .bf-menu-push-right.is-active {
    transform: translateX(0); }
  .header-mobile ul > li {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 2px solid #FFFFFF; }
    .header-mobile ul > li a {
      color: #fff;
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      text-decoration: none; }
  .header-mobile ul > li:last-child {
    border-bottom: 0; }
  .header-mobile ul > li > a {
    font-size: 16px;
    color: #FFFFFF; }
  .header-mobile ul > li > a:before {
    content: '•';
    margin-right: 5px; }
  .header-mobile ul > li > ul {
    margin: 10px auto; }
  .header-mobile ul > li > ul > li {
    border-bottom: 0;
    padding: 5px 30px; }
  .header-mobile ul > li > ul > li > a {
    font-size: 14px;
    color: #FFFFFF; }
  .header-mobile ul > li > ul > li > a:before {
    content: '›';
    margin-right: 5px; }

/* --------- 2.3) Slider --------- */
section.slider-c {
  width: 100%;
  background-color: #00ADA5;
  height: auto;
  box-shadow: inset 0px 11px 8px -10px rgba(30, 30, 30, 0.5), inset 0px -11px 8px -10px rgba(30, 30, 30, 0.5);
  padding: 30px 5%; }
  @media screen and (max-width: 600px) {
    section.slider-c {
      display: none; } }
  section.slider-c .slides {
    width: 100%;
    padding: 0;
    margin: 0; }
    section.slider-c .slides .bf-item {
      width: 100%;
      padding: 0;
      margin: 0;
      display: flex; }
      section.slider-c .slides .bf-item .description {
        float: left;
        width: 50%;
        padding: 50px; }
        section.slider-c .slides .bf-item .description h3 {
          font-weight: 700;
          font-size: 45px;
          color: #fff;
          font-family: "Montserrat", "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          text-transform: uppercase;
          margin: 10px 0 30px 0;
          text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
          @media screen and (max-width: 1200px) {
            section.slider-c .slides .bf-item .description h3 {
              font-size: 30px; } }
        section.slider-c .slides .bf-item .description p {
          color: #fff;
          font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          font-size: 15px;
          line-height: 20px; }
        section.slider-c .slides .bf-item .description a.bf-btn {
          font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          font-size: 20px;
          text-transform: uppercase;
          text-decoration: none;
          color: #fff;
          padding: 15px 20px;
          border-radius: 3px;
          margin-top: 30px;
          display: inline-block;
          border: 2px solid #FAD600; }
        section.slider-c .slides .bf-item .description a.bf-btn:hover {
          color: #FAD600;
          border: 2px solid #FAD600;
          background-color: transparent !important; }
      section.slider-c .slides .bf-item .bg {
        float: right;
        width: 50%;
        padding: 50px 50px 50px 0; }
        section.slider-c .slides .bf-item .bg img {
          max-width: 100%;
          vertical-align: middle;
          float: right; }
      @media screen and (max-width: 1200px) {
        section.slider-c .slides .bf-item .description {
          width: 40%; }
        section.slider-c .slides .bf-item .bg {
          width: 60%;
          padding: 30px 10px; } }
      @media screen and (max-width: 992px) {
        section.slider-c .slides .bf-item {
          text-align: center; }
          section.slider-c .slides .bf-item .description {
            width: 100%;
            padding: 20px 50px; }
            section.slider-c .slides .bf-item .description a.bf-btn {
              margin: 20px auto !important; }
          section.slider-c .slides .bf-item .bg {
            display: none; } }
  section.slider-c .slick-prev, section.slider-c .slick-next {
    position: absolute;
    display: block;
    height: 80px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    border: 2px solid #C30015;
    color: #C30015;
    top: 50%;
    margin-top: -40px;
    padding: 0;
    outline: none; }
  section.slider-c .slick-prev:hover, section.slider-c .slick-prev:focus, section.slider-c .slick-next:hover, section.slider-c .slick-next:focus {
    outline: none;
    background: transparent;
    border: 2px solid #C30015;
    color: #fff; }
  section.slider-c .slick-prev:hover:before, section.slider-c .slick-prev:focus:before, section.slider-c .slick-next:hover:before, section.slider-c .slick-next:focus:before {
    opacity: 1; }
  section.slider-c .slick-prev.slick-disabled:before, section.slider-c .slick-next.slick-disabled:before {
    opacity: 0.25; }
  section.slider-c .slick-prev:before, section.slider-c .slick-next:before {
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 1;
    color: #C30015;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  section.slider-c .slick-prev {
    left: -50px; }
  section.slider-c .slick-prev:before {
    content: "\f0d9"; }
  section.slider-c .slick-next {
    right: -50px; }
  section.slider-c .slick-next:before {
    content: "\f0da"; }
  section.slider-c .slick-prev:hover:before, section.slider-c .slick-next:hover:before {
    color: #fff; }
  @media screen and (max-width: 992px) {
    section.slider-c .slick-prev {
      left: -25px; }
    section.slider-c .slick-next {
      right: -25px; } }
  section.slider-c .slick-dots {
    bottom: -20px; }
  section.slider-c .slick-dots li {
    height: 28px;
    width: 28px;
    border-radius: 14px;
    padding: 0;
    border: 3px solid #fff; }
  section.slider-c .slick-dots li button {
    height: 24px;
    width: 24px;
    border-radius: 12px; }
  section.slider-c .slick-dots li button:hover, section.slider-c .slick-dots li button:focus {
    outline: none; }
  section.slider-c .slick-dots li button:hover:before, section.slider-c .slick-dots li button:focus:before {
    opacity: 1; }
  section.slider-c .slick-dots li button:before {
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 23px;
    content: "\f111";
    width: 20px;
    height: 20px;
    color: transparent;
    opacity: 1; }
  section.slider-c .slick-dots li.slick-active button:before {
    color: #FAD600;
    opacity: 1; }
  @media screen and (max-width: 992px) {
    section.slider-c .slick-dots {
      display: none; } }

/* --------- 2.4) contact map --------- */
section.contact-map {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  box-shadow: inset 0px 11px 8px -10px rgba(30, 30, 30, 0.5);
  padding: 5px 0 0 0; }
  section.contact-map .bf-map {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    z-index: 10000001; }
  section.contact-map .contact {
    width: 55%;
    height: auto;
    background-color: #fff;
    margin-top: 25px;
    right: 5%;
    z-index: 10000002;
    display: block;
    position: absolute;
    box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
    padding: 20px;
    border-radius: 10px; }
    @media screen and (max-width: 1024px) {
      section.contact-map .contact {
        width: 60%; } }
    section.contact-map .contact .c-left {
      margin: 0;
      padding: 0;
      border-right: 1px solid #39007C; }
      section.contact-map .contact .c-left h4 {
        display: block;
        width: 70%;
        background-color: #C30015;
        color: #fff;
        padding: 10px;
        font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
        font-size: 18px;
        text-align: center;
        margin: 0 0 40px -20px; }
      section.contact-map .contact .c-left p {
        font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
        font-size: 12px;
        line-height: 14px;
        font-style: italic;
        color: #6b6b6b; }
    section.contact-map .contact .c-right {
      text-align: left;
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 14px;
      color: #6b6b6b;
      padding-top: 55px; }
      section.contact-map .contact .c-right ul {
        margin: 0;
        padding: 0; }
        section.contact-map .contact .c-right ul li {
          display: block;
          margin-bottom: 20px;
          line-height: 18px; }
          section.contact-map .contact .c-right ul li span.title {
            display: block;
            color: #242424;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 5px; }
            section.contact-map .contact .c-right ul li span.title span {
              width: 30px;
              height: 30px;
              text-align: center;
              padding-top: 8px;
              margin-right: 5px;
              margin-top: -1px;
              color: #fff;
              background-color: #F8A400;
              border: 1px solid #F8A400;
              transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out; }
          section.contact-map .contact .c-right ul li a {
            color: #6b6b6b;
            text-decoration: none; }
        section.contact-map .contact .c-right ul li:hover span.title span {
          color: #F8A400;
          background-color: #fff;
          border-radius: 15px; }
        section.contact-map .contact .c-right ul li:hover a {
          color: #C30015; }

@media screen and (max-width: 1023px) {
  section.contact-map {
    width: 100%;
    margin: 0;
    padding: 5px;
    display: block;
    box-shadow: none; }
    section.contact-map .bf-map {
      display: none; }
    section.contact-map .contact {
      width: 90%;
      right: 5%; }
      section.contact-map .contact .c-left {
        border-right: 0; }
        section.contact-map .contact .c-left h4 {
          width: 100%; }
      section.contact-map .contact .c-right {
        text-align: center;
        border-top: 1px solid #39007C; } }
/* --------- 2.5) networks footer --------- */
section.networks-footer {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 201px;
  border-bottom: 1px solid #fff; }
  section.networks-footer .bg {
    background: url("../img/bg/bg-networks.jpg") no-repeat;
    background-size: cover;
    background-clip: border-box;
    background-position: center;
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 100;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px); }
  section.networks-footer .mask {
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 102;
    background-color: rgba(0, 0, 0, 0.5); }
  section.networks-footer .content {
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 103;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0; }
    section.networks-footer .content h5 {
      font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 35px;
      font-weight: bold;
      text-transform: uppercase;
      color: #FAD600;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      margin-bottom: 30px; }
    section.networks-footer .content .icons {
      width: 100%;
      padding-top: 10px; }
      section.networks-footer .content .icons .bf-item {
        width: 70px;
        height: 70px;
        font-size: 40px;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        color: #fff;
        margin: 0 5px;
        padding-top: 15px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out; }
      section.networks-footer .content .icons .bf-item:hover {
        border-radius: 35px;
        transform: rotateZ(180deg); }
        section.networks-footer .content .icons .bf-item:hover i {
          transform: rotateZ(180deg);
          transition: all 0.4s ease-in-out;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out; }
    @media screen and (max-width: 1023px) {
      section.networks-footer .content h5 {
        font-size: 25px; }
      section.networks-footer .content .icons .bf-item {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin: 0 1px;
        padding-top: 15px; }
      section.networks-footer .content .icons .bf-item:hover {
        border-radius: 25px; } }

/* --------- 2.6) Footer Desktop --------- */
footer {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #3299F3; }
  footer .footer {
    width: 100%;
    background-color: #242424;
    text-align: center;
    color: #fff;
    font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex; }
    footer .footer h5 {
      font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      margin-bottom: 15px; }
    footer .footer ul li {
      display: inline-block;
      margin: 0 2px; }
      footer .footer ul li a {
        text-transform: uppercase;
        font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
        color: #81D300;
        font-size: 12px; }
    footer .footer ul li:after {
      content: '/';
      margin-left: 5px;
      color: #81D300; }
    footer .footer ul li:last-child:after {
      content: ''; }
    footer .footer p.copyright {
      font-size: 14px;
      font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      color: #f2f2f2;
      margin: 20px auto 0 auto;
      line-height: 18px; }
      footer .footer p.copyright a {
        color: #F8A400; }
  footer .brand {
    display: block;
    position: absolute;
    right: 0;
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0;
    margin-top: -153px; }
    footer .brand img {
      width: 100%; }
    @media screen and (max-width: 1024px) {
      footer .brand {
        display: none; } }

.bf-title {
  background-color: #fff;
  padding: 40px 0 20px 0; }
  .bf-title h3.title-page {
    font-size: 30px;
    font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #3299F3; }
  .bf-title h3.title-page:before {
    content: ' ';
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #F8A400;
    margin-right: 20px;
    vertical-align: middle; }
  .bf-title h3.title-page:after {
    content: ' ';
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #F8A400;
    margin-left: 20px;
    vertical-align: middle; }
  .bf-title .bf-breadcrumbs {
    width: 100%;
    height: 40px;
    padding: 12px 30px;
    margin-top: 20px;
    border-radius: 4px;
    background-color: #F2F2F2; }
    .bf-title .bf-breadcrumbs ul li {
      display: inline-block;
      font-size: 14px;
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      color: #bbb; }
      .bf-title .bf-breadcrumbs ul li a {
        color: #C30015;
        text-decoration: none; }
    .bf-title .bf-breadcrumbs ul li:after {
      content: ' → ';
      margin-left: 5px;
      margin-right: 5px;
      color: #212121; }
    .bf-title .bf-breadcrumbs ul li:last-child:after {
      content: ''; }

@media all and (max-width: 600px) {
  .bf-title {
    padding: 40px 10px 20px 10px; }
    .bf-title h3.title-page {
      font-size: 25px;
      text-align: center; }
    .bf-title h3.title-page:before {
      content: none; }
    .bf-title h3.title-page:after {
      content: none; } }
/* --------- 3) Layouts ------------ */
/* --------- 3.1) Page Home --------- */
section.main {
  width: 100%;
  background-color: #fff; }
  section.main .row {
    margin: 0;
    padding: 0; }
  section.main .bf-services {
    width: 100%;
    margin: 0;
    padding: 20px 0; }
    section.main .bf-services .bf-item {
      width: 25%;
      display: inline-table;
      margin: 0 -2.5px;
      padding: 10px 15px; }
      section.main .bf-services .bf-item .bg {
        background-color: #81D300;
        color: #fff;
        font-size: 80px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        width: 100%;
        height: 150px;
        margin: 0;
        border: 2px solid #81D300;
        margin-bottom: 5px; }
      section.main .bf-services .bf-item .description {
        background-color: #39007C;
        text-align: center;
        padding: 20px;
        width: 100%;
        height: 110px;
        margin: 0;
        border: 2px solid #39007C; }
        section.main .bf-services .bf-item .description h4 a {
          font-size: 20px;
          text-transform: uppercase;
          text-decoration: none;
          font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          line-height: 30px;
          color: #fff;
          height: 80px;
          transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out; }
      @media screen and (max-width: 1200px) {
        section.main .bf-services .bf-item .description {
          height: 90px; }
          section.main .bf-services .bf-item .description h4 a {
            font-size: 18px;
            line-height: 25px; } }
      @media screen and (max-width: 1023px) {
        section.main .bf-services .bf-item {
          width: 50%; }
          section.main .bf-services .bf-item .description {
            height: 70px; } }
      @media screen and (max-width: 600px) {
        section.main .bf-services .bf-item {
          width: 100%; } }
    section.main .bf-services .bf-item:hover .bg {
      background-color: #fff;
      color: #81D300;
      border: 2px dashed #81D300;
      transform: rotateY(180deg);
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out; }
      section.main .bf-services .bf-item:hover .bg span {
        transform: rotateY(180deg);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out; }
    section.main .bf-services .bf-item:hover .description {
      background-color: #fff;
      border: 2px solid #39007C;
      transform: rotateY(-180deg);
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out; }
      section.main .bf-services .bf-item:hover .description h4 {
        transform: rotateY(-180deg);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out; }
        section.main .bf-services .bf-item:hover .description h4 a {
          color: #39007C; }
  section.main .bf-blog {
    width: 100%;
    margin: 0;
    padding: 20px 0; }
    section.main .bf-blog .title {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px; }
      section.main .bf-blog .title h4 {
        font-size: 50px;
        text-transform: uppercase;
        font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
        color: #81D300;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.5); }
        section.main .bf-blog .title h4 span {
          display: block;
          font-size: 150px; }
      @media screen and (max-width: 600px) {
        section.main .bf-blog .title h4 {
          font-size: 40px; }
          section.main .bf-blog .title h4 span {
            font-size: 100px; } }
    section.main .bf-blog .posts {
      padding: 20px;
      border-left: 1px solid #39007C; }
      section.main .bf-blog .posts .bf-item {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #39007C;
        padding: 20px; }
        section.main .bf-blog .posts .bf-item .bg img {
          width: 100%;
          box-shadow: 0 0 1px rgba(30, 30, 30, 0.8); }
        section.main .bf-blog .posts .bf-item .description h5 {
          font-size: 20px;
          font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          margin: 0 0 15px 0; }
          section.main .bf-blog .posts .bf-item .description h5 a {
            color: #3299F3;
            text-decoration: none; }
        section.main .bf-blog .posts .bf-item .description p {
          font-size: 15px;
          font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          color: #333;
          margin: 10px 0;
          line-height: 16px; }
        section.main .bf-blog .posts .bf-item .description .details {
          font-size: 15px;
          font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
          color: #333; }
          section.main .bf-blog .posts .bf-item .description .details .date {
            font-style: italic;
            color: #39007C; }
          section.main .bf-blog .posts .bf-item .description .details a {
            color: #F8A400; }
      @media screen and (max-width: 600px) {
        section.main .bf-blog .posts .bf-item .bg {
          display: none; } }
      section.main .bf-blog .posts .bf-item:last-child {
        border-bottom: 0; }

.bf-page-404 {
  padding: 50px;
  text-align: center; }
  .bf-page-404 h4 {
    font-size: 250px;
    font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    color: #39007C;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(30, 30, 30, 0.4); }
  .bf-page-404 .sub-title {
    font-size: 25px;
    font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    color: #81D300;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px; }
  .bf-page-404 .description {
    font-size: 15px;
    font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-style: italic;
    padding: 5px;
    color: #888; }
  .bf-page-404 .bf-btns {
    padding: 20px; }
    .bf-page-404 .bf-btns a {
      display: inline-block;
      padding: 10px 40px;
      background-color: #C30015;
      border: 1px solid #C30015;
      color: #fff;
      text-decoration: none;
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      border-radius: 3px;
      -webkit-transition: all 0.1s ease-in;
      -moz-transition: all 0.1s ease-in;
      -ms-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in; }
    .bf-page-404 .bf-btns a:hover {
      background-color: #fff;
      color: #C30015; }

@media all and (max-width: 600px) {
  .bf-page-404 h4 {
    font-size: 150px; }
  .bf-page-404 a {
    margin-bottom: 10px; } }
.bf-page-sitemap {
  padding: 50px 0;
  background-color: #fff; }
  .bf-page-sitemap h4.title {
    font-family: "Open Sans", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #81D300;
    margin-top: 30px;
    margin-bottom: 30px; }
  .bf-page-sitemap ul {
    margin: 0;
    padding: 0; }
  .bf-page-sitemap ul > li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px; }
    .bf-page-sitemap ul > li a {
      color: #313131;
      font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
      text-decoration: none; }
  .bf-page-sitemap ul > li:before {
    content: '•';
    margin-right: 5px; }
  .bf-page-sitemap ul li > ul {
    margin-left: 30px;
    margin-bottom: 20px; }
  .bf-page-sitemap ul li > ul > li {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px; }
    .bf-page-sitemap ul li > ul > li a {
      color: #747474; }
  .bf-page-sitemap ul li > ul > li:before {
    content: '‣'; }
  .bf-page-sitemap .bf-item {
    padding: 0 40px 10px 40px;
    border-right: 1px dashed #39007C; }
  .bf-page-sitemap .bf-item:last-child {
    border-right: 0; }
  @media all and (max-width: 767px) {
    .bf-page-sitemap .bf-item {
      height: auto !important;
      border-right: 0;
      border-bottom: 1px dashed #39007C; }
    .bf-page-sitemap .bf-item:last-child {
      border-bottom: 0; } }

.bf-page.blog .bf-post {
  margin-bottom: 20px; }
  .bf-page.blog .bf-post .bf-media {
    width: 100%;
    text-align: center;
    max-height: 300px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0; }
    .bf-page.blog .bf-post .bf-media img {
      width: 100%;
      box-shadow: 0 0 2px rgba(30, 30, 30, 0.3);
      display: block; }
  .bf-page.blog .bf-post .title-post {
    margin: 10px 0 20px 0;
    color: #F8A400;
    font-weight: 400;
    font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    line-height: 24px; }
  .bf-page.blog .bf-post .details i {
    color: #911B23 !important; }
.bf-page.blog .bf-post:after {
  width: 80%;
  border: 1px dotted rgba(170, 170, 170, 0.2);
  display: block;
  margin: 20px auto;
  content: ' '; }
.bf-page.blog .bf-post:last-child:after {
  content: '' !important;
  border: 0 !important; }

.bf-page .bf-main .bf-pagination ul {
  margin-left: 15px; }
  .bf-page .bf-main .bf-pagination ul li::before {
    content: '' !important;
    margin: 0 !important; }
  .bf-page .bf-main .bf-pagination ul li {
    margin: 0 5px 0 0 !important;
    display: inline-block; }
    .bf-page .bf-main .bf-pagination ul li a {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #81D300;
      border: 1px solid #81D300;
      color: #fff !important;
      display: block;
      text-decoration: none;
      text-align: center;
      padding-top: 6px;
      border-radius: 3px; }
    .bf-page .bf-main .bf-pagination ul li a:hover {
      background-color: #fff;
      color: #81D300 !important; }
    .bf-page .bf-main .bf-pagination ul li a.bf-disabled {
      background-color: #848484;
      border: 1px solid #848484;
      color: #fff !important;
      cursor: default; }
    .bf-page .bf-main .bf-pagination ul li a.bf-active {
      background-color: #3299F3;
      border: 1px solid #3299F3;
      color: #fff !important;
      cursor: default; }
    .bf-page .bf-main .bf-pagination ul li a.bf-limit {
      background-color: #fff;
      border: 1px solid #848484;
      color: #848484 !important;
      cursor: default; }
    .bf-page .bf-main .bf-pagination ul li a:focus {
      outline: none; }

.bf-page.post h3.title-page.title-post {
  font-size: 20px;
  letter-spacing: 0.2px;
  font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif; }
.bf-page.post .bf-post {
  padding-right: 50px; }
  .bf-page.post .bf-post .bf-media {
    width: 100%;
    text-align: center;
    max-height: 400px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px; }
    .bf-page.post .bf-post .bf-media img {
      width: 100%;
      box-shadow: 0 0 2px rgba(30, 30, 30, 0.3);
      display: block; }
  .bf-page.post .bf-post .bf-details {
    padding: 10px 0;
    font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    color: #848484; }
    .bf-page.post .bf-post .bf-details .item {
      display: inline-block;
      margin-left: 0;
      margin-right: 5px; }
      .bf-page.post .bf-post .bf-details .item span {
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        text-align: center;
        padding-top: 5px;
        color: #fff;
        background-color: #848484; }
    .bf-page.post .bf-post .bf-details .item:last-child {
      margin-right: 0; }
    .bf-page.post .bf-post .bf-details a {
      text-decoration: none;
      color: #848484; }
  .bf-page.post .bf-post .bf-partage {
    float: right;
    padding: 10px 0;
    font-family: "Lato", Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    color: #313131; }
    .bf-page.post .bf-post .bf-partage .bf-count {
      float: left;
      margin-right: 5px;
      display: inline-block;
      color: #212121;
      margin-right: 30px; }
      .bf-page.post .bf-post .bf-partage .bf-count span {
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 0;
        text-align: center;
        padding-top: 5px;
        color: #fff;
        background-color: #81D300; }
    .bf-page.post .bf-post .bf-partage .networks {
      float: left;
      display: inline-block; }
      .bf-page.post .bf-post .bf-partage .networks a.item {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        text-align: center;
        padding-top: 5px;
        color: #fff; }
      .bf-page.post .bf-post .bf-partage .networks .item:last-child {
        margin-right: 0; }
  .bf-page.post .bf-post .bf-content {
    clear: both;
    padding-top: 20px; }

.bf-page.galerie .bf-images {
  margin-top: 50px; }
  .bf-page.galerie .bf-images .bf-item {
    display: inline-block;
    margin-bottom: 20px; }
  .bf-page.galerie .bf-images .title-item {
    margin: 0;
    font-weight: 400;
    font-size: 15px; }

.bf-page .bf-main .bf-filter ul {
  margin-left: 15px; }
  .bf-page .bf-main .bf-filter ul li:before {
    content: '' !important;
    margin: 0 !important; }
  .bf-page .bf-main .bf-filter ul li {
    display: inline-block;
    padding: 5px 10px;
    background-color: #F8A400;
    border: 1px solid #F8A400;
    color: #fff !important;
    display: block;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    margin: 0 !important;
    display: inline-block;
    cursor: pointer; }
  .bf-page .bf-main .bf-filter ul li:hover {
    background-color: #fff;
    color: #F8A400 !important; }
  .bf-page .bf-main .bf-filter ul li.bf-disabled {
    background-color: #848484;
    border: 1px solid #848484;
    color: #fff !important;
    cursor: default; }
  .bf-page .bf-main .bf-filter ul li.bf-active {
    background-color: #81D300;
    border: 1px solid #81D300;
    color: #fff !important;
    cursor: default; }
  .bf-page .bf-main .bf-filter ul li:focus {
    outline: none; }

/*# sourceMappingURL=main.css.map */
