@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

:root{
	--main-color:#8e44ad;
	--black:#222;
	--white:#fff;
	--light-black:#777;
	--light-white:#fff9;
	--dark-bg: rgba(0,0,0,.7);
	--light-bg:#eee;
	--border:.1rem solid var(--black);
	--box-shadow:0 .5rem 1rem rgba(0,0,0,.1);
	--text-shadow:0 1.5rem 3rem rgba(0,0,0,.3);
	
}

*{
	font-family: 'Poppins';
	margin: 0; padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	text-transform: capitalize;
}
html{
	font-size: 62.5%;
	overflow-x: hidden;
}
html::-webkit-scrollbar{
	width: 1rem;
}
html::-webkit-scrollbar-track{
	background-color: var(--white);
}
html::-webkit-scrollbar-thumb{
	background-color: var(--main-color);
}
section{
	padding: 5rem 10%;
}
.heading-title{
	text-align: center;
	margin-bottom: 3rem;
	font-size: 3rem;
	text-transform: uppercase;
	color: var(--black);
}
.heading-sponsoring{
    text-align: center;
	font-size: 3rem;
	text-transform: uppercase;
	color: var(--black);
	text-shadow: 3px 3px 20px #8e44ad,
	-2px 1px 30px #8e44ad;
	padding: 1rem 0;
	line-height: 2;
	text-transform: initial;
}
.btn{
	display: inline-block;
	background: var(--main-color);
	margin-top: 1.5rem;
	color: var(--white);
	font-size: 1.7rem;
	padding: 1.5rem 3rem;
	cursor: pointer;
	border: .1rem solid var(--light-white);
	font-weight: bold;
}
.btn:hover{
	background: var(--white);
	box-shadow: 0 0 10px var(--white);
	color: var(--main-color);
	font-weight: bold;
}
.header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color:var(--white);
	display: flex;
	padding-top: 2rem;
	padding-bottom: 2rem;
	box-shadow: var(--box-shadow);
	align-items: center;
	justify-content: space-between;
}
.header .logo{
	display: flex;
	font-size: 2.5rem;
	color: var(--black);
	text-shadow: 3px 3px 20px #8e44ad,
	-2px 1px 30px #8e44ad;
    
}
.header .logo img{
	display: flex;

}
.header .navbar .menu {
	display: flex;
	list-style-type: none;

}
.header .navbar a{
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 2rem;
	color: var(--black);
	padding: 6px 10px;
}
.header .navbar a:hover{
	color: var(--main-color);
	font-weight: bold;
}

.menu .sousmenu{
	display: none;
	position:absolute;
	background-color:var(--white);
	box-shadow: var(--box-shadow);
	padding: 0;
	margin: 5px;
	align-items: center;
	justify-content: space-between;
	list-style-type: none;
	z-index: 1000;
}
.menu .sousmenu a{
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--black);
	line-height: 3;
	text-align: center;
	z-index: 1000;
}
.menu .sousmenu li{
	padding: 5px 15px;
	border-bottom: 1px solid var(--main-color);
	border-top: 1px solid transparent;
}

.items:hover .sousmenu{
	display: block;
	z-index: 1000;
}


.header .navbar a span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-bottom: 2px solid var(--main-color);
	border-radius: 15px;
	transform: scale(0) translateY(50px);
	opacity: 0;
	transition: .5s;

}
.header .navbar a:hover span{
	transform: scale(1) translateY(0px);
	opacity: 1;
}

#menu-btn{
font-size: 2.5rem;
cursor: pointer;
color:var(--black);
display: none;
}
.home{
	padding: 0;
}
.home .slide{
	text-align: center;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover !important;
	background-position: center !important;
	min-height: 55rem;

}
.home .slide .content{
	width: 40rem;
	background: var(--main-color);
	height: 35rem;
	border-radius: 10px 50px 10px 10px;
	position: absolute;
	left: 30px;
	bottom: 20px;


}
.home .slide .content span{
	display: block;
	font-size: 2.5rem;
	color: var(--white);
	padding-bottom: 1rem;
}
.home .slide .content h3{
	font-size: 3rem;
	color: transparent;
	-webkit-text-stroke: 1px var(--white);
	background: url(images/back.png);
	-webkit-background-clip: text;
	background-position: 0 0;
	animation: back 20s linear infinite;
	text-transform: uppercase;
	line-height: 1;
	text-shadow: var(--text-shadow);
	padding: 1rem 0;
}
@keyframes back{
	100%{
		background-position: 2000px 0;
	}
}

