

a {
  color: #4F8070;
}
a:visited {
  color: #4F8070;
}
a:hover {
  color: #2F6050;
}

.tm-blog:hover .tm-blog-bottom .tm-button {
  border-color: #6FA090;
  background: #6FA090;
  color: #ffffff;
}
.tm-button.tm-button-dark, a.tm-button.tm-button-dark, button.tm-button.tm-button-dark {
  background: #8FC0B0;
  border-color: #8FC0B0;
  color: #ffffff;
}

.tm-service:hover {
  background: rgba(79, 128, 112, 0.1);
}

.header-topinfo .tm-button,
.header-topbutton .tm-button {
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  min-width: 150px;
  text-align: center;
}

.header-topinfo {
  width: 50%;
  text-align: left;
  padding-left: 15px;
}
.header-topbutton {
  width: 50%;
  text-align: right;
  padding-right: 15px;
}

.header-toparea {
  background: #A3C7B7; 
  color: #ffffff;
}

.content {
  margin-top: 30px;
}

.main-content img,
.content img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.tm-navigation .accueil-sm {
  display: none;
}
.tm-mobilenav.mean-container .accueil-lg {
  display: none;
}
.tm-mobilenav.mean-container .accueil-sm {
  display: block;
}

.tm-navigation ul li a {
  padding: 30px 15px;
}

.img-profile {
  float:left; 
  margin: 0 30px 15px 0; 
}

.main-content ul {
  overflow: hidden;
}

.main-content p a,
.content a {
  font-weight: bold;
  border-bottom: 1px dotted #4F8070;
  color: #4F8070;
}
.main-content p a:hover,
.content a:hover  {
  border-bottom: 1px solid #4F8070;
  color: #4F8070;
}

h5 a, H5 a:visited {
  color: #4F8070;
}
h5 a:hover {
  color: #4F8070;
}



.tm-service h5 {
    margin-top: 35px;
}

.widget-serviceitems li.active a {
  font-weight: bold;
}

.tm-padding-section {
  padding-top: 30px;
  padding-bottom: 15px;
}

.footer {
  margin-top: 80px;
}


h1,
.h1 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.tm-breadcrumb h1 {
  font-weight: 500;
}

.tm-breadcrumb h1::before, .tm-breadcrumb h1::after {
  display: inline-block;
  height: 1px;
  width: 20px;
  background: #4F8070;
  vertical-align: middle;
}

.tm-breadcrumb h1::before {
  content: "";
  margin-right: 20px;
  display: none;
}

.tm-breadcrumb h1:after {
  content: "";
  margin-left: 20px;
}

.tm-breadcrumb.text-center h1::before {
  display: inline-block;
}

.tm-breadcrumb.text-right h1::before {
  display: inline-block;
}

.tm-breadcrumb.text-right h1::after {
  display: none;
}

@media only screen and (max-width: 767px) {
	.header-topbutton .tm-button {
    height: 30px;
    line-height: 30px;
	}  
  .img-profile {
    float: none;
    margin: 0 auto 40px auto; 
    display: block;
  }  
  .header-topinfo .tm-button {
    height: 30px;
    line-height: 30px;
  }  
  .tm-breadcrumb h1::before {
    width: 25px;
  }  
}

@media only screen and (max-width: 575px) {
  .tm-breadcrumb h1::before, .tm-breadcrumb h1::after {
    display: none;
  }
  .tm-breadcrumb.text-center h1::before, .tm-breadcrumb.text-center h1::after, .tm-breadcrumb.text-right h1::before, .tm-breadcrumb.text-right h1::after {
    display: none;
  }
  .header-topinfo {
    margin: 5px 0;
  }  
}


@media only screen and (max-width: 480px) {

  .header-logo {
    min-width: 200px;
    max-width: 200px;
  }  
  .header-mobilemenu .mean-container a.meanmenu-reveal {
    margin-top: -57px;
  }
  .header-icons {
    padding-left: 0px;
    padding-right: 40px;
  }  
}

.tm-section-title h2::before, .tm-section-title h2::after,
.tm-section-title h3::before,
.tm-section-title h3::after {
  width: 20px;
}

.tm-section-title h2::before,
.tm-section-title h3::before {
  margin-right: 20px;
}

.tm-section-title h2:after,
.tm-section-title h3:after {
  margin-left: 20px;
}
