/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html, body {
    overflow-x: hidden;
    width: 100%;
}
.container, .wrapper {
    max-width: 100%;
}

.titre-red span{
	background-color: #D62828;
	border: 1px solid #D62828;
	border-radius: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.titre-yellow span{
	background-color: #FCBF49;
	border: 1px solid #FCBF49;
	border-radius: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

/*Bouton flottant en bas a gauche*/
.my-floating-button {
    position: fixed;
    bottom: 5px;
    right: 60px;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
	z-index: 2;
}

h1.elementor-heading-title, .titre1 p{
	font-size: 50px;
	margin: 40px 0 30px 0;
	text-align: center;
}

h2.elementor-heading-title, .titre p, .titre h3, .titre h4, .titre h5, .titre h6, .titre2 h1.elementor-heading-title {
	font-size: 40px;
	margin: 20px 0 20px 0;
	text-align: left;
}

h1.elementor-heading-title::first-letter, h2.elementor-heading-title, h2.elementor-heading-title, .titre1 p, .titre p, .titre h3, .titre h4, .titre h5, .titre h6{
	display: inline-block;
	padding-left:23px;
	padding-top:10px;
	background-image: url(https://www.very-good-job.fr/wp-content/uploads/2025/01/logo_titre-e1738248236529.png);
	background-repeat: no-repeat;
	background-size: 40px;
}

h2.elementor-heading-title, .titre p, .titre h3, .titre h4, .titre h5, .titre h6{
	display: block;
	padding-left:20px;
	padding-top:15px;
	background-size: 30px;
}
.elementor-widget-container:has(h1, h2){
	display: flex;
	justify-content: center;
}

/*Titre sans picto*/
.sans-picto h1:first-letter,
.sans-picto h2 {
    background-image: none !important;
}

@media screen and (max-width: 768px) {
	.titre-red span, 
	.titre-yellow span {
		padding: 0; /* Remove all padding */
			}
	
	/*Bouton flottant en bas centre pour telephone*/
	.my-floating-button {
    position: fixed;
    bottom: 20px;
    left: 6.5em;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
	z-index: 2;
	}

			
}





