@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');


 /* GENERAL */

html {
	font-size: 10px;
}

@media only screen and (max-width:1024px) {
	html {
		font-size: 9.411764705882353px;
	}
}
@media only screen and (max-width:768px) {
	html {
		font-size: 10px;
	}
}
@media only screen and (max-width:400px) {
	html {
		font-size: 9.411764705882353px;
	}
}
body {
	background: white;
    font-family: "Poppins", sans-serif;	
    font-size: 1.7rem;
	line-height: 3rem;
	color: #6e6e6e;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-family: "poppins-semibold", sans-serif;
	color: #313131;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 2.1rem;
}
h5, .h05, h6, .h06 {
	font-family: "poppins-bold";
	margin-bottom: 1.2rem;
}

h1, .h01 {
	font-size: 3.1rem;
	line-height: 1.355;
	letter-spacing: -.1rem;
}

@media only screen and (max-width:600px) {
	h1, .h01 {
		font-size: 2.6rem;
		letter-spacing: -.07rem;
	}
}
h2, .h02 {
	font-size: 2.4rem;
	line-height: 1.25;
}
h3, .h03 {
	font-size: 3rem;
	color: #FF0077;
	line-height: 1.5;
}
h4, .h04 {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.64);
	line-height: 1.765;
}
h5, .h05 {
	font-size: 1.4rem;
	line-height: 1.714;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
h6, .h06 {
	font-size: 1.3rem;
	line-height: 1.846;
	text-transform: uppercase;
	letter-spacing: .15rem;
}
p img {
	margin: 0;
}
p.lead {
    font-family: "Poppins", sans-serif;	
    font-size: 2rem;
	line-height: 1.8;
	color: #888888;
}
@media only screen and (max-width:768px) {
	p.lead {
		font-size: 1.7rem;
	}
}
em, i, strong, b {
	font-size: 1.7rem;
	line-height: 3rem;
	font-style: normal;
	font-weight: normal;
}
em, i {
	font-family: "lora-italic", serif;
}
strong, b {
	font-family: "lora-bold", serif;
}
.bouton,
a.bouton,
button {
	display: inline-block;
	font-family: "poppins-bold", sans-serif;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: .3rem;
	height: 5.4rem;
	line-height: 5.4rem;
	padding: 0 3rem;
	margin: 0 .3rem 1.2rem 0;
	background: #d8d8d8;
	color: #313131;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
button.contour, .bouton.contour {
	background: transparent !important;
	border: 3px solid #313131;
	line-height: 4.8rem;
}
header {
	position: fixed;
	width: 95vw;  
  	margin: 0;    
  	padding: 0; 
	min-height: 66px;
	z-index: 600;
}
header .ligne {
	position: relative;
	min-height: 66px;
}
header .barre-haut {
	display: block;
	background: #000000;
	min-width: 135px;
	min-height: 66px;
	position: absolute;
	left: 300px;
	top: 0;
}
.menu-bouton {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-bouton span,
.menu-bouton span::before,
.menu-bouton span::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FF0077;
    position: absolute;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-bouton span::before {
    top: -8px;
}
.menu-bouton span::after {
    top: 8px;
}
.menu-bouton.is-active span {
    background-color: transparent;
}

.menu-bouton.is-active span::before {
    transform: translateY(8px) rotate(45deg);
}

.menu-bouton.is-active span::after {
    transform: translateY(-8px) rotate(-45deg);
}
#navigation-principale {
	display: none;
	width: 100%;
	top: 10%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);

}
#navigation-principale.active {
    transform: translateX(0);
	display: block;
    width: 100%;
    height: 30vh;
	margin-top: 60px;
	font-size: 20px;

}
.menu-principal {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.menu-principal li {
    margin: 20px 0;
}
.menu-principal a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
	font-family: "Crimson Text", serif;
	font-weight: 800;
	font-style: normal;
}
.menu-principal a:hover {
    color: #FF0077;

}












 /* SECTION PRESENTATION (PREMIERE PAGE) */


