/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.bloo-hero-header{
    background-image:url('./assets/images/wabloo/hero-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:80px 0px;
}
.bloo-block-content > div{
    width:50%;
}
.bloo-block-content > div:first-child{
    padding-right:100px;
}
.bloo-hero-badge{
    background-color:#197F6C;
    color:#fff;
    border-radius:25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    font-size:16px;
    line-height:20px;
    font-weight:400;
    display:inline-block;
    padding:10px 20px;
}
.bloo-focus-color{
    color:rgba(254, 147, 33, 1);
}
.bloo-hero-h1{
    font-size: 60px;
    font-weight:700;
}
.bloo-block-content{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}
.bloo-hero-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bloo-section-how{
    background-color:rgba(217, 217, 217, 0.15);
    padding:80px 0px;
}
.bloo-how-process{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position:relative;
    
}
.bloo-how-process img{
    max-width:150px;
}
.bloo-how-process > div{
    position:relative;
}
.bloo-how-process > div:first-child::after {
    content: '';
}
.bloo-how-process > div:nth-child(2)::after {
    content: '';
}
.bloo-how-process > div:nth-child(2)::after ,.bloo-how-process > div:first-child::after{
     background-image:url('./assets/images/wabloo/fleche1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:100px;
    height:30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 100%;
}
.site-branding > a{
    max-width:150px;
}
.site-branding > a img{
    width:150px;
    height:auto;
}
.bloo-form-row.row-6 > p {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.bloo-form-row.row-6 > p > label{
    width:47%;
}
.bloo-form-row.row-12 > p > label{
    width:100%;
}
.bloo-form-wrap .wpcf7-acceptance label{
    display: flex;
    align-items: center;
}
.bloo-form-wrap .wpcf7-acceptance input{
    display: inline-block;
    width: 25px;
    margin-right: 5px;
    margin-top: 0px;
    cursor: pointer;
}
.bloo-form-wrap input{
    border-radius: 8px;
    border-color: #ccc;
}
.bloo-form-wrap .wpcf7-acceptance .wpcf7-list-item{
    margin-left: 0px;
}
.bloo-hero-header .form-section .bloo-form-desc{
    text-align: center;
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
    font-weight: 500;
}

.bloo-why-process{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.bloo-why-process p{
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    color: rgba(33, 37, 41, 1);
}
bloo-why-process > div:nth-child(2) img{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;

}


.form-wrapper {
  max-width: 100%;
  margin: auto;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.tabs {
  display: flex;
  position: relative;
  background: #f0f0f0;
  border-radius: 50px;
  padding: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}

.tab-btn {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  font-weight: 600;
  background: transparent;
  border-radius: 40px;
  color: #2c2c2c;
  z-index: 2;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
}

.tab-btn.active {
  color: white;
}

.tab-highlight {
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 33.33%;
  background: linear-gradient(90deg, #e28521, #c16400);
  border-radius: 40px;
  z-index: 1;
  transition: left 0.3s ease;
}

.tabs {
      display: flex;
      justify-content: space-between;
      background: #f0f0f0;
      border-radius: 999px;
      padding: 4px;
      margin-bottom: 20px;
    }

    .tab-btn {
      flex: 1;
      text-align: center;
      padding: 10px;
      border-radius: 999px;
      cursor: pointer;
      font-weight: 500;
      background: transparent;
      transition: 0.2s;
    }

    .tab-btn.active {
      background: linear-gradient(to right, #e28521, #c16400);
      color: white;
    }

.form-section.active {
  display: block;
  opacity: 1;
}

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

.checkbox {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}

.checkbox input {
  margin-right: 8px;
  margin-top: 3px;
}

button {
  margin-top: 20px;
  width: 100%;
  padding: 12px;
  border: none;
  background: #e28521;
  color: white;
  font-weight: bold;
  border-radius: 12px;
  cursor: pointer;
}
.form-section {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.form-section.active {
  display: block;
  opacity: 1;
}
.bloo-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
        align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
.bloo-footer-wrap{

}
.bloo-section-call-to-action{
    padding: 80px 0px;
}
.bloo-footer-wrap,.bloo-section-call-to-action{
    background-color:rgba(182, 100, 14, 1);
    color:#fff;
    text-align:center;
}
.bloo-section-why{
    padding: 80px 0px;
}
.site-main h2{
    font-weight:700;
    font-size:50px;
    text-align:center;
}
.site-main h3{
    font-size: 43px;
    font-weight: 700;
    color: rgba(33, 37, 41, 1);
}
.site-main > p{
    line-height: 32px;
    font-weight: 400;
    font-size: 18px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.bloo-button{
    background-color: rgba(254, 147, 33, 1) !important;
    color: rgba(41, 45, 50, 1) !important;
    border-radius: 34px;
    padding: 0px 30px;
    line-height: 50px;
    height: 50px;
    display: inline-block;
    text-decoration: none;
    font-size:18px;
    font-weight:500;
    margin-top:20px;
    border:none !important;
    outline:none !important;
    box-shadow:none;
}
.bloo-hero-desc{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:rgba(22, 22, 24, 1);
}
.bloo-hero-footer strong{
    font-weight:500;
}
.bloo-button i{
    font-size: 13px;
    border-radius: 50px;
    background-color: rgba(41, 45, 50, 1);
    width: 22px !important;
    height: 22px !important;
    padding: 0px 5px;
    text-align: center;
    color: orange;
    margin-right: 10px;
    line-height: 22px;
    display: inline-block;
}
.bloo-badge-title-1,.bloo-badge-title-2{
    position:relative;
}
.bloo-badge-title-1:after{
     background-image:url('./assets/images/wabloo/badge-orange.webp');
}
.bloo-badge-title-2:after{
     background-image:url('./assets/images/wabloo/badge-vert.webp');
}
.bloo-badge-title-1:after,.bloo-badge-title-2:after{
    content:'';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:30px;
    position: absolute;
    left: 0;
    bottom: -19px;
    z-index: -1;
}
.bloo-header{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 768px) {
  /* Ton code CSS spécifique pour mobile ici */
  
  .bloo-block-content{
      flex-direction:column;
  }
  .bloo-block-content > div{
    width:100%;
    
}
.bloo-block-content > div:first-child{
    text-align: center;
    padding: 20px;
}
.bloo-block-content > div:nth-child(2){
    display:none;
}
.bloo-why-process{
    flex-direction: column-reverse;
    text-align: center;
     padding: 20px;
}
.bloo-hero-h1{
    font-size:32px;
}
.bloo-hero-header{
    padding:40px 0px 20px 0px;
}
.bloo-hero-badge{
    margin-bottom: 20px;
    font-size: 16px;
}
.bloo-hero-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom:30px;
}
.site-main h2{
    font-size:26px;
}
.bloo-how-process img {
    max-width: 100px;
}
.bloo-how-process > div:nth-child(2)::after, .bloo-how-process > div:first-child::after{
    width: 70px;
    height: 30px;
    top: 30px;
    bottom: unset;
    margin-top: unset;
    margin-bottom: unset;
    left: 70%;
}

}





