a:hover {
  text-decoration: none; }

.main_container {
  box-shadow: rgba(0, 0, 0, 0.35) 8px 8px 30px 0px;
  padding: 6rem 10rem; }

.md_group {
  position: relative;
  margin: 45px 0; }
  .md_group input,
  .md_group textarea {
    background: none;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
    color: #1d1d1d;
    box-shadow: none !important; }
  .md_group input:focus,
  .md_group textarea:focus {
    outline: none; }
  .md_group input:focus ~ label, .md_group input:valid ~ label,
  .md_group textarea:focus ~ label,
  .md_group textarea:valid ~ label {
    top: -14px;
    font-size: 16px;
    color: #ED2B21; }
  .md_group input:focus ~ .bar:before,
  .md_group textarea:focus ~ .bar:before {
    width: 100%; }
  .md_group input[type="password"] {
    letter-spacing: 0.3em; }
  .md_group label {
    color: rgba(115, 119, 127, 0.7);
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
    font-weight: 700; }
  .md_group .bar {
    position: relative;
    display: block;
    width: 100%; }
  .md_group .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #ED2B21;
    transition: 300ms ease all;
    left: 0%; }

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto; }

.ze_button {
  padding: 34px;
  border-radius: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 90%;
  outline: none;
  letter-spacing: 3px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  -webkit-transition: background .3s ease,color .3s ease,border-color .3s ease;
  transition: background .3s ease,color .3s ease,border-color .3s ease;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  background-image: none;
  white-space: nowrap;
  font-weight: 400;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ED2B21;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important; }
  .ze_button span {
    display: block; }

label {
  color: rgba(115, 119, 127, 0.7);
  font-weight: bold; }

.radios input[type=radio] {
  opacity: 1;
  display: block;
  width: 100%;
  height: 30px;
  opacity: 0;
  cursor: pointer;
  position: absolute; }

.radios .radiobtn {
  width: 16%;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  text-align: center;
  padding: 10px;
  padding-left: 0; }

.radios label {
  border: 1px solid darkgray;
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  font-weight: 400;
  padding: 0.2rem;
  cursor: pointer;
  font-weight: bold !important;
  color: #ED2B21; }

.radios input[type="radio"]:checked + label {
  background-color: #ED2B21;
  color: white !important;
  border: none; }
  .radios input[type="radio"]:checked + label span {
    color: white !important; }

.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.btn-group {
  margin-top: 40px; }
  .btn-group .btn {
    display: inline-block;
    width: 180px;
    height: 70px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #ED2B21 !important;
    margin: 4rem;
    border: none; }
    .btn-group .btn:hover {
      color: black; }

.country_select {
  position: absolute;
  top: 10px;
  width: 100%;
  border: none;
  background: #0000;
  z-index: 10;
  padding-left: 5px;
  outline: none;
  font-size: 17px; }

.btn-group > .btn:first-child {
  margin-left: 4rem; }

#search {
  margin: 0 auto;
  border-radius: 5px;
  z-index: 100;
  max-width: 100%;
  width: 540px;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.34);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.34);
  background-color: #fff;
  border: 1px solid #ED2B21;
  margin-bottom: 6rem;
  position: relative;
  border-radius: 35px; }

#search input {
  margin: .8rem 0;
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  width: 100%;
  padding: 1rem 3rem;
  border-radius: 35px; }

#search .search_button {
  position: absolute;
  right: 10px;
  top: 6px;
  background: #ED2B21;
  display: block;
  padding: 1rem 5rem;
  color: #fff;
  border-radius: 35px;
  cursor: pointer; }

#search ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 57px;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.34);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.34);
  width: 90%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 400px;
  overflow: auto;
  background: #fff;
  margin-left: 5%;
  padding: 0; }

#search ul li {
  padding: 1.2rem 1rem 1.2rem 3rem;
  border-top: 1px solid #c8c8c8;
  cursor: pointer;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 90%; }

#search ul li:hover {
  background-color: #e6e6e6; }

.img img {
  width: 100%; }

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  background: none repeat scroll 0 0 #fff;
  border: 2px solid #000;
  box-shadow: none;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: black;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300; }

.file-upload-wrapper:before {
  content: 'telechargez';
  position: absolute;
  top: 8px;
  right: 9px;
  display: inline-block;
  height: auto;
  background: #ED2B21;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 14px;
  line-height: normal;
  pointer-events: none;
  border-radius: 10px;
  padding: 10px 30px; }

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%; }

.le_list {
  width: 630px;
  max-width: 100% !important;
  display: block;
  white-space: normal;
  line-height: 24px; }
  .le_list div.zizi {
    display: inline-block;
    width: 100%;
    margin-bottom: 0rem !important;
    font-size: 115% !important;
    margin-bottom: 1rem !important;
    display: block !important;
    padding: 1rem !important; }

.home-slider .tp-caption b {
  color: black !important; }

.benefits_grid ul {
  font-size: 140%;
  margin-top: 2rem; }
  .benefits_grid ul li {
    margin-bottom: 2rem; }

.icon-box img {
  margin: 12%;
  width: 70%; }

@media (min-width: 1024px) {
  .search_container {
    position: absolute;
    top: 450px;
    z-index: 10000; } }
@media (min-width: 1204px) {
  .home-portfolio-navigation a {
    display: none !important; } }
@media (max-width: 1024px) {
  .search_container {
    position: static;
    background-color: #d8efe9;
    padding: 1.4rem; }
    .search_container #search {
      margin-bottom: 0; }

  .main_container {
    padding: 6rem 3rem; } }
.featcontent {
  font-size: 16px; }

.home_mobile > .forcefullwidth_wrapper_tp_banner {
  height: 100vh !important; }

#rev_slider_5_2_wrapper {
  height: 100vh !important; }

@media only screen and (max-width: 991px) {
  .le_list div.zizi {
    margin-bottom: 0rem !important;
    position: relative;
    margin-top: 0rem !important;
    line-height: 22px !important;
    padding: 2.3rem !important; } }
@media (max-width: 767px) {
  .home_mobile .download-app.btn .preface, .home_mobile .download-app.btn .content, .home_mobile .download-app.btn .fa {
    color: white; }

  .download-app.btn .preface, .download-app.btn .content, .download-app.btn .fa {
    color: black; }

  .download-app.btn {
    border-color: black; }

  .md_group {
    margin: 5px 0 !important;
    margin-bottom: 24px !important; }

  .radios.radios .radiobtn {
    width: 100%;
    padding-bottom: 0; }
  .radios.radios label {
    padding: 0.8rem; } }

/*# sourceMappingURL=extra.css.map */