#presentation {
	background: #151515 url(../img/b-g2.jpeg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100vh;
	display: table;
	position: relative;
	text-align: center;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111111;
	opacity: .85;
}
.contenu {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	-webkit-transform: translateY(-2.1rem);
	-ms-transform: translateY(-2.1rem);
	transform: translateY(-2.1rem);
}
.contenu h1 {
	color: #FFFFFF;
	font-family: "poppins-medium", sans-serif;
	font-size: 8.4rem;
	line-height: 1.071;
	max-width: 900px;
	margin-top: 0;
	margin-bottom: .6rem;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.contenu h5 {
	color: #cc005f;
	font-family: "poppins-bold", sans-serif;
	font-size: 2.3rem;
	line-height: 1.565;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: .3rem;
}
.contenu .position {
    font-family: "Poppins", sans-serif;
    font-size: 1.7rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	letter-spacing: .2rem;
	color: #FFFFFF;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.contenu .position span {
	display: inline-block;
}
.contenu .position span::after {
	content: "|";
	text-align: center;
	display: inline-block;
	padding: 0 8px 0 14px;
	color: rgba(255, 255, 255, 0.3);
}
.contenu .position span:first-child::before {
	content: "|";
	text-align: center;
	display: inline-block;
	padding: 0 14px 0 8px;
	color: rgba(255, 255, 255, 0.3);
}
.contenu .bouton {
	color: #FFFFFF !important;
	border-color: rgba(255, 255, 255, 0.3);
	height: 6rem !important;
	line-height: 5.4rem !important;
	padding: 0 3.5rem 0 3rem !important;
	margin-top: .6rem;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .25rem;
}
.contenu .bouton:hover, .contenu .bouton:focus {
	border-color: #cc005f;
}
.contenu .bouton::after {
	display: inline-block;
	content: "\f107";
	font-family: fontAwesome;
	font-size: 1.6rem;
	line-height: inherit;
	text-align: center;
	position: relative;
	left: 1.2rem;
}
.reseaux {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 7.2rem;
	font-size: 3.3rem;
	margin: 0;
	padding: 0;
}
.reseaux li {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
}
.reseaux li a, .reseaux li a:visited {
	color: #FFFFFF;
}

.reseaux li a:hover, .reseaux li a:focus {
	color: #cc005f;
}
.reseaux-social {
    position: absolute;
    bottom: 80px; 
    left: 50%;
    transform: translateX(-50%); 
    display: flex;
    justify-content: center; 
    align-items: center;
    text-align: center;
}
.reseaux-icons a {
    margin: 0 25px; 
}
.reseaux-icons img {
    width: 50px; 
    height: 50px;
}

/* --- Responsive Design --- */
@media (max-width: 1024px) {
    .contenu h1 {
        font-size: 4.5rem;
    }
    .contenu h5 {
        font-size: 1.5rem;
    }
    .contenu .position {
        font-size: 1.3rem;
    }
    header .barre-haut {
        left: 50px;
        top: 20px
    }
}

@media (max-width: 768px) {

    .contenu h1 {
        font-size: 3.5rem;
    }
    .contenu h5 {
        font-size: 1.2rem;
    }
    .contenu .position {
        font-size: 1.1rem;
    }
    .reseaux-icons img {
        width: 35px;
        height: 35px;
    }
    .reseaux-icons{
        display: grid;
        grid-template-columns: repeat(3, 1fr);;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .contenu h1 {
        font-size: 2.8rem;
    }
    .contenu h5 {
        font-size: 1rem;
    }
    .contenu .position {
        font-size: 1rem;
    }
    .bouton {
        font-size: 1rem;
        padding: 10px 20px;
    }
    .reseaux-icons img {
        width: 30px;
        height: 30px;
    }
}








 /* SECTION PRESENTATION PROFIL */

.presentation-profil {
	background-color: #FFFFFF;
    text-align: center;
    margin: auto;
	color: #000000;
	width: 100%;
	margin-bottom: 0;
}

.block-presentation {
    max-width: 60%; 
    margin: 0 auto; 
    text-align: center; 
    padding: 40px 20px; 
    background-color: white;
    border-radius: 10px;
}

.contenu-profil {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
	margin: 0 auto; 
    margin-top: 20px;
	max-width: 90%;
	margin-bottom: 50px;
}

.contenu-profil p {
	max-width: 70%;
	text-align: justify;
}

.profil-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e91e63;
}

.contenu-presentation-profil .info-list {
    list-style: none;
    margin-left: 0;
}

.contenu-presentation-profil .double-list {
    column-count: 2;
}

.contenu-presentation-profil .info-list li {
    padding: 0 0 1.6rem 0;
    margin-bottom: 1.2rem;
	text-align: left;
}
.contenu-presentation-profil h3 {
	text-align: left;
	margin-bottom: 50px;
	font-size: 3rem;
}
.contenu-presentation-profil .info-list li strong {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #313131;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.9rem;
    line-height: 3rem;
}

.contenu-presentation-profil .info-list li span {
    display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #888888;
    font-size: 1.8rem;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .block-presentation {
        width: 90%;
        max-width: 100%;
        margin: 0;
    }
    .contenu-presentation-profil{
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .contenu-profil {
        flex-direction: column;
        max-width: 100%;
        padding: 0;
    }

    .contenu-profil p{
        max-width: 100%;
    }

    .contenu-presentation-profil .double-list {
        column-count: 1;
    }
    .reseaux-social{
        left: 50%;
    }
}











 /* SECTION DES COMPETENCES */

#competences-contener1 {
	background-color: #FFFFFF;
    text-align: center;
	color: #000000;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.competences-contener {
	max-width: 60%; 
	margin: 0 auto; 
	text-align: center; 
	padding: 40px 20px; 
	background-color: #fff; 
	border-radius: 10px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #646363;
}

.competences {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px;
	margin: 0 auto;
}
.competences-contener p {
    font-size: 2rem;
}
.competence-item {
    position: relative;
    width: 350px;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
}

.competence-item h3 {
	font-family: "Pacifico";
	font-weight: 600;
	font-style: normal;
	padding: 2 6rem;
}

.competence-item:hover {
    transform: scale(1.05);
}

.overlay-competence {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(43, 40, 40, 0.7);
}

.competence-item:hover .overlay-competence {
    opacity: 1;
}

#competences-contener1 .competences-contener h3 {
	text-align: left;
	font-size: 3rem;
}

