/*
Theme Name: Biznet Template
Theme URI: http://underscores.me/
Author: Biznet
Author URI: http://www.biznet-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Biznet Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&family=Roboto:wght@300;400;500;700&display=swap');

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

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: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

	/* HTML */
	
html {
	font-family: sans-serif;
	color: black;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
}

a {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p {
	line-height: 1.5em;
}

ul {
}

ol {
}

li {
}

blockquote {
}

img {
}

	/* WordPress */
	
.gallery {
    display: flex;
    flex-flow: row wrap;
}

.gallery figure {
	margin: 5px;
}

.gallery a {
	display: block;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

	/* Class */

.clear {
	clear: both;
}

	/* Animations */

#primary-menu .sub-menu {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
#masthead {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding-top: 10px;
	z-index: 999;
}

#masthead .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

#logo {
	z-index: 1;
}

#site-navigation {
}

/*--------------------------------------------------------------
4.0 Page
--------------------------------------------------------------*/
#page {
}

#content {
}

#primary {
}

#main {
}

#secondary {
}

/*--------------------------------------------------------------
5.0 Footer
--------------------------------------------------------------*/
#colophon {
	background-color: black;
	color: #868686;
	padding: 10px 0;
	font-size: 12px;
	margin-top: 60px;
}

.home #colophon {
	margin-top: 0;
}

#colophon a {
	color: #868686;
}

#colophon a:hover {
	color: white;
}

#colophon .wrapper {
	display: flex;
	justify-content: space-between;
}

/*--------------------------------------------------------------
6.0 Custom
--------------------------------------------------------------*/

* {
	outline: none;
}

a {
	transition: all 200ms ease-in-out;
}

.wrapper {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#home-slider {
	width: 100%;
	/* height: 542px; */
	background: url(img/bgbg2.jpg) no-repeat center top white;
	/* background: url(img/bg-slider.jpg) no-repeat center top white; */
	padding: 90px 0;
	background-size: cover;
}

#primary-menu {
	padding: 0 10px;
	margin: 0 0 0 -12px;
	display: flex;
	background-color: black;
	transform: skew(-8deg);
}

#primary-menu li {
	list-style: none;
	position: relative;
}

#primary-menu > li > a,
.menu-right a {
	list-style: none;
	color: white;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	box-sizing: border-box;
	font-weight: 500;
	letter-spacing: 1px;
	position: relative;
}

#primary-menu > li:hover > a {
	color: #ee2d30;
	background-color: rgb(31, 31, 31);
}

#primary-menu > li.current-menu-ancestor > a,
#primary-menu > li.current-page-ancestor > a,
#primary-menu > li.current-menu-item > a,
#primary-menu > li.current_page_ancestor > a {
	color: #737373;
}

#primary-menu > li.current-menu-ancestor > a::before,
#primary-menu > li.current-page-ancestor > a::before,
#primary-menu > li.current-menu-item > a::before,
#primary-menu > li.current_page_ancestor > a::before {
	content: '';
	background-color: #f0bb00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 4px;
}

.menu-right {
	display: flex;
	align-items: center;
	transform: skew(-8deg);
}

.menu-right svg {
	fill: white;
	width: 20px;
	height: 20px;
}

.menu-phone {
	background-color: #ee2d30;
}

.menu-phone:hover {
	background-color: #d31e1f;
}

.menu-phone svg {
	margin-right: 5px;
}

.menu-contact {
	background-color: #970002;
	padding: 6px 16px !important;
}

.menu-contact:hover {
	background-color: #d31e1f;
}

.home-slider {
	height: 100%;
}

.home-slide {
	height: 100%;
	background-position: right bottom;
	background-repeat: no-repeat;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-items: center;
}

.home-slide h1 {
	color: white;
	font-size: 40px;
	text-align: center;
}

.slick-list,
.slick-track {
	height: 100%;
}

