﻿article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

html {
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif
}

body {
	margin: 0
}

a {
	background: rgba(0, 0, 0, 0)
}

a:focus {
	outline: thin dotted
}

a:hover,
a:active {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

h2 {
	font-size: 1.5em;
	margin: .83em 0
}

h3 {
	font-size: 1.17em;
	margin: 1em 0
}

h4 {
	font-size: 1em;
	margin: 1.33em 0
}

h5 {
	font-size: .83em;
	margin: 1.67em 0
}

h6 {
	font-size: .75em;
	margin: 2.33em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: "“""”""‘""’"
}

q:before,
q:after {
	content: "";
	content: none
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

*,
*:before,
*:after {
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
	margin: 0;
	padding: 0;
	font-weight: normal
}

li {
	list-style-type: none
}

a {
	text-decoration: none
}

figure {
	margin: 0
}

img {
	width: auto;
	max-width: 100%;
	height: auto
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1rem 1.25rem;
	color: #000814;
	background: #ffc300;
	border: none;
	border-radius: 10px;
	width: fit-content !important;
    font-weight:400;
}

header {
	background: url(../img/background.jpg);
	background-size: cover;
	background-position: center;
	backdrop-filter: blur(4px);
	padding: 2rem 1.5rem;
    padding-bottom:0px;
}

@media(min-width: 980px) {
	header {
		background: url(../img/background.jpg);
		padding: 4rem 3rem;
        padding-bottom:0px;
		background-size: cover;
		background-position: center;
		backdrop-filter: blur(0px)
	}
}

header .header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem
}

@media(min-width: 980px) {
	header .header-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 72.75rem;
		gap: 0rem;
		margin: 0 auto
	}
}

header .header-text {
	width: 100%;
	display: flex;
	flex-direction: column
}

@media(min-width: 980px) {
	header .header-text {
		gap: 0rem
	}
}

header .header-text .title {
	color: #fff;
	font-size: 3rem;
	line-height: 5rem;
	font-weight: 700;
	text-align: center
}

@media(min-width: 980px) {
	header .header-text .title {
		color: #050528
	}
}

header .header-text .subtitle {
	color: #ffc300;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center
}

@media(min-width: 980px) {
	header .header-text {
		max-width: 32.9375rem
	}

	header .header-text .title {
		text-align: left
	}

	header .header-text .subtitle {
		text-align: left;
		color: #003566
	}
}

header .form {
	background: #fff;
	width: 100%;
	padding: 2rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}

@media(min-width: 980px) {
	header .form {
		max-width: 32.9375rem
	}
}

header .form .title-form {
	text-align: center;
	color: #074476;
	font-size: 1.25rem;
	font-weight: 600;
    font-family: Poppins;
    
}

header .form .align {
	display: flex;
	flex-direction: column;
	gap: 1.5rem
}

@media(min-width: 980px) {
	header .form .align {
		flex-direction: row;
		justify-content: space-between
	}
}

header .form .form-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem
}

header .form .form-group .label {
color: #074477;
    font-size: 1rem;
    font-weight: 600;
    font-family: Poppins;
}

header .form .form-group .input {
    border: 1px solid #074477;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 15px;
    font-weight: 400;
    color: #074477;
    font-family: Poppins;
}

header .form .form-group .input:focus {
	outline: none;
	border: 2px solid #ffc300
}

header .form .form-group .input::placeholder {
	color: #b4b4bf
}

header .form .form-group .invalid {
	border: 2px solid #bd0707
}

header .form .form-group-rgpd .label {
	font-size: 0.75rem;
	color: #69697e
}

header .form button {
	margin: 0 auto
}

header .form .error_hide {
	color: #bd0707;
	font-size: 0.75rem;
	font-weight: 700;
	display: none
}

header .form .error_show {
	color: #bd0707;
	font-size: 0.75rem;
	font-weight: 700;
	display: block
}

header .form #rgpd_error {
	color: #bd0707;
	font-size: 0.75rem;
	font-weight: 700;
	display: none
}

main {
	display: flex;
	flex-direction: column;
	gap: 2rem
}

main h2 {
	margin-bottom: 0
}

@media(min-width: 980px) {
	main {
		/*gap: 4rem*/
	}
}

.fructifier {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	background: #FFFFFF;
	padding: 2rem
}

