/* 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 */
/* ################################# DEBUT PROJET ################################################### */
/* variable less projet  */
/*fonts*/
/* css projet*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 40px 0;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Montserrat', sans-serif;
  color: #666666;
  font-weight: bold;
}
@media (min-width: 768px) {
  .stiky_nav.stiky_active .header-main {
    min-height: 182px;
  }
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  height: 3px;
  background: linear-gradient(90deg, #ea4f70 32.81%, #00619c 59.9%, #0a53ad 100%) !important;
}
.home-section.section-default .section-title .title {
  color: #0a53ad !important;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
.btnMore,
body .home-section.section-default .section-more a,
#section-header .cta-header,
#row-apropos #section-apropos .apropos .apropos-cta a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  margin-right: 15px;
  height: 48px;
  line-height: 48px;
  width: auto;
  min-width: 150px;
  padding: 0 30px;
  border: 1px solid #ea4f70;
  background-color: #ea4f70;
  color: #fff;
  border-radius: 8px;
  letter-spacing: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}
.btnMore:hover,
body .home-section.section-default .section-more a:hover,
#row-apropos #section-apropos .apropos .apropos-cta a:hover {
  background: transparent;
  border: 1px solid #ea4f70;
  color: #ea4f70;
}
@media (max-width: 767.98px) {
  body .home-section.section-default .section-more {
    left: 0;
  }
  body .home-section.section-default .section-more a {
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .home-section.section-default .section-title .title {
    text-align: left;
    line-height: 1.5em !important;
    font-size: 30px !important;
    font-weight: bold !important;
    margin: 20px 0 !important;
    width: 100% !important;
    display: block;
    float: none;
  }
  body .home-section.section-default .section-more.text-right,
  body .home-section.section-default .section-more.text-left {
    text-align: center !important;
    float: none !important;
    width: 100%;
  }
}
/* --------------------------------  END PROJET --------------------------------------------------*/
/* ################################# DEBUT HEADER ################################################### */
/* ############ topbar ############ */
@media (max-width: 767.98px) {
  .search-toggle-wrapper .search-toggle {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
  }
  .bar .shopping-cart a {
    width: 50px;
    text-align: center;
    padding: 8px 0;
  }
  .logo-smaller img {
    padding: 5px;
  }
}
.btn-adherer-wrapper .icon:before {
  content: "\f2b5";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) {
  body.page .main-content-wrapper {
    padding-top: 40px;
  }
  header .header-slogan {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    font-variant: all-small-caps;
    color: #000;
    margin-top: 32px;
    line-height: 32px;
  }
  header .header-slogan strong {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    font-variant: all-small-caps;
  }
  header .bar .socials li.rs-append {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
  }
  header .bar .socials li.rs-append a {
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    letter-spacing: 0;
    box-shadow: 0 0 0 1px  #fff;
    border-radius: 8px;
    padding: 0 20px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
  }
  header .bar .socials li.rs-append:hover a,
  header .bar .socials li.rs-append a:active a,
  header .bar .socials li.rs-append a:focus a {
    background-color: #fff;
    color: #0a53ad;
  }
  header .bar .socials li.rs-append:before {
    content: '';
    width: 1px;
    height: 17px;
    top: 5px;
    position: absolute;
    left: 0;
    background: #fff;
  }
  header .bar .langs-wrapper .lang_link.selected {
    color: #ea4f70;
  }
  header .bar .lang_switcher .switch-slider {
    background: #ea4f70;
  }
  header .bar .lang_switcher .switch-slider:before {
    background: #fff;
  }
  header .bar .NA_connexion .connexion-np {
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  header .bar .NA_connexion .connexion-np > span {
    text-align: center;
    width: calc(50%);
    color: #0a53ad;
  }
  header .bar .NA_connexion .connexion-btn > span {
    color: #0a53ad;
  }
  header .bar .NA_connexion .login-small-thumb {
    margin: 0 10px 0 0px !important;
    border-radius: 50%;
    max-width: 28px;
  }
  header .bar .NA_connexion .fa-toggle-sub-menu {
    height: 28px !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0;
    line-height: 29px;
  }
  header .bar .socials li + li {
    margin-left: 5px;
  }
  header .bar .inline-div-section-wrapper {
    display: block;
  }
  header .bar .inline-div-section-wrapper .inline-div-section {
    float: right;
    flex: unset;
  }
  header .bar .inline-div-section-wrapper .inline-div-section.socials-wrapper {
    float: left;
  }
  header .bar .socials.rs-nolabels a:hover,
  header .bar .shopping-cart a:hover,
  header .bar .search-toggle:hover,
  header .bar .socials.rs-nolabels a:active,
  header .bar .shopping-cart a:active,
  header .bar .search-toggle:active,
  header .bar .socials.rs-nolabels a:focus,
  header .bar .shopping-cart a:focus,
  header .bar .search-toggle:focus {
    color: #0a53ad;
  }
  header .bar .socials.rs-nolabels a i,
  header .bar .shopping-cart a i,
  header .bar .search-toggle i {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
  header .bar .search-toggle-wrapper .search-toggle {
    padding-top: 12px;
    margin-right: 10px;
    position: relative;
  }
  header .bar .search-toggle-wrapper .search-toggle i {
    font-size: 16px;
  }
  header .bar .search-toggle-wrapper .search-toggle:after {
    content: '';
    width: 1px;
    height: 17px;
    top: 13px;
    position: absolute;
    right: -10px;
    background: #fff;
  }
  header .bar .header-search-mobile {
    left: -324px !important;
  }
  header .bar .search-wrapper,
  header .bar .inline-div-section {
    height: 40px;
  }
  header .bar .btn-inscription-wrapper,
  header .bar .btn-don-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-adherer-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 8px !important;
    flex: unset;
    text-transform: none;
    line-height: 26px !important;
    height: 30px !important;
    margin-top: 5px;
    width: 155px;
    margin-left: 15px;
    border: 1px solid #fff;
    font-size: 14px;
  }
  header .bar .btn-inscription-wrapper .icon,
  header .bar .btn-don-wrapper .icon,
  header .bar .btn-recruteur-wrapper .icon,
  header .bar .btn-adherer-wrapper .icon,
  header .bar .btn-connexion-wrapper .icon {
    vertical-align: middle;
    margin-top: -1px;
  }
  header .bar .NA_connexion {
    box-shadow: 0 0 0 1px  #fff;
    border: 0 none;
  }
  header .bar .NA_connexion > a.btn,
  header .bar .NA_connexion > .connexion-np,
  header .bar .NA_connexion {
    max-width: 100%;
    border-radius: 8px !important;
    margin-top: 0;
    line-height: 26px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 14px;
    border: 0 none !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ea4f70;
    font-weight: 600;
    letter-spacing: -0.2px;
    display: inline-block;
    line-height: 28px !important;
    height: 28px !important;
  }
  header .bar .NA_connexion > a.btn > span,
  header .bar .NA_connexion > .connexion-np > span,
  header .bar .NA_connexion > span {
    color: #ea4f70;
  }
  header .bar .NA_connexion > a.btn:hover,
  header .bar .NA_connexion > .connexion-np:hover,
  header .bar .NA_connexion:hover {
    color: #fff;
    background: #0a53ad;
  }
  header .bar .NA_connexion > a.btn:hover > i,
  header .bar .NA_connexion > .connexion-np:hover > i,
  header .bar .NA_connexion:hover > i,
  header .bar .NA_connexion > a.btn:hover > a > span,
  header .bar .NA_connexion > .connexion-np:hover > a > span,
  header .bar .NA_connexion:hover > a > span {
    background: #0a53ad;
    color: #fff;
  }
  header .bar .NA_connexion > a.btn .fas,
  header .bar .NA_connexion > .connexion-np .fas,
  header .bar .NA_connexion .fas {
    height: 16px;
  }
  header .bar .btn-adherer-wrapper a > .fa,
  header .bar .btn-adherer-wrapper a > .fas,
  header .bar .connexion-btn > .fa.faicon_user,
  header .bar .connexion-btn > .fas.faicon_user {
    display: inline-block !important;
    font-size: 16px !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    color: #0a53ad !important;
  }
  header .bar .NA_connexion .connexion-btn.active-btn {
    background-color: transparent !important;
    color: #0a53ad !important;
  }
  header .bar .btn-don-wrapper > a,
  header .bar .btn-inscription-wrapper > a,
  header .bar .btn-recruteur-wrapper > a,
  header .bar .btn-adherer-wrapper > a,
  header .bar .btn-adherer-label {
    border-radius: 8px !important;
    margin-top: 0;
    line-height: 28px !important;
    height: 28px !important;
    text-transform: none;
    font-size: 14px;
    border: 0 none !important;
    border-color: #fff;
  }
  header .bar .btn-adherer-wrapper {
    border: 1px solid #ea4f70;
  }
  header .bar .btn-adherer-wrapper .btn-adherer-label {
    display: inline-block;
    width: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
  }
  header .bar .btn-adherer-wrapper .topbar-btn-icon {
    display: inline-block !important;
    width: 26px;
  }
  header .bar .btn-adherer-wrapper .icon:before {
    content: "\f2b5";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    display: block;
  }
  header .bar .btn-adherer-wrapper:hover,
  header .bar .btn-adherer-wrapper:active:hover,
  header .bar .btn-adherer-wrapper:visited:hover {
    border-color: #fff;
  }
  header .bar .btn-adherer-wrapper:hover a,
  header .bar .btn-adherer-wrapper:active:hover a,
  header .bar .btn-adherer-wrapper:visited:hover a {
    background-color: #0a53ad;
    color: #fff;
  }
  header .bar .btn-adherer-wrapper:hover a .icon:before,
  header .bar .btn-adherer-wrapper:active:hover a .icon:before,
  header .bar .btn-adherer-wrapper:visited:hover a .icon:before {
    color: #FFF;
  }
  header .logo {
    display: inline-block;
    width: 108px;
    height: 110px;
    position: absolute;
  }
  header .logo a {
    display: inline-block;
    width: 108px;
    height: 110px;
    padding-top: 10px;
  }
  header .logo a img {
    display: inline-block;
    max-height: 110px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .bar .bar-btn-1 .fas,
  header .bar .bar-btn-2 .fas {
    margin-right: 8px !important;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  header .main-navigation-row,
  header .header-main {
    height: 180px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation .nav > ul {
    float: none;
    display: flex;
    justify-content: center;
    gap: 1vw;
  }
  header .header-navigation .nav > ul > li {
    min-width: unset;
  }
  header .header-navigation .nav > ul > li.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation .nav > ul > li.menuli > a {
    padding: 0 14px;
    font-size: 16px;
    text-align: right;
    color: #0a53ad;
    line-height: 56px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
  }
  header .header-navigation .nav > ul > li.menuli .nav-dropdown {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    text-align: left;
    top: 100% !important;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation .nav > ul > li.menuli .nav-dropdown a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  header .header-navigation .nav > ul > li.menuli .nav-dropdown li + li {
    border-top: 1px solid #cdcdcd;
  }
  header .header-navigation .nav > ul > li.menuli .nav-dropdown li:hover > a {
    color: #0a53ad;
  }
  header .header-navigation .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0 !important;
  }
  header .header-navigation .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: linear-gradient(90deg, #ea4f70 32.81%, #00619c 59.9%, #0a53ad 100%);
    width: 50px;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# site_header ################################################### */
#row-header {
  background-position: top center;
}
#section-header {
  min-height: 300px;
}
#section-header .header-phrase {
  display: block;
  text-align: center;
  width: 100%;
  background: rgba(10, 83, 173, 0.5);
  padding: 30px;
  border-radius: 3px;
}
#section-header .header-phrase .desc {
  display: none;
}
#section-header .header-phrase .title {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 700 !important;
  text-align: center;
  text-transform: none;
}
#section-header .site_header-actions {
  margin-top: 30px;
  justify-content: space-around !important;
}
#section-header .cta-header {
  border-radius: 8px !important;
}
#section-header .cta-header.empty {
  border: 1px solid #fff;
  background: transparent;
  width: 180px;
}
#section-header .cta-header.fill {
  border: 1px solid #ea4f70;
  background-color: #ea4f70;
  width: 180px;
  margin-bottom: 15px;
}
#section-header .cta-header.fill:hover {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid #fff !important;
}
#section-header .cta-header.fill-white {
  color: #ea4f70 !important;
}
#section-header .cta-header.fill-white:hover {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid #fff !important;
}
#section-header .cta-header.btn-block {
  display: block;
  padding: 0 30px;
  margin: 0 !important;
}
@media (min-width: 1200px) {
  #section-header {
    height: 500px;
    padding-top: 190px;
  }
  #section-header .header-phrase {
    max-height: 300px;
    max-width: 515px;
    padding: 50px 10px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #section-header .header-phrase .title {
    font-size: 32px;
  }
  #section-header .site_header-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
  }
  #section-header .cta-header.empty {
    margin-left: 25px;
    margin-bottom: 0;
  }
  #section-header .text {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
  }
}
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN LIENSTOP ################################################### */
#section-lienstop {
  padding: 0 0 60px ;
}
#section-lienstop .col-article {
  margin-top: -65px;
}
#section-lienstop .col-article > a.lien {
  color: #0a53ad;
  height: 170px;
  position: relative;
  border-radius: 8px;
  display: block;
  background: #fff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  transition: color .5s ;
  border: 1px solid #fff;
}
#section-lienstop .col-article > a.lien .lienstop-img {
  width: 85px;
  min-width: 85px;
  height: 85px;
  display: block;
  margin: 22px auto 10px ;
}
#section-lienstop .col-article > a.lien .lienstop-img img {
  max-height: 85px;
}
#section-lienstop .col-article > a.lien .lien-soustitre {
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
#section-lienstop .col-article > a.lien .lien-title {
  margin: 0 auto 10px ;
  color: #0a53ad;
  letter-spacing: 0;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#section-lienstop .col-article > a.lien:hover {
  font-weight: 700;
  color: #0a53ad !important;
}
#section-lienstop .col-article > a.lien:hover * {
  color: #0a53ad;
}
#section-lienstop .col-article > a.lien:hover {
  border: 1px solid #0a53ad;
  box-shadow: 0 0 15px 0 rgba(10, 83, 173, 0.4);
}
#section-lienstop .col-article > a.lien:hover .lien-text {
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  #section-lienstop {
    padding-top: 60px !important;
  }
}
@media (max-width: 767.98px) {
  #section-lienstop {
    padding-top: 60px !important;
  }
  #section-lienstop .col-article {
    margin-top: 0;
  }
  #section-lienstop .col-article * {
    font-size: 93% !important;
  }
  #section-lienstop .col-article + .col-article {
    margin-top: 15px;
  }
}
/* --------------------------------  END Lines TOP --------------------------------------------------*/
/* ################################# bienvenue  ################################################### */
#row-apropos {
  background-size: 270px 194px;
  background-position: bottom right;
}
#row-apropos #section-apropos .apropos-desc {
  padding-bottom: 50px;
  color: #666666;
  margin-top: 0 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1199.98px) {
  #row-apropos .apropos-image-wrapper {
    float: none !important;
    width: 100% !important;
  }
  #row-apropos .apropos-image-wrapper img {
    width: 100%;
    max-width: 485px;
    margin: 10px 15px 15px;
    margin: auto;
    display: block;
    float: none;
  }
  #row-apropos .apropos {
    padding-bottom: 80px;
  }
  #row-apropos .home-section {
    padding: 15px 0;
  }
}
/* --------------------------------  END bienvenue --------------------------------------------------*/
/* ################################# Actus  ############################################ */
#section-actus {
  padding-top: 40px;
}
#section-actus .slick-track {
  overflow: visible;
  padding-top: 5px;
  padding-bottom: 15px;
}
#section-actus .home-article {
  margin: 0 2px 5px;
  border: 0 none;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}