.home-caption {
	width: 443px;
	height: 181px;
	padding: 10px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(img/bg-caption.png) no-repeat center;
	color: white;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 40px;
}

.arrowsnav {
	display: flex;
	position: absolute;
	right: 14px;
	bottom: -14px;
}

.arrowsnav svg {
	fill: black;
}

.slide-left,
.slide-right {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f0bb00;
	transform: skew(-8deg);
	cursor: pointer;
}

.slide-left:hover,
.slide-right:hover {
	background-color: #c79c00;
}

.slide-right {
	margin-left: 4px;
}

.home-blocs {
	margin-top: 40px;
}

.home-blocs .wrapper {
	display: flex;
	justify-content: space-between;
}

.home-blocs .wrapper > div {
	width: 32%;
	display: flex;
	flex-direction: column;
}

.bloc-50 {
	width: 100%;
	height: 192px;
	margin-bottom: 20px;
}

.bloc-100 {
	width: 100%;
	height: 404px;
	margin-bottom: 20px;
}

.bloc-50,
.bloc-100 {
	background-color: black;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	padding: 26px 26px 16px 26px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.bloc-50 p,
.bloc-100 p {
	margin-top: 0;
	margin-bottom: 0;
	max-height: 0;
	opacity: 0;
	padding-right: 80px;
	transition: all 600ms ease-in-out;
}

.bloc-50 > strong,
.bloc-100 > strong {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	z-index: 10;
}

.bloc-50:hover p,
.bloc-100:hover p {
	max-height: 500px;
	opacity: 1;
	z-index: 10;
}

.bloc-50::before,
.bloc-100::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.5;
	z-index: 1;
	transition: all 200ms ease-in-out;
}

.bloc-50:hover::before,
.bloc-100:hover::before {
	background-color: #ee2d30;
	opacity: 0.8;
}

.bloc-50::after,
.bloc-100::after {
	content: '+';
	position: absolute;	
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ee2d30;
	transform: skew(-8deg);
	right: 30px;
	bottom: 20px;
	z-index: 20;
	font-size: 16px;
	font-weight: 600;
	transition: all 200ms ease-in-out;
}

.bloc-50:hover::after,
.bloc-100:hover::after {
	background-color: white;
	color: black;
}

.bloc-descprincipale {
	color: black;
	background-color: white;
	padding: 0 !important;
	justify-content: center;
	cursor: default;
}

.bloc-descprincipale::before,
.bloc-descprincipale::after {
	display: none;
}

.bloc-descprincipale p {
	max-height: 500px;
	opacity: 1;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: normal;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 20px;
}

h2 strong {
	font-weight: bold;
}

h2::after {
	content: '';
	width: 28px;
	height: 4px;
	background-color: #f0bb00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.home-secteurs {
	margin-top: 40px;
}

.home-secteurs .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.secteurs-left {
	flex: auto;
	padding-right: 20px;
}

.secteurs-right {
	flex: 652px 0 0;
	height: 263px;
	background: url(img/bg-secteurs.jpg) no-repeat center;
	position: relative;
}

.secteurs-right a {
	color: white;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	background-color: black;
	padding: 10px 16px;
	text-decoration: none;
}

.secteurs-right a:hover {
	background-color: #ee2d30;
}

.skew {
	transform: skew(-8deg);
}

.gourmet_retail {
	position: absolute;
	left: 0;
	top: 20px;
}

.industrie {
	position: absolute;
	right: 0;
	top: 98px;
}

.mode_luxe {
	position: absolute;
	left: 0;
	bottom: 58px;
}

.autres {
	position: absolute;
	right: 134px;
	bottom: 54px;
}

a {
	text-decoration: none;
}

.home-chiffres {
	margin-top: 160px;
	text-align: center;
	height: 322px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: black;
	position: relative;
}

.home-chiffres::after {
	content: '';
	background-color: black;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

}

.home-chiffres h2 {
	color: white;
	padding-top: 76px;
	z-index: 10;
	width: 100%;
}

