/* 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: 'Poppins', sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  body .home-section.section-default {
    padding: 80px 0;
  }
}
body .section-title .title,
body h1,
body h2,
body h3,
body h4 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-weight: bold;
}
.home-section.section-default .section-title {
  margin-bottom: 30px;
}
.home-section.section-default .section-title .line {
  width: 50px !important;
  background-color: #775bf1 !important;
  border-color: #775bf1;
}
.home-section.section-default .section-title .title {
  line-height: 40px;
  font-size: 32px;
  color: #000 !important;
  letter-spacing: 0;
  font-weight: 600;
}
.home-section.section-default .section-title .title:first-letter {
  text-transform: uppercase;
}
body .home-section.section-default .section-more a {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  width: auto;
  min-width: 150px;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
  border-radius: 0;
  letter-spacing: 0;
  font-weight: 700;
}
body .home-section.section-default .section-more a:hover {
  background: transparent;
  border: 2px solid #775bf1;
  color: #775bf1;
}
#row-emploi .section-title .title {
  color: white !important;
}
@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) {
  .logo-smaller img {
    padding: 5px;
  }
  .search-toggle-wrapper .search-toggle {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) {
  .shopping-cart a {
    padding: 0 !important;
  }
  .shopping-cart i,
  .search-toggle-wrapper .search-toggle {
    padding: 12px 12px 0;
    margin-right: 20px;
    font-size: 18px;
    position: relative;
    width: auto;
  }
  .shopping-cart i .fas,
  .search-toggle-wrapper .search-toggle .fas {
    font-size: 16px;
  }
  .shopping-cart i:before {
    content: "\f290";
  }
  .shopping-cart {
    position: relative;
  }
  .shopping-cart:after,
  .shopping-cart:before {
    position: absolute;
    right: 0;
    top: 12px;
    content: '';
    height: 16px;
    width: 1px;
    background-color: #000;
  }
  .shopping-cart:before {
    left: 0;
    right: unset;
  }
}
.bar {
  font-size: 16px;
}
.bar .header-search-mobile {
  left: 180px !important;
  background: transparent;
}
.bar .socials li.contact,
.bar .socials li.rs-append {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}
.bar .socials li.contact + li.rs-append,
.bar .socials li.rs-append + li.rs-append {
  margin-left: 0 !important;
}
.bar .socials li.contact:before,
.bar .socials li.rs-append:before {
  content: '';
  width: 1px;
  height: 17px;
  top: 12px;
  position: absolute;
  left: 0;
  background: #000;
}
.bar .socials li.contact:after,
.bar .socials li.rs-append:after {
  content: '';
  width: 1px;
  height: 17px;
  top: 12px;
  position: absolute;
  right: 0;
  background: #000;
}
.bar .socials li.contact:hover a,
.bar .socials li.rs-append:hover a {
  text-decoration: underline !important;
}
.bar .socials li:not(.contact, .rs-append) + li {
  margin-left: 10px;
}
.bar .socials li:not(.contact, .rs-append) a .fab,
.bar .socials li:not(.contact, .rs-append) a .fas {
  font-size: 11px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  padding: 0;
  color: #fff;
  line-height: 24px;
}
.bar .socials li:not(.contact, .rs-append) a:hover .fab {
  color: #fff;
  background-color: #dedede !important;
}
.bar .socials li:not(.contact, .rs-append):has(> a[title="/contact"] ) {
  display: none !important;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
.bar .header-mibile-bar {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.bar .list-liens li {
  line-height: 40px;
  position: relative;
  padding: 0  17px;
  display: block;
  float: left;
}
.bar .list-liens li a {
  font-size: 12px;
}
.bar .list-liens li:before {
  content: '';
  height: 15px;
  position: absolute;
  left: 0;
  background-color: #000000;
  width: 1px;
  top: 5px;
  display: inline-block;
  margin-top: 7px;
}
.bar .socials.rs-nolabels a i {
  font-size: 16px;
}
@media (min-width: 1200px) {
  body .logo .logo-a {
    height: 80px;
    width: auto;
  }
  body .logo .logo-a .logo-img {
    margin: 20px 0;
    width: auto;
    height: 80px;
    min-height: 80px;
  }
  header .bar div.btn-recruteur-wrapper {
    background-color: #00a18c !important;
  }
  header .bar div.btn-recruteur-wrapper:hover > a {
    background: transparent;
  }
  .main-content-wrapper {
    padding-top: 0px;
  }
  .bar .socials li + li {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .bar .inline-div-section-wrapper .inline-div-section + .inline-div-section {
    min-width: 60%;
  }
  header .bar .btn-adherer-wrapper,
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-inscription-wrapper,
  header .bar .btn-connexion-wrapper {
    border-radius: 8px;
    margin: 0 3px;
  }
  header .bar .shopping-cart i,
  header .bar .search-toggle-wrapper .search-toggle {
    margin-right: 0;
  }
  header .bar .btn-recruteur-wrapper,
  header .bar .btn-inscription-wrapper,
  header .bar .btn-adherer-wrapper > a,
  header .bar .NA_connexion .connexion-np,
  header .bar .NA_connexion .connexion-btn {
    max-width: 161px !important;
    text-transform: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: transparent !important;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
    gap: 10px;
  }
  header .bar .btn-recruteur-wrapper .topbar-btn-icon,
  header .bar .btn-inscription-wrapper .topbar-btn-icon,
  header .bar .btn-adherer-wrapper > a .topbar-btn-icon,
  header .bar .NA_connexion .connexion-np .topbar-btn-icon,
  header .bar .NA_connexion .connexion-btn .topbar-btn-icon,
  header .bar .btn-recruteur-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-inscription-wrapper i.fas:not(.fa-chevron-down),
  header .bar .btn-adherer-wrapper > a i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-np i.fas:not(.fa-chevron-down),
  header .bar .NA_connexion .connexion-btn i.fas:not(.fa-chevron-down) {
    font-size: 16px !important;
    max-width: unset;
    min-width: unset;
    width: unset;
    height: unset;
    top: unset;
    left: unset;
    right: unset;
    line-height: unset;
    padding: 0 !important;
    margin: 0;
    display: inline-block !important;
  }
  .X header .bar .btn-recruteur-wrapper:after,
  .X header .bar .btn-inscription-wrapper:after,
  .X header .bar .btn-adherer-wrapper > a:after,
  .X header .bar .NA_connexion .connexion-np:after,
  .X header .bar .NA_connexion .connexion-btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    height: 16px;
    width: 1px;
    background-color: #333333;
  }
  header .bar .connexion-np .login-small-thumb {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* ------- fon tobbar ------- */
