body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    
}

/* Début index */
.suggestion_site_container {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid black;
    padding: 4% 0%;
    margin-bottom:2%;
    text-decoration: none;
    color: black;
}

.suggestion_site_info_container div {
    display: flex;
    align-items: center;
}
.suggestion_site_info_container div img{
    margin-right: 5px;
}
.suggestion_site_image {
    width: 25%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #f1f1f1;*/
}
.suggestion_site_price{
    font-size: 1.2em;
    font-weight: bold;
    color: #E91E63;
}
.suggestion_site_content {
    width: 70%;
    margin: auto;
}

.suggestion_site_content h3 {
    font-weight: bold;
}

.suggestion_site_info_container {
    display: flex;
    flex-flow: wrap;
    margin-top: 5%;
    width: 100%;
    justify-content: space-between;
    column-gap: 10%;
    
}
.suggestion_site_container:hover {
    background-color: #f7f7f7; /* Ajout d'une couleur de fond au survol */
    border-radius: 10px 10px 0px 0px;
    text-decoration: none;
    color:#030228;
}

.home_top{
    display: flex;
    justify-content: space-between;
    margin: 10% auto;
    width: 70%;
}
.home_container_logo{
    width: 40%;
}
.home_container_logo img{
    width: 100%;
}
.home_container_text{
    width: 50%;
    margin-top: 50px;
}
.home_container_text h1{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.home_container_text p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin: 5% auto;
}
.home_container_button{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home_container_button a{
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}
.home_container_button a:hover{
    color: #E91E63;
    text-decoration: none;;
}
#home_btn_acheter{
    background-color: #E91E63;
    border : 2px solid #E91E63;
}
#home_btn_acheter:hover{
    background-color: white    
}
#home_btn_vendre{
    background-color: #00BDC9;
    border: 2px solid #00BDC9;
}
#home_btn_vendre:hover{
    background-color: white;
    color: #00BDC9;
    border: 2px solid #00BDC9;
}
.home_container_button a:last-child{
    margin-right: 0;
}
.home_container{
    width: 70%;
    margin: 10% auto;
}
.home_container h1, .estimation h1{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.home_container h2 , .estimation h2{
    font-size: 1.5rem;
   
}
.home_container p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin: 2% auto;
}
.container_estimer{
    background-color: #E91E63;
    color: white;
    padding: 5%;
    margin: 5% auto;
    text-align: center;   
    border-radius: 5px;
}
.container_estimer h1{
    color: white;
}
.redir_estimer_site {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    background-color: #E91E63;
    border : 2px solid white;
}
.redir_estimer_site:hover{
    background-color: #E91E63;
    border : 2px solid #00BDC9;
}
/* Fin index */



/* Début navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 5%;*/
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    position: fixed!important;
    width: 100%;
    z-index: 100;
    top: 0;
}
.navbar-light .navbar-nav .nav-link{
    text-decoration: none;
    color: black !important;
}
.navbar-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}
.navbar-nav a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}
.navbar-nav li a:hover::after {
    width: 100%;
    transition: width .3s;
}
.navbar-nav a:hover::after {
    width: 100%;
    transition: width .3s;
}
#responsive_navbar_member{
    display: none;
}

/* Fin navbar */

/* Début articles */
.bloc_articles{
    width:80%;
    margin: 10% auto;
}
.bloc_articles h2{
    font-size: 1.1em;
    margin:1% 0%;
    color : #000000;
}
.conseil_link_card{
    text-decoration:none;
    color:black;
}
.conseil_card{
    display:flex; 
    flex-flow:wrap; 
    height:auto; 
    width: 600px; 
    font-size: 1em;
    box-shadow: 0 0 36px -23px rgba(0, 0, 0, 0.75);
}
.conseil_card:hover{
    box-shadow: 0 0 36px -23px rgba(0, 0, 0, 0.95);
}
.image_card{
    width:150px; 
    height: auto;  
    background-size: cover; 
    background-position: center;
}
.text_card{
    width: 420px;
    font-size: 1em;
    margin: 2% auto 4%auto ;
}
.conseil_card p{
    color: #717171;
}
.conseil_card_date{
    font-size: 12px;
    color: #717171;
}
/* Fin articles */

