.logo-cf,
#logo {
	background: url('../images/logo-cf.svg') no-repeat center center;
}
.logo-ci {
	background: url('../images/logo-ci.svg') no-repeat center center;
}
.logo-cirio {
	background: url('../images/logo-cirio.png') no-repeat center center;
}
.logo-bd {
	background: url('../images/logo-bd.png') no-repeat center center;
}
.logo-dea {
	background: url('../images/logo-dea.svg') no-repeat center center;
}
.logo-rolli {
	background: url('../images/logo-rolli.jpg') no-repeat center center;
	background-size: 100px !important;
}
.logo-valfrutta {
	background: url('../images/logo-valfrutta.jpg') no-repeat center center;
}
#band-0 {
	background-image: url('../images/band-CF.jpg');
}
#band-1 {
	background-image: url('../images/band-indus.jpg');
}
#band-2 {
	background-image: url('../images/band-produit.jpg');
}
#band-3 {
	background-image: url('../images/band-savoir-faire.jpg');
}
#band-4 {
	background-image: url('../images/band-contacts.jpg');
}
#band-5 {
	background-image: url('../images/band-recrutement.jpg');
}
.affiliate-container {
	/*display: flex;
	flex-direction: row;
	align-items: flex-start;*/
	display: table;
}
.affiliate-wrapper {
	padding-top: 20px;
}
.affiliate-wrapper:not(:last-child) {
	padding-bottom: 30px;
	border-bottom: 1px dotted #90cb53;
}
.affiliate-products {
	color: #008659;
	font-weight: 400;
	margin-top: 10px;
}
.affiliate-instructions {
	color: #70c45c;
	font-style: italic;
	margin-top: 10px;
}
.affiliate-text {
	display: table-cell;
	vertical-align: middle;
}
.affiliate-logo {
	width: 150px;
	height: 70px;
	background-size: contain;
	flex-shrink: 0;
	margin-right: 20px;
	display: table-cell;
	vertical-align: middle;
}

a,
a:active,
a:link {
	color: #233c5c;
	font-weight: bold;
}
body {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
	color: #7d807f;
	margin: 0;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-word;
}
.justified {
	text-align: justify;
	text-justify: inter-word;
}
.section {
	width: 100%;
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 100px;
	box-sizing: border-box;
}
#main-container {
	position: relative;
	border-radius: 40px 40px 0 0;
	background: white;
	margin-top: 175px;
	box-sizing: border-box;
	background: white;
}
#header {
	background: white;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 250;
}
.band-element {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
}
.band-element,
#band {
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.band {
	position: relative;
	height: 105px;
	z-index: 200;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: gainsboro;
}
.band-inner {
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: white;
	/* box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
	border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%; */
}
.band-inner:after {
	position: absolute;
	height: 40%;
	left: 30%;
	right: 30%;
	border-radius: 50%;
	z-index: -1;
	bottom: 0%;
	content: '';
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.8);
}
.anchor {
	display: block;
	position: relative;
	top: -275px;
	visibility: hidden;
}
#conserveitalia.anchor {
	top: -170px;
}
#animation-wrapper {
	width: calc(100% + 200px);
	position: relative;
	margin-left: -100px;
}
#animation {
	width: 100%;
	max-width: 1050px;
	padding-bottom: 39%;
	margin: 0 auto 30px auto;
	background: white url('../images/animation.jpg') no-repeat bottom center;
	background-size: cover;
	position: relative;
	z-index: 10;
}
#animation-wrapper:after {
	position: absolute;
	height: 40%;
	width: calc(100% - 50px);
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 50%;
	z-index: 5;
	bottom: 0%;
	content: '';
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.8);
}
#animation-mask {
	position: absolute;
	left: -200px;
	top: 0;
	bottom: 0;
	background: white;
	width: 200px;
	z-index: 100;
}
#animation-text {
	background: url('../images/animation-text.png') no-repeat center center;
	width: 100%;
	max-width: 363px;
	position: absolute;
	bottom: 25px;
	left: -20%;
	opacity: 0;
	height: 31%;
	max-height: 105px;
	background-size: contain;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
