:root {
  --text-primary-color: #051923;
  --primary-color: #8338ec;
  --secondary-color: #89fc00;
  --accent: #89fc00;
  --secondary-color-tr: rgba(137, 252, 0, 0.9);
  --dark-color: #051923;
  --dark-color-tr: rgba(5, 25, 35, 0.9);
  --third-color: #eeedfe;
  --light-grey: #f6faff;
  --light-purple: rgba(238, 237, 254, 0.2);
  --footer-color: #051923;
  --border-color: #000;
  --border-color-focus: #89fc00;
  --placeholder-color: #000000;
  --green: #04e762;
  --wht: #fff;
  --org: #ff6d00;
  --red: red;
  --card-bg: rgba(17, 31, 98, 0.85);
}
/*Wm*/

body {
  overflow-x: hidden;
  font-family: "Archivo", sans-serif !important;
}

* {
  font-family: "Archivo", sans-serif !important;
}

.alt {
  background-color: #fbf8ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px !important;
}

.blocavantage img {
  height: 120px;
  margin-bottom: 30px;
}

.orias {
  background-color: #0f054c;
  padding: 30px 0px;
}

.orias p {
  font-size: 16px;
  color: #fff;
}

footer {
  background-color: #07002d;
  padding: 20px 0px;
}

footer img {
  height: 80px;
  margin-bottom: 30px;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #ff5e7c;
}

footer font {
  color: #fff;
}

.hero-txt {
  padding: 50px 0px;
  margin-bottom: 50px;
}

.hero-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.elt-flx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#formulaire {
  -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
  background-color: #fff;
  border-radius: 20px;
}

#subs {
  padding: 50px 0px 90px 0px;
  display: flex;
  flex-direction: column;
}

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

.txt-wrapper {
  background-color: #fbfbfb;
  border-radius: 20px 0px 0px 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 500px);
  padding: 60px 30px;
}

.alert {
  margin: 0px;
}

.txt-wording {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.txt-wording h3 {
  margin: 0px;
  color: #000;
}

.txt-wording p {
  color: #666;
  font-size: 19px;
  margin: 0;
  white-space: break-spaces;
}

.pd-70 {
  padding: 70px 0px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-40 {
  margin-bottom: 40px;
}

.elt {
  height: 225px;
  margin-top: -169px;
}

.frm-wd {
  width: 500px;
}

.logo-wrp img {
  height: 80px;
}

/*Wm*/
.intro-parallax {
  background-position: center center;
  background-repeat: repeat;
}

#subs {
  background-image: url(../img/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#features {
  background-image: url(../img/bg2.jpg);
}

#call-to-action {
  background-image: url(../img/bg1.png);
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

a:hover {
  color: #444;
  text-decoration: none;
}

a:focus {
  color: #f8f8f8;
  outline: none;
  border: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
  margin-bottom: 70px;
}

.titlebar h1 {
  color: #000;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 5px;
}

.titlebar p {
  color: #666;
  font-size: 18px;

  font-weight: 300;
}

/* ==========================================================================
   02. INTRO
   ========================================================================== */

#subs {
  color: #fff;
}

/*------------------------------------------*/
/*	 Header
/*------------------------------------------*/

#header {
  margin-bottom: 80px;
}

#header img {
  padding: 0 15px;
}

/*------------------------------------------*/
/*	 Header Social Icons  
/*------------------------------------------*/

.social-icons {
  display: inline-block;
}

.social-icons li {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  line-height: 70px;
}

.he_social {
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.he_social:hover {
  color: #fff;
  opacity: 0.7;
}

.ico-facebook {
  background-color: #3b5998;
  color: #f8f8f8;
}
.ico-twitter {
  background-color: #00a9ed;
  color: #f8f8f8;
}
.ico-google-plus {
  background-color: #cd1111;
  color: #f8f8f8;
}
.ico-linkedin {
  background-color: #015886;
  color: #f8f8f8;
}
.ico-dribbble {
  background-color: #d92d84;
  color: #f8f8f8;
}
.ico-instagram {
  background-color: #beb3a8;
  color: #f8f8f8;
}
.ico-pinterest {
  background-color: #ac281a;
  color: #f8f8f8;
}
.ico-dropbox {
  background-color: #008ad2;
  color: #f8f8f8;
}
.ico-skype {
  background-color: #00a9ed;
  color: #f8f8f8;
}
.ico-youtube {
  background-color: #cd1b20;
  color: #f8f8f8;
}
.ico-tumblr {
  background-color: #3a5976;
  color: #f8f8f8;
}
.ico-vimeo {
  background-color: #00adee;
  color: #f8f8f8;
}
.ico-flickr {
  background-color: #d2d2d2;
  color: #f8f8f8;
}
.ico-github {
  background-color: #222;
  color: #f8f8f8;
}
.ico-renren {
  background-color: #364a83;
  color: #f8f8f8;
}
.ico-vk {
  background-color: #3b5998;
  color: #f8f8f8;
}
.ico-xing {
  background-color: #015f5e;
  color: #f8f8f8;
}
.ico-weibo {
  background-color: #be4443;
  color: #f8f8f8;
}
.ico-rss {
  background-color: #ff6600;
  color: #f8f8f8;
}

/*------------------------------------------*/
/*	  Intro Section Description
/*------------------------------------------*/

#subs_description h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

.intro_feature {
  margin-bottom: 20px;
}

.intro_feature h4 {
  font-weight: 600;
}

.intro_feature i {
  margin-right: 5px;
}

.intro_feature p {
  font-size: 16px;

  font-weight: 400;
  padding-left: 25px;
}

/*------------------------------------------*/
/*	  Intro Section Button
/*------------------------------------------*/

.intro_button {
  margin-top: 60px;
}

/*------------------------------------------*/
/*	  Register Form
/*------------------------------------------*/

#subs_form {
  padding-left: 100px;
}

