/* Body
---------------------------------------- */
*{ outline:none !important;}
body{ margin:0; padding:0; color:#000; font-family: "Poppins", sans-serif;  }
body, html{ height:100%;}


/* Site Tools
---------------------------------------- */
span, i, strong {
  display: inline-block;
}

img, object, video { max-width: 100%; height: auto; display:block;}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

p { font-size: 14px; line-height: 25px;}

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

/* Headings
---------------------------------------- */

h1, .main-title {
    font-size: 6.9vw;
    line-height: 6.9vw;
    margin-bottom: 30px;
    font-weight: 900;
    

}

h2, .second-title  {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}

h3 {
  font-size: 26px;
}

h4, .third-title  {
  font-size: 20px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
  font-weight: normal;
}






/* ------------------------------------------------------------------------------- */
/*  1. LINK & BUTTON
/* ------------------------------------------------------------------------------- */
a:hover {text-decoration: none; color: #37ed89;}

.action {
  margin-top: 30px;
  display: table;
  position: relative;
  vertical-align: middle;
}

.action > a {
  background: #37ed89;
  color: #000;
  border: 2px solid #37ed89;
  font-size: 14px;
  font-weight: 500;
padding: 8px 24px;
-webkit-animation-duration: 3s;
border-radius: 40px;
}

.action > a:hover {
background: #fff;
border: 2px solid #37ed89;
color: #37ed89;
text-decoration: none;
}




a.link {color: #eb1c3b; font-weight: normal; position: relative;}

a.link::before {
    background: #eb1c3b;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right center 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 100%;
}

a.link:hover::before {
transform: scale(1, 1);
    transform-origin: right center 0;
}


.list-element{ margin-bottom: 30px; }
.list-element li{  color: #010101 ; margin-bottom: 14px;}
.list-element .bullet {
background: #37ed89;
  display: inline-block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  width: 10px;
  height: 10px;
}


/* ------------------------------------------------------------------------------- */
/*  X. Modal 
/* ------------------------------------------------------------------------------- */


#box{ width: 100%; height : 100%; /* display:none; */ color: #000; position: fixed; top: 0; z-index: 50;}
#mask {position:absolute; top: 0;left: 0; z-index: 10; background-color:#37ed89; width: 100%; height: 100%; opacity: 0.97;}
#dialog { position: relative; z-index: 20; height: 100%; }
#dialog .text{ color: #000; background:#fff; width: 400px; height: 200px; border: 4px solid #37ed89;

    left: 34%;
    position: absolute;
    text-align: center;
    top: 35%;
    letter-spacing: 10px;
    padding: 18px;
    font-size: 25px;
}


#dialog a.close-modal{ color: #c72025; display: block; font-size: 24px; height: 30px; position: absolute; right: 6%; text-align: center;
    top: 15%; width: 30px; z-index: 40; }


/* ------------------------------------------------------------------------------- */
/*  X. Liste Icon 
/* ------------------------------------------------------------------------------- */

.list-icon li{  color: #010101 ; margin-bottom: 14px; list-style-type: none;}
.list-icon .square {
background: #fff;
border: 1.5px solid #000;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  padding: 6px 0;
  width: 25px;
  height: 25px;
}


.list-icon .square i{
  color: #fe74f8;
  display: block;
  font-size: 15px;
  line-height: 10px;
}

.list-icon .circle {
background: #fff;
border: 2px solid #f40000;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 9px 0;
  width: 30px;
  height: 30px;
}



.list-icon .circle i{
  display: block;
  font-size: 15px;
  line-height: 10px;
  font-weight: bold;
  font-style: normal;
}

.list-icon .include.circle {
background: #9ffbc8;
  border: 2px solid #9ffbc8;
}

.list-icon .not.circle {
background: #e4e4e4;
border: 2px solid #e4e4e4;
}

.list-icon .include.circle i{
  color: #000;
}

.list-icon .not.circle i{
  color: #909090;
  font-weight: 600;
}


.list-icon .none {
  display: inline-block;
  text-align: center;
  line-height: 23px;
  padding: 6px 0;
  width: 25px;
  height: 25px;
}


.list-icon .none i{
  color: #fe74f8;
  display: block;
  font-size: 15px;
  line-height: 10px;
}





/* Header
---------------------------------------- */
header{ background:#fff; position:fixed;
    top:0;
    left:0;
    transition: height 500ms, background 500ms;
    width:100%;
    z-index: 100;
    padding-top: 12px; 
}


header .logo { display: block; width: 100%; }

header #logged { float:right; margin-top: 12px;}



header #logged li {
  padding: 0;
  line-height: 30px;
  margin-left: 12px;
}

header #logged .login a{
color: #000;
  border-bottom: 2px solid #37ed89;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  -webkit-animation-duration: 3s;
  display: inline-block;
  line-height: 22px;
}



header #logged .login a:hover {
text-decoration: none;
border-bottom: 2px solid transparent;
}

