@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Regular.eot');
	src: local('Proxima Nova Regular'), local('../fonts/ProximaNova-Regular'),
		url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Regular.woff') format('woff'),
		url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Bold.eot');
	src: local('Proxima Nova Bold'), local('../fonts/ProximaNova-Bold'),
		url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Bold.woff') format('woff'),
		url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Extrabld.eot');
	src: local('Proxima Nova Extrabld'), local('../fonts/ProximaNova-Extrabld'),
		url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
		url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: local('Proxima Nova Semibold'), local('../fonts/ProximaNova-Semibold'),
		url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

body {
	font-family: 'Proxima Nova', sans-serif;
	background: #fff;
	color: #000;
}

p {
	font-size: 1.8rem;
	line-height: 150%;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: none;
}

button:focus {
	outline: none;
}

input {
	box-shadow: none;
	border-radius: 0;
}

img {
	max-width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
	background: none !important;
}

.iti.iti--allow-dropdown {
	width: 100% !important;
}

.iti.iti--allow-dropdown div {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.input.just-validate-error-field, .input.just-validate-success-field {
	background-position: right calc(0.375em + 0.1875rem) center;
	background-repeat: no-repeat;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.checkbox.just-validate-error-field:focus, .input.just-validate-error-field:focus, .select.just-validate-error-field:focus {
	border-color: #b81111;
	box-shadow: 0 0 0 0.25rem #dc354540;
}

.input.just-validate-error-field {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
	border-color: #b81111;
}

.input.just-validate-success-field {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	border-color: #198754;
}

.utf-section-wrap {
	background: url('../img/utf-bg.svg') center top no-repeat;
	background-size: cover;
	padding-bottom: 12rem;
	position: relative;
	z-index: 4;
}

.utf-section h1 {
	font-weight: 600;
	font-size: 4.4rem;
	line-height: 110%;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 2.5rem;
	width: 118%;
}

.utf-section h1 b {
	color: rgba(37, 154, 76, 1);
	display: block;
	font-weight: 800;
}

.utf-section h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 150%;
	margin-bottom: 3.5rem;
}

.btn-agro {
	display: inline-block;
	background: #A5CB43;
	box-shadow: 0px 2rem 5rem rgba(165, 203, 67, 0.3);
	border-radius: 0px 3.6rem 3.6rem 3.6rem;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-align: center;
	color: #0E110F;
	padding: 2rem 6rem;
}

.btn-agro:hover {
	color: #0E110F;
	background: #C5E969;
}

.header {
	padding: 2.5rem 0;
	position: relative;
	margin-bottom: 6rem;
}

.header-menu {
	display: flex;
	align-items: center;
}

.header-menu a {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #000000;
}

.header-menu li {
	padding: 0.5rem;
	padding-right: 2rem;
	padding-left: 0;
	margin-right: 2rem;
	border-right: 0.1rem solid #DDDDDD;
}

.header-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: 0;
}

.header-menu a svg {
	margin-right: 0.6rem;
}

.header-menu a:hover {
	color: #259A4C;
}

.header-address {
	text-align: right;
	font-weight: 400;
}

.header-address p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.7rem;
}

.header-address b {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-transform: uppercase;
}

.header-contact {
	display: flex;
	text-align: right;
	justify-content: space-between;
}

.header-contact .whatsapp-link {
	margin-right: 0.6rem;
}

.telefon {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: #000000;
	display: inline-block;
}

.telefon:hover, .email:hover {
	color: #000000;
}

.email {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #000000;
}

.header-menu-wrap {
	display: flex;
}

.burger-toggle {
	margin-right: 3rem;
	cursor: pointer;
}

header>div>div>div:nth-child(2) {
	margin-left: -3rem;
}

.label-header {
	width: 10rem;
	position: absolute;
	top: -6rem;
}

.utf-img {
	width: 78rem;
	max-width: initial;
	margin-top: -3rem;
}

.notre-equipe {
	background: url('../img/notre-equipe-bg.svg') center top no-repeat;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 6rem;
	margin-top: -2rem;
	color: #fff;
}

