 @import url("https://use.typekit.net/cjr7lws.css");

 *{
 	margin: 0;
 	padding: 0;
 	box-sizing: border-box;
 	scroll-behavior: smooth;
 }

 body{
 	background-color: #000d1e;
 	display: block;
 	margin: auto;
 }

 /*------------------HEADER------------------*/

 .h-content{
 	width:100%;
 	height: 90px;
 	background: linear-gradient(#ffed00, #aec90b 60%);
 	border-radius: 0 0 20px 20px;
 	margin: 0 auto;
 	display: flex;
 	justify-content: space-between;
 }

 .h-logo{
 	background-image: url(images/logo_basslab_250.png);
 	width: 250px;
 	height: 58.5756px;
 	margin-top:20px;
 	margin-left: 20px;
 }

 .reseaux-sociaux{
 	width: 330px;
 	height: 50px;
 	margin: 20px;
 }

.h-content nav{
	display: flex;
	justify-content: space-between;
}

.h-content nav a{
 	width: 50px;
 	height: 50px;
 	display: inline-block;
 }

 .ig{
 	background-image: url(images/ig50.png);
 }

 .fb{
 	background-image: url(images/fb50.png);
 }

 .ds{
 	background-image: url(images/ds50.png);
 }

 .sc{
 	background-image: url(images/sc50.png);
 }

 .sp{
 	background-image: url(images/sp50.png);
 }

 /*------------------MAIN------------------*/

 section{
 	color: white;
 	margin: 30px auto;
 }

h1{
	font-family: "kallisto", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 60px;
}

.colmain p{
	font-family: "kallisto", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	margin: 25px auto;
}

 .colmain{
 	display: flex;
 	justify-content: space-around;
 	min-height: 50vh;
 	width: 100%;
 }

 .col1{
 	display: flex;
 	flex-direction: column;
 	justify-content: center;
 	width: 45%;
 	text-align: center;
 }

iframe{
	border-radius: 20px;
 }

 .CTAbutton{
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	width: 400px;
 	height: 90px;
 	background: linear-gradient(145deg, #ffed00, #aec90b 60%);
 	border-radius: 20px;
 	margin: 30px auto;
 }

 .CTAbutton a{
 	font-family: "kallisto",sans-serif;
 	font-weight: 900;
 	font-style: normal;
 	font-size: 50px;
 	color: black;
 	text-decoration: none;
 }

 .separator{
 	width: 50%;
 	height: 4px;
 	background: linear-gradient(145deg, #ffed00, #aec90b 60%);
 	margin: 30px auto;
 	border-radius: 20px;	
 }

 /*------------------CARROUSEL------------------*/

.main-wrapper{
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70vh;
  position: relative;
}

 .slider-wrapper{
	width: 80%;
	height: 70vh;
	display: flex;
	align-items: center;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.slides{
	width: 100%;
	position: absolute;
	transition: transform .4s ease-in-out;
}

.slides img{
  width: 100%;
  object-fit: cover;
  border-radius: .3rem;
}

.slider-btns{
  position: absolute;
  z-index: 2;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-btns span{
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
  border-radius: 50%;
  color: black;
  cursor: pointer;
}

.dots{
  position: absolute;
  width: 100%;
  top: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  z-index: 1;
}

.dots .dot{
  width: 1rem;
  height: 1rem;
  background-color: white;
  opacity: .2;
  border-radius: 50%;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
}

/*-----------------------------------------------*/
 .coladvantage{
 	display: flex;
 	justify-content: space-around;
 	align-items: center;
 	margin-bottom: 30px;
 }

 .coladvantage p{
 	font-family: "kallisto", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 30px;
	margin: 25px auto;
 }

.col2{
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 45%;
	height: 252px;
	text-align: center;
	padding: 0 30px 0 30px;
	border: 4px solid transparent;
	border-radius: 20px;
	background: 
	linear-gradient(#000d1e, #000d1e) padding-box,
	linear-gradient(145deg, #ffed00, #aec90b 60%) border-box;
}

h2{
	font-family: "kallisto", sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 40px;
	text-transform: uppercase;
}

/*------------------FOOTER------------------*/

footer{
	width:100%;
 	height: 90px;
 	background: linear-gradient(#ffed00, #aec90b 60%);
 	border-radius: 20px 20px 0 0;
 	margin: 0 auto;
}

footer nav{
	height: 50px;
	margin-left: 30px;
}

footer nav a{
	display: block;	
	color: black;
	font-family: "kallisto", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}

.mention{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 90px;
}

.copyright{
	font-family: "kallisto", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}

.adresse{
	margin-right: 30px;
	text-align: center;
	font-family: "kallisto", sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
}

/*------------------RESPONSIVE------------------*/

@media screen and (min-width:1000px) and (max-width: 1300px)
{
	body{
		width: 100%;
	}

	h2{
		font-size: 38px;
	}

	.coladvantage p{
		font-size: 28px;
		margin: 10px auto;
	}

	.colmain{
		min-height: auto;
	}
}

@media screen and (min-width: 600px) and (max-width: 999px)
{
	body{
		width: 100%;
	}

	.h-content{
		height: 160px;
		justify-content: center;
		flex-direction: column;
	}

	.h-logo, .reseaux-sociaux{
		margin: auto;
	}

	.colmain{
		justify-content: center;
		flex-direction: column;
	}

	.col1{
		width: 90%;
		margin: auto;
		height: 40vh;		
	}

	h1{
		font-size: 50px;
	}

	.col1 p{
		font-size: 30px;
	}

	iframe{
		width: 90%;
		margin: auto;
	}

	.CTAbutton{
		width: 70%;
	}

	.CTAbutton a{
		font-size: 45px;
	}

	.coladvantage{
		justify-content: center;
		flex-direction: column;
		margin-bottom: 0;
	}

	.col2{
		width: 90%;
		margin: 15px auto;
	}

	.col2 h2{
		font-size: 35px;
	}

	.col2 p{
		font-size: 25px;
		margin: 10px auto;
	}

	footer{
		height: 180px;
	}

	.mention{
		flex-direction: column;
		justify-content: center;
		height: 180px;
		text-align: center;
		align-items: center;
	}

	.mention nav{
		margin: auto;
	}

	.adresse{
		margin: auto;
	}
}


@media screen and (min-width: 370px) and (max-width: 599px)
{
	body{
		width: 100%;
	}

	.h-content{
		height: 160px;
		justify-content: center;
		flex-direction: column;
	}

	.h-logo, .reseaux-sociaux{
		margin: auto;
	}

	.reseaux-sociaux{
		width: 90%;
	}

	.colmain{
		justify-content: center;
		flex-direction: column;
	}

	.col1{
		width: 90%;
		margin: auto;
		height: 40vh;		
	}

	h1{
		font-size: 35px;
	}

	.col1 p{
		font-size: 20px;
	}

	iframe{
		width: 90%;
		margin: auto;
	}

	.CTAbutton{
		width: 70%;
	}

	.CTAbutton a{
		font-size: 35px;
	}

	.main-wrapper{
		height: 50vh;
	}
	.coladvantage{
		justify-content: center;
		flex-direction: column;
		margin-bottom: 0;
	}

	.col2{
		width: 90%;
		margin: 15px auto;
	}

	.col2 h2{
		font-size: 28px;
	}

	.col2 p{
		font-size: 20px;
		margin: 10px auto;
	}

	footer{
		height: 180px;
	}

	.mention{
		flex-direction: column;
		justify-content: center;
		height: 180px;
		text-align: center;
		align-items: center;
	}

	.mention nav{
		margin: auto;
	}

	.adresse{
		margin: auto;
	}
}

@media screen and (min-width: 320px) and (max-width: 369px)
{
	body{
		width: 100%;
	}

	.h-content{
		height: 160px;
		justify-content: center;
		flex-direction: column;
	}

	.h-logo, .reseaux-sociaux{
		margin: auto;
	}

	.reseaux-sociaux{
		width: 90%;
	}

	.colmain{
		justify-content: center;
		flex-direction: column;
	}

	.col1{
		width: 90%;
		margin: auto;
		height: 40vh;		
	}

	h1{
		font-size: 35px;
	}

	.col1 p{
		font-size: 20px;
	}

	iframe{
		width: 90%;
		margin: auto;
	}

	.CTAbutton{
		width: 70%;
	}

	.CTAbutton a{
		font-size: 30px;
	}

	.main-wrapper{
		height: 50vh;
	}
	.coladvantage{
		justify-content: center;
		flex-direction: column;
		margin-bottom: 0;
	}

	.col2{
		width: 90%;
		margin: 15px auto;
	}

	.col2 h2{
		font-size: 23px;
	}

	.col2 p{
		font-size: 16px;
		margin: 10px auto;
	}

	footer{
		height: 180px;
	}

	.mention{
		flex-direction: column;
		justify-content: center;
		height: 180px;
		text-align: center;
		align-items: center;
	}

	.mention nav{
		margin: auto;
	}

	.adresse{
		margin: auto;
	}
}