header #logged .register a{
  background: #37ed89;
  color: #000;
  border: 2px solid #37ed89;
  font-size: 14px;
  font-weight: 600;
padding: 0 16px;
-webkit-animation-duration: 3s;
border-radius: 40px;
}

header #logged .register a:hover {
background: #fff;
border: 2px solid #37ed89;
color: #37ed89;
text-decoration: none;
}



header .menu-bar { }
header .menu-bar ul{ }
header .menu-bar ul li{ display:inline-block; padding: 0 10px; line-height: 62px;}
header .menu-bar ul li.page_item_has_children{ display: none;}
header .menu-bar ul li a{color: #121212;  font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;}
header .menu-bar ul li a:hover, header .menu-bar  ul li.current-menu-item a{  color: #37ed89;  text-decoration: none;}

header .tiny { border: 1px solid #ddd;
  border-radius: 30px;
  box-shadow: 0 1px 25px -5px rgba(0, 0, 0, 0.1),0 8px 10px -6px rgba(0, 0, 0, 0.1);  padding-left: 2px; padding-right: 6px;}
header .tiny .menu-bar ul li{ line-height: 36px;}

header .menu-icon { color: #000; font-size: 32px; padding-right: 4px; display: none; margin-top: -2px; position: absolute;
    right: 0;
    top: 0;}
header .menu-icon a{ display: block; color: #000; text-decoration: none; }
header .menu-icon a:hover{ color: #37ed89; }





/* Side Panel
---------------------------------------- */
.side-panel { width: 48px; display: none;}
.side-panel-left { left: 0;}
.side-panel { position: fixed; top: 0; z-index: 210; height: 330px; background: #fff;}
.side-panel-text { display: block; font-size: 1.3rem; font-weight: bold; left: 50%; letter-spacing: 0.14em;
padding-bottom: 0.2rem; position: absolute; text-align: center; text-transform: uppercase;
top: 50%; transform: translateX(-50%) translateY(-50%) rotate(-90deg); width: 224px;}
.portfolio-tagline { background-color: #1e81cc; padding: 1% 35px 10%; text-align: center; font-family: 'Playfair Display SC', serif; }
.portfolio-tagline h2 { margin: 0 auto; width: 75%; line-height: 1.7em; font-weight: 400 !important;}


/* Home Blog Section
---------------------------------------- */
.blog-part { position: relative;}

.articles.blog-part .post {
    padding-bottom: 3px;
    padding-top: 55px;
}

.articles.blog-part .post:first-child {
    padding-top: 0;
}


.blog-part .pub {
position: sticky;
    right: 0;
    top: 50px;
    padding-bottom: 50px;
}

.blog-part a{ color: #121212; }
.blog-part a:hover{ color: #eb1c3b; }
.blog-part .feat-item {
    padding-left: 0;
    padding-right: 0; }
.blog-part .feat-small {
    margin-bottom: 42px;
    padding-left: 0;
    padding-right: 0;
    height: 300px;
}


.blog-part .feat-overlay {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 90px 0 30px;
    position: absolute;
    text-align: center;
    width: 100%;
    
}

.blog-part .feat-overlay h5{ color: #fff;}

.blog-part .feat-item h5{ font-size: 32px; padding: 0 20px;}
.blog-part .feat-small h5{ font-size: 22px; font-weight: normal; padding: 0 10px; }


/* Nav Holder
---------------------------------------- */
#menu-holder { background-color: #fbfbfb; bottom: 0; left: 0; overflow: scroll; padding: 8.2rem 2rem 2rem;
position: fixed; right: 0; text-align: center; top: 0; transition: visibility 0s ease 0.36s, opacity 0.36s ease 0s;
z-index: 200; height: 100%; visibility: hidden; opacity: 0;}
#menu-holder.shown {
    opacity: 1;
    transition: opacity 0.36s ease 0s;
    visibility: visible;
}

#menu-holder ul{ font-size: 30px;  line-height: 1.1em; font-weight: 400;}
#menu-holder ul > li::before { background-color: #e5e5e5; content: ""; display: block; height: 2.1rem; margin: 0.7rem auto;
width: 1px;}
#menu-holder ul li.page_item_has_children{ display: none;}
#menu-holder ul li a{color: #000; font-size:30px; }
#menu-holder ul li a:hover, #menu-holder ul li.current-menu-item a{  color: #eb1c3b; }



/* ------------------------------------------------------------------------------- */
/*  1. Login
/* ------------------------------------------------------------------------------- */
#login #fls_submit  {
  background: #37ed89;
  color: #fff;
  border: 2px solid #37ed89;
  font-size: 14px;
  font-weight: bold;
padding: 15px 30px;
-webkit-animation-duration: 3s;
border-radius: 14px;
}

#login #fls_submit:hover {
background: #fff;
border: 2px solid #37ed89;
color: #000;
text-decoration: none;
}

.fcom_side_footer a { display: none; }

/* ------------------------------------------------------------------------------- */
/*  3. Home 
/* ------------------------------------------------------------------------------- */
#main-pic{ width: 100%; overflow: hidden; position: relative; padding-top: 40px;}

.intro-content{
    color: #fff;
    line-height: 1.1em;
    /* max-width: 800px; */
    z-index: 12;
    position: relative;
    min-height: 55.5em;
    align-items: center;
    z-index: 1;
}

.intro-content .slogan{padding-top: 120px;}
.intro-content .slogan.page {padding-top: 90px;}
.intro-content h1{color: #fff; margin-top: 5px; text-transform: uppercase;}


.intro-content .slogan.page h1 {
    color: #000;
}

.intro-content h5{color: #000; text-transform: uppercase; margin-bottom: 0; letter-spacing: 1px; font-weight: normal; font-size: 17.5px; padding-bottom: 12px;}
.intro-content h1 span {font-weight: bold;}
.intro-content .slogan.page h1 span {color: #37ed89; }

#main-pic .home-mobile{ display: none;}
#main-pic img{ width: 100%; position: relative; top : 0;}
#slideshow li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height:100%;
    width:100%;
}

#slideshow li.active {
    z-index:10;
    opacity:1.0;
}

#slideshow li.last-active {
    z-index:9;
}

#slideshow img{ display: table;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

#slideshow video{ 
  display: table;
  margin: 0 auto;
    margin-top: 0px;
  text-align: center;
  vertical-align: middle;
  max-width: 660px;
  width: 660px;
  margin-top: 300px;
  border-radius: 40px;
  position: relative;
  z-index: 50000;
}



/* QUOTE */
.offer {
  padding-top: 30px;
  text-align: left;
}

.offer img{
  box-shadow: 0 0 9px 3px #0000000a;
  border: 2px solid #e6e6e6;
}


.offer h2{
    color: #000;
    line-height: 22px;
}


.action > .btn {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 35px;
    color: #fff;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 0.06em !important;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 12px;
    float: right;
}

.action > .btn:hover {
    color: #ff4941;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0) !important;
    color: #fff !important;
}


/* Page
-------------------------------------------------------------- */
#content .page.container{ padding-top : 90px; }
#content .page.container h1{ margin-bottom: 15px;}
#content .page.container h3{ margin-top: 5px; margin-bottom: 70px;}




/* New ---------------------------------------- */
.avatar {border-radius: 50%; }


.registerForm { max-width:600px; margin:40px auto; font-family: system-ui, sans-serif; }
.registerForm .hero {
  padding-top: 12.5rem;
}
.registerForm .hero span{
  font-weight: normal;
}
.registerForm .hero p{
  color: #707071;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
}

.registerForm .hero h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}

.registerForm .step { display:none; }
.registerForm .step.active { display:block; animation: fadeIn 0.3s ease-in-out; }
@keyframes fadeIn { from {opacity:0;} to {opacity:1;} }

.registerForm input[type="text"], .registerForm input[type="email"], .registerForm input[type="password"], input[type="file"] {
    width:100%; padding:10px; margin-top:5px; border:1px solid #ccc; border-radius:4px;
}
.registerForm button {
  background: #37ed89;
  color: #000;
  padding: 10px 20px;
  border: 2px solid #37ed89;
  border-radius: 30px;
  cursor: pointer;
}
.registerForm button:hover { background:#fff; border: 2px solid #37ed89; color: #37ed89;}
.registerForm button[disabled] { opacity:0.6; cursor:not-allowed; }

.registerForm .form-nav { margin-top:20px; display:flex; justify-content:space-between; }

/* === Barre de progression === */
.registerForm .progress-container {
    background:#e9ecef; border-radius:10px; height:12px; width:100%; margin-bottom:25px; overflow:hidden;
}
.registerForm .progress-bar {
    height:100%; width:0%; background:#37ed89; border-radius:10px; transition:width 0.4s ease;
}



/* Fluent Form
-------------------------------------------------------------- */

#content  .ff-t-cell.ff-t-column-2 {
background: #e9e9ed;
  padding: 20px 25px;
  border-radius: 20px;
  margin-bottom: 40px;
}


#content  .ff-t-cell.ff-t-column-2 a, #content  .ff-t-cell.ff-t-column-2 a span {
color: #37ed89 !important;
  font-weight: 500;
  text-decoration: underline;
}


#content  .ff-t-cell.ff-t-column-2 label{
  font-weight: normal;
}

