body.kitpress {
    background: #111;
    color: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.apropos-kit {
    margin: 0 auto 40px auto;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0,0,0,0.18);
}
body.kitpress .container
{
    padding-top:unset;
    background:unset;
}
.kit-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    position: relative;
    margin-top: -50px;
    margin-bottom: -80px;
}
.kit-photo {
    position: relative;
    width: 405px;
    height: 650px;
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    left:0px;
    bottom: 25px;
}
@media(max-width:900px){
	.kit-photo {
		display:none;
	}
	#carousel-miniature div span img{
		width:120px;
	}
	#carousel-miniature div{
		min-width:unset;max-width:unset;
	}
	.kit-header{
		margin-top:50px;
		margin-bottom:20px;
	}
}
.kit-photo .leopard-bg {
    position: absolute;
    left: 20px;
    top: 100px;
    width: 300px;
    height: 470px;
    z-index: 0;
    object-fit: cover;
    opacity: 1;
}
.kit-photo .photo-profil {
    position: relative;
    z-index: 1;
    width: 375px;
    height: 600px;
    background: none;
}
.kit-intro {
    flex: 2 1 450px;
    min-width: 280px;
    color: #fff;

}
.kit-intro h1 {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    line-height: 1.1;
}
.kit-intro .subtitle {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 1.2rem;
    color: #bdbdbd;
}
.kit-socials {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
    align-items: center;
}
.kit-stats-row {
    margin: auto;
    width: 90%;
    padding: unset;
    box-sizing: unset;
}
.kit-stats {
    background: #101010AA;
    border-radius: 8px;

    margin:auto;
    color: #fff;
    backdrop-filter: blur(3px);
    text-align: center;
}
.kit-stats .title {
    font-weight: 700;
    color: #02693a;
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
}
.kit-stats .values {
    line-height: 1.5;
    font-size: 1.1rem;
}
.kit-main {
    position: relative;
    background: #101010;
    color: #222;
    border-radius: 0 0 20px 20px;
    margin-top:5px;
}
.kit-main .row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
.kit-main .col {
    flex: 1 1 350px;
    min-width: 280px;
}
.kit-main h2 {
    color: #02693A;
    font-size: 2rem;
    font-weight: 800;
    margin: 1.2rem 0 0.7rem 0;
    text-transform: uppercase;
}
.kit-main ul {
    font-size: 1.1rem;
    line-height: 1.7;
    list-style: none;
    padding: 0;
    margin: 0;
}
.kit-main li {
    margin-bottom: 0.7em;
}
.kit-main .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    margin-top: 1.2rem;
}
.kit-main .logos img {
    height: 38px;
    background: #fff;
    border-radius: 6px;
    padding: 2px 8px;
}
.kit-main .parler {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.kit-main .parler img {
    width: 100%;
    max-width: 320px;
    border-radius: 8px;
    background: #eee;
}
.kit-main hr {
    border: none;
    border-top: 1px solid #e1e1e1;
    margin: 2.5rem 0;
}
.qui-op-row {
    display: flex;
    background: #101010;
    padding: 2.5rem 0 2rem 0;
    gap: 2rem;
    position: relative;
    z-index: 2;
}
.qui-suis-je {
    position: relative;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qui-suis-je .ligne-verte {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #00e676;
    border-radius: 8px;
    content: '';
}
.qui-suis-je .ligne-verte2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #00e676;
    border-radius: 8px;
    content: '';
}
.qui-suis-je h2 {
    color: #111;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.qui-suis-je-2 h2 {
    color: #111;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: right;
}
.qui-suis-je .green { color: #00e676; }
.qui-suis-je .desc {
    font-size: 1.08rem;
    margin-bottom: 1.1rem;
    color: #222;
}
.qui-suis-je .signature {
    font-family: 'Pacifico', cursive, Arial, sans-serif;
    font-size: 1.2rem;
    color: #222;
    margin-top: 1.5rem;
    letter-spacing: 1px;
}
.opportunites {
    flex: 1 1 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.opportunites h2 {
    color: #111;
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.opportunites .green { color: #00e676; }
.op-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: flex-end;
}
.op-block {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 1.08rem;
}
.op-icon {
    font-size: 1.5rem;
    margin-top: 2px;
}
.point-droite-noir {
    position: absolute;
    top: -26px;
    width: 110px;
    z-index: 10;
    pointer-events: none;
}
.point-droite-noir2 {
    position: absolute;
    top: -26px;
    right: 0;
    width: 110px;
    z-index: 10;
    pointer-events: none;
}
.points-droite {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 90px;
    z-index: 2;
    pointer-events: none;
}
.parler-row {
    background: #101010;
    box-shadow: none;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    padding: 2rem 0 2rem 0;
    display: flex;
    align-items: flex-start;
}
.points-gauche-parler {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 4px;
    z-index: 2;
    pointer-events: none;
}
.parler {
    width: 100%;
    background: none;
    margin: 20px;
}
.parler-title {
    color: #FFF;
    width: 100%;
    font-size: 1.3rem;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.parler-flex {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    align-items: flex-end;
    background: none;
    margin-top: 0.5rem;
}
.parler-img-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin: auto;
}
.parler-img-block img {
    width: 100%;
    max-width: 320px;
    border-radius: 8px;
    background: #eee;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.parler-caption {
    color: #fff;
    font-size: 0.95rem;
    margin-top: 0.7rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.logos-row {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
    background: none;
    z-index: 2;
    position: relative;
}
.logos-full {
    width: 100%;
    margin: 2.5rem;
}
.logos-title {
    background: #02693a;
    color: #EEE;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.5rem 2.2rem 0.5rem 2.2rem;
    letter-spacing: 1px;
    width: fit-content;
    display: block;
}
.logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 1.2rem;
}
.logos img {
    border-radius: 6px;
}
.logos-date {
    font-size: 0.9rem;
    color: #888;
    margin-top: 1.2rem;
}
#carousel-formation{
    background:#E0E0E0;
    color:black;
    padding: 2.5rem 0 2rem 0;
    width: 100%;
}
#carousel-produits , #carousel-magasin{
    background:#E0E0E0;
    color:black;
    padding: 2rem 0 2rem 0;
    width: 100%;
}

#carousel-formation div div{
    color:black;
}

@media (max-width: 1100px) {
    .qui-op-row { flex-direction: column; padding: 2rem 1rem; }
    .qui-suis-je, .opportunites { padding-left: 1.2rem; padding-right: 1.2rem; }
    .parler { padding-left: 40px; }
    .points-gauche-parler { left: -30px; width: 40px; }
}
@media (max-width: 900px) {
    .kit-header, .kit-main { padding-left: 1rem; padding-right: 1rem; }
    .apropos-kit { max-width: 99vw; margin-bottom:100px; }
    .parler-flex { gap: 1rem; }
}
@media (max-width: 700px) {
    .kit-header, .kit-main { flex-direction: column; gap: 1.2rem; }
    .kit-header { text-align: center; }
    .qui-op-row { flex-direction: column; padding: 1.2rem 0.5rem; }
    .qui-suis-je, .opportunites { padding-left: 0.5rem; padding-right: 0.5rem; }
    .parler { padding-left: 0; }
    .kit-main .row { flex-direction: column; gap: 1.2rem; }
    .kit-main .col { min-width: 0; }
    .parler-flex { flex-direction: column; align-items: center; }
    .points-gauche-parler { left: 0; top: 0; width: 30px; }
} 