/*
Theme Name: pulpfruits
Theme URI: https://pulpfruits.com/
Description: Hello Elementor Child Theme
Author: Atelier2s
Author URL: https://atelier2s.com/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */

body { word-wrap: break-word; }
pre { white-space: pre-wrap; } /* pour firefox et les <pre> */

.maj {
    text-transform: uppercase;
}
.elementor.elementor-158 {
    position: fixed !important;
    width: 100% !important;
    background: #ffff;
    min-height: 40px;
    z-index: 999;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
    top: 0;
    left: 0;
    right: 0;
}

.maj-titre {
	font-size : 1.5em;
	color : #000000;
}

.maj-texte-orange {
    font-size: 1.3em;
    font-family: 'Raleway';
    text-transform: uppercase;
    color: #ec5e13 !important;
    font-weight: 900;
}

@media (max-width: 1024px) {
	.grand-chiffre h2 {
    color: #EC5E132B !important;
	}}
}