#content  .ff-t-cell.ff-t-column-2 .ff-el-form-control, #content  table.input_items_table, #content  .ffp_table thead { background: #fff;}


#content  .ff-t-cell.ff-t-column-2 .paymentmethod {
    background: rgba(0, 0, 0, 0) url("images/credit_cards.png") ;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 5px;
height: 36px;
  max-width: 223px;
  width: 100%;
  margin-left: auto;
}


#content .ff-el-group .ff-btn {
  background: #37ed89;
  color: #fff;
  border: 2px solid #37ed89;
  font-size: 14px;
  font-weight: bold;
padding: 15px 30px;
-webkit-animation-duration: 3s;
border-radius: 40px;
}

#content .ff-el-group .ff-btn:hover {
background: #fff;
border: 2px solid #37ed89;
color: #000;
text-decoration: none;
}


/* Pricing
-------------------------------------------------------------- */
.princing-content{ padding-top : 60px; }
.princing-content h2 { color: #000; text-align: center; }

.princing-content h2 .low-highlight {
    background-image: linear-gradient(0, #f760e6, #ff4eeb);
    background-size: 100% 30%;
    background-repeat: no-repeat;
    background-position: 0 86%;
    padding-right: 5px;
}

.princing-content .box{ background: #fff; border-radius: 15px; padding: 20px 20px; margin-top: 40px; min-height: 480px; 
  box-shadow: 0 0 9px 3px #0000000a; border: 3px solid #ff4eeb;}

.princing-content .box-no-border{ background: #fff; border-radius: 15px; padding: 20px 20px; margin-top: 40px; margin-bottom: 60px; min-height: 480px; 
  box-shadow: 0 0 9px 3px #0000000a; border: 1px solid #ddd;}

.border-zero{ padding: 20px 40px;
  margin-top: 40px;}

.princing-content .block{ border: 1px solid black; padding: 20px;}

.price { font-family: "Noto Sans", sans-serif;  margin-bottom: 30px; text-align: center; }

.princing-content .ps1{margin-top: -10px;}
.princing-content .ps2{margin-bottom: -10px; margin-top: 8px;}
.text-block-3 {font-weight: normal;}
.text-block-4 {font-size: 34px;font-weight: 900;line-height: 1.1;}
.text-block-5 {font-weight: 900; text-transform: uppercase; padding-top: 3px;}


.coupon { background: #000; color: #fff; border-radius: 30px; border: 1px solid black;}

.princing-content .box .action, .princing-content .box-no-border .action{ padding-top: 12px; display: block; text-align: center;}







.about h2 {
color: #37ed89;
padding-top: 40px;
}


.about .launch {
    font-size: 16px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
}


.about .content-wrapper {
    position: relative;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
min-height: 400px;
}

.about .section-image {
    margin-bottom: 50px;
    margin-top: 68px;
    padding-left: 0;
}



.about  .signature img{ display: table; margin: 0 auto;}

/* QUOTE */
.quote{ width:100%; color:#000; height: 100%; }
.quote .container {position:relative; z-index:3;}
.quote p{ line-height:24px; text-align:justify; }
.quote i{ font-size:50px; display:inline-block; margin:20px 0;}
.quote .word-border{ border: 1px solid #000; margin:0 10%; }
.quote .text{ background: #fff; position: relative; margin-top: -4px; margin-left: 4%;  margin-right: 4%; }
.word-footer{ background: #fff; position: relative;margin-bottom: -4px; height: 5px;}



/* ------------------------------------------------------------------------------- */
/*  X. Moi Fin
/* ------------------------------------------------------------------------------- */
.story { padding-top: 60px;}
.story .right-side {
  padding-left: 0;
  padding-right: 0;
}

.story .left-side img{ border-radius: 20px; margin-bottom: 80px;}



/* Latest Results
---------------------------------------- */
.latest-results{ background: #000 ; /* height: 100%; */width: 100%; overflow: hidden; position: relative;}
.latest-results h5{ color: #fff; text-align: center; padding-bottom: 10px;}
.latest-results .intro {top: 12%;}
.latest-results .video-container { display: table; margin: 0 auto;}


/* SERVICES LIST */
.services-list{ width:100%; /* padding-bottom: 60px; */ text-align: center;}
.services-list .head{ padding-top: 40px;}
.services-list .head h2{color:#000; }
.services-list .head h5 { color: #000;}
.services-list .col-md-3 { padding-left: 9px; padding-right: 9px;}
.services-list .box {
  background: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  margin-top: 20px;
  box-shadow: 0 0 9px 3px #0000000a;
  border: 2px solid #e6e6e6;
}


.services-list .icon-inner {
    margin-top: 12px;
background: #37ed89;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 9px 0;
  width: 40px;
  height: 40px;
}



.services-list .icon-inner i{
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  color: #fff;
}




.services-list .box.not{
background: #f5f5f5;
}

.services-list .box.not .icon-inner{
background: #cecece;
}

.services-list .box.not .icon-inner i{
  color: #909090; font-weight: bold;
}


.services-list  .box.not h4{
  color: #909090; 
}




.services-list h4{ position:relative; }
.services-list p{font-weight:300; color:#777;}
.services-list ul{ width:100%; float:left; margin:10px 0;}
.services-list ul li{ width:100%; float:left; line-height:24px; font-weight:300;}
.services-list ul li:before{content:''; width:6px; height:1px; background:#ee3643; float:left; margin-top:10px; margin-right:10px;}
.services-list .action{ display: table; margin: 40px auto 40px auto;}


/* Contact */
.contact-section .icon-wrapper {
    background-color: #f6f6f6;
    height: 2em;
    line-height: 2em;
    margin: 1.235em 0;
    position: relative;
    text-align: center;
}



.contact-section .icon {
    display: block;
    height: 25px;
    line-height: 25px;
}


.contact-section li .icon-wrapper { border-radius: 50%; display: inline-block; height: 48px; line-height: 46px; text-align: center; width: 48px;}
.contact-section .icon-wrapper i { color: #000; font-size: 20px; transition: all 0.2s ease-in-out 0s;}


.contact-section .wpcf7 input.wpcf7-submit[type="submit"] {
    position: inherit;
    margin-left: 15px;
}



/*Call  T A
    * --------------------------------------- */
.button-container {

}


a.maia-button {
    color: #fff !important;
    text-decoration: none;
}
.button-container a{
    background-color: #37ed89;
    border: 2px solid #37ed89;
    border-radius: 40px;
    font-weight: bold;
    color: #fff;
    font-size: 13px !important;
    letter-spacing: 0.06em !important;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
}

.button-container a:hover{
    background-color: #fff;
    border: 2px solid #37ed89;
    color: #000;
}

.button-subscribe:hover {
    color: #fff;
}



#main-pic .key {font-weight: 100; }
#main-pic .word {font-weight: 900; }



#content.landing, .landing section{
    padding: 0;
}

.module-cta h2 a{color: #121212;}
.module-cta h2 a:hover{color: #eb1c3b;}




.lead-part .card {
    padding-bottom: 100px;
}

.lead-part .card img{
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
}



#slideshow {
    position:relative;
    height:100%;
    background: #f5f5f5;
  padding-bottom: 100px;
}




/* ------------------------------------------------------------------------------- */
/*  X. Don
/* ------------------------------------------------------------------------------- */


#content .wpf_donation_status, #content .wpf_donation_bar_wrapper{  }


#content #stripe_form_submit_173{
    background: #37ed89 !important;
    border: 2px solid #37ed89;
    border-radius: 40px;
    font-weight: bold;
    color: #fff;
    font-size: 13px !important;
    letter-spacing: 0.06em !important;
    padding: 15px 30px !important;;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
    height: inherit;
    line-height: inherit;
}

#content #stripe_form_submit_173:hover{
    background: #fff !important;
    border: 2px solid #37ed89 !important;
    color: #000;
}

.button-subscribe:hover {
    color: #fff;
}




/* ------------------------------------------------------------------------------- */
/*  X. About
/* ------------------------------------------------------------------------------- */

.first-section {
 
}

.pitch-left-side { padding-right: 3%;}
.pitch-right-side { padding-left: 3%;}
.pitch-left-side > p, .pitch-right-side > p{ text-align: justify;}

.first-section {
 
}

.abme {
 position: relative;
 padding-top: 140px;
}


.abme .onback{ line-height: 1.1em; position: relative;
    width: 100%;}
.abme .onback > .action{ }
.abme .onback > .action::before { background-color: #e5e5e5; content: ""; display: block; height: 2.1rem; margin: 0.7rem auto;
width: 1px;}



.bg-title {
    background: rgba(0, 0, 0, 0) url("images/labo-bg.jpg") no-repeat scroll center center / cover ;
    margin-bottom: 75px;
    min-height: 400px;
    position: relative;
    text-align: center;
}

.bg-title::before {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.35) 16%, rgba(0, 0, 0, 0.35) 100%) repeat scroll 0 0;
    content: " ";
    display: block;
    height: 100%;
    max-height: 400px;
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-title .row {
    padding-top: 200px;
    position: relative;
    z-index: 1;
}

.bg-title .row .head{
    color: #fff;
     font-size: 32px;
    margin-bottom: 30px;
    font-family: 'Nunito', sans-serif;
}


.onavback::before {
    top: -90px;
}

.onavback::after, .onavback::before {
    background-color: #2f2f2f;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
}

.onavback::after {
    bottom: -90px;
}
.onavback::after, .onavback::before {
    background-color: #2f2f2f;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
}

.onavback {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}


.price-table {
    background: #fff;
    padding: 40px 0;
    position: relative;
}


.price-table .type {
    color : #eb1c3b;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: block;
}



.price-table .price {
    border-bottom: 1px solid #f8f8f8;
    font-size: 1.6em;
    line-height: 2.6em;
    margin-bottom: 20px;
    padding-bottom: 30px;
    position: relative;
    display: inline-block;
    font-family: 'Nunito', sans-serif;

}

.price-table .price b {
    color: #3d3560 !important;
    font-size: 3em;
    margin-top: -30px;
}


.price-table .description {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0 10%;
    text-align: justify;
}

.price-table .action { width : 80%; margin: 0 auto;}
.price-table .action > .button { width : 100%; text-align: center; }


.about .action { text-align: center; padding-bottom: 40px;}


/* ------------------------------------------------------------------------------- */
/*  X. Blog 
/* ------------------------------------------------------------------------------- */
/* Blog Section
---------------------------------------- */
.blog-section .inner-wrap { padding:10px 0;  margin-bottom: 3em;}
.blog-section .photo img{ width: 100%; height: 100%;}
/* .blog-section h2{ font-size: 1.15em; line-height: 1.25em; font-style: normal; font-weight: 600; margin-top: 0;} */
.blog-section h5 {
    line-height: 24.5px;
color: rgba(0, 0, 0, 0.95);
font-weight: 400;
letter-spacing: -0.035em;
height: 32px;
}


.blog-section .article-category {border-top: 1px solid #ccc;  margin-top: 30px; color: rgba(0, 0, 0, 0.7);}
.blog-section .article-category a { color: #1ca5fc; font-size: 13px; padding-top: 10px;}
.blog-section .article-category .fa {
    margin-right: 6px;
}

.blog-section .article-category .fa {
    font-size: 15.8px;
}
.blog-section .row > div:nth-child(3n+1) {clear:both }


/* Begining
---------------------------------------- */
.begin:nth-child(odd) { background:white; }
.begin:nth-child(even) { background:#eff2f4; }


/* Articles
---------------------------------------- */
.articles .second-title{
 
}

.articles .inner{
  text-align: justify;
}

.articles .pic img{
    width: 100%;
    height: 100%;
}

.articles .post{
    border-bottom : 1px solid #e5e5e5; padding: 28px 0;
    position: relative;
}

.articles .post:last-child{
    border-bottom : 0;
}

.articles .photo{
    position: relative;
    padding-left: 0;
}

.articles .post .day-post{
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #d50082, #ff096c, #ed0200, #ff3000);
    color: #fff;
    left: 0;
    padding: 5px 12px;
    position: absolute;
    top: 0;
    margin: 0;
    font-family: 'Playfair Display SC', serif;
    text-align: center;
}

.articles .post span{ display: block; font-weight: 400;}

.articles .post .day{
  font-size: 30px;
  
  line-height: 30px;
}

.articles .post .month{
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}


.articles.category .inner-wrap{ padding-left: 16px;}
.articles .articles h2{ background: #fff; color: #3d3560; width: 95%; position: relative; left: -10%;
    line-height: 1.3;
    margin: 0 0 10px; padding-left: 24px; }
.articles h2 a{ color: #3d3560; }


.articles .inner-wrap p{
   margin-bottom: 0;
}

.articles.category .inner-wrap p{
   height: 84px;
    overflow: hidden;
}

.articles .inner-wrap .action { margin-top: 16px;}



.articles .avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}


.articles .post-meta-data {
  float: none;
  /* border-top: 1px solid rgba(117, 117, 117, 0.35); */
  padding-top: 12px;
  margin-top: 12px;
}


.articles .post-title, .articles h2, .articles h3 {
    clear: both;
    padding: 18px 0;
}



.articles .post-entry {
    padding-top: 18px;
    position: relative;
}

.articles .custom-highlighter {
  font-size: 14px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}

.articles .custom-highlighter::before {
  content: '';
  position: absolute;
  height: calc( 100% - 10px);
  width: 19px;
  left: 0;
  top: 5px;
  background: #1ca5fc;
}


.articles li {
  line-height: 26px;
  margin-bottom: 16px;
}



.articles .sidebar {
    padding-right: 0;
}

.articles .sidebar  .action > .button { width : 100%; text-align: center; }


.articles .author .name{
min-height: 11em;
padding: 0;
}

.articles .author .name span{
display: table-cell;
    height: 9em;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Source Sans Pro",sans-serif;
    font-style: normal;
    font-weight: normal;
}


.articles .sidebar .avatar {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 26px;
}


.articles .sidebar .pitch {
    text-align: justify;
    padding: 2px 0 20px;
}




.articles .widget {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 45px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
}



.articles .widget-title {
  margin-bottom: 25px;
}

.articles .widget-title h5 {
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(117, 117, 117, 0.35);
}


.articles .inner h2 {
    background: inherit;
    color: #3d3560;
    left: inherit;
    line-height: 1.3;
    margin: inherit;
    padding-left: inherit;
    position: relative;
    width: inherit;
}

.articles .inner h3 {
    color: #3d3560;
    line-height: 1.3;
}


.articles .post-header { margin-bottom: 30px; text-align: center;}
.articles .article-category a{ color: #eb1c3b; text-transform: uppercase;}
.articles hr.title-break {
    border-color: #eb1c3b;
    border-top: 2px solid #eb1c3b;
    display: block;
    margin: auto auto 20px;
    width: 50px;
}




.widget.widget_categories ul li {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 40px;
}

/* Tools Section
---------------------------------------- */
.free-tools{
     height: 100%;
}

.free-tools .page-slider{
     background: #eb1c3b;
     height: 100%;
     color: #fff;
}


.free-tools h2 a{
     color: #fff;
}


.free-tools h1 span:nth-child(1) {background-image: linear-gradient(to right, #009cf3, #16d6d9);}
.free-tools h1 span:nth-child(2) {background-image: linear-gradient(to right, #16d6d9, #96cc29);}
.free-tools h1 span:nth-child(3) {background-image: linear-gradient(to right, #ffbf02, #ed0082);}
.free-tools h1 span:nth-child(1), .free-tools h1 span:nth-child(2), .free-tools h1 span:nth-child(3)  {
    background-clip: text;
    color: transparent;
    position: relative;
}







/* ------------------------------------------------------------------------------- */
/*  X. Confirm & Thank You 
/* ------------------------------------------------------------------------------- */

.confirm  .bloc { border : 4px solid #eee; }
.confirm .step { display: table-cell; /* comportement visuel de cellule */
  vertical-align: middle; background: #eee; color: #999999; padding:10px; height: 360px; text-align: center; }
.confirm .step i{ font-size: 44px; color: #999999; padding: 30px 0;}
.confirm .active.step { background: #fff; color: #000; }
.confirm .active.step i{ color : #eb1c3b; }

.thank-you { background: #f9f9f9; height: 100%;}
.thank-you .inner{ padding: 40px; }








/* 6. Suscribe
---------------------------------------- */ 



.wpcf7-form textarea{ border: 1px solid #d4e3e8 !important;
    border-radius: 0;
    color: #666;
    min-height: 30px;
    resize: none;
    font-size: 14px !important;
    font-weight: 300 !important;
    padding: 6px 5px 5px 8px;
}
.wpcf7-form  textarea{ height: 125px; width: 100% !important;}

.wpcf7-form   input[type="text"], .wpcf7-form input[type="email"] { 
    font-size: 14px !important;
    font-weight: 300 !important;
    width: 100% !important;
    border: 1px solid #d4e3e8 !important; padding: 6px 5px 5px 8px; color: #666;
    min-height: 30px;
    resize: none;
    margin-bottom: 20px;
}


.join-us span.wpcf7-list-item { margin-left: 24px;}
.join-us   br { display: none; }
.join-us .position_fa { width: 48%!important; margin-right: 2% }
.wpcf7-list-item-label { font-size: 14px; }
div.wpcf7-mail-sent-ok { border: none; float: right; color: #1e244d; }



.wpcf7 input.wpcf7-submit[type="submit"] {
    background-color: #37ed89;
    border: 2px solid #37ed89;
    border-radius: 35px;
    color: #fff;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 0.06em !important;
    margin-left: -2vw;
    margin-top: 2vh;
    padding: 10px 20px;
    position: absolute;
    right: 0;
}






/* Footer
---------------------------------------- */
#footer{ background: #000; clear: both; display: table; width:100%;  }
#footer .subscribe h6{color: #fff;}
#footer .subscribe { background: #1c1c1c; padding: 8vh 0;  color: #6d6d6d; font-size: 14px;}
#footer .subscribe .articles-list a{ color: #6d6d6d; border-bottom: 1px solid #6d6d6d; font-size: 14px; display: block; padding-bottom: 10px;}
#footer .subscribe .articles-list a:hover{ color: #6d6d6d;}


#footer .subscribe .button-container a {
    border: 2px solid #6d6d6d;
    background-color: #6d6d6d;
}
#footer .subscribe .button-container a:hover {
    color: #ffffff;
}
#footer .subscribe .button-container a:hover, #footer .subscribe .button-container a:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0) !important;
    color: #fff !important;
}




#footer .copyright {
    background: #000005; color: #fff; line-height: 1.8em; padding: 2vh 0; text-transform: uppercase; font-weight: normal; 
}



/* Media Queries
-------------------------------------------------------------- */

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

    header { background: #fff;}
    header .col-md-4 { padding-right: 32px; }
    header .menu-bar, .top-bar, #main-pic .home-dekstop {display: none;}
     header .menu-icon, #main-pic .home-mobile{ display: block;}

  header #logged { float:inherit;}
  header .tiny { border: inherit; border-radius: inherit; box-shadow: inherit; padding-left: inherit; padding-right: inherit;}

  

  


    .menu-bar {display: none;}
  .menu-bar.responsive {position: relative; background: #fff; left: 0; padding-left: 20px;
    display: block; float: none; position: absolute; top: 45px; width: 100%; height: 30.5rem;}
  .menu-bar.responsive li { float: none; display: block; border-left: 0 none;  margin-bottom: 6px;}
  .menu-bar.responsive li a { display: block; text-align: left;}

  header #logged .register a { background: #fff; color: #000; border-bottom: 2px solid #37ed89; font-size: 14px; font-weight: 600; padding: 0;
  -webkit-animation-duration: 3s; border-radius: 0; display: inline-block; line-height: 22px;}




    h1, .main-title  { font-size: 48px; line-height: 40px; }
    h2, .second-title  {font-size: 28px;}
    .intro-content { min-height: 62.5em !important; *}
    .intro-content h5{font-size: 17px; }
    .intro-content .slogan{padding-top: 60px; }

    .intro-content .slogan.page { padding-top: 40px;}

    #slideshow video {
  max-width: 100%;
  width: 100%;
  margin-top: 250px;
  border-radius: 0;
}

.offer img {
  display: table;
  margin: 0 auto;
}

.story .right-side {
  padding-left: inherit;
  padding-right: inherit;
}

.story .left-side img {
  margin-top: 30px;
}







    .about h2{padding-top: 0; }
    .about .section-image {background-size: inherit;}


    .wpcf7-form   input[type="text"], .wpcf7-form input[type="email"] { 
    margin-bottom: 0 !important; margin-top: 0 !important; padding-bottom: 0!important; padding-top: 0 !important;
} 

}

	

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { 

    .about .section-image {
    display: none;
    }

    .about h2 {
    padding-left: 15px;
    }

    .services-list .head h2 {
    text-align: left;
    }

}





