/* 
---------------------------------------------
General Style
--------------------------------------------- 
*/
p {
    color: #2a2a2a;
}

b {
    font-weight: bold;
}

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

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

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.section {
    margin-bottom: 100px;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

#tarifs .fill-form {
    padding-right: 30px;
}

#tarifs .fill-form .icon h4 {
    font-size: 3rem;
    margin: 20px 0px 10px 0px;
}

#tarifs .fill-form .icon h5 {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 20px;
}

.contact-us {
    padding-top: 0;
}

.section-heading .line-dec {
    margin: 0 auto;
}

.border-first-button a {
    color: #414141 !important;
    border-color: #414141 !important;
    margin-bottom: 20px !important;
}

.border-first-button a:hover {
    background-color: #414141;
    color: #ffffff !important;
}

.section-heading h4 {
    text-transform: none;
}

.section-heading h4 > em {
    font-size: 22px;
    font-weight: 700;
    color: #afafaf;
    text-transform: uppercase;
    margin-left: 10px;
}

.section-heading h6 {
    color: #414141;
}

.section-heading .line-dec {
    background-color: #afafaf;
}

.right-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.preloader-inner .dot,
.preloader-inner .dots span {
    background-color: #414141;
}

/* 
---------------------------------------------
Pre-header Style
--------------------------------------------- 
*/
.pre-header {
    background-color: #2a2a2a;
}

.pre-header ul.social-media li a {
    color: #2a2a2a;
    background-color: #afafaf;
}

.pre-header ul.social-media li a:hover {
    background-color: #ffffff;
}

.pre-header ul.info li:hover a {
    color: #ffffff !important;
}

/* 
---------------------------------------------
Header / Menu Style
--------------------------------------------- 
*/
header .logo {
    position: absolute;
    width: auto;
    max-width: 150px;
}

header.background-header .logo {
    max-width: 70px;
}

.header-area .main-nav .nav li a {
    font-family: "Birthstone Bounce", sans-serif;
    font-size: 25px;
    font-weight: bold;
}

.header-area .main-nav .nav li a {
    color: #afafaf;
}

.header-area .main-nav .nav li:hover a, 
.header-area .main-nav .nav li a.active {
    color: #2a2a2a !important;
}

.background-header .nav li a.active::after {
    background-color: #2a2a2a;
}

.main-banner {
    padding-top: 160px;
}

.main-banner::before, .main-banner::after {
    background: none;
}

.main-banner .left-content h6 {
    color: #2a2a2a;
}

.main-banner .left-content p {
    margin-right: 0;
}

form#contact::before,
form#contact::after {
    background-image: none;
}

.fill-form {
    padding: 40px 60px 40px 30px;
}

#reserves p {
    font-weight: bold;
}

/* 
---------------------------------------------
Form Style
--------------------------------------------- 
*/
form {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form input::placeholder {
  color: #aaa;
}

form textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-top: 30px;
}

form textarea::placeholder {
  color: #aaa;
}

form button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #414141;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #414141;
  transition: all .3s;
  outline: none;
}

form button:hover {
  background-color: #414141 !important;
  color: #fff!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer {
    background-image: none;
    background-color: #2a2a2a;
}