/**
* Template Name: Green - v2.3.1
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");

main{
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.container {
  max-width: 1200px;
}

a {
  color: #5da454;
  transition: .35s;
}

a:hover {
  color: #80c792;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

.logo_at {
  background-position: center;
  background-size: cover;
  height: 40px;
  width: 18rem;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #5da454;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #6ec083;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #f8fcf9;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #5da454;
}

#topbar .contact-info i {
  color: #5da454;
  padding-right: 4px;
}

#topbar .contact-info i.icofont-phone {
  margin-left: 15px;
}
.social-links .facebook:hover i {
  color: #4267B2 !important;
}
.social-links .instagram:hover i {
  color: #fbad50 !important;
}
#topbar .social-links a {
  color: #777777;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #5da454;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .social-links {
  margin-left: 20px !important;
  display: flex;
}
img.imgHP {
  border-radius: 7px !important;
}
#header .social-links i {
  font-size: 23px;
  padding: 3px;
  color: #adb5bd;
}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  /* top: 40px;*/
}

#header.header-scrolled {
  top: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/*************************** 404  ****************************************************/

.btn-404{
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      letter-spacing: 1px;
      transition: 0.5s;
      margin: 10px;
      border: 2px solid #fc7349 !important;
      color: #fff !important;
      background: #fc7349;
      font-size: 16px !important;
      text-transform: uppercase;
      padding: 5px 15px !important;
      border-radius: 4px;
    }
#notfound {
  position: relative;
  padding: 40px ;
}


.notfound {
  margin: 0 auto;
  display: grid;
  text-align: center;
  width: 100%;
  justify-items: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  margin-bottom: 60px;
}

.notfound .notfound-404 h1 {
  font-family: 'Josefin Sans', sans-serif;
  color: #222;
  font-size: 220px;
  letter-spacing: 10px;
  margin: 0px;
  font-weight: 700;
  text-shadow: 2px 2px 0px #c9c9c9, -2px -2px 0px #c9c9c9;
}

.notfound .notfound-404 h1>span {
  text-shadow: 2px 2px 0px #ffab00, -2px -2px 0px #ffab00, 0px 0px 8px #ff8700;
}
/*.notfound a {*/
/*  font-family: 'Josefin Sans', sans-serif;*/
/*  font-size: 14px;*/
/*  text-decoration: none;*/
/*  text-transform: uppercase;*/
/*  background: transparent;*/
/*  color: #c9c9c9;*/
/*  border: 2px solid #c9c9c9;*/
/*  display: inline-block;*/
/*  padding: 10px 25px;*/
/*  font-weight: 700;*/
/*  -webkit-transition: 0.2s all;*/
/*  transition: 0.2s all;*/
/*}*/

.notfound a:hover {
  color: #ffab00;
  border-color: #ffab00;
}
.h2-communes{
  font-size: 1rem !important;
}.h2-villes{
   font: 500 1rem "ModernEra-Regular" , "Open Sans", sans-serif  !important;
 }
@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 122px;
    line-height: 122px;
  }

  .notfound .notfound-404 h1 {
    font-size: 122px;
  }
}


/*************************************************************************************/
/***css home 17/08/2021**/
p.f_province {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.title_entite {
  text-transform: capitalize;
}
.title_commune {
  text-transform: uppercase;
}
.section-description ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}


.detailranking .container.c_img ,.detailranking section.section-province,.detailranking .c_footer.section-bg {
  display: none;
}
/**end css**/
@media (max-width: 992px) {
  #header {
    top: 0;
    padding: 15px 0;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
  align-items: center;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #5da454;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #222222;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #5da454;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.carousel-multi-item .carousel-indicators li {
  height: 1.25rem;
  width: 1.25rem;
  max-width: 1.25rem;
  background-color: #5da454;
  margin-bottom: -3.75rem;
  border-radius: 100% !important;
}

.btn-floating i {
  font-size: 1.25rem;
  line-height: 47px;
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
}

.carousel-multi-item .controls-top .btn-floating {
  background: #4285f4;
}