#section-actus .home-article .model-content .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 15px;
  display: block;
  margin-left: 20px;
  text-transform: none;
  position: relative;
  color: #0a53ad;
  text-transform: capitalize;
}
#section-actus .home-article .title {
  position: relative;
  color: #5a7184;
  text-align: left;
  padding: 0;
  margin: 5px 20px ;
  color: #666666;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
#section-actus .home-article .model-image {
  background: #fff;
  margin-bottom: 20px;
}
#section-actus .home-article .readmore-wrapper {
  text-transform: none;
  font-size: 20px;
  bottom: 30px;
}
#section-actus .home-article .readmore-wrapper a {
  color: #0a53ad;
  float: left;
  margin-left: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}
#section-actus .home-article .readmore-wrapper a i {
  margin-left: 10px;
  transition: margin .3s;
}
#section-actus .home-article .readmore-wrapper a:hover i {
  margin-left: 20px;
}
#section-actus.home-section.section-default .section-more.top_link {
  margin-top: 0;
  right: 0;
  margin-left: 4px;
  width: 150px;
}
@media (max-width: 767.98px) {
  #section-actus .section-more {
    float: left;
  }
}
/* --------------------------------  END Actus ------------------------------------------------*/
/* ################################# Groupes ################################################### */
.home-content.big-arrows .slick-slider i.slick-arrow.fas {
  font-size: 26px;
  color: #0a53ad;
  text-shadow: 0 0 2px #0a53ad;
}
#section-groupes-2.bord-top,
#section-groupes.bord-top {
  border-width: 1px !important;
  border-color: #0a53ad !important;
}
#section-groupes-2 .lienstop-img,
#section-groupes .lienstop-img {
  border: 1px solid rgba(136, 135, 136, 0.3);
  height: 160px;
  overflow: hidden;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.06));
}
#section-groupes-2 .lien-title,
#section-groupes .lien-title {
  color: #0a53ad;
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
/* --------------------------------  END Groupes --------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  padding: 0;
  border: 0 none;
  margin: 80px 0;
  margin-bottom: 10px;
  line-height: 51px !important;
  width: 100%;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title {
  margin-bottom: 10px;
  border: 0 none;
}
#section-gmap .section-title .title {
  border: 0 none;
  letter-spacing: 0;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #0a53ad !important;
}
@media (min-width: 1199.98px) {
  #section-gmap .section-title .title {
    max-width: 340px;
  }
}
#section-gmap .section-body {
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  #section-gmap .section-body {
    width: 100% !important;
    margin-top: 30px;
  }
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
  letter-spacing: 0;
  color: #999;
}
#section-gmap .section-body .search {
  position: relative;
}
#section-gmap .section-body .search > form {
  text-align: left;
  height: 70px;
  margin-top: 15px;
}
#section-gmap .section-body .search > form > .input-group {
  width: 100% !important;
  position: absolute;
  bottom: 15px;
  overflow: hidden;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #999  !important;
  border-radius: 8px;
}
#section-gmap .section-body .search .text {
  border-radius: 8px;
}
#section-gmap .recherche_avancee {
  display: none;
}
#section-gmap #recherche_annuaire_express {
  border: 0 none;
}
#section-gmap #recherche_annuaire_express > .input-group {
  border: 0 none;
  width: 100%;
  overflow: hidden;
  height: 48px;
}
#section-gmap #recherche_annuaire_express > .input-group > .form-control {
  border: 0 none;
  margin: 0 !important;
  height: 48px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 16px;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon {
  background: transparent;
  width: 40px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  margin: 0;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a {
  color: #999;
}
#section-gmap #recherche_annuaire_express > .input-group > .input-group-addon > a .fas {
  font-size: 16px;
  margin-top: 9px;
  margin-right: -5px;
}
@media (min-width: 992px) {
  #section-gmap .section-title {
    width: 100% !important;
  }
  #section-gmap.contentSquareFlat .section-body {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 370px !important;
    top: 65px;
    background: #fff;
    color: #000;
    height: 340px;
    padding-top: 40px;
    border-radius: 40px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 100%;
    height: auto;
    min-height: 260px;
    padding-top: 25px;
  }
  .ann_exp_deux {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .intro {
    margin: 20px 0 0;
    max-width: calc(100% - 60px);
    padding-bottom: 150px;
  }
  #section-gmap .section-body .search {
    border-radius: 8px;
    position: absolute;
    bottom: 32px;
    width: calc( 100% - 58px);
  }
  #section-gmap .section-body .search [type="submit"] {
    font-size: 19px;
    font-weight: 900;
    line-height: 50px;
    font-family: 'magallanes_condextrabold', sans-serif;
  }
  #section-gmap .section-body .search [type="submit"] .fas {
    display: none;
  }
  #section-gmap .article-google_map .ann_exp_deux {
    padding: 0;
  }
}
/* --------------------------------  END MAP --------------------------------------------------*/
/* ################################# partenaires ################################################### */
#section-partenaires .home-article {
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  margin: 15px;
  padding: 0 10px;
}
#section-partenaires .home-content.big-arrows .slick-slider i.slick-arrow {
  color: #0a53ad;
  font-size: 32px;
  top: 210px;
}
/* --------------------------------  END Partenaires --------------------------------------------------*/
/* ################################# equipe ################################################### */
#section-portraits_2020 {
  background: transparent;
  border: 0 none;
}
#section-portraits_2020 .home-article {
  width: 100% !important;
  min-height: 170px !important;
  border-radius: 0;
  margin: 0 auto !important ;
  height: auto;
  text-align: center;
}
#section-portraits_2020 .photo {
  width: 170px !important;
  height: 170px !important;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px;
}
#section-portraits_2020 .photo .model-image {
  height: 100%;
}
#section-portraits_2020 .infos {
  font-size: 24px;
  position: relative;
  text-align: center;
  font-weight: 700;
}
#section-portraits_2020 .infos .diplome {
  margin: 15px 0 ;
  display: block;
  font-size: 16px;
  color: #ea4f70;
}
#section-portraits_2020 .infos a + a {
  margin-left: 10px;
}
#section-portraits_2020 .infos .fas,
#section-portraits_2020 .infos .fab {
  font-size: 16px;
}
@media (max-width: 520px) {
  #section-portraits_2020 .photo {
    transform: scale(0.7);
  }
  #section-portraits_2020 .infos {
    font-size: 13px;
  }
}
/* --------------------------------  END equipe --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #ffffff;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom .footer_apps {
  text-align: center;
}
#footer-bottom .footer_apps a {
  display: block;
}
#footer-bottom .footer_apps a + a {
  margin-top: 15px;
}
/* css footer */
#footer-middle {
  padding-top: 38px !important;
  padding-bottom: 9px !important;
}
#footer-middle .footer-logos-wrapper #footer-logo-1 .logo-img {
  max-width: 120px;
  max-height: 120px;
}
#footer-middle .footer-logos-wrapper #footer-logo-2 .logo-img {
  max-width: 228px;
  max-height: 62px;
}
#footer-middle a:hover {
  text-decoration: underline !important;
}
#footer-middle .footer-contact-prefix {
  display: none;
}
#footer-middle * {
  color: #0a53ad !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