.home-chiffres div {
	z-index: 10;
}

.home-chiffres h2::after {
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.home-chiffres img {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin: auto;
	top: -120px;
	animation: float 4s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(20px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(20px);
	}
}

.home-chiffres .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.chiffre-bloc {
	width: 23%;
	height: 246px;
	background-color: white;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.home-chiffres .chiffre-bloc.first,
.home-chiffres .chiffre-bloc.last {
	margin-top: -30px;
}

.home-chiffres .chiffre-bloc.second,
.home-chiffres .chiffre-bloc.trois {
	margin-top: 20px;
}

.chiffre-bloc svg {
	width: 54px;
	height: 54px;
	fill: #ee2d30;
	margin-bottom: 24px;
}

.chiffre-bloc strong {
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.chiffre-bloc p {
	margin: 2px 0;
}

#home-clients {
	margin-top: 180px;
}

#home-clients h2 {
	text-align: center;
	margin-bottom: 60px;
}

#home-clients h2::after {
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.home-clients {
	display: flex;
	justify-content: center;
	align-items: center;
}

#home-clients .slick-initialized .slick-slide {
	display: flex;
	justify-content: center;
}

#home-clients .slick-track {
	display: flex;
	align-items: center;
	justify-content: center;
}

#home-clients a {
	filter: grayscale(100%);
	opacity: 0.3;
	margin: 0 20px;
}

#home-clients a img {
	max-height: 100px;
}

#home-clients a:hover {
	filter: grayscale(0);
	opacity: 1;
}

#primary-menu > li > .sub-menu {
	left: 0;
	/* right: 0; */
	list-style: none;
	position: absolute;
	margin: 0;
	top: calc(100% - 2px);
	background-color: #1f1f1f;
	transition: 0.2s ease-in-out;
	transform-origin: 0 0;
	transform: scale(0);
	opacity: 0;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
	z-index: 100;
	padding: 0;
	overflow: hidden;
}

#primary-menu > li > .sub-menu > li {
	transition: 0.5s ease;
	transform: translateY(-20px);
	opacity: 0;
}

#primary-menu > li > .sub-menu > li:first-child > a {
	/* padding-top: 14px; */
}

#primary-menu > li > .sub-menu > li:last-child > a {
	padding-bottom: 14px;
}

#primary-menu > li > .sub-menu li a {
	font-size: 13px;
	white-space: nowrap;
	color: white;
	padding: 8px 16px;
	display: block;
	text-decoration: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
}

#primary-menu > li > .sub-menu li a:hover {
	background-color: black;
}

#primary-menu > li:hover > .sub-menu {
	transform: scale(1);
	opacity: 1;
}

#primary-menu > li:hover > .sub-menu > li {
	transform: translateY(0);
	opacity: 1;
}

.bloc-descprincipale h2 {
	margin-top: 0;
}

.wprm-overlay {
	opacity: 0.5;
}

.wpr-search-field {
	display: none !important;
}

html {
	padding-top: 0 !important;
}

#mg-wprm-wrap.cbp-spmenu-left, #mg-wprm-wrap.cbp-spmenu-right, #mg-widgetmenu-wrap.cbp-spmenu-widget-left, #mg-widgetmenu-wrap.cbp-spmenu-widget-right {
	top: 0 !important;
}

.header-page {
	width: 100%;
	min-height: 322px;
	background-color: black;
	color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	background-image: url(img/bg-slider.jpg);
}

.header-page::before {
	content: '';
	position: absolute;
	background-color: black;
	opacity: 0.2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.header-page .wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 80px;
	z-index: 3;
	position: relative;
}

.header-page h1 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 29px;
	background-color: #ffffff;
	color: black;
	padding: 10px 20px;
	transform: skew(-8deg);
}

.video-bg {
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 1;
}

.entry-content h2 {
	font-weight: bold;
}

