﻿.slogan {
    color: #7f838f;
    font-weight: 700;
    display: none;
    font-size: 20px;
    margin-right: auto;
}

@media (min-width: 720px) {
    .slogan {
        display: block;
    }
}

#main-content p {
	text-align: justify;
	color: #424550;
}

#main-content code {
	color: black;
}

#main-content a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #424550;
	line-height:1.1rem;
}

	#main-content a:not(.btn)::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg, #aeb5c9, #424550);
		opacity: .9;
		transition: opacity .3s ease;
	}

	#main-content a:not(.btn):hover::after {
		opacity: 1;
		background: linear-gradient(90deg, #391666, #aa70e0);
	}

.focus {
	color: #4b0d73;
	font-weight:700;
}
.current-story-title {
		color: #4b0d73;
	}

	.current-story-content h3 {
		color: #7932EC;
		font-size: 1rem;
		font-weight: 700;
		margin-top: 2rem;
	}

	/* Image de l'histoire */
.image-current-story {
    display: block;
    width: min(100%, 450px);
    height: auto;
    margin: 15px auto 45px auto;
    border-radius: 18px;
    box-shadow:
        0 20px 45px rgba(35, 20, 65, 0.16),
        0 5px 15px rgba(35, 20, 65, 0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

/* Corps de l'histoire */
.current-story-content {
    max-width: 950px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #45434b;
}


/* Titres des différentes idées */
.current-story-content h3 {
    position: relative;
    margin-top: 38px;
    margin-bottom: 12px;
    padding-left: 14px;

    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.35;

    color: #7128e8;
}

.current-story-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 4px;

    background: linear-gradient(
        180deg,
        #7128e8 0%,
        #b932f0 100%
    );
}


/* Paragraphes */
.current-story-content p {
    margin-bottom: 20px;
}


/* Premier paragraphe de chaque section */
.current-story-content h3 + p {
    margin-top: 0;
}


/* Conclusion */
.current-story-content .conclusion {
    position: relative;
    margin-top: 40px;
    padding: 24px 28px;

    color: #4b0d73 !important;
    font-size: 1.08rem;
    line-height: 1.7;

    background:
        linear-gradient(
            135deg,
            rgba(113, 40, 232, 0.08),
            rgba(185, 50, 240, 0.04)
        );

    border: 1px solid rgba(113, 40, 232, 0.12);
    border-radius: 14px;
}


/* Petit accent dans la conclusion */
.current-story-content .conclusion::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;

    border-radius: 0 4px 4px 0;
    background: #7128e8;
}

.current-story-content ul {
    list-style: none;
    margin: 12px 0 24px 0;
    padding-left: 24px;
}

.current-story-content li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 18px;
}

/* Niveau 1 : point violet plein */
.current-story-content > ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7128e8;
}

/* Niveau 2 */
.current-story-content ul ul {
    margin: 4px 0 10px 0;
    padding-left: 12px;
}

.current-story-content ul ul li {
    margin-bottom: 6px;
}

/* Niveau 2 : petit cercle */
.current-story-content ul ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border: 2px solid #9b6bd1;
    border-radius: 50%;
}


@media (max-width: 767px) {
    .current-story-content {
        font-size: 1rem;
        line-height: 1.65;
    }

    .current-story-content h3 {
        margin-top: 30px;
    }

    .current-story-content .conclusion {
        padding: 20px;
    }

    .image-current-story {
        margin-bottom: 32px;
        border-radius: 14px;
    }
}

	#story-container p {
		text-align: justify;
		color: dimgray
	}

	#story-container li {
		text-align: justify;
		color: dimgray
	}

	.story-trademarks {
		font-size: 11px;
		margin-top: 50px;
		color: dimgray
	}

	.story-next-prev {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.call-to-action {
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}

	input.controled,
	textarea.controled {
		border-bottom: 0 !important;
		border-radius: 15px !important;
		background: #f4f6fa !important;
		padding: 15px 20px !important;
		min-height: 50px !important;
	}

	.btn-sm {
		border-radius: 15px;
		padding: 10px 20px;
	}

	.story-meta span,
	.story-meta h4 {
		border-radius: 15px !important;
		background-color: #6d368f !important;
		padding: 5px 10px !important;
	}

	.story-meta h4 {
		padding: 10px 20px !important;
	}

	h2 {
		font-size: 1.8rem !important;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	#ButtonSubmit {
		margin-top: 20px;
	}

	.d-flex.align-items-start[b-drqe9m6rtq] {
		margin-top: 30px !important;
		margin-bottom: 0 !important;
	}

	.content.px-4 .col-sm-6 img {
		margin: auto;
	}

	.uptitle {
		font-size: 1rem;
		display: inline-block;
		border: #d1d5e0 1px solid;
		border-radius: 15px;
		padding: 10px 20px;
		margin-bottom: 15px;
	}

	.intro h1 {
		color: #4b0d73;
		margin-bottom: 40px;
	}

	@media (min-width: 641px) {
		.content {
			padding-top: 2rem;
		}

		.rowvcenter {
			display: flex;
			align-items: center;
		}
	}

	#main-content + #main-content {
		margin-top: 1.5rem;
	}

	.about-img img {
		border-radius: 15px;
	}

hr {
	font-size: 0;
	position: relative;
	margin: 2.0125rem auto;
	border-top: 0.0625rem solid #eeeeee;
}
hr.hr-nobg {
	border-color: transparent;
}

ul li,
ol li {
	color: #424550;
}

.resume-list p {
	line-height: 1.5;
}

.resume-list .border-top {
	border-color: #d1d5e0 !important;
}

.skill-card {
	height: 150px;
	border: #d1d5e0 1px solid;
	border-radius: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.skill-card h6 {
	font-size: 1.45rem;
	margin-top: 5px;
	display: block;
	text-align: center;
}
.hardskills-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hardskill-card {
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	border: #d1d5e0 1px solid;
	background-color: #f4f8fb;
	color: #212529;
	border-radius: 999px;
}

.hardskill-card p {
	margin: 0;
	white-space: nowrap;
}
