/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    .icon-menu {
        color: black;
        margin-top: 50px!important;
    }
    
    .img-button 

{
        display: inline-block;
        background-image: url("/wp-content/uploads/2026/01/Bouton-1-CTA-2.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;     
        height: 70px;   
        margin-right: 50px;
    
}

.testi-audio .at-icon {

   margin-left: 20px!important;
}

.img-offre {

    margin-bottom: 180px;
}

.img-offre-2 {

    margin-bottom: 280px;
    margin-left: 20px!important;
    z-index: 900000;
}


.img-offre-3 {

    margin-bottom: 250px;
    margin-left: 20px!important;
    z-index: 900000;
}

.section-with-background img {

    margin-left: 180px;
    margin-top: 150px;
}
}
    
/*************** ADD CUSTOM CSS HERE.   ***************/

/* QUICK FIXES */

.scroll-to-bullets {

Display: none!important;

}


em {
  font-style: normal;
}

p {
    font-size: 0.85rem!important;
}

.fw-700 {

    font-weight: 700!important;
}

.p-30 {

  padding-top: 30px!important;
}

.p-l-30 {
    padding-left: 30px!important;
}

.m-t-minus {
   margin-top: -15px!important;
}

.m-t-minus-35 {
    margin-top: -35px!important;
 }

.text-justify {
    text-align: justify!important;
}

.p-relative {
    position: relative!important;

}

.same-height {

    height: 100%;
  }

  .rotate-40 {

    transform: rotate(-8deg);
  }
  
  .z-index {
    z-index: 10000;
  }

  .text-highlight {

    position: relative;
    display: inline-block;
  }
  
  .highlight {
    position: relative;
    display: inline-block;
  }
  
  .text-highlight::after {
    content: "";
  position: absolute;
  left: 0;
  bottom: 1em;      
  width: 100%;
  height: 0.55em;
  background: #ffe600;
  z-index: -1;
  }
  
  .text-box  {

    width: 85%!important;

  }
/* HEADER */


.header-wrapper


{
    margin-top: -50px;
}

html, body { 
    background: #fff !important; 
  }
  
#logo img
{
   max-height: 150px!important;
}


.section-bg :is(img,picture,video) {

    object-fit: contain!important;

}

.section-o .section-bg  {
    
    left: -250px;
  
}
/* BTN */

.img-button 

{
        display: inline-block;
        background-image: url("/wp-content/uploads/2026/01/Bouton-1-CTA-2.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 220px;     
        height: 70px;   
        margin-right: 50px;
    
}



.img-button:hover
 {
    transform: translateY(-3px) scale(1.05);
}

.btn-style-2 {

    font-family: 'Open Sans'!important;
    color: #ffffff!important;
    background-color: #000!important;
    box-shadow: 
    6px 6px 0 rgba(255, 244, 0, 0.28),    
    6px 6px 14px rgba(255, 244, 0, 0.12);
}

.btn-style-2.yellow {

    background-color:#FFF400!important;
    color: black!important;

}

.btn-style-3 {
    font-family: 'covered by your grace';
    color: #FFF400!important;
    font-weight: 400!important;
    

}

.btn-style-3.black {
    color:#000!important;
}


/* TYPOGRAPHIES */

.body-heavy {
		
    font-weight: 700;
    
}

.body-small {

    font-family: 'open sans';
    font-weight: 400;
}

.subtitle

{	
    font-family: 'Open Sans';
    font-weight: 700;
    letter-spacing: 5px;

}

.gradient {

background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(0, 0, 0));

}

/* BOXED SOLUTIONS */

.boxed-solution {

margin-top: 15px!important;
background-color: #fcfcfd;
border-left: 6px solid transparent;
padding: 20px 25px;
border-radius: 2px;
margin-bottom: 15px;
transition: all 0.3s ease;
}

.boxed-solution h3 {
font-size: 1.5rem;
font-weight: 700;
color: #b3b3b3;
margin-bottom: 10px;
transition: color 0.3s ease;
}

.boxed-solution p {
color: #c0c0c0;
font-size: 0.95rem;
line-height: 1.6;
margin: 0;
transition: color 0.3s ease;
}

.boxed-solution.active,
.boxed-solution:hover {
background-color: #ffffff;
border-left: 6px solid #FFF400;
}

.boxed-solution.active h3,
.boxed-solution:hover h3 {
color: #2a2a3c;
}

.boxed-solution.active p,
.boxed-solution:hover p {
color: #555a67;
}
.boxed-solutions:hover .boxed-solution.active:not(:hover) {
background-color: #fcfcfd;
border-left-color: transparent;
}

.boxed-solutions:hover .boxed-solution.active:not(:hover) h3 {
color: #b3b3b3;
}

