/* 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 */
/* limport de la webfont se fait dans le footer */
body,
* {
  font-family: 'Raleway', sans-serif;
}
.radius6 img {
  max-width: 100%;
  margin-top: 20px;
  float: right;
  width: auto;
  display: block;
  border-radius: 10px;
}
.article-Model .title .location {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  text-align: left;
  position: absolute;
  bottom: 10px;
}
.article-Model .title .location:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f041";
  color: #666666;
  position: relative;
  float: left;
  margin-right: 5px;
}
.stiky_nav.stiky_active .header-main.header-main-nav-side .logo-a .logo-img {
  max-width: 200px;
  margin-top: 25px;
}
.section-more {
  top: 40px !important;
}
.section-more a {
  border: 0 none ;
  margin-left: 0 !important;
  background-color: transparent;
  margin: 0 15px;
  font-size: 17px;
  word-spacing: 2px;
  margin-bottom: 6px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  position: relative;
  padding-left: 27px;
  background: transparent;
}
.section-more a:before {
  transition: left .3s;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 5px;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-9px);
}
.section-more a:hover {
  background: transparent !important;
}
.section-more a:hover:before {
  left: 10px;
}
#section-events .dateImgSquare .model-image {
  margin-bottom: 30px !important;
}
#section-events .dateImgSquare .model-image .date {
  color: #fff;
  border-radius: 8px;
  background: rgba(30, 33, 69, 0.65);
  width: 95px;
  height: 95px;
  font-size: 13px;
  box-sizing: border-box;
  left: 17px;
  top: 17px;
  font-weight: bold;
  text-transform: initial;
  display: block;
}
#section-events .dateImgSquare .model-image .date .dateMonth {
  font-weight: bold;
  margin-top: 2px;
}
#section-presentation .home-article,
#section-events .home-article,
#section-actus .home-article {
  border: 0 none;
}
#section-presentation .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img,
#section-actus .home-article .model-image .click-img {
  border-radius: 8px;
}
#section-presentation .home-article .desc,
#section-events .home-article .desc,
#section-actus .home-article .desc {
  padding: 0 !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-presentation .home-article .date_after_title,
#section-events .home-article .date_after_title,
#section-actus .home-article .date_after_title {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
}
#section-presentation .home-article .title,
#section-events .home-article .title,
#section-actus .home-article .title {
  padding: 0 !important;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  text-align: left;
}
#section-presentation .home-article .model-image,
#section-events .home-article .model-image,
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
#section-presentation .section-title .title,
#section-events .section-title .title,
#section-actus .section-title .title {
  color: #1e2145;
  line-height: 64px;
  font-size: 42px;
  font-weight: bold;
}
#section-presentation .section-title .line,
#section-events .section-title .line,
#section-actus .section-title .line {
  width: 70px;
  background-color: #666666;
  border-color: #666666;
}
#section-presentation .section-more a,
#section-events .section-more a,
#section-actus .section-more a {
  border: 0 none;
  border-radius: 3px;
  color: #666666;
  height: 40px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
}
#section-presentation .section-more:hovver,
#section-events .section-more:hovver,
#section-actus .section-more:hovver {
  background: transparent;
}
#section-presentation .section-more:hovver a,
#section-events .section-more:hovver a,
#section-actus .section-more:hovver a {
  background: transparent;
}
#section-presentation .section-title {
  margin-top: 70px;
}
#section-presentation .desc {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  text-align: left;
}
#section-events .article-Model {
  width: 100%;
  background: transparent !important;
}
#footer-middle {
  display: none;
}
#footer-bottom {
  padding: 20px 0 !important;
}
#footer-bottom .liens-footer {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
#footer-bottom .liens-footer li + li {
  border-left: 1px solid #a5a5a5 !important;
  margin-left: 20px;
  padding: 0 20px;
}
#section-header {
  height: 520px;
  padding-top: 153px;
}
#section-header .site_header-logo {
  margin-bottom: 35px;
}
#section-header .site_header-logo img {
  max-height: 430px;
  width: 100%;
}
#section-header .text {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
}
#section-header .cta-header {
  color: #1e2145;
  border-radius: 3px;
  display: inline-block;
  height: 50px;
  width: 173px;
  line-height: 50px;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  margin-top: 55px;
}
#section-header .cta-header .cta-header-label {
  color: #1e2145;
  background: #fff;
  display: inline-block;
}
#section-header .cta-header:active,
#section-header .cta-header:hover,
#section-header .cta-header:focus {
  background: #1e2145;
  color: #fff;
}
#section-header .cta-header:active a,
#section-header .cta-header:hover a,
#section-header .cta-header:focus a {
  color: #fff;
}
#section-header .site_header-form {
  text-align: center;
  margin-top: 25px;
}
#section-header .site_header-form form {
  max-width: 395px;
  margin: auto;
  position: relative;
}
#section-header .site_header-form form .input-group {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}
#section-header .site_header-form form .input-group .input-group-append {
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
#section-header .site_header-form form .input-group .btn {
  border-radius: 3px;
  background: transparent;
  border: 0 none;
}
.ep-profil-links-wrapper {
  display: none;
}
.panel-title a.bootstrap-accordion-title {
  color: #003c71;
}
.contenu_static ul li,
.contenu_static ol li {
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #666666;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  header .NA_connexion .btn-inscription-wrapper a > .fa,
  header .NA_connexion .connexion-btn > .fa.faicon_user {
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    font-size: 16px !important;
  }
  header .bar.with-search-field .btn-adherer-wrapper.bar-btn-2,
  header .bar.with-search-field .btn-connexion-wrapper.bar-btn-1 {
    max-width: 170px !important;
  }
  header .btn-recruteur-wrapper,
  header .btn-inscription-wrapper,
  header .btn-adherer-wrapper,
  header .NA_connexion .connexion-np,
  header .NA_connexion .connexion-btn {
    text-transform: none;
  }
  header .connexion-np .login-small-thumb {
    border-radius: 50%;
  }
  header .bar .socials.rs-nolabels {
    display: none;
  }
  header .logo .logo-a {
    height: 122px;
  }
  header .logo .logo-a .logo-img {
    width: 235px;
    height: 50px;
  }
  header .search-wrapper {
    border: 1px solid #dedede;
  }
  header .search-wrapper [type="search"] {
    line-height: 30px;
    height: 30px;
    padding: 0 0 0 10px;
  }
  header .search-wrapper:after {
    content: '|';
    position: absolute;
    right: -25px;
    width: 1px;
    height: 15px;
    background: #383838;
    top: 7px;
  }
  header .header-navigation-side {
    width: 900px !important;
    margin-top: 37px !important;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav > ul {
    float: right;
    display: block !important;
  }
  header .header-navigation-side .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation-side .nav > ul > li:first-child > a {
    padding-left: 0;
  }
  header .header-navigation-side .nav > ul > li:last-child > a {
    padding-right: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    padding: 0 12px;
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    color: #333;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown {
    border-top: 2px solid #666666;
    text-align: left;
    font-size: 12px;
    text-transform: none;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: -3px !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:afterr {
    content: '';
    height: 2px;
    background: #333;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .home-section.section-default .section-more {
    top: 30px !important;
    right: -15px !important;
  }
}
.card-text.situation-f {
  display: none;
}
