body {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}
html{
    scroll-behavior: smooth;
}
.container {
    max-width: 960px !important;
}
.img_cad{
    width: 10%;
}
.badge {
	text-align: center;
    font-size: 1rem;
	color: white; /* Couleur du texte en blanc */
	background-color: red; /* Fond en rouge */
}
.new-desc{
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: #002651;
}
.btn-new-phone{
    display: none;
}
.new_footer .des{
    width: 100%;
    padding: 0 50px;
}
.new_footer .mob{
    display: none;
}
.header {
    background: url(../images/header.jpg) no-repeat;
    width: 100%;
    background-position-x: 48%;
    min-height: 383px;
    background-size: cover;
}
.new_content{
    display: none;
}
.logo-section{
    overflow: hidden;
}
.r-images{
    width: 200px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.r-images img{
    width: 100%;
}
.pp-20{
    padding: 20px;
}
.header .title {
    margin-top: 9px;
}
.title-main {
    font-size:2.0rem;
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
}
.header-title {
    color: #002651;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.logo-desk{
    width: 430px;
    height: 10px;
    display: flex;
    justify-content: center;
}
.logo-desk img{
    width: 100%;
    height: 50%;
}
.new-flex{
    justify-content: center;
    margin-bottom: 90px;
}
.header-text {
    color: #002651;
    width: 50%;
    margin-top: 30px;
    margin-left: 70px;
}

.font-bold {
    font-weight: bold;
}
.feature-section {
    width: 825px;
    margin: 0 auto;
}
.text-valide{
    color: green;
}
.feature-box {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(43, 90, 160, 0.35);
    padding: 20px;
    display:inline-block;
    margin-bottom:15px;
    text-align: center;
    max-height: 170px;
    min-height: 170px;
    cursor: pointer;
}
.feature-box a{
    text-decoration: none;
}
.feature-box:hover{
    transform: scale(1.10);
}
.feature-icon i{
    font-size:2.5rem;
    color:#cc1d21;
}
.feature-text{
    color: #002651;
    padding-top: 15px;
}
.main-form {
    box-shadow: 0 0 10px rgba(43, 90, 160, 0.35);
    padding: 15px 50px;
    border-radius: 5px;
    width: 825px;
    margin: 0 auto;
}

.form-steper-title {
    color: #002651;
    font-weight: 500;
    text-align: center;
}

.form-progressbar {
    text-align: center;
    padding-top: 40px;
    position: relative;
    width: 500px;
    margin: 0 auto;

}

.form-progressbar .steps-line {
    height: 0px;
    width: 500px;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-bottom-color: #edeef2;
    position: absolute;
    margin-top: 26px;
}

.form-nav-steps {
    display: flex;
    list-style: none;
    padding: 0;
    margin: initial;
    justify-content: space-between;
    z-index: 1;
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}

.form-nav-steps .step {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}

.form-nav-steps .step span {
    position: relative;
    top: 12px;
    font-size: 1.5rem;
    color: #2b5aa0;
    font-weight: 600;
}

.form-nav-steps .step-1 {
    background-color: #002651;
}
.form-nav-steps .step-1 span {
    color:#fff;
}
.form-nav-steps .step-2 {
    background-color: #fff;
}

.form-nav-steps .step-3 {
    background-color: #cc1d21;
}

.form-nav-steps .step-3 span {
    color: #fff;
}

.valide-dos{
    text-align: center;
    margin-bottom: 25px;
    background-color: rgba(210,238,202,1);
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 20px auto;
    border-radius: 10px;
}
.valide-name{
    text-align: center;
}
.form-nav-steps .step.passed:before {
    content: "";
    position: absolute;
    width: 161px;
    height: 6px;
    background-color: #cc1d21;
    top: 26px;
    right: -161px;
}

.form-nav-steps .step.active span {
    color: #fff !important;
}

.form-nav-steps .step.active:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 6px;
    background-color: #f3b5b8;
    top: 26px;
    right: -70px;
}

.form-nav-steps .step:last-child:after {
    display: none;
}
.form-steps {
    display:none;
}
.form-steps.active{
    display:block;
}

.main-form label {
    color: #002651;
}

.form-divider {
    margin-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 32px;
}