.notre-equipe-img {
	width: 28rem;
	border-radius: 2.4rem;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}

.notre-equipe h4 {
	font-weight: 600;
	font-size: 3rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.notre-equipe h4 b {
	font-weight: 800;
}

.notre-equipe p {
	margin-bottom: 3.5rem;
}

.notre-equipe .btn-agro {
	padding: 1rem 5rem;
}

.line-title {
	background: #A5CB43;
	width: 4rem;
	height: 0.6rem;
	margin-bottom: 0.6rem;
	display: inline-block;
}

.title-section {
	font-weight: 700;
	font-size: 4.8rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 4rem;
}

.notre-equipe .title-section {
	margin-bottom: 1rem;
}

.notre-equipe-row {
	margin-bottom: 7rem;
}

.notre-equipe .line-title {
	margin-top: 5rem;
}

.notre-equipe p b {
	font-weight: 800;
}

.subtitle-section {
	font-weight: 400;
	font-size: 2rem;
	line-height: 130%;
	color: #000000;
}

.pour-nos-clients {
	padding-top: 6rem;
}

.green {
	background: #259A4C;
}

.pour-nos-clients__list {
	display: flex;
	justify-content: space-around;
	margin: 6rem 0;
}

.pour-nos-clients__list li {
	width: 19rem;
}

.pour-nos-clients__list li h6 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 120%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 2.8rem;
}

.pour-nos-clients p {
	margin-bottom: 2.6rem;
}

.huile-de-tournesol {
	background: url('../img/HUILE-DE-TOURNESOL.svg') center -18rem no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 7rem;
	margin-top: 7rem;
	padding-bottom: 8rem;
}

.huile-de-tournesol h3 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.huile-de-tournesol h3+p {
	margin-bottom: 6.5rem;
}

.huile-de-tournesol__item h5 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.huile-de-tournesol__item ul {
	display: flex;
}

.huile-de-tournesol__item ul li {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-right: 1.8rem;
	padding-right: 1.8rem;
	border-right: 0.1rem solid #FFFFFF;
}

.huile-de-tournesol__item ul li:last-child {
	border: 0;
}

.huile-de-tournesol__img {
	position: absolute;
	right: -9.5rem;
	top: -41rem;
	width: 92rem;
	max-width: initial;
}

.huile-de-tournesol__title {
	display: flex;
	margin-top: 7rem;
	margin-bottom: 2.2rem;
}

.huile-de-tournesol__title h5 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	margin-right: 2rem;
	width: 44rem;
}

.huile-de-tournesol__line {
	width: 100%;
	border-bottom: 0.1rem solid #54755B;
	position: relative;
	top: -1.5rem;
}

.transport-logistique {
	background: #FFFFFF;
	box-shadow: 0px 2rem 5rem rgba(0, 0, 0, 0.1);
	border-radius: 2.4rem;
	color: #000000;
	padding: 4rem 2rem;
}

.transport-logistique h4 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.7rem;
	margin-bottom: 1rem;
}

.transport-logistique p {
	min-height: 5.4rem;
}

.transport-logistique a {
	padding: 2rem 3rem;
	margin-top: 1rem;
}

.green-color {
	color: #259A4C;
}

.transsformateurs-alimentaires {
	padding-top: 4rem;
}

.transsformateurs-alimentaires__icon {
	margin-bottom: 3rem;
}

.transport-logistique-wrap {
	background: #F7F7F7;
	border: 0.2rem solid #EDEDED;
	border-radius: 2.4rem;
	margin-top: 4.8rem;
	padding: 0 3rem;
}

.transport-logistique-wrap .transport-logistique {
	margin-bottom: 6rem;
}

.transport-logistique-wrap .huile-de-tournesol__title {
	margin-top: 1.6rem;
}

.transport-logistique-wrap .huile-de-tournesol__line {
	border-bottom: 0.1rem solid #D5D5D5;
	width: 106rem;
}

.arrow-green {
	width: 3.6rem;
	margin-left: 2rem;
	margin-top: 1rem;
}

.arrow-green img {
	transition: 0.3s;
}