a.waves-effect,
a.waves-light {
  display: inline-block;
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-left:before {
  content: "\f053";
}

.big_container {
  width: 90% !important;
  margin: 0 auto;
  padding-top: 60px !important;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

/***home page ***/
.div_back {
  background-repeat: no-repeat;
  background-size: contain;
  /*min-height: 300px !important;*/
  background-position: center;
  box-shadow: 0 2px 13px 0 rgb(0 0 0 / 25%), 0 0px 4px 0 rgb(0 0 0 / 24%);
}

h2.h2_atout {
  padding-bottom: 0px !important;
  margin-bottom: 10px !important;
}

.section-title h2.h2_atout:before, .section-title h2.h2_atout:after {
  display: none;
}

ol.carousel-indicators {
  bottom: -35px !important;
}

.carousel-item .card-img-top {
  padding: 20px;
}

.carousel-item .card.mb-2 {
  background: #e3e3e326 !important;
  border: 2px solid #cccccc42 !important;
}

.card-title {
  text-transform: uppercase;
  text-align: center;
}

.card-text {
  text-align: center;
}

.container.my-4 {
  margin-bottom: 80px !important;
}

i.arrow.left.slick-arrow {
  left: -40px !important;
}

i.arrow.right.slick-arrow {
  right: -40px !important;
}

.col-lg-3.cta-btn-container {
  margin: 0 auto !important;
}

.container.c_footer {
  margin-top: 40px !important;
}

p.p_footer {
  text-transform: uppercase;
  font-size: 40px !important;
  font-weight: 700;
  font-style: normal !important;
  margin-bottom: 20px !important;
  color: #444444 !important;
}

footer .cta-btn {
  border: 2px solid #fc7349 !important;
  color: #fff !important;
  background: #fc7349;
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 5px 15px !important;
}

footer .cta-btn:hover {
  border: 2px solid #5da454 !important;
  background: #5da454 !important;

}

.c_footer.section-bg {
  padding-top: 82px !important;
  padding-bottom: 70px !important;
  position: relative;
}

section#why-us {
  padding-bottom: 50px !important;
  padding-top: 20px !important;
}

.c_copyright {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: #fc7349 !important;
}

#footer .copyright,
#footer .credits {
  font-size: 14px !important;
  color: #fff;
}

.s01 form .inner-form .input-field.third-wrap .btn-search:hover {
  background: #ffffff38 !important;
}

.link_atout {
  font-weight: 700;
  color: #fff !important;
  margin-right: 20px;
  background: #5da454;
  padding: 4px 16px;
  border-radius: 4px;
}

.link_atout:hover {
  background: #a7c03a;

}
.decouvrez .link_atout.orange {
  font-size: 18px;
}


a.link_atout.orange {
  background: #fb7248 !important;
}


a.link_atout.orange:hover {
  background: #ef6a41 !important;
}

.two_btn {
  display: inline-flex;
}
/*****mediaaaa *****/
@media (max-width: 1366px) {
  p.f_province {
    font-size: 1.2rem !important;
  }
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

@media (max-width: 768px) {
  .two_btn {
    display: inline !important;
  }
  .siteWeb .col-sm {
    flex-basis: auto !important;
    height: 100%;
  }
  .siteWeb {
    margin-bottom: 4% !important;
  }
  .div_linkp {
    margin-top: 4% !important;
    margin-bottom: 4%;
  }

  .c_footer.section-bg {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }
  p.w_pack {
    font-size: 16px !important;
  }
}



/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  color: #fff !important;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  background: #fb7248;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
}

.get-started-btn:hover {
  background: #5da454;
  color: #fff !important;
}

@media (max-width: 768px) {
  .get-started-btn {
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 27px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #adb5bd;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #5da454;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 400px;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
  padding: 0px !important;
}
.rubComPage #hero {height: 300px !important;}

.homePage #hero {
  height: 400px;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
i.fa.fa-facebook-square , i.fa.fa-instagram{
    font-size: 25px !important;
}


#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 112px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center center;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgb(248 252 249);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgb(68 68 68);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5da454;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #5da454;
}

#hero .btn-get-started:hover {
  background: #6ec083;
}

@media (max-width: 992px) {
  #hero {
    height: 400px;
  }
  .homePage #hero {
    height: 580px;
  }


  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
  .rubComPage #hero {height: 300px !important;}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #fff;
}



.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: 0;
}



.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5da454;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: #5da454;
  font-size: 42px;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #5da454;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5da454;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 10px;
  border-left: 1px solid #e0dd1e33;
  margin: -1px;
}

.row2 .content-item {
  border-top: 2px solid #e0dd1e33;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #e0dd1e;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300 !important;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Cards Carousel
--------------------------------------------------------------*/
.atout-carousel .owl-item {
  padding: 0 20px;
}

.atout-carousel .owl-item img {
  margin-bottom: 15px;
}

.atout-carousel .owl-nav,
.atout-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.atout-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.atout-carousel .owl-dot.active {
  background-color: #5da454 !important;
}
.atout-carousel .owl-nav button.owl-prev,
.atout-carousel .owl-nav button.owl-next {
  font-weight: 300;
}
.atout-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  font-size: 50px;
}
.atout-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 50px;
}

.atout-carousel .owl-stage {
  display: flex;
}
.atout-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.atout-carousel .atout-carousel-item {
  border: 0.1rem #c0c0c0 solid;
  background-color: #f8f8f8;
  transition: .35s;
}
.atout-carousel .atout-carousel-item:hover {
  background: #E3E3E3;
}
.atout-carousel .atout-carousel-item .card {
  background: transparent;
}
.atout-carousel .atout-carousel-item .card-title {
  font-size: 18px;
  letter-spacing: unset;
  padding: 10px;
  margin: 0;
}

.atout-carousel .atout-carousel-item .card-text {
  padding: 10px;
}



