/*
Theme Name:   DietTsang
Description:  Thème pour le site DietStang
Author:       Michael LEGRAND / IceCreamWeb
Author URL:   https://www.icecreamweb.fr
Template:     hello-elementor
Version:      1.0
Text Domain:  DietTsang
*/

/* Écrivez ici votre propre feuille de style personnelle */

/* Form */
.w-50{
    display: inline-block;
    width: 45%;
}

.w-100{
    width: 100% !important;
}

.label-form{
    font-weight: 600;
    margin-bottom: 20px;
    color: #404040;
    width: 96%;
    margin-right: 5%;
    display: block;
}

.form{
    width: 100% !important;
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #FFBB98 !important;
    margin-top: 5px;
    border-radius: 0px !important;
}

.form-send{
    background-color: #36827F !important;
    color: white !important;
    border: none !important;
	border-radius: 8px !important;
    margin: 20px 0 20px 0 !important;
    padding: 1em 1.2em !important;
    font-weight: 600 !important;
	transition: .5s ease all !important;
}

.form-send:hover{
    background-color: #14605F;
    color: white;
    box-shadow: 0 6px 24px rgba(0,0,0,0.2);
	transition: .5s ease all !important;
}

@media (max-width: 425px){
    .form{
        width: 100%;    
    }
    
    .w-50{
        width: 100%;
        margin: 0;
    }
    
    .label-form{
        margin: 15px 0 0 0;
        width: 100%;
    }
}
