body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding-left: 0;
    background-color: #ffffff;
  }

.content{
  margin-top: 64px;
}

.bannerbtn {
    padding: 5px 10px;
    margin: 10px;
    background-color: #4c885a;
    font-size: 26px;
    border: none;
    border-radius: 20px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    width: 330px;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
}

.bannerbtn:hover {
  background: #146c6b;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.main-container {
  display: flex;
  flex-direction: column;
  font-size: 16px; 
  font-family: sans-serif;
  padding-right: 35px;
  padding-left: 35px;
  text-align: justify;
  text-align-last: left;
  /*  margin-right: auto;
  margin-left: auto; */
  overflow:visible;
  white-space: wrap;
  overflow-wrap: break-word;
}

.main-container-h1 {
  display: flex;
  flex-direction: column;
  font-size:64px;
  font-family: Arial Black;
  padding-right: 35px;
  padding-left: 35px;
  text-align: justify;
  text-align-last: left;
  /*  margin-right: auto;
  margin-left: auto; */
  overflow:visible;
  white-space: wrap;
  overflow-wrap: break-word;
  color: #146c6b;
  text-align:center;
}

@media (max-width: 850px) {
  .main-container {
    font-size: 20px;
  }
  .main-container-h1 {
    font-size: 34px;
  }
}

/*.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
div.content {
    margin-left: 0%;
  }
}
.main2 {
    text-align: justify;
    text-align-last: left;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.6rem;
    flex: 0 0 100%;
}
*/

  .accordion_container {
    width: 15%;
    display: none;
    position: absolute;
    background-color: #eee;
    height: 100%;
  }

  @media screen and (max-width: 700px) {
    .accordion_container {
      width: 100%;
      height: auto;
      position: relative;
    }
  }

  .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
  }
  
  .accordion_item {
    background-color: #faf0e6;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.1s;
    display: flex;
    justify-content: center;
  }
  
  .accordion_item:hover {
    background-color: #373737;
    color: #fff;
  }

  .accordion_sub_item {
    background-color: #e9f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    transition: 0.1s;
    font-family: Century Gothic;
    font-size: 20px;
  }
  
  .accordion_sub_item:hover {
    background-color: #373737;
    color: #fff;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }

  .panel {
    padding: 0 0px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  
  a {
    text-decoration: none;
  }

  button {
      word-wrap: break-word;
  }

  .notifications {  
     position:absolute; 
     color: rgb(255, 255, 255) !important;
     background-color:rgba(249,49,84,var(--mdb-bg-opacity))!important;
	 border-radius:80rem!important;
	 --mdb-bg-opacity:1;
	 margin-top:-.3rem;
	 font-size:.6rem;
	 padding:.2em .45em;
	 margin-left:-.5rem;
  }
  
	
/*-------- Start Banner Area ------------*/
.banner-area {
  padding-top: 50px;
  background: url(../img/lecomparateursyndic.jpeg);  /*right*/
  background-size: cover;
  width: 100%;
   /*dit la taille en hauteur de l image du banner*/
margin-top: 53px;
}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  /*font-size: 88px;*/
  font-size: 78px;
  font-weight: 700;
  /*line-height: 1em; !!!!!!*/
  line-height: 1em;
  /*margin-top: 10px;*/
  font-family: Arial Black;
  text-align: center;
  color: #fff;
}

.banner-content h1 br {
  /*font-size: 88px;*/
  font-size: 100px;
}


@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 55px;
    font-family: Arial Black;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 48px;
    font-family: Arial Black;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 br {
    display: none;
    font-family: Arial Black;
  }
}
	
@media (max-width: 770px) {
  .banner-content h1 {
    font-size: 34px;
    font-family: Arial Black;
  }
}
	
@media (max-width: 770px) {
  .banner-content h1 br {
    display: none;
    font-family: Arial Black;
  }
}
	
@media (max-width: 480px) {
  .banner-content h1 {
    font-size: 28px;
    font-family: Arial Black;
  }
}
	
@media (max-width: 400px) {
  .banner-content h1 {
    font-size: 24px;
    font-family: Arial Black;
  }
}

 .col-lg-8, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 200px;
  padding-right: 1%;
  padding-left: 1%;
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 768px) {
 .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 780px) {
 .container iframe.google-maps {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.banner-area .overlay-bg {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay-bg {
  background-color: rgba(4, 9, 30, 0.7);
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 52px;
  bottom: 683px;
}
	
.container-banner {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
overflow:visible;
white-space: wrap;
overflow-wrap: break-word;
}

@media (min-width: 576px) {
  .container-banner {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-banner {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-banner {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-banner {
    max-width: 1140px;
  }
  .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 52px;
    bottom: 648px;
  }
}
	
.relative {
  position:relative;
}
	
.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}
/*-------- End Banner Area ------------*/

/*	
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .banner-area {
  margin-top: 54px;
}
*/
	
	
/*
.sticky + .main-container {
  padding-top: 60px;
}
*/

/*	
.sticky + .banner-area {
  padding-top: 0px;
}

.banner-area + .main-container {
  padding-top: 0px;
}	*/
	

	
	
	