@media only screen and (max-width: 768px) {
  .atout-carousel .atout-carousel-item .card-title {
    text-transform: unset;
  }
}

@media only screen and (max-width: 480px) {

  .atout-carousel .atout-carousel-item {
    margin-bottom: 20px;
  }
  p.f_province {
    font-size: 1rem !important;
    line-height: 1.5;
  }

  .owl-carousel.atout-carousel {
    display: block;
  }
}

/*--------------------------------------------------------------
# Section Province
--------------------------------------------------------------*/
section.section-province {
  background: #5DA454;
  color: #fff;
  text-align: center;
}

.row-provinces {
  max-width: 1500px;
  margin: auto;
}

section.section-province a,
section.section-province p{
  color: #fff;
}

.province-item {
  text-align: center;
  width: 200px;
  display: inline-block;
  margin: 20px;
  text-decoration: none;
  vertical-align: top;
}

.province-number {
  display: block;
  font-size: 30px;
  color: #e0dd1e;
  margin-bottom: 10px;
}
.province-item .titre {
  color: white;
  font-weight: 900;
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 20px;
  opacity: 0.75;
  transition: all 0.2s;
}

.province-item .details {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.65;
  margin-bottom: 3px;
}

.province-item:hover .titre {
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .sectionTpack h1::before, .sectionTpack h1::after ,.sectionTpack h2::before, .sectionTpack h2::after {display: none !important}
  section.section-province {
    background: #5DA454;
    color: #fff;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .province-item {
    width: 100%;
    margin: 0;
    display: block;
    border-bottom: 1px solid #ffffff82;
    margin-bottom: 0;
  }
  .province-item .province-number,
  .province-item .province-icone {
    display: none;
  }

  .province-item .details-wrapper {
    display: none;
  }

  .province-item .titre br {
    display: none;
  }

  .province-item .titre {
    text-transform: unset;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 5px;
    color: #fff;
  }
  .clicked .province-item .titre {
    background: #fc7349;
  }

  .province-item .titre.clicked {
    background: #fb7248;
  }

  .row-provinces {
    border-left: 1px solid #ffffff82;
    border-right: 1px solid #ffffff82;
    border-top: 1px solid #ffffff82;
  }

  .province-item .details-wrapper {
    border-top: 1px solid #d2d2d2;
    padding: 10px;
  }

  .province-item .details {
    margin-bottom: 6px;
    color: #fff;
    font-weight: 700;
  }

  a.clicked .titre {
    background: #FC7349;
  }



}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #5da454;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta-btn:hover {
  background: #fff;
  color: #5da454;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.h1_Rdt {
  font-size: 20px !important;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5da454;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}

.portfolio .annuaire_web_portfolio .portfolio-wrap img {
  height: 380px !important;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;

}

.portfolio .portfolio-wrap .portfolio-links a i.bx.bx-search {
  font-weight: bold;
}

.vbox-close {
  border: 3px solid #fff;
  top: 30px;
  right: 50px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 34px;
  font-weight: bold;
  padding: 5px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 10px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #5da454;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #5da454;
  border-bottom: 3px solid #5da454;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #5da454;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #5da454;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #5da454;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #5da454;
  border-bottom: 3px solid #5da454;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5da454;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #5da454;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6ec083;
}

