/*

*/

.footer-top {
	background-color: #F8F8F8 !important;
}

.section-title h3{
  font-weight: 500;
}
.section-title p{
  font-weight: 300; 
  line-height: 2.4em;
}

a {
  color: #D81922;
  transition: ease-in-out 0.3s;
}
a:hover {
  color: #F42B35;
  transition: ease-in-out 0.3s;
}

p {
	color: #000 !important;
}
.services .icon-box2 {
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box2:hover {
  border-color: #fff;
  border: 1px solid rgba(217, 39, 47, 0.3);
  box-shadow: 0px 0 25px 0 rgba(217, 39, 47, 0.15);
}

.box-avantages {
	background: #F7F7F7;
	border-radius: 5px;
	padding-top: 10px;
	bottom: 10px;
}

.fs-06em { font-size: 0.6em; }
.fs-07em { font-size: 0.7em; }
.fs-08em { font-size: 0.8em; }
.fs-10em { font-size: 1.0em; }
.fs-11em { font-size: 1.1em; }
.fs-115em { font-size: 1.15em; }
.fs-12em { font-size: 1.2em; }
.fs-13em { font-size: 1.3em; }
.fs-14em { font-size: 1.4em; }
.fs-15em { font-size: 1.5em; }

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }

.color-red1 { color: #D9272F; }

.text-right { text-align: right; }
.center { text-align: center; }
.text-left { text-align: left; }