#footer-middle .pull-left {
  width: 100%;
}
#footer-middle #footer-socials {
  display: block;
  padding: 10px 0;
}
#footer-middle #footer-socials li {
  margin: 0;
  padding: 0 5px;
}
#footer-middle #footer-socials i {
  background: #0a53ad;
  color: #fff !important;
  text-align: center;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 0;
  border-radius: 3px;
  font-size: 13px;
}
@media (min-width: 992px) {
  #footer-middle {
    height: 220px;
  }
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle .footer-logos-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #footer-middle .footer-logos-wrapper .footer-logo {
    width: 50%;
  }
  #footer-middle #footer-center .list-inline li {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  #footer-middle .list-inline a {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
  }
  #footer-middle .list-inline a:hover {
    text-decoration: underline !important;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 101px !important;
  }
  #footer-logos {
    margin: 15px 0;
    text-align: center;
  }
  #footer-logos .logo-img {
    max-width: 80% !important;
  }
  #footer-logos .footer-logo {
    max-width: 40%;
    margin: auto;
    display: inline-block;
  }
  #footer-right {
    text-align: center;
    margin-top: 30px;
    line-height: 1.2em;
  }
}
@media (max-width: 767.98px) {
  #footer-socials {
    margin: 15px auto;
    float: none !important;
  }
  #footer-bottom .footer-row-inner {
    text-align: center;
  }
  #footer-bottom .footer-row-inner .asso_coords:before {
    display: none;
  }
  #footer-bottom .footer-row-inner .pull-left,
  #footer-bottom .footer-row-inner .pull-right {
    display: block;
    clear: both;
    text-align: center !important;
    float: none !important;
  }
  #footer-middle .liens-footer {
    margin-top: 15px;
  }
  #footer-middle .liens-footer li {
    display: block;
    text-align: center;
  }
  #footer-middle .liens-footer li a {
    padding: 5px;
    display: block;
  }
}
/* --------------------- end FOOTER --------------------------- */
