/* style.css by Pili Malfray - Freshcore Agence de Communication */

body {
	font-family: 'Roboto-Medium';
	font-weight: normal;
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	word-wrap: break-word;
}

img {
	max-width: 100%;
}

.page img:not(.notStyled) {
	box-shadow: 8px 8px 0px #2A63BA;
}

/*
*	Design
*/

input[type=radio].xdice:not(:checked),
input[type=radio]:checked {
	display: none;
}

input[type=radio].xdice:not(:checked)+label,
input[type=radio].xdice:checked+label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

input[type=radio].xdice:not(:checked)+label:before,
input[type=radio].xdice:checked+label:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
	background-color: #2797DB;
	border: 5px solid #2797DB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-family: "FontAwesome";
	line-height: 21px;
	color: #555;
	text-align: center;
	margin-right: 10px;
	overflow: hidden;
}

input[type=radio].xdice:checked+label:before {
	content: "";
	background-color: #FFF;
	color: #FFF;
}

.search-embed {
	display: block;
	position: relative;
}

.search-embed>input {
	width: 100%;
	background-color: #F8F8F8;
	border: none;
	font-size: 16px;
	padding: 16px 15px;
	padding-right: 55px;
}

.search-embed>button {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 47px;
	height: 100%;
	background-color: #66B015;
	border: none;
	font-size: 16px;
	color: #FFF;
}

.btn-more {
	display: inline-block;
	background-color: #FFF;
	border: 3px solid #66B015;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	padding: 10px;
	margin: 10px 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-more:hover,
.btn-more:focus {
	background-color: #66B015;
	text-decoration: none;
	color: #FFF;
}

.btn-more[disabled] {
	opacity: 0.3;
}

.btn-more[disabled]:hover,
.btn-more[disabled]:focus {
	background-color: #FFF;
	color: #000;
}

.header .row {
	display: flex;
	align-items: center;
}

@-webkit-keyframes wave {
	0% {
		background: initial;
	}

	50% {
		background: #EEE;
	}

	100% {
		background: initial;
	}
}

@-moz-keyframes wave {
	0% {
		background: initial;
	}

	50% {
		background: #EEE;
	}

	100% {
		background: initial;
	}
}

@-o-keyframes wave {
	0% {
		background: initial;
	}

	50% {
		background: #EEE;
	}

	100% {
		background: initial;
	}
}

@keyframes wave {
	0% {
		background: initial;
	}

	50% {
		background: #EEE;
	}

	100% {
		background: initial;
	}
}

/* HEADER */

header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

header>.container {
	height: 136px;
}

header .default-lines {
	padding-top: 25px;
	padding-bottom: 15px;
}

header h1 {
	max-width: 220px;
	border-left: 1px solid #E7E7E7;
	text-transform: uppercase;
	font-size: 18px;
	color: #414042;
	padding-left: 15px;
}

header .logo {
	display: inline-block;
	width: 100%;
	height: 130px;
	padding: 10px 5px;
}

header .logo>.cimagex {
	background-size: contain !important;
}

header .logo>img.cimagex {
	display: none;
}

header .france-benne {
	display: inline-block;
	width: 100%;
	height: 130px;
	padding: 10px 5px;
}

header .france-benne>.cimagex {
	background-size: contain !important;
}

header .france-benne>img.cimagex {
	display: none;
}

header .menuphone {
	display: none;
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

header .menuphone>i {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #FFF;
}

header .menuphone:hover>i {
	color: #F1F1F1;
}

header .lang-flip>a {
	display: inline-block;
	font-size: 20px;
	color: #000;
	padding: 8px 6px;
}

header .lang-flip>a.active {
	background-color: #66B015;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
}

header .lang-flip>a:hover,
header .lang-flip>a.active:hover,
header .lang-flip>a:focus,
header .lang-flip>a.active:focus {
	text-decoration: none;
}

header nav {
	background-color: #66B015;
}

header nav ul {
	display: table;
	position: relative;
	width: 100%;
	list-style-type: none;
	/* padding: 16px; */
}

header nav ul>li {
	display: table-cell;
	position: relative;
	border-right: 1px solid #85d42f;
}

header nav ul>li>a {
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 11px;
	cursor: pointer;
}

header nav ul>li>ul>li>a {
	text-align: left;
	margin: 0px;
}

header nav ul>li:last-of-type {
	border-right: none;
}

header nav ul>li.selected>a,
header nav ul>li>a:hover,
header nav ul>li>a:focus {
	/*background-color: #42700D;*/
	background-color: #5a9c11;
	text-decoration: none;
	color: #FFF;
}

header nav ul>li>ul {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #66B015;
	z-index: 6;
}

header nav ul>li:hover>ul {
	display: block;
}

header nav ul>li:hover>ul {
	display: block;
}

header nav ul>li>ul>li {
	display: block;
	border-right: none;
}

header nav ul>li>ul>li>a {
	height: auto;
}

/* ASIDE */

aside .diaporama-header {
	position: relative;
	width: 100%;
	height: 416px;
	background: rgba(0, 0, 0, 0.4);
	overflow-y: hidden;
}

/* Global Content */

section .diaporama-footer {
	position: relative;
	width: 100%;
	height: 577px;
	background: rgba(0, 0, 0, 0.4);
	overflow-y: hidden;
}

article {
	position: relative;
	padding: 47px 0 0 0;
}

article .textzone>.title {
	position: relative;
	width: 100%;
	text-align: center;
	overflow-x: hidden;
}

article .textzone>.title+div {
	margin-top: 32px;
}

article .textzone>.title>h2 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	font-size: 54px;
	color: #65AF10;
	padding: 0 20px;
	z-index: 2;
}

article .textzone>.title>h2::before,
article .textzone>.title>h2::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: 100%;
	width: 5000px;
	border-top: 5px solid #2A63BA;
}

