

@font-face {
  font-family: 'Helvetica';
  src: url(fonts/Helvetica/Helvetica-Light.woff) format("woff");
  font-weight: 300;
}
@font-face {
  font-family: 'Helvetica';
  src: url(fonts/Helvetica/Helvetica.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url(fonts/Helvetica/Helvetica-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Monthoers';
  src: url(fonts/Monthoers-Vintage/Monthoers-Vintage.woff) format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url(fonts/icomoon-trieves/icomoon.woff) format("woff");
  font-style: normal;
}

body {
    color: #2e2e2e;
    font-family: "Helvetica";
    font-size: 16px;
    font-variant-alternates: unset;
    box-sizing: border-box;
}
header.lateral-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
header.lateral-menu a {
    color: #2e2e2e;
    text-decoration: none;
}
header.lateral-menu a.logo {
    position: absolute;
    display: block;
    background: #ba5a42;
    padding: 10px 12px;
    left: 0;
    top: 0;
    z-index: 10;
}
header.lateral-menu a.logo img {
    width: 50px;
}
img, svg {
    vertical-align: middle;
}
header.lateral-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header.lateral-menu nav ul {
    display: flex;
    flex-flow: row wrap;
}
header.lateral-menu nav ul.top{
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px 1.5rem 10px 90px;
    justify-content: flex-end;
    align-items: center;
    background: rgba(186,90,66,0);
    transition: all .4s ease-in-out;
    pointer-events: none;
}
header.lateral-menu nav ul.top:before {
    position: absolute;
    content: "";
    z-index: 0;
    transition: all .4s ease-in-out;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    opacity: 1;
}
header.lateral-menu nav ul.top li {
    position: relative;
    z-index: 1;
    margin: 0 10px;
    font-weight: 200;
    pointer-events: initial;
}
header.lateral-menu nav a {
    display: inline-block;
    color: #fff;
}
header.lateral-menu nav ul.classic {
    list-style: none;
    padding-left: 0;
	display:none;
}
header.lateral-menu nav ul.social li a {
    width: 42px;
    height: 42px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0,0,0,.2);
    transition: background-color .4s ease;
}
ul.social li a:before {
    font-size: 20px;
}
header.lateral-menu nav ul.social li a:before {
    font-size: 20px;
}
[class^=icon-]:before, [class*=" icon-"]:before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

$wave: '\e900';

.icon-wave:before {
    content: "\e900";
}
.icon-chevron-bottom:before {
    content: "\e901";
}
.icon-chevron-left:before {
    content: "\e902";
}
.icon-chevron-right:before {
    content: "\e903";
}
.icon-guillemets-ferme:before {
    content: "\e904";
}
.icon-guillemets-ouvre:before {
    content: "\e905";
}
.icon-users:before {
    content: "\e90a";
}
.icon-mail:before {
    content: "\e90b";
}
.icon-phone:before {
    content: "\e90c";
}
.icon-laptop:before {
    content: "\e90d";
}
.icon-instagram:before {
    content: "\e916";
}
.icon-shopping-bag:before {
    content: "\e918";
}
.icon-youtube:before {
    content: "\e91a";
}
.icon-calendar:before {
    content: "\e91b";
}
.icon-facebook:before {
    content: "\e91c";
}
.icon-home:before {
    content: "\e91d";
}
.icon-calendar2:before {
    content: "\e929";
}

#heading{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	--mask: linear-gradient(#000 0 0) top/100% calc(100% - 10px) no-repeat, radial-gradient(circle farthest-side,#000 98%,#0000) bottom/18.50px 45px repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
}
.heading-container{
	position: relative;
	z-index: 1;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	color: #fff;
}

.heading-container .row{
	margin:0;
}
.heading-container .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.heading-container h1{
	font-family: "Monthoers";
	font-size: 7em;
	line-height: .9;
	margin:0;
}
.heading-container .ariane{
	text-transform:uppercase;
}

.heading-container .ariane ol {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.heading-container .ariane ol li {
  font-weight: 200;
  font-size: .8em;
}

.heading-container .ariane ol li + li::before {
  content: "/";
  margin: 0 5px;
}

.heading-container .ariane ol li a {
  position: relative;
  color: #fff;
  text-decoration:none;
}

.heading-container .ariane ol li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: all .4s ease;
}

.heading-container .ariane ol li a:hover::after {
  width: 100%;
  opacity: 1;
}

.heading-container .ariane ol li span {
  padding-bottom: 5px;
}

#heading figure {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin:0 0 1rem;
}

#heading figure:before{
	position: absolute;
	content: "";
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-image: linear-gradient(to bottom, #0e0703, rgba(14, 7, 3, 0));
}

#heading figure img{
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align:middle;
}

