/**
Theme Name : Minimal
Author : Marius Melagne
**/



/* ------------------------------------------------------------------------------- */
/*  1. General
/* ------------------------------------------------------------------------------- */
*{ outline:none !important;}
body{ color:#272727; }
html { scroll-behavior: smooth;}

/*---------------------------------------------- 
General ID's or Classes
------------------------------------------------*/
.hide, .min-device{display: none;}
.l-block{display: block;}
.l-inline{display: inline !important;}
.no-bg{background: none !important;}
.no-border{border: none !important;}
.no-margin{margin: 0 !important;}
.no-padding{padding: 0 !important;}
.no-transform { text-transform: none !important;}
.to-uppercase { text-transform: uppercase;}
.bold { font-weight: bold !important;}
.no-bold { font-weight: normal !important;}
.none{ display:none !important;}

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

ol, ul {
  padding-left: 0;
}

img, object, video { max-width: 100%; height: auto; display:block;}
img { border: 0; -ms-interpolation-mode: bicubic;}


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

.action > a {
  background: #ff1610;
  border : 2px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
padding: 20px 30px;
-webkit-animation-duration: 3s;
border-radius: 1vh;
text-transform: uppercase;
}

.action > a:hover {
background: #fff;
border : 2px solid #ff1610;
color: #ff1610;
}


.related.products { display: none;}


/* Headings
---------------------------------------- */ 
h1, h2, h3, h4, h5, h6{ font-family: "Open Sans", serif; font-weight: 800;}
h1 { font-size: 60px; line-height: 62px; margin-bottom: 12px;}
h2 { font-size: 50px; line-height: 52px; }
h3 { font-size: 40px; line-height: 42px; }
h4 { font-size: 30px; line-height: 32px; }
h5 { font-size: 20px; line-height: 22px;}
h6 { font-size: 15px; line-height: 25px; }

/* Backgrounds Colorz
---------------------------------------- */
.white {background-color: #fff; color:#003566;}
.grey {background-color: #f2f1f1; color: #333;}
.dark-blue {background-color: #003566; color:#fff;}
.middle-blue {background-color: #005a8c; color:#fff;}
.light-blue {background-color: #7195b8; color:#003566;}

/* Font Colorz
---------------------------------------- */
.branded {color: #ed3833;}
.orange {color: #f26a51;}
.blue-title {color: #003566; }


/* ------------------------------------------------------------------------------- */
/*  1.Header
/* ------------------------------------------------------------------------------- */

/* Header
---------------------------------------- */
/******************** 
///Header ///
***************************/
#header {
    padding-top : 14px;
    position: sticky; 
    top: 0; 
    background: #fff; 
    z-index: 1;
    border-bottom: 1px solid #e8e6e6;
}
#header .row {  justify-content: space-between; }
#header .logo { margin : 0; padding: 0 0 14px 0;}
#header .logo  a { color: #010101;
  font-weight: 900;
  font-family: "Open Sans";
  font-size: 20px;
  text-transform: uppercase;}

#header .navigation ul { /* margin-top: 4px; */ z-index: 100; position: relative;}

#header .navigation li { 
    display: inline; 
    margin-right : 15px; 
}

#header .navigation a{ 
    color : #010101;
font-size: 14px;
font-weight: bold;
padding: 16px 25px;
border-radius: 60px;
}

#header .navigation a:hover,  #header .navigation .current_page_item a{
    color : #010101;
}


#header #contact a, #main-content a { 
    background: #f9b018; 
    border-radius: 10px;
}

#header #contact a:hover, #main-content a:hover {
    background: #f2a400; 
    color : #fff;
}



#header .cta a {
  background: transparent;
  border : 2px solid transparent;
  font-size: 14px;
  font-weight: bold;
padding: 10px 26px;
-webkit-animation-duration: 3s;
border-radius: 1vh;
text-transform: uppercase;
}



#header a#buy-book { background: #ffe840; color: #ff1610; border : 2px solid #ffe840; }
#header a#buy-book:hover { background: #fff; border : 2px solid #ff1610; color: #ff1610;}

#header a#buy-package { background: #ff1610; color: #fff;  }
#header a#buy-package:hover { background: #fff; border : 2px solid #ff1610; color: #ff1610;}

/*
#header .menu-icon { color: #ff2321; font-size: 42px; padding-right: 4px; display: none; margin-top: -76px; position: relative; z-index: 100;}
#header .menu-icon a{ background: #e9e9ed; border : 1px solid #8f8f9d;  color: #353535; text-decoration: none; border-radius: 3px;
padding: 0 4px; left: 85%; position: relative; top: -17px;} */

#header .menu-toggle { border-radius : 10px; background : #010101; display: none; height: 50px; width: 50px; padding: 16px 11px; position: fixed; cursor: pointer; right: 24px; top : 32px; z-index: 100;}
#header .menu-toggle .mask{ /* background: #fff; */ height: 100%; position: absolute; top: 0; width: 0; left: 2%; transition: all 0.1s ease; z-index: 10;}
#header .menu-toggle:hover .mask{ width :100%; left: 0;}
#header .menu-toggle:hover .line{ background: #fff; z-index: 10;}

/* Menu Hamburger
---------------------------------------- */
.menu-hamburger { display: table; height: 14px; margin : 0 auto; position: relative; width: 27px; }
.menu-hamburger .line.line-1 { top: 0;}
.menu-hamburger .line.line-2 { top: 50%;}
.menu-hamburger .line.line-3 { top: 100%;}
.menu-hamburger.active .line-1 { transform: translateY(7px) translateX(0px) rotate(-45deg);}
.menu-hamburger.active .line-2 { opacity: 0;}
.menu-hamburger.active .line-3 { transform: translateY(-7px) translateX(0px) rotate(45deg);}
.menu-hamburger .line { background-color: #181818;}
.menu-hamburger .line { background-color: #222222; color: #fbfbfb;}
.white .menu-hamburger .line { background: #000; }
.menu-hamburger .line { background: #fff; display: block; height: 2px; left: 0; position: absolute;
transition: all 0.22s ease 0s; width: 27px;}




.responsive .overlay {
  background: #5151c6;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

#header.tiny { }


/* ------------------------------------------------------------------------------- */
/*  2.Content
/* ------------------------------------------------------------------------------- */
#content{ }

.calendar .hero-content .mask {
    background: linear-gradient(90deg, rgb(32, 236, 169), rgba(7, 31, 230, 0.5));
}

.campaign .hero-content .mask {
    background: linear-gradient(90deg, rgb(255, 131, 177), rgba(33, 25, 219, 0.5));
}

.community .hero-content .mask {
    background: linear-gradient(90deg, rgb(45, 127, 215), rgba(255, 0, 191, 0.5));
}

.hero-content .intro { padding-top: 150px; }
.hero-content .picture {}
.case .picture img{ width: 100%; }




.sub-title { 
    font-size: 20px; 
    line-height: 27px; 
    font-weight: 300; 
    color: #010101; 
    display: block;
    font-family: 'Outfit', sans-serif; 
    margin-bottom: 0;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.case { padding-top: 60px;}
.case h2{ color: #010101;}
.case h5{ color: #010101; margin: 20px 0;}
.case .description { padding-top: 40px;}

/*Pack*/
.pack {}
.pack h4{background: #645eff; display: inline-block; color: #fff; margin-top: 20px; padding: 0 10px;}
.pack .box{ border : 1px solid #ed3833; border-radius : 20px; padding: 0 20px; }
.pack .price em {font-weight: 400; font-size: .675em;}
.pack .price  strong { color: #645eff; font-size: 40px; line-height: .9;}
.pack .list-icon li { line-height: 40px; }
.pack .list-icon .fa { font-size: 14px; }
.pack .list-icon .circle { background: #ed3833; color: #0800ff; display: inline-block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  width: 24px;
  height: 24px;
  font-weight: bold;
  font-size: 22px;
  margin-right: 8px;
}

.pack .list-icon strong{
  color: #000;
  display: block;
  font-size: 24px;
}

.pack .waranrty{ background: #ed3833; border-radius: 20px; padding: 10px; }

.pack .waranrty .circle {
background: #645eff;
color: #0800ff;
  display: inline-block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 9px 0;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 22px;
}

.pack .waranrty .circle strong{
  color: #000;
  display: inline-block;
  font-size: 24px;
}

.pack .waranrty .circle .fa{ color: #fff; font-size: 24px;}




.seo-case { padding-top: 40px;}
.seo-case .picture img{ width: 300px;}
.result-table {margin-top: 14px; border: 1px solid #e2e3eC;  border-radius : 10px; margin-bottom: 0;}
.result-table:nth-child(odd) {background: #fff}
.result-table:nth-child(even) {background: #f6f7f9}
.result-table li{ padding : 10px 0; margin-bottom: 10px; display: inline-block;}

.result-table strong{ font-weight: bold; }
.result-table a{color: #645eff; text-decoration: none; border-bottom: 1px solid #645eff; font-weight: normal;}
.result-table a:hover{border-bottom: 2px solid #645eff; text-decoration: none;}



/*Articles*/
.recent-article { padding-top: 120px;}
.recent-article h2, .newsletter-section h2{ font-size: 60px; margin-bottom: 40px;}
.recent-article li{ margin-bottom : 100px;}
.recent-article .pic img{ width: 100%; border-radius: 30px; margin: 28px 0;}
.recent-article .action > a { padding: 10px 20px; font-size: 14px; font-weight: bold;}


/*Newsletter Section*/
.newsletter-section {padding-top: 120px;}
.newsletter-section .desc{
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: gray;
}
.newsletter-section .last {padding-right: 0;}
.newsletter-section .optin { background: #fff; /* padding-top: 50px; */ }
.newsletter-section .optin label { display: none;}
.newsletter-section .notice { text-align: center; font-size: 13px; padding-top: 17px; }
.newsletter-section .ck_subscribe_button {  width: 100%;}
.newsletter-section .optin input[type="submit"]{
    background-color: #645EFF;
    color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 17px 30px; 
    font-style: normal;
    margin: 30px 3% 4% 0;
    font-weight: 400;
    border: 1px solid #645EFF;
    -webkit-animation-duration: 3s; border-radius: 100px; 
    font-size: 14px; font-weight : bold;
    text-transform: uppercase;
}

.newsletter-section .optin input[type="submit"]:hover {
    background : #fff; color: #645EFF !important;
}


.newsletter-section form{
   position: relative;
}


.newsletter-section .submit-button{
  position: absolute;
top: 0;
right: 8px;
}





.newsletter-section .mc-field-group input{
    background: #fff;
    border: 1px solid #EFF0F7;
   box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
    border-radius: 60px;
    color: #625F5F;
    /* height: 42px; */
    margin: 22px 3% 4% 0;
    padding: 25px 0 25px 25px;
    width: 100%;
}

.newsletter-section .optin textarea {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    height: 110px;
    margin: 0 3% 4% 0;
    padding: 10px 12px;
    width: 100%;
}


.newsletter-section .optin select {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0;
    color: #888;
    height: 42px;
    margin: 0 3% 4% 0;
    padding: 10px 12px;
    width: 100%;
}








/* ------------------------------------------------------------------------------- */
/*  4.Pages
/* ------------------------------------------------------------------------------- */


/* About
-------------------------------------------------------------- */
.about .about-section{
    padding-top: 94px;
    /* margin-bottom: -160px; */
}

.about .img_float {
  position: relative;
  left: 138px;
  top: -170px;
  border: 25px solid #FFFFFF;
}


.about .desc {
  padding-left: 75px;
  padding-top: 75px;
}

/* Book section
-------------------------------------------------------------- */
.book-section { background : #f2f2f2; }
.book-section h1, .book-summary h2{ color: #09353b;}
.book-section h5{ color: #010101; margin: 20px 0;}
.book-section .picture{ margin-top: -50px;}
.book-section img{ /* border-radius : 30px; box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3); */}
.book-section .action { margin-top: 50px;}

.book-summary{ padding: 60px 0; }
.book-summary .list-icon {margin-top: 30px;}

/* Ressources
-------------------------------------------------------------- */
.resources-grid {padding-top: 60px;}
.resources-grid h2{ color: #010101; margin-bottom: 70px; text-align : left;}
.resources-grid .desc-text{ color: #00042d; font-size: 18px;}
.resources-grid h5 { color: #09353b; padding: 12px 0;}
.resources-grid .icon{ border: 3px solid #09353b; padding: 12px; display: table; border-radius: 50%; /* margin: 0 auto; */}
.resources-grid p{ /* padding: 0 40px; */}
.resources-grid img{ width: 47px; margin: 0 auto; display: block;}

.resources-steps { background: #f2f2f2;  margin-top: 30px; padding: 60px 0;}
.resources-steps h2{ color: #09353b; font-size: 52px; line-height: 52px; }
.resources-steps h5.sub-tit{ margin-bottom: 70px; }
.resources-steps .box { background: #ffe840; /*  : 1px solid #010101; */ padding: 30px; 
  box-shadow: 0 12px 18px -6px rgba(0,0,0,.3); height: 380px; margin-bottom: 14px; margin-top : 20px;}
.resources-steps .box h5 { color: #FF0E1E;}
.resources-steps .box .card-text{ color: #2f4858; font-weight: bold; font-size: 15px;}
.resources-steps .box p { margin-top: 0; margin-bottom: 0;}

.resources-steps input[type="text"], .resources-steps input[type="email"] {
  color: #010101;
  border-radius: 100vh;
  height: 3.5rem;
  margin-bottom: 15px;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  width: 100%;
  border: 1px solid #010101;
}

.resources-steps input[type="submit"], .resources-steps button {
  padding: 16px 32px 19px;
  border: none;
  border-radius: 100vh;
  border : 2px solid transparent;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #010101;
  background: #ed3833;
}

.resources-steps input[type="submit"]:hover, .resources-steps button:hover {
  border : 2px solid #010101;
  color: #010101;
  background: #fff;
}

.list-icon li{  color: #010101 ; margin-bottom: 14px;}
.list-icon .circle {
background: #fff;
border: 2px solid #010101;
  display: inline-block;
  margin-top: 7px;
  /* border-radius: 50%; */
  text-align: center;
  line-height: 23px;
  padding: 9px 0;
  width: 26px;
  height: 26px;
}

.list-icon .circle i{
  color: #010101;
  display: block;
  font-size: 15px;
  line-height: 5px;
}


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



/* Testimony
-------------------------------------------------------------- */
.testimony {
}

.testimony h2{ color:  #fff;}


.testimony .picture img{
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  box-shadow: 0 12px 18px -6px rgba(0,0,0,.3);
}


/* Services
-------------------------------------------------------------- */


.service .expertise {
    position: relative;
    margin-top: -52px;
}


.service .expertise .desc{ 
    background: #fff;
    padding: 40px 34px; 
    text-align: center;
    border: 1px solid #EFF0F7;
    box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
    border-radius: 20px;
    color: #090505;
    font-weight: bold;
    text-transform: uppercase;
}
.service .expertise .desc hr {
    width: 12%;
    margin: 10px auto;
    height: 1px;
    border: 0;
    background: #000; 
    opacity: 1;
}

.service .list-icon img{ width: 100%; box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px;}

/*
.service .action {
  margin: 0 auto;
  width: inherit;
}


.service .action > a {
  background: #1f1d1d;
  color: #fff;
  border: 1px solid #1f1d1d;
}

.service .action > a:hover {
    background: #fff;
    color: #5151c6;
    border: 1px solid #5151c6;
}
*/







.service.page .list-icon, .offer .expertise .list-icon{ padding: 42px 0; }
.service.page .list-icon li, .offer .expertise .list-icon li{  margin-bottom: 42px;}
.service.page .list-icon li{ text-align: center; font-weight: 600;}

.service.page .list-icon span{  display: block; text-transform: uppercase; padding: 12px 0;}

.expertise .square {
background: #ffc3cb;
color: #2d296d;
  display: block;
  margin-top: 7px;
  border-radius: 8px;
  text-align: center;
  line-height: 30px;
  padding: 9px 0;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 22px;
}

.expertise .circle {
background: #ed3833;
color: #0800ff;
  display: block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  padding: 9px 0;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 22px;
}

.expertise .circle strong{
  color: #000;
  display: block;
  font-size: 24px;
}


.expertise .list-icon .fisrt-line{
  color: #5151c6;
  display: block;
  font-weight: bold;
  font-size: 17px;
}

.expertise .list-icon .benefits{ color: #4d4d4d; font-size: 14px;}

.expertise  .action {
  margin-top: 14px;
}

.calendar  .action.cal {
  margin-top: 56px;
}

.expertise .notice{
color: #868484;
font-size: 13px;
}

.offer .hero-content .intro {padding-top: 220px; }
.offer .case .description { padding-top: 60px;}
.offer .sub-title { margin-bottom: 1px;}
.gain { background: #f7f7f7; padding-bottom: 60px;}
.gain .recent-article {
  padding-top: 60px;
}


.offer .intro p { font-size: 28px;font-weight: 500; }

.faq-section { margin-top : 60px; }

.offer .faq { 
max-width: 700px;
margin-top: 2rem;
/* padding-bottom: 1rem; */
border: 2px solid #000;
  cursor: pointer;
  border-radius: 15px;
  padding: 40px 50px;
}

.offer .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer .question h4{
    font-size: 1.8rem;
}

.offer .answer{
   max-height: 0;
   overflow: hidden;
   transition: max-height 1s ease;
}

.offer .answer p{
   padding-top: 1rem;
}

.offer .active  .answer{
   max-height: 300px;
}

.offer .active i{
   transform : rotate(180deg);
}

.offer i{
   transition: transform .5s ease-in;
}

.faq-section .action {
  margin-top: 50px;
}

/* Outils 
-------------------------------------------------------------- */
.tools { background: #f2f2f2;}

.tools h4 { color: #ff1610;}

.tools .list-element .bullet {
  background: #09dd97;
}

.tools .square {
background: #fff;
  display: inline-block;
  padding: 13px;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #09dd97;
  border: 1px solid #09dd97;
  margin-bottom: 12px;
}

.tools .box{
  background: #fff;
  border: 1px solid #eee;
  padding: 30px 30px 50px 30px;
  border-radius: 12px;
  margin-bottom: 25px;
}

/* Avatar 
-------------------------------------------------------------- */
.avatar{background: #f2f2f2;}

.avatar .hero {
  text-align: center;
  padding: 140px 0 24px;
}

.avatar .hero h1 {
  color: #09353b;
}

.avatar h5{ max-width:720px;margin: 0 auto 40px; }

.avatar #progress-bar {
  background-color: #eee;
  border-radius: 10px;
  height: 8px;
  margin: 10px 0 20px 0;
  overflow: hidden;
}

#progress {
  background-color: #ff1610;
  height: 100%;
  width: 0%;
  transition: width 0.4s ease;
}

#personaForm { padding: 140px 0 24px; }

#personaForm .form-step.active{
  background: #fff;
  padding: 20px;
  border: 1px solid #ece8e8;
}


#personaForm  label {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

#personaForm  input, #personaForm  select, #personaForm textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

#personaForm button {
  background: #ff1610;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: auto;
}

#personaForm button:hover {
  background: #ff1610;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.hidden {
  display: none;
}

#result { margin-top: 30px; text-align: left;  background: #fff;
  padding: 20px;
  border: 1px solid #ece8e8;}

#profile-image img {
  max-width: 200px;
  border-radius: 50%;
  margin-top: 15px;
}

#regen-image-btn {
  background-color: #ff8c00;
  margin-top: 20px;
}
#regen-image-btn:hover {
  background-color: #ffa733;
}


.error {
  border: 2px solid red;
  background-color: #fff5f5;
}


#start-btn {
  background: #ff1610;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 30px;
  -webkit-animation-duration: 3s;
  border-radius: 1vh;
  text-transform: uppercase;
  margin-bottom: 40px;
}


/* Avatar 
-------------------------------------------------------------- */
.irresistible{background: #f2f2f2;}
.irresistible h5{ max-width:720px;margin: 0 auto 40px; }

.irresistible .hero {
  height: 100vh; /* occupe toute la hauteur de l’écran */
  position: relative;
}

/* Le formulaire au centre du hero */
.irresistible .hero section {
  margin-top: 1.5rem;
}

.irresistible .hero input,
.irresistible .hero button {
  font-size: 1.1rem;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  margin: 0.3rem;
}

.irresistible .hero input { border: 1px solid #ccc;}

.irresistible .hero button {
  background: #ff1610;
  color: #fff;
  border: none;
  width: 100%;
}


/* --- SECTION RESULTATS --- */
.irresistible .results {
  min-height: 100vh;
  padding: 4rem 2rem;
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0;
  transform: translateY(30px);
}

/* Quand la section devient visible */
.irresistible .results.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Animation smooth scroll */

.irresistible .guide {
  padding: 2rem 1rem;
  text-align: center;
}

.irresistible .guide h2 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #2b2d42;
}

.irresistible .steps {
  margin-top: 50px;
}

.irresistible .step {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 1.5rem;
  flex: 1 1 280px;
  text-align: left;
  transition: transform 0.2s;
}

.irresistible .step:hover {
  transform: translateY(-3px);
}

.irresistible .step .number {
  display: inline-block;
  background: #fff;
  color: #00c080;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 1px solid #00c080;
}

.irresistible .step h4 {
  margin: 0.5rem 0;
  color: #ff1610;
  font-size: 16px;
}

.irresistible .step p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}


.irresistible .offers-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.irresistible .offer {
  flex: 1;
  min-width: 280px;
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.irresistible .offer:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.irresistible .offer h3 {
  margin-top: 0;
}

.irresistible .offer ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
  text-align: left;
}

.irresistible .offer ul li::before { content: "✔️ ";}

.irresistible .offer ul li {
  padding: 0.3rem 0;
  cursor: pointer;
}

.irresistible .offer ul li[contenteditable="true"] {
  cursor: text;
  border-bottom: 1px dashed #999;
  outline: none;
}
.irresistible .offer ul li[contenteditable="true"]:focus {
  background: #fff7cc;
}


.irresistible .offer ul li:hover {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

.irresistible .progression {
  margin-top: 1rem;
  text-align: left;
}

.irresistible .bar {
  height: 8px;
  background: #ccc;
  border-radius: 4px;
  overflow: hidden;
  margin: 0.4rem 0;
}

.irresistible .fill {
  height: 8px;
  background: #09dd97;
  transition: width 0.4s;
}

.irresistible .base {}
.irresistible .mid {transform: scale(1.03);}
.irresistible .premium {transform: scale(1.07); box-shadow: 0 8px 20px rgba(255, 183, 0, 0.3);}

.irresistible .ai-note {
  padding: 1rem;
  background: #e1f2ff;
  border-radius: 6px;
  font-weight: 600;
  margin-top: 16px;
}

.irresistible .offer-tag {
  margin-bottom: 0.8rem;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #ff1610;
  border-radius: 30px;
  padding: 0.4rem 0.8rem;
  display: inline-block;
}



.irresistible .client-info {
  margin-top: 2rem;
  text-align: center;
  color: #010101;
  margin-bottom: 14px;
  font-size: 15px;
  background: #f9f9fa;
  border-radius: 12px;
}

.irresistible .client-info #moyennePrix{
font-size: 30px;
  color: rgb(9, 221, 151);
  font-weight: bold;
  display: block;
  margin-top: 8px;
}

.irresistible .prix[contenteditable="true"] {
  cursor: text;
  border-bottom: 1px dashed #999;
  outline: none;
}
.irresistible .prix[contenteditable="true"]:focus {
  background: #fff7cc;
}



.irresistible .badge-irresistible {
  margin-top: 0.8rem;
  display: inline-block;
  background: #ffcc00;
  color: #2b2d42;
  font-weight: 700;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  animation: pop 0.3s ease;
}

@keyframes pop {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/* Business Generator
-------------------------------------------------------------- */
.generator{background: #f2f2f2;}

  .hero{text-align:center;padding: 140px 0 24px;}
  .eyebrow{display:inline-block;background:#ffe840;color:#ff1610;padding:8px 14px;border-radius:999px;font-weight:600;font-size:13px;margin-bottom:16px;}
  .generator .hero h1 {color: #09353b;}
.generator h5{ max-width:720px;margin: 0 auto 40px; }
.generator .cta{background: #ff1610;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 30px;
  -webkit-animation-duration: 3s;
  border-radius: 1vh;
  text-transform: uppercase; margin-bottom: 40px;}

.generator .features{display:flex;gap:14px;justify-content:center;margin-top:18px;flex-wrap:wrap; margin-bottom: 90px;}
.generator .feature{background: #fff; padding:18px;border-radius:12px;width:260px;box-shadow:var(--shadow);text-align:center;}
.generator .feature h4{color: #ff1610; margin:0 0 6px;font-size:15px}
.generator .feature p{margin:0;color:var(--muted);font-size:13px}
.generator .feature .circle {
  background: #fff;
  border-radius: 50%;
  border: 1.5px solid #00c080;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  padding: 6px 0;
  width: 25px;
  height: 25px;
}

.generator .feature .circle i {
  color: #00c080;
  display: block;
  font-size: 15px;
  line-height: 10px;
}


  /* QUESTIONS */
.generator .section{margin-top:42px;display:none;}
.generator .section h2{text-align:center; margin-bottom:6px;}
.generator .section .sub{text-align:center;color:#09353b;margin:0 0 20px;}

.generator .card{background:#fff;border-radius:12px;padding:16px;box-shadow:var(--shadow);margin-bottom:18px;}
.generator .card .title{color : #ff1610;  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-weight: 700; }
.generator .card .desc{color:var(--muted);font-size:13px;margin-bottom:12px}
.generator .card .input{width:100%;padding:12px;border-radius:8px;border:1px solid #e7e9f2;background:#fbfbfe;font-size:14px;resize:vertical;min-height:56px;color:#111827;}
.generator .card .center{text-align:center;margin:22px 0 32px;}

  /* LOADER */
.generator .loader{background: #ffe840; text-align:center;color:#ff1610;font-weight:600;font-size:15px;display:none; padding: 6px 20px;
  border-radius: 12px;}

  /* IDEAS */
.generator .ideas{margin-top:20px;text-align:center;display:none;}
.generator .ideas-grid{display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  margin-top: 8px;}
.generator .idea-card{background: linear-gradient(180deg, #fff, #fbfbff);
  border-radius: 12px;
  padding: 14px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(16,24,40,0.03);
  text-align: left;
  position: relative;
}
.generator .idea-card h4{margin:0 0 8px;font-size:15px}
.generator .idea-card p{margin:0;color:var(--muted);font-size:13px}
.generator .badge{position: absolute;
  right: 12px;
  top: 12px;
  font-size: 12px;
  color: #ff1610;
  padding: 6px 8px;
  border-radius: 999px;
  background: #ffe840;
  font-weight: 700;}



/* Business Generator
-------------------------------------------------------------- */
.simulator {background: #f2f2f2;}

.simulator h5{ max-width:720px;margin: 0 auto 40px; }

.simulator .tabs{display:flex; justify-content:center; gap:10px; margin-bottom:20px;}
.simulator .tab{padding:10px 18px; background:#fff; color:#ff1610; border-radius:8px; cursor:pointer; font-weight:600; transition:all .2s;}
.simulator .tab.active{background: #ff1610; color:white;}
.simulator .card{background:#fff; padding:18px; border-radius:12px; box-shadow:0 6px 18px rgba(19,35,62,0.04); margin-bottom:14px;}
.simulator .section-title{display:flex; gap:10px; align-items:center; margin-bottom:10px;}
.simulator .section-title h3{margin:0; font-size:16px;}
.simulator label.small{display:block; font-size:14px; color:#000; margin-bottom:6px;}
.simulator .col{flex:1 1 0; min-width:220px;}
.simulator .row{padding: 5px 0;}
.simulator input[type="number"], input[type="text"], select{
  width:100%; padding:10px 12px; border-radius:8px; border:1px solid #e6eef9; background:#fafbfd;
  font-size:14px; box-sizing:border-box; 
}
.simulator label{margin-bottom: 8px; display: block; margin-top: 12px;}

.simulator #section-market .rangeVal {font-size: 13px; color: #737986;}
.simulator #section-market #growthVal{color: #09dd97; text-align: center; font-weight: bold; font-size: 17px; }
.simulator #section-market .shareYears label {font-size: 13px;}
.simulator #section-market .shareYears p {font-size: 15px; font-weight: 600; margin-top: 4px;}


.simulator #section-revenue .annualRevClient{ background : #f9f9fa; padding: 20px; border-radius: 12px; font-weight: 600;}
.simulator #section-revenue #annualPerClient { font-size: 30px;color: #09dd97; font-weight: bold; display: block; margin-top: 8px;}


.simulator #section-costs .fixedAnnual { background: #f9f9fa; padding: 20px; border-radius: 12px; font-weight: 600; margin-top: 24px;}
.simulator #section-costs #fixedAnnual { font-size: 30px; color: #ff1610; font-weight: bold; display: block; margin-top: 8px;}


.simulator #section-costs .advice{ background: #e1f2ff; padding: 12px 12px; border-radius: 6px; font-weight: 600; margin-top: 16px;}
.slider{width:100%;}

.simulator input[type="range"] {
  accent-color: #09dd97;
}

.simulator #section-results .recommendations { padding-top : 30px;}
.simulator #section-results .recommendations h6{ font-weight: 600; font-size: 16px;}
.simulator #section-results .recommendations .list-element li {
  color: #010101;
  margin-bottom: 14px;
  font-size: 15px;
}

.simulator #section-results .recommendations .bullet {
  background: #ff1610;
  display: inline-block;
  margin-top: 7px;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  width: 5px;
  height: 5px;
}



.simulator .btn{display:inline-block; padding:10px 14px; background:#ff1610; color:white; border-radius:8px; text-decoration:none; cursor:pointer; border:none;}
.simulator .muted{color:var(--muted); font-size:13px;}
.simulator .next-btn{text-align:right; margin-top:10px;}
.simulator .hidden{display:none;}
.simulator .stats{padding:10px; border-radius:10px;  border : 1px solid #e5e7eb;}
.simulator .stat-value{font-weight:700; color:#000; font-size: 30px; padding-top: 8px;}
.simulator .small-pill{background:#eaf3ff; color:#0b76d1; padding:6px 10px; border-radius:999px; font-weight:700;}
.simulator .chart-row{display:flex; gap:12px; margin-top:12px; flex-wrap:wrap;}
.simulator .chart{flex:1 1 0; min-width:320px; height:220px; background:linear-gradient(180deg,#fff,#fbfdff); border-radius:10px; padding:12px;}
.simulator table{width:100%; border-collapse:collapse; font-size:14px;}
.simulator th, td{padding:8px 10px; text-align:left; border-bottom:1px solid #eef3fb;}
.simulator th{color:var(--muted); font-weight:600; font-size: 16px;}
.simulator .text-green{color: #09dd97; font-weight:700;}
.simulator .text-red{color:#f00; font-weight:700;}
.simulator .scenario-btns{display:flex; gap:10px; margin-bottom:12px;}
.simulator .scenario-btn{flex:1; text-align:left; background:#fff; color:#888; border-radius:8px; font-weight:600; cursor:pointer;}
.simulator .scenario-btn.active{color:#000;}


/* --- Mise en page des graphiques --- */
.simulator  .chart-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 20px;
}

.simulator  .chart {
  flex: 1;
  min-width: 320px;
  background: #fafafa;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Titre Chart.js + espacement interne */
.simulator  .chart canvas {
  width: 100% !important;
  height: 320px !important;
}

/* Couleurs dynamiques des chiffres clés */
.simulator  .text-green {
  color: #10b981 !important;
  font-weight: 600;
}

.simulator  .text-red {
  color: #ef4444 !important;
  font-weight: 600;
}

/* Responsive : empile les graphiques sur petits écrans */
@media (max-width: 768px) {
  .simulator  .chart-row {
    flex-direction: column;
  }
  .simulator  .chart {
    width: 100%;
  }
}



/* Blog
-------------------------------------------------------------- */
.blog{}
.blog .article-section{ padding-top: 80px; }
.blog h1 {
  font-size: 64px;
  line-height: 74px;
}

/* Offer
-------------------------------------------------------------- */


/* Freebies
-------------------------------------------------------------- */
.freebies-content { background: #f2f2f2; padding: 40px; }
.freebies-content h3 { padding-top: 60px; color: #09353b;}
.freebies-content h5 { padding-top: 16px;}
.freebies-content button{ background: #ff1610 !important;  color: #fff;  text-transform: uppercase; border: 2px solid #ff1610 !important; padding: 12px 20px !important;  } 
.freebies-content button:hover{ background: #fff !important;  color: #ff1610 !important;  opacity: 1 !important; } 
.freebies-content .img-wrapper { margin-bottom: 40px;}
.freebies-content .img-wrapper img { box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);}

.freebies-content .princing-content {background: inherit; padding-top: 0;}
.freebies-content  .border-zero {padding: 0;
  margin-top: 0;
  margin-bottom: 60px;
}

.freebies-content .approach {
  background: inherit;
  margin-top: 30px;
  color: #000;
  padding-top: 0;
  padding-bottom: 80px;
}


.approach .box {
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px;
  margin-top: 40px;
  min-height: inherit;
  box-shadow: 0 0 9px 3px #0000000a;
}




/* Hero
-------------------------------------------------------------- */
.hero-content { position: relative; background: #f2f2f2; text-align: center;  border-bottom: 1px solid #ddd5d5;}
.hero-content.bg-white { background: #fff;}
.hero-content img{ width: 70%; display: table; margin: 0 auto;} 


.hero-content .intro { padding-top: 110px; }
.hero-content .intro h1 {color: #09353b; }
.hero-content .intro h5 { padding-top: 12px; font-size: 27px; line-height: 32px;}
.hero-content.bg-white h5{ padding : 0 60px}


.hero-content .intro .action {
  margin: 52px auto;
  padding-bottom: 70px;
}

.hero-icon {
  background: #ffe840;
  border-top-left-radius: 20px;
  padding: 47px 40px 106px 40px;
  border-top-right-radius: 20px;
}


.first-module .picture {padding: 50px 50px; position: relative; margin-top: -70px;
  margin-bottom: -100px; z-index: 1; box-shadow: 0 0 9px 3px #0000000a; background: #2c2850; border-radius: 30px;}
.first-module img{ border-radius: 20px; } 

/* Approach
---------------------------------------- */
.approach { background: #fff; margin-top: 30px; color :#000; padding-top: 80px; padding-bottom: 80px;}
.approach .box{ background: #fff; border-radius: 20px; padding: 20px 40px; margin-top: 40px; min-height: 480px; 
  box-shadow: 0 0 9px 3px #0000000a;}
.approach .action{ margin-bottom: 20px; margin-top: 40px;}

.approach .error{ border: 1.5px solid #f40000; }
.approach .correct{ border: 1.5px solid #ffe840; background: #ffe840;}
.approach .correct h4{ color: #f00; }

.approach h2{ color: #000; text-align: center; }
.approach 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;
}

.approach h4{ padding-bottom: 12px; }

.approach .bad{ color : #f40000;}
.approach .good{ color : #f9caf7;}
.approach .titles{ font-size: 1.2rem; font-weight: 700;}
.approach .desc{ padding-top: 40px; position: relative; margin : 0 auto 40px;}

.approach img{ border-top-right-radius: 30px; border-bottom-right-radius: 30px;}

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


.list-icon .square i{
  color: #00c080;
  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: 6px 0;
  width: 25px;
  height: 25px;
}

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

.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;
}



.approach .desc p {
  font-size: 20px;
  line-height: 36px;
  color: #000;
}

.approach .desc p span{
  color: #ff1610;
}

.text-bold-underline {
background-image: linear-gradient(0, #ffe840, #ffe840);
  background-size: 100% 30%;
  background-repeat: no-repeat;
  background-position: 0 114%;
  padding-right: 5px;
  font-weight: 900;
}

/* Module
-------------------------------------------------------------- */

.module-section { background: #f2f2f2; padding-top: 40px; padding-bottom: 100px; border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
.module-section h2 {color: #09353b; }

.module-section img{ border-radius: 20px; } 

.module-section  .mod { 
max-width: 830px;
background: #fff;
margin-top: 2rem;
border: 2px solid #eaeaea;
  cursor: pointer;
  border-radius: 15px;
  padding: 20px 30px;
}

.module-section .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-section  .question h4{

}

.module-tab {
  color: #ff1610;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 900;
}

.module-title {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.module-plus {
  color: #ff1610;
}


.module-section  .answer{
   max-height: 0;
   overflow: hidden;
   transition: max-height 1s ease;
}

.module-section  .answer p{
   padding-top: 1rem;
}

.module-section  .active  .answer{
   max-height: 300px;
}

.module-section  .active i{
   transform : rotate(180deg);
}

.module-section  i{
   transition: transform .5s ease-in;
}

.module-section .action {
  margin-top: 28px; margin-bottom: 30px;
}


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

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

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

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

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


.princing-content .module-section i {
  color: #009700;
}


.price {
  font-family: "Open Sans", sans-serif; 
  margin-bottom: 30px;
}

.princing-content .ps1{margin-top: -10px;}
.princing-content .ps2{margin-bottom: -10px; margin-top: 8px;}
.text-block-2 {
color: #ffe840;
  font-weight: normal;
  background: #00c080;
  border-radius: 9px;
  padding: 1px 10px;
  font-size: 13px;
  border: 1px solid #008c5e;
}

.text-block-3 {
  color: #444;
  font-weight: normal;
  text-decoration: line-through;
}
.text-block-4 {
  color: #ff1610;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}

.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;}


/* FAQ
-------------------------------------------------------------- */
.faq-section { padding-top: 40px;}
.faq-section h2 {color: #2c2850; }

.faq-section img{ border-radius: 20px; } 

.faq-section  .faq { 
border-bottom: 2px solid #000;
  cursor: pointer;
  padding: 20px 30px;
}

.faq-section .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-section  .question h4{

}


.faq-section  .answer{
   max-height: 0;
   overflow: hidden;
   transition: max-height 1s ease;
}

.faq-section  .answer p{
   padding-top: 1rem;
}

.faq-section  .active  .answer{
   max-height: 300px;
}

.faq-section  .active i{
   transform : rotate(180deg);
}

.faq-section  i{
   transition: transform .5s ease-in;
}

.faq-section .action {
  margin-top: 28px; margin-bottom: 30px;
}

/* Contact
-------------------------------------------------------------- */
.contact{}
.contact-section h2 {
  text-align: center;
  padding-top: 60px;
}

.contact-section .form-content{ padding-top: 120px; }
.contact-section #form textarea{ width: 100%; }
.contact-section #form  input[type="submit"], .contact-section #form  button {
  padding: 16px 32px 19px;
  border: none;
  background: #5151c6;
  box-shadow: 0px 3px 12px rgba(74, 58, 255, 0.18);
  border-radius: 56px;
  text-transform: uppercase;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  width: 130px;
}


.contact .contact-section .picture{ position: relative; padding-top: 70px;}
.contact .contact-section .picture img{ width: 100%;}
.contact .contact-section .mask{ background: linear-gradient(180deg, rgba(255, 255, 255, 0) -5.41%, #383636 108.31%);
width: 97%; height: 92%; position: absolute;}
.contact .contact-section .contact-info { color: #fff; position: absolute; bottom: 0; padding: 0 70px;}
.contact .contact-section .contact-us { border-top: 1px solid #fff;padding-top: 28px;}

/* ------------------------------------------------------------------------------- */
/*  3. Woo
/* ------------------------------------------------------------------------------- */

.wc-block-components-button:not(.is-link)  {
background: #ff1610;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 30px;
  -webkit-animation-duration: 3s;
  border-radius: 1vh;
  text-transform: uppercase;
}



.woocommerce button, .woocommerce ul.products li.product .button, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link  {
background: #ff1610;
  border: 2px solid transparent;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 24px;
  -webkit-animation-duration: 3s;
  border-radius: 1vh;
  text-transform: uppercase;
}

.woocommerce  button:hover, .woocommerce ul.products li.product .button:hover, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
background: #fff !important;
border : 2px solid #ff1610 !important;
color: #ff1610 !important;
}

.woocommerce .price .amount{
  color: #ff4b20 !important;
  font-size: 1.25em;
  font-weight: 900;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 3.331em;
  border-radius: 6px;
  border: 1px solid #a8a8a8;
  margin-top: 1px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #1fa300 !important;
  font-weight: bold;
}



/* ------------------------------------------------------------------------------- */
/*  3. Footer
/* ------------------------------------------------------------------------------- */
#footer{ background: #010101; color: #fff; margin-top: 80px; border-bottom: 12px solid #ed3833;}
#footer h5{ text-transform: uppercase; letter-spacing: 0.1em; margin : 28px 0;}
#footer a{ color: #fff;}
#footer .logo { padding-top: 60px;}
#footer .social { 
    display: flex; 
    padding-top: 60px; 
    justify-content: space-around;
}

#footer .social a { 
    color : #fff; 
    font-size: 22px; 
    line-height: 30px; 
    text-align: center;
}
#footer .social a:hover { 
    color: #fff; 
}

.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  padding-top: 12px;
}




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

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

#header .logo {
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 20px;
}

#header .text-block-2 {
  display: inline-block;
}


#header .menu-icon, #header .menu-toggle{ display: block;}
.hero-content .intro { padding-top: 40px; padding-bottom: 70px;}

.page .hero-content .mask {
  height: 60px;
}

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

.about .about-section {
  padding-top: 60px;
  margin-bottom: inherit;
}

.about .desc {
  padding-left: 30px;
  padding-top: 0;
}

.page .about .about-section .picture{ overflow: hidden;}
.about .img_float {
  position: relative;
  left: 0;
  top: inherit;
} 

.hero-content .intro h5{ font-weight: normal; }
.hero-content .mask {position :inherit; height: inherit;}
.hero-content .picture {display: none;}
.case .description { padding-top: 30px;}

.hero-content .intro h5 {font-size: 25px;}
.hero-content.bg-white h5 {padding: 0 10px;}

.book-section .picture{ margin-top: 50px;}

h1 { font-size: 42px; line-height: 42px; margin-bottom: 8px;}

h2 { font-size: 32px; line-height: 36px;}
.case {
  padding-top: 40px;
  padding-bottom: 60px;
}

header .menu-bar {display: none;}
.menu-bar.responsive {position: relative; background: #fff; left: 0; 
    display: block; float: none; position: absolute; top: 84px; width: 100%; }
.menu-bar.responsive ul {text-align: inherit; 
    padding: 0 12px; top: 31px;}

#header .menu-bar.responsive li { float: none; display: block; }
#header .menu-bar.responsive li a { color: #fff; display: block; text-transform: inherit; font-size: 24px;}

#header .navigation a:hover,  #header .navigation .current_page_item a{
    color : #acacf9;
    background: inherit;
}


.sub-title {  margin-bottom: 6px;}
.recent-article h2, .newsletter-section h2 { font-size: 56px; margin-bottom: 20px; line-height: 46px;}
.newsletter-section .desc { line-height: 26px;}


.newsletter-section .mc-field-group input {
  font-size: 14px;
}

.newsletter-section .optin input[type="submit"] {
  font-size: 11px;
}




.page .hero-content .mask h1{
  display: none;
}

.freebies-content .main-wrapper, .freebies-content .form-wrapper, .freebies-content .img-wrapper   { padding-right: 0; padding-left: 0;}
.freebies-content h3 { padding-top: 0;}
.freebies-content img { width: 100%; }
.freebies-content button{ background: #ff1610 !important;  color: #fff;  text-transform: uppercase; border: 2px solid #ff1610 !important; padding: 12px 20px !important;  } 



.contact-section h2 {
  text-align: left;
  padding-top: 30px;
}

.contact-section .form-content {
  padding-top: 20px;
}

.contact-section .form-content input{
  width: 100%;
}

.offer .intro p {
  font-size: 16px;
  font-weight: 500;
}



}