#animation-text.end {
	left: 5%;
	opacity: 1;
}
#logo {
	background-size: contain;
	height: 58px;
	margin: 12px 0;
	cursor: pointer;
}
#main {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
#menu {
	margin-top: -10px;
	padding-top: 8px;
	padding-bottom: 14px;
}
#menu ul {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	cursor: pointer;
	height: 40px;
	padding-bottom: 8px;
	margin-top: 10px;
	box-sizing: content-box;
	border-bottom: 2px solid transparent;
}
#menu ul li:not(:last-child) {
	margin-right: 20px;
}
#menu ul a {
	height: 100%;
	width: 100%;
	background-size: contain;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
}
#menu ul a,
#menu ul a:active,
#menu ul a:hover,
#menu ul a:focus,
#mobile-menu ul a,
#mobile-menu ul a:active,
#mobile-menu ul a:hover,
#mobile-menu ul a:focus {
	color: #7d807f;
	text-decoration: none;
	font-weight: 100;
}
#menu ul li:hover,
#menu ul li.active {
	border-bottom: 2px solid #70c45c;
	cursor: pointer;
}
#menu ul li.text:hover a {
	color: #70c45c;
}
h1 {
	line-height: 33px;
	color: #008555;
	font-weight: 100;
	margin-bottom: 15px;
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #81c44a;
	text-transform: uppercase;
	text-align: left;
}
h2 {
	color: #777a75;
	border-bottom: 1px dotted #7cba53;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 300;
	text-align: left;
}
h3 {
	margin-bottom: 2px;
}
.contacts {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	color: #7d7f7e;
}
.contacts .title {
	font-weight: bold;
}
.contacts .title,
.contacts .fa {
	color: #007a4b;
}
#footer {
	width: 100%;
	background: rgb(232, 232, 232); /* Old browsers */
	background: -moz-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		rgba(232, 232, 232, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		rgba(232, 232, 232, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	height: 200px;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
}
#footer .logos-main {
	margin: 0 auto;
	width: 630px;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}
#footer .image {
	display: block;
	width: 200px;
	height: 50px;
	background-size: contain !important;
}
#footer .logo-cirio {
	width: 102px;
}
#back-up {
	width: 40px;
	height: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a3c18+0,5b2300+100 */
	background: #81c44a;
	position: absolute;
	right: 10%;
	top: -40px;
	color: white;
	display: table;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	opacity: 0;
}
#back-up .fa {
	vertical-align: middle;
	display: table-cell;
}
.hr {
	margin: 0;
	height: 2px;
	background: black;
	background: -webkit-linear-gradient(
		left,
		transparent,
		rgba(0, 0, 0, 0.2),
		transparent
	);
	background: -moz-linear-gradient(
		left,
		transparent,
		rgba(0, 0, 0, 0.2),
		transparent
	);
	background: -ms-linear-gradient(
		left,
		transparent,
		rgba(0, 0, 0, 0.2),
		transparent
	);
	background: linear-gradient(
		left,
		transparent,
		rgba(0, 0, 0, 0.2),
		transparent
	);
}
hr {
	border: 0;
	border-bottom: 1px dotted #90cb53;
	background: none;
	height: 0;
}
.sauvegarder {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75b553+0,007d50+100 */
	background: white; /* Old browsers */
	background: -moz-linear-gradient(
		left,
		rgba(117, 181, 83, 1) 0%,
		rgba(0, 125, 80, 1) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		rgba(117, 181, 83, 1) 0%,
		rgba(0, 125, 80, 1) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		rgba(117, 181, 83, 1) 0%,
		rgba(0, 125, 80, 1) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b553', endColorstr='#007d50',GradientType=1 ); /* IE6-9 */
	color: #68ad57;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Cookie', cursive, sans-serif;
	font-size: 30px;
	margin-top: 40px;
	padding-bottom: 6px;
}
#sites-green {
	border-top: 1px dotted #7cba53;
	margin-top: 20px;
	padding-top: 20px;
}
#sites-green,
.sites-green2 {
	color: #7cba53;
	font-weight: 600;
}
.sites-green2 {
	font-style: italic;
}
#sites-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	text-align: justify;
	text-justify: inter-word;
}
#sites-wrapper2 {
	margin-top: 50px;
}
#sites-wrapper2 .element {
	display: flex;
	width: 50%;
	float: left;
}
#sites-wrapper2 .element:last-child .text {
	padding-right: 0;
}
#sites-wrapper2 .text {
	width: calc(100% - 150px);
	float: left;
	box-sizing: border-box;
	padding: 0 20px;
}
#sites-wrapper2 .image {
	float: left;
}
#sites-wrapper2 .title {
	border-bottom: 1px dotted #70c45c;
	margin-bottom: 15px;
}
#sites-map {
	background: url('../images/map.svg') no-repeat center center;
	background-size: contain;
	width: 350px;
	height: 400px;
	margin-left: 30px;
	flex-shrink: 0;
}
#savoirfaire-section ul {
	list-style-type: none;
}
#savoirfaire-section ul li {
	background: url('../images/bullet.png') no-repeat left 3px;
	margin-left: -30px;
	padding-left: 30px;
}
#savoirfaire-section ul li:not(:last-child) {
	border-bottom: 1px dotted #70c45c;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#savoirfaire-section .small-logos2 {
	width: 224px;
	height: 47px;
	background: url('../images/small-logos2.png') no-repeat right center;
	float: right;
}
#products-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 20px;
}
#products-wrapper .product {
	width: 160px;
	height: 160px;
	border: 1px solid black;
	flex-shrink: 0;
	position: relative;
	margin-bottom: 50px;
	z-index: 5;
	cursor: pointer;
}
#products-wrapper .product .desc {
	position: absolute;
	bottom: -30px;
	right: 0;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
}
#products-wrapper .product:after {
	position: absolute;
	height: 40%;
	width: 140px;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 50%;
	z-index: 0;
	bottom: 0%;
	content: '';
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.5);
	transform: translateZ(-10px);
}
#products-wrapper .image {
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
}
#products-wrapper #tomates .image {
	background-image: url('../images/tomates.jpg');
}
#products-wrapper #sauces .image {
	background-image: url('../images/sauces.jpg');
}
#products-wrapper #legumes .image {
	background-image: url('../images/legumes.jpg');
}
#products-wrapper #jus-de-fruits .image {
	background-image: url('../images/jus-de-fruits.jpg');
}
#products-wrapper #tomates {
	background: #da4032;
	color: #da4032;
	border-color: #da4032;
}
#products-wrapper #sauces {
	background: #a67512;
	color: #88592a;
	border-color: #a25f28;
}
#products-wrapper #legumes {
	background: #1cb957;
	border-color: #1cb957;
	color: #1cb957;
}
#products-wrapper #jus-de-fruits {
	background: #e78238;
	border-color: #e78238;
	color: #e78238;
}
.product {
	transform-style: preserve-3d;
}
.product .image {
	transition: 0.2s all ease;
}
.product:hover .image {
	opacity: 0.7;
}
.italic-green {
	font-style: italic;
	color: #7cba53;
	clear: both;
}
.cirio .logo {
	width: 140px;
	height: 86px;
	float: left;
	background-size: contain;
	margin-right: 20px;
}
.clear {
	clear: both;
}
#small-logos3 {
	float: right;
	margin-left: 20px;
	width: 300px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#small-logos3 .logo {
	display: inline-block;
	width: 147px;
	height: 150px;
}
#small-logos3 .logo:nth-child(1) {
	background: url('../images/logo-fic.gif') no-repeat center center;
	background-size: contain;
}
#small-logos3 .logo:nth-child(2) {
	background: url('../images/sda-2023.png') no-repeat center center;
	background-size: contain;
	width: 120px;
	height: 120px;
}
#small-logos3 .logo:nth-child(3) {
	background: url('../images/small-logos3.svg') no-repeat center center;
	background-size: contain;
}