.form_register {
  width: 100%;
  background: rgba(120, 120, 120, 0.45);
  margin: 0 auto;
  padding: 50px 20px 50px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.form_register h2 {
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
  height: 46px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
  color: #444;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.form_register textarea {
  min-height: 140px;
}
@media screen and (max-width: 767px) {
  #photocoffre {
    display: none !important;
  }
}
/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
  color: #fc0000;
  font-size: 13px;
  margin-bottom: 20px;
}

/* ==========================================================================
   03. ABOUT
   ========================================================================== */

#about-1 {
  padding: 70px 0px;
  border-bottom: 1px solid #ddd;
}

#about-2 {
  padding-top: 70px;
  padding-bottom: 80px;
}

#about-1 .titlebar {
  margin-bottom: 70px;
}

#about-1 h4,
#about-2 h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

/*------------------------------------------*/
/*	  About-1 Text
/*------------------------------------------*/

#about-1-text {
  padding-right: 35px;
}

/*------------------------------------------*/
/*	  Accordion
/*------------------------------------------*/

#accordion_holder {
  margin-top: 40px;
}

.accordion {
  margin-bottom: 40px;
}

#text_1,
#text_2,
#text_3,
#text_4 {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  margin: 3px 0;
  cursor: pointer;
}

.accordion a {
  color: #666;
  font-size: 16px;

  font-weight: 400;
  line-height: 26px;
  padding: 10px 40px 10px 15px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  background: rgba(170, 170, 170, 0.15) url(../img/icons/open.png) no-repeat
    center right;
}

.accordion li.active > a {
  background: rgba(170, 170, 170, 0.15) url(../img/icons/close.png) no-repeat
    center right;
  color: #151515;
  box-shadow: none;
}

/*------------------------------------------*/
/*	  Accordion Answer
/*------------------------------------------*/

.accordion li div {
  background: #fff;
  line-height: 22px;
  padding: 10px 10px;
  margin-bottom: 5px;
  display: block;
  clear: both;
  float: left;
}

/*------------------------------------------*/
/*	 Video Holder
/*------------------------------------------*/

#video_holder p {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/

.video-block {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 20px;
  margin-top: 20px;
  height: 0;
  overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*------------------------------------------*/
/*	 About-2 Text
/*------------------------------------------*/

#about-2-text {
  padding-left: 60px;
}

/*------------------------------------------*/
/*	  Quote
/*------------------------------------------*/

#quote_holder {
  margin-top: 40px;
}

.quote-text {
  background: rgba(170, 170, 170, 0.15);
  border-left: none;
  color: rgba(85, 94, 106, 0.8);
  font-style: italic;
  line-height: 25px;
  margin: 0 0 30px 0;
  padding: 26px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
  -moz-box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
  box-shadow: 0 3px 0 rgba(182, 196, 209, 0.3);
}

.quote-text:before {
  border: 14px solid transparent;
  z-index: 3;
  border-top-color: #f2f2f2;
  top: auto;
  right: auto;
  bottom: -28px;
  left: 30px;
}

.quote-text:after {
  border: solid 14px transparent;
  z-index: 2;
  border-width: 18px;
  border-top-color: rgba(182, 196, 209, 0.3);
  top: auto;
  right: auto;
  bottom: -36px;
  left: 26px;
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
}

.quote-text a {
  color: #8c989e;

  font-weight: 400;
}

.quote-text a:hover {
  text-decoration: none;
}

.flexslider .slides img {
  float: left;
  margin-right: 15px;
  margin-left: 6px;
  width: 75px;
  box-shadow: 0 0 5px rgba(140, 140, 140, 0.8);
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}

.quote-author {
  display: inline-block;
  font-size: 13px !important;
  line-height: 65px !important;
}

/* ==========================================================================
   04. FEATURES
   ========================================================================== */

#features {
  padding-top: 60px;
  padding-bottom: 30px;
}

/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
  margin-bottom: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
  background-color: #666;
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 30px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
}

/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
  padding-left: 70px;
}

