@import url('https://fonts.googleapis.com/css?family=Poppins');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Rockwell";
    src: url("fonts/rockwell.ttf") format("truetype");       
    font-weight: normal;
    font-style: normal;
    }    

:root {
--whited:  #d3edea;
--blackish: rgba(52, 54, 57, 0.6);
--brown: rgba(255, 99, 71, 0.2);
--darkblue: #091c6a;
--greyish: rgba(255, 255, 255, 0.3);
--darkgreen: rgba(87, 163, 11, 0.3);
--gold: #6f573c;
--lightblued: #1d97bd;
--red:   #f43a19;
--black: #000000;
--white: #ffffff;
--purple: #05445e;
--grey: #60556b;
--blueish:rgba(0, 151, 178, 0.226);
}

strong {
    font-size: 1.4rem;
}

p {
    font-size: 1.2rem;
    text-align: left;
}

h2,h1 {
    font-family: "Rockwell", "Twemoji Country Flags", sans-serif;
    font-weight: bold;
    color: var(--black);
    margin: 1rem 0 0.5rem;
}

html,
body {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    text-align: left;
    color:var(--black);
}

.nav ul {
    margin: 0;
}

.main-header {
    background-image: url("images/Header_background_3.jpg");
    background-blend-mode: multiply;
    background-size: cover;
    padding-bottom: 1.16rem;
}

.image-container {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
}

.nav li {
    display: inline;
}

.nav a {
    display: inline-block;
    font-size: 1.1rem;
    font-family: "Poppins", Arial, sans-serif;
    color: var(--black);
    text-decoration: none;
}

.nav a:hover {
    background-color: var(--greyish); /* most hover on this */
}

a:hover {
    color: var(--lightblued); /* most hover on this aswell */
    text-decoration: underline;
    background-color: var(--brown);
}

.main-nav li {
    padding: 0.5%;
}

.main-nav {
    text-align: center;
    border-bottom: 0.04rem solid var(--greyish);
}

.title {
    text-align: center;
    margin: 0;
    font-family: "Rockwell", Arial;
    font-weight: bolder;
    color: var(--purple);;
    font-size: 5em;
}

.title-bottom {
    text-align: center;
    margin: 0;
    padding-left: 7.5rem;
    font-family: "Rockwell", Arial;
    font-weight: bolder;
    color: var(--purple);
    font-size: 5em;
}

.Mentions-text {
    font-size: 1.1rem;
    font-family: "Rockwell", Arial;
    text-align: left;
    padding-left: 1.5rem;
}

.specialtext {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: bolder;
    color: var(--black);
    font-size: 3em;
    text-align: center;
    line-height: 3.5rem;
    ;
}

.content {
    letter-spacing: normal;
    word-spacing: normal;
}

.titre_content {
    font-family: "Rockwell", Arial;
    color: var(--grey);
    text-align: left;
    font-size: 3rem;
    padding-left: 0.7rem;
}

.logo {
    display: block;
    margin: 0 auto;
    min-width: 8vw;
    max-width: 13vw;
    height: auto;
    width: 100%;
    padding-top: 0.5vh;
}

.videos {
    width: 40vw;
    height: auto;
    margin-top: 0.1rem;
}

.container {
    max-width: 50rem;
    margin-right: auto;
    padding: 0 1.5rem;
}

.footer-container {
    display: flex;
    gap: 0;
    align-items: center;
    text-align: left;
    background-color: var(--whited);
    padding: 0.7rem;
}

.top-container-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--whited);
}

.main-footer {
    flex: 1;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
}

.footer-links ul {
    list-style: none;
    padding-top: 5rem;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.3rem;
}

.mini-logo {
    height: 3vh;
    width: 2vw;
    margin: 0.16rem;
}

.logo-2 {
    height: 20vh;
    width: 20vh;
}

.mini-logo:hover {
    background-color: var(--blackish);
}
.medium-logo{
    height: 15vh;
    width: 21vw;
    height: auto;
    margin-right: 4rem;
}

