/*

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{
	--noir: #1D2748;
	--rouge: #FF1818;
	--vert: #4A9690;
	--vert-clair: #F5FBFB;
	--jaune: #FFA718;
	--max-width : 1520px;
	--max-width-inside : 1440px;
	--left-padd : calc((100vw - var(--max-width)) / 2);
	--left-padd-negative : calc(((100% - var(--max-width-inside)) / 2) * -1);
	--font: "WixMadeforDisplay";
}



body{
	overflow-x: hidden;
}

#content .page-content{
	max-width: 1920px;
	margin: 0 auto;
}
#content {
	position: relative;
	z-index: 1;
}
.page-id-155 #content,
.page-id-157 #content{
	padding-top: 70px;
	padding-bottom: 40px;
}
.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;
 }
.btn:focus,
.btn{
	display: inline-flex !important;
	align-items: center !important;
	align-content: center !important;
	white-space: nowrap !important;
	font-family: var(--font), sans-serif !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	line-height: 100% !important;
	text-align: left !important;
	position: relative !important;
	border-radius: 12px !important;
	padding: 10px 20px 10px !important;
	text-transform: inherit !important;
	outline: none !important;
	column-gap: 20px !important;
}
.btn-red{
	border: 1px solid var(--rouge) !important;
	background-color: var(--rouge) !important;
	color: #fff !important;

}
.btn-red:hover,
.btn-red:active{
	background-color: transparent !important;
	color: var(--rouge) !important;
}
.btn-red:hover svg path,
.btn-red:active svg path{
	fill: var(--rouge) !important;
}
.btn-green{
	border: 1px solid var(--vert) !important;
	background-color: var(--vert) !important;
	color: #fff !important;
	min-height: 54px !important;
	width: 100% !important;
	max-width: 356px !important;
	text-align: center !important;
	justify-content: center !important;

}
.btn-green:hover,
.btn-green:active{
	background-color: transparent !important;
	color: var(--vert) !important;
}
.btn-yellow{
	border: 1px solid var(--jaune) !important;
	background-color: var(--jaune) !important;
	color: #fff !important;
	min-height: 54px !important;
	width: 100% !important;
	max-width: 356px !important;
	text-align: center !important;
	justify-content: center !important;

}
.btn-yellow:hover,
.btn-yellow:active{
	background-color: transparent !important;
	color: var(--jaune) !important;
}


.btn-outline{
	border: 1px solid var(--noir) !important;
	background-color:transparent !important;
	color: var(--noir) !important;
	min-height: 54px !important;
	width: 100% !important;
	max-width: 356px !important;
	text-align: center !important;
	justify-content: center !important;

}
.btn-outline:hover,
.btn-outline:active{
	background-color: var(--noir) !important;
	color: #fff !important;
}

.btn-red:hover,
.btn-red:active{
	background-color: transparent !important;
}
.btn-green svg,
.btn-outline-black svg,
.btn-red svg{
	max-width: 20px !important;
	max-height: 20px !important;
	width: auto !important;
	height: auto !important;
}

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

@media (max-width: 1600px){
	:root{
		--left-padd: 15px;
	}
}

@media (max-width: 767px){
	.btn:focus,
	.btn {
		word-break: break-all !important;
		white-space: inherit !important;
		text-align: center !important;
		gap: 10px !important;
		font-size: 12px !important;
		padding: 7px 15px !important;
	}

	.page-id-155 #content,
	.page-id-157 #content{
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

