* {
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: "Roboto", sans-serif !important;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
#SectionName {
	margin-bottom: 0 !important;
}

.centered {
	display: flex !important;
	justify-content: center !important;
}
.fa-github {
	color: black !important;
	font-size: 25px !important;
}

.github {
	/***Verifier avant d'ajouter ***/
	display: none !important;
}
.footer-own {
	position: relative;
	width: 100%;
	height: 150px;
}
.footer-own::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3196d9;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: 2;
}

.footer-own::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #282c34;
	clip-path: polygon(0 0, 0% 100%, 52% 100%);
	z-index: 1;
}

.footer-own p {
	position: absolute;
	top: 60%;
	z-index: 10;
	left: 60%;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

.message-body {
	text-align: justify;
}

.pageloader {
	background: #3298dc !important;
}
.up {
	position: fixed;
	bottom: 20px;
	right: 30px;
	color: #000000;
	z-index: 99999;
	font-size: 40px;
}
.hero_ul {
	display: flex;
	justify-content: center !important;
}

.navbar.is-fixed-top {
	border-bottom: 1px solid #ffffff42 !important;
}

.button i {
	margin-right: 7px;
}

.modal-card-body a {
	margin-top: 5px;
}
/***divider***/
.divider_own {
	width: 100%;
	height: 2px;
	background-color: #e7edf4;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.divider_own strong {
	color: #cbd0d6;
	background-color: #fff;
	padding: 10px;
}
@media all and (max-width: 1023px) {
	.button.is-info.is-inverted {
		background-color: #3298dc !important;
		color: #fff !important;
	}
	.navbar-menu {
		display: block !important;
		height: 0 !important;
		transition: all 0.5s !important;
		padding: 0 !important;
	}
	.navbar-menu.is-active {
		height: 375px !important;
		padding: 0.5rem 0 !important;
	}
}
@media all and (max-width: 350px) {
	.has-text-justified {
		font-size: 14px !important;
	}
}

.navbar {
	z-index: 39 !important;
}