/* ############ navigation ############ */
/* ## css media lg-min ## */
@media (min-width: 1200px) {
  body.stiky_active header .header-navigation-side {
    padding-top: 20px !important;
  }
  header .main-navigation-row,
  header .header-main {
    height: 120px;
  }
  header .header-nav {
    height: 100%;
  }
  header .header-navigation-side {
    height: 100%;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 45px;
    width: 910px !important;
  }
  header .header-navigation-side .nav-wrapper {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod {
    height: 100%;
  }
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li,
  header .header-navigation-side .nav-wrapper .nav-default-mod > ul > li > a {
    height: 100%;
  }
  header .header-navigation-side .nav {
    padding: 0 !important;
  }
  header .header-navigation-side .nav a {
    text-transform: none;
  }
  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.menuli {
    flex: none !important;
    min-width: 0;
    position: relative;
  }
  header .header-navigation-side .nav > ul > li.menuli > a {
    text-transform: none;
    padding: 0 14px;
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: #000000;
    line-height: 57px;
  }
  header .header-navigation-side .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-side .nav > ul > li.menuli .nav-dropdown a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
  }
  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 li:hover a {
    color: #775bf1;
  }
  header .header-navigation-side .nav > ul > li.menuli .nav-dropdown .nav-dropdown {
    top: 0 !important;
  }
  header .header-navigation-side .nav > ul > li.menuli:hover:after {
    content: '';
    height: 2px;
    background: #775bf1;
    width: 100%;
    position: absolute;
    top: 52px;
    left: 50%;
    transform: translateX(-50%);
  }
  .X header .header-navigation-side .nav > ul > li.menuli:last-child {
    margin-left: 8px;
  }
  .X header .header-navigation-side .nav > ul > li.menuli:last-child > a {
    border-radius: 8px;
    background: #775bf1;
    box-sizing: border-box;
    max-height: 80px;
    line-height: 46px;
    border: 2px solid #775bf1;
    height: 48px;
    padding: 0 28px;
    color: #fff;
  }
  .X header .header-navigation-side .nav > ul > li.menuli:last-child > a:hover {
    background: transparent;
    border: 2px solid ;
    color: #775bf1;
    border-color: #775bf1;
  }
  .X header .header-navigation-side .nav > ul > li.menuli:last-child nav.nav-dropdown {
    right: 16px;
  }
  .X header .header-navigation-side .nav > ul > li.menuli:last-child:hover:after {
    display: none !important;
  }
}
/* ------- end navigation ------- */
/* --------------------------------  END HEADER --------------------------------------------------*/
/* ################################# MAIN CAROUSEL ################################################### */
/* variable less Carrousel */
#main-carousel .article-carousel .carousel-content .title {
  font-size: 26px;
}
#main-carousel .link-entire-box .type-carousel,
#main-carousel .link-entire-box .date {
  font-weight: normal;
  margin-bottom: 15px;
  display: inline-block;
}
#main-carousel .readMore {
  background: transparent;
  color: #fff !important;
  border-radius: 0;
  border: 2px solid #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  padding: 0 30px;
  width: auto;
  text-transform: none;
}
#main-carousel .readMore:hover {
  background: #fff;
  color: #444 !important;
}
#main-carousel .carousel-content {
  padding-top: 115px;
  top: 35px;
  font-size: 16px;
  height: 500px;
}
#main-carousel .carousel-content .title {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
}
#main-carousel ul.slick-dots {
  text-align: center;
  bottom: unset;
  top: 75px;
  width: 370px;
  left: calc((100% - 1170px)/2 );
}
#main-carousel ul.slick-dots li {
  width: 30px;
}
#main-carousel ul.slick-dots li.slick-active button:before {
  color: #775bf1 !important;
}
#main-carousel ul.slick-dots li button:before {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75) !important;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow {
  color: #fff;
  font-size: 32px;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-left {
  left: calc((100% - 1170px)/2 - 60px);
}
#main-carousel .home-content.big-arrows .slick-slider i.slick-arrow.fa-chevron-right {
  right: calc((100% - 1170px)/2 - 60px);
}
#main-carousel .readmore-wrapper {
  bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
}
#main-carousel .readmore-wrapper a {
  text-align: center;
}
@media (min-width: 1200px) {
  #main-carousel .carousel-content .link-entire-box {
    top: 50%;
    width: 570px;
  }
}
/* --------------------------------  END MAIN CAROUSEL --------------------------------------------------*/
/* ################################# event  ############################################ */
@media (min-width: 1200px) {
  #section-event {
    min-height: 460px;
    position: relative;
  }
  #section-event .section-more {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  #section-event .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
  #section-event .section-title .title br {
    display: none;
  }
}
#section-event .section-more {
  margin-top: 35px;
}
#section-event .article-details {
  padding: 0 70px 0 0;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #000000;
}
#section-newss .home-article,
#section-events .home-article {
  background: transparent;
  border: 0 none;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0 12px ;
  border-radius: 3px;
}
#section-newss .home-article .model-image .click-img,
#section-events .home-article .model-image .click-img {
  border-radius: 3px;
}
#section-newss .home-article .desc,
#section-events .home-article .desc {
  padding: 0 30px !important;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