article .textzone>.title>h2::after {
	right: initial;
	left: 100%;
}

article .textzone>.title.title-white>h2 {
	color: #FFF;
}

article .textzone>.title.title-white>h2::before,
article .textzone>.title.title-white>h2::after {
	border-top: 5px solid #FFF;
}

article .textzone .content {
	font-size: 19px;
	text-align: left;
}

article .textzone .content p {
	padding: 10px 0;
}

article .bgzone {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 2;
}

article .bgzone>img.cimagex {
	display: none;
}

article .bgzone::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #66b015;
	opacity: 0.8;
	z-index: 2;
}

/* Specific Content */

article[data-role="nos-metiers"] {
	padding: 70px 0;
}

article[data-role="nos-metiers"] a,
article[data-role="nos-metiers"] a:active,
article[data-role="nos-metiers"] a:focus {
	text-decoration: none;
}

article[data-role="nos-metiers"] a:hover {
	opacity: 0.8;
}

article[data-role="nos-metiers"] .textzone>.title {
	margin-bottom: 60px;
}

article[data-role="nos-metiers"] .picture {
	position: relative;
	height: 121px;
}

article[data-role="nos-metiers"] .picture>span {
	position: absolute;
	display: inline-block;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}

article[data-role="nos-metiers"] .picture>span>img {
	position: initial;
	display: inline-block;
	float: none;
	left: auto;
	max-height: 121px;
}

article[data-role="nos-metiers"] .details {
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	color: #FFF;
	padding: 15px 20px;
}

article[data-role="nos-metiers"] .owl-theme .owl-controls {
	position: absolute;
	top: 10%;
	width: 100%;
	height: 0px;
}

article[data-role="nos-metiers"] .owl-theme .owl-controls .owl-buttons div {
	background: none;
	opacity: 1;
}

article[data-role="nos-metiers"] .owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 0.8;
}