.home .swiper-button-next,
.home .swiper-button-prev{
	top: inherit;
	left: inherit;
	bottom: 0;
	right:0;
	height: 7rem;
	width: 7rem;
	background: var(--white);
	color: var(--black);
}
.home .swiper-button-next:hover,
.home .swiper-button-prev:hover{
	background: var(--main-color);
	color: var(--white);
}
.home .swiper-button-next::after,
.home .swiper-button-prev::after{
	font-size: 2rem;
}
.home .swiper-button-prev{
	right: 7rem;
}


.home-about{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.home-about .content{
	flex: 1 1 41rem;
	padding: 3rem;
	background: var(--light-bg);
}
.home-about .content h3{
	font-size: 3rem;
	color: var(--black);
}
.home-about .content h2{
	font-size: 2rem;
	color: var(--main-color);
}
.home-about .content p{
	font-size: 2rem;
	padding: 1rem 0;
	line-height: 2;
	color: var(--black);
	text-align: justify;
	text-transform: initial;
}
.home-about .content ul li{
	font-size: 2rem;
	padding: 1rem 0;
	line-height: 2;
	color: var(--black);
	text-align: justify;
    margin-left: 30px;
	text-transform: initial;
}
.home-about .btncall{
    display: inline-block;
	background: var(--main-color);
	color: var(--white);
	font-size: 1.7rem;
	padding: 1.5rem 3rem;
	cursor: pointer;
	border: .1rem solid var(--light-white);
	font-weight: bold;
	text-align: center;
    
    
}
.home-about .btncall:hover{
	background: var(--white);
	box-shadow: 0 0 10px var(--main-color);
	color: var(--main-color);
	font-weight: bold;
	
}
.home-about .content .h{
    
    border: 1px solid var(--black);
}

.home-about .btnfind{
	display: inline-block;
	background: var(--main-color);
	margin-top: 1.5rem;
	color: var(--white);
	font-size: 1.7rem;
	padding: 1.5rem 3rem;
	cursor: pointer;
	border: .1rem solid var(--light-white);
	font-weight: bold;
	text-align: center;
	justify-content: center;
}
.home-about .btnfind:hover{
	background: var(--white);
	box-shadow: 0 0 10px var(--main-color);
	color: var(--main-color);
	font-weight: bold;
	
}
.home-about img{
	width: 20px;
}
.tableau-style{
    border-collapse: collapse;
    min-width: 400px;
    width: auto;
    box-shadow: 0 5px 50px rgba(142,68,173,1.00);
    cursor: pointer;
    margin: 100px auto;
    border: 2px solid var(--light-white);
    font-size: 2rem;

}
thead tr{
    background-color: var(--main-color);
    color: var(--white);
    text-align: left;


}
th, td{
    padding: 15px 20px;
}
tbody tr, td, th{
    border: 1px solid var(--light-black);
}

tbody tr:nth-child(even){
    background-color: var(--light-white);
}

.lien{
	color: var(--main-color);
	
}
.lien:hover{
	font-weight: bold;
}

.home-packages{
	background: var(--light-bg);
	
}

.home-packages .box-container{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	gap:2rem;
}

.home-packages .box-container .box{
    border: var(--border);
    box-shadow: var(--box-shadow);
    box-shadow:rgba(142,68,173,1.00) 0px 19px 38px, rgba(142,68,173,1.00) 0px 15px 12px;
}
.home-packages .box-container .box .image{
	height:24rem;
	width: auto;
	overflow: hidden;
	
}
.home-packages .box-container .box .image img{
	height:100%;
	width: 100%;
	object-fit:cover;
	transition: .2s linear;
	cursor: pointer;
	
}

.home-packages .box-container .box .image:hover{
	box-shadow:rgba(119,119,119,1.00) 0px 19px 38px, rgba(119,119,119,1.00) 0px 15px 12px;
	
	
}
.home-packages .box-container .box .content{
    padding: 1rem;
    text-align: center;

}
.home-packages .box-container .box .content h3{
    font-size: 1.9rem;
    color: var(--black);
}
.content h3{
	font-size: 3rem;
	color: var(--black);
	text-align: center;
}

.content form{
	margin: auto;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	background: var(--light-bg);
}
.left-right{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.left-right .left , .left-right .right{
	display: flex;
	flex-direction: column;
	width: 49%;
}
.content form label{
	font-size: 14px;
	padding: 10px 0;
	font-weight: 600;
}
.content form input{
	padding: 8px;
	outline: 0;
	border: 1px solid #999;
}
.content form textarea{
	height: 150px;
	resize: none;
	outline: 0;
	width: 100%;
	padding: 10px;
	border: 1px solid #999;
}
.content form input:focus , textarea:focus{
	border: 1px solid #29D9D5;
}
iframe{
	height: 150px;
	width: 100%;
}

.content .btnsubmit{
	display: inline-block;
	background: var(--black);
	margin-top: 1rem;
	color: var(--white);
	font-size: 1.7rem;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	width:fit-content;
	padding: 8px 40px;
	transition: 0.5s;
	
}
.content .btnsubmit:hover{
	background: var(--main-color);
	box-shadow: 0 0 10px var(--main-color);
	color: var(--white);
	font-weight: bold;
	letter-spacing: 1px;
}

/*about image*/
.heading{
	background-size: cover !important;
	background-position: center !important;
	padding-top: 10rem;
	padding-bottom: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.heading h1{
	font-size: 10rem;
	text-transform: uppercase;
	color:transparent;
    -webkit-text-stroke: 1px var(--white);
    background: url(images/back.png);
    -webkit-background-clip:text ;
    background-position: 0 0;
    animation: back 20s linear infinite;
	text-shadow: 3px 3px 20px #8e44ad,
	-2px 1px 30px #8e44ad;
}




.services .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem,1fr));
    gap: 1.5rem;
}
.services .box-container .image{
	height: 15rem;
	width: 20rem;
	overflow: hidden;
	box-shadow:rgba(142,68,173,1.00) 0px 19px 38px, rgba(142,68,173,1.00) 0px 15px 12px;
}
.services  .box-container .image img{
	height:100%;
	width: 100%;
	object-fit:cover;
	transition: .2s linear;
	box-shadow:rgba(142,68,173,1.00) 0px 19px 38px, rgba(142,68,173,1.00) 0px 15px 12px;
	cursor: pointer;
	
}
.services  .box-container .image:hover{
	box-shadow:rgba(119,119,119,1.00) 0px 19px 38px, rgba(119,119,119,1.00) 0px 15px 12px;	
}