.entry-content.wrapper {
	display: flex;
	justify-content: space-between;
}

.left {
	flex: auto;
	padding-right: 40px;
	box-sizing: border-box;
}

.right {
	flex: 300px 0 0;
}

.contact-rapide {
	background-color: #f7f7f7;
	padding: 20px 10px 20px 20px;
	box-sizing: border-box;
}

.contact-rapide h3 {
	margin: 8px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	display: flex;
}

.wpcf7-text,
.wpcf7-number,
.wpcf7-select {
	padding: 10px;
	font-size: 12px;
	color: black;
	background-color: white;
	font-weight: normal;
	border: 0;
	margin: 0 10px 10px 0;
}

.wpcf7-textarea {
	padding: 10px;
	font-size: 12px;
	height: 86px;
	color: black;
	resize: none;
	border: 0;
	background-color: white;
	margin: 0 10px 10px 0;
	display: flex;
}

.contact-rapide > strong,
.widget-title {
	font-family: 'Poppins', sans-serif;
	color: #0050e3 !important;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
	font-size: 19px;
	margin-top: 0;
}

.wpcf7-not-valid {
	animation-name: wiggle;
	animation-duration: 0.1s;
	animation-iteration-count: 4;
	animation-timing-function: ease-in-out;
}

@keyframes wiggle {
	0%, 100% {transform: translateX(-4px);}
	50% {transform: translateX(4px);}
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-response-output {
	position: fixed;
	font-size: 13px;
	background-color: white;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-right: 0 !important;
	padding: 10px !important;
	bottom: 20px;
	right: 20px;
	font-weight: 500;
	color: black;
	z-index: 100;
	max-width: 400px;
	line-height: 1.4em;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	overflow: hidden;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border-left: 0;
	background: #bf2011;
}

div.wpcf7-mail-sent-ok {
	border: 4px solid #0543b3;
	background: #0543b3;
}

.wpcf7-submit {
	background-color: #ee2d30;
	color: white;
	border: 0;
	padding: 8px 14px;
	font-weight: 600;
	font-size: 13px;
	transform: skew(-8deg);
	float: right;
	transition: all 200ms ease-in-out;
}

.wpcf7-submit:hover {
	background-color: #d31e1f;
}

.form-bloc.last {
	width: 100% !important;
	padding-right: 10px;
	box-sizing: border-box;
}

.page-chiffres {
	background: none;
	height: auto;
	margin-top: 40px;
}

.page-chiffres::after {
	display: none;
}

.page-chiffres .chiffre-bloc {
	margin-top: 0 !important;
	height: auto;
}

.page-chiffres .chiffre-bloc strong {
	font-size: 30px;
}

.page-chiffres svg {
	width: 36px;
	height: 36px;
}

img {
	max-width: 100%;
	height: auto;
}

.contact-left,
.contact-right {
	width: 48%;
}

.contact-wrapper .form-bloc {
	width: 50%;
}

.contact-wrapper .form-bloc.mess {
	width: 100%;
}

.contact-bottom {
	margin-top: 40px;
	height: 80px;
	background: url(img/bg-slider.jpg) no-repeat center 76% white;
	position: relative;
	color: white;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-bottom::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.8;
}

.contact-bottom strong,
.contact-bottom div {
	z-index: 1;
	position: relative;
}

.contact-bottom div {
	display: flex;
	flex-direction: row;
}

.contact-bottom a {
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.contact-bottom a svg {
	fill: #ee2d30;
	margin-right: 10px;
}

.contact-bottom strong {
	font-size: 20px;
}

#colophon .wrapper {
	display: flex;
	flex-direction: column;
}

.footer-top {
	padding: 20px 0;
	margin-bottom: 10px;
	display: flex;
	border-bottom: 1px solid #222;
	justify-content: space-between;
}

.footer-top img {
	max-width: 200px !important;
}

.footer-top * {
	color: white !important;
}

.footer-top strong {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
}

.error-404 {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.error-404 .page-title {
	line-height: 1em;
	font-size: 83px;
	margin-bottom: 0;
}

.mention,
.mention a {
	font-size: 12px;
	color: #898989;
}

.mention a {
	text-decoration: underline;
}

#cookie-notice .cn-button {
	background: white;
	color: black;
	border-radius: 0;
}

.form-bloc p {
	margin: 0;
}

.slideshow {
	position: absolute !important;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.slideshow .slick-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.left .pres {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 2px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 26px 0;
}

.left .pres img {
	margin: 0;
	max-width: 250px;
	height: auto;
}

.left .pres a {
	background-color: #ee2d30;
	color: white;
	border: 0;
	padding: 8px 14px;
	font-weight: 600;
	font-size: 13px;
	transform: skew(-8deg);
	float: right;
	transition: all 200ms ease-in-out;
}

.left .pres a:hover {
	background-color: #d31e1f;
}

.left ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0 0 30px 0;
	padding: 0;
}

.left ul li {
	list-style: none;
}

.left ul li a {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	border-bottom: 2px solid #ee2d30;
	font-weight: bold;
	color: black;
	font-size: 20px;
}

.left ul li a::after {
	content: '>';
	margin-left: 10px;
	opacity: 0.4;
}

.left ul li a:hover {
	color: #ee2d30;
}

.home .carousel-gal {
	/* max-width: 400px !important; */
	border: 0;
	background: white;
	margin-top: 0;
}

.home .carousel-gal img {
  max-height: 530px;
}

.carousel-gal {
	width: 100%;
	max-width: 940px;
	box-sizing: border-box;
	margin-top: 90px;
	background: white;
}

body:not(.home) .carousel-gal {
	max-width: 640px;
	margin-top: 140px;
}

body:not(.home) .carousel-gal img {
	max-height: 300px;
}

.carousel-gal .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: flex-end;
	height: auto !important;
	padding: 20px;
	box-sizing: border-box;
}

