/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

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: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


/* Your CSS code goes here
-------------------------------------- */
:root{
	--yellow: #EEE64F;
	--blue: #022153;
	--max-width : 1520px;
	--max-width-big : 1920px;
	--max-width-inside : 1300px;
	--left-padd : calc((100vw - var(--max-width-inside)) / 2);
	--left-padd-negative : calc(((100vw - var(--max-width-inside)) / 2) * -1);
	--font: "Peugeot New";
}
*{
	line-height: 100%;
}
#content{
	position: relative;
	z-index: 1;
}


body{
	overflow-x: hidden;
}

#content .page-content{
	max-width: 1920px;
	margin: 0 auto;
}
.reset-button:active,
.reset-button:focus,
.reset-button:hover,
.reset-button {
	 border: none !important;
	 margin: 0 !important;
	 padding: 0 !important;
	 width: auto !important;
	 overflow: visible !important;

	 background: transparent !important;

	 /* inherit font & color from ancestor */
	 color: inherit !important;
	 font: inherit !important;

	 /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
	 line-height: normal !important;

	 /* Corrects font smoothing for webkit */
	 -webkit-font-smoothing: inherit !important;
	 -moz-osx-font-smoothing: inherit !important;

	 /* Corrects inability to style clickable `input` types in iOS */
	 -webkit-appearance: none !important;
		outline: none !important;
 }

/* Remove excess padding and border in Firefox 4+ */
.reset-button::-moz-focus-inner {
	 border: 0 !important;
	 padding: 0 !important;
 }

@media (min-width: 1921px){
	:root{
		--left-padd: 160px;
		--left-padd-negative : 160px;
	}
}

@media (max-width: 1300px){
	:root{
		--left-padd: 0;
		--left-padd-negative : 0;
	}
}

@media (max-width: 850px){

}


@media (max-width: 767px){

}