/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1677248711
Updated: 2023-02-24 15:25:11

*/

.formation-img{
    object-fit: contain;
    height : 100px !important;
}

.formulaire-contact > p {
    display: flex !important;
    flex-wrap : wrap;
    justify-content: space-between;
}

.formulaire-contact > p label{
    max-width : 100% !important;
    color : white !important;
}

.formulaire-contact > p br{
    display : none;
}

.formulaire-contact > p > .w-50{
    width : calc(50% - 40px) !important;
}

.formulaire-contact > p > input[type=submit]:hover {
    color : black;
}

.formulaire-contact > p > input[type=submit]{
    margin-left : auto;
}

.formulaire-contact > p > .wpcf7-spinner{
    display : none;
}

@media screen and (max-width : 767px){
	
	.formulaire-contact > p > label.w-50{
		width : 100% !important;
	}
	
	form input[type=text],
	form input[type=email],
	form input[type=tel],
	form select{
		width : 100%;
	}	
}