/*
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: CRichert
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750755167
Updated: 2025-06-24 10:52:47

*/

/* --------------------- Accueil --------------------- */

[bdt-cover]:where(img, video), [data-bdt-cover]:where(img, video) {
    position: absolute !important;
    top: 50px !important;
    right: 0 !important;
	left: auto;
    width: 400px !important;
    height: auto !important;
	margin : 50px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}

.btn{
	font-family: "Figtree", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 0;
	padding: 10px 20px;
	margin: 40px 0 !important;
}
.btn:hover{
	color: #FFFFFF;
	background-color: #000000;
}

.mt-1{
	margin-top: 1em;
}

.wpforms-submit{
	background-color: #FFFFFF !important;
	color:#000000 !important;
	border-color:#000000 !important;
}

.wpforms-submit:hover{
	background-color: #000000 !important;
	color:#FFFFFF !important;
	border-color:#000000 !important;
}

/* --------------------- Medias query --------------------- */

/* xl - X-large devices - (desktop <1200px) */
@media (max-width: 1199.98px){
	
[bdt-cover]:where(img, video), [data-bdt-cover]:where(img, video) {
    top: 10% !important;
	right: 5% !important;
	width: 40% !important;
    height: auto !important;
	margin : 30px;
} 
	
}
 
/* lg - large devices - (tablette <992px) */
@media (max-width: 991.98px){
	
}
    
/* sm - small devices - (smartphone portrait <576px) */
@media (max-width: 575.98px){

[bdt-cover]:where(img, video), [data-bdt-cover]:where(img, video) {
    top: 0 !important;
	right: 0 !important;
	width: 100% !important;
    height: 100% !important;
	margin : 0;
	opacity : 20%;
} 	
	
}  