.boxed-solutions:hover .boxed-solution.active:not(:hover) p {
color: #c0c0c0;
}

/* CARDS OFFRE */


.card-offre {
    
    padding: 60px 20px;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    max-width: 420px;
    margin-top: 50px;
    display: flex!important;
}

.card-offre ul {
    list-style: none;
    padding: 40px;
    margin: 0;
}

.card-offre li {
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 18px;
    padding-left: 40px;
    position: relative;
    line-height: 1.4;
}

.card-offre li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.cta-bottom {
    display: block;
    margin: 40px auto 0 auto;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    width: fit-content;
}

.card-offre .icon-box-img {
    position: absolute!important;
    top: -100px!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    z-index: 2; 
    background: transparent;
}


/* CARDS - ORANGE */


.card-offre.theme-orange {
    border: 1px solid #ff5c42;
}

.card-offre.theme-orange li:before {
    background-image: url('/wp-content/uploads/2025/11/svg.png');
}

.cta-bottom.orange {
    background: #ff5c42!important;
    box-shadow: 6px 6px 0 rgba(255, 244, 0, 0.28),    
    6px 6px 14px rgba(255, 244, 0, 0.12);
}

.cta-bottom.bleu {
    background: #597EF4!important;
    box-shadow: 6px 6px 0 rgba(255, 244, 0, 0.28),    
    6px 6px 14px rgba(255, 244, 0, 0.12);
}

.cta-bottom.vert {
    background: #68E6CC!important;
    box-shadow: 6px 6px 0 rgba(255, 244, 0, 0.28),    
    6px 6px 14px rgba(255, 244, 0, 0.12);
}

/* CARDS - BLEUE */

.card-offre.theme-bleu li:before {
    background-image: url('/wp-content/uploads/2025/11/svg-2.png');
}

.cta-bottom.bleu {
    background: #597EF4!important;
    box-shadow: 6px 6px 0 rgba(255, 244, 0, 0.28),    
    6px 6px 14px rgba(255, 244, 0, 0.12);
}

.card-offre.theme-bleu {
    border: 1px solid #597EF4;
}

/* CARDS - VERT */

.card-offre.theme-vert li:before {
    background-image: url('/wp-content/uploads/2025/11/svg-3.png');
}

.cta-bottom.vert {
    background: #68E6CC!important;
    box-shadow: 6px 6px 0 rgba(255, 244, 0, 0.28),    
    6px 6px 14px rgba(255, 244, 0, 0.12);
}

.card-offre.theme-vert {
    border: 1px solid #68E6CC;
}



/* CARDS RESSOURCES */


/* FAQ */



.accordion.faq {
    border: none;
    
}

