@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}
p{
	padding: 0;
}
section
{
	padding: 100px;
}
.video
{
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}
.banner
{
	position: relative;
	min-height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	background-size: cover;
	text-align: center;
	color: #fff;
}
.banner h1
{
	font-size: 5rem;
	margin-top: 15%;
	text-transform: uppercase;
}
.banner h2
{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5em;
}
.banner h3
{
	font-size: 1em;
}
.thumb
{
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	display: flex;
}
.thumb li
{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	cursor: pointer;
	transition: 0.5s;
}
.thumb li:hover
{
	transform: translateY(-15px);
}
.thumb li img
{
	max-width: 40px;
	border-radius: 5px;
}
.btn1
{
	position: relative;
	background: #fff;
	display: inline-block;
	color: #111;
	margin-top: 20px;
	padding: 5px 30px;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	transition: 0.5s;
	border-radius: 30px;
	border: 1 solid #fff;
}
.btn1:hover
{
	background: #fff;
	color: #rgba(0, 0, 0, 0.0);
	border: 1 solid #fff;
	text-decoration: none;
}
.header
{
	position: fixed;
	display: -ms-flexbox;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 100px;
	z-index: 1000;
	display: flex;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s;
}
header.sticky
{
	background: #fff;
	padding: 10px 100px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
header .logo
{
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 10px;
}
header .logo:hover
{
	color: #fff;
	text-decoration: none;
}
header.sticky .logo
{
	color: #111;
}
header ul
{
	position: relative;
	display: flex;
	display: -ms-flexbox
}
header ul li
{
	position: relative;
	list-style: none;
}
header ul li a
{
	position: relative;
	margin: 0 15px;
	color: #fff;
	text-decoration: none;
}
header ul li a:hover
{
	text-decoration: none;

}
header.sticky ul li a
{
	color: #111;
}
.heading
{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #111;
}
.heading h2
{
	font-weight: 600;
	font-size: 30px;
}
.content
{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-around;
}
.contentBx
{
	padding: 20px;
}
.contentBx h3
{
	font-size: 24px;
	margin-bottom: 10px;
}
.w50
{
	min-width: 50%;
	text-align: right;
}
.img
{
	max-width: 600px;
	width: 100%;
	border-radius: 10px;

}
.services
{

}
.heading.white
{
	color: #fff;
}
.services .servicesB
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
}