.page-logo {
    min-width: 25vw;
    max-width: 57vw;
    height: auto;
    margin-left: 20rem;
}

.leftside-logo{
    min-width: 15vw;
    max-width: 10vw;
    height: auto;
    align-items: right;
}

.nav.folders-horizontal {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav.folders-horizontal li {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.5rem;
}

details>summary {
    font-size: 1.7em;
    font-weight: bold;
    cursor: pointer;
}

details>ul {
    list-style: none;
    padding-left: 0.7rem;
}

details>ul>li {
    margin-bottom: 0.17rem
}

.images {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-bottom: 0.1rem solid var(--black);
}

.anchor-link {
    color: var(--blackish);
    text-align: center;
}

.flexbox-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* Align items to the start */
    padding-top: 0;
    /* Remove any padding at the top */
    padding-left: 0.7rem;
    /* Adjust padding to align with the first text part */
}

.image-side {
    float: left;
    margin: 0.3rem;
}

.form-overall {
    background-color: var(--lightblued);
    background-size: cover;
    background-blend-mode: multiply;
}

.titre-form {
    color: var(--grey);
    text-align: center;
    font-size: 3rem;
    padding-top: 0.3rem;
    font-family: "Rockwell";
}

input {
    background-color: var(--white);
    width: 70%;
    margin-left: 12%;
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    border-radius: 0.3rem;
    margin-bottom: 0.7rem;
}

textarea {
    background-color: var(--white);
    width: 70%;
    margin-left: 12%;
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    border-radius: 0.3rem;
    margin-bottom: 0.7rem;
}

input:focus-within {
    outline: none;
    border-color: var(--whited);
    border-width: 0.1rem;
}

textarea:focus-within {
    outline: none;
    border-color: var(--whited);
    border-width: 0.1rem;
}

button {
    background-color: var(--grey);
    border-radius: 0.7rem;
    border-color: var(--blueish);
    font-size: 1rem;
    padding: 0.3rem 0.65rem;
    text-align: center;
    display: flex;
    margin: auto;
}

button:hover {
    opacity: 80%;
    cursor: pointer;
}

.background-container {
    background-color: var(--lightblued);
    padding: 0.7rem;
}

.page-logo {
    grid-column: 1 / 2;
    /* Place the image in the first column */
    max-width: 70%;
    height: auto;
}

.content-wrapper {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.video-wrapper {
    flex: 1;
    margin: 0;
    padding-left: 2.4rem;
}

.column-right-wrapper {
    flex: 1;
    padding: 0;
    margin: 0;
    background-color: var(--electblue);
    ;
    text-align: right;
    max-width: 40vw;
}

.column-left-wrapper {
    flex: 1;
    padding-left: 0.4rem;
    margin: 0;
    background-color: var(--electblue);
    ;
    text-align: left;
    max-width: 40vw;
}

.text-message {
    margin-top: 0;
    padding-top: 0;
    border: 0.2rem solid var(--black);
    box-shadow: 2rem 2rem 5rem var(--blackish);
    background-color: var(--electblue);
}

.column-left-wrapper-color2 {
    flex: 1;
    margin: 0;
    padding-left: 0.4rem;
    background-color: var(--lightblued);
    text-align: left;
}

.centered-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 0;
}

.space-wrapper {
    padding-top: 0.7rem;
    padding-left: 1.4rem;
}

.text-wrapper {
    flex: 1;
    margin: 0;
    padding-top: 0.7rem;
    padding-left: 0.4rem;
    max-width: 40vw;
    background-color: var(--electblue);
    text-align: left;
}

.text-wrapper-color2 {
    flex: 1;
    margin: 0;
    padding-top: 0.7rem;
    padding-left: 2rem;
    max-width: 40vw;
    background-color: var(--gold)
}

.experience-text {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.2rem;
    text-align: left;
}

.poem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    /* Center horizontally */
    padding: 1rem;
    /* Add some padding for better readability */
    white-space: pre-line;
    /* Preserve line breaks */
    font-size: 1.2rem;
}

