
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600&family=Raleway:wght@200;400;600;800&family=Roboto:wght@400;500;700&display=swap');


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Raleway', sans-serif;

}
html{
	scroll-behavior: smooth;
	scroll-padding-top: 10px;
}
 

title h1 h2{
	font-family: 'Roboto', sans-serif;
}

header {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content:space-between;
	align-items: center;
	padding: 15px 200px 15px;
	transition: 0.5s ease;
}
/*
header .brand {
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}*/

header .brand img{
	z-index: 999;
	position: relative;
	height: 50px;	
	display: flex;
}

header .navigation {
	position: relative;
	display: flex;

}

header .navigation .navigation-items a {
	position: relative;
	color: #000; 
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	margin-left: 30px;
	transition: 0.3s ease;
	
}

header .navigation .navigation-items a:before {
	content: '';
	position:absolute;
	background: #000; 
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	transition: 0.3s ease;
	

}

header .navigation .navigation-items a:hover:before{
	width: 100%;
}

header.sticky  {
	padding: 5px, 200px;
	background: rgb(255, 255, 255);
	color: #000;
	position:fixed;
	
}







/*-------------------------------------------------------------------------------*/

.apropos {
	position:relative;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	background: rgb(255, 255, 255);
	left: 0;
	padding: 100px 0;
	height: 100vh;
	
	
}

.apropos .apcontent{
	position:flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin-left: 100px;
	margin-right: 100px;
	
}

.apropos .apcontent p{
	margin-bottom: 40px;
}





.apropos .apcontent h1 {
	margin-bottom: 40px;
	text-transform: uppercase;
	margin-top: 70px;
}

.apropos  img {
	position: flex;
	
	width: 50%;
	top: 100px;
	left: 0;
	height: 120%;
	bottom: 0;
	
	
}



/* ----------------------------------------*/


.footer {
	background: #000;
	padding: 40px 0;
	color: #fff;
	position: relative;
	
}
.container-footer{
	max-width: 1270px;
	margin: auto;
	bottom: 0;
}
ul {
	list-style: none;

}
.row-footer{
	display: flex;
	flex-wrap: wrap;
}
.col-footer {
	width: 25%;
	padding: 0 15px;
}
.col-footer h4{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 2px;
}
.col-footer ul li  {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.col-footer ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	display: block;
	letter-spacing: 2px;
}
.col-footer .social-links a{
	display: inline-block;
	font-size: 1.6em;
	background-color: rgba(0, 0, 0, 0);
	margin-right: 40px;
	color: #fff;
	transition: 0.5s ease;

}
.col-footer .social-links a:hover{
	transform: scale(1.3);
}

.container-footer img{
	height: 50px;
	
}


/**************************************************************TABLETTE****************************************/

@media (max-width:1040px) {
	header {
		padding: 12px 20px;
	}
	section {
		padding:0px 0px;
	}
	.home .media-icons {
		right: 15px;
	}
	header .navigation {
		display: none;
	}
	header .navigation.active {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		background: rgba(1, 1, 1, 0.5);
	}
	header .navigation .navigation-items a {
		color: #222;
		font-size: 1.2em;
		margin: 20px;
	}
	header .navigation .navigation-items a:before {
		background: #222;
		height: 1px;

	}

	header .navigation.active .navigation-items {
		background: #fff;
		width: 600px;
		max-width: 600px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 5px 25px rgb(1, 1, 1 / 20%);

	}
	.menu-btn {
		background: url(/assets/images/menu.webp) no-repeat;
		background-size: 30px;
		background-position: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: 0.3s ease;
	}
	.menu-btn.active {
		z-index: 999;
		background: url(/assets/images/close.webp) no-repeat;
		background-size: 25px;
		background-position: center;
		transition: 0.3s ease;

	}
	.slider-navigation {
		margin-bottom: 5px;
		transform: translateY(50px);
	}

	/*********************************************************/
	.homephone{
		display: none;
	}
	


	/**********************************************************/
	

	.apropos {
		left: 0;
		padding: 0px 0;
		height: 100vh;
		width: 100%;
		
		
	}
	
	.apropos .apcontent{
		width: 50%;
		margin-left: 50px;
		margin-right: 60px;
		
	}
	
	.apropos .apcontent p{
		margin-bottom: 0px;
	}
	
	
	
	
	
	.apropos .apcontent h1 {
		margin-bottom: 40px;
		text-transform: uppercase;
		margin-top: 40px;
	}
	
	.apropos  img {
		position: flex;
		
		width: 50%;
		top: 100px;
		left: 0;
		height: 100%;
		bottom: 0;
		
		
	}
	

/****************************************************************/
.footer {
	padding: 20px 0;
	top:0;
}



.col-footer h4{
	font-size: 16px;
	
	margin-bottom: 20px;
}
.col-footer ul li  {
	font-size: 14px;
	margin-bottom: 10px;
}

.container-footer img{
	height: 40px;
	
}


}

