/*
  Theme Name: Name - XXXXX HTML Template
  Description: Creative  HTML5 template.
  Version: 1.0
*/
/*===== start Theme default css =====*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
}
input:focus{

}
.container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}


.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.hero-blk {
    padding-top: 100px;
}

.hero-blk h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-area {
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: '';
    opacity: .85;
    z-index: -1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-blk h1 span {
    display: block;
}

h1 {}

.hero-blk p {
    font-size: 1.7rem;
    color: #fff;
    width: 60%;
    line-height: 1.4;
}

.site-btn {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    background: #CA2E55;
    font-weight: 600;
    border-radius: 7px;
    transition: .4s;
    border: 1px solid #CA2E55;
}

.site-btn-grup {
    margin-top: 60px;
    padding-bottom: 3rem;
}

.site-btn-grup a {
    margin-right: 10px;
}

.site-btn:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

.site-btn.invert {
    background: none;
    color: #CA2E55;
}

.site-btn.invert:hover {
    color: #ffff;
}

.header-navigator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.header-navigator {}

.site-logo img {
    max-width: 300px;
}

.site-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.site-menu li {
    display: inline-block;
}

.site-menu li a {
    color: #CA2E55;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
    border-right: 1px solid #CA2E55;
    transition: .3s;
}

.site-menu li:last-child a {
    border: none;
}

.site-menu li a:hover {
    color: #fff;
}

.rating-area {
    background: #EBEBEB;
    padding: 80px 0px;
}

.rating-inner {
    scale: d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-txt p {
    font-size: 24px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 1.5;
}

.rating-txt p span {
    display: block;
}

.rating-txt p b {
    font-weight: bold;
}

.rating-icon ul {
    margin: 0;
    padding: 0;
}

.rating-icon li {
    display: inline-block;
    margin: 0 5px;
    font-size: 34px;
}

.rating-icon li i {
    color: #D6D6D6;
}

.rating-icon li {}

.rating-icon li.active i {
    color: #fbd92d;
}

.rating-icon p {
    font-size: 20px;
    color: #CA2E55;
    font-weight: 400;
    margin-top: 5px;
}

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

.rating-icon p {
    font-size: 20px;
    color: #CA2E55;
    font-weight: 400;
    margin-top: 5px;
}

ul#moyen li{
  border: 1px solid #CA2E55;
  border-radius: 7px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: inline;
  text-align: center;
  padding: 2px ;
  margin: 0;
  width: 19%;
}

.email-area {
  background: #EBEBEB;
  padding: 80px 0px;
}

.email-inner {
  scale: d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email-txt p {
  font-size: 24px;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 1.5;
}

.email-txt p span {
  display: block;
}

.email-txt p b {
  font-weight: bold;
}

.overview-inner {
    display: flex;
    justify-content: space-between;
    padding: 50px 0px;
}

.overview-area {
    background: #F5F5F5;
}

.overview-txt h2 {
    font-size: 32px;
    color: #CA2E55;
    margin-bottom: 25px;
}
h2 {
  font-size: 32px;
  color: #CA2E55;
  margin-bottom: 25px;
}

.overview-txt h2 span {
    display: block;
}

h2 {}

.overview-txt p {}

.overview-txt p {
    font-size: 20px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 1.8;
    max-width: 500px;
}

.overview-blk-form {
    z-index: 2;
    background: #fff;
    max-width: 400px;
    margin-left: auto;
    flex: 0 0 400px;
    position: relative;
    top: -88px;
    padding: 20px 30px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 0 10px #ddd;
}

.overview-blk-form h4 {
    font-size: 22px;
    color: #CA2E55;
    font-weight: bold;
    margin-bottom: 20px;
}

.overview-blk-form p {
    font-size: 20px;
    color: #7C7C7C;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
}

.overview-blk-form input {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: none;
    background: #EBEBEB;
    padding: 10px 30px;
    font-size: 20px;
    color: #707070;
    margin-top: ;
    margin-bottom: 10px;
}

.overview-blk-form a {
    display: block;
}

.overview-blk-form h4 span {
    display: block;
}

.overview-blk-form .site-btn {
    display: block;
    width: 100%;
}

.overview-blk-form .site-btn:hover {
    border: 1px solid #CA2E55;
    color: #CA2E55;
}

.overview-txt {
    padding-right: 30px;
}