article[data-role="nos-metiers"] .owl-theme .owl-controls .owl-buttons div.owl-prev {
	float: left;
}

article[data-role="nos-metiers"] .owl-theme .owl-controls .owl-buttons div.owl-next {
	float: right;
}

/* PAGE */

article.page {
	padding: 20px 0 70px 0;
}

article.page .textzone>.title+div {
	margin-top: 64px;
}

article.page .textzone {
	min-height: 300px;
}

article.page .textzone ul {
	list-style-type: square;
}

article.page .textzone ul li {
	margin: 14px 0 14px 25px;
}

strong,
b {
	color: #65AF10;
}

/* Page Contact */

.contactzone {
	-webkit-box-shadow: 0 0 3px #66B015;
	-moz-box-shadow: 0 0 3px #66B015;
	-o-box-shadow: 0 0 3px #66B015;
	box-shadow: 0 0 3px #66B015;
	padding: 20px;
	margin: 10px 0;
}

.contactzone form textarea,
.contactzone form input[type=text] {
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #999;
	color: #000;
	font-size: 14px;
	padding: 10px 5px 5px 5px;
	margin-bottom: 10px;
	text-align: left;
}

.contactzone form textarea {
	height: 250px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	resize: vertical;
}

.contactzone form textarea:focus,
.contactzone form input[type=text]:focus {
	-webkit-animation: wave 0.3s linear;
	-moz-animation: wave 0.3s linear;
	-o-animation: wave 0.3s linear;
	animation: wave 0.3s linear;
}

.contactzone form .alert,
.contactzone form .alert-error {
	display: block;
	background-color: #66B015;
	color: #FFF;
	padding: 20px;
	margin-bottom: 15px;
}

.contactzone form .alert-error {
	background-color: #FF7C00;
}

/* Page search */

.page-search .textzone p {
	font-size: 16px;
	padding: 20px 0;
	margin: 0px;
}

.page-search .tagzone>span {
	display: inline-block;
	background-color: #2A63BA;
	color: #FFF;
	opacity: 0.8;
	padding: 8px 10px;
	cursor: default;
}

.page-search .tagzone>span:hover {
	opacity: 1;
}

.page-search .flow .item {
	background-color: #F1F1F1;
	font-size: 16px;
	padding: 20px;
}

/* Page Metiers */

.page-metiers .flow a {
	display: block;
	/* background-color: #66B015; */
	text-decoration: none;
	font-size: 22px;
	color: #FFF;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.page-metiers .flow a:hover {
	opacity: 0.8;
}

.page-metiers .flow a>.picture {
	height: 110px;
	text-align: center;
	margin-right: auto;
	width: 100%;
	position: relative;
}

.page-metiers .flow a>.picture>img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
}

.page-metiers .flow a>.details {
	text-align: center;
}

/* Page recruitment */

.demandzone {
	-webkit-box-shadow: 0 0 3px #66B015;
	-moz-box-shadow: 0 0 3px #66B015;
	-o-box-shadow: 0 0 3px #66B015;
	box-shadow: 0 0 3px #66B015;
	padding: 20px;
	margin: 10px 0;
}

