/* COLONE 1 */
@charset "utf-8";

@font-face {
	font-family: '"Encode Sans Semi Condensed", sans-serif';
	src: url(‘/fonts/EncodeSans-Regular.ttf’) format(‘truetype’),
		url(‘/fonts/EncodeSans-SemiBold.ttf’) format(‘truetype’)
}

 /*‾‾‾‾‾‾‾‾‾‾*\
|*  GENERAL  *|
\*__________*/

* {
    scroll-behavior: smooth;
	/* Couleurs zoning */
    --blue-light-extra: #d8ebff;
    --blue-light: #89c4ff;
    --blue-neutral: #0080ff;
    --blue-dark: #004589;
	--blue-dark-extra: #001e3b;
	/* Couleurs charte graphique */
    --chart-light-extra: #d8ebff;
    --chart-neutral: #2a4c9c;
	--chart-dark: #1d213a;
	--chart-dark-extra: rgb(13, 7, 45);
}

#body{
    font-family: "Encode Sans Semi Condensed", sans-serif;
	color: var(--chart-light-extra);
	background-color: var(--chart-dark-extra);
	margin: 0 auto;

}

#colone1 {
    height: 100%;
    width: 40%;
}
.entete-col {
    background: #d8ebff;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
#customisation21 {
    display: none;
}
#customisation21,
#customisation1 {
    height: 40%;
    background: #004589;
    overflow: auto;
    border-bottom: 5px solid #111b3b;
}
#customisation21 ul,
#customisation1 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*! align-items: center; */
    /*! height: 100%; */
}
#customisation21 ul li,
#customisation1 ul li {
    min-width: 33%;
    text-align: center;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#customisation21 button ,
#customisation1 button {
    min-width: 70%;
}
div li button {
    background: #111b3b;
    color: #d8ebff;
    border: 1px solid #bafdff;
    padding: 2px 5px;
    border-radius: 5px;
  }

#customisation2 {
    height: 48%;
    background: #004589;
}
#listFormes {
    display: flex;
    justify-content: center;
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0px;
  }
#listFormes li {
    min-width: 33%;
  text-align: center;
  margin-top:16px;
}
#listFormes button {
    min-width: 70%;
}

/* COLONE 2 */
#colone2 {
    height: 100%;
    width: 56%;
}
.flex50 {
    width: 50%;
    height: 100%;
}
#avatar {
    background:#004589;
    height: 90%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
#avatar img {
    position: absolute;
    height: 90%;
}
#valider-perso {
    position: absolute;
    bottom: -10px;
    left: 25%; /* Ajustez cette valeur selon vos besoins */
    width: 50%;
    height: 50px;
    text-align: center; /* Pour centrer le texte horizontalement */
}