@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@font-face {
	font-family: 'High Tower Text';
	src: url('HighTowerText-Reg.woff2') format('woff2'),
		url('HighTowerText-Reg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


:root {
	--black: #000;
	--white: #fff;
	--primary: #121435;
	--second: #14151d;
	--back: #1a1c48;
	--gris: #616468;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Outfit", sans-serif;

	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	overflow-x: hidden;
	background: var(--back);
	color: #fff;


}

ul {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none !important
}

.header {
	width: 100%;
	position: relative;
	margin: 0;
	z-index: 3;
	background: #121435;
	padding: 0;
}

.header:before {
	content: "";
	background: #d0ca97;
	width: 50%;
	position: absolute;
	height: 1.2px;
	left: 25%;
	z-index: 1;
	top: 0;
}

.header>.d-flex {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	align-items: center;
}


.page .header:after {
	background-size: contain;
}

.top {
	padding: 8px 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top span {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
}


.top>div {
	margin: 0;
	display: flex;
	align-items: center;
}

.right-top .phone {
	letter-spacing: 1px;
	color: #fff;
	padding: 0px 10px;
	font-size: 18px;
	position: relative;
	margin-left: 5px;
	z-index: 1;
	display: block;
	text-align: right;
	font-weight: 500;
	padding-right: 0;
}

.block-banner {
	position: relative;
	width: 50%;
	padding: 0;
}

.logo {
	width: 50%;
	text-align: center;
}

.logo a {
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 0px 40px;
}

.logo img {
	position: relative;
	z-index: 1;
	max-width: 100%;
}


/* end header */


/* menu */

.navbar-nav .nav-item {
	display: block;
	transition: 0.5s ease all;
	padding: 0px 0px;
}

.dropdown-item {
	transition: 0.5s ease all;
	color: #fff;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 600;
}

.dropdown-item:hover {
	background: var(--second);
	color: #fff;
}



.dropdown-menu {
	left: 0;
	top: initial;
	background: var(--primary);
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	bottom: 100%;
}

.fixed .dropdown-menu {
	top: 100%;
	bottom: initial;
}

.page .navbar-nav .nav-item:last-child {
	margin: 0
}

.navbar .navbar-nav .nav-item .nav-link {
	padding: 15px 31px;
	white-space: nowrap;
	transition: 0.3s ease all;
	font-size: 17px;
	text-align: left;
	font-weight: 500;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
}

.navbar .navbar-nav .nav-item .nav-link span {
	position: relative;
	z-index: 1
}

.navbar .navbar-nav .nav-item .nav-link:before {
	content: "";
	width: 2px;
	height: calc(100% - 20px);
	position: absolute;
	left: 0;
	top: 10px;
	background: #d0ca97;
	transform: skewX(-17deg);
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	/* background: var(--primary); */
	color: #fff;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
	background: var(--primary);
	color: #fff;
}

.navbar .navbar-nav .nav-item:first-child {
	background: none;
}

.navbar .navbar-nav .nav-item .nav-link:after {
	z-index: 1
}



.navbar .navbar-nav .nav-item:last-child .nav-link:after {
	display: none
}

.navbar .navbar-nav .nav-item .nav-link:hover:before {
	width: 100%;
}


.navbar-nav .nav-item:hover>.nav-link:before {
	width: 100%;
	opacity: 1 !important
}

.bloc-menu.fixed .btn-menu {
	display: table;
}


.bloc-menu {
	display: none;
	margin-right: 15px;
	position: relative;
	left: 45px;
	cursor: pointer;
	z-index: 10;
	transition: 0.3s ease all;
}

.btn-menu {
	display: table;
	margin: 0 auto;
	position: relative;
	transition: 0.3s ease all;
}

.btn-menu:hover {
	transform: rotate(180deg);
}

.menubox {
	transition: 0.3s ease all;
	padding: 0;
	margin: 6px auto 0px;
	width: 100%;
	position: relative;
	z-index: 20;
	max-width: 1400px;
	background: #14151d url(../images/icone.png) no-repeat;
	background-position: 18px 6px;
}

.menubox.activemenu {
	transform: none;
}

.menubox.fixed {
	top: 0;
	z-index: 20;
	position: fixed;
	background: var(--second);
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	left: 0;
	bottom: initial;
	padding: 5px 20px;
}

.inner-menubox {
	transition: 0.3s ease all;
	position: relative;
	margin: 0;
	padding-left: 80px;
}

.fixed .inner-menubox {
	border: none;
	padding: 0;
}

.navbar {
	padding: 0;
	position: relative;
	z-index: 1;
}

.navbar-nav {
	margin: 0px !important;
	padding: 12px 15px;
	z-index: 9;
	width: 100%;
	flex-wrap: wrap;
}

.navbar-nav:last-child {
	padding: 0;
	justify-content: center;
	position: relative;
}


/****** end menu ***/

.flex-block-slider {
	max-width: 1440px;
	margin: 0 auto;
	background: url(../images/back.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 148px 0px;
	position: relative;
}

.btn-commande {
	position: absolute;
	background: #121435;
	right: 0;
	bottom: 50%;
	padding: 23px;
	width: 100%;
	max-width: 400px;
	color: #d0ca97;
	transition: 0.3s ease all;
	z-index: 3;
}

.btn-commande:hover {
	background: var(--back);
	color: #fff;
	letter-spacing: 3px;
}

.btn-commande span {
	display: block;
	font-weight: 200;
	font-size: 22px;
	letter-spacing: 0px;
}

.btn-commande b {
	font-family: 'High Tower Text';
	font-size: 34px;
	font-weight: normal;
	display: block;
	line-height: 1;
}

.flex-block-slider>div {
	max-width: 1046px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	display: block !important;
}

.col-img:after {
	content: ""
}

.col-text {
	padding-left: 140px;
	font-family: 'High Tower Text';
}

.col-text h2 {
	font-size: 45px;
	font-weight: normal;
	letter-spacing: 2px;
}

.col-text p {
	font-family: "Outfit", sans-serif;
	font-weight: 100;
	font-size: 22px;
	letter-spacing: 1px;
}

.col-text a {
	font-family: "Outfit", sans-serif;
	font-weight: 100;
	display: table;
	border-bottom: 1px solid #fff;
	transition: 0.3s ease all;
	color: #fff;
	font-size: 19px;
}

.col-text a:hover {
	letter-spacing: 2px
}


.text-underline {
	text-decoration: underline;
}

.flex-img {
	margin: 150px auto;
	width: 100%;
	max-width: 1250px;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	justify-content: space-between;
}

.flex-img img {
	max-width: 100%;
}

.flex-img>div {
	width: calc(100% / 4);
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: calc(100% / 4);
	flex: calc(100% / 4);
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0px 10px;
	position: relative;
}

.flex-img>div:nth-child(1) {
	top: 50px;
}

.flex-img>div:nth-child(2) {
	top: 110px;
}

.flex-img>div:nth-child(4) {
	position: relative;
	top: 50px;
}

.flex-block-text {
	margin: 0 auto 120px;
	overflow: hidden;
	padding: 100px 0px 0px;
	max-width: 1200px;
	background: url(../images/icone2.png);
	background-repeat: no-repeat;
	background-position: 100% 56%;
}

.flex-block-text h1 {
	font-size: 26px;
	margin: 0;
	font-weight: 300;
	display: block;
	margin-bottom: 30px;
	padding: 0;
	color: #fff;
	font-size: 33px;
	font-family: 'High Tower Text';
}

.flex-block-text h1 span {
	font-size: 60px;
	display: block;
	white-space: nowrap;
	letter-spacing: 3px;
	position: relative;
	left: -137px;
}


.flex-block-text h1 b {
	display: block;
	position: relative;
	font-weight: normal;
	align-items: center;
	font-size: 30px;
	text-align: right;
	letter-spacing: 1px;
}

.flex-block-text>div {
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.flex-block {
	position: relative;
	transition: 0.5s ease all;
}

.flex-block>div {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 0;
	position: relative;
	z-index: 2;
	justify-content: center;
}

.banner-header {
	width: 100%;
	height: 500px;
	max-width: 100%;
}

.text {
	color: #000;
	max-width: 1440px;
	margin: 0px auto 0px;
	padding: 0px 15px;
	position: relative;
	z-index: 2;
}

.textdiv {
	margin: 30px auto 0px;
	padding: 50px 30px 100px;
	line-height: 31px;
	font-size: 17px;
	text-align: justify;
	position: relative;
	z-index: 1;
	font-weight: 200;
	color: #fff;
}

.block-text-content {
	max-width: 960px;
	margin: 100px auto 120px;
	padding: 0px 20px;
	overflow: hidden;
}

.block-text-content.back-block h2 {
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
	color: #d0ca97;
	text-align: center;
}

.block-text-content.back-block h2 b {
	font-weight: 100;
	font-size: 20px;
	display: block;
	line-height: 1.2;
}

.block-text-content.back-block h2 span {
	display: block;
	font-size: 33px;
	font-family: 'High Tower Text';
	font-weight: normal;
	letter-spacing: 1px;
}

.block-text-content p {
	font-size: 17px;
	font-weight: 300;
	margin: 0px;
	color: #fff;
	line-height: 24px;
	font-weight: 100;
	line-height: 1.8;
	text-align: justify;
}


.flex-block-2 {
	max-width: 1400px;
	background: #121435 url(../images/icone3.png);
	margin: 0 auto 120px;
	background-repeat: no-repeat;
	background-position: 82% 56%;
}

.flex-block-2:after {
	content: "";
	width: 100%;
	position: absolute;
	height: 50px;
	background: var(--back);
	left: 0;
	bottom: 0;
}

.flex-block-2:before {
	content: "";
	width: 100%;
	position: absolute;
	height: 50px;
	background: var(--back);
	left: 0;
	top: 0;
}

.flex-block-2>div {
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.flex-block-2>div img {
	display: block;
	margin: 0 auto;
}

.flex-block-2 h2 {
	font-family: 'High Tower Text';
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.flex-block-2 p {
	font-weight: 100;
	font-size: 18px;
	text-align: justify;
	display: block;
}


/****** Contact ***/

.footer-ico {
	display: block;
	max-width: 120px;
}

.btn-contact {
	height: auto;
	display: table;
	width: auto;
	font-size: 15px;
	margin: 0;
	clear: both;
	color: #4b50c0;
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	font-weight: 400;
	transition: 0.3s ease all;
	border-bottom: 1px solid #4b50c0;
}

.btn-contact:after {
	display: none;
}

.btn-contact:hover {
	background: var(--primary);
	text-decoration: none;
	color: #fff;
	padding: 14px 71px;
	border-color: var(--primary);
}

.btn-contact:hover {
	background: var(--primary);
	padding: 0px 15px;
	left: 0;
	top: 0;
	width: auto;
	color: #fff;
}

.page .flex-bottom-footer {
	margin-top: 120px;
}

.block-btn-footer {
	max-width: 1440px;
	margin: 0 auto 18px;
	padding: 0px 15px;
}

.flex-bottom-footer {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 50px 30px;
	background-position: bottom;
	max-width: 1440px;
	background: url(../images/footer.jpg) no-repeat;
}

.flex-bottom-footer img {
	max-width: 300px;
	display: table;
	margin: 0 auto;
}

.flex-bottom-footer p {
	margin: 0;
	font-size: 17px;
	font-weight: 200;
	color: #fff;
}

.flex-bottom-footer .phone {
	color: #d0ca97;
	font-size: 22px;
	display: block;
	font-weight: 400;
}

/****** end Contact ***/


.footer-ico {
	display: block;
	max-width: 120px;
	filter: brightness(0) saturate(100%) invert(21%) sepia(8%) saturate(6500%) hue-rotate(205deg) brightness(87%) contrast(102%);
}

/****** footer ***/
.boxfooter {
	overflow: hidden;
	padding: 10px 15px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	max-width: 1440px;
}

.footerlink {
	color: #d0d0d0;
	font-size: 10px;
	font-family: verdana;
	text-align: right;
}

.footerlink ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}

.footerlink ul li {
	display: inline-block;
}

.footerlink ul li a {
	text-decoration: none !important;
	transition: 0.3s ease all;
	color: #4b50c0;
	padding: 0px 10px;
	font-size: 12px;
}

.footerlink ul li a:hover {
	color: white;
}

.inlineblock {
	display: inline-block;
}

.footerlink ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: none;
}

.boxfooter>div {
	width: 100%;
	margin: 0;
	align-items: center;
}


/****** footer ***/

@media (max-width: 1280px) {

	.navbar-nav:after {
		height: 100%;
	}

	.btn-commande {
		bottom: 100px;
	}

	.flex-block-slider>div {
		max-width: 800px;
	}

	.top {
		padding: 8px 15px;
		padding-right: 0;
	}

	.navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 16px;
		font-size: 14px;
	}

	.flex-block-text h1 span {
		left: -220px;
	}

	.menubox {
		padding-left: 0;
	}

}

@media (min-width:991px) {
	.navbar-expand-lg .navbar-collapse {
		
		display: block !important;
	}

	.navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
	display: block;
}
}

@media (max-width: 992px) {
	.flex-block>div .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
		top: 0 !important;
	}

	.flex-block-2:after {
		display: none
	}

	.flex-block>div .col-12.back2>div {
		margin: 40px auto;
		padding: 0px 22px;
		text-align: center;
	}

	.banner-header {
		height: 350px;
		margin: 0 auto;
	}

	.flex-block-text h1 {
		text-align: center;
		margin: 15px auto;
	}

	.flex-block-text h1 span {
		left: 0
	}

	.flex-block-text h1 b {
		text-align: center;
		justify-content: center;
	}

	.flex-bottom-footer {
		flex-direction: column;
		overflow: hidden;
		background-size: cover;
	}

	.flex-bottom-footer>div {
		width: 100%;
	}

	.flex-bottom-footer img {
		margin: 40px auto
	}

	.flex-bottom-footer .right-top {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.page .flex-bottom-footer {
		margin-top: 50px;
	}

	.flex-bottom-footer p {
		margin: 0 auto 10px;
		text-align: center;
	}

	.flex-bottom-footer a {
		display: table;
		margin: 0 auto 30px;

	}

	.btn-contact {
		display: table;
		margin: 0 auto;
	}

	.flex-bottom-footer .phone {
		text-align: center;
		margin: 15px auto;
	}

	.block-text-content {
		margin-bottom: 0;
		margin: 50px auto;
	}

	.flex-block>div .col-12 img {
		max-width: 100%;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar .navbar-nav .nav-item .nav-link:before {
		display: none
	}

	.navbar {
		padding: 0px
	}

	.navbar-nav:after {
		display: none
	}

	.navbar-nav .nav-item .nav-link {
		text-align: left
	}

	.inner-menubox {
		padding: 0;
		background: none !important;
		left: 0;
		width: 100%;
		border: none;
	}

	.collapse:not(.show) {
		display: block;
	}

	.navbar-nav {
		align-items: center;
		flex-direction: column;
	}

	.navbar-nav:first-child {
		padding-bottom: 0;
	}

	.menubox.fixed .navbar-nav {
		flex-direction: column;
	}

	.dropdown-item {
		font-weight: 500;
		font-size: 16px;
		text-align: center;
	}

	.navbar-nav:last-child {
		background: none;
		max-width: 100%;
		margin: 0 !important;
		padding-top: 0;
	}

	.navbar .navbar-nav .nav-item .nav-link {
		padding: 8px 10px;
		font-size: 19px;
		color: #fff;
		text-align: center;
		letter-spacing: 0;
		font-weight: normal;
	}

	.navbar .navbar-nav .nav-item {
		background: none;
	}

	.dropdown-menu {
	}

	.menubox:before,
	.menubox:after {
		display: none
	}

	.menubox {

		width: 100%;

		top: 50px !important;

		border: none;

		background: var(--second) !important;

		position: fixed;

		top: 0;

		left: 0;

		width: 100%;

		z-index: 10;

		max-width: 100%;

		transform: translateX(-100%);

		transition: 0.3s ease all;

		bottom: initial;

		padding: 50px 20px;

		border-bottom: 20px solid var(--primary);

		height: 100%;

		display: block !important;

		margin: 0px !important;

	}

	.logo img {
		max-width: 300px;
		display: block;
		margin: 0 auto 15px;
	}

	.header>.d-flex {
		display: block !important;
	}

	.logo {
		width: 100%;
		padding: 40px;
	}

	.block-banner {
		width: 100%;
		padding: 0;
	}

	.flex-block-text {
		padding: 40px 20px 0px;
		margin-top: 0;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.flex-block-slider {
		background: url(../images/back-mobile.jpg) no-repeat;
		background-size: cover;
		padding: 40px 0px 0px;
	}

	.col-text {

		width: 60%;

		padding: 0;
	}

	.col-img {
		width: 40%;
	}

	.flex-block-slider>div {
		padding: 0px 25px
	}

	.btn-commande {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		display: block;
		max-width: 100%;
		margin: 40px auto 0px;
		text-align: center;
	}

	.logo a {
		padding: 0px;
		margin-bottom: 0;
		width: 100%;
	}

	.top {
		display: none
	}

	.top:after {
		display: none
	}

	.top>div .phone {
		display: none;
		white-space: nowrap;
		padding: 0 !important;
	}

	.top span {
		display: none;
	}

	.header {
		position: relative;
		top: 0;
		margin-top: 58px;
		max-height: initial;
		border: none;
		margin-bottom: 10px;
		padding: 0;
		display: block;
		background-size: contain;
		background-position: 0% 0%;
	}

	.page .header {
		margin-bottom: 0;
	}

	.bloc-menu a {
		display: table;
		padding: 0;
		top: 11px;
		left: 11px;
		position: relative;
		margin: 0;
	}

	.btn-menu:after {
		display: none
	}

	#bloc-1:after {
		display: none
	}

	.bloc-menu.fixed {
		left: 0;
		top: 0;
		box-shadow: none;
		border-radius: 0;
	}

	.bloc-menu {
		top: 0;
		left: 0;
		width: auto;
		position: fixed;
		top: 0px;
		width: 100%;
		background: var(--second);
		height: 58px;
		overflow: hidden;
		z-index: 13;
		display: block;
		animation: none !important;
	}

	.bloc-menu.fixed .btn-menu {
		margin: 0;
		padding: 0;
		background: none;
		box-shadow: none;
	}

	.bloc-menu img {
		position: relative;
		left: 0;
		top: 0;
		width: 40px;
		filter: none !important;
	}

	.btn_scroll {
		display: none
	}

	.header:before {
		display: none
	}

	.header:after {
		display: none
	}


}

@media (max-width: 767px) {
	.block-text-content {
		margin-top: 0;
		text-align: center;
		padding: 40px 15px 0px !important;
		margin-bottom: 0 !important;
		overflow: hidden;
	}

	.bottle-img {
		max-width: 70px;
	}

	.col-text h2 {
		font-size: 26px;
		letter-spacing: 1px;
		text-align: left;
	}

	.col-text p {
		text-align: left;
		font-size: 18px;
	}

	.block-text-content.back-block h2 {
		font-size: 22px;
	}

	.block-text-content.back-block h2 span {
		font-size: 24px;
	}

	.block-text-content p {
		padding-top: 180px;
		padding-left: 0;
		background-position: 50% 0%;
		text-align: justify;
		padding: 0;
	}

	.block-text-content.back-block h2:before {
		display: none
	}

	.flex-block-text .back2>div {
		padding: 0px 10px;
		text-align: center;
		overflow: hidden;
	}

	.flex-block-text span {
		text-align: center
	}

	.textdiv {
		padding: 0px 20px;
	}

	.flex-block-text h1 span {
		line-height: normal;
		font-size: 19px;
	}

	.flex-block .col-12 {
		left: 0;
		top: 0;
		border: none;
		display: block;
	}

	.footerlink {
		text-align: center;
	}

	.footerlink ul {
		display: flex;
		flex-direction: column;
	}

	.flex-block {
		margin: 0px auto 20px;
		padding: 15px 0px 0;
		left: 0px !important;
		overflow: hidden;
	}

	.flex-block-2 {
		margin-bottom: 50px
	}

	.flex-block-text h1 b {
		font-size: 23px;
	}

	.flex-img {
		flex-direction: column;
		margin-bottom: 0px;
		margin-top: 50px;
	}

	.block-photos {
		margin-bottom: 50px;
	}

	.flex-img>div {
		width: 100%;
		flex: 100%;
		max-width: 350px;
		margin: 0 auto 20px;
		top: 0px !important;
	}

	.flex-bottom-footer .right-top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 0;
	}

	.flex-bottom-footer .right-top a {
		display: block;
		margin: 0 auto 5px;
		border: none;
	}

	.menubox:after {
		display: none;
	}

	.logo img {
		margin: 0 auto;
		display: block;
		max-width: 240px;
	}

	.logo:after {
		display: none
	}

	.logo {}

	.header {
		display: block;
	}

	.logo a {
		margin: 0px 0px 0px;
		padding: 0 !important;
		left: 0;
	}

	.boxfooter img {
		margin: 0 auto 15px;
		display: block;
		max-width: 120px;
	}

}