span.required_asterisk {
  color: red;
  font-size: 14px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
  margin-top: 122px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  #header .social-links {
    margin-left: 0px !important;
    margin-right: 4%;
    position: fixed;
    top: 30px;
    right: 33px;
  }

  .link_atout {
    display: inline-block;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 600;
    margin: 4px;
  }

  .s01 form .inner-form {
    display: inline-block;
  }

  #why-us .col-md-2 {
    max-width: 30% !important;
    flex: 0 0 30%;
    float: left;
  }

  a.btn-floating i {
    display: none;
  }

  /*.div_back {
    min-height: 113px !important;
  }*/

  .s01 form .inner-form {
    display: inline-block;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .link_atout {
    display: inline-block;
    font-size: 13px;
    padding: 4px 6px;
    font-weight: 600;
    margin: 4px 2px;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #5da454 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }

  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#why-us {
  background: #5DA454;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer {
  text-align: center;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5da454;
  color: #f8fcf9;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #449d5b;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/*search box css start here*/

.search-slt {
  display: block;
  width: 90%;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.wrn-btn {
  width: 90%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.search-sec {
  height: 400px;
  background-image: url(img/wallonie.jpg);
  background-size: cover;
  background-position-y: center;
}

.top-nav {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-nav a {
  display: block;
  color: #0e0e0e;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.top-nav a:nth-child(1) {
  margin-right: auto;
  /* Applies automatic margin to the right of the first a element inside the top-nav class [the placeholder logo in this example] */
}

.top-nav a:hover {
  background-color: #ddd;
  color: black;
}

.current {
  color: blue;
}

.top-nav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  #hero {
    height: 400px !important;
  }
  .homePage #hero {
    height: 580px !important;
  }
  .p {
    padding-top: 10px !important;
  }

  .h1 {
    font-size: 18px !important;
  }

  p.p_footer {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 18px !important;
    line-height: 1;
    padding-bottom: 0px !important;
    padding-top: 20px !important;
    letter-spacing: unset;
  }

  .section-title.section-title1, .section-title.section-title2 {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
  }

  .section-title.section-opened:after {
    transform: rotate(180deg);
  }

  #why-us .col-md-2 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .why-us .content-item {
    border-bottom: 1px solid #e0dd1e33;
  }

  .why-us .content-item h4 {
    font-size: 20px !important;
    padding: 0px 20px !important;
    margin: 0px !important;
  }

  #footer p {
    font-size: 14px;
    padding: 6px 10px !important;
    margin: 0px;
  }

  a.carousel-control-prev,
  a.carousel-control-next {
    display: none;
  }

  .top-nav a:not(:first-child) {
    display: none;
  }

  .top-nav a.icon,
  .top-nav a {
    display: block;
  }

  .top-nav.responsive {
    display: block;
    /* preserve-3d allows children of element to be positioned in a three-dimensional space. This particular use case is for vertically aligning items*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .top-nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 15%;
    /* When the top of the element is at the halfway mark, we can move the element back up by half of its own height to center it within the navigation menu.*/
    transform: translateY(-50%);
  }

  @media (min-width: 1200px) {

    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
      width: 14.285714285714285714285714285714%;
      *width: 14.285714285714285714285714285714%;
    }
  }

  /* 14% = 100% (full-width row) divided by 7 */

  img {
    max-width: 100%;
  }

  .top-nav.responsive a {
    display: block;
    text-align: left;
  }

  .top-nav a:hover {
    color: #000;
  }

  .top-nav a.icon:hover {
    color: #a503c8;
    background: none;
  }
}

@media screen and (max-width: 425px) {
  .logo_at {
    width: 15rem !important;
    margin-left: -26px !important;
  }

  #hero {
    height: 60vh !important;
  }
  .homePage #hero {
    height: 60vh !important;
  }

  .why-us .content-item h4 {
    font-size: 16px !important;
  }

  h4.card-title {
    font-size: 16px !important;
  }

  .p {
    padding-top: 2px !important;
  }

  h2.h2_atout {
    font-size: 16px !important;
  }

  .h1,
  h2 {
    padding-top: 30px !important;
  }

  .h1 {
    font-size: 16px !important;
  }
  .section-description ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.h1,
h2 {
  padding-top: 50px;
}

.p {
  padding-top: 20px;
}

.a {
  display: inline;
  padding-right: 30px;
  text-decoration: underline;
}

.fa-search {
  font-size: 30px;
  color: #fff;
}


body {
  box-sizing: border-box;
  font-family: "ModernEra-Regular", "Open Sans", sans-serif;
  height: 100%;
  margin: 0;
  width: 100%;
}

a {
  border: none;
  text-decoration: none;
}

.container-darkgray-background .component-content {
  background: #fff;
  padding: 30px 0;
}

.related-articles-container .component-blog-main-wrapper .blog-tile-date {
  font-family: "ModernEra-Black", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 15px;
  padding-top: 15px;

}

.related-articles-container .component-blog-main-wrapper .blog-tile-title {
  font-family: "ModernEra-Black", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 14px;
  padding-right: 10px;
}

@media (min-width: 993px) {
  .related-articles-container .component-blog-main-wrapper .blog-tile-title {
    min-height: 80px;
  }
}

.related-articles-container .component-blog-main-wrapper .blog-tile-description {
  color: #272d2e;
  display: block;
  flex: 1;
  float: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  max-height: 90px;
  min-height: 90px;
  overflow: hidden;
}

.related-articles-container .component-blog-main-wrapper .blog-tile-categories {
  font-size: 12px;
  line-height: 14px;
  margin-top: auto;
  padding-top: 20px;
}

.related-articles-container .component-blog-main-wrapper .blog-tile-cta {
  font-family: "ModernEra-Black", "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}

.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}

.related-articles-container .component-blog-main-wrapper .blog-tile-cta a {
  color: #2f2d2e;
}

.related-articles-container .component-blog-main-wrapper .blog-tile-cta a span {
  padding-right: 26px;
  position: relative;
}

.related-articles-container .component-blog-main-wrapper .blog-tile-cta a span:after {
  color: #2f2d2e;
  content: "";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0px;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .related-articles-container .center-container {
    margin: 0 auto;
    max-width: 960px;
  }
}

.related-articles-container .component-promo-media__title {
  font-size: 18px;
  line-height: 28px;
  padding-top: 30px;
  position: relative;
}

.related-articles-container .component-promo-media__title h3 {
  font-family: "ModernEra-Black";
  font-size: 50px;
  line-height: 48px;
}

.related-articles-container .component-promo-media__title h3:before {
  background: #2f2d2e;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.related-articles-container .related-articles {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1030px;
  padding: 20px 40px;
  width: 100%;
}