.fructifier .title {
	color: #000000;
	font-size: 2rem;
	font-weight: 700;
	text-align: center
}

.fructifier .title span {
	color: #ffc300
}

.fructifier .text {
	color: #000000;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	max-width: 50.5rem;
	
}

.avantages {
	max-width: 72.75rem;
	margin: 0 auto;
	padding: 0rem 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
        padding-bottom: 40px;
}

@media(min-width: 980px) {
	.avantages {
		padding: 0;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		gap: 0rem;
         padding-bottom: 40px;
	}
}

.avantages .list .title {
	color: #000814;
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2rem
}

.avantages .list .title span {
	color: #ffc300
}

@media(min-width: 980px) {
	.avantages .list .title {
		text-align: left
	}
}

.avantages .list .listing {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: center
}

@media(min-width: 980px) {
	.avantages .list .listing {
		align-items: flex-start
	}
}

.avantages .list .listing .element {
	display: flex;
	flex-direction: column;
	/*align-items: center*/;
	gap: 1rem
}

@media(min-width: 980px) {
	.avantages .list .listing .element {
		/*flex-direction: row;*/
		/*gap: 2rem*/
	}
}

.avantages .list .listing .element .circle {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f6f6f7
}

.avantages .list .listing .element .circle span {
	color: #68a0f2
}

.avantages .list .listing .element p {
	font-weight: 600;
	font-size: 1.25rem;
	text-align: center
}

@media(min-width: 980px) {
	.avantages .list .listing .element p {
		text-align: left
	}
}

.avantages img {
	width: 20rem
}

@media(min-width: 980px) {
	.avantages img {
		max-width: 25rem;
		width: 100%
	}
}

.investir {
    background: url(../img/background.jpg);
    padding:40px;

}

.investir .investir-container {
	gap: 1.25rem;
	margin: 0 auto;
	padding: 2rem;
	max-width: 72.75rem
}

.investir .investir-container .title {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center
}

.investir .investir-container .second-element {

	flex-direction: column;
	align-items: center;
	color: #fff;
	gap: 1.5rem
}

.investir .investir-container .second-element p {
	line-height: 2rem;
	font-weight: 500;
	text-align: center
}

.investir .investir-container .second-element span {
	color: #ffc300
}

@media(min-width: 980px) {
	.investir .investir-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0rem;
		width: 100%;
		padding: 1.5rem 0
	}

	.investir .investir-container .title {
		
		line-height: 3.875rem;
		text-align: center;
	}

	.investir .investir-container .second-element {
		align-items: flex-start;
		max-width: 32.75rem;
		width: 100%
	}

	.investir .investir-container .second-element p {
		text-align: left
	}
}

.styles {
	max-width: 72.75rem;
	margin: 0 auto;
	padding: 0rem 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem
}

@media(min-width: 980px) {
	.styles {
		padding: 0;
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		gap: 0rem
	}
}

.styles img {
	width: 21.875rem
}

@media(min-width: 980px) {
	.styles img {
		max-width: 38.25rem;
		width: 100%
	}
}

.styles .text {
	display: flex;
	flex-direction: column;
	gap: 1.5rem
}

@media(min-width: 980px) {
	.styles .text {
		gap: 2rem;
		max-width: 30.1875rem;
		width: 100%
	}
}

.styles .text .title {
	color: #000814;
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center
}

.styles .text .title span {
	color: #ffc300
}

@media(min-width: 980px) {
	.styles .text .title {
		text-align: left
	}
}

.styles .text p {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 2rem;
	text-align: center
}

@media(min-width: 980px) {
	.styles .text p {
		text-align: left
	}
}

.footer {
	width: 100%;
	background: #FFFFFF;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	padding: 1.5rem
}

* {
	font-family: Poppins
}

.grid {
	height: 100vh;
	width: 100%;
	z-index: 999;
	display: grid;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: 1fr;
	grid-column-gap: 16px;
	position: fixed;
	top: 0;
	padding: 0 1.25rem
}

.grid .grid-element {
	height: 100vh;
	width: 100%;
	background-color: rgba(224, 0, 0, .121)
}

@media(min-width: 600px) {
	.grid {
		grid-template-columns: repeat(5, auto);
		grid-column-gap: 24px;
		padding: 0 2rem
	}
}

@media(min-width: 980px) {
	.grid {
		grid-template-columns: repeat(9, auto)
	}
}