.services .servicesBx1
{
	height: 400px;
	padding-top: 20%;
	background: url('../images/cgie.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	transition: 0.5s; 
}
.services .servicesBx2
{
	height: 400px;
	padding-top: 20%;
	background: url('../images/btp.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	transition: 0.5s; 
}
.services img
{
	max-width: 80px;
}
.services h2
{
	font-size: 20px;
	font-weight: 600;       
}
.boutiques .boutiquesBx
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	align-items: center;
	align-content: center;
	padding: 50px;

}
.boutiques .boutiquesBx ul li
{
	list-style: none;
	font-size: 1.3rem;
	padding: 10px;
	width: 100%;
	curser: pionter;
	transition: .5s;
}
.boutiques .boutiquesBx ul li:hover
{
	background: rgb(16, 87, 9);
	color: #fff;
}
.boutiques .boutiquesBx ul li span
{
	font-size: 0.9rem;
	padding: 10px;
}
.head
{
	background: rgb(245, 250, 255);
}
.head .headBx
{
	padding: 40px;
	width: 100%;
	background: rgb(245, 250, 255);
	margin-top: 30px;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0,0.1);
	transition: 0.5s;
	
}
.head .headBx:hover
{
	margin-top: 25px;
	cursor: pointer;
	box-shadow: 0px 15px 50px rgba(0, 0, 0,0.3);
}
.head .headBx img
{
	width: 120px;
	height:120px;
	border-radius: 50%;
	border:1px solid black; 
	margin-bottom: 15px;
}
.head .headBx h2
{
	font-size: 20px;
	font-weight: 600;       
}
.head .headBx h3
{
	font-size: 15px;
	font-weight: 400;       
}
.produit .produitBx
{
	padding: 20px;
	margin-top: 30px;
	transition: 0.5s;
	text-align: center;
}
.produit .produitBx:hover
{
	box-shadow: 0px 15px 50px rgba(0, 0, 0,0.3);
}
.produit .produitBx img
{
	width: 200px;
}
.produit .produitBx h2
{
	font-size: 20px;
	padding: 10px 0;
	font-weight: 600;       
}
.produit .produitBx p
{
	font-size: 15px;      
}
footer
{
	padding: 50px 10%;
}
footer .foot1
{
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 550;
	padding-top: 30px;
}
footer .foot1:hover
{
	color: rgb(16, 87, 9);
}
.social
{
	padding: 10px;
}
.social img
{
	width: 25px;
}
.social img:hover
{
	filter: invert(1);
}
.social a
{
	padding: 10px;
	transition: 0.5s all ease;
}
.social a:hover
{
	border-radius: 5px;
	background: rgb(16, 87, 9);
}
#Contact a
{
	color: #000;
	text-decoration: none;
}
#Contact a:hover
{
	color: rgb(16, 87, 9);
	text-decoration: none;
}
.tel
{
	padding-left: 20px;
}
.copyright
{
	background: #000;
	padding: 30px 20px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 0.8rem;
}
.moboutique1
{
	max-width: 600px;
	background: #fff;
	border-radius: 30px;
	margin: 40px;
	padding: 20px;
	box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
	width: 100%;
	position: fixed;
	z-index: 999;
	top: -100%;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	transition: 1s;
}
.moboutique1.active
{
	top: 40%;
}
.moboutique2
{
	max-width: 600px;
	width: 100%;
	background: #fff;
	border-radius: 30px;
	margin: 40px;
	padding: 20px;
	box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
	width: 100%;
	position: fixed;
	z-index: 999;
	top: -100%;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	transition: 1s;
}
.moboutique2.active
{
	top: 40%;
}
/*Responsive*/
@media (max-width: 900px)
{
	.header,
	header.sticky
	{
		padding: 10px 40px;
		z-index: 1000;
	}
	header .logo
	{
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 10px;
	}
	.w50
	{
		min-width: 50%;
		padding-bottom: 20px;
	}
	.menu
	{
		position: fixed;
		top: 65px;
		left: -100%;
		display: block;
		padding: 100px 50px;
		text-align: center;
		width: 100%;
		height: 100vh;
		background: #fff;
		transition: 0.5s;
		z-index: 999;
		border-top: 1px solid rgba(0,0,0,0.2);
	}
	.menu.active
	{
		left: 0;
	}
	header ul li a
	{
		color: #111;
		font-size: 24px;
		margin: 10px;
	}
	.toggle
	{
		width: 40px;
		height: 40px;
		background: url(../images/menu.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30px;
		cursor: pointer;  
	}
	.toggle.active
	{
		background: url(../images/close.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 25px;
		cursor: pointer;
	}
	header.sticky .toggle
	{
		filter: invert(1);
	}
	section
	{
		padding: 50px 20px;
	}
	.banner
	{
		padding: 150px 50 100px;
	}
	.banner h2
	{
		font-size: 1.5em;
	}
	.banner h3
	{
		font-size: 1em;
	}
	.btn
	{
		margin-top: 10px;
		padding: 10px;
		font-size: 16px;
	}
	.heading h2
	{
		font-size: 24px;
	}
	.services
	{
		padding: 50px;
	}
	.content
	{
		flex-direction: column-reverse;
	}
	.boutiques .boutiquesBx
	{
		padding: 0px;
	}
	.services .servicesB
	{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		text-align: center;
	}
}
@media (max-width: 600px)
{
	.banner h1
	{
		font-size: 3rem;
		margin-top: 15%;
		text-transform: uppercase;
	}
	section
	{
		padding: 50px 20px;
	}
	.boutiques .boutiquesBx
	{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		padding: 0px;
	}
	.copyright
	{
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}
	.services
	{
		padding: 50px 10px;
	}
}