/* Font style */

body {
    font-family: "segoe ui", "arial", "calibri";
    font-size: 1em;
    color: #0d0106;
    margin: 1% 9%;
    background-color: #fbfbff;
    text-align: justify;
}

h1 {
    margin-top: 0%;
  	margin-bottom: 0%;
  	color: #3626a7;
    font-size: 3em;
    text-align: center;
}

.legend {
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
}

/* Links style */

a {
	text-decoration: none;
    color: #3626a7;
}

a:hover {
	text-decoration: underline;
}

/* Image style */

img {
    max-width: 100%;
    max-height: auto;;
}

/* Columns style */

.row {
    display: flex;
}

#main {
    flex: 80%;
}

#info {
    flex: 20%;
    margin-left: 4%;
  	text-align: left;
}

#projet_text {
    width: 55%;
    margin-right: 2%;
}

#projet_image {
    width: 45%;
    margin-left: 2%;
}

/* Language toggle */

body.fr :lang(en) {
    display: none;
}

body.en :lang(fr) {
    display: none;
}

.button {
    top: 0;
    right: 0;
    position: fixed;
    background-color: #3626a7;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