/* Début Conseil */
.article_blog {
    margin: 5% auto;
    margin-top: 0;
    width: 50%;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10%;
}

.fil_ariane{
    margin: 7% 10%;
    margin-bottom: 3%;
    font-size: 0.8em;
    color: #9d9d9d;
}
.fil_ariane a{
    color: #9d9d9d;
}
.fil_ariane a:hover{
    color: #9d9d9d;
}
.article_blog a {
    color: #000;
}
section {
    margin: 5% 0;
}
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 5% 0;
}
h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color : #e81e63;
}
.container_estimer h2 {
    color: white;
    font-weight: 700;
}
h3 {
    font-size: 1.2em;
    font-weight: 700;
}
p {
    font-size: 1.1rem;
    font-weight: 400;
}

.article_blog h3 {
    color : black;
}
/* Fin Conseil */
/* Début Marketplace */
.marketplace_top, .marketplace_container_search{
    margin: 5% auto;
    width: 80%;
}
.marketplace_container_search{
    /*  
    background-color: #00BCD4;
     box-shadow: 0 0 18px 7px rgba(200, 200, 200, 0.75);
     padding: 5% 0%;
    */
   
    border-radius: 10px;
    margin : 2% auto;
    
}
.marketplace_top h1{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.marketplace_top p{
    font-size: 1rem;
    font-weight: 400;
    color: #000;
}
.marketplace_container_search_bar{
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 70%;
}
.marketplace_container_search_bar input{
    width: 80%;
    height: 40px;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    margin-bottom: 10px;
    outline: none;
}
.marketplace_container_search_bar button{
    width: 20%;
    height: 40px;
    border: 1px solid #E91E63;
    border-radius: 0px 5px 5px 0px;
    background-color: #E91E63;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}
.marketplace_container_filter{
    width: 100%;
    margin: 0;
    display: none;
}
.marketplace_container_filter h2{
    font-size: 1rem;
    line-height: 1rem;
    margin-left: 5%;
    margin-bottom: 1rem;
    color: #1A1950;
}
.marketplace_container_search_filter{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}
.marketplace_container_search_filter_item{
    width: 20%;
}
.marketplace_container_search_filter_item h3{
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #1A1950;
}
.marketplace_container_search_filter_item select{
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.container_price{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    color: #E91E63;
}
.input_price{
    width: 50%;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 0 10px;
    margin: 0px 5px;
}
/* Fin Marketplace */

/* Début Infos site */
.info_site_top{
    display: flex;
    justify-content: space-between;
    margin: 10% auto;
    width: 80%;
   
}
.info_site_container{
    width: 55%;
    margin: auto 2.5%;
    /*
    box-shadow: 0 0 18px 7px rgba(200, 200, 200, 0.75);
    border-radius: 10px;
    padding: 2%;
    */
    
   
}
.info_site_container_text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info_site_container_text div{
    width: 50%;
}
.info_site_img_prix{
    width: 40%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
.info_site_img{
    width: 100%;
    height: 300px;
    border-radius:10px 10px 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #efefef;
}
.info_site_img img{
    width: 100%;
    height: 100%;
    border-radius:10px 10px 0 0;
}
.info_site_prix{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 700;
}
.info_site_prix p{
    font-weight: 700;
    width: fit-content;
    margin: 10px auto;
    color: #E91E63;
    border-radius: 10px;
    padding: 10px 30px;
}
.info_site_prix p span{
    font-size: 1.2rem;
    font-weight: 700;
    font-weight: 400;
    color: #E91E63;
}
.info_site_prix span{
    font-weight: 700;
    color: #575757;
    text-align: center;
    margin: 10px;
}
.btn_offre{
    background-color: #E91E63;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid #E91E63;
}
.btn_offre:hover{
    background-color: #fff;
    color: #E91E63;
    border: 2px solid #E91E63;
}
.info_site_container_description{
    width: 80%;
    margin: 5% auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info_site_container_description_item{
    width: 100%;
    margin : 5% 0%;
}
.info_site_container_description_item_title{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2%;
}
.info_site_container_description_item_title img{
    margin-right: 10px;
}
.info_site_container_description_item_title h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.info_site_container_left{
    width: 65%;
    margin : 5% 0%;
}
.info_site_container_description_item p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #000;
}
.info_site_container_description_item_text{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info_site_container_description_item_text p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #000;
}
.info_site_container_right{
    width: 30%;
    margin : 5% 0%;
    
}
.info_site_container_right_bloc{
    width: 100%;
    margin-bottom: 5%;
    padding : 5%;
    box-shadow: 0 0 18px 7px rgba(200, 200, 200, 0.75);
    border-radius: 10px;
    height: fit-content;
}
.info_site_container_right_bloc h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.info_site_container_description_item_title img{
    margin-right: 10px;
}
.info_site_container_right_bloc .info_site_container_description_item_title h2{
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.prix_dispo{
    font-size: 1.2rem;
    font-weight: 700;
    color: #E91E63;
    text-align: center;
}
.right_bloc_prix .btn_offre{
   font-size: 1rem;
   margin: 50px auto;
}
.suggestion_site_vente{
    margin: 10% auto;
}
.photos_site_vente{
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    width: 100%; 
    border-radius: 10px; 
    border: 2px solid #efefef;
    margin: 5% auto;
    box-shadow: 0px 0px 8px 9px rgba(0,0,0,0.1);
}
.photos_site_vente img{
    width: 100%;
    object-fit: cover;
}
.info_site_container h1{
    font-size: 2.5rem;
    font-weight: 600;
    color : #e81e63;
    margin: 1rem auto;
    margin-bottom: 2rem;
}
strong {
    font-weight: 600;
    color : #4b4a4a;
}
.responsive_top_img_site{
    display: none;
}
/* Fin Infos site */

/* Début Estimation */
.estimation{
    width: 70%;
    margin: 10% auto;
}
.estimation_why_item{
    margin: 5% auto;
}
.estimation_why_item h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.estimation_why_item p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.estimation_form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.estimation_form_item{
    width: 45%;
    margin-bottom: 1rem;
}
.estimation_form_item label{
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.estimation_form_item input{
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000017;
    margin-bottom: 1rem;
    outline: none;
}
.estimation_form_item input[type="submit"]{
    background-color: #E91E63;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
}
.estimation_form_item input[type="submit"]:hover{
    background-color: #C2185B;
}
.estimation_form_item textarea{
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000017;
    margin-bottom: 1rem;
    outline: none;
}
.estimation_how_item{
    margin: 5% auto;
}
.estimation_how_item h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #E91E63;
}
.estimation_how_item p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
/* Fin Estimation */

/* Début vendre-mon-site */
.etapes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px 0;
}
.etape {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #9d9d9d;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
.etape span {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}
.etape_active {
    background-color: #ff4d4d;
    color: white;
}

/* Ajoutez un style pour cacher les formulaires */
.formulaire {
    display: none;
}
/* Fin vendre-mon-site */



/* Début Footer */
footer{
    width: 100%; 
    box-shadow: 0 0 36px -23px rgba(0, 0, 0, 0.75);
    padding: 2% 0%;
}
footer a{
    text-decoration: none;
    color: black;
}
footer ul{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer ul li{
    margin: 0 2%;
}
footer ul li a{
    color: #9d9d9d;
}
footer ul li a:hover{
    color: black;
}
/* Fin Footer */



@media (max-width: 1200px) {
    /* Début navbar */
    .navbar {
        /*padding: 0 2%;*/
    }
    #navbar_member{
       display: none;
    }
    #navbarSupportedContent{
        width: 100%;
        height : 100vh;
        background-color: white;
        position: fixed;
        top: 54px;
        left:0;
        right: 0;
        transition: all 0.2s ease-in-out;
     }
    .navbar-nav{
        width: 100%;
        height: 70%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .navbar-nav li{
        margin: 10px 0;
    }
    .navbar-nav li a{
        color: #E91E63;
        font-weight: 700;
    }
    .navbar-nav li a:hover{
        color: #E91E63;
        font-weight: 700;
    }
    .navbar button {
        border: none;
        background-color: transparent;
        outline: none;
    }
    .navbar-nav li  a{
        text-align: center;
    }
    #responsive_navbar_member{
        display: block;
    }
    /* Fin navbar */

    /* Début articles */
    .bloc_articles{
        width: 90%;
        margin : 15% auto;
    }
    .conseil_card{
        width: 100%;
    }
    .image_card{
        width: 25%;
    }
    .text_card{
        width: 70%;
    }
    /* Fin articles */

    /* Début Conseil */
    .article_blog {
        width: 90%;
    }
    .conseil_block{
        margin-top: 10%;
    }
    .article_blog section {
        margin: 10% 0;
    }
    .fil_ariane{
        margin: 5% auto;
        margin-top: 25%;
        text-align: center;
    }
    /* Fin Conseil */
    /* Début Index */
    .home_top{
        flex-flow: wrap;
        justify-content: center;
        width: 90%;
    }
    .home_container_logo{
        width: 100%;
        margin-bottom: 5%;
    }
    .home_container_text{
        width: 100%;
    }
    .home_container_button{
        flex-flow: wrap;
        justify-content: space-between;
    }
    .home_container_button a{
        margin: 5% 0;
        padding: 5px;
    }
    .home_container{
        width: 90%;
    }
    .suggestion_site_content, .suggestion_site_content p{
        font-size: 0.8em;
        
    }
    
    .suggestion_site_content h3{
        margin-top: 0;
        font-size: 1.3em;
    }
    .suggestion_site_info_container {
        column-gap: 0;
        margin: 0;
    }
    .suggestion_site_info_container div:nth-child(1),
    .suggestion_site_info_container div:nth-child(2){
        width: 50%;

    }
    .suggestion_site_info_container div:nth-child(3),
    .suggestion_site_info_container div:nth-child(4){
        width: 50%;
    }
    .suggestion_site_info_container div {
        width: 100%;
        margin: 0;
        font-size: 0.8em;
    }
    .suggestion_site_info_container div  img {
        width: 15px;
    }

    /* Fin Index */
    /* Début Marketplace */
    .marketplace_top{
        width: 90%;
        margin : 15% auto;
    }
    .marketplace_container_search{
        width: 90%;
        margin: 10% auto;
    }
    .marketplace_container_search_bar{
        width: 100%;
    }
    .marketplace_container_search_bar input{
        width: 70%;
    }
    .marketplace_container_search_bar button{
        width: 30%;
    }
    /* Fin Marketplace */
    /* Début Infos site */
    .info_site_top{
        flex-flow: wrap;
        justify-content: center;
        width: 90%;
        margin: 10% auto;
    }
    .info_site_container{
        width: 100%;
        margin: 5% auto;
    }
    .info_site_container h1{
        font-size: 1.7rem;
        font-weight: 700;
        text-align: center;
    }
    .info_site_container_text{
        flex-flow: wrap;
        justify-content: center;
        margin: 5% auto;
    }
    .info_site_container_text div p{
        margin: 10px;
        border-bottom: 1px solid #e2e2e4;
        margin-bottom: 1rem;
        word-break: break-word;
        padding-bottom: 15px;   
    }
    .info_site_img_prix{
        width: 100%;
        margin: 5% auto;
    }
    .info_site_img{
        width: 100%;
        height: 200px;
    }
    .info_site_prix{
        flex-flow: wrap;
        justify-content: center;
        margin: 5% auto;
    }
    .info_site_prix p{
        width: 100%;
        margin: 5% auto;
        text-align: center;
    }
    .info_site_container_description{
        flex-flow: wrap;
        justify-content: center;
        width: 90%;
        margin: 5% auto;
    }
    .info_site_container_description_item{
        width: 100%;
        margin : 5% 0%;

    }
    .info_site_container_description_item_title{
        flex-flow: wrap;
        justify-content: center;
        margin-bottom: 2%;
    }
    .info_site_container_description_item_title h2{
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #E91E63;
    }
    .info_site_container_left{
        width: 100%;
        margin : 5% 0%;
    }
    .info_site_container_description_item p{
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        color: #000;
        text-align: center;
    }
    .info_site_container_description_item_text{
        flex-flow: wrap;
        justify-content: center;
        width: 100%;
        margin: 5% auto;
    }
    .info_site_container_description_item_text p{
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        color: #000;
    }
    .info_site_container_right{
        width: 100%;
        margin : 5% 0%;
    }
    .info_site_container_right_bloc{
        width: 100%;
        margin-bottom: 5%;
        padding : 5%;
        box-shadow: 0 0 18px 7px rgba(200, 200, 200, 0.75);
        border-radius: 10px;
        height: fit-content;
    }
    .info_site_container_right_bloc h2{
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #E91E63;
    }
    .info_site_container_description_item_title img{
        margin-right: 10px;
    }
    .info_site_container_right_bloc .info_site_container_description_item_title h2{
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #E91E63;
    }
    .prix_dispo{
        font-size: 1.2rem;
        font-weight: 700;
        color: #E91E63;
        text-align: center;
    }
    .right_bloc_prix .btn_offre{
       font-size: 1rem;
       margin: 50px auto;
    }
    .responsive_top_img_site{
        display: block;
        width: 100%;
        height: 250px;
        border-radius: 10px 10px 0 0;
        margin : 5% auto;
    }
    .responsive_top_img_site img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
    .desktop_info_site_img{
        display: none;
    }

    /* Fin Infos site */
    /* Début Estimation */
    .estimation{
        width: 90%;
        margin: 25% auto;
    }
    .estimation_why_item{
        margin: 5% auto;
    }
    .estimation_why_item h2{
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #E91E63;
    }
    .estimation_why_item p{
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }
    .estimation_form{
        flex-flow: wrap;
        justify-content: center;
        width: 100%;
    }
    .estimation_form_item{
        width: 100%;
        margin-bottom: 1rem;
    }
    .estimation_form_item label{
        display: block;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #E91E63;
    }
    .estimation_form_item input{
        display: block;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #00000017;
        margin-bottom: 1rem;
        outline: none;
    }
    .estimation_form_item input[type="submit"]{
        background-color: #E91E63;
        color: white;
        font-size: 1rem;
        font-weight: 500;
        border: none;
        cursor: pointer;
    }
    .estimation_form_item input[type="submit"]:hover{
        background-color: #C2185B;
    }
    .estimation_form_item textarea{
        display: block;
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #00000017;
        margin-bottom: 1rem;
        outline: none;
    }
    .estimation_how_item{
        margin: 5% auto;
    }

    /* Fin Estimation */
    /* Début vendre-mon-site */
    .etapes {
        flex-flow: inherit;
        margin: 0;
        width: 100%;
    }
    .etape {
        background-color: transparent;
        color : #212529;

    }
    .etape_active {
        color: #ff4d4d;
    }
    .etape span {
        font-size: 1em;
    }
    /* Fin vendre-mon-site */


}