#nav-mobile {
	background: #414649;
	height: 40px;
	display: none;
	align-items: center;
	padding-left: 10px;
	color: white;
	cursor: pointer;
}
#mobile-menu {
	display: none;
}
#mobile-menu ul {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	list-style-type: none;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
#mobile-menu ul li {
	padding: 5px 0;
}
#mobile-header {
	display: none;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.3);
}
#sub-header {
	z-index: 210;
	position: relative;
}
#sub-header:after,
#sub-header:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 2px;
	background: red;
	width: 50%;
}
#sub-header:after {
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(
		left,
		rgba(0, 0, 0, 0.3) 0%,
		rgba(0, 0, 0, 0) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0.3) 0%,
		rgba(0, 0, 0, 0) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.3) 0%,
		rgba(0, 0, 0, 0) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
#sub-header:before {
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(
		left,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.3) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.3) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.3) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}
.br {
	display: block;
}
.cc-banner .cc-message {
	padding-right: 30px;
}
.remodal {
	text-align: left;
}
.remodal h1 {
	margin-top: 0;
}
.small-logo-ci {
	display: inline-block;
	height: 30px;
	width: 135px;
	margin-bottom: 4px;
	margin-right: 3px;
	vertical-align: text-bottom;
	background-size: contain;
}
.issuuembed {
	width: 100%;
	height: 480px;
	margin: 0 auto;
	border: 1px solid gainsboro;
	background: gainsboro;
}
.products-more {
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-more img {
	display: none;
	max-width: 100%;
	max-height: 370px;

	width: auto;
	height: auto;
	border: 1px solid #66bfe3;
	user-select: none;
	margin: 0 auto;
}
.document-preview {
	display: flex;
	width: 430px;
	height: 230px;
	background-color: rgb(53, 53, 53);
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}
.document-preview:hover {
	background-color: rgb(82, 82, 82);
}
.document-preview img {
	height: 80%;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}