.demandzone form .upfile {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.demandzone form .upfile>input[type=button] {
	border: none;
	background-color: #2A63BA;
	opacity: 0.8;
	color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
}

.demandzone form .upfile:hover>input[type=button] {
	opacity: 1;
}

.demandzone form .upfile>input[type=file] {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid #000;
	opacity: 0;
	cursor: pointer;
}

.demandzone form textarea,
.demandzone form input[type=text] {
	display: block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #999;
	color: #000;
	font-size: 14px;
	padding: 10px 5px 5px 5px;
	margin-bottom: 10px;
	text-align: left;
}

.demandzone form textarea {
	height: 250px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
	resize: vertical;
}

.demandzone form textarea:focus,
.demandzone form input[type=text]:focus {
	-webkit-animation: wave 0.3s linear;
	-moz-animation: wave 0.3s linear;
	-o-animation: wave 0.3s linear;
	animation: wave 0.3s linear;
}

.demandzone form .alert,
.demandzone form .alert-error {
	display: block;
	background-color: #66B015;
	color: #FFF;
	padding: 20px;
	margin-bottom: 15px;
}

.demandzone form .alert-error {
	background-color: #FF7C00;
}

/* Footer */

footer {
	position: relative;
	font-size: 19px;
	color: #FFF;
	padding: 0 0 50px 0;
}

footer .textzone {
	position: relative;
	z-index: 3;
}

footer .textzone h2 {
	text-transform: uppercase;
	font-size: 19px;
	margin-bottom: 20px;
}

footer .textzone .contact {
	background-color: #FFF;
	color: #66B015;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px;
}

footer .textzone .content p {
	margin: 25px 0;
}

footer .textzone nav>ul {
	list-style-type: none;
}

footer .textzone nav>ul>li>a {
	color: #FFF;
}

footer .textzone ul {
	list-style-type: none;
}

footer .textzone ul li {
	margin: 14px 0 14px 20px;
}

footer .bgzone {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	z-index: 2;
}

footer .bgzone>img.cimagex {
	display: none;
}

footer .bgzone::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #66b015;
	opacity: 0.8;
	z-index: 2;
}

footer .adresses {
	background-color: #FFF;
	color: gray;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 50px 0;
	margin-bottom: 50px;
}

footer .adresses .footer-logo {
	display: block;
	height: 30px;
}

footer .adresses p {
	margin: 0;
}

footer .adresses p.tel {
	margin-top: 20px;
	font-weight: bold;
}