.accordion.faq .accordion-item {
    margin: 0;
    border: none;
    border-bottom: 2px solid  #FFF400;
    padding: 0px 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.accordion.faq .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px!important;
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.accordion.faq .accordion-title span {
    margin-left: 0;
}

.accordion.faq .accordion-title .toggle i {
    font-size: 22px;
    transform: rotate(0deg);
    transition: transform .25s ease;
  
}


.accordion.faq .accordion-inner {
    background: #FFF4000F !important;
  
}


.accordion.faq .accordion-inner p {
    margin: 0;
}


.accordion.faq .accordion-item:first-child {
    border-top: 2px solid #f3e56a;
}




.accordion.faq .accordion-title .toggle {
    order: 2;
    margin-left: 15px;
    background: none;
    border: none;
    position: relative;
}


.accordion.faq .accordion-title .toggle i {
    display: none !important;
}


.accordion.faq .accordion-title .toggle::after {
    content: "+";
    font-size: 36px!important;
    color: #000!important;
    font-weight: 300;
    display: inline-block;
    transition: transform 0.35s ease-in-out;
    transform: rotate(0deg);
}


.accordion.faq .accordion-title.active .toggle::after {
    content: "×";
    font-size: 36px;
    color: #000;
    transform: rotate(180deg);

}

.accordion.faq .accordion-title.active  {
    background: #FFF4000F !important;
}


.accordion.faq .accordion-title.active + .accordion-inner {
    background: #FFF4000F !important;
}

.accordion.faq .accordion-item {
 
}

.accordion.faq .accordion-inner {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


.accordion.faq .accordion-title {
    padding: 25px 20px !important;
}


/* RÉASSURANCE ROUGE */



.reassurance .col-inner {
    position: relative!important;
    border: 1px solid rgba(255, 86, 67, 0.6)!important;
    padding: 50px 40px;
    border-radius: 4px!important;
}



/* RÉASSURANCE BLEU */


.bleu .col-inner {
    position: relative!important;
    border: 1px solid rgba(#597EF4)!important;
    padding: 50px 40px;
    border-radius: 4px!important;
}

/* RÉASSURANCE VERT */

.vert {
    position: relative!important;
    border: 1px solid rgba(#68E6CC)!important;
    padding: 50px 40px;
    border-radius: 4px!important;
}


/* POUR QUI ? */

/* Rouge */


#tab-ton-coaching-3-mois 
{
padding: 20px!important;
}

#tab-ton-pass-un-an {
    padding: 20px!important;
}

#tab-ta-formule-3-semaines {
    padding: 20px!important;
}


.nav-center {
    justify-content: space-between!important;
}

.tabs>.nav>li.active>a {
    border-radius: 0px!important;
    background-color: #ff5c42!important;
    padding: 15px 30px 15px 30px;
    transform: rotate(-2deg);
    box-shadow: 8px 8px 0 #fff;
    font-weight: 800!important;
   
}

.nav>li {
    border-radius: 0px!important;
    padding: 15px 30px 15px 30px;
    
}

/* Bleu */

.tabs-bleu>.nav>li.active>a {
    border-radius: 0px!important;
    background-color: #597EF4!important;
    padding: 15px 30px 15px 30px;
    transform: rotate(-2deg);
    box-shadow: 8px 8px 0 #fff;
    font-weight: 800!important;
   
}

/* Vert */

.tabs-vert>.nav>li.active>a {
    border-radius: 0px!important;
    background-color: #68E6CC!important;
    padding: 15px 30px 15px 30px;
    transform: rotate(-2deg);
    box-shadow: 8px 8px 0 #fff;
    font-weight: 800!important;
   
}

/* COMPARER LES OFFRES */

.included {

  background: #EF6245!important;
  color: black!important;
  font-weight: 700;
  font-size: 18px;
  transform: rotate(-8deg); 

}

.included-bleu {

    background: #597EF4!important;
    color: black!important;
    font-weight: 700;
    font-size: 18px;
    transform: rotate(-8deg); 
  
  }

  .included-vert {

    background: #68E6CC!important;
    color: black!important;
    font-weight: 700;
    font-size: 18px;
    transform: rotate(-8deg); 
  
  }

.text-icon ul li:before {
    background-image: url('/wp-content/uploads/2025/11/svg.png');
}


.text-icon li {
    color: black;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-bottom: 18px;
    padding-left: 40px;
    position: relative;
    line-height: 1.4;
}

.text-icon li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}


body {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 40px;
}

.comparison-table {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

th, td {
    border: 1px solid #e2e2e2;
    padding: 20px;
    vertical-align: middle;
}


.empty { width: 25%; }
.logo-col, .title-col { width: 37.5%; }


.logo-col img {
    max-width: 210px;
    display: block;
    margin: auto;
}

.title-col h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.desc-row td {
    background: #fafafa;
    font-size: 15px;
    padding: 25px;
}


.desc {
    font-size: 14px;
    line-height: 1.4;
    padding: 18px;
}

.small {
    padding: 12px;
}

.check::before {
    content: "✔";
    color: #d3cf1d;
    font-size: 22px;
    font-weight: bold;
}

.cross::before {
    content: "✖";
    color: #d25f5f;
    font-size: 22px;
    font-weight: bold;
}

tbody td:first-child {
    text-align: left;
    font-weight: 600;
    padding-left: 25px;
}


/* CARDS RESSOURCES */


.card-ressources {

    border: solid 2px #FFF400;
    position: relative;
}

.cta-ressource {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black!important;
    color: white;
    text-decoration: none;
    padding: 10px 20px 10px 20px!important;
    font-weight: bold;
    border-top: 1px solid #000;
    transition: background-color 0.3s ease;
    transform: translateY(70px);
    z-index: 9999999;
  }

  .card-badge {
    position: absolute;
    top:-440px;
   
  }
  
/* PORTFOLIO BOX */
  .portfolio-box {

    border: solid 2px #FFF400!important;
    padding: auto;
    margin: auto;
  }

  /*TESTIMONIALS */

  .has-hover .img-rounded,
  .has-hover .img-rounded img {
    border-radius: 50%;
    padding: 2px;             
  background-color: #FFF400;
  }
 

  a.button.open-video.icon.circle {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  

 /*TESTIMONIALS AUDIO */

.testi-audio .at-waves::before,
.testi-audio .at-waves::after{
  width: 45%;
}

  
  .testi-audio .at-waves{
    position: relative;
    height: 90px;           
  }


  
  .testi-audio .at-waves::before{
    content:"";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 100%;
    background: url("/wp-content/uploads/2025/12/Frame-5.png") no-repeat left center;
    background-size: contain;
    opacity: 1;
  }
  

  .testi-audio .at-waves::after{
    content:"";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 100%;
    background: url("/wp-content/uploads/2025/12/Frame-5.png") no-repeat right center;
    background-size: contain;
    opacity: 1;
  }
  

  .testi-audio .at-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    z-index: 2;
  }
  
  .testi-audio .at-play::before{
    content:"";
    position:absolute;
    inset:-4px;
    background:#000;
    border-radius:50% 50% 50% 50%;
    z-index:-1;
 
  }
  

  .testi-audio .at-icon{
    display:block;
    width:0;
    height:0;
    border-left: 34px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left:10px;
  }
  

  .testi-audio .at-card.is-playing .at-icon{
    width:34px;
    height:44px;
    border:0;
    margin-left:8px;
    position:relative;
  }

  
  .testi-audio .at-card.is-playing .at-icon::before,
  .testi-audio .at-card.is-playing .at-icon::after{
    content:"";
    position:absolute;
    top:0;
    width:10px;       
    height:44px;
    background:#fff;
    border-radius:3px;
  }


  .testi-audio .at-card.is-playing .at-icon::before{ left:0; }
  .testi-audio .at-card.is-playing .at-icon::after{ right:0; }

 /* QUOTE BLOCK */

  .quote-block {
    position: relative;
    border: 2px solid #FFF400;
   padding: 40px 10px 10px 40px;
  }
  
 
  .quote-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url("/wp-content/uploads/2026/01/GUILLEMET.svg") center / contain no-repeat;
  }
  

.social-icons a.icon.primary.button.circle {
    background-color: #FFF400 !important;
    border-color: #FFF400 !important;
  }
  
 
  .social-icons a.icon.primary.button.circle i,
  .social-icons a.icon.primary.button.circle i::before {
    color: #000 !important;
  }
  
/* TABS PRESENTATION DES OFFRES */

/* SVG white */
  
.list-svg-white {
    display: flex!important;
    align-items: center!important;
    line-height: normal!important;
}

.list-svg-white::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2026/02/svg-4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.list-svg-white::before {
    transform: translateY(-10px)!important;
}

/* SVG red */

.list-svg-red {
    display: flex!important;
    align-items: center!important;
    line-height: normal!important;
}

.list-svg-red::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2026/02/check-rouge.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.list-svg-red::before {
    transform: translateY(-10px)!important;
}

/* SVG bleu */

.list-svg-bleu{
    display: flex!important;
    align-items: center!important;
    line-height: normal!important;
}

.list-svg-bleu::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2025/11/svg-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.list-svg-bleu::before {
    transform: translateY(-10px)!important;
}

/* SVG vert */

.list-svg-vert {
    display: flex!important;
    align-items: center!important;
    line-height: normal!important;
}

.list-svg-vert::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2026/03/svg-check-vert.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.list-svg-vert::before {
    transform: translateY(-10px)!important;
}


/* Flècher rouge */

.list-svg-fleche-rouge {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.list-svg-fleche-rouge::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2026/02/fleche-rouge.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.bg-red {
    background-color: #EF6245!important ;
}

/* Flècher bleu */

.list-svg-fleche-bleu {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}



.list-svg-fleche-bleu::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2026/02/fleche-bleue.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* Flècher verte */

.list-svg-fleche-verte {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}



.list-svg-fleche-verte::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2026/03/fleche-verte.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.bg-bleu {
    background-color: #597EF4!important ;
}

.included-top {

  background: #EF6245!important;
  color: black!important;
  font-weight: 700;
  font-size: 18px;
  transform: rotate(-8deg); 
  position:absolute;
  top: -35px;
  left:-35px;
  z-index:10;
}

.included-top-bleu {

    background: #597EF4!important;
    color: black!important;
    font-weight: 700;
    font-size: 18px;
    transform: rotate(-8deg); 
    position:absolute;
    top: -35px;
    left:-35px;
    z-index:10;
  }

  .included-top-vert {


    background: #68E6CC!important;
    color: black!important;
    font-weight: 700;
    font-size: 18px;
    transform: rotate(-8deg); 
    position:absolute;
    top: -35px;
    left:-35px;
    z-index:10;


  }
 


.img-offre {
    
    z-index: 90000;
}

.img-offre-2 {
    
    z-index: 90000;
}

.img-offre-3 {
    
    z-index: 90000;
}

.section-offre 
{
position: relative;
overflow: hidden;
}


/* SVG bleu */

.list-svg-bleu {
    display: flex!important;
    align-items: center!important;
    line-height: normal!important;
}

.list-svg-bleu::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2025/11/svg-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.list-svg-red::bleu {
    transform: translateY(-10px)!important;
}http://s1056310696.onlinehome.fr/

/* SVG vert */

.list-svg-vert{
    display: flex!important;
    align-items: center!important;
    line-height: normal!important;
}

.list-svg-vert::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-image: url("/wp-content/uploads/2025/11/svg-3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}
.list-svg-vert::before {
    transform: translateY(-10px)!important;
}