@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');
body {
    margin: 0;
    font-family: 'futura';
}

html {
    scroll-behavior: smooth;
}


/* Navbar */

/*for Cellphones and tablets */

.navbar_menu {
    list-style-type: none;
    padding: 20px;
    margin: 0;
    z-index: 1;
    background: #FF0000;
}

.navbar_menu_item {
    margin: 20px 0;
}

.navbar_menu_item_link {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
}


/* Header */

.header_content {
    margin: 30px 0 0 0;
}

.header_content_logo {
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.header_content_sub_header {
    position: relative;
    margin: 20px 0 0 0;
}

.header_content_sub_header_title {
    position: absolute;
    right: 120px;
    bottom: 20px;
    z-index: 1;
    color: #FF0000;
    font-weight: bold;
    font-size: 2.5rem;
}

.header_content_sub_header_banner_pattern {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.header_content_sub_header_banner_image {
    width: 100%;
    height: 150px;
    background: #000;
    object-fit: cover;
}


/* Presentation */

.presentation {
    background: #000;
    padding: 0 0 80px 0;
    margin: 30px 0;
}

.presentation_banner_image {
    width: 100%;
}

.presentation_title {
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.presentation_image {
    display: block;
    margin: 0 auto;
}

/* Blog Posts */

.blogpost{
    
}

.blogpost_content{
    
}

.blogpost_content_artist{
    
}

.blogpost_content_artist_image{
    
}

.blogpost_content_artist_infos{
    
}

.blogpost_content_artist_infos_name{
    
}

.blogpost_content_artist_infos_description{
    
}

.blogpost_content_artist_infos_description_span{
    
}

.blogpost_content_artist_infos_more{
    
}

.blogpost_content_artist_infos_more_link{
    
}


/* Projects */

.projects {
    width: 90%;
    margin: 10px auto;
    max-width: 80vw;
}

.projects_title {
    display: none;
}

.projects_content_project {
    position: relative;
    margin: 0 auto;
    max-width: 425px;
}

.projects_content_project_image {
    width: 100%;
    display: block;
    border-radius: 2px;
}

.projects_content_project_title {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    color: #FF0000;
    font-size: 0.8rem;
    width: 90%;
    user-select: none;
}


/* About */

.about {
    width: 90%;
    margin: 10px auto;
}

.about_description {
    font-weight: 600;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
}

.about_section {
    width: 90%;
    margin: 0 auto;
}

.about_divide {
    height: 1px;
    background: #000;
}

.about_section_header_title {
    text-transform: uppercase;
    color: #FF0000;
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.about_section_group_content_image {
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.about_section_group_content_title {
    text-transform: uppercase;
    font-weight: bold;
}

.about_section_group_content_description {
    font-weight: 500;
}

.about_section_team_group {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.about_section_content_team_group_image {
    width: 60px;
    height: 60px;
    border-radius: 2px;
}

.about_section_content_team_group_title {
    font-weight: 600;
    margin: 0 20px;
}

.about_section_content_team_group_description {
    font-weight: 500;
}


/* Formations */

.formations {
    width: 80%;
    margin: 20px auto 30px auto;
}

.formations_divide {
    height: 1px;
    background: #000;
    margin: 20px 0;
}

.formations_header_image {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 2px;
}

.formations_header_title {
    font-weight: bold;
    margin: 10px 0 0 0;
}

.formations_section {
    margin: 20px 0 0 0;
}

.formations_section_header {
    margin: 0 0 20px 0;
}

.formations_section_header_image {
    width: 100%;
    max-width: 425px;
    border-radius: 2px;
}

.formations_section_header_title {
    font-weight: 600;
}

.formations_section_title {
    color: #FF0000;
    font-weight: 600;
    text-transform: uppercase;
}

.formations_section_more {
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

.formations_section_menu {
    list-style-type: none;
    padding: 0;
}

.formations_section_menu_item {
    margin: 20px 0 0 0;
}

.formations_section_button {
    background: #FF0000;
    border: none;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    font-family: inherit;
    font-size: 1.1rem;
    padding: 8px 20px;
    margin: 0 auto;
    display: block;
    transition: 0.2s;
    cursor: pointer;
}

.formations_section_button:hover {
    background: #db0606;
    transition: 0.2s;
}


/* Artistes */

.artists {
    width: 80%;
    margin: 20px auto 30px auto;
}

.artists_content {
    margin: 0 auto;
}

.artists_content_artist {
    display: flex;
    width: 100%;
    margin: 30px 0 0 0;
}

.artists_content_artist_image {
    border-radius: 2px;
    width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
}

.artists_content_artist_infos {
    margin: 0 0 0 20px;
}

.artists_content_artist_infos_name {
    font-weight: bold;
    text-transform: uppercase;
}

.artists_content_artist_infos_description {
    margin: 5px 0 20px 0;
}

.artists_content_artist_infos_description_span {
    color: #00D1FF;
}

.artists_content_artist_infos_more {
    text-align: right;
}

.artists_content_artist_infos_more_link {
    font-weight: bold;
    color: #FF0000;
    text-decoration: none;
}


/* FAQ */

.faq {
    width: 80%;
    margin: 10px auto;
}

.faq_question {
    margin: 30px 0;
}

h1.faq_question_title {
    font-weight: bold;
}

.faq_question_answer {
    font-weight: 500;
}


/* Contact */

.contact {
    width: 80%;
    margin: 30px auto;
}

.contact_form {
    background: rgba(0, 0, 0, 85%);
    border-radius: 30px;
    padding: 15px;
    max-width: 425px;
    margin: 0 auto;
}

.contact_form_group {
    margin: 0 0 20px 0;
}

.contact_form_group_header {
    margin: 0 0 5px 0;
}

.contact_form_group_header_title {
    margin: 0 10px;
    color: #fff;
}

.contact_form_group_label {
    color: #FF0000;
    margin: 0 10px;
    font-weight: 500;
}

.contact_form_group_input {
    background: #fff;
    border: none;
    border-radius: 32px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    outline: none;
    font-family: inherit;
}

.contact_form_group_message {
    background: #fff;
    border: none;
    border-radius: 32px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    font-family: inherit;
    min-height: 130px;
    outline: none;
    resize: vertical;
}

.contact_form_group_message::placeholder {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.contact_form_group_button {
    background: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    color: rgba(0, 0, 0, 50%);
    font-family: inherit;
    font-weight: bold;
    font-size: 1.3rem;
    transition: 0.2s;
    cursor: pointer;
    outline: none;
}

.contact_form_group_button:hover {
    background: #DCDCDC;
    transition: 0.2s;
}


/* Personal */

.personal {
    width: 90%;
    margin: 10px auto;
}

.personal_top_button {
    margin-right: 30px;
    text-decoration: none;
    color: #000;
}

.personal_top_button_icon {
    font-size: 1.5rem;
}

.personal_presentation {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.personal_presentation_infos {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 0;
}

.personal_presentation_infos_avatar_image {
    border-radius: 2px;
    width: 100%;
    object-fit: cover;
}

.personal_presentation_infos_content {
    margin: 10px 0 0 0;
}

.personal_presentation_infos_content_name {
    font-weight: 600;
    text-transform: uppercase;
}

.personal_presentation_infos_content_description {
    margin: 5px 0;
}

.personal_presentation_infos_content_description_span {
    color: #21D7FF;
}

.personal_presentation_socials_medias {
    margin: 30px 0;
}

.personal_presentation_socials_medias_carousel {
    display: flex;
    align-items: center;
}

.personal_presentation_socials_medias_carousel_slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    grid-auto-flow: column dense;
}

.personal_presentation_socials_medias_carousel_button {
    background: none;
    border: none;
}

.personal_presentation_socials_medias_carousel_button_icon {
    font-size: 1.3rem;
}

.personal_presentation_socials_medias_carousel_slider_group_image {
    border-radius: 2px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.personal_presentation_infos_content_socials {
    margin: 20px 0 0 0;
}

.personal_presentation_infos_content_socials_media {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    margin: 0 20px 0 0;
}

/* Blog Posts */

.blogpost{
    
}

.blogpost_content{
    
}

.blogpost_content_artist{
    
}

.blogpost_content_artist_image{
    
}

.blogpost_content_artist_infos{
    
}

.blogpost_content_artist_infos_name{
    
}

.blogpost_content_artist_infos_description{
    
}

.blogpost_content_artist_infos_description_span{
    
}

.blogpost_content_artist_infos_more{
    
}

.blogpost_content_artist_infos_more_link{
    
}

/* Social medias */

.social_medias {
    display: flex;
    justify-content: space-evenly;
    max-width: 320px;
    margin: 30px auto;
}

.social_medias_link {
    text-decoration: none;
}

.social_medias_link_icon {
    color: #000;
    font-size: 1.8rem;
}


/* Fonts */

@font-face {
    font-family: 'futura';
    src: url('./assets/fonts/futura_regular-webfont.woff2') format('woff2'), url('./assets/fonts/futura_regular-webfont.woff') format('woff'), url('./assets/fonts/futura_medium_bt-webfont.woff2') format('woff2'), url('./assets/fonts/futura_medium_bt-webfont.woff') format('woff'), url('./assets/fonts/futurabold-webfont.woff2') format('woff2'), url('./assets/fonts/futurabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/** Media queries **/

@media screen and (min-width: 768px) {
    /* Navbar */
    .navbar_menu {
        display: flex;
        justify-content: center;
        background: transparent;
    }
    .navbar_button {
        display: none;
    }
    .navbar_menu_item {
        margin: 0 10px 0;
    }
    .navbar_menu_item_link {
        color: #000;
        font-size: 1.8rem;
        font-style: italic;
        font-weight: bold;
    }
    .navbar_menu_item_link_active {
        color: #FF0000;
    }
    
    /* Header */
    .header_content_sub_header_title {
        font-size: 2.5rem;
    }
    /* Presentation */
    .presentation_banner_image {
        width: 100%;
        height: 150px;
    }
    .presentation_title {
        font-size: 1.5rem;
    }
    .presentation_image {
        width: 90%;
        object-fit: cover;
    }
    /* Projects */
    .projects {
        width: 100%;
        margin: 30px auto;
    }
    .projects_title {
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .projects_content {
        margin: 20px 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .projects_content_project {
        position: relative;
        max-width: 768px;
        margin: 0;
        transition: 0.5s;
    }
    .projects_content_project:hover {
        transition: 0.5s;
        transform: scale(1.1);
        box-shadow: 10px 10px 60px rgb(0 0 0 / 20%);
        border-radius: 5px;
        z-index: 1;
    }
    .projects_content_project_title {
        text-align: left;
        color: #fff;
        font-size: 1.2rem;
    }
    .projects_content_project_title_right {
        text-align: right;
    }
    /* FAQ */
    .faq_question_title {
        font-size: 1.3rem;
    }
    .faq_question_answer {
        font-size: 1.1rem;
    }
    
    /* About */
    .about_description {
        padding: 30px;
        font-size: 1.3rem;
    }
    .about_section_header_title {
        color: #000;
        font-weight: bold;
        font-size: 1.5rem;
        text-align: center;
    }
    .about_section_group {
        display: flex;
        margin: 60px 0;
    }
    .about_section_group_reverse {
        flex-direction: row-reverse;
    }
    .about_section_group_content {
        margin: 0 20px 0 0;
    }
    .about_section_group_content_reverse {
        margin: 0 0 0 20px;
    }
    .about_divide {
        margin: 10px 0;
    }
    .about_section_content {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }
    .about_section_group_content_title {
        font-size: 1.3rem;
    }
    .about_section_group_content_description {
        font-size: 1.2rem;
    }
    .about_section_content_team_group {
        flex-direction: column;
        margin: 0 20px;
    }
    .about_section_content_team_group_image {
        width: 100%;
        height: 150px;
    }
    .about_section_content_team_group_title {
        margin: 0;
    }
    /* Artists */
    .artists_content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
    .artists_content_artist {
        display: flex;
        flex-direction: column;
    }
    .artists_content_artist_image {
        border-radius: 2px;
        width: 100%;
    }
    
    .artists_content_artist_infos {
        margin: 10px 0;
    }
    .artists_content_artist_infos_name {
        font-size: 1.2rem;
    }
    .artists_content_artist_infos_description {
        font-size: 1.1rem;
        width:100%;
    }
    .artists_content_artist_infos_description_span {
        color: #000;
    }
    .artists_content_artist_infos_more {
        text-align: left;
    }
    .artists_content_artist_infos_more_link {
        font-size: initial;
    }
    /* Formations */
    .formations_section_header_title {
        font-size: 1.5rem;
    }
    /* Contact */
    .contact_form_group_inline {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact_form_group_inline .contact_form_group {
        margin: 0 5px;
    }
    .contact_form_group_button {
        width: max-content;
        padding: 10px 50px;
    }
    /* Presentation */
    .personal_presentation_infos {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 0 25px;
    }
    .personal_presentation_infos_content {
        margin: 0 20px;
        font-size: 1.5rem;
    }
    .personal_presentation_infos_content_description {
        width: 80%;
        font-size: 1.4rem;
    }
    .personal_presentation_socials_medias_carousel_slider {
        grid-template-columns: repeat(4, 1fr);
    }
    /* Social medias */
    .social_medias {
        max-width: initial;
        justify-content: center;
    }
    .social_medias_link {
        margin: 0 10px 0 0;
    }
}