
/* Debut de mise en forme section Demande devis */
.ask__estimate{
    position: relative;
    /* padding: 90px 0; */
    padding: 80px 0 250px;

    background-color: #e0e5eb;
    z-index: 8;
    /* height: 500px; */
    /* border: 1px solid red; */
}


.ask__estimate:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: -7%;
    left: 0;
    background: #e0e5eb;
    transform: skewY(-5deg);
    z-index: -1;
}

.ask__estimate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    top: -10%;
    left: 0;
    /* background: linear-gradient(120deg, #3f85de 10%, rgba(255, 255, 255, 0) 70%); */
    background: #3f85de;
    transform: skewY(-3deg);
    z-index: -2;
}


.ask__estimate__bg__design__left {
    /* background: #e0e5eb; */
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    /* border: 1px solid red; */
    z-index: -2;
}

.ask__estimate__bg__design__left:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 43%;
    left: 0;
    /* background: linear-gradient(120deg, #3f85de 10%, rgba(255, 255, 255, 0) 70%); */
    background: #e0e5eb;
    transform: skew(0, 15deg);
    z-index: -2;
}

.ask__estimate__bg__design__left:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 42px;
    left: 0;
    background: linear-gradient(120deg, #3f85de 10%, rgba(255, 255, 255, 0) 70%);
    /* background: #3f85de; */
    transform: skew(0, 10deg);
    z-index: -4;
}


/* Fin de mise en forme section Demande devis */




.ask__estimate__ctn{
    /* border: 1px solid red; */
    position: relative;
    display: block;
    text-align: center;
}

.ask__estimate__img__ctn{
    position: relative;
    display: inline-block;
    /* border: 1px solid yellow; */
    width: 50%;
    margin: auto 0;
    z-index: 1;
}

.ask__estimate__img__ctn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 72%;
    background-color: #cedced;
    bottom: -14%;
    left: -26%;
    z-index: -1;
}


.ask__estimate__img__ctn img{
    width: 100%;


}

.ask__estimate__cta__ctn{
    position: absolute;
    /* position: relative; */
    bottom: -30%;
    right: 160px;
    /* border: 1px solid red; */
    background-color: #fff;
    padding: 25px 20px;
    width: 400px;
    float: right;
    text-align: left;
    /* margin-bottom: 30px; */
    z-index: 1;
}

.ask__estimate__cta__ctn > h4{
    text-transform: uppercase;
    font-size: 2em;
    color: #336cb5;

}

.ask__estimate__cta__btn{
    position: relative;
    /* top: 130px; */
    margin-top: 20px;
}