#section-newss .home-article .date,
#section-events .home-article .date {
  width: 200px;
  height: 44px;
  background-color: #00a18c;
  left: 50%;
  text-transform: none !important;
  transform: translateX(-50%);
  border-radius: 0;
  bottom: -22px;
  font-weight: normal;
}
#section-newss .home-article .date span,
#section-events .home-article .date span {
  color: #fff;
  display: inline-block;
  font-size: 14px !important;
  line-height: 44px;
  text-transform: none !important;
  font-style: normal;
  font-weight: 700;
}
#section-newss .home-article .title,
#section-events .home-article .title {
  padding: 0 30px !important;
  color: #000000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#section-newss .home-article .model-image,
#section-events .home-article .model-image {
  background: #fff;
  margin-bottom: 50px;
  border-radius: 8px;
}
#section-newss .home-article.locationBottom .location,
#section-events .home-article.locationBottom .location {
  display: none;
  color: #00a18c;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
}
#section-actus .desc,
#section-events .desc {
  display: none !important;
}
/* --------------------------------  END event ------------------------------------------------*/
/* ################################# News  ############################################ */
#section-news {
  padding-left: 30px;
}
#section-news .section-more {
  margin-top: 35px;
}
#section-news .article-details {
  padding: 0 70px 0 0;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #000000;
}
@media (min-width: 1200px) {
  #section-news {
    min-height: 460px;
    position: relative;
  }
  #section-news .section-more {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  #section-news {
    padding-left: 0;
  }
  #section-news .article-details {
    line-height: 1.3em;
    font-size: 16px;
  }
  #section-news .section-title .title br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home-row#row-news > .container > .row.container_row {
    display: flex;
    flex-direction: column-reverse;
  }
}
#section-actus .desc,
#section-newss .desc {
  display: none !important;
}
/* --------------------------------  END News ------------------------------------------------*/
/* ################################# counters  ############################################ */
#row-compteurs {
  background: #00a18c;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .digit-prepend,
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-digit {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 63px;
  color: #fff;
}
#row-compteurs #section-compteurs .counter-mode-icon .counter-txt .counter-label {
  margin-top: 0;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media (min-width: 1200px) {
  .footer-bottom-coords .asso_coords + .asso_coords,
  .footer-bottom-coords .association + .asso_coords {
    margin-left: 4px;
  }
  .footer-bottom-coords .asso_coords + .asso_coords > a,
  .footer-bottom-coords .association + .asso_coords > a {
    margin-left: 4px;
  }
}
/* --------------------------------  END counters ------------------------------------------------*/
/* ################################# Offres  ############################################ */
#row-emploi {
  background: #775BF1;
}
#row-emploi #section-cta_offres .article-CTA-3 .action .btn-a {
  color: white !important;
  border-color: white;
  min-width: 270px;
}
#row-emploi #section-cta_offres .article-CTA-3 .action .btn-a .fas {
  color: white !important;
}
@media (max-width: 1199.98px) {
  #row-emploi #section-cta_offres .article-CTA-3 .action .btn-a {
    margin: 15px 0;
  }
}
#row-emploi #section-cta_offres .article-CTA-3 .action .btn-a:hover {
  background: transparent;
  color: black !important;
  border-color: black;
}
#row-emploi #section-cta_offres .article-CTA-3 .action .btn-a:hover .fas {
  color: black !important;
}
@media (max-width: 1199.98px) {
  #row-emploi #section-cta_offres .cta-row {
    margin: 30px 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  #row-emploi #section-cta_offres .CTA-offres {
    display: flex;
    align-items: center;
  }
}
/* --------------------------------  END offres --------------------------------------------------*/
/* ################################# DEBUT MAP ################################################### */
#section-gmap {
  padding: 0;
  border: 0 none;
}
#section-gmap #map {
  border: 0 none;
}
#section-gmap .section-title {
  margin-bottom: 20px;
  border: 0 none;
  text-align: left;
  font-size: 32px;
  color: #775bf1;
  font-weight: 700;
}
#section-gmap .section-title .title {
  line-height: 1;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
}
#section-gmap .section-title .title span {
  display: block;
}
#section-gmap .section-body {
  margin-left: 4px;
}
#section-gmap .section-body .intro {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}
#section-gmap .section-body .search {
  position: absolute;
  bottom: 32px;
  width: calc( 100% - 60px);
  border: 1px solid #999;
  border-radius: 24px;
  overflow: hidden;
  height: 48px;
}
#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%;
  border-radius: 24px;
  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.contentSquareFlat .section-body {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    width: 338px !important;
    top: 80px;
    background: #fff;
    color: #000;
    height: 350px;
    padding-top: 39px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap.contentSquareFlat .section-body {
    top: 0;
    background: #fff;
    color: #000;
    width: 469px;
    height: auto;
    min-height: 260px;
    padding-top: 25px;
  }
}
@media (max-width: 991.98px) {
  #section-gmap .section-body {
    top: 65px;
  }
  #section-gmap .section-body .intro {
    padding-top: 0px;
    padding-bottom: 75px;
  }
  #section-gmap .section-body .search {
    position: absolute;
    bottom: 32px;
    width: calc( 100% - 58px);
  }
  #section-gmap .section-body .search [type="submit"] {
    font-size: 19px;
    font-weight: 900;
    line-height: 40px;
  }
  #section-gmap .section-body .search [type="submit"] .fas {
    display: none;
  }
}
/* --------------------------------  END MAP --------------------------------------------------*/
/* ################################# PORTRAITS ################################################### */
/* variables css */
/* css portraits */
#section-portraits .section-title .title {
  font-size: 32px !important;
  color: #775bf1 !important;
  padding-left: 0 !important;
  text-align: left;
}
@media (min-width: 1200px) {
  #section-portraits {
    padding: 80px 45px 70px 450px;
  }
  #section-portraits .home-content {
    min-height: 130px !important;
    padding: 0 !important;
  }
  #section-portraits .home-content i.slick-arrow {
    top: 50% !important;
    height: 35px;
    margin-top: -23px;
    font-weight: bold;
  }
  #section-portraits.home-section.section-default .section-title {
    background: transparent;
    max-width: 390px;
  }
  #section-portraits.home-section.section-default .section-title:before {
    display: none;
  }
  #section-portraits.home-section.section-default .section-title .title {
    margin-top: 80px;
    margin-left: 0;
    padding-left: 0;
    white-space: normal !important;
    color: #000 !important;
  }
  #section-portraits.home-section.section-default .section-title .line {
    display: block !important;
    background: #775bf1 !important;
  }
  #section-portraits .home-article {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px !important ;
  }
  #section-portraits .home-article .title-wrapper {
    top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0px;
    background: transparent;
  }
  #section-portraits .home-article .title-wrapper .title {
    width: 120px;
    height: 120px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0;
    top: 0;
  }
  #section-portraits .home-article .title-wrapper .title a {
    width: 110px;
    height: 110px !important;
    display: flex;
    text-align: center;
    margin: 4px 5px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
  }
}
/* --------------------------------  END PORTRAITS --------------------------------------------------*/
/* ####################### FOOTER ############################ */
/* variables less */
#footer-bottom {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#footer-bottom .asso_coords:before {
  content: '';
  display: inline-block;
  width: 4px;
  background: #000000;
  height: 1px;
  margin: 0 2px 5px 6px;
}
#footer-bottom #footer-socials * {
  color: #000000;
}
/* css footer */
.footer-title {
  font-size: 12px;
  margin: 15px 0 20px;
  text-transform: uppercase;
}
.subscribe {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  max-width: 245px;
}
.subscribe-field {
  width: 100%;
  height: 50px;
  padding: 0 100px 0 20px;
  border: none;
  color: #969a9b !important;
  border-radius: 3px;
  -webkit-appearance: none;
}
.subscribe-btn {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  text-align: center;
  border: none;
  color: #ffffff !important;
  font-weight: bold;
  border-left: 1px solid #000;
  border-radius: 3px;
  -webkit-appearance: none;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  background: #000 !important;
}
.subscribe-btn:hover {
  background: #775bf1;
}
#footer-middle {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#footer-middle #footer-socials li + li {
  margin-left: 0;
}
#footer-middle #footer-socials li a .fab,
#footer-middle #footer-socials li a .fas {
  font-size: 11px;
  background-color: #000;
  display: inline-block;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  aspect-ratio: 1;
  text-align: center;
  padding: 0;
  color: #fff !important;
  line-height: 24px;
}
#footer-middle #footer-socials li a:hover .fab {
  background-color: #775bf1;
}
#footer-middle #footer-socials li:has(> a[title="/contact"] ) {
  display: none !important;
}
#footer-middle .subscribe .subscribe-btn {
  font-weight: bold !important;
}
#footer-middle * {
  color: #000000 !important;
}
#footer-middle h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 992px) {
  #footer-middle .pull-left {
    width: 100%;
  }
}
#footer-middle .subscribe {
  height: 48px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #000000;
}
#footer-middle .subscribe .subscribe-field {
  background: #fff;
  border-radius: 3px;
  color: #000 !important;
  height: 48px;
  line-height: 48px;
  border: 0 none;
}
#footer-middle .subscribe .subscribe-btn {
  border: 0 none;
  border-radius: 3px;
  height: 46px;
  width: 57px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF !important;
}
@media (min-width: 992px) {
  .footer-bottom-coords {
    float: left;
  }
  #footer-middle {
    padding: 55px 0  !important;
  }
  #footer-middle .logos-left img {
    width: 220px !important;
    margin-top: 0;
    max-width: 220px !important;
  }
  #footer-middle * {
    color: #000000;
    font-size: 13px;
  }
  #footer-middle h4 {
    display: block;
    margin: 0 0 12px ;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    white-space: nowrap;
  }
  #footer-middle #footer-socials {
    display: block;
  }
  #footer-middle #footer-socials li {
    margin: 0 3px 0 0;
  }
  #footer-middle #footer-socials li i {
    font-size: 16px;
  }
  #footer-middle .footer-col_inner {
    padding: 0 !important;
  }
  #footer-middle .col-lg-2 .footer-col_inner > h4 {
    display: none;
  }
  #footer-middle .col-lg-2 .list-inline a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    white-space: nowrap;
  }
  #footer-middle .col-lg-2 .list-inline a:before {
    content: '> ';
  }
  #footer-middle .col-lg-2 .list-inline a:hover {
    text-decoration: underline !important;
  }
  #footer-middle .subscribe {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
  }
  #footer-middle .subscribe-field {
    border-radius: 6px;
    width: 100%;
    height: 50px;
    padding: 0 100px 0 20px;
    border: 1px solid #775bf1;
    background: #fff;
    color: #000000 !important;
    border-radius: 3px;
    -webkit-appearance: none;
  }
  #footer-middle .subscribe-btn {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    text-align: center;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 3px;
    -webkit-appearance: none;
    height: 100%;
    background: #00a18c;
    overflow: hidden;
    display: inline-block;
  }
  #footer-middle .subscribe-btn:hover {
    border: 2px solid #000000;
    color: #fff !important;
    background: #000000;
  }
  #footer-middle .liens-footer {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  #footer-middle .logos-left {
    text-align: center;
  }
  #footer-middle .logos-left img {
    max-width: 240px !important;
  }
  #footer-middle .footer-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  #footer-middle .footer-row > .col {
    width: 100% !important;
    text-align: center;
  }
  #footer-middle .footer-row > .col .subscribe {
    overflow: hidden;
    border-radius: 3px;
    float: none;
    margin: 15px auto;
  }
  #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;
  }
}
@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-rs-div,
  #footer-middle h4.footer-title {
    text-align: center;
    padding-bottom: 15px !important;
  }
  .footer-title,
  .subscribe {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  #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;
  }
}
#footer-bottom {
  display: none;
}
#footer-bottom .footer-row {
  display: flex;
  gap: 5px;
  justify-content: center;
  color: #000000;
}
#footer-bottom #footer-coords a {
  color: #000000;
}
/* --------------------- end FOOTER --------------------------- */