#competences-contener1 .competences-contener p{
	text-align: justify;
}

.overlay-competence h3 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 30%;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}
@media screen and (max-width: 1500px) {
    .competence-item {
        width: 280px;
        height: 200px;
    }
}
@media (max-width: 1300px) {

    .competences {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 30px;
        justify-content: center;

    }
}

@media (max-width: 1024px) {
    .competences-contener {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .competences {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }

    .competence-item {
        width: 100%;
        height: 200px;
    }

    .modal-content {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .competence-item {
        height: 180px;
    }

    .overlay-competence h3 {
        font-size: 16px;
    }

    .modal-content {
        width: 90%;
    }
}



.competences {
    max-width: 1600px;    
}







 /* SECTION DES EXPERIENCES EXTRA PROJETS */


.extrascolaire, .projs {
	background-color: white;
	margin: 0;
	width: 100%;
}

#projets, #extrascolaire{
	width: 60%;
	display: block;
	margin: 0 auto; 
	text-align: center;
	padding: 40px 20px; 
	background-color: #fff; 
	border-radius: 10px; 
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #646363;
}

#projets h3{
	text-align: left;
	font-size: 3rem;
}

#projets p {
    font-size: 2rem;
}
.categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-top: 50px;
}

.category {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    transition: transform 0.3s ease, background-color 0.3s ease; 
    margin: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    background-color: #f8f9fa;
	margin: 0 auto;
	width: 100%;
}

#projets .category h3{
	font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
	color: #343a40;
    font-size: 1.6em;
    font-weight: bold;
	text-align: center;
}

