body {
	background: #010428;
	color: transparent;
	line-height: 1.7;
	font-size: 16px;
	font-weight: 300;
}

.p1-gradient-bg,
.thumb .overlay-bg {
	background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
	background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
	background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
}

.p1-gradient-color {
	background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
	background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
	background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
	color: #fff;
	font-weight: 200;
}

h2 {
	font-size: 25px;
}

a {
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	color: #f39c12;
}

a:hover,
a:focus,
a:active {
	color: #f39c12;
	text-decoration: none;
}

.parent-nav-link-padding,
.site-navbar .navbar-nav>li>a {
	padding: 15px 20px !important;
}

.site-navbar {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 0px;
	background: none;
	position: absolute;
	top: 20px;
	width: 100%;
	z-index: 200;
	background: #010428;
}

.site-navbar .navbar-brand {
	display: inline-block;
	border: 2px solid #fff;
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.site-navbar .navbar-brand:hover {
	color: #fff;
}

.site-navbar.bg-light {
	background: transparent !important;
}

@media (max-width: 991.98px) {
	.site-navbar.bg-light {
		background: #fff !important;
		top: 0;
	}

	.site-navbar.bg-light .navbar-brand {
		display: inline-block;
		font-size: 18px;
		border: 2px solid #000;
		padding: 2px 10px !important;
		color: #000;
	}
}

.site-navbar .navbar-nav>li>a {
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .1em;
	position: relative;
	text-transform: uppercase;
	letter-spacing: .2em;
}

@media (max-width: 991.98px) {
	.site-navbar .navbar-nav>li>a {
		color: rgba(0, 0, 0, 0.7) !important;
	}
}

.site-navbar .navbar-nav.active>a {
	color: #f39c12 !important;
}

.site-navbar.scrolled {
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.site-navbar.scrolled.bg-light {
	background: #fff !important;
}

.site-navbar.scrolled .navbar-brand {
	display: inline-block;
	font-size: 18px;
	border: 2px solid #000;
	padding: 2px 10px !important;
}

.site-navbar.scrolled.awake,
.site-navbar.scrolled.sleep {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-navbar.scrolled.awake {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	background: #fff !important;
}

.site-navbar.scrolled.sleep {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background: #f39c12 !important;
}

.site-navbar.scrolled .navbar-brand {
	color: #000;
}

.site-navbar.scrolled .dropdown>a:before {
	color: rgba(0, 0, 0, 0.4);
}

.site-navbar.scrolled .navbar-nav>li>a {
	color: rgba(0, 0, 0, 0.7) !important;
}

.site-navbar.scrolled .navbar-nav>li>a:hover {
	color: #f39c12 !important;
}

.site-navbar.scrolled .navbar-nav>li>a.active {
	color: #f39c12 !important;
}

.site-navbar.scrolled .navbar-nav>li.active>a {
	color: #f39c12 !important;
}

.section-site {
	background-color: #ccc;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.section-site,
.section-site .row {
	height: 100vh;
	min-height: 800px;
}

.section-site:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.section-site h1 {
	font-weight: 200;
	margin-bottom: 20px;
	display: block;
  font-size: 60px;
}

.section-site h1 strong {
	font-weight: 800;
}

.section-site h1,
.section-site .lead {
	font-weight: 200;
	color: #fff;
}

.section-site .lead {
	line-height: 2;
}

.section-site .site-subheading {
	max-width: 640px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.5);
}

.site-section {
	padding: 5em 0;
}

.section-heading {
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}

.section-heading h2 {
	position: relative;
	font-weight: 200;
	padding-top: 20px;
	font-size: 30px;
}

.section-heading h2 strong {
	font-weight: 800;
}

.section-heading.text-center h2:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.lead {
	font-weight: 200;
	line-height: 1.5;
}

.site-service-item {
	background: #333;
	padding: 30px;
}

.site-service-item .icon {
	display: block;
	margin-bottom: 50px;
	background: #edf0f2;
	background: #f39c12;
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 50%;
	margin: 0 auto 30px auto;
}

.site-service-item .icon span {
	font-size: 40px;
	color: #080b0e;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.site-service-item h3 {
	font-size: 20px;
	font-weight: 200;
}

.site-link {
	position: relative;
}

.site-link i {
	position: relative;
	top: 2px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-link:hover i {
	position: relative;
	margin-left: 20px;
}

.site-list {
	padding: 0;
	margin: 0;
}

.site-list li {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	list-style: none;
}

.site-list li:before {
	font-family: 'icomoon';
	position: absolute;
	top: .1em;
	left: 0;
}

.site-list li.site-check {
	padding-left: 30px;
}

.site-list li.site-check:before {
	color: #f39c12;
	font-size: 16px;
	content: "\ebd3";
}

.btn {
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .2rem;
}

.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-primary {
	color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
	background: #f39c12;
}

.progress {
	overflow: visible;
	margin-bottom: 26px;
	height: 4px;
}

.progress .progress-bar {
	background-color: #f39c12;
	position: relative;
	border-radius: 4px;
}

.progress .progress-bar span {
	background-color: #f39c12;
	position: absolute;
	bottom: -20px;
	font-size: 10px;
	line-height: 10px;
	padding: 2px 3px 2px 4px;
	right: -1.4em;
	border-radius: 2px;
}

.progress .progress-bar span:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f39c12;
	border-width: 5px;
	margin-left: -5px;
}

.skill h3 {
	font-size: 18px;
}

.filters {
	text-align: center;
}

.filters ul {
	padding: 0;
	margin: 0 0 30px 0;
}

.filters ul li {
	display: inline-block;
	cursor: pointer;
	padding: 20px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.filters ul li:hover {
	color: #f39c12;
}

.filters ul li.active {
	color: #f39c12;
}

.single-portfolio {
	margin-bottom: 50px;
	display: block;
}

.single-portfolio .relative {
	margin-bottom: 20px;
}

.single-portfolio .p-inner {
	text-align: center;
}

.single-portfolio .p-inner h4 {
	font-size: 20px;
}

.single-portfolio .p-inner .cat {
	font-size: 12px;
	text-transform: uppercase;
	color: #cccccc;
}

/*--------- Start Portfolio Area -------------*/
.portfolio-area .primary-btn {
	color: #fff;
	background-color: #f39c12;
	margin-left: auto;
	margin-right: auto;
}

.portfolio-area .filters {
	text-align: center;
}

.portfolio-area .filters ul {
	padding: 0;
}

.portfolio-area .filters ul li {
	list-style: none;
	display: inline-block;
	padding: 18px 15px;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	font-weight: 500;
}


.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.middle {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.single-portfolio:hover .middle {
	opacity: 1;
}

.text {
	color: white;
	font-size: 25px;
	padding: 16px 32px;
}

.single-portfolio {
	border-radius: 5px;
}

.single-portfolio:hover .thumb .overlay-bg {
	opacity: .85;
}

.thumb .overlay-bg {
	opacity: 0;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.thumb .overlay-bg {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.form-control {
	border: none !important;
	background: #333;
	color: #fff;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}

.form-control:active,
.form-control:focus {
	background: #404040;
}

.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.5);
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.5);
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.5);
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.5);
}

.site-form .form-control {
	border: 1px solid #b3bdc6;
}

.site-contact-details,
.site-contact-details li {
	padding: 0;
	margin: 0;
}

.site-contact-details li {
	list-style: none;
	margin-bottom: 20px;
}

.site-contact-details li>span {
	color: #2c3e50;
	letter-spacing: .1em;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}

.site-footer {
	padding: 3em 0;
}

.site-footer p:last-child {
	margin-bottom: 0;
}

.site-footer .social-item {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #333;
	position: relative;
	border-radius: 50%;
	font-size: 22px;
	margin: 0 10px;
}

.site-footer .social-item>span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.block-47 .block-47-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	display: block;
}

.block-47 .block-47-image img {
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.block-47 .block-47-quote {
	margin-left: 40px;
	padding: 30px;
	background: #333;
	border-radius: 7px;
	position: relative;
	-webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
}

.block-47 .block-47-quote:before {
	content: "";
	border: 1px solid red;
	z-index: 2;
	position: absolute;
	left: -15px;
	border-width: 0 20px 20px 0;
	border-style: solid;
	border-color: transparent #333 transparent transparent;
}

.block-47 .block-47-quote .block-47-quote-author {
	font-size: 14px;
	color: #666666;
}

.letter-spacing {
	letter-spacing: .2rem;
	color: rgba(255, 255, 255, 0.5) !important;
}

/* Changement de couleur et animation du texte du navbar */
.navbar-nav .nav-link {
	transition: all 0.3s ease-in-out;
	color: #fff !important;
	position: relative;
}

.navbar-nav .nav-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	width: 60%;
	height: 2px;
	background-color: #ff9800;
	transition: transform 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
	color: #ff9800 !important;
	transform: scale(1.05);
}

.navbar-nav .nav-link:hover::after {
	transform: translateX(-50%) scaleX(1);
}

@import url('https://fonts.googleapis.com/css?family=Roboto:700');

.bio-flip {
	font-family: 'Roboto', 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
	font-size: 28px;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	/* espace entre “Je suis” et le flip */
}

.bio-flip .prefix {
	color: #ddd;
	letter-spacing: 0.5em;
}

/* Fenêtre de défilement vertical */
.bio-flip .flip {
	height: 50px;
	/* hauteur visible */
	overflow: hidden;
}

/* Chaque ligne défilante */
.bio-flip .flip>div>div {
	color: #fff;
	padding: 4px 12px;
	height: 45px;
	margin-bottom: 45px;
	/* 45 (hauteur) + 45 (margin) = 90 par item */
	display: inline-block;
	border-radius: 6px;
}

/* Lancer l’animation sur le 1er groupe */
.bio-flip .flip>div:first-child {
	animation: show 6s linear infinite;
}

/* Couleurs des pastilles (harmonie bleu/orange) */
.bio-flip .flip>div div {
	background: #ff9800;
}

.bio-flip .flip>div:nth-child(1) div {
	background: #ff9800;
	;
}

.bio-flip .flip>div:nth-child(2) div {
	background: #e53935;
}

.bio-flip .flip>div:nth-child(3) div {
	background: #43a047;
}

#profile img {
  max-width: 300px; 
}


/* Animation clés pour 3 éléments (3 x 90px = 270px) */
@keyframes show {

	0% {
		margin-top: -270px;
	}

	5% {
		margin-top: -180px;
	}

	33% {
		margin-top: -180px;
	}

	38% {
		margin-top: -90px;
	}

	66% {
		margin-top: -90px;
	}

	71% {
		margin-top: 0px;
	}

	99.99% {
		margin-top: 0px;
	}

	100% {
		margin-top: -270px;
	}
}


/* Responsive */
@media (max-width:576px) {
	.bio-flip {
		font-size: 22px;
	}
}

@media (min-width:1200px) {
	.bio-flip {
		font-size: 32px;
	}
}

/* ===== Carte Formation ===== */
.formation-card {
	border: none;
	border-radius: 10px;
	background-color: #2c2c2c;
	/* fond sombre pour contraste */
	color: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.formation-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(255, 152, 0, 0.3);
}

/* Logo de l'école (petit rectangle à gauche) */
.formation-logo {
	width: 80px;
	height: 50px;
	object-fit: contain;
	border-radius: 4px;
	background-color: #fff;
	padding: 4px;
}

/* Date à droite (petit espace, police fine) */
.formation-date {
	font-size: 0.9rem;
	min-width: 100px;
	text-align: right;
	color: #ff9800;
	/* ton orange signature */
}

/* Footer de la carte */
.formation-card .card-footer {
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Lien dans le footer */
.formation-card .card-footer a {
	color: #ff9800;
	transition: color 0.3s ease;
}

.formation-card .card-footer a:hover {
	color: #ffa733;
	text-decoration: underline;
}

/* ===== Timeline Formation ===== */
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
  border-left: 3px solid #ff9800;
  max-width: 800px;
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 3rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

/* Icône circulaire */
.timeline-icon {
  position: absolute;
  left: -32px;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #222;
  border: 3px solid #ff9800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: opacity 0.3s ease, transform 0.3s ease;

}

.timeline-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* Bloc contenu */
.timeline-content {
  background-color: #2c2c2c;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(255, 152, 0, 0.3);
}

.timeline-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff9800;
  margin-bottom: 0.3rem;
}

.timeline-school {
  font-size: 1rem;
  color: #ccc;
}

.timeline-date {
  font-size: 0.9rem;
  color: #aaa;
  font-style: italic;
  margin-top: 0.3rem;
}

.timeline-desc {
  margin-top: 0.5rem;
  line-height: 1.5;
}

/* ===== Version mobile ===== */
@media (max-width: 768px) {
 .timeline {
    border-left: none;
    padding-left: 0;
  }

  .timeline-item {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
  }

  /* Cache complètement les logos (pastilles) sur mobile */
  .timeline-icon {
    display: none;
  }

  /* Ajoute une bordure latérale à chaque bloc pour garder la couleur d'accent */
  .timeline-content {
    background-color: #2c2c2c;
    border-left: 3px solid #ff9800;
    padding: 1rem 1.2rem;
  }

  .timeline-title {
    text-align: left;
  }

  .timeline-content:hover {
    transform: none;
    box-shadow: 0 3px 10px rgba(255, 152, 0, 0.2);
  }
}


/* ===== Section Certifications ===== */
.cert-card {
  background-color: #2c2c2c;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.cert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(255, 152, 0, 0.3);
}

/* Image & overlay */
.cert-image {
  position: relative;
  padding: 20px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-logo {
  max-height: 80px;
  max-width: 120px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.cert-card:hover .cert-logo {
  transform: scale(1.1);
}

/* Overlay au survol */
.cert-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 152, 0, 0.7);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  transition: opacity 0.3s ease;
}

.cert-card:hover .cert-overlay {
  opacity: 1;
}

.cert-overlay-text {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

/* Corps de la carte */
.cert-body {
  padding: 1rem;
}

.cert-title {
  font-size: 1.1rem;
  color: #ff9800;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cert-subtitle {
  font-size: 0.9rem;
  color: #ccc;
}

/* ===== SECTION CONTACT ===== */
.contact-section {
  background: #010428;
  color: #fff;
  border-top: 3px solid #ff9800;
}

.contact-section .section-title {
  font-weight: 700;
  color: #ff9800;
}

.contact-info p {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.contact-link {
  color: #fff;
  text-decoration: none;
}

.contact-link:hover {
  color: #ff9800;
  text-decoration: underline;
}

/* ===== Icônes réseaux ===== */
.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 1.5rem;
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #fff;
  background: #1e293b;
  transition: all 0.3s ease;
}

.icon-button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 12px rgba(255, 152, 0, 0.5);
}

/* Couleurs spécifiques par réseau */
.icon-button.github:hover { background: #333; color: #fff; }
.icon-button.linkedin:hover { background: #0a66c2; color: #fff; }
.icon-button.gmail:hover { background: #ea4335; color: #fff; }

/* Responsive */
@media (max-width: 576px) {
  .icon-button {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }
}

/* ===== SECTION COMPÉTENCES ===== */
.skill-card {
  background: #0a192f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid #ff9800;
  padding: 1.8rem;
  border-radius: 12px;
  height: 100%;
  color: #f1f1f1;
  transition: all 0.3s ease;
  font-size: 1.05rem; 
  line-height: 1.6;
}

.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(255, 152, 0, 0.25);
  border-left-color: #ffa733;
}

.skill-card h4 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.skill-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.skill-card ul li {
  margin-bottom: 0.7rem;
  font-size: 1.05rem; /* ✅ Texte plus grand */
  position: relative;
  padding-left: 20px;
  color: #e0e0e0;
}

.skill-card ul li::before {
  content: "▹";
  color: #ff9800;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  .section-site h1 {
		font-size: 40px;
	}
 
  .skill-card {
    text-align: left;
    padding: 1.4rem;
    font-size: 1rem; /* Légèrement réduit pour mobile */
  }

  .skill-card h4 {
    font-size: 1.1rem;
  }

  #profile .col-lg-4 {
    margin-bottom: 10px !important; /* réduit l’espace sous la photo */
  }

  #profile .row.align-items-center {
    row-gap: 0 !important;           /* Supprime tout espace résiduel entre les éléments de la row */
  }

  #profile .col-lg-8 {
    margin-top: 0 !important; /* enlève le décalage inutile du texte */
  }

  #profile img {
    max-width: 230px; /* rend la photo un peu plus petite sur mobile */
    margin-top: 40px;
  }

}

@media (max-width: 991px) {
  #profile img {
    max-width: 230px; /* rend la photo un peu plus petite sur mobile */
    margin-top: 40px;
  }

   .section-site h1 {
		font-size: 40px;
	}
 
  .skill-card {
    text-align: left;
    padding: 1.4rem;
    font-size: 1rem; /* Légèrement réduit pour mobile */
  }

  .skill-card h4 {
    font-size: 1.1rem;
  }

  #profile .col-lg-4 {
    margin-bottom: 10px !important; /* réduit l’espace sous la photo */
  }

  #profile .row.align-items-center {
    row-gap: 0 !important;           /* Supprime tout espace résiduel entre les éléments de la row */
  }

  #profile .col-lg-8 {
    margin-top: 0 !important; /* enlève le décalage inutile du texte */
  }

}
