@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext');
/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
body {
  font-family: 'Roboto', sans-serif;
}
.readMore,
.section-more a {
  font-family: 'Roboto', sans-serif;
}
.section-title .title {
  font-size: 32px;
}
.title,
h1,
h2,
h3,
h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.maincolor1 {
  color: #70c16f !important;
}
.home-section.section-default .section-title .title {
  font-size: 45px;
}
#com1 .com-titre {
  color: #333;
  font-size: 32px;
  font-weight: bold;
}
#com1 .com-description {
  margin: 30px 0;
  line-height: 1.6;
  color: #989A9C;
  font-size: 15px;
}
#com1 .com-video {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.3);
  margin: 25px 0;
}
@media (min-width: 1200px) {
  #com1 .com-video {
    height: 410px;
    margin: 25px;
  }
}
#com1 .com-cta {
  color: #70c16f;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
#com1 .com-cta .fa {
  font-size: 18px;
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  #equipe .col-sm-4 + .col-sm-4 {
    margin-top: 15px;
  }
}
#equipe .contact-item {
  background-color: #fff;
}
#equipe .media-object {
  margin: auto;
  max-width: 155px;
}
#equipe .media-body {
  width: 355px;
  padding: 30px 0 0 0;
  position: relative;
  font-size: 12px;
}
#equipe .media-heading {
  font-size: 18px;
  margin-bottom: 10px;
}
#equipe .info {
  line-height: 1.6em;
  height: 83px;
  overflow: hidden;
}
#equipe .actions {
  position: absolute;
  bottom: 12px;
  left: 190px;
  right: 30px;
  font-size: 15px;
}
#equipe .actions .icons a {
  display: inline-block;
  color: #555;
  margin: 0;
}
#equipe .actions .icons a + a {
  margin-left: 25px;
}
#equipe .actions .readmore a {
  color: #8a8d8f;
  font-size: 22px;
}
@media (min-width: 1200px) {
  header .bar .socials-append {
    cursor: pointer;
    border-left: 1px solid rgba(227, 227, 227, 0.7);
    padding: 0 15px;
    border-right: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .bar .socials-append:hover {
    background-color: rgba(227, 227, 227, 0.7);
  }
  header .header-slogan {
    font-size: 21px;
    color: #333333;
    text-transform: uppercase;
    text-align: right;
    line-height: 1.5em;
    font-weight: 400;
  }
  header .header-navigation {
    border-radius: 0 !important;
  }
  header .header-navigation:before {
    border-top: 1px solid rgba(227, 227, 227, 0.7);
    border-bottom: 1px solid rgba(227, 227, 227, 0.7);
    margin-top: -1px;
    background: #fff;
  }
  header .header-navigation .nav.nav-default-mod > ul > .menuli + .menuli {
    border-left: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .header-navigation .nav-dropdown {
    border-left: 1px solid rgba(227, 227, 227, 0.7);
    border-right: 1px solid rgba(227, 227, 227, 0.7);
    border-bottom: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .header-navigation .nav-dropdown a {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
    color: #a4a4a4 !important;
  }
  header .header-navigation .nav-dropdown li + li {
    border-top: 1px solid rgba(227, 227, 227, 0.7);
    border-left: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .header-navigation .nav > ul > li {
    margin-top: -1px;
  }
  header .header-navigation .nav > ul > li > a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
  }
  header .logo > a {
    height: 170px;
  }
  #main-carousel .carousel-content .model-content {
    max-width: 600px;
    margin: auto;
  }
  #main-carousel .carousel-content .link-entire-box {
    display: block;
    text-align: center;
  }
  #main-carousel .carousel-content .link-entire-box .title {
    line-height: 45px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
    width: auto;
    display: inline;
    text-transform: uppercase;
  }
  #main-carousel .carousel-content .link-entire-box .title:before {
    content: '';
    display: table;
    clear: both;
  }
  #main-carousel .containerImg {
    background-color: #000;
  }
  #main-carousel .containerImg img {
    opacity: .8;
  }
  #main-carousel ul.slick-dots {
    position: absolute;
    margin: 0;
    height: 30px;
    width: 400px;
    bottom: 60px;
    top: unset;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #main-carousel .article-carousel .model-content {
    max-height: 310px;
  }
  #main-carousel .article-carousel .model-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