.footer{
	background: url(images/footer.jpeg) no-repeat;
	background-size: cover;
	background-position: center;
	

}
.footer .box-container{
	display: grid;
	grid-template-columns:repeat(auto-fit, minmax(20rem,1fr));
	gap:2rem;
	
}
.footer .box-container .box h3{
	color: var(--white);
	font-size: 2.5rem;
	padding-bottom: 1rem;
}
.footer .box-container .box a{
	color: var(--light-white);
	font-size: 1.5rem;
	padding-bottom: 1rem;
	display: block;
}
.footer .box-container .box a i{
	color: var(--main-color);
	padding-right: .5rem;
	transition: .2s linear;

}

.footer .box-container .box a:hover i{
	padding-right: 2rem;
}
.footer .credit{
	text-align: center;
	padding-top: 3rem;
	margin-top: 3rem;
	border-top: .1rem solid var(--light-white);
	font-size: 2rem;
	color: var(--white);
}
.footer .credit span{
	color: var(--main-color);
}


/* media queries */

@media (max-width:1200px){
	section {
		padding: :3rem 5%;
	}
}

@media (max-width:991px){
	html{
		font-size: 55%;
	}
	section {
		padding: :3rem 2rem;
	}
}
/*réglage*/
@media (max-width:1220px){
	#menu-btn{
		display: inline-block;
		transition:  .2s linear;
		}

	#menu-btn.fa-times{
		transform: rotate(180deg);
	}
	
	.header .navbar{
		position: absolute;
		top: 99%;
		left: 0;
		right: 0;
		border-color: var(--white);
		background-color:var(--white);
		border-top: var(--border);
		padding: 2rem;
		transition: .2s linear;
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
	.header .navbar.active{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		z-index: 1000;
	}
	.header .navbar .menu{
		display: block;
		margin: 2rem;
		text-align: center;

	}
	.header .navbar .menu a{
		display: block;
		margin: 2rem;
		text-align: center;

	}
	.header .navbar a span{
		display: none;
	
	}
	.menu .sousmenu{
		display: none;
		position:absolute;
		background-color:var(--white);
		box-shadow: var(--box-shadow);
		padding: 0;
		margin: 0;
		top:50px;
		align-items: center;
		justify-content: space-between;
		list-style-type: none;
	}
	.menu .sousmenu a{
		position: relative;
		font-size: 2rem;
		color: var(--black);
		line-height: 1.5;
		text-align: center;
	}
	.menu .sousmenu li{
		padding: 5px 10px;
		border-bottom: 1px solid var(--main-color);
		border-top: 1px solid transparent;
	}
	
	.items:hover .sousmenu{
		display: block;
		z-index: 1000;
	}
	
}

@media (max-width:450px){
	html{
		font-size: 50%;
	}
	
}