.PremiereLigneForm{
    display: flex;
}

.BlockForm{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    width: 420px;
    height: 380px;
    flex-shrink: 0;
}

.TexteCFForm{
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.InputForme{
    width: 362px;
    height: 27px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.20) inset;
    border: none;
    margin-top: 8px;
    padding-left: 15px;
    font-family: Poppins;
    font-size: 14px;
}

.InputForm{
    width: 362px;
    height: 27px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.20) inset;
    border: none;
    margin-top: 8px;
    padding-left: 15px;
    font-family: Poppins;
    font-size: 14px;
}

.InputFormm{
    width: 176px;
    height: 27px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.20) inset;
    border: none;
    margin-top: 8px;
    padding-left: 15px;
    font-family: Poppins;
    font-size: 14px;
}

.InputFormmdeux{
    margin-left: 10px;
}

.InputFormmm{
    width: 362px;
    height: 133px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.20) inset;
    border: none;
    margin-top: 8px;
    padding-left: 15px;
    padding-top: 10px;
    overflow: auto;
    scrollbar-width: none;
    font-family: Poppins;
    font-size: 14px;
}

.InputFormmm::-webkit-scrollbar {
    display: none; /* Cela supprime la scrollbar pour les navigateurs WebKit */
}

.ButtonEnvoyer{
    float: right;
    width: 176px;
    height: 27px;
    flex-shrink: 0;
    border-radius: 20px;
    background: rgba(88, 223, 168, 0.80);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.20) inset;
    border: none;
    color: #4D4D4D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
    text-transform: uppercase;
    margin-top: 5px;
}

.c{
    margin: 18px;
}

.InputForm, .InputFormm, .InputFormmm,.InputForme:focus{
    outline: none;
}

.InputForm::placeholder{
    color: #B3B3B3;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.InputFormm::placeholder{
    color: #B3B3B3;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.InputFormmm::placeholder{
    color: #B3B3B3;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.InputForme:focus,.InputForme:valid, .InputForme:not(:placeholder-shown){
    color: #B3B3B3;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.background-image {
    background-image: url("../assets/madame.png");
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 30px;
}

.TelNum{
    color: #FFF;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 10px;
    background: var(--vert, linear-gradient(66deg, #74EF7B 15.7%, #42C38F 85.06%));
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    display: block;
    width: 420px;
    height: 65px;
    flex-shrink: 0;
    /* margin-left: 300px; */
    text-align: center;
    margin-bottom: 43px;
    display: flex;
    justify-content: center; /* Centrage horizontal */
    align-items: center; /* Centrage vertical */
}

.ImgTel{
    margin-right: 20px;
}

.TitreCN{
    color: #FFF;
    font-family: Poppins;
    font-size: 49px;
    font-style: normal;
    font-weight: 900;
    line-height: 58px; 
    margin-bottom: 40px;
    position: relative;
    right: 10px;
}

.TexteChampsObligatoire{
    color: #B3B3B3;
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    position: relative;
    bottom: 9px;
}


.ImgFleche{
    position: relative;
    right: 15px;
    top: 2px;
}

.TextePoserVosQuestions{
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.Altertsuccess{
    text-align: center;
    position: relative;
    top: 13px;
    font-family: Poppins;
    width: 70%;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .BlockForm, .TelNum {
        display: block;
        margin-left: auto;
        margin-right: auto;
      
    }
    
    .TelNum {
        display: flex; 
        justify-content: center; 
        align-items: center; 
        text-align: center;
         
    }
    
    .ImgTel {
       
        margin-right: 0.5em; 
    }
}

@media screen and (max-width: 575px) {
    .BlockRetour{
        position: relative;
        left: 10px;
    }

    .background-image{
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 550px) {
    .TitreCN{
        text-align: center;
        right: 0px;
        margin-top: 10px;
    }
}

@media screen and (max-width:463px){
    .TitreCN{
        font-size: 41px;
        line-height: 45px;
    }

    .TelNum{
        max-width: 400px;
        width: 100%;
        font-size: 30px;
    }

    .InputForme{
        max-width: 362px;
        width: 100%;
    }

    .InputFormm{
        max-width: 176px;
        width: 94%;
    }

    .InputForm{
        max-width: 362px;
        width: 100%;
    }
    .InputFormmm{
        max-width: 362px;
        width: 100%;
    }
}

@media screen and (max-width:395px){
    .TitreCN{font-size: 35px;}

}

@media screen and (max-width : 350px){
    .InputFormmdeux{
        margin-left: 5px;
    }

    .ButtonEnvoyer{
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .TitreCN{font-size: 30px; line-height: 20px;}

    .TelNum{font-size: 25px;}
}

@media screen and (max-width : 300px){
    .TitreCN{font-size: 26px; line-height: 20px;}
}

@media screen and (max-width : 270px){
    .TitreCN{font-size: 24px; line-height: 20px;}
    .TelNum{font-size: 22px;}
    .ButtonEnvoyer{max-width: 176px; width: 100%;}
}