.main-form select {
    -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    height: 50px;
    font-size: 14px;
}

.group-200 {
    width: 190px;
}

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
}

.inputGroup label {
    padding: 12px 30px;
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-transition: color 200ms ease-in;
    transition: color 200ms ease-in;
    overflow: hidden;
    background-color: #f0f0f0;
    border-radius: 25px;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #cc1d21;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.inputGroup label:after {
    width: 25px;
    height: 25px;
    content: '';
    border: 2px solid #ece9e9;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: -1px 0px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.inputGroup input:checked ~ label {
    color: #fff;
}

.inputGroup input:checked ~ label:before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    background-color: #cc1d21;
    border-color: #cc1d21;
}
.margin-premier{
    margin-top: 55px;
}
.inputGroup input {
    width: 32px;
    height: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.btn-nextstep {
    background-color: #cc1d21;
    padding: 10px 40px;
    border-radius: 25px;
    color: #fff;
}
.form-control {
    background-color: #e9ecef;
    border: 1px solid #e9ecef;
}
.btn-nextstep i {
    padding-left: 30px;
}
.connexion{
    padding: 0 150px;
}
.etape_check {
    color: #676767;
}
.btn-step2 {
    background-color: #cc1d21;
    padding: 10px 40px;
    border-radius: 25px;
    color: #fff;
    border: 0;
    margin-top:10px;
}
.btn-step2:disabled {
    opacity: .65;
}
.box-button{
    display: flex;
    justify-content: space-around;
}
.finish-text {
    color: #002651;
}
.btn-redi{
   background-color: #f76d6f !important;
}
.image-fix img{
    width: 130%;
}
.clignote {
  color: rgba(255, 0, 0, 0.3);
  animation: clignote 3s linear infinite;
  display: contents;
}
@keyframes clignote {  
  /* 50% { opacity: 0; } */
  50% {color: red;}
}
.clignotes {
  color: rgba(255, 0, 0, 0.3);
  animation: clignotes 6s linear infinite;
  display: contents;
}
@keyframes clignotes {  
  /* 50% { opacity: 0; } */
  50% {color: red;}
}
/***Media Query***/
@media (max-width: 750px) and (max-width: 992px){
    .image-fix img{
        width: 100%;
    }
}
@media (max-width: 577px) and (max-width: 992px){
    .header-text{
        margin: 0;
    }
    .new-flex{
        margin-bottom: 30px;
    }
}
@media (max-width: 992px) {
    .main-form .img_cad{
        width: 10% !important;
    }
    .main-form {
        width:100%;
    }
    .main-form img{
        width: 100%;
    }
    .pp-20{
        padding: 0;
    }
    .form-progressbar {
        width:100%;
    }
    .form-progressbar .steps-line {
        width:100%;
    }
    .feature-section {
        width:100%;
    }
    .feature-box {
        width: 100%;
        height: auto;
        margin-bottom:15px;
    }
    .feature-box:hover{
        transform: scale(1.05);
    }
    .container {
        max-width:100%!important;
    }
    .header-text {
        width: 100%;
        font-weight: 600;
        font-size: 1.2rem;
        margin-left: 0;
    }
    .connexion {
        padding:5px;
    }
    .margin-premier{
        margin-top: 0px;
    }
    .mm-15{
        margin-top: 25px
    }
    .new_footer .des {
        padding: 0;
    }

}

@media (max-width: 576px) {
    .main-form .img_cad{
        width: 29% !important;
    }
    .btn-new-phone{
        display: block;
    }
    .btn-new-desk{
        display: none;
    }
    .btn_new{
        font-size: 0.8rem !important;
    }
    .new-flex{
        margin-bottom: 0;
    }
    .des{
        display: none;
    }
    .new_footer{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .new_footer .mob{
        display: block;
        width: 100%;
    }
    .header-text{
        margin: 0;
    }
    .header-title{
        display: none;
    }
    .new_content{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ededed;
    padding: 5px 0;
    margin-bottom: 25px;
}
.new_content .new_title{
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}
.new_content .new_image{
    width: 100%;
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.new_content .new_image img{
    width: 50%;
}
    .r-images{
        display: none;
    }
    .non-logo {
        display:block!important;
    }
	.non-logo .z-phone{
        width: 100%!important;
    }
    .non-logo .margin-50-e{
        margin-bottom: 50px;
    }
    .non-logo img{
       width:50%!important;
    }
    .margin-premier{
    margin-top: 0px;
    }
    .header
    {
        min-height:480px !important;
    }
    .mm-15{
        margin-top: 25px
    }
    .pp-20{
        padding: 0;
        margin-left: 10px;
        text-align: center;
    }
    .form-nav-steps .step.passed:before {
        width: 80%;
        right: -48px;
    }
    .valide-dos{
        width: 100%;
    }
    .box-button{
        flex-wrap: wrap;
        justify-content: center;
    }
    }
    @media (min-width: 1400px){
        .header{
            background-position-y: 85%;
        }
    }
    
    .section_01 {
	    justify-content: center;
	    align-items: center;
	    padding: 50px 5%;
	    display: flex;
	}
	.h1_example {
	    color: #003089;
	    text-transform: none;
	    margin-bottom: 30px;
	    font-family: Sfprodisplay, sans-serif;
	    font-size: 35px;
	    line-height: 1.4;
	    font-weight: 700;
	}
	.container_cards {
	    max-width: 1140px !important;
	}
	.cards_left {
	    width: 50%;
	    flex-direction: column;
	    align-items: center;
	    padding: 15px;
	    display: flex;
	}
	.cards_right {
	    width: 50%;
	    flex-direction: column;
	    align-items: center;
	    padding: 15px;
	    display: flex;
	    position: relative;
	    top: -30px;
	}
	.cards_display {
	    width: 60%;
	    justify-content: space-between;
	    padding: 10px;
	    display: flex;
	}
	.h1_features-2 {
	    color: #003089;
	    font-family: Sfprodisplay, sans-serif;
	    font-size: 18px;
	    line-height: 27px;
	    font-weight: 700;
	}

    /* .feature-text span {
        display: inline-block;
        text-decoration: none;
        background: linear-gradient(to top, #008000 0%, #008000 10%, transparent 10.01%) no-repeat left bottom / 0 100%;
        transition: background-size .5s;
    }
    
    .col-md-3:hover .feature-text span {
        background-size: 100% 100%;
    } */

    .shine div {
        position: relative;
    }
    .shine ::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .shine :hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    

    .grace-au-plan {
        background-image: url('/images/bg-infos.jpg');  /* Remplacez 'chemin/vers/votre/image.jpg' par le lien vers votre image */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        width: 100%;
    }


    .card-comment {
        position: relative;
    }
    
    .card-comment::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: rgba(255,255,255,.2);
        border-radius: 100%;
        transform: scale(0);
        opacity: 0;
    }
    
    .card-comment:hover::after {
        animation: circle 0.75s forwards;
    }
    
    @keyframes circle {
        0% {
            transform: scale(0);
            opacity: 1;
        }
        40% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(1);
            opacity: 0;
        }
    }
    
    .card-comment .icon_wrap,
    .card-comment .card_title_wrap {
        position: relative;
        z-index: 2;
    }
    
    .card-comment:hover {
        background-color: #BAEAFF;
    }
    
    .card-comment:hover .icon_wrap {
        display: none;
    }
    
    .card-comment:hover .h1_features-2, 
    .card-comment:hover .text_features {
        color: #003089;
    }
    
    .card-comment:hover .arrow {
        opacity: 1;
        cursor: pointer;
        display: block;
    }
    
    .arrow {
        display: none;
    }
    
    .card-comment .h1_features-2, 
    .card-comment .text_features {
        color: rgb(52, 40, 105);
    }
    

    .rounded-corners {
        border-radius: 40px 40px 0px 40px;
    }

    .btn-primary:hover {
        background-color: #BAEAFF;
        border-color: #BAEAFF;
        color: #002651;
    }

    .card-shadow {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
    }
    
    .middle-card {
        box-shadow: 0 16px 32px 0 rgba(0,0,0,0.8);
        z-index: 1;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #002651;
    }

    @media (max-width: 768px) {
        .details-solaire {
          display: none;
        }
      }

      #grace-au-plan {
        box-shadow: 0 8px 6px -6px black;
    }
    

    
    
    

    