#projets .category:hover {
    transform: scale(1.02);
    background-color: #e9ecef;
}

#projets .category a {
    text-decoration: none;
	font-size: 1.2em;
}

@media (max-width: 1024px) {
    #projets {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }
    .categories{
        margin: 0 auto;
    }
    .category{
        width: 80%;
        margin: 0 auto;
    }
    #projets p {
        padding: 0;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}








 /* SECTION DES EXPERIENCES EXTRAS SCOLAIRES */



.extrascolaire-card {
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.extrascolaire-card.visible {
    opacity: 1;
    transform: translateY(0);
}
#extrascolaire {
    padding: 60px 20px;
    text-align: center;
}
.extrascolaire-container {
	width: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
	margin-top: 50px;
}
.extrascolaire-card {
    display: flex;
    align-items: center;
    width: 70%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease;
}
.extrascolaire-card:hover {
    transform: translateY(-5px);
}
.extrascolaire-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.extrascolaire-logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.extrascolaire-content {
    text-align: left;
	font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
}
#extrascolaire .extrascolaire-content h3 {
    font-size: 1.4em;
    margin-bottom: 8px;
	font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
	color: #333;
    font-family: "Crimson Text", serif;
	font-size: 1.4em;
	font-weight: bold;
}
#extrascolaire .extrascolaire-content p {
    font-size: 1.2em;
    color: #666;
	font-family: "Crimson Text", serif;
    font-weight: 400;
    font-style: normal;
	
}
#extrascolaire .extrascolaire-content p strong{
	font-weight: bold;
}
#extrascolaire h3{
	text-align: left;
	font-size: 3rem;
}


@media screen and (max-width: 1200px) {
    .extrascolaire-card {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {

#extrascolaire{
    width: 95%;
    margin: 0 auto;
    padding: 0;
}
.extrascolaire-container {
    width: 90%;
    max-width: 90%;
}
#extrascolaire p {
    width: 90%;
    margin: 0 auto;
}
.extrascolaire-card {
    width: 80%;
    margin: 0 auto;
}
}

@media screen and (max-width: 992px) {
    .extrascolaire-container {
        gap: 15px;
    }

    .extrascolaire-card {
        width: 90%;
        padding: 15px;
    }

    .extrascolaire-logo {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }

    .extrascolaire-logo img {
        width: 40px;
        height: 40px;
    }

    .extrascolaire-content h3 {
        font-size: 1.3em;
    }

    .extrascolaire-content p {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 768px) {
    .extrascolaire-container {
        flex-direction: column;
        gap: 10px;
    }

    .extrascolaire-logo {
        margin: 0 auto 10px auto;
    }

    .extrascolaire-logo img {
        width: 35px;
        height: 35px;
    }

    .extrascolaire-content p {
        font-size: 1em;
    }
    .timeline{
        width: 90%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 576px) {

    .extrascolaire-container {
        gap: 5px;
    }

    .extrascolaire-card {
        padding: 8px;
    }

    .extrascolaire-content p {
        font-size: 0.95em;
    }
    #presentation {
        background: #151515 url(../img/b-g.jpg) no-repeat center bottom;
    }
}








 /* PIED DE PAGE */

#footer {
	background-color: white;
    padding: 20px 0;
    text-align: center;
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.5); 
}
.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-contact ul {
    list-style: none;
    padding: 0;
}
.footer-contact ul li {
    margin: 10px 0;
}
.footer-contact a {
    text-decoration: none;
}
.footer-social {
    text-align: center;
    position: relative;
    margin-top: 60px;
}
.social-container {
    position: relative;
}
#social-btn {
    background-color: #eee9e9;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: opacity 0.3s ease;
    font-family: "Josefin Slab", serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}
.social-icons {
    display: none;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
}
.social-icons a img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.social-icons a img:hover {
    transform: scale(1.1);
}
.footer-social:hover #social-btn {
    opacity: 0;
}

