body{
    background: var(--beige-clair);
    justify-content: center	
}
/* Bloc principal sauf copyright */
.home-e-192 {
    padding: 50px 0px 50px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--beige-clair);
    z-index: 1000;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    display: flex;
    max-width: none;
    margin-right: auto
}

.home-e-193 {
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-color: var(--beige-clair);
    height: auto;
    width: 100%;
    display: flex;
    margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
    max-width: none;
    position: relative
}

.home-e-194 {
    padding: 40px 0px 40px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background-color: var(--or);
    height: auto;
    width: 100%;
    display: flex;
    margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
    max-width: none;
    position: relative
}

/* Boutons choix de la langue */
.home-e-197 {
    padding: 0px 0px 0px 0px;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    -moz-column-gap: 200px;
         column-gap: 200px;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-right: 0 auto;
	max-width: 1200px;
    position: relative
}

.fr-bouton {
    padding: 12px 26px 12px 26px;
    background-color: var(--or-clair); /* doré clair */
    box-shadow: inset 0px 0px 20px 0px var(--beige-moyen); /* beige moyen */
    border-radius: 100px 100px 100px 100px;
    border-width: 0px 0px 0px 0px;
    border-style: groove groove groove groove;
    border-color: #333 #333 #333 #333;
    font-family: var(--font-body);
    font-size: 25px;
    font-weight: 700;
    color: var(--bordeaux);
    line-height: 24px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative
}

.fr-bouton:hover {
	background-color: var (--beige-moyen);
    color: white;
}

.home-e-198 {
    font-family: var(--font-body);
    font-size: 25px;
    font-weight: 400;
	color: var(--noir)ff;
    line-height: 40px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}

.home-e-202 {
    font-family: var(--font-body);
    font-size: 50px;
    font-weight: 700;
    color: var(--bordeaux)ff;
    padding: 0px 0px 0px 0px;
    line-height: 35px;
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative;
}
/* copyright */
.home-e-225 {
    padding: 200px 0px 10px 0px;
    flex-direction: column;
	align-items: center;
    height: auto;
    width: 100%;
    display: flex;
    margin-right: 0 auto;
    max-width: none;
    position: relative
}

.home-e-226 {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 500;
    color: var(--noir);
    line-height: 25px;
    padding: 0px 0px 0px 0px;
    opacity: 100%;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: block;
    min-height: 10px;
    min-width: 16px;
    position: relative
}
