@import url('https://fonts.googleapis.com/css?family=Kanit:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:300i,400,400i,500,500i,700,700i,900,900i&subset=greek-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;
}
.title,
.titre,
h1 {
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5em;
}
#main-carousel .carousel-content .link-entire-box {
  display: block;
  text-align: center;
}
#main-carousel .carousel-content .link-entire-box .title {
  font-size: 32px !important;
  line-height: 41px;
  font-weight: 500 !important;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  width: auto;
  display: inline;
}
#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;
}
#main-carousel .readmore-wrapper a,
.section-more a {
  font-weight: normal !important;
  font-size: 16px !important;
  font-family: 'Kanit', sans-serif;
  text-align: center;
  line-height: 45px;
  white-space: nowrap;
  padding: 0 15px !important;
}
#main-carousel .readmore-wrapper a:hover,
.section-more a:hover {
  background: transparent;
  color: inherit;
}
#main-carousel .readmore-wrapper a,
.section-more a {
  letter-spacing: 1.7px;
  position: relative;
  width: auto;
  min-width: 228px;
  height: 45px;
  margin: 5px;
  background: none;
  border: none;
  cursor: pointer;
  color: #e61e28;
  padding: 0;
  box-sizing: content-box;
  border: 2px solid transparent;
}
#main-carousel .readmore-wrapper a::before,
.section-more a::before,
#main-carousel .readmore-wrapper a::after,
.section-more a::after,
#main-carousel .readmore-wrapper span::before,
.section-more span::before,
#main-carousel .readmore-wrapper span::after,
.section-more span::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
}
#main-carousel .readmore-wrapper a::before,
.section-more a::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid #e61e28;
  border-left: 2px solid #e61e28;
  transition: 0.5s all;
}
#main-carousel .readmore-wrapper a::after,
.section-more a::after {
  top: -2px;
  right: -2px;
  border-top: 2px solid #e61e28;
  border-right: 2px solid #e61e28;
  transition: 0.5s all;
}
#main-carousel .readmore-wrapper span::before,
.section-more span::before {
  bottom: -2px;
  left: -2px;
  border-bottom: 2px solid #e61e28;
  border-left: 2px solid #e61e28;
  transition: 0.5s all;
}
#main-carousel .readmore-wrapper span::after,
.section-more span::after {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #e61e28;
  border-right: 2px solid #e61e28;
  transition: 0.5s all;
}
#main-carousel .readmore-wrapper a:hover::before,
.section-more a:hover::before,
#main-carousel .readmore-wrapper a:hover::after,
.section-more a:hover::after {
  width: 51%;
  height: 55%;
}
#main-carousel .readmore-wrapper a:hover span::before,
.section-more a:hover span::before,
#main-carousel .readmore-wrapper a:hover span::after,
.section-more a:hover span::after {
  width: 51%;
  height: 55%;
}
.white-btn a::before,
.white-btn span::before,
.white-btn span::after,
.white-btn a::after {
  border-color: #fff !important;
}
.article-Model {
  border: 0 none ;
  margin: 0 0 12px;
}
.article-Model .model-content {
  margin-left: 95px;
  margin-top: -25px;
}
.article-Model:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
.article-Model.dateImgSquare .title {
  font-weight: 500 !important;
}
.article-Model.dateImgSquare .readmore-wrapper a {
  font-size: 13px !important;
  text-decoration: underline !important;
  font-weight: normal !important;
}
.article-Model.dateImgSquare .model-image .date {
  height: 80px !important;
  width: 80px !important;
  bottom: -40px;
  left: 0;
  font-family: 'Kanit', sans-serif;
  padding: 5px;
}
.article-Model.dateImgSquare .model-image .date .dateDay,
.article-Model.dateImgSquare .model-image .date .dateMonth {
  font-size: 21px !important;
  line-height: 1.5em;
  text-transform: none;
  font-weight: 400;
}
.article-Model.dateImgSquare .model-image .date .dateMonth {
  line-height: 1em;
}
.article-Model a.readMore {
  font-size: 16px !important;
  float: left;
  margin-left: 108px;
}
.article-Model.dateImgSquare .model-image .date {
  background: #e61e28;
}
#section-actus .article-Model.dateImgSquare .model-image .date {
  background: #231f20;
}
#section-actus-parts .article-Model.dateImgSquare .model-image .date {
  background: #fff;
  color: #231f20;
}
.section-title > .title {
  font-weight: 400;
  font-size: 25px !important;
  letter-spacing: 1.7px;
}
.dark-bg a::before,
.dark-bg span::before,
.dark-bg span::after,
.dark-bg a::after {
  border-color: #fff !important;
}
.dark-bg .section-more > a,
.dark-bg .section-title > .title {
  color: #fff !important;
}
#section-communaute {
  padding: 0;
}
#section-communaute a {
  transition: background .3s;
}
#section-communaute .damier-label {
  font-size: 17px;
  font-family: 'Kanit', sans-serif;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1.7px;
}
#section-header {
  padding: 0;
}
#section-header a {
  color: #fff;
  min-width: 586px;
  display: inline-block;
  text-align: center;
  padding: 33px;
  text-transform: uppercase;
  font-size: 29px;
  font-family: 'Kanit', sans-serif;
  line-height: 1em;
  transition: background .5s;
}
#section-header a:hover {
  background: #e61e28;
}
@media (max-width: 991.98px) {
  #section-header a {
    min-width: 100%;
  }
}
#section-header .col {
  padding: 0;
  text-align: right;
}
#section-header .col + .col {
  text-align: left;
  background-color: #B4B4B4;
}
#section-annauire .search-btn {
  padding: 0 !important;
}
#section-annauire .search-btn:hover {
  background-color: #333;
}
#section-annauire .search-btn > i {
  display: block;
  text-align: center;
  line-height: 58px;
  font-size: 33px;
  height: 60px;
  width: 60px;
  padding: 0;
  margin: 0;
}
#section-annauire .col-sm-1 {
  margin-left: 15px;
  padding-left: 0;
  width: 60px;
}
#section-annauire .right {
  text-decoration: underline;
  margin-right: 23px;
  display: inline-block;
}
#section-annauire .right a {
  font-size: 15px;
}
#section-annauire .right i {
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
}
@media (min-width: 1200px) {
  header .logo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  header .logo > a img {
    max-height: 140px;
  }
  header .header-slogan,
  header .header-nav .slogan {
    font-size: 23px;
    font-weight: 700;
    position: absolute;
    right: 14px;
    top: 98px;
    letter-spacing: 0.2px;
  }
  header .bar {
    border-bottom: 2px solid rgba(227, 227, 227, 0.7);
  }
  header .bar .socials {
    max-width: 370px;
  }
  header .bar .socials .bar-top-socials-label {
    display: none;
  }
  header .bar .socials li a {
    font-size: 22px;
  }
  header .bar .socials li + li {
    margin: 0 0 0 5px !important;
  }
  header .bar .langs {
    margin: 0 0 0 53px !important;
    width: 68px;
    text-align: center;
    border-right: 1px solid rgba(227, 227, 227, 0.7);
    border-left: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .bar .langs a {
    font-size: 15px !important;
  }
  header .bar .btn-connexion-wrapper,
  header .bar .btn-adherer-wrapper {
    border-left: 1px solid rgba(227, 227, 227, 0.7);
    border-right: 1px solid rgba(227, 227, 227, 0.7);
  }
  header .bar .header-search-mobile input::-moz-placeholder,
  header .bar .header-search-mobile input:-ms-input-placeholder,
  header .bar .header-search-mobile input:-moz-placeholder,
  header .bar .header-search-mobile input::placeholder {
    color: #b4b4b4 !important;
  }
  header .bar .header-search-mobile,
  header .bar .search-toggle-wrapper {
    color: #b4b4b4;
  }
  header .bar .header-search-mobile input,
  header .bar .search-toggle-wrapper input {
    color: #b4b4b4;
    border-bottom: 1px solid #b4b4b4 !important;
    margin-right: -3px;
    margin-bottom: 1px;
  }
  header .bar .header-search-mobile input[type="submit"]:hover,
  header .bar .search-toggle-wrapper input[type="submit"]:hover {
    background-color: rgba(227, 230, 235, 0.5) !important;
  }
  .header-navigation {
    border-radius: 0 !important;
  }
  .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;
  }
  .header-navigation .nav.nav-default-mod > ul > .menuli + .menuli {
    border-left: 1px solid rgba(227, 227, 227, 0.7);
  }
  .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-navigation .nav-dropdown a {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
  }
  .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-navigation .nav a {
    color: #7D7D7D !important;
  }
  .header-navigation .nav > ul > li {
    margin-top: -1px;
  }
  .header-navigation .nav > ul > li > a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
  }
  #main-carousel .readMore {
    background: #8a8d8f;
    border-radius: 0;
    border: 0 none;
    font-size: 15px;
    line-height: 40px;
  }
  #main-carousel .readMore:hover {
    background: #231f20;
    color: #fff;
  }
  #main-carousel .carousel-content {
    position: relative !important;
    margin: auto;
    font-weight: bold;
  }
  #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;
  }
  footer.footer_mode_right.na-footer #footer-bottom .liens-footer {
    margin-top: -87px;
  }
  footer .logos-left {
    float: left;
  }
}
/* @lg-min */
@media (max-width: 767.98px) {
  .home-section.section-default .section-more a {
    width: auto;
  }
}
footer .logos-left {
  padding: 0 !important;
  margin-bottom: 15px;
}
.tab_result .ppl .ppl-content h3 small {
  display: block;
  clear: both;
  font-size: 18px;
  font-style: italic;
  margin-top: 6px;
  font-weight: 700;
}
.ep-section-body .section-item-right span {
  text-transform: uppercase;
}
.infos_cplt > div {
  line-height: 18px;
  display: block;
  clear: both;
  overflow: hidden;
}
.infos_cplt .fas {
  color: #999999;
  float: left;
  margin-right: 5px;
}
.infos_cplt .fas .red {
  color: #E5151F;
}
.infos_cplt .icon1 {
  font-size: 16px !important;
}
.infos_cplt .icon2 {
  font-size: 16px !important;
}
.infos_cplt .icon3 {
  font-size: 22px !important;
}
.infos_cplt .icon4 {
  font-size: 13px !important;
}
#module_ep .infos_cplt a {
  color: #999;
}
.subcontent .upper small {
  display: block;
  font-weight: normal;
}
.tab_result .ppl .ppl-image img {
  width: 100px;
}
@media (min-width: sm-min) {
  .tab_result .ppl .ppl-image img {
    width: 195px;
  }
}
@media (min-width: 1170px) {
  .tab_result .ppl {
    height: 235px;
    position: relative;
  }
  .tab_result .ppl .ppl-wrap {
    overflow: hidden;
    height: auto;
    padding: 10px;
  }
  .tab_result .ppl .ppl-image img {
    width: 195px;
  }
  .tab_result .ppl .buttons {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
#module_ep .ep-primary-btn {
  background-color: #3D8DCF !important;
}
.loi-info a {
  font-style: italic;
}
.ep-section-parcours .ep-section-header {
  display: none !important;
}
/* Cacher le tri dans l'annuaire */
.resultContainer .classify {
  display: none;
}
.resultContainer .changeView {
  margin-right: 0px;
  width: 70px;
}
#zoneAnnuaire_layout #topbar_nb_persons {
  display: none;
}