.footer-social:hover .social-icons {
    display: flex;
}
.footer-extras {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
}

.footer-extras a {
    text-decoration: none;
    font-weight: bold;
}

.footer-extras a:hover {
    text-decoration: underline;
}
.footer-copyright {
    margin-top: 20px;
    font-size: 1.5rem;
    margin-top: 65px;
}



@media (max-width: 768px) {
     .footer-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    footer{
        font-size: 1.5rem;
    }
    .footer-extras {
        flex-direction: row;
        gap: 15px;
    }
    #social-btn {
        margin: 0;
    }
    .footer-extras {
        flex-direction: row;
        gap: 15px;
        margin-top: 10px;
    }
    .footer-social{
        padding: 0;
        margin: 0;
    }
    .footer-copyright{
        margin-top: 20px;
    }

    p.lead {
        font-size: 1rem;
        line-height: 1.5;
    }
    .contenu-presentation-profil .info-list li {
        margin-bottom: 0;
    }
    .contenu-presentation-profil .info-list li strong,  .contenu-presentation-profil .info-list li span, .competences-contener p, #projets p, #extrascolaire p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .contenu-presentation-profil h3, #competences-contener1 .competences-contener h3, #projets h3 {
        margin: 0;
        font-size: 1.5rem;
        max-width: 90%;
    }
    #extrascolaire .extrascolaire-content h3 {
        margin: 0;
        font-size: 1rem;
        max-width: 90%;
    }
    #extrascolaire h3 {
        font-size: 1.5rem;
        max-width: 90%;
        margin-top: 30px;
    }
    #block-presentation .contenu-profil{
        margin: 0;
        width: 100%;
    }
    .competences-contener {
        max-width: 100%;
        margin: 0;
    }
    .presentation-profil {
        margin: 0;
        padding: 0;
    }
    .overlay-competence {
        opacity: 1;
    }
    #experiences-pro .title{
        font-size: 1.8rem;
    }
    .timeline-left .job-title, .timeline-right .company {
        font-size: 1.2rem;
    }
    .timeline-left .job-date, .timeline-right .job-description{
        font-size: 1rem;
    }
    #projets .category a {
        font-size: 1rem;
    }
    #extrascolaire .extrascolaire-content p strong, #extrascolaire .extrascolaire-content p {
        font-size: 1rem;
        font-weight: 400;
        font-style: normal;
    }
    
    .extrascolaire-content {
        width: 90%;
    }
}





/* SECTION DES EXPERIENCES PROFESSIONNELLES - PARCOURS SCOLAIRE */


#experiences-pro{
	background-color: white;
	width: 100%;
	margin: 0;
    font-family: "Poppins", sans-serif;    
    color: #333;
	margin-top: 0px;
}
.title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 40px;
	color: #313131;
}
.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 70%;
    margin: auto;
	background-color: white;
}
.timeline::before {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #ccc;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-item {
    display: flex;
    align-items:first baseline; 
	width: 100%;
    margin-bottom: 30px;
    gap: 20px; 
}
.timeline-left, .timeline-right {
    width: 45%;
    padding: 15px;
}

.timeline-left {
    text-align: right;
	
}
.timeline-left h3, .timeline-left p{
	width: 80%;
	padding-left: 20%;
}
.timeline-icon {
    width: 50px;
    height: 50px;
    background: #151515;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    position: relative;
}
.job-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e60073;
}
.job-date {
    font-size: 2rem;
    color: gray;
}
.company {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e60073;
}
.job-description {
    font-size: 2rem;
    line-height: 1.6;
}



@media (max-width: 1024px) {
    .timeline {
        max-width: 100%;
    }
    .timeline-left, .timeline-right{
        width: 50%;
    }
    .timeline-left{
        padding: 0;
        margin: 0;
    }
    .timeline-left h3, .timeline-left p {
        width: 100%;
        padding-left: 0;
    }
    .timeline-right{
        padding: 0;
        margin: 0;
    }
    footer{
        margin-top: 40px;
    }
}

























































