.fond_CV {
    background-color: bisque
  }
.fond {
  background-image: url('../data/img/fond.jpeg'); /* Chemin vers votre image */
  background-size: cover; /* Pour que l'image couvre toute la page */
  background-repeat: no-repeat; /* Pour éviter la répétition de l'image */
  background-attachment: fixed;
}

.container {
  width: 1000px; /* Conteneur de l'image et du texte */
}

.container img {
  float: left; /* Fait flotter l'image à gauche */
  margin-right: 00px; /* Espace entre l'image et le texte */
  max-width: 100%; /* Limite la largeur de l'image pour éviter qu'elle ne déborde */
}

.color-text-fin {
  color:black
}

#Mon-nom{
  color:blueviolet
}
.formation{
  background-color: #AFF8DB;
}
.fond{
  background-color:lavenderblush;
}
.profil{
  background-color:#85E3FF

}
.exp{
  background-color:#97A2FF ;
}
.langues{
  background-color:#FFCCF9;
}
.C_interer{
  background-color: #CCEDFF;
}
.atouts{
  background-color:#E7FFAC;
}
.mon_cadre {
  border: 2px solid mediumslateblue; /* Bordure de 2px, solide, de couleur noire */
  border-radius: 5px; /* Arrondis les coins */
  padding: 0px; /* Espace autour de l'image */
}
.espace{
  margin-right: 200px;
  
}

.img2{
  float: right;
}
.centralisation{
  text-align: center;
}
.container_g{
  text-align: left;
  margin-left: 00px;
  margin-right: 200px;
}
.marge{
  line-height: 3.5;
}
.marges{
  line-break: 3.4
  ;
}
.color_rouge{
  color:#E7FFAC
}

.centered-text {
  text-align: center;
}

.police {
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
.C_interers{
  background-color: #C4FAF8;
}
.ecriture{
  font-family:Arial, Helvetica, sans-serif;
}

.CV{
  background-color: #CCEDFF;
}