.transport-logistique__img {
	margin-left: -20px;
	object-fit: cover;
	position: absolute;
	max-height: 100%;
	width: 90%;
}

.transport-logistique-close .arrow-green img {
	transform: rotate(180deg);
}

.etablisements-de {
	background: url('../img/etablisements-de-bg.svg') center top no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 11rem;
	padding-bottom: 6rem;
	position: relative;
	z-index: 4;
	margin-top: 5.5rem;
}

.etablisements-de__list {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 4rem 0;
}

.etablisements-de__list li {
	width: 25%;
}

.etablisements-de__list li:nth-child(3) {
	width: 20%;
}

.etablisements-de__list li:nth-child(4) {
	width: 20%;
}

.etablisements-de__list li img {
	height: 5.6rem;
	object-fit: contain;
	width: 5.6rem;
}

.etablisements-de__list li h6 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-top: 1rem;
}

.etablisements-de-img {
	border-radius: 2.4rem;
}

.etablisements-de h4 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-top: 6rem;
	margin-bottom: 4rem;
	text-align: center;
}

.ligne-de-list {
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.ligne-de-list li h5 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.4rem;
	text-align: center;
	text-transform: uppercase;
	margin-top: 2.4rem;
}

.etablisements-de-footer {
	display: flex;
	margin-top: 4rem;
}

.etablisements-de-item {
	background: linear-gradient(270.49deg, rgba(37, 154, 76, 0) 46.02%, #259A4C 99.58%);
	display: flex;
	width: 50%;
	padding-top: 4.5rem;
	padding-bottom: 1.5rem;
	margin-right: 1.5rem;
}

.etablisements-de-item h5 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 0;
}

.etablisements-de-item h6 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 130%;
	text-transform: uppercase;
	height: 2.6rem;
	margin-bottom: 1rem;
}

.etablisements-de-item h6+p {
	height: 11rem;
	margin-bottom: 1.4rem;
}

.etablisements-de-item ul {
	display: flex;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 100%;
	margin-top: 1rem;
}

.etablisements-de-item ul li {
	padding-right: 1.8rem;
	margin-right: 1.8rem;
	border-right: 0.1rem solid #FFFFFF;
}

.etablisements-de-item ul li:last-child {
	border: 0;
	margin-right: 0;
	padding-right: 0;
}

.etablisements-de-item__left {
	margin-right: 3rem;
}

.etablisements-de-item__right {
	padding-right: 4rem;
	width: 36rem;
}

.etablisements-de-item__left img {
	width: 30rem;
	margin-top: -10rem;
}

.etablisements-de-item-right {
	flex-direction: row-reverse;
	background: linear-gradient(270.49deg, #259A4C 46.02%, rgba(37, 154, 76, 0) 99.58%);
	margin-left: 1.5rem;
	margin-right: 0;
	text-align: right;
}

.etablisements-de-item-right .etablisements-de-item__left {
	margin-right: 0;
	margin-left: 3rem;
}

.etablisements-de-item-right ul {
	justify-content: flex-end;
}

.etablisements-de-item-right .etablisements-de-item__right {
	padding-right: 0;
	padding-left: 2rem;
}

.certificats {
	padding-top: 8rem;
}

.certificates_item {
	display: flex;
	align-items: center;
	width: 72%;
	margin: 0 auto;
	margin-top: 2rem;
}

.certificates_item p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 150%;
	color: #444B4F;
}

.certificates_item img {
	margin-right: 2.4rem;
	width: 13rem;
}

.friture-section h3 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-top: 5rem;
	margin-left: -5rem;
}

.unique-label {
	margin-top: -4rem;
	width: 12rem;
}

.friture-section__subtitle {
	font-weight: 400;
	font-size: 2rem;
	line-height: 130%;
	margin-left: -5rem;
	margin-bottom: 7rem;
}

.friture-section__FRITURE {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	text-transform: uppercase;
}

.friture-section h6 {
	font-weight: 400;
	font-size: 2rem;
	line-height: 130%;
}

.friture-section h6+p {
	color: #444B4F;
	margin-bottom: 2rem;
}