ul li {
margin-bottom: 1em; 
}

ul.experience-text {
    margin-top: 0;
    padding-top: 0;
    padding-left: 1.5rem;
    font-size: 1.2rem;
}

ul.liste {
    padding-left: 1.2rem;
    font-size: 1.2rem;
}

/* Media Queries for Responsive Design */
/* Small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .nav a {
        font-size: 1rem;
    }

    .title {
        font-size: 3em;
    }

    .title-bottom {
        font-size: 3em;
        padding-left: 1rem;
    }

    .specialtext {
        font-size: 2em;
    }

    .titre_content {
        font-size: 2rem;
    }

    .page-logo {
        max-width: 90%;
    }

    .mini-logo {
        height: 5vh;
        width: 5vw;
    }

    .footer-links ul {
        padding-top: 2rem;
    }

    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links {
        align-items: flex-start;
    }

    .column-left-wrapper,
    .text-message,
    .column-right-wrapper,
    .column-left-wrapper-color2,
    .text-wrapper,
    .text-wrapper-color2 {
        max-width: 100%;
        padding: 1rem 1rem;
        margin: 1rem 1rem;
    }

    .centered-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .space-wrapper {
        display: none;
    }

    .videos {
        width: 80vw;
    }
}

/* Medium devices (tablets, 600px to 768px) */
@media only screen and (min-width: 600px) and (max-width: 768px) {
    .nav a {
        font-size: 1.1rem;
    }

    .title {
        font-size: 3.5em;
    }

    .title-bottom {
        font-size: 3.5em;
        padding-left: 3rem;
    }

    .specialtext {
        font-size: 2.5em;
    }

    .titre_content {
        font-size: 2.5rem;
    }

    .page-logo {
        max-width: 80%;
    }

    .mini-logo {
        height: 5vh;
        width: 5vw;
    }

    .footer-links ul {
        padding-top: 3rem;
    }

    .footer-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links {
        align-items: flex-start;
    }

    .column-left-wrapper,
    .text-message,
    .column-right-wrapper,
    .column-left-wrapper-color2,
    .text-wrapper,
    .text-wrapper-color2 {
        max-width: 100%;
        padding: 1rem 1rem;
        margin: 1rem 1rem;
    }

    .centered-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .space-wrapper {
        display: none;
    }

    .videos {
        width: 40vw;
    }
}

/* Large devices (desktops, 768px and up) */
@media only screen and (min-width: 768px) {
    .nav a {
        font-size: 1.2rem;
    }

    .title {
        font-size: 4.5em;
    }

    .title-bottom {
        font-size: 4.5em;
        padding-left: 7.5rem;
    }

    .specialtext {
        font-size: 3em;
    }

    .titre_content {
        font-size: 3rem;
    }

    .page-logo {
        max-width: 70%;
    }

    .mini-logo {
        height: 5vh;
        width: 5vw;
    }

    .footer-links ul {
        padding-top: 5rem;
    }

    .column-left-wrapper,
    .text-message,
    .column-right-wrapper,
    .column-left-wrapper-color2,
    .text-wrapper,
    .text-wrapper-color2 {
        padding: 1rem 1rem;
        margin: 1rem 1rem;
    }

    .videos {
        width: 40vw;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .nav a {
        font-size: 1.3rem;
    }

    .title {
        font-size: 5.5em;
    }

    .title-bottom {
        font-size: 5.5em;
        padding-left: 10rem;
    }

    .specialtext {
        font-size: 3.5em;
    }

    .titre_content {
        font-size: 3.5rem;
    }

    .page-logo {
        max-width: 60%;
    }

    .mini-logo {
        height: 5vh;
        width: 5vw;
    }

    .footer-links ul {
        padding-top: 6rem;
    }

    .column-left-wrapper,
    .text-message,
    .column-right-wrapper,
    .column-left-wrapper-color2,
    .text-wrapper,
    .text-wrapper-color2 {
        padding: 1rem 1rem;
        margin: 1rem 1rem;
    }

    .videos {
        width: 40vw;
    }
}