body {
    background-color: #123748;
    font-family: sans-serif;
    line-height: 20px;
    letter-spacing: 1px;
    color: #0d4a52;
    font-size: 13px;
    margin: 0;
    overflow-x: hidden;
    width: 101%;
}
iframe {
	margin: 0;
}
.portfolio iframe {
    width: 100%;
}
.itch {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #122c38;
}
.youtube iframe {
    display: block;
}
#footer a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
	margin-left: 20px;
    font-size: clamp(0.7rem, 0.8vw, 0.9rem);
    color: #dbdbdb;
}
h1 {
    letter-spacing: 1.5px;
    color: #208997;
    font-size: 30px;
    text-align: center;
    padding: 30px 0 30px 0;
    line-height: 30px;
    max-width: 1000px;
    
}
h2 {
	display: block;
	/* justify-content: left; */
	/* text-align: center; */
	/* max-width: 1500px; */
	padding-left: 10px;
	margin: auto;
	line-height: 100px;
	color: #ffffff;
	font-weight: normal;
	/* width: 1000px; */
	font-size: 25px;
	letter-spacing: 2px;
	/* margin-top: 80px; */
	/* width: 50%; */
	text-align: center;
	/* margin-bottom: 30px; */
	/* background-color: #06060633; */
}
p {
    /* padding: 1px; */
    font-size: clamp(0.8rem, 1vw, 2rem);
    letter-spacing: 1px;
    /* font-style: italic; */
    width: 80%;
    line-height: clamp(1.2rem, 1.5vw, 3.5rem);
    max-width: 1000px;
    margin: 1em auto 5% auto;
    text-align: center;
    color: #ffffff;
}
button {
    background-color: #2d9ead;
    border: 0;
    padding: 20px;
    color: #ffffff;
    margin: 10px;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
	outline: none;
}
#wrap {
    /* background-color: #181818; */
    /* width: 100%; */
    /* margin: auto; */
    /* min-height: 100%; */
    /* min-width: 0px; */
}
#navbar {
    display: flex;
    justify-content: center;
    padding: 0;
    background-color: #06060633;
    flex-wrap: wrap;
}
#navbar a {
    height: 5em;
    display: inline-block;
}
#navbar #logo {
    font-size: 30px;
    /* background-color: #e7e7e7; */
    line-height: clamp(3rem, 3vw, 3.5rem);
    color: #ffffff;
    /* font-weight: bold; */
    /* letter-spacing: 0.5px; */
    /* padding: 10px; */
    text-align: center;
    width: 50%;
}
#navbar #account { 
	display: flex;
    width: 240px;
    justify-content: space-evenly;
    font-size: 20px;
    height: 15px;
    padding-top: 15px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #87b9c1;
}
#navbar button {
    font-size: 12px;
    letter-spacing: 1px;
    background-color: #208997;
    margin: 0;
	margin-left: 5px;
	margin-top: 10px;
	padding: 15px;
    border-radius: 20px;
}
#container {
    /* padding: 80px; */
    min-height: inherit;
    padding-bottom: 100px;
}
#menu {
    margin-bottom: 20px;
    display: flex;
    padding-top: 15px;
    justify-content: space-evenly;
    width: 40%;
    max-width: 500px;
}
#menu a {
    opacity: 0.6;
    cursor: pointer;
	outline: none;
}
#menu .on {
    opacity: 1;
}
#contents {
    margin: auto;
}
#intro {
    width: 50%;
    text-align: center;
    background-color: #2d9ead;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
#introduction, .content_account {
    /* padding: 20px; */
    line-height: 20px;
    /* background-color: #fbfbfb; */
    /* width: 80%; */
    /* max-width: 1000px; */
    margin: auto;
    margin-top: 50px;
    /* box-shadow: 1px 1px 10px #cdcdcd; */
    /* text-align: center; */
}
#introduction div, .content_account div {
    padding: 20px;
    text-align: center;
}

#footer {
    border-bottom: 10px solid #2d9ead;
    /* box-shadow: 1px 1px 5px #bdbdbd; */
    /* height: 30px; */
    /* bottom: 0; */
    /* position: fixed; */
    /* width: 100%; */
    letter-spacing: 0.5px;
    padding-bottom: 5px;
}
#footer div {
    margin-top: 50px;
    /* line-height: 30px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
    /* margin-top: 50px; */
    color: #2bc9c9;
    font-size: 11px;
}

button[data-etat="off"] {
	opacity: 0.3;
color: #ffffff !important;}
button[data-etat="on"] {
	opacity: 1;
}
.content_account #afficher_missions button {
	height: 80px;
	width: 400px;
	max-width: 70vw;
}
.realisations {
	/* display: flex; */
	/* max-width: 1000px; */
	/* width: 100%; */
	margin: auto;
	/* margin-bottom: 50px; */
	justify-content: center;
	display: flex;
}
.realisations > div {
	width: 500px;
	max-width: 100%;
	height: 360px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.realisations > div > div {
	background: linear-gradient(1deg, #00000099, transparent);
	height: 100%;
}
.realisations > div > div:hover {
	background: none;
	cursor: pointer;
}
.realisations > div > div div {
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	color: #cdcdcd;
	background-color: #00000042;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	height: 100%;
}

.video_interne {
    height: auto;
    padding: 0;
    margin: 0;
}
.video_interne video {
    max-width: 1120px;
    height: 100%;
    object-position: top;
    width: 100%;
}

.portfolio {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.portfolio > div {
    width: 100%;
}
.portfolio .titre {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    padding-top: 80px;
    font-size: 45px;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg, black, #0000008f);
    line-height: 50px;
    /* text-shadow: 4px 4px 4px #000000; */
}
.projet {
    display: flex;
    position: relative;
    overflow: hidden;
}
.projet > .titre:hover {
	opacity: 1 !important;
	cursor: pointer;
}
img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
    width: 100%;
}
@media screen and (max-width: 700px) {
	.realisations {
		flex-wrap: wrap;
	}
    .mobile {
        width: 100% !important;
        height: auto !important;
    }
    .titre {
        font-size: 15px !important;
        line-height: 25px !important;
        padding-top: 20px !important;
    }
}

@media screen and (min-width: 960px) {
    .portfolio > div {
        max-width: 50%;
    }
}

/* 18/10/2023 */

.gamefront {
	width: 500px;
    max-width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    background-color: #122c38;
    padding: 20px;
    margin-bottom: 50px;
    cursor: pointer;
}
.gamefront .a {
	font-size: 20px;
	padding: 10px;
}
.gamefront .aa {
	font-weight: bold;
    color: #2bc9c9;
    line-height: 20px;
}
.gamefront .bb {
	font-size: 15px;
    line-height: 15px;
    margin-top: 30px;
    color: #fff;
}