.friture-section__footer {
	display: flex;
	align-items: center;
	margin-bottom: 2.2rem;
}

.friture-section__footer p {
	margin-right: 1rem;
	margin-bottom: 0;
}

.friture-section__footer ul {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 110%;
}

.friture-section__footer ul li {
	margin-right: 1.8rem;
	padding-right: 1.8rem;
	border-right: 0.1rem solid #000000;
}

.friture-section__footer ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.friture-section__list {
	border-top: 0.1rem solid #E2E2E2;
	padding-top: 2.8rem;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 130%;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
}

.friture-section__list li {
	position: relative;
	padding-left: 2.4rem;
	width: 48%;
	padding-right: 2rem;
	margin-bottom: 2.4rem;
}

.friture-section__list li::before {
	content: "";
	background: url('../img/check-icon.svg') center top no-repeat;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: 0;
	top: 0.5rem;
}

.friture-section__list li:last-child {
	width: 100%;
}

.raisons-de-devenir {
	margin-top: 6rem;
}

.raisons-de-devenir__item {
	color: #fff;
	padding: 2rem;
	padding-bottom: 3rem;
	height: 26rem;
	border-radius: 2.4rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.raisons-de-devenir__number {
	background: #A5CB43;
	border-radius: 1.2rem;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 130%;
	color: #0E110F;
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.raisons-de-devenir__text {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 130%;
}

.raisons-de-devenir__item_end {
	height: 48rem;
	flex-direction: row;
}

.raisons-de-devenir__item_end .raisons-de-devenir__text {
	width: 48rem;
}

.raisons-de-devenir .col-lg-3 .raisons-de-devenir__text {
	font-size: 20px;
}

.devenir-un-partenaire {
	background: url('../img/devenir-un-partenaire-bg.svg') center top no-repeat;
	background-size: cover;
	border-radius: 2.4rem;
	color: #fff;
	padding: 3rem 4rem;
	padding-top: 2.2rem;
}

.devenir-un-partenaire h5 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

input, select {
	background: #F2F2F2;
	border: 0.1rem solid #EAEAEA;
	border-radius: 1.6rem;
	display: block;
	width: 100%;
	padding: 1.4rem;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 130%;
	color: #000000;
	height: 4.8rem;
}

input:focus, select:focus {
	border: 0.1rem solid #A5CB43;
}

form label {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #A5CB43;
	margin-bottom: 0.5rem;
	padding-left: 1.4rem;
}

.form__group {
	margin-bottom: 2rem;
}

textarea {
	background: #F2F2F2;
	border: 0.1rem solid #EAEAEA;
	border-radius: 1.6rem;
	display: block;
	width: 100%;
	padding: 1.4rem;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 130%;
	color: #000000;
	height: 9rem;
	resize: none;
	margin-top: 1rem;
	margin-bottom: 3rem;
}

.form-text {
	font-weight: 400;
	font-size: 1rem;
	line-height: 120%;
	color: #A5CB43;
}

form button {
	width: 100%;
	border: 0;
}

button {
	cursor: pointer;
	transition: 0.3s;
}

button.btn-agro {
	font-size: 1.8rem;
}

.iti__selected-dial-code {
	color: #000;
	font-size: 1.4rem;
}

.iti__country {
	color: #000;
	font-size: 1.4rem;
}

.footer {
	background: url('../img/footer-bg.svg') center -25rem no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 7rem;
	padding-top: 7rem;
	overflow: hidden;
}

.footer h3 {
	font-weight: 700;
	font-size: 4rem;
	line-height: 130%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 2rem;
}

.footer .footer-subtitle {
	font-weight: 600;
	font-size: 2rem;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 3rem;
}

.footer-choose-country {
	display: flex;
	margin-bottom: 2.5rem;
}

.footer-choose-country li:first-child {
	margin-right: 20rem;
}

.footer-choose-country li {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #FFFFFF;
	padding-bottom: 1rem;
	border-bottom: 0.2rem solid rgba(0, 0, 0, 0);
	cursor: pointer;
}

.footer-choose-country li.active {
	border-bottom: 0.2rem solid #A5CB43;
}

.footer-choose-country li span {
	margin-left: 1rem;
}

.footer-down {
	display: flex;
	margin-top: 4rem;
	position: relative;
	justify-content: flex-end;
}

.map-img {
	width: 77rem;
	position: absolute;
	bottom: -4rem;
	left: 11rem;
}

.footer-down__right h5 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 130%;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.footer-down__address {
	display: flex;
	margin-bottom: 3rem;
}

.footer-down__address li {
	margin-right: 4.5rem;
	display: flex;
	align-items: center;
}

.footer-down__address li span {
	font-weight: 400;
	font-size: 2rem;
	line-height: 150%;
	margin-left: 1rem;
}

.footer-copy {
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 1.3rem;
	color: #FFFFFF;
	margin: 0;
}

.footer-down__right {
	background: linear-gradient(270.49deg, #259A4C 46.02%, rgba(37, 154, 76, 0) 99.58%);
	width: 57rem;
	padding: 3rem;
	padding-bottom: 2rem;
}

.footer-address-item {
	display: none;
}

.footer-address-item h5 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 3rem;
	margin-bottom: 2rem;
}

.footer-address-item p {
	font-size: 1.6rem;
	line-height: 1.9rem;
}

.footer-address-item p a {
	color: #FFFFFF;
}

.footer-address-item_open {
	display: block;
}

.modalBody_thank {
	display: flex;
}

#modalThank .modal-dialog {
	max-width: 50rem;
}

.modalBody_thank h4 {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 100%;
	color: #000000;
	margin-bottom: 1rem;
	margin-top: 8rem;
}

.modalBody_thank h6 {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 120%;
	color: #259A4C;
}

.modalBody_thank .socialList {
	margin-top: 3rem;
}

.modalBody_thank_left {
	margin-right: 3rem;
	width: 23rem;
	height: 27rem;
}

.modalBody_thank .socialList img {
	width: 2.4rem;
}

#modalThank .close {
	color: #000;
}