footer .adresses .footer-logo div.cimagex {
	background-size: contain !important;
}
footer .line {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .line .item {
	min-width: 250px;
}

/* Melba */

.row.melbaGridItem>div {
	padding-left: 15px;
	padding-right: 15px;
}

/* Animation */

article .textzone {
	position: relative;
	z-index: 3;
}

.anime-flash,
article .textzone img,
article .textzone p,
article .textzone ul,
article .textzone>.title {
	position: relative;
	left: -200px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.anime-flash.showit,
article .textzone img.showit,
article .textzone p.showit,
article .textzone ul.showit,
article .textzone>.title.showit {
	left: 0px;
	opacity: 1;
}

/* Animation 2 */

.anime-zoom {
	position: relative;
	-webkit-transform: scale(0.3, 0.3);
	-moz-transform: scale(0.3, 0.3);
	-o-transform: scale(0.3, 0.3);
	transform: scale(0.3, 0.3);
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.anime-zoom.showit {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}


/*
*	MEDIA QUERIES
*/

/* little desktop */
@media screen and (max-width: 1199px) {

	header>.container {
		height: auto;
	}

	header h1 {
		max-width: initial;
		border: none;
		text-align: center;
	}

	header .menuphone {
		display: inline-block;
	}

	header nav ul {
		display: none;
		position: relative;
		margin-top: 20px;
	}

	header nav.enable ul {
		display: inline-block;
	}

	header nav ul>li {
		display: block;
	}

	header nav ul>li i.fa {
		display: none;
	}

	header nav ul>li>ul,
	header nav.enable ul>li>ul {
		display: block;
		position: relative;
		margin-top: 0px;
	}
}

/* tablette */
@media screen and (max-width: 991px) {
	.header .row {
		display: block;
	}

}

/* smartphone */
@media screen and (max-width: 768px) {}

.lines-item {
	height: 200px;
}



.page-metiers .flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
	width: 930px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.item-metier {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
	background-image: url("/static/images/dessin2.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 5px -70px 5px;
}

.item-metier:hover {
	background-image: url("/static/images/dessin1.svg");
}

.item-metier:hover .hexagone {
	filter: none;
}

.hexagone {
	filter: invert(30%) sepia(33%) saturate(4538%) hue-rotate(46deg) brightness(91%) contrast(84%);
}

.item-4,
.item-9 {
	margin: 0 0 -70px 159px;
}

.item-5,
.item-10 {
	margin: 0 159px -70px 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

	.item-4,
	.item-4,
	.item-9,
	.item-5,
	.item-10 {
		margin: 0 5px -70px 5px;
	}

	.page-metiers .flow {
		width: 620px;
	}

	.item-3,
	.item-6,
	.item-9,
	.item-12 {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.page-metiers .flow {
		width: 300px;
	}

	.item-metier {
		margin: auto;
	}

	.page-metiers .flow {
		justify-content: center;
	}
}

.small-logo {
	display: inline-block;
	width: 100%;
	height: 45px;
	padding: 10px 5px;
}

.box-logo-small {
	width: 30%;
}

.content-logo {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.content-logo .cimagex {
	background-size: contain !important;
}

.header {
	padding: 0 8%;
}

/* Hexagone galerie */

.melbaGalerieItem {
	display: flex !important;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	transform: translateY(34.375px);
}

.melbaGalerieItem>div {
	flex: 0 1 250px;
	max-width: 250px;
	height: 137.5px;
	margin: 65.4761904762px 12.5px 25px;
	position: relative;
	padding: 0.5em;
	text-align: center;
	z-index: 1;
}

.melbaGalerieItem>div>.swipebox {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.melbaGalerieItem>div:before,
.melbaGalerieItem>div:after {
	content: "";
}

.melbaGalerieItem>div:before,
.melbaGalerieItem>divl::after,
.melbaGalerieItem>div>.swipebox {
	top: -50%;
	left: 0;
	width: 100%;
	height: 200%;
	display: block;
	position: absolute;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	z-index: -1;
}

.melbaGalerieItem>div:before {
	background: #66B015;
	transform: scale(1.055);
}

.melbaGalerieItem>div:after {
	background: #3ea0eb;
	opacity: 0.5;
	transition: opacity 350ms;
}

.melbaGalerieItem>div>a>.cimagex {
	background-size: cover !important;
}

.melbaGalerieItem>div:hover::before {
	background: #66B015;
}

.melbaGalerieItem>div:hover::after {
	opacity: 0;
}

@media (max-width: 550px) {
	.melbaGalerieItem>div {
		margin: 81.25px 25px;
	}

	.melbaGalerieItem {
		width: 300px;
		margin: 0 auto;
		justify-content: center;
	}
}

@media (min-width: 550px) and (max-width: 991px) {
	.melbaGalerieItem {
		width: 550px !important;
	}

	.melbaGalerieItem>div:nth-child(3n) {
		margin-right: calc(50% - 125px);
		margin-left: calc(50% - 125px);
	}

	.honeycomb__placeholder:nth-child(3n+5) {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.melbaGalerieItem {
		width: 825px;
		margin: 0 auto;
	}

	.melbaGalerieItem>div:nth-child(5n+4) {
		margin-left: calc(50% - 265px);
	}

	.melbaGalerieItem>div:nth-child(5n+5) {
		margin-right: calc(50% - 265px);
	}

	.honeycomb__placeholder:nth-child(5n),
	.honeycomb__placeholder:nth-child(5n+3) {
		display: block;
	}
}

@media (min-width: 1200px) {
	.melbaGalerieItem {
		width: 1100px;
	}

	.melbaGalerieItem>div:nth-child(7n+5) {
		margin-left: calc(50% - 400px);
	}

	.melbaGalerieItem>div:nth-child(7n+7),
	.melbaGalerieItem>div:nth-child(7n+5):nth-last-child(2) {
		margin-right: calc(50% - 400px);
	}

	.honeycomb__placeholder:nth-child(7n+7),
	.honeycomb__placeholder:nth-child(7n+9),
	.honeycomb__placeholder:nth-child(7n+11) {
		display: block;
	}
}