.feature-box-content h4 {
  font-weight: 700;
}

/* ==========================================================================
   05. FAQs
   ========================================================================== */

#faq {
  padding-top: 60px;
  padding-bottom: 50px;
}

/*------------------------------------------*/
/*	  FAQs Titlebar
/*------------------------------------------*/

#faq .titlebar {
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
  margin-bottom: 20px;
}

.question h4 {
  font-weight: 600;
}

.question p {
  color: #666;
}

/* ==========================================================================
   06. CLIENTS
   ========================================================================== */

#clients {
  padding-top: 60px;
  padding-bottom: 80px;
  border-top: 1px solid #ddd;
}

#clients-titlebar {
  position: relative;
}

/*------------------------------------------*/
/*	 Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
}

.customNavigation .btn {
  padding: 4px 10px;
}

.customNavigation i {
  font-size: 20px;
  color: #fff;
}

/* ==========================================================================
   07. CALL TO ACTION
   ========================================================================== */

#call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

#call-to-action h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  padding: 0 15%;
  margin-bottom: 15px;
}

#call-to-action p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

#call-to-action h5 {
  color: #c349a3;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 20px;
}

#call-to-action img {
  height: 120px;
  margin-bottom: 30px;
}

/* ==========================================================================
   08. FOOTER
   ========================================================================== */

#footer {
  background-color: #1a1e23;
  padding: 60px 0 40px;
}

/*------------------------------------------*/
/*	 Footer Navigation 
/*------------------------------------------*/

.footer-nav li {
  float: left;
  padding: 5px 10px 10px;
}

.footer-nav li a {
  color: #999;
  font-size: 15px;
}

.footer-nav li a:hover {
  color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/

#footer_copy p {
  color: #666;
  font-size: 13px;

  margin-left: 10px;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

#footer_icons {
  margin: 3px 0;
}

.footer-socials {
  display: inline-block;
}

.footer-socials li {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  line-height: 70px;
}

.foo_social {
  width: 34px;
  height: 34px;
  text-align: center;
  color: #1a1e23;
  font-size: 18px;
  line-height: 34px;
  margin: 0 5px;
  background-color: #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover {
  background-color: #3b5998;
  color: #f8f8f8;
}
.ico-twitter:hover {
  background-color: #00a9ed;
  color: #f8f8f8;
}
.ico-google-plus:hover {
  background-color: #cd1111;
  color: #f8f8f8;
}
.ico-linkedin:hover {
  background-color: #015886;
  color: #f8f8f8;
}
.ico-dribbble:hover {
  background-color: #d92d84;
  color: #f8f8f8;
}
.ico-instagram:hover {
  background-color: #beb3a8;
  color: #f8f8f8;
}
.ico-pinterest:hover {
  background-color: #ac281a;
  color: #f8f8f8;
}
.ico-dropbox:hover {
  background-color: #008ad2;
  color: #f8f8f8;
}
.ico-skype:hover {
  background-color: #00a9ed;
  color: #f8f8f8;
}
.ico-youtube:hover {
  background-color: #cd1b20;
  color: #f8f8f8;
}
.ico-tumblr:hover {
  background-color: #3a5976;
  color: #f8f8f8;
}
.ico-vimeo:hover {
  background-color: #00adee;
  color: #f8f8f8;
}
.ico-flickr:hover {
  background-color: #d2d2d2;
  color: #f8f8f8;
}
.ico-github:hover {
  background-color: #222;
  color: #f8f8f8;
}
.ico-renren:hover {
  background-color: #364a83;
  color: #f8f8f8;
}
.ico-vk:hover {
  background-color: #3b5998;
  color: #f8f8f8;
}
.ico-xing:hover {
  background-color: #015f5e;
  color: #f8f8f8;
}
.ico-weibo:hover {
  background-color: #be4443;
  color: #f8f8f8;
}
.ico-rss:hover {
  background-color: #ff6600;
  color: #f8f8f8;
}

/*------------------------------------------*/
/*	 Footer Newsletter Form
/*------------------------------------------*/

.subscribe-form {
  margin: 5px auto 0;
  position: relative;
  z-index: 10;
  width: 90%;
}

#newsletter_form p {
  color: #666;
  font-size: 13px;
  line-height: 16px;

  text-align: center;
  margin-top: 10px;
}

.subscribe-input {
  width: 68%;
  height: 30px;
  background-color: #aaa;
  color: #ddd;
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  border: none;
}

.subscribe-submit {
  width: 32%;
  height: 30px;
  background: #383e46;
  color: #fff;
  font-size: 12px;

  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  cursor: pointer;
  outline: 0;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset,
    0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.subscribe-submit:active {
  outline: 0;
}

.subscribe-submit:hover {
  background: #428bca;
}

/* ==========================================================================
   09. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-image: url(../img/icons/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(123, 123, 123, 0.65);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear;
}

#scrollUp:hover {
  background-color: #ff5e7c;
}

nav a#pull {
  display: none;
}