#modalThank .close:hover {
	color: #000;
}

.modal .close {
	color: #000;
	font-size: 3rem;
	right: 1rem;
	position: absolute;
	font-weight: 200;
}

.modal-content {
	border: 0;
	border-radius: 0;
}

.modalBody_thank_left+div {
	padding-right: 5.8rem;
}

.burgerMenuWrap {
	background: #FAFAFA;
	border: 0.1rem solid #EDEDED;
	box-shadow: 0px 2rem 5rem rgba(0, 0, 0, 0.1);
	border-radius: 0.4rem;
	padding: 2.5rem 3rem;
	position: absolute;
	top: 6rem;
	left: 11rem;
	width: 34rem;
	display: none;
	z-index: 99;
}

.burgerMenuWrap ul li {
	margin-bottom: 2rem;
}

.burgerMenuWrap ul a {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #000000;
}

hr {
	border: 0;
	border-bottom: 0.1rem solid #EDEDED;
	margin-bottom: 2rem;
}

.burgerMenuWrap ul li:last-child {
	margin-bottom: 0;
}

.modalBody_header {
	background: #259A4C;
	padding: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modalBody_header img {
	width: 18rem;
}

.close {
	position: absolute;
	right: 1.5rem;
	top: 1rem;
	color: #fff;
	font-size: 3rem;
	text-shadow: none;
	opacity: 1;
	font-weight: 300;
}

.close:hover {
	color: #fff;
}

.modal-content {
	border: 0;
}

.modal-dialog {
	max-width: 63rem;
}

.modalBody_form {
	padding: 3rem;
}

.modalBody_form label {
	color: rgba(37, 154, 76, 1);
}

.modalBody_form button.btn-agro {
	padding: 1.4rem 6rem;
	width: 18rem;
	margin-left: auto;
	display: block;
	font-size: 1.4rem;
}

#modalForm .close {
	color: #fff;
}

.red {
	color: rgba(220, 20, 60, 1);
}

.footer-address-item p .whatsapp-link {
	position: relative;
	top: -0.2rem;
	margin-left: 1rem;
}