.related-articles-container .related-articles .article {
  align-content: space-between;
  background: #ececec;
  border-top: 6px solid #000;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  margin: 0 10px;
  padding: 0 10px;
}

/** ARROWS **/
.fa {
  border: solid #939598;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  padding: 6px;
}

/*.arrow {
  border: solid #000;
  border-width: 0 2px 2px 0;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  position: absolute;
  top: calc(50% - 6px / 2);
}*/

.right {
  right: 0;
  transform: rotate(-45deg);
}

.left {
  left: 0;
  transform: rotate(135deg);
}

/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  margin: 0;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list .slick-track,
.slick-list .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list .slick-track {
  display: flex;
  left: 0;
  position: relative;
  top: 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container.c_img {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.page-details-ranking .container.c_img {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/*.row-ann{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.annuaire{
  flex:0 0 12rem;
}*/

.cards{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.card-item{
  flex:1 1 13rem;
}
.block {
  display: block;
}
.center_div{
  margin: 0 auto;
  width:80% /* value of your choice which suits your alignment */
}
.icons{
  color:#dad55e;
}
.card {
  border: 0;
  margin: 0;
  border:none;
  height: 31rem;
  margin-bottom: 10px;
}
.card-header{
  border: 0.1rem #c0c0c0 solid;
  background-color: #f8f8f8;
  padding: 2rem;
}
.card-body {
  padding: 0;
  margin: 0;
  border:none;
}
.card-body > * {
  margin-bottom: 0.5rem;
}
.atout-carousel .atout-carousel-item {
    padding-bottom: 12px;
}
.text1 {
  /*padding: 16px 7px 4px 7px;*/
  padding: 10px 10px 0px 10px;
  margin-bottom: 0px;
  font-size: 13px;
  text-decoration: none;
  line-height: 17px;
  font-weight: 900;
  color: black;
  opacity: 0.7;
  /*min-height: 72px;*/
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-ann {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #5DA454;
  font-size: 30px;
}
.h2-ann {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  /*font-weight: 300;*/
  color: #231F20;
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: -3rem;
}
.page-contact .card-body  p {
  color: #808285;
  font-size: 17px;
  line-height: 29px;

  margin-bottom: 29px;
}
#contactForm .form-group.form_style {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
#contactForm .form-group.form_style_radio {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
#contactForm .form-group.form_style label  {
  width: 20%;
  margin-right: 20px;
}
#contactForm .form-group.form_style input {
  width: 80%;
}

/*#contactForm .form-group.form_style_radio   {
  width: 20%;
}
#contactForm .form-group.form_style_radio  {
  width: 80%;
}*/

#contactForm #contact_propriete {
  width: 80%;
}
#contactForm .label_choices {
  width: 20%;
  margin-right: 20px;
}

.phone_number1 {
  color: #000000;
  display: inline-block;
  transition: .35s;
}

.phone_number1:hover {
  color: #5da454;
}

.contact-cards {
  align-items: flex-start;
}

.contact-cards .card-header {
  border: 0;
}

.contact-cards .card-body h2 {
  padding-top: 0;
  font-size: 18px;
}
.contact-cards .card-header {
  padding: 15px;
}


.title_commune a {
  font-weight: bold;
  font-size: 18px;
  color: #5da454;
  transition: .35s;
}
.title_commune a:hover {
  color: #529449;
}

a.back_btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #5da454;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 4px;
  transition: .35s;
}
a.back_btn:hover {
  background: #529449;
}

.list_commune {
  column-count: 2;
  column-rule: 1px solid #DEE0E0;
  column-gap: 100px;
  margin-top: 50px;
  text-align: left;
  margin-bottom: 20px;
}

.list_commune .list_element {
  display: inline-block;
  width: 100%;
}

.btn-login {
  background: #5da454;
  border-color: #5da454;
}
.btn-login:hover,
.btn-login:focus,
.btn-login:active {
  background: #a7c03a;
  border-color: #a7c03a;
}

@media only screen and (max-width: 768px) {
  .list_commune {
    column-count: 1;
    column-rule: unset;
  }
}


@media only screen and (max-width: 992px) {
  #contactForm .form-group.form_style,
  #contactForm .form-group.form_style_radio {
    flex-direction: column;
  }
  #contactForm .label_choices,
  #contactForm #contact_propriete,
  #contactForm .form-group.form_style label,
  #contactForm .form-group.form_style input {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  body .container.c_img2{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background: #d2d2d2;
    margin-top: 20px;
  }
  .atout-carousel .atout-carousel-item .card-text {
    margin-top: -10px !important;
  }
  .atout-carousel img {
    width: 80% !important;
    margin: 0 auto;
    padding-top: 20px;
    /*padding-bottom: 10px !important;*/
  }
  .page-contact .center_div {
    width: 100%;
  }
  #contactForm label, #contactForm p {
    font-size: 14px;
  }
}