.carousel-gal img {
	width: auto !important;
}

.slick-dots {
	display: flex;
	justify-content: center;
	gap: 20px !important;
	list-style: none !important;
	padding: 0 !important;
}

.slick-dots button {
	padding: 0;
	margin: 0;
	background: #f0bb00;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	font-size: 0 !important;
	border: 0 !important;
}

.slick-dots li.slick-active button {
	opacity: 0.2;
}

.slick-track {
	display: flex !important;
	justify-content: center;
	align-items: flex-end;
}





/*--------------------------------------------------------------
10.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1160px) {

	.hamburger-box {
    width: 27px !important;
    height: 23px !important;
	}

	#wprmenu_bar div.hamburger {
		margin: 0 !important;
		padding: 0 !important;
	}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 26px;
    height: 3px;
	}

	#wprmenu_bar {
		width: 42px;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		right: 20px;
		left: auto;
		top: 22px;
		transform: skew(-8deg);
	}

	.menu-right {
    position: fixed;
    bottom: 20px;
    right: 20px;
	}

	.menu-right a {
		width: 46px;
		height: 46px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 !important;
	}

	.menu-right svg {
		margin: 0 !important;
	}

	.menu-right span {
		display: none;
	}

	#primary-menu {
		display: none;
	}
	
	#masthead .wrapper {
    justify-content: flex-start;
	}
	
}

@media screen and (max-width: 1000px) {

	.header-page .wrapper {
		padding-bottom: 20px;
	}

	body:not(.home) .carousel-gal img {
    max-height: 180px;
	}

	.secteurs-left {
		padding-right: 0;
	}

	.autres {
    right: 10px;
    bottom: 54px;
	}

	.mode_luxe {
    left: -33px;
    bottom: 128px;
	}

	.secteurs-right {
    flex: auto;
    width: 400px;
		margin-top: 30px;
	}

	.secteurs-right a {
    padding: 8px 6px;
	}

	.home-blocs .wrapper {
		flex-wrap: wrap;
	}

	.home-blocs .wrapper > div:first-child,
	.home-blocs .wrapper > div:nth-child(2) {
		width: 49%;
	}

	.home-blocs .wrapper > div:last-child {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}

	.home-blocs .wrapper > div:last-child a {
		width: 49%;
	}

	.home-secteurs .wrapper {
		flex-direction: column;
	}

}

@media screen and (max-width: 900px) {

	.left .pres {
		flex-direction: column;
		align-items: flex-start;
	}

	.form-bloc {
		width: 100% !important;
	}

	.home-caption {
		width: 343px;
		height: 116px;
		background-size: 343px;
		margin-bottom: 20px;
		font-size: 18px;
	}

	#home-slider {
		/* height: 483px;
		padding-top: 50px; */
	}
	
	html {
		width: 100%;
		height: 100%;
	}
	
	img {
		max-width: 100% !important;
		height: auto !important;
	}
	
}