footer {
    background: #927062;
    padding: 20px;
    color: #fff;
    font-size: .9em;
    margin-top: -3px;
	--mask: linear-gradient(#000 0 0) bottom/100% calc(100% - 10px) no-repeat, radial-gradient(circle farthest-side,#000 98%,#0000) top/18.50px 45px repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
}
footer p {
    margin-top: 0;
    margin-bottom: 1rem;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .wavy_top {
    --mask: linear-gradient(#000 0 0) bottom/100% calc(100% - 10px) no-repeat, radial-gradient(circle farthest-side,#000 98%,#0000) top/18.50px 45px repeat-x;
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
footer .container, footer .container-fluid, footer .container-xxl, footer .container-xl, footer .container-lg, footer .container-md, footer .container-sm {
    width: 100%;
    padding-right: 1.5rem, 0.75rem);
    padding-left: 1.5rem, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*0);
    margin-right: calc(-0.5*1.5rem);
    margin-left: calc(-0.5*1.5rem);
}
footer .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem*.5);
    padding-left: calc(1.5rem*.5);
    margin-top: 0;
}
footer .col.coords .logo_footer {
    width: 80px;
    max-width: 70%;
}
footer .col.coords p.icon-phone {
    margin: 20px 0 15px;
}
footer [class^=icon-].icon-prefix:before, footer [class*=" icon-"].icon-prefix:before {
    display: inline-block;
    margin-right: 6px;
}
footer .col.coords address {
    margin: 15px 0;
}
footer address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
footer .col.coords address p {
    margin: 2px 0;
}
footer b, footer strong {
    font-weight: bolder;
}
footer .col {
    margin: 20px 0;
}
footer .col {
    flex: 1 0 0%;
}
footer p.font-title {
    font-size: 1.8em;
}
footer .font-title {
    font-family: "Monthoers";
}
footer p.font-title {
    font-size: 1.8em;
}
.font-title {
    font-family: "Monthoers";
}
footer .col.utils ul.social {
    position: relative;
    left: -4px;
    display: block;
}
footer .col.utils ul.social li {
    display: inline-block;
    margin: 0 4px;
}

footer ul.social li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0,0,0,.2);
    transition: background-color .4s ease;
}
footer .col.utils ul.social li a {
    width: 36px;
    height: 36px;
    line-height: 44px;
}
footer .copy {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid rgba(255,255,255,.2);
    font-weight: 200;
    font-size: .85em;
		text-align: center;
}








/*************** Responsive ***************/


@media (max-width: 576px) {
	footer .col {
		flex: 1 1 100%;
		text-align: center;
	}
	.DeleteProduit {
		width: auto!important;
	}
	.heading-container h1{
		font-family: "Monthoers";
		font-size: 3em;
		line-height: .9;
		margin:0;
	}
}

@media (min-width: 576px) {
	footer .container-sm, footer .container {
		max-width: 540px;
	}
}


@media (min-width: 768px) {
	footer .container-md, footer .container-sm, footer .container {
		max-width: 720px;
	}
}


@media (min-width: 992px){
	body {
		border-left: 72px solid #ba5a42;
	}
	header.lateral-menu {
		width: 72px;
		height: 100vh;
		background: #ba5a42;
	}
	header.lateral-menu a.logo {
		padding: 10px 11px;
		z-index: 5;
	}
	header.lateral-menu nav {
		position: relative;
		z-index: 1;
		width: 100vw;
		height: 100vh;
		pointer-events: none;
	}
	header.lateral-menu nav:before {
		position: absolute;
		content: "";
		z-index: 2;
		left: 0;
		top: 0;
		width: 72px;
		height: 100%;
		background: #ba5a42;
	}
	header.lateral-menu nav ul.top {
		top: 0;
		right: 0;
		width: 100%;
		padding: 10px 90px 10px 90px;
		justify-content: flex-end;
		align-items: center;
		background: rgba(186,90,66,0);
		transition: all .4s ease-in-out;
		pointer-events: none;
	}
	header.lateral-menu nav ul.top, header.lateral-menu nav ul.social {
		z-index: 3;
		position: absolute;
	}
	header.lateral-menu nav ul {
		pointer-events: initial;
	}
	header.lateral-menu nav ul {
		display: flex;
		flex-flow: row wrap;
	}
	header.lateral-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header.lateral-menu nav ul.top:before {
		position: absolute;
		content: "";
		z-index: 0;
		transition: all .4s ease-in-out;
		left: 0;
		top: 0;
		width: 100%;
		height: 120%;
		pointer-events: none;
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
		opacity: 1;
	}
	header.lateral-menu nav ul.top li {
		position: relative;
		z-index: 1;
		margin: 0 10px;
		font-weight: 200;
		pointer-events: initial;
	}
	header.lateral-menu nav ul.social {
		position: absolute;
		left: 0;
		bottom: 20px;
		width: 72px;
	}
	header.lateral-menu nav ul.social li {
		width: 100%;
		text-align: center;
		margin: 8px 0;
	}
	header.lateral-menu nav ul.classic {
		display:block;
	}
	footer ul.classic {
		display:block;
	}
	footer {
    padding: 50px 30px;
	}
	footer .container-lg, footer .container-md, footer .container-sm, footer .container {
		max-width: 960px;
	}
}


@media (min-width: 1200px) {
	footer {
		padding: 60px 30px;
	}
	footer .container-xl, footer .container-lg, footer .container-md, footer .container-sm, footer .container {
		max-width: 1140px;
	}
}


@media (min-width: 1400px) {
	footer .container-xxl, footer .container-xl, footer .container-lg, footer .container-md, footer .container-sm, footer .container {
		max-width: 1320px;
	}
}