/****************************************************IPAD*******************************************************************************/

@media (max-width:850px) {
	header {
		padding: 1px 2px;
	}
	section {
		padding: 00px 0px;
	}
	

	header .navigation.active .navigation-items {
		background: #fff;
		max-width: 600px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 5px 25px rgb(1, 1, 1 / 20%);

	}
	.menu-btn {
		background: url(/assets/images/menu.webp) no-repeat;
		background-size: 30px;
		background-position: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: 0.3s ease;
	}
	.menu-btn.active {
		z-index: 999;
		background: url(/assets/images/close.webp) no-repeat;
		background-size: 25px;
		background-position: center;
		transition: 0.3s ease;

	}
	.slider-navigation {
		margin-bottom: 5px;
		transform: translateY(50px);
	}

	/***************************************************/
	.home{
		display: none;
	}


	.homephone {
		min-height: 100vh;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #fff;
		position: fixed;
		padding: 25px 50px;
        width: 100%;
	}
	
	.homephone .content-phone {
		z-index: 888;
		color: #000;
		display: none;
		width: 40%;
	    margin-top: 0px;
	}


	.homephone .content-phone.actv{
		display: block;
		
	}
	
	.homephone .content-phone h1{
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 2em;
		line-height: 35px;
		margin-bottom: 20px;
		
	}
	
	.homephone .content-phone h1 span{
		font-size: 1em;
		font-weight: 600;
	}
	
	.homephone .content-phone p{
		margin-bottom: 40px;
		font-size: 0.8em;
	}
	
	.homephone .content-phone a{
		background: #000;
		color: #fff;
		font-size: 0.8em;
		font-weight: 500;
		text-decoration: none;
		border-radius: 2px;
		transition: 0.5s ease;
		padding: 10px 25px;
	}

	.homephone .content-phone a:hover{
		background: rgb(255, 255, 255);
		color: rgb(0, 0, 0);
	}
	
	.homephone .media-icons-phone {
		z-index: 888;
		position: absolute;
		right: 10px;
		display: flex;
		flex-direction: column;
		transition: 0.5s ease;
	
	}
	.homephone .media-icons-phone a{
		color: #000;
		font-size: 1.6em;
		transition: 0.3s ease;	
	}
	.homephone .media-icons-phone a:not(:last-child){
		margin-bottom: 20px;
	}
	.homephone .media-icons-phone a:hover{
		transform: scale(1.3);
	}
	.homephone img {
		z-index: 000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.slider-navigation-phone {
		z-index: 888;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: translateY(60px);
		margin-bottom: 10px;	
	}
	.slider-navigation-phone .nav-btn-phone {
		width: 10px;
		height: 10px;
		background: #000;
		border-radius: 50%;
		cursor: pointer;
		box-shadow: 0 0 2px rgba(1, 1, 1, 0.5);
		transition: 0.3s ease;
	}
	.slider-navigation-phone .nav-btn-phone.actv {
		background: #fff;
	}
	.slider-navigation-phone .nav-btn-phone:not(:last-child){
		margin-right: 20px;
	}
	.slider-navigation-phone .nav-btn-phone:hover{
		transform: scale(1.2);
	}
	.image-slide-phone {
		position: absolute;
		width: 100%;
		clip-path: circle(0% at 0 50%);
	}
	.image-slide-phone.actv {
		clip-path: circle(150% at 0 50%);
		transition: 0.5s ease;
	
	}



	/*********************************************************/
	.apropos {
		left: 0;
		padding: 20px 0;
		
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		
		
	}
	
	.apropos .apcontent{
		width: 90%;
		margin-left: 50px;
		margin-right: 60px;
		align-items: center;
		justify-content: center;
		
	}
	
	.apropos .apcontent p{
		margin-bottom: 0px;
	}
	
	
	
	
	
	.apropos .apcontent h1 {
		margin-bottom: 40px;
		text-transform: uppercase;
		margin-top: 200px;
	}
	
	.apropos  img {
		position: flex;
		transform: translateY(180px);
		width: 100%;
		top: 100px;
		left: 0;
		height: 100%;
		bottom: 10px;
		
		
	}

/****************************************************************/
.footer {
	padding: 40px 20px;
	top: 100vh;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	
}

.container-footer{
	max-width: 380px;
	
	bottom: 0;
}

.row-footer{
	display: flex;
	flex-wrap: wrap;
}
.col-footer {
	width: 50%;
	padding: 10px 15px;
}
.col-footer h4{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	letter-spacing: 2px;
}
.col-footer ul li  {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.col-footer ul li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	display: block;
	letter-spacing: 2px;
}
.col-footer .social-links a{
	display: inline-block;
	font-size: 1.2em;
	background-color: rgba(0, 0, 0, 0);
	margin-right: 20px;
	color: #fff;
	transition: 0.5s ease;

}
.col-footer .social-links a:hover{
	transform: scale(1.3);
}

.container-footer img{
	height: 20px;
	
}

.container-footer  iframe {
	width: 150px;
	height: 100px;
}


}


/*******************************************************PHONE******************************************/


@media (max-width:450px) {



	header {
		max-width: 450px;
		z-index: 111;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
		transition: 0.5s ease;
	}
	

	header {
		padding: 1px 2px 1px;
	}
	section {
		padding: 0px 0px;
	}
	

	header .navigation.active .navigation-items {
		max-width: 350px;
		margin: 20px;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
		box-shadow: 0 5px 25px rgb(1, 1, 1 / 20%);

	}
	.menu-btn {
		background: url(/assets/images/menu.webp) no-repeat;
		background-size: 30px;
		background-position: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
		transition: 0.3s ease;
	}
	.menu-btn.active {
		z-index: 999;
		background: url(/assets/images/close.webp) no-repeat;
		background-size: 25px;
		background-position: center;
		transition: 0.3s ease;

	}
	.slider-navigation {
		margin-bottom: 5px;
		transform: translateY(30px);
	}

	/***************************************************/
	.home{
		display: none;
	}


	.homephone {

		min-height: 100vh;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #fff;
		position: fixed;
		padding: 15px 20px;
        max-width: 450px;
	}
	
	.homephone .content-phone {
		z-index: 888;
		color: #000;
		display: none;
		width: 35%;
	    margin-top: 0px;
	}


	.homephone .content-phone.actv{
		display: block;
		
	}
	
	.homephone .content-phone h1{
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 1.2em;
		line-height: 35px;
		margin-bottom: 20px;
		
	}
	
	.homephone .content-phone h1 span{
		font-size: 1em;
		font-weight: 600;
	}
	
	.homephone .content-phone p{
		margin-bottom: 25px;
		font-size: 0.8em;
	}
	.homephone .content-phone a{
		padding: 10px 20px;
		font-size: 0.6em;
	}
	


	
	.homephone .media-icons-phone {
		z-index: 888;
		position: absolute;
		right: 10px;
		display: flex;
		flex-direction: column;
		transition: 0.5s ease;
	
	}
	.homephone .media-icons-phone a{
		color: #000;
		font-size: 1.5em;
		transition: 0.3s ease;	
	}
	.homephone .media-icons-phone a:not(:last-child){
		margin-bottom: 20px;
	}
	.homephone .media-icons-phone a:hover{
		transform: scale(1.3);
	}
	.homephone img {
		z-index: 000;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.slider-navigation-phone {
		transform: translateY(70px);
		margin-bottom: 10px;	
	}
	.slider-navigation-phone .nav-btn-phone {
		width: 8px;
		height: 8px;
	}



	/*********************************************************/
	.apropos {
		left: 0;
		padding: 0px 0;
		
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		top: 0;
		position: absolute;
		
		
	}
	
	.apropos .apcontent{
		width: 90%;
		margin-left: 20px;
		margin-right: 60px;
		align-items: center;
		justify-content: center;
		
	}
	
	.apropos .apcontent p{
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	
	
	
	
	.apropos .apcontent h1 {
		margin-bottom: 40px;
		text-transform: uppercase;
		margin-top: 70%;
		font-size: 1.1em;
	}
	
	.apropos  img {
		position: flex;
		width: 100%;
		top: 0vh;
		left: 0;
		height: 100%;
		bottom: 10px;
		
		
	}
	/****************************************************************/
	.footer {
		padding: 40px 20px;
		top: 100vh;
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		
	}
	
	.container-footer{
		max-width: 380px;
		
		bottom: 0;
	}
	
	.row-footer{
		display: flex;
		flex-wrap: wrap;
	}
	.col-footer {
		width: 50%;
		padding: 10px 15px;
	}
	.col-footer h4{
		font-size: 12px;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-weight: 600;
		position: relative;
		letter-spacing: 2px;
	}
	.col-footer ul li  {
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 200;
		display: block;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}
	.col-footer ul li a {
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		font-weight: 200;
		display: block;
		letter-spacing: 2px;
	}
	.col-footer .social-links a{
		display: inline-block;
		font-size: 1.2em;
		background-color: rgba(0, 0, 0, 0);
		margin-right: 20px;
		color: #fff;
		transition: 0.5s ease;
	
	}
	.col-footer .social-links a:hover{
		transform: scale(1.3);
	}
	
	.container-footer img{
		height: 20px;
		
	}
	
	.container-footer  iframe {
		width: 150px;
		height: 100px;
	}
	
	
	}
	
	







