
body {
	background-color: #000000;
	color: #070063;
	
	text-align: center;
	font-size: 23px;
	width: 100%;
}
#entete {
	background:  #000;
}
a {
	color: #1946f9;
	background: #00000000;
	
	border-radius: 20px;
	border: solid, 2px, #1946f9;
	text-decoration: none;
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	
}
a:hover, a:focus {
	color: #000000;
	background: #1946f9;
	
	border-radius: 20px;
	border: solid, 2px, #1946f9;
	text-decoration: none;
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	
}


/* Contenu principal */
#contenu {
	color: #fff;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	
	
}

#contenu strong {
	color: #181A12;
}

/* Pied de page */
#pied {
	color: #E6A948;
	background-color: #1f1f1f;
}
#pied a{
	border: 0px;
	background-color: #1F1F1F00;
}








/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0; /* -> 2 */
}

/* En-tÃªte */
#entete {
	padding: 15px 20px 10px 20px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 20px 20px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline; /* -> 3 */
}


/* Contenu */
#contenu {
	padding: 10px 20px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {

	font-size: .85em;
	width: 100%;
	background: linear-gradient(#000000, #3b3b3b);
}
#pied p {
	margin: .5em 0;
}
#low {
	font-size: small;
	color: #ffffff;
}









#banner{
    background-color: #1F1F1F;

    color: #fff;
	width: 100%;
}



#parcour {
	color : #000;
	background-color: #00308a;
	border-radius: 10px;
	margin-right: 30%;
	margin-left: 30%;
	padding: 3%;
	margin-bottom: 5%;
	margin-top: 5%;
}


.arrow-container {

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid #1F1F1F;
	margin: auto;
}

b {
	margin-top: 100px;
}



.zone{
	background-color:#00308a;
	width: 100%;
}




/*

#########           ##########
#                   #
#                   #        #
#                   ##########
#                   #
#########           #



*/










.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.card {
    background-color: #1F1F1F;
	color: #1946f9;
    border: 2px solid #1946f9;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 30px;
    max-width: 150px;
    overflow: hidden;
    transition: transform 0.2s;
}
/*
.card:hover {
    transform: scale(1.05);
	background-color: #1946f9;
	color: #1F1F1F;
}
*/
.card-image {
	margin-top: 10px;
    width: 90%;
    height: auto;
}

.card-text {
    padding: 15px;
}

.card-text h2 {
    margin-top: 0;
}











.timeline {
    position: relative;
 

    padding: 40px 0;
	width: 100%;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    /*background-color: #1946f9;*/
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-container.left {
    left: 0%;
}

.timeline-container.right {
    left: 43%;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: #1F1F1F;
    border: 2px solid #1946f9;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-container.right::after {
    left: -16px;
}

.timeline-container .content {
    padding: 20px 30px;
    background-color: #111111;
    position: relative;
    border-radius: 6px;
	border: 2px solid #1946f9;
}

.timeline-container.left .content {
    margin-left: 30px;
}

.timeline-container.right .content {
    margin-right: 30px;
}

.timeline-container .content h2 {
    margin: 0;
    color: #1946f9;
}

.timeline-container .content p {
    margin: 10px 0 0;
    color: #ffffff;
}
.time-image{
	width: 10%;
}








.contain-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.box {
    background-color: #1F1F1F;
    border: 2px solid #1946f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 45%;


}

.box h2 {
    margin-top: 0;
}

.box p {
    color: #666;
}
.img-contact{
	width: 2%;
}






body {
	font-family: Arial, sans-serif;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

/* Conteneur centralisé */
.container-boite {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }
  
  /* Styles de la boite */
  .boite {
	width: 300px;
	height: 300px;
	margin: 30px;
	position: relative;
	text-align: center;
	background-color: #1F1F1F;
	border: 2px solid #1946f9;
	border-radius: 8px;
	transition: all 0.3s ease;
	overflow: hidden;
  }
  
  .boite-image {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
  }
  
  .text {
	font-size: 18px;
	margin-top: 10px;
  }
  
  /* Transition pour le fond qui monte */
  .description {
	position: absolute;
	top: 200%; /* Commence en dehors du cadre */
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1946f9;
	color: #1F1F1F;
	padding: 20px;
	transition: top 0.5s ease; /* Transition douce pour l'animation */
	flex-direction: column;
  }
  
  /* Cacher l'image et le texte au survol */
  .boite:hover .boite-image,
  .boite:hover .text {
	opacity: 0;
	transition: opacity 0.3s ease;
  }
  
  /* Faire monter la description au survol */
  .boite:hover .description {
	top: 0; /* Faire monter la description */
  }

  .boite a{
	color: #1F1F1F;
	background: #00000000;
	
	border-radius: 20px;
	border: solid, 2px, #1F1F1F;
	text-decoration: none;
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
  }

  .bote a:hover{
	color: #fff;
	background: #1F1F1F;
	
	border-radius: 20px;
	border: solid, 2px, #1F1F1F;
	text-decoration: none;
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	
}
  
  




.skill-container {
    max-width: 600px;
    margin: 0 auto;
}

.skill {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.skill-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.skill-details {
    flex: 1;
}

.skill-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.progress-bar {
    width: 100%;
    background-color: #2b2b2b;
    border-radius: 25px;
    overflow: hidden;
    height: 15px;
}

.progress {
    height: 100%;
    background-color: #1946f9;
    border-radius: 25px;
}











/* Responsive pour téléphone */
@media screen and (max-width: 600px) {
	.container {
		grid-template-columns: 1fr;
	}
}