@media screen and (max-width: 800px) {

	.footer-top,
	.footer-bottom {
		flex-direction: column;
	}

	.contact-bottom div {
    flex-direction: column;
    align-items: center;
	}

	.contact-bottom div a:first-child {
		margin-bottom: 10px;
	}

	.contact-bottom {
		flex-direction: column;
		height: auto;
	}

	.contact-bottom strong {
		margin-bottom: 16px;
	}

	.contact-left,
	.contact-right {
		width: 100%;
	}

	.form-bloc {
		width: 100%;
	}

	.right {
		flex: auto;
		width: 100%;
	}

	.entry-content.wrapper {
		flex-direction: column;
	}

	.left {
		padding-right: 0;
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 700px) {

	#logo img {
		width: 200px;
	}

	#home-clients {
    margin-top: 40px;
	}

	.home-chiffres h2 {
    margin-bottom: 30px;
	}

	.chiffre-bloc {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0 !important;
	}

	.chiffre-bloc svg {
		width: 30px;
    height: 30px;
	}

	.home-chiffres {
		background-position: center !important;
		height: auto;
	}

	.home-blocs .wrapper > div:last-child {
		flex-direction: column;
	}

	.bloc-50,
	.bloc-100 {
		width: 100% !important;
		height: 192px;
		padding-right: 82px;
	}

	.bloc-descprincipale,
	.bloc-descprincipale p {
		padding-right: 0;
	}

	.bloc-descprincipale {
		height: auto;
	}

	.home-blocs .wrapper > div {
		width: 100% !important;
	}

	.slide-left,
	.slide-right {
		width: 40px;
    height: 40px;
	}

	#home-slider {
		/* height: 420px; */
		background-position: center bottom;
	}

	.home-caption {
		/* background: url(img/bg-caption-transparent.png) no-repeat center; */
		width: 300px;
		background-size: 300px !important;
		right: 0;
		margin: 0 auto 20px auto;
	}

	#home-slider .slick-slide img {
    margin-bottom: 52px;
	}
	
}

@media screen and (max-width: 600px) {

	.home .slick-dots,
	body.page-id-28843 .slick-dots {
		display: none !important;
	}

	.home-slide h1 {
		font-size: 20px;
	}

	#colophon .wrapper {
		flex-direction: column;
    align-items: center;
	}

	#colophon .wrapper p {
		margin: 4px 0;
	}

	.secteurs-right {
		transform: scale(0.8) !important;
	}

}

@media screen and (max-width: 450px) {

	.header-page h1 {
		font-size: 18px;
		padding: 8px 10px;
	}

	.header-page .wrapper {
    padding-bottom: 26px;
	}

	.header-page {
		/* height: 214px; */
	}

	.mode_luxe {
    left: -10px;
	}

	.gourmet_retail {
		left: 8px;
	}

	#home-slider .slick-slide img {
    margin-bottom: 92px;
	}
	
}