@font-face {
	font-family: "Louis";
	src: url("../font/louis.ttf") format("truetype");
}

@font-face {
    font-family: "Script";
	src: url("../font/script soft.ttf") format("truetype");
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Louis';
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.header {
    background-image: url("../img/banner.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 28px;
    text-align: center;
    padding-bottom: 96px;
    padding-top: 96px;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
}

.header a {
    color: black;
    text-decoration: none;
}

.cara-header {
    vertical-align: middle;
    position: relative;
    top: 4px;
}

.icons {
    float: right;
    text-align: center;
    margin-right: 56px;
    margin-top: 12px;
}

.socials {
    display: flex;
}

.social {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 42px;
    transition: 0.1s;
}

.social i {
    color: #484E7B;
}

.social i:hover, .social img:hover {
    transform: scale(1.1);
}

.langs {
    color: black;
    text-decoration: none;
    margin-top: 1rem;
}

.lang {
    padding-left: 12px;
    padding-right: 12px;
}

.flag {
    width: 56px;
    transition: 0.1s;
}

.flag:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.cards {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: auto;
    padding-top: 24px;
}

.card {
    width: 18rem;
    margin: 0.5rem;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.card-image {
    width: 22rem;
    height: 32rem;
    object-fit: cover;
    margin: 0.5rem;
    transition: 0.2s;
    box-shadow: 1px 1px 5px #00000052;
}

.card-image:hover {
    opacity: 0.9;
    cursor: pointer;
}

.row {
    padding-top: 1px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000b4;
    overflow: auto;
    z-index: 999;
}

.popup-image {
    display: block;
    margin: auto;
    max-height: 85%;
    height: 100%;
    padding-top: 1.5%;
    animation: open 0.8s ease 0s 1 normal forwards;
}

.popup-image-project {
    display: block;
    margin: auto;
    max-height: 85%;
    height: 50%;
    padding-top: 7%;
    animation: open 0.8s ease 0s 1 normal forwards;
}

@keyframes open {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.popup-infos {
    padding-top: 24px;
}

.popup-text {
    color: white;
    text-align: center;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.headers {
    font-size: 28px;
    text-align: center;
}

.link {
    color: #000000;
}

.no-scroll {
    overflow: hidden;
}

footer {
    text-align: center;
    clear: both;
    background-color: #484E7B;
    height: 125px;
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    color: white;
    position: absolute;
    width: 100%;
}

.footer-title {
    text-align: center;
}

.footer-link {
    background-color: #484E7B;
    float: left;
    margin-left: 48px;
    border: solid 2px white;
    border-radius: 8px;
    padding: 0.5%;
}

.footer-socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 48px;
    padding-top: 22px;
}

.footer-social {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 24px;
    color: white;
    transition: 0.1s;
}

.footer-socials-links {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cara-footer {
    filter: brightness(0) invert(1);
    vertical-align: middle;
    position: relative;
    top: 0px;
}

.menu, .menu2 {
    text-align: center;
    padding-top: 36px;
}

.menu-separator {
    display: none;
}

.menu a {
    font-size: 22px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 12px;
    background-color: #484E7B;
    color: white;
    border-radius: 16px;
    text-decoration: none;
    text-underline-offset: 0.1em;
    transition: text-decoration-color 300ms, text-underline-offset 300ms;
    transition: 0.2s;
}

.menu a:hover {
    text-decoration: underline 0.10em #ffffff;
    text-underline-offset: 0.3em;
    transition: text-decoration-color 300ms, text-underline-offset 300ms;
    color: #ffffff;
    transition: 0.2s;
    margin-left: 22px;
    margin-right: 22px;
    padding: 14px;
}

.next_first {
    display: none;
}

.next_first:hover {
    cursor: pointer;
}

.next {
    margin-left: 12px;
}

.previous {
    margin-right: 12px;
}

.next, .previous {
    padding: 12px;
    margin-top: 3px;
    background-color: #484E7B;
    color: white;
    border-radius: 16px;
    text-decoration: none;
    transition: 0.2s;
}

.next:hover, .previous:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.2s;
}

.menu a:hover {
    text-decoration: underline 0.10em #ffffff;
    text-underline-offset: 0.3em;
    transition: text-decoration-color 300ms, text-underline-offset 300ms;
    color: #ffffff;
    transition: 0.2s;
    margin-left: 22px;
    margin-right: 22px;
    padding: 14px;
}

.noactive {
    font-size: 22px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 12px;
    background-color: #484E7B;
    color: white;
    border-radius: 16px;
    text-decoration: none;
    text-underline-offset: 0.1em;
    transition: text-decoration-color 300ms, text-underline-offset 300ms;
    transition: 0.2s;
}

.noactive:hover {
    text-decoration: underline 0.10em #ffffff;
    text-underline-offset: 0.3em;
    transition: text-decoration-color 300ms, text-underline-offset 300ms;
    color: #ffffff;
    transition: 0.2s;
    margin-left: 22px;
    margin-right: 22px;
    padding: 14px;
}

.active {
    font-size: 22px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 12px;
    background-color: white;
    color: #484E7B;
    border-radius: 16px;
    text-decoration: none;
    font-weight: bold;
    border: #484E7B solid;
    user-select: none;
}

.infos {
    text-align: center;
    padding-top: 24px;
    margin-bottom: -64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.infos p {
    padding-left: 240px;
    margin-bottom: 6px;
    font-size: 24px;
    text-align: left;
}

.title-portfolio {
    display: block;
    margin: auto;
    width: 25%;
}

.content {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 150px;
}

.content-projects {
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 150px;
}

.form-content {
    display: inline-block;
    margin-top: 48px;
    background-color: #eae4d0;
    border-radius: 24px;
    padding: 24px;
    text-align: left;
}

.socials-content {
    display: inline-block;
    margin-top: 48px;
    float: right;
    margin: 0 auto 0 50px;
    margin-right: 200px;
    text-align: left;
    margin-top: 56px;
}

.socials-content h1 {
    font-family: Script;
    color: #484E7B;
    font-size: 42px;
}

.socials-link {
    display: grid;
    grid-template-columns: repeat(2, 0.2fr);
    grid-template-areas:
    "a b"
    "c d"
    "e f"
    "g h";
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.socials-text {
    font-size: 20px;
}

.contact-social {
    font-size: 36px;
    text-align: center;
    color: #484E7B;
    transition: 0.1s;
}

.contact-social:hover {
    transform: scale(1.1);
}

.deviant-art {
    grid-area: a;
    text-align: center;
}

.deviant-art-text {
    grid-area: b;
    align-self: center;
    font-size: 20px;
}

.instagram {
    grid-area: c;
    text-align: center;
}

.instagram-text {
    grid-area: d;
    align-self: center;
    font-size: 20px;
}

.youtube {
    grid-area: e;
    text-align: center;
}

.youtube-text {
    grid-area: f;
    align-self: center;
    font-size: 20px;
}

.input-contact {
    padding: 12px;
    width: 75%;
    margin: 12px;
    border-radius: 8px;
    border: none;
}

.textarea-contact {
    padding: 12px;
    width: 90%;
    height: 100px;
    margin: 12px;
    border-radius: 8px;
    border: none;
}

.input-admin {
    margin-top: 15px;
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    background-color: #eeefff;
}

.textarea-admin {
    margin-top: 20px;
    width: 80%;
    height: 14%;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    background-color: #eeefff;
    resize: none;
}

.inputs-admin {
    width: 22rem;
    height: 32rem;
    position: absolute;
    display: block;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    margin-top: 6px;
}

button {
    padding: 12px;
    width: 30%;
}

.tim {
    font-size: 24px;
}

.tim-link {
    text-decoration: none;
    color: white;
}

.tim-link:hover {
    text-decoration: underline;
}

.contact-label {
    font-size: 24px;
    margin-bottom: 12px;
}

.footer-links {
    color: white;
    text-decoration: none;
    display: inline-block;
}

.button-send {
    background-color: #484E7B;
    color: white;
    border-radius: 16px;
    border: none;
    font-size: 18px;
    width: 30%;
    margin-right: 12px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 12px;
    transition: 0.1s;
}

.button-send:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.g-recaptcha {
    display: inline-block;
    margin-left: 12px;
}

.send-area {
    display: flex;
    justify-content: space-between;
}

.socials-text a {
    color: #484E7B;
    text-decoration: none;
    font-weight: bold;
}

.footer-contact-link {
    color: white;
    text-decoration: none;
}

.welcome {
    display: block;
    margin-top: 56px;
    width: 350px;
    padding-left: 230px;
}

.welcome_mobile {
    display: none;
}

.avatar {
    width: 800px;
}

.line {
    display: block;
    margin: auto;
    margin-top: 56px;
}

.line_mobile {
    display: none;
}

.back {
    padding: 20px;
    background-color: red;
    width: 500px;
    margin-right: 450px;
    opacity: 0;
}

.back2 {
    padding: 20px;
    background-color: red;
    width: 100px;
    transform: scale(1.3);
    margin-right: 175px;
    opacity: 0;
}

.home-content {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 150px;
}

.one {
    display: inline-block;
    margin-top: 75px;
    padding: 8px;
    width: 25%;
    text-align: left;
}

.one h1 {
    font-family: "Script";
    font-weight: lighter;
    -webkit-text-stroke-color: #484E7B;
    -webkit-text-stroke-width: 1px;
    color: #484E7B;
    font-size: 36px;
}

.one p {
    font-size: 24px;
    margin-bottom: 6px;
    width: 150%;
    white-space: initial;
}

.character_home {
    margin-top: 56px;

}

.two {
    display: inline-block;
    margin-top: 48px;
    float: right;
    margin: 0 auto 0 50px;
    margin-right: 300px;
    text-align: left;
    margin-top: 56px;
}

.two a {
    text-decoration: none;
}

.three {
    background-image: url("../img/Portfolio_Button.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 246px;
    width: 595px;
    margin: 40px;
    border-radius: 16px;
    color: white;
    transition: 0.2s;
    position: relative;
}

.three:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.three img {
    margin-left: 48px;
    margin-top: 24px;
}

.three p {
    margin-left: 48px;
    margin-bottom: 6px;
}

.four {
    background-image: url("../img/Contact_Button.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 246px;
    margin: 40px;
    border-radius: 16px;
    color: white;
    transition: 0.2s;
    position: relative;
}

.four:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.four img {
    margin-left: 48px;
    margin-top: 24px;
}

.four p {
    margin-left: 48px;
    margin-bottom: 6px;
}

.five {
    background-image: url("../img/Other_Button.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 246px;
    margin: 40px;
    border-radius: 16px;
    color: white;
    transition: 0.2s;
    position: relative;
}

.five:hover {
    transform: scale(1.1);
    cursor: pointer;
    filter: grayscale();
}

.five img {
    margin-left: 48px;
    margin-top: 24px;
    margin-bottom: 8px;
}

.five p {
    margin-left: 56px;
    margin-bottom: 6px;
}

.author-link {
    padding-top: 6px;
}

.author-link img {
    width: 30px;
    margin-left: 250px;
}

.button {
    background-color: #484E7B;
    color: white;
    padding: 20px;
    width: 16%;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    transition: 0.2s;
    text-decoration: none;
}

.button:hover {
    padding: 22px;
    cursor: pointer;
}

.error-other {
    background-image: url("../img/background.png");
}

.first-line-other {
    font-size: 64px;
    color: white;
    margin-bottom: 12px;
    font-weight: bold;
}

.second-line-other {
    font-size: 48px;
    color: white;
    margin-top: 12px;
    margin-bottom: 12px;
}

.third-line-other {
    font-size: 42px;
    color: #a9b1d6;
    margin-top: 12px;
    font-weight: bold;
}

.content-other {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.characters {
    display: block;
    width: 1500px;
    margin: auto;
}

.character_home {
    width: 500px;
}

.character_home_mobile {
    display: none;
}

.next {
    display: none;
}

.langs_mobile {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: -17px;
}

.flag_mobile {
    transition: 0.2s;
}

.flag_mobile:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.socials_mobile {
    display: flex;
    margin: auto;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: -11px;
}

.social_mobile {
    color: #484E7B;
    font-size: 42px;
    margin-top: 0px;
    margin-left: 16px;
    margin-right: 16px;
}

.admin-logo {
    width: 600px;
    margin: auto;
    display: block;
    margin-top: 24px;
}

.input-login {
    display: block;
    width: 300px;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 36px;
    padding: 10px;
    border-radius: 8px;
    font: small-caption;
    font-size: 16px;
    border: none;
    background-color: #eeefff;
}

.button-login {
    display: block;
    width: 200px;
    margin: auto;
    padding: 10px;
    background-color: #484E7B;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 16px;
    border: none;
    font-size: 18px;
    transition: 0.2s;
}

.button-login:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.2s;
}

.button-back {
    display: inline-block;
    color: #484E7B;
    margin-top: 12px;
}

.body-login {
    display: block;
    margin: auto;
    text-align: center;
}

.body-login p {
    text-align: center;
    margin-top: -24px;
    margin-bottom: 12px;
}

.menu2 {
    display: block;
}

.menu2_mobile {
    display: none;
}

.row {
    position: relative;
    display: inline-block;
}

.inputs-admin {
    position: absolute;
}

.admin-back {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 24px;
    margin-bottom: 24px;
    text-decoration: none;
    color: white;
    background-color: #484E7B;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px #00000052;
    font-weight: bold;
    font-size: 36px;
    transition: 0.2s;
}

.admin-back:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.admin-add {
    position: fixed;
    bottom: 0;
    right: 0;
    float: right;
    margin-right: 24px;
    margin-bottom: 24px;
    text-decoration: none;
    color: white;
    background-color: #484E7B;
    padding: 10px 30px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px #00000052;
    font-weight: bold;
    font-size: 22px;
    transition: 0.2s;
}

.admin-add:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.body-action {
    overflow-x: visible;
}

.title-admin {
    display: block;
    margin: auto;
    width: 500px;
}

.popupButtons {
    display: flex;
    justify-content: center;
    margin-top: -28px;
}

.popupButtons a {
    padding: 10px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 96px;
    margin-right: 96px;
    background-color: #484E7B;
    color: white;
    border-radius: 16px;
    border: none;
    font-size: 18px;
    transition: 0.2s;
    user-select: none;
}

.popupButtons a:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.2s;
}


.card-project {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #eae4d0;
    text-align: center;
    width: 40%;
    height: 200px;
    margin: auto;
    border-radius: 16px;
    margin-top: 48px;
    transition: 0.2s;
    min-width: 650px;
}

.card-project:hover, .card-social:hover {
    cursor: pointer;
}

.card-project-img {
    float: left;
    width: 300px;
    height: 200px;
    object-fit: cover;
    margin-right: 24px;
    align-self: center;
    border-radius: 16px;
}

.card-project-content {
    flex: 1;
    padding: 20px;
    text-align: left;
    margin-left: 24px;
}

.card-project-content h1 {
    font-family: "Script";
    font-size: 38px;
    margin-bottom: 12px;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #484E7B;
    font-weight: normal;
}

.card-project-content p {
    font-size: 22px;
    display: flex;
    flex-direction: row;
    white-space: normal;
    color: #484E7B;
}

.card-project a, .card-project-admin a {
    text-decoration: none;
    color: #484E7B;
}

.card-project-admin {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #eae4d0;
    text-align: center;
    width: 50%;
    height: 200px;
    margin: auto;
    border-radius: 16px;
    margin-top: 48px;
    transition: 0.2s;
    min-width: 650px;
}

.card-project-admin-img {
    float: left;
    height: 64px;
    object-fit: cover;
    margin-right: 24px;
    align-self: center;
    border-radius: 16px;
}

.card-project-admin span {
    text-decoration: none;
    color: #484E7B;
}

.card-project-admin-buttons {
    display: flex;
}

.card-project-actions {
    padding: 40px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-project-actions a:hover {
    text-decoration: underline;
}

#load-more {
    display: block;
    margin: auto;
    padding: 12px;
    background-color: #484E7B;
    color: white;
    border-radius: 16px;
    border: none;
    font-size: 18px;
    transition: 0.2s;
    margin-top: 48px;
    width: 200px;
}

#load-more:hover {
    cursor: pointer;
    background-color: #a9b1d6;
    transition: 0.2s;
}

.project-back {
    margin-left: 24px;
    text-decoration: none;
    color: white;
    background-color: #484E7B;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px #00000052;
    font-weight: bold;
    font-size: 36px;
    transition: 0.2s;
}

.project-back:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.a-bt {
    display: block;
    margin: 6px auto;
}

.admin-table {
    margin: 0 auto;
    padding: 10px;
    border: solid 2px black;
    border-collapse: collapse;
}

.admin-table td {
    padding: 5px;
    border: solid 2px black;
    border-collapse: collapse;
    text-align: center;
    color: white;
    font-size: 18px;
}

.admin-table tr a {
    color: white;
    text-decoration: none;
    margin-right: 24px;
    margin-left: 24px;
}

.admin-table tr {
    background-color: #484E7B;
}

.admin-table tr:nth-child(odd) {
    background-color: #7680ad;
}

.input-search {
    padding: 16.5px;
    border: none;
    background-color: #ebebeb;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    vertical-align: middle;
    width: 25%;
}

.input-search:focus {
    outline: none;
}

.button-search {
    padding: 15px;
    background-color: #484E7B;
    color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-decoration : none;
    vertical-align: middle;
}

.input-project {
    margin-top: 15px;
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
    width: 25%;
    border: none;
    background-color: #eeefff;
}

.textarea-project {
    margin-top: 15px;
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
    width: 25%;
    height: 150px;
    border: none;
    background-color: #eeefff;
}

.admin-title {
    font-family: Script;
    color: #484E7B;
    font-size: 48px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 12px;
}

#section1 {
    display: flex;
    position: relative;
}

#section2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    gap: 48px;
    width: 80%;
}

.file-img {
    width: 350px;
    height: 175px;
    background-color: #eeefff;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-img #upload-icon, .file-img #upload-icon1, .file-img #upload-icon2, .file-img #upload-icon3, .file-img #upload-icon4, .file-img #upload-icon5 {
    position: absolute;
    font-size: 56px;
    color: #8d9cc9;
}

.file-img img {
    position: absolute;
    width: 100%; height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 8px;
}

.file-img input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.file-img input[type="file"]:hover {
    cursor: pointer;
}

.title-project {
    font-family: Script;
    color: #484E7B;
    font-size: 75px;
    font-weight: lighter;
    margin-left: 200px;
    margin-bottom: 36px;
}

.img-projects {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 56px auto;
    gap: 24px;
}

.img-projects img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.2s;
}

.img-projects img:hover {
    opacity: 0.9;
    cursor: pointer;
}

.button-projects {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.img-projets {
    width: 300px;
}

.project-container p {
    padding-left: 200px;
}

@media only screen and (max-width: 1680px) {
    .header {
        background-image: url("../img/banner.jpg");
        background-size: 100%;
        padding-bottom: 48px;
    }

    .welcome {
        width: 85%;
    }

    .welcome_mobile {
        display: none;
    }

    .socials {
        display: flex;
        margin-top: 12px;
    }

    .social {
        font-size: 38px;
        margin-top: -65px;
        height: 20%;
    }

    .langs {
        display: flex;
        margin-top: -10px;
        margin-left: 12px;
    }

    .flag {
        width: 52px;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 75px;
        left: 400px;
        height: 50px;
        width: 45%;
        margin-right: 0px;
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 48px;
        left: 300px;
        margin-right: 0px;
    }

    .avatar {
        width: 650px;
        margin-left: 256px;
    }

    .infos {
        margin-bottom: 0px;
        margin-right: 175px;
    }

    .infos p {
        font-size: 22px;
        width: 110%;
    }

    .home-content {
        display: flex;
        overflow: hidden;
    }

    .one {
        float: left;
        margin-left: 150px;
    }

    .one h1 {
        font-size: 38px;
    }

    .one p {
        width: 150%;
        white-space: initial;
        font-size: 24px;
        margin-bottom: 48px;
    }

    .two {
        display: block;
        margin: auto;
        text-align: left;
        float: right;
        transform: scale(0.95);
        margin-top: -40px;
        margin-left: 300px;
    }

    .three {
        height: 218px;
        width: 525px;
    }

    .four, .five {
        height: 218px;
    }

    .character_home {
        width: 450px;
        margin-top: 28px;
    }

    .button {
        width: 25%;
    }

    .title-portfolio {
        margin-top: 24px;
    }

    .project-back {
        position: absolute;
        top: 225px;
    }
}

@media only screen and (max-width: 1440px) {
    .header {
        background-image: url("../img/banner.jpg");
        background-size: 100%;
        padding-bottom: 48px;
    }

    .welcome {
        width: 85%;
    }

    .welcome_mobile {
        display: none;
    }

    .socials {
        display: flex;
        margin-top: 12px;
    }

    .social {
        font-size: 38px;
        margin-top: -65px;
        height: 20%;
    }

    .langs {
        display: flex;
        margin-top: -10px;
        margin-left: 12px;
    }

    .flag {
        width: 52px;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 75px;
        left: 375px;
        height: 50px;
        width: 45%;
        margin-right: 0px;
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 48px;
        left: 250px;
        margin-right: 0px;
    }

    .avatar {
        width: 600px;
        margin-left: 256px;
    }

    .infos {
        margin-bottom: 0px;
        margin-right: 175px;
    }

    .infos p {
        font-size: 22px;
        width: 110%;
    }

    .home-content {
        display: flex;
        overflow: hidden;
    }

    .one {
        float: left;
        margin-left: 48px;
    }

    .one h1 {
        font-size: 38px;
    }

    .one p {
        width: 175%;
        white-space: initial;
        font-size: 24px;
        margin-bottom: 48px;
    }

    .two {
        display: block;
        margin: auto;
        text-align: left;
        float: right;
        transform: scale(0.95);
        margin-top: -40px;
        margin-left: 250px;
    }

    .three {
        height: 218px;
        width: 525px;
    }

    .four, .five {
        height: 218px;
    }

    .character_home {
        width: 450px;
        margin-top: 28px;
    }

    .characters {
        width: 1200px;
    }
}

@media only screen and (max-width: 1366px) {
    .header {
        background-image: url("../img/banner_mobile.jpg");
        padding-bottom: 48px;
    }

    .welcome {
        width: 85%;
    }

    .welcome_mobile {
        display: none;
    }

    .socials {
        display: flex;
    }

    .social {
        font-size: 38px;
        margin-top: -65px;
        height: 20%;
    }

    .langs {
        display: flex;
        margin-top: -10px;
        margin-left: 12px;
    }

    .flag {
        width: 52px;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 48px;
        left: 375px;
        height: 50px;
        width: 45%;
        margin-right: 0px;
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 48px;
        left: 250px;
        margin-right: 0px;
    }

    .avatar {
        width: 600px;
        margin-left: 256px;
    }

    .infos {
        margin-bottom: 0px;
        margin-right: 175px;
    }

    .infos p {
        font-size: 22px;
        width: 110%;
    }

    .home-content {
        display: flex;
        overflow: hidden;
    }

    .one {
        float: left;
        margin-left: 48px;
    }

    .one h1 {
        font-size: 38px;
    }

    .one p {
        width: 175%;
        white-space: initial;
        font-size: 24px;
        margin-bottom: 48px;
    }

    .two {
        display: block;
        margin: auto;
        text-align: left;
        float: right;
        transform: scale(0.9);
        margin-top: -40px;
        margin-left: 200px;
    }

    .three {
        height: 218px;
        width: 525px;
    }

    .four, .five {
        height: 218px;
    }

    .five {
        margin-bottom: -56px;
    }

    .character_home {
        width: 400px;
        margin-top: 28px;
    }

    .characters {
        width: 1000px;
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        background-image: url("../img/banner_mobile.jpg");
        background-size: 150%;
        background-position: top;
        padding-bottom: 48px;
    }

    .welcome {
        width: 85%;
    }

    .welcome_mobile {
        display: none;
    }

    .socials {
        display: flex;
    }

    .social {
        font-size: 38px;
        margin-top: -65px;
        height: 20%;
    }

    .langs {
        display: flex;
        margin-top: -10px;
        margin-left: 12px;
    }

    .flag {
        width: 52px;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 75px;
        left: 250px;
        height: 50px;
        width: 45%;
        margin-right: 0px;
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 48px;
        left: 56px;
        margin-right: 0px;
    }

    .avatar {
        width: 500px;
        margin-left: 256px;
    }

    .infos {
        margin-bottom: 0px;
        margin-right: 175px;
    }

    .infos p {
        font-size: 18px;
        width: 110%;
    }

    .line {
        width: 100%;
    }

    .home-content {
        display: flex;
        overflow: hidden;
    }

    .one {
        float: left;
        margin-left: 24px;
    }

    .one h1 {
        font-size: 38px;
    }

    .one p {
        width: 175%;
        white-space: initial;
        font-size: 18px;
        margin-bottom: 48px;
    }

    .two {
        display: block;
        margin: auto;
        text-align: left;
        float: right;
        transform: scale(0.7);
        margin-top: -40px;
        margin-left: 96px;
    }

    .three {
        height: 218px;
        width: 525px;
    }

    .four, .five {
        height: 218px;
    }

    .five {
        margin-bottom: -128px;
    }

    .character_home {
        width: 350px;
    }

    .title-portfolio {
        width: 350px;
    }

    .button {
        width: 30%;
    }

    .characters {
        width: 800px;
    }

    .admin-logo {
        width: 500px;
    }

    .title-admin {
        width: 400px;
    }

    .card-project {
        height: 100px;
        min-width: 500px;
        display: block;
    }

    .card-project-admin {
        height: 100px;
        min-width: 500px;
    }

    .card-project-img {
        width: 150px;
        height: 100px;
    }

    .card-project-content {
        padding: 2px;
        text-align: left;
        margin-left: 12px;
    }

    .card-project-content h1 {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .card-project-content p {
        font-size: 16px;
        margin-top: 0px;
    }

    .title-project {
        font-size: 48px;
        margin-left: 75px;
    }

    .project-container p {
        padding-left: 75px;
    }

    .img-projects {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin: 56px auto;
        gap: 24px;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0 20px;
        width: 100%;
        max-width: 95vw;
    }

    .img-projects img {
        width: 300px;
        height: 200px;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .button-projects {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 24px;
        text-align: center;
        width: 100%;
    }

    .button-projects .button {
        flex: 0 0 auto;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 860px) {
    .header {
        background-image: url("../img/banner_mobile.jpg");
        background-size: 150%;
        background-position: top;
        padding-bottom: 48px;
    }

    .welcome {
        width: 75%;
    }

    .welcome_mobile {
        display: none;
    }

    .socials {
        display: flex;
    }

    .social {
        font-size: 38px;
        margin-top: -65px;
        height: 20%;
    }

    .icons {
        margin-right: 24px;
    }

    .langs {
        display: flex;
        margin-top: -10px;
        margin-left: 12px;
    }

    .flag {
        width: 52px;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 48px;
        left: 190px;
        height: 50px;
        width: 45%;
        margin-right: 0px;
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 48px;
        left: 56px;
        margin-right: 0px;
    }

    .avatar {
        width: 400px;
        margin-left: 256px;
    }

    .infos {
        margin-bottom: 0px;
        margin-right: 175px;
    }

    .infos p {
        font-size: 16px;
        width: 110%;
    }

    .line {
        width: 100%;
    }

    .home-content {
        display: flex;
        overflow: hidden;
    }

    .one {
        float: left;
        margin-left: 24px;
    }

    .one h1 {
        font-size: 32px;
    }

    .one p {
        width: 175%;
        white-space: initial;
        font-size: 14px;
        margin-bottom: 48px;
    }

    .two {
        display: block;
        margin: auto;
        text-align: left;
        float: right;
        transform: scale(0.6);
        margin-top: -100px;
        margin-left: 24px;
    }

    .three {
        height: 218px;
        width: 525px;
    }

    .four, .five {
        height: 218px;
    }

    .five {
        margin-bottom: -128px;
    }

    .character_home {
        width: 300px;
    }

    .menu2 {
        display: none;
    }

    .menu2_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 48px;
        margin: auto;
    }

    .mobile {
        margin-bottom: 24px;
    }

    .title-portfolio {
        display: block;
        margin-top: 48px;
        width: 50%;
    }

    .popup-image {
        max-height: 50%;
        padding-top: 25%;
    }

    .popup-image-project {
        max-height: 35%;
        padding-top: 25%;
    }

    .button {
        width: 40%;
    }

    #socials-content {
        margin-right: 100px;
    }

    .characters {
        width: 600px;
    }

    .admin-back, .project-back {
        font-size: 24px;
    }
}

@media only screen and (max-width: 700px) {
    .header {
        background-image: url("../img/banner_mobile.jpg");
        background-size: 150%;
        background-position: top;
        padding-bottom: 48px;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 28px;
        left: 170px;
        height: 75px;
        width: 45%;
        margin-right: 0px;
        transform: scale(0.8);
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 38px;
        left: 36px;
        margin-right: 0px;
        transform: scale(0.8);
    }

    .welcome {
        display: none;
    }

    .welcome_mobile {
        display: block;
        padding-top: 48px;
        width: 400px;
        margin: auto;
    }

    .avatar {
        width: 475px;
        margin-top: -24px;
    }

    .infos {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 56px;
    }

    .infos p {
        font-size: 24px;
        padding-left: 96px;
    }
    
    .line, .line_mobile {
        width: 150%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .line {
        display: none;
    }

    .line_mobile {
        display: block;
    }

    .socials {
        display: flex;
    }

    .social {
        font-size: 32px;
        margin-top: -82px;
        height: 20%;
    }

    .langs {
        display: flex;
        margin-top: -32px;
        margin-left: 12px;
    }

    .flag {
        width: 42px;
    }

    .home-content {
        display: block;
    }

    .one {
        display: flex;
        margin-top: 25px;
        padding: 8px;
        text-align: left;
        flex-direction: column;
        width: 90%;
        align-content: center;
    }

    .one h1 {
        font-size: 48px;
        margin-left: 12px;
        white-space: normal;
    }

    .one p {
        font-size: 24px;
        width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        margin-left: 12px;
    }

    .two {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: -12px;
        text-align: left;
        transform: scale(0.85);
        transform-origin: top;
        margin-bottom: -145px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        width: 100%;
    }

    .three p, .four p, .five p {
        font-size: 18px;
    }

    .four, .five {
        width: auto;
    }

    .five {
        margin-bottom: 56px;
    }

    .home-content {
        margin-bottom: 0px;
        overflow: hidden;
    }

    footer {
        display: flex;
        flex-direction: column;
        height: 350px;
        padding-bottom: 24px;
        
    }

    .footer-link {
        display: block;
        margin: auto;
        margin-top: 24px;
    }

    .author-link {
        display: block;
        margin: auto;
    }

    .footer-socials {
        display: block;
        margin: auto;
        margin-top: 24px;
    }

    .character_home {
        display: none;
    }
    
    .character_home_mobile {
        display: block;
        width: 450px;
        margin: auto;
        margin-bottom: 24px;
    }

    .next {
        display: none;
    }

    .footer-social {
        margin-bottom: 6px;
    }

    .popup-image {
        max-height: 55%;
        padding-top: 25%;
    }

    .button {
        width: 45%;
    }

    .deviant-art-text {
        width: 200px;
    }

    .characters {
        display: none;
    }

    .admin-logo {
        width: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .header {
        background-image: url("../img/banner_mobile.jpg");
        background-size: 150%;
        background-position: top;
        padding-bottom: 48px;
    }

    .menu a {
        margin-left: 12px;
        margin-right: 12px;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 20px;
        left: 135px;
        height: 50px;
        width: 45%;
        margin-right: 0px;
        transform: scale(0.8);
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 18px;
        left: 16px;
        margin-right: 0px;
        transform: scale(0.8);
    }

    .welcome {
        display: none;
    }

    .welcome_mobile {
        display: block;
        padding-top: 48px;
        width: 375px;
    }

    .avatar {
        width: 425px;
        margin-top: -24px;
        margin-bottom: 24px;
    }

    .infos {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 56px;
    }

    .infos p {
        font-size: 24px;
    }
    
    .line, .line_mobile {
        width: 150%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .line {
        display: none;
    }

    .line_mobile {
        display: block;
    }

    .socials {
        display: flex;
    }

    .social {
        font-size: 28px;
        margin-top: -84px;
        height: 20%;
    }

    .icons {
        margin-right: 6px;
    }

    .langs {
        display: flex;
        margin-top: -36px;
        margin-left: 12px;
    }

    .flag {
        width: 36px;
    }

    .one {
        display: flex;
        margin-top: 25px;
        padding: 8px;
        text-align: left;
        flex-direction: column;
        width: 90%;
        align-content: center;
    }

    .one h1 {
        font-size: 48px;
        margin-left: 12px;
        white-space: normal;
    }

    .one p {
        font-size: 24px;
        width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        margin-left: 12px;
    }

    .two {
        display: flex;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        transform: scale(0.75);
        transform-origin: top;
        margin-bottom: -225px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        margin-top: -24px;
        margin-bottom: -128px;
        width: 100%;
    }

    .three p, .four p, .five p {
        font-size: 16px;
    }

    .five {
        margin-bottom: -24px;
    }

    .home-content {
        margin-bottom: 0px;
        margin: auto;
        overflow: hidden;
    }

    footer {
        display: flex;
        flex-direction: column;
        height: 350px;
    }

    .footer-link {
        display: block;
        margin: auto;
        margin-top: 24px;
    }

    .author-link {
        display: block;
        margin: auto;
    }

    .footer-socials {
        display: block;
        margin: auto;
        margin-top: 24px;
    }

    .character_home {
        display: none;
    }
    
    .character_home_mobile {
        display: block;
        width: 400px;
        margin: auto;
        margin-bottom: 24px;
    }

    .next {
        display: none;
    }

    .footer-social {
        margin-bottom: 6px;
    }

    .button {
        width: 50%;
    }

    .form-content {
        width: 75%;
    }

    .form-content img {
        width: 200px;
        display: block;
    }

    .input-contact {
        width: 300px;
    }

    .textarea-contact {
        width: 300px;
        height: 100px;
    }

    .send-area {
        display: flex;
        flex-wrap: wrap;
    }

    .button-send {
        width: 250px;
    }

    #socials-content {
        margin-right: 25px;
    }

    .socials-content h1 {
        font-size: 36px;
        margin-bottom: 24px;3
        white-space: normal;
    }

    .socials-content p {
        font-size: 18px;
        white-space: normal;
    }

    .title-admin {
        width: 350px;
    }

    .card-project {
        height: 125px;
        min-width: 400px;
        display: block;
    }

    .card-project-admin {
        height: 125px;
        min-width: 400px;
    }

    .card-project-img {
        width: 150px;
        height: 125px;
    }

    .card-project-content {
        padding: 2px;
        text-align: left;
        margin-left: 12px;
    }

    .card-project-content h1 {
        font-size: 28px;
        max-width: 500px;
        white-space: normal;
        word-wrap: break-word;
        margin-bottom: 0px;
    }

    .card-project-content p {
        font-size: 16px;
        max-width: 200px;
        white-space: normal;
        word-wrap: break-word;
        margin-top: 0px;
    }

    .input-search {
        width: 65%;
    }
}

@media only screen and (max-width: 500px) {
    body {
        overflow-x: hidden;
    }

    .header {
        background-size: 200%;
        background-position: 33% center;
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .menu-separator {
        display: block;
    }

    .icons {
        display: none;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 10px;
        left: 100px;
        height: 65px;
        width: 75%;
        margin-right: 0px;
        transform: scale(0.6);
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 10px;
        left: 16px;
        margin-right: 0px;
        transform: scale(0.6);
    }

    .menu a, .menu a:hover {
        font-size: 18px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .next_first {
        display: inline;
    }

    .welcome {
        display: none;
    }

    .welcome_mobile {
        display: block;
        padding-top: 48px;
        width: 325px;
        margin: auto;
    }

    .avatar {
        width: 375px;
        margin-top: -24px;
    }

    .infos {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 56px;
    }

    .infos p {
        font-size: 18px;
    }

    .line, .line_mobile {
        width: 150%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .one {
        display: flex;
        margin-top: 25px;
        padding: 8px;
        text-align: left;
        flex-direction: column;
        width: 90%;
        align-content: center;
    }

    .one h1 {
        font-size: 32px;
        margin-left: 12px;
        white-space: normal;
    }

    .one p {
        font-size: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        margin-left: 12px;
    }

    .two {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        transform: scale(0.65);
        transform-origin: top;
        margin-bottom: -350px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        width: 100%;
    }

    .three p, .four p, .five p {
        font-size: 18px;
    }

    .five {
        margin-bottom: 96px;
    }

    .home-content {
        margin-bottom: 0px;
        overflow: hidden;
    }

    footer {
        display: flex;
        flex-direction: column;
        height: 350px;
    }

    .footer-link {
        display: block;
        margin: auto;
        margin-top: 24px;
    }

    .author-link {
        display: block;
        margin: auto;
    }

    .footer-socials {
        display: block;
        margin: auto;
        margin-top: 24px;
    }

    .character_home {
        display: none;
    }
    
    .character_home_mobile {
        display: block;
        width: 300px;
        margin: auto;
        margin-bottom: 24px;
    }

    .next {
        display: block;
    }

    .footer-social {
        margin-bottom: 6px;
    }

    .popup-image {
        max-height: 60%;
        padding-top: 25%;
    }

    .button {
        width: 65%;
    }

    .first-line-other {
        font-size: 48px;
        margin-bottom: 48px;
    }

    .second-line-other {
        font-size: 36px;
        margin-bottom: 48px;
    }

    .third-line-other {
        font-size: 32px;
    }

    .form-content {
        width: 65%;
    }

    .form-content img {
        width: 150px;
        display: block;
    }

    .input-contact {
        width: 250px;
    }

    .textarea-contact {
        width: 250px;
        height: 100px;
    }

    .send-area {
        display: flex;
        flex-wrap: wrap;
    }

    .g-recaptcha {
        margin: auto;
    }

    .button-send {
        width: 200px;
    }

    .socials-content {
        margin-left: 24px;
    }

    .socials-content h1 {
        white-space: normal;
    }

    .socials-content p {
        white-space: normal;
    }

    .admin-logo {
        width: 300px;
    }

    .input-search {
        width: 50%;
    }

    .img-projets {
        width: 150px;
        margin-top: 24px;
    }

    .title-project {
        font-size: 36px;
        margin-top: 24px;
        margin-left: 35px;
    }

    .project-container p {
        padding-left: 35px;
    }

    .button-projects {
        width: 80%;
        margin: auto;
    }

    .project-back {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    body {
        overflow-x: hidden;
    }

    .header {
        background-size: 200%;
        background-position: 33% top;
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .icons {
        display: none;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 10px;
        left: 85px;
        height: 65px;
        width: 75%;
        margin-right: 0px;
        transform: scale(0.6);
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 10px;
        left: 5px;
        margin-right: 0px;
        transform: scale(0.6);
    }

    .menu a, .menu a:hover {
        font-size: 16px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .next_first {
        display: inline;
    }

    .welcome {
        display: none;
    }

    .welcome_mobile {
        display: block;
        padding-top: 48px;
        width: 275px;
        margin: auto;
    }

    .avatar {
        width: 325px;
        margin-top: -24px;
    }

    .infos {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 56px;
    }

    .infos p {
        font-size: 18px;
    }

    .line, .line_mobile {
        width: 150%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .one {
        display: flex;
        margin-top: 25px;
        padding: 8px;
        text-align: left;
        flex-direction: column;
        width: 90%;
        align-content: center;
    }

    .one h1 {
        font-size: 28px;
        margin-left: 12px;
        white-space: normal;
    }

    .one p {
        font-size: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        margin-left: 12px;
    }

    .two {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        transform: scale(0.55);
        transform-origin: top;
        margin-bottom: -400px;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }

    .three p, .four p, .five p {
        font-size: 22px;
    }

    .home-content {
        margin-bottom: 0px;
        overflow: hidden;
    }

    footer {
        height: 300px;
    }

    .footer-link {
        display: block;
        margin: auto;
        margin-top: 24px;
    }

    .author-link {
        display: block;
        margin: auto;
    }

    .footer-socials {
        display: block;
        margin: auto;
        margin-top: 24px;
    }

    .character_home {
        display: none;
    }
    
    .character_home_mobile {
        display: block;
        width: 300px;
        margin: auto;
        margin-bottom: 24px;
    }

    .next {
        display: block;
    }

    .footer-social {
        margin-bottom: 6px;
    }

    .title-portfolio {
        display: block;
        margin-top: 24px;
        width: 75%;
    }

    .card-image, #file1, #file2, #file3, #file4, #file5, #file6, #file7, #file8, #file9 {
        width: 16rem;
        height: 26rem;
    }

    .inputs-admin {
        width: auto;
        height: auto;
    }

    .popup-image {
        max-height: 60%;
        padding-top: 25%;
    }

    .textarea-admin {
        height: 50px;
    }

    .button {
        width: 75%;
    }

    .form-content {
        width: 65%;
    }

    .form-content img {
        width: 150px;
        display: block;
    }

    .input-contact {
        width: 175px;
    }

    .textarea-contact {
        width: 175px;
        height: 100px;
    }

    .send-area {
        display: flex;
        flex-wrap: wrap;
    }

    .g-recaptcha {
        transform: scale(0.9);
        margin-left: -32px;
    }

    .button-send {
        width: 200px;
    }

    .input-login {
        width: 250px;
    }

    .title-admin {
        width: 300px;
    }
}

@media only screen and (max-width: 360px) {
    .back {
        background-color: red;
        position: absolute;
        top: 0px;
        left: 85px;
        height: 65px;
        width: 75%;
        margin-right: 0px;
        transform: scale(0.6);
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 10px;
        margin-right: 0px;
        transform: scale(0.6);
    }

    .menu a, .menu a:hover {
        font-size: 14px;
        margin-left: 6px;
        margin-right: 6px;
    }
    
    .welcome_mobile {
        margin: auto;
    }

    .avatar {
        width: 285px;
        margin-top: -24px;
    }

    .infos p {
        width: 90%;
    }

    .one {
        margin-bottom: -24px;
    }

    .one h1 {
        font-size: 26px;
    }

    .one p {
        width: 95%;
    }

    .two {
        transform: scale(0.50);
    }

    .three p, .four p, .five p {
        font-size: 18px;
    }

    .five {
        margin-bottom: 12px;
    }

    .g-recaptcha {
        transform: scale(0.8);
        margin-left: -48px;
    }

    .button {
        width: 85%;
    }

    .admin-logo {
        width: 250px;
    }

    .input-login {
        width: 200px;
    }

    .button-login {
        width: 150px;
    }

    .title-admin {
        width: 250px;
    }

    .card-project {
        height: 300px;
        min-width: 200px;
        display: block;
    }

    .card-project-admin {
        height: 300px;
        min-width: 200px;
    }

    .card-project-img {
        width: 85px;
        height: 300px;
    }

    .card-project-content {
        padding: 2px;
        text-align: left;
        margin-left: 12px;
    }

    .card-project-content h1 {
        font-size: 20px;
        max-width: 300px;
        white-space: normal;
        word-wrap: break-word;
        margin-bottom: 0px;
    }

    .card-project-content p {
        font-size: 16px;
        max-width: 200px;
        white-space: normal;
        word-wrap: break-word;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 320px) {
    .menu a, .menu a:hover {
        font-size: 14px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .back {
        background-color: red;
        position: absolute;
        top: 0px;
        left: 55px;
        height: 65px;
        width: 85%;
        margin-right: 0px;
        transform: scale(0.6);
    }
    
    .back2 {
        background-color: red;
        position: absolute;
        top: 0px;
        left: -5px;
        margin-right: 0px;
        transform: scale(0.6);
    }


    .avatar {
        width: 285px;
        margin-top: -24px;
    }

    .one {
        margin-bottom: -24px;
    }

    .one h1 {
        font-size: 22px;
    }

    .one p {
        font-size: 14px;
        width: 75%;
    }

    .two {
        transform: scale(0.45);
    }

    .three p, .four p, .five p {
        font-size: 18px;
    }

    .five {
        margin-bottom: 12px;
    }

    .button {
        width: 90%;
    }

    .form-content {
        width: 65%;
    }

    .form-content img {
        width: 125px;
        display: block;
    }

    .input-contact {
        width: 150px;
    }

    .textarea-contact {
        width: 150px;
        height: 100px;
    }

    .send-area {
        display: flex;
        flex-wrap: wrap;
    }

    .g-recaptcha {
        transform: scale(0.7);
        margin-left: -56px;
    }

    .button-send {
        width: 150px;
    }
}