/***css website**/
.siteWeb {
  margin-bottom: 60px !important;
}
.porto {
  padding-top: 0px !important;
}
.basic .pricing-header {
  background-color: #b3e6f9;
}
.basic .price-circle {
  border: 10px solid #4b7bec;
  transition: all 0.4s;
}
.basic:hover .price-circle {
  border-width: 5px;
}
.basic .buy-now:hover {
  background-image: none !important;
  background-color: #4b7bec !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}
.pricing-card ul li:last-child {
  border-bottom: none !important;
}
.eco .pricing-header {
  background-color: #fb7248;
}
.eco .price-circle {
  border: 10px solid #f7b731;
  transition: all 0.4s;
}
.eco:hover .price-circle {
  border-width: 5px;
}
.eco .buy-now:hover {
  background-image: none !important;
  background-color: #f7b731 !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.pro .pricing-header {
  background-color: #5da454;
}
.pro .price-circle {
  border: 10px solid #26de81;
  transition: all 0.4s;
}
.pro:hover .price-circle {
  border-width: 5px;
}
.pro .buy-now:hover {
  background-image: none !important;
  background-color: #26de81 !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.business .pricing-header {
  background-color: #a55eea;
}
.business .price-circle {
  border: 10px solid #a55eea;
  transition: all 0.4s;
}
.business:hover .price-circle {
  border-width: 5px;
}
.business .buy-now:hover {
  background-image: none !important;
  background-color: #a55eea !important;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}



.column25 {
  flex: 25%;
  padding: 10px;
  width: calc(33.3% - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .column {
    flex: 50%;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .column {
    flex: 100%;
    display: block;
  }
}

.pricing-card {
  -webkit-transition: 0.4s background-color ease;
  -ms-transition: 0.4s background-color ease;
  transition: 0.4s background-color ease;
  height:100%;
  background-color: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  transition: all 0.4s;
  border: 1px solid #dadada;
  /* margin-bottom: 30px; */
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 5%);
}
.pricing-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.pricing-card .popular {
  position: absolute;
  top: 0;
  right: 5%;
  width: auto;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #eb3b5a;
  color: white;
  font-size: 12px;
  z-index: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.pricing-card .badge-box {
  padding: 0 40px;
  margin-top: 80px;
}
.pricing-card .badge-box span {
  display: inline-block;
  border: 1px solid #4b7bec;
  padding: 4px 12px;
  border-radius: 25px;
  overflow: hidden;
  color: #4b7bec;
}
.pricing-card .pricing-header {
  width: 100%;
  height: 83px;
  position: relative;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  text-align: center;
}
.pricing-card .pricing-header .plan-title {
  font-size: 24px;
  color: white;
  position: relative;
  top: 25%;
}
.pricing-card .pricing-header .price-circle {
  width: calc(33.3% - 30px);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  left: calc(50% - 60px);
  top: 60%;
  background-color: white;
  position: absolute;
}
.pricing-card .pricing-header .price-circle .info {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: gray;
}
.pricing-card .pricing-header .price-circle .price-title {
  display: block;
  font-size: 28px;
  padding: 28px 0 0;
  font-weight: bold;
}
.pricing-card .pricing-header .price-circle .price-title small {
  font-size: 18px;
}
.pricing-card .pricing-header h2 {
  position: relative;
  top: 40%;
  color: #fff;
}
.pricing-card ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.pricing-card ul li {
  list-style-type: none;
  display: block;
  padding: 10px 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.pricing-card .buy-button-box {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.pricing-card .buy-button-box .buy-now {
  text-decoration: none;
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  background-image: linear-gradient(to left, #a55eea, #45aaf2);
  margin-top: 20px;
}
/****end css website****/

/****nouveau css*****/
a.link_home {
  color: #000;
}
thead.thead-atout {
  background: #B3E6F9;
}
/****/
.div_linkp {
  margin-top: 8%;
  text-align: center;
}
.link_atout:hover {
  background: #529449;
}
a.link_atout.orange:hover {
  background: #ef6a41 ;
}
.container.my-4 {
  margin-top: 0px !important;
}

.container.c_img2 {
  padding-top: 70px !important;
  padding-bottom: 10px !important;
}

.c_footer.section-bg:after {
  display: block;
  position: absolute;
  content: "";
  width: 230px;
  height: 250px;
  background: url(/images/home/avocat.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 20px !important;
}

.c_footer.section-bg:before {
  display: block;
  position: absolute;
  content: "";
  width: 230px;
  height: 250px;
  background: url(/images/home/electrecien.png) no-repeat;
  top: 50%;
  transform: translate(0, -50%);
  margin-right: 20px !important;
  right: 0;
}
a.text-white:hover {
  text-decoration: underline;
  transition: all 1.2s;
}

div#page_legal {
  padding-top: 40px !important;
  padding-bottom: 25px !important;
}
/***mentions légales colapse****/
.collapse:not(.show) {
  display: block !important;
}
details.collapse {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.collapse {
  margin: 0 auto;
  border-radius: 0.8rem;
  border: 0.1rem solid #fafafa;
  box-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.25);
  background-color: #f5f4f9;
  transition: box-shadow 250ms;
  will-change: box-shadow;
  overflow: hidden;
}
.collapse:hover {
  box-shadow: 0.1rem 0.1rem 0.8rem rgba(0, 0, 0, 0.25);
}
.collapse .title {
  position: relative;
  padding:20px;
  cursor: pointer;
}

.collapse .divider {
  border-radius: 99em;
  background: currentColor;
  color: #e1e1e1;
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.collapse .description {
  padding: 20px;
  margin: 0;
}
.collapse .description:not(:first-of-type) {
  padding-top: 0;
}
details.collapse h4 {
  display: contents;
}

/**end collapse**/
/***page contact****/
.page-contact section {
  padding: 0px;
  padding-top: 40px !important;
}
/*.contact-cards .card-header {
  border: 1px solid rgb(0 0 0 / 15%);
  box-shadow: 0.1rem 0.1rem 0.3rem rgb(0 0 0 / 15%);
}*/
.contact-cards .card-body {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
label.fwc {
  font-weight: 600;
}
.form-control:focus {
  border-color: #5da454b3 !important;
  box-shadow: 0 0 0 0.2rem rgb(93 164 84 / 57%) !important;
}
.formContact {
  padding-top: 20px !important;
  padding-bottom: 40px !important;
}
section.sect_telf {
  padding-top: 8% !important;
  padding-bottom: 8% !important;
  background: url(/images/home/contact.jpg);
  background-position: center center;
}
.page-contact .phone_number1 {
  color: #fff !important;
}
.page-contact .phone_number1:hover {
  text-decoration: underline;
}
.sect_telf h4 {
  color: #fff !important;
}

/****end page contact***/




/****** packs*************/
.nos_packs li {
  line-height: 2;
}
.nos_packs i {
  color: #B3E6F9 !important;
}
.checkPack i {
  font-weight: 900;
}
.sectionTpack h2 ,.sectionTpack h1{
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.sectionTpack h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #B3E6F9;
  bottom: 1px;
  left: 0;
}


.sectionTpack h1::before{
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #5da454;
  bottom: 1px;
  left: 0;
}
.sectionTpack h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #FF7415;
  bottom: 0;
  left: 0;
}

.sectionTpack h1::after  {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #FF7415;
  bottom: 0;
  left: 0;
}

.center_content .sectionTpack h2::after , .center_content .sectionTpack h2::before,.center_content .sectionTpack h1::after , .center_content .sectionTpack h1::before{
  right: 0;
  margin: 0 auto;
}


p.w_pack {
  color: #000 !important;
  font-size: 1.3rem;
  font-weight: 600;
}
#cta .phone_number1 {
  color: #fff !important;
}
#cta .phone_number1:hover {
  text-decoration: underline !important;
}

.center_content {
  text-align: center;
}
.flip-card {
  background-color: transparent;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF7415;
  box-shadow: 0 4px 2px 0 #ff7415;
}

.flip-card-back {
  background-color: #B3E6F9;
  color: white;
  transform: rotateY(180deg);
}
.nos_packspub {
  padding: 0;
  padding-top: 60px !important;
}

.flip-card-back img {
  width: auto !important;
  height: auto !important;
}
/************ 404 ***********/
.div-non-trouvee{
  margin-bottom:80px;
}
h1 .erreur-h1{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.p-404{
  margin-bottom: 60px !important;
  font-size: 20px !important;
}
/***********/
.ctaref {
  padding: 6% 0 !important;
  background-image: linear-gradient(to bottom, #00000059, #00000059), url(/images/packsPub/référencements.jpg) !important;
  background-position: center center;
}
.cta {
  padding: 6% 0 !important;
  background: #B3E6F9 !important;
  background-position: center center;
}
a.link_cta {
  cursor: pointer;
  font-weight: 700;
}
a.link_cta:hover {
  text-decoration: underline;
  color: #5DA454 !important;
}
#cta .link_atout {
  font-size: 18px !important;
}
/******end packs *************/
/********responsivepacc******/

@media only screen and (max-width: 768px) {

  #cta .link_atout {
    font-size: 16px !important;
  }
  .containerRes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image_c {
    order: 2;
  }

  .texte_c {
    order: 1;
  }
  section {
    padding: 20px !important;
  }
  .flip-card {
    margin-bottom: 20px !important;
  }
}
/**end responsive***/

#contactForm .g-recaptcha {
  padding-bottom: 16px;
  padding-top: 10px !important;
}
.cta2{
  padding: 6% 0 !important;
  background-image: linear-gradient(to bottom, #00000059, #00000059),url(/images/packsSolutions/fiche-Google-My-business-Atout-Commerces.jpg) !important;
  background-position: center center;
}
.container.c_img2 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-top: 50px !important;
}
.pack_site section {
  padding: 30px 0;
}
.divcom {
  border-top-color: #DEE0E0;
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-left-color: #fff;
  margin-top: 14px;
}
.divcom h2 {
  color: #fb7248;
  text-transform: inherit !important;
}
 .treeC {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
   display: flex;
}
.treeC li {
  margin: 0 auto;
}
.TreeC2 {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  display: inline-block;
}
.ranking_check li {
  -webkit-box-shadow: 0px 0px 6px 5px rgb(93 164 84 / 66%);
  box-shadow: 0px 0px 10px 9px rgb(93 164 84 / 30%);
  border-radius: 10px;
  padding: 5px 10px;
}
.ranking_check {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/********mobile**********/


@media screen and (max-width: 425px) {
  .c_footer.section-bg:after {
    width: 50px !important;
    height: 60px !important;
    background: url(/images/home/avocat-min.png) no-repeat !important;
  }
  .c_footer.section-bg:before {
    width: 50px !important;
    height: 60px !important;
    background: url(/images/home/elec-min.png) no-repeat !important;
  }
}

@media only screen and (max-width: 480px) {
  .c_footer.section-bg:after {
    margin-left: 10px !important;
  }
  .c_footer.section-bg:before {
    margin-right: 10px !important;
  }
  .atout-carousel .atout-carousel-item {
    margin-bottom: 20px;
  }

}


@media (max-width: 768px) {
  h1 {
    font-size: 1.8em !important;
  }
  .h2, h2 {
    font-size: 1.6rem;
  }
  .h3, h3 {
    font-size: 1.4rem !important;
  }
  .h4, h4 {
    font-size: 1rem !important;
  }
  .h1, h2 {
    padding-top: 30px !important;
  }
  p.p_footer {
    font-size: 30px !important;
  }
  .c_footer.section-bg:after,
  .c_footer.section-bg:before {
    display: none;
  }
}


@media (max-width: 1024px) {
    .ranking_check li {
        margin-bottom: 26px;
    }
 .ranking_check {
    display: grid !important;
  }

  .treeC, .TreeC2 {
    display: block !important;
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
  }
  .c_footer.section-bg:after {
    width: 100px !important;
    height: 109px !important;
    background: url(/images/home/avocat_picto.png) no-repeat !important;
  }
  .c_footer.section-bg:before {
    width: 100px !important;
    height: 109px !important;
    background: url(/images/home/electrecien_picto.png) no-repeat !important;
  }
}

/********end mobile**********/
/******fin nouveau css*****/



.row-ann {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.annuaire {
  padding: 10px;
  width: 20% !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center !important;
}

@media only screen and (max-width: 1100px) {
  .annuaire {
    width: 25% !important;
  }
}

@media only screen and (max-width: 1100px) {
  .annuaire {
    width: 33.33% !important;
  }
}
@media only screen and (max-width: 650px) {
  .annuaire {
    width: 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  .treeC , .TreeC2{
    columns: 1 !important;
    -webkit-columns: 1 !important;
    -moz-columns: 1 !important;
  }
  .annuaire {
    width: 100% !important;
  }
}
.nonecor {
  pointer-events: none !important;
  font-family: 'Montserrat', sans-serif;
}
.section-description {
  padding-bottom: 40px !important;
  padding-top: 30px !important;
}
.form-all{
  max-width: 100% !important;
  box-shadow: none !important;
}
.form-textbox {
  height: 3.5em !important;
}
.form-single-column .form-radio-item:not(.formRadioOther):not(:last-child) {
  margin-bottom: -4px !important;
}
.form-label {
  font-size: 13px!important;
}
.form-label:not(.form-label-top) {
  width: 194px !important;
  font-weight: 700!important;
}
.form-line {
  padding: 0px 10px !important;
}
.form-textbox {
  height: 2em !important;
}
.form-radio+label:before, .form-radio+span:before {
  width: 14px!important;
  height: 14px!important;
}
.submit-button {
  background-color: #5da454!important;
  border-color: #5da454!important;
}
.form-radio+label:after {
  top: 2px !important;
  left: 2px !important;
  width: 10px !important;
  height: 10px !important;
}
.h1_span {
  font-size: 24px;
  color: #5da454;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
.h1_motCle {
  font-size: 17px !important;
  letter-spacing: unset!important;
  font-weight: 600 !important;
  color: #000 !important;
}
.divBtnNew {
  margin-bottom: 30px !important;
  margin-top: -20px !important;
}
.alphabet-div{
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  padding-top: 30px;
}
.h-dernier{
  font-size: 16px;
  font-weight: 900;
  text-transform: capitalize;
}
.h-alpha{
  text-align: center;
  padding-top: 50px;
  font-size: 1.60rem;
}
.horaires-span{
  font-weight: 900;
}
.horaires-raw div{
  margin-top: 5px;
}

.rubrique-link{
  font-size: 15px;
}

.banrubcom .container.c_img2{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.container.breadrubcom {
  margin-top: 0px !important;
}
#header .container {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

 .formFooter {
  display: none !important;
}
.formFooter, .f6, .branding21 {
    display: none !important;
}
