@media (min-width: 100px) {

    html {
        scroll-behavior: smooth;
    }

    @font-face {
        font-family: 'TextFont';
        src: url("../Fonts/FoundersGroteskCond-Lt.otf");
    }

    @font-face {
        font-family: 'Pagkaki';
        src: url("../Fonts/PAGKAKI-Regular.otf");
    }

    /* COLLECTIVE EFFECTS */
    /* COLLECTIVE EFFECTS */
    /* COLLECTIVE EFFECTS */
    /* COLLECTIVE EFFECTS */
    /* COLLECTIVE EFFECTS */

    body {
        background-color: #FDEFE2;
        font-family: 'TextFont';
        padding: 0;
        margin: 0;
        font-size: 1.85vh;
        /* FOR SCROLL */
        padding-top: 4vh;

        color: #192845;
        text-align: justify;

    }

    .no_scroll {
        overflow: hidden;
    }

    a {
        font-family: 'Pagkaki';
        text-decoration: none;
        font-size: 4vh;
        text-align: center;
    }

    li {
        list-style: none;
    }

    h1,
    h2 {
        font-family: 'Pagkaki';
    }

    h1 {
        font-size: 4vh;
    }

    h2 {
        font-size: 2vh;
    }

    a,
    a:visited,
    a:hover,
    a:active {
        color: inherit;
    }

    #artistes,
    #valeurs,
    #activites {
        padding: 5.5vh 0vw;
        position: relative;
        overflow: hidden;
    }

    header,
    .header_nav,
    #artistes,
    #activites,
    footer {
        background-color: #FCDFCA;
    }

    .artistes,
    h1 {
        text-align: center;
    }

    .outsiders,
    .valeurs,
    .contact {
        background-image: url("../IMG/Shapes/forme\ 8\ beige.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header_nav::before {
        /* for some reason needs to be this way */
        content: "";
        position: absolute;
        width: 200%;
        height: 200%;
        top: -50%;
        left: -50%;
        background-image: url("../IMG/Shapes/forme\ 8\ beige.png");
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        z-index: 1;
    }

    .carousel {
        display: flex;
        gap: 2rem;
        padding: 1rem 2rem;
        list-style: none;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        align-items: center;
    }

    .accroches {
        font-style: italic;
        text-align: center;
        margin-top: -2vh;
        position: relative;
        z-index: 100;
    }

















    /* HEADER */
    /* HEADER */
    /* HEADER */
    /* HEADER */
    /* HEADER */

    .header_right {
        /* Desktop HEADER */
        display: none;
    }

    .nav-up {
        top: -7vh !important;
    }

    header {
        position: fixed;
        width: 100vw;
        height: 5vh;
        top: 0;
        transition: top 0.2s ease-in-out;
        padding: 1vh 0px;
        z-index: 1000;
    }

    .header_nav_container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }

    .header_logo {
        font-size: 3vh;
        z-index: 100;
        position: absolute;
        top: 25%;
        left: 2%;
    }

    .header_nav_container,
    .header_nav_ul {
        display: flex;
    }

    .header_nav {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        gap: 2rem;
        position: absolute;
        top: 0;
        right: -100%;
        bottom: 0;
        width: 100%;
        text-align: center;
        align-items: stretch;
        align-content: stretch;
        height: 100vh;
        overflow: hidden;
        transition: 0.15s ease-in-out;



    }

    .header_img_outsiders,
    .header_img_artistes,
    .header_img_activites,
    .header_img_valeurs,
    .header_img_contact {
        position: absolute;
        width: 30%;
        z-index: 1;
        margin-top: -12vh;
        /* position images under links */
    }

    .header_img_outsiders {
        top: 27%;
        left: 35%;
    }

    .header_img_artistes {
        top: 39%;
        right: 36%;
        transform: rotate(185deg);
    }

    .header_img_valeurs {
        top: 52%;
        left: 35%;
        transform: scaleY(-1) scale(1.25);
    }

    .header_img_activites {
        top: 63%;
        left: 35%;
        transform: scaleX(-1) rotate(175deg);
    }

    .header_img_contact {
        top: 72%;
        left: 35%;
        transform: rotate(158deg) scale(0.8);
    }


    .header_nav_ul {
        flex-direction: column;
        height: 100%;
        width: 100%;
        text-align: center;
        justify-content: center;
        gap: 4vh;
        z-index: 3;


        padding-inline-start: 0;

        margin-top: -12vh;
        /* position links */
    }

    .header_nav.active {
        right: 0;
    }

    .hamburger_image {
        position: absolute;
        top: 20%;
        right: 2%;
        cursor: pointer;
        display: block;
        z-index: 1000;
        height: 50%;
        transform: scale(1) rotate(180deg);
        transition: all 0.15s ease-in-out;
    }

    .hamburger_image.active {
        transform: scale(1.1) rotate(178deg);
    }


    .social_logo_menu_container {
        flex-direction: row;
        position: relative;
        z-index: 1000;
        top: -20vh;
    }

    .social_logo_menu {
        height: 3vh;
        width: 3vh;
        margin: 0 0.5vw;
        opacity: 1;


    }

















    /* OUTSIDERS 1ST PAGE */
    /* OUTSIDERS 1ST PAGE */
    /* OUTSIDERS 1ST PAGE */
    /* OUTSIDERS 1ST PAGE */
    /* OUTSIDERS 1ST PAGE */

    .logo {
        background-image: url('../IMG/Logo/logo-couleur-carré.png');
        background-size: 50%;
        background-repeat: no-repeat;
        background-position: center;
        height: 100vh;
        width: 100vw;
    }

    .shapes {
        overflow-x: hidden;
    }

    .shape1,
    .shape2,
    .shape3,
    .shape4,
    .shape5,
    .shape6,
    .shape7,
    .shape8,
    .shape9,
    .shape10 {
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        height: 20%;
        width: 20%;
        overflow-x: hidden;
    }

    .shape1 {
        background-image: url("../IMG/Shapes/forme1.png");
        left: 5%;
        top: 20%;
        transform: rotate(10deg);
    }

    .shape2 {
        background-image: url("../IMG/Shapes/forme\ 7\ magenta-orange.png");
        left: 40%;
        top: 5%;
        transform: rotate(90deg);
    }

    .shape3 {
        background-image: url("../IMG/Shapes/forme\ 10\ jaune.png");
        right: 15%;
        top: 25%;
        transform: rotate(25deg) scale(1.3);
    }

    .shape4 {
        background-image: url("../IMG/Shapes/forme\ 4\ peche.png");
        left: 0%;
        bottom: 0%;
        transform: rotate(40deg) scale(1.5);
    }

    .shape5 {
        background-image: url("../IMG/Shapes/forme\ 9\ bleu.png");
        right: 20%;
        bottom: 5%;
    }

















    /* artistes */
    /* artistes */
    /* artistes */
    /* artistes */
    /* artistes */

    .item_artistes {
        flex-shrink: 0;
        width: 75%;
        height: 100%;
        scroll-snap-align: center;
        position: relative;
    }

    .content_artistes {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        flex-wrap: wrap;
    }

    .images_artistes {
        border-radius: 10% 15% 20% 25%;
        align-self: center;
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 30vh;
    }

    .item_artistes h1,
    .item_artistes h2 {
        margin-bottom: -2vh;
    }

    .artistes_sub_text {
        text-align: justify;
    }

    .sub_images_artistes1,
    .sub_images_artistes2,
    .sub_images_artistes3,
    .artistes_arrow_right,
    .artistes_arrow_left {
        position: absolute;
        z-index: 100;
    }

    .sub_images_artistes1 {
        top: -20%;
        left: -12%;
        width: 50%;
        transform: rotate(-25deg);
    }

    .sub_images_artistes2 {
        bottom: -5%;
        right: -5%;
        width: 40%;
        transform: rotate(-20deg);
    }

    .sub_images_artistes3 {
        top: -17%;
        right: -15%;
        width: 60%;
        transform: rotate(0deg);
    }

    .social_logo {
        height: 2.5vh;
        width: 2.5vh;
        margin: 1vh 0.5vw;
        opacity: 0.85;


    }












    /* VALEURS */
    /* VALEURS */
    /* VALEURS */
    /* VALEURS */
    /* VALEURS */

    .item_valeurs {
        flex-shrink: 0;
        width: 75%;
        height: auto;

        /* MAKE IT FIT TO BIGGEST CONTENT OF 3 */
        min-height: 30vh;
        align-content: center;
        scroll-snap-align: center;
        padding: 2vh;
    }

    .border0,
    .border1,
    .border2 {
        border: dashed 0.3vh #F5924A;
    }

    .border0,
    .border2 {
        border-radius: 15px 255px 225px 15px/255px 15px 15px 255px;
        border: dashed 0.3vh #F3B08A;
    }

    .border1 {
        border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    }

    .content_valeurs {
        display: flex;
        justify-content: center;
        height: 100%;
        position: relative;
    }

    .content_valeurs h2 {
        text-align: center;
    }

    .content_valeurs li {
        list-style: inside;
        text-align: left;


    }

    .content_valeurs div {
        z-index: 2;
    }

    .sub_images_valeurs1,
    .sub_images_valeurs2,
    .sub_images_valeurs3,
    .sub_images_valeurs4,
    .sub_images_valeurs5,
    .sub_images_valeurs6,
    .sub_images_valeurs7,
    .sub_images_valeurs8 {
        position: absolute;
        z-index: 2;
    }

    .sub_images_valeurs1 {
        top: -10%;
        left: -8%;
        width: 20%;
        transform: rotate(-5deg);
    }

    .sub_images_valeurs2 {
        bottom: -10%;
        right: -10%;
        width: 25%;
    }

    .sub_images_valeurs3 {
        top: -10%;
        left: -10%;
        width: 30%;
        transform: rotate(0deg);
    }

    .sub_images_valeurs4 {
        bottom: -12%;
        right: -8%;
        width: 25%;
        transform: rotate(160deg);
    }

    .sub_images_valeurs5 {
        top: -5%;
        left: -10%;
        width: 45%;
        transform: rotate(-20deg);
    }

    .sub_images_valeurs6 {
        bottom: -10%;
        right: -10%;
        width: 32%;
        transform: rotate(0deg);
    }

    .sub_images_valeurs7 {
        bottom: -10%;
        right: -8%;
        width: 30%;
        transform: rotate(0deg);
    }













    /* activites */
    /* activites */
    /* activites */
    /* activites */
    /* activites */

    .activites {
        height: 85vh;
        position: relative;
        overflow: hidden;
    }

    .activites img {
        position: absolute;
        width: 45%;
        margin: 5vh 0;
    }

    .activite_1 img {
        top: 10%;
        left: 2%;
        width: 55%;
        z-index: 2;
    }

    .activite_2 img {
        top: 10%;
        right: 5%;
        z-index: 1;
    }

    .activite_3 img {
        top: 35%;
        right: 10%;
        width: 55%;
        z-index: 2;
    }

    .activite_4 img {
        bottom: 0%;
        left: 2%;
        z-index: 2;
        width: 60%;
    }

    .activite_img_1 {
        top: 45%;
        right: 20%;
        z-index: 1;
    }

    .activite_img_2 {
        top: 40%;
        left: 0%;
        transform: scale(0.7);
        z-index: 1;
    }











    /* CONTACT */
    /* CONTACT */
    /* CONTACT */
    /* CONTACT */
    /* CONTACT */

    #contact {
        padding-top: 5.5vh;
        padding-left: 2vw;
        padding-right: 2vw;
        padding-bottom: 0vh;
        position: relative;
        height: 70vh;
        overflow: hidden;
    }

    #contact h1,
    #contact h2 {
        position: relative;
        z-index: 100;
    }

    #contact a {
        font-family: 'TextFont';
        font-size: 1.75vh;
    }

    .contact_infos {
        z-index: 100;
        margin: 0 4vw;
        position: relative;
    }

    .contact_infos_plus {
        position: absolute;
        z-index: 100;
        right: 1vw;
        bottom: -0%;
    }

    .sub_images_contact1,
    .sub_images_contact2,
    .sub_images_contact3,
    .sub_images_contact4,
    .sub_images_contact5 {
        position: absolute;
        z-index: 2;
    }

    .sub_images_contact1 {
        top: 5%;
        left: 25%;
        width: 50%;

    }

    .sub_images_contact2 {
        top: 40%;
        right: -30%;
        width: 50%;


    }

    .sub_images_contact3 {
        bottom: 30%;
        right: 20%;
        width: 35%;

        transform: rotate(10deg);

    }

    .sub_images_contact4 {
        bottom: -10%;
        left: -10%;
        width: 35%;

    }


    .sub_images_contact5 {
        bottom: 0%;
        right: -10%;
        width: 80%;

    }


    .social_logo_outsiders {
        height: 2.5vh;
        width: 2.5vh;
        margin: 1vh 0.5vw;
        opacity: 0.85;

        position: relative;
        left: -0.5vw;

    }












    /* FOOTER */
    /* FOOTER */
    /* FOOTER */
    /* FOOTER */
    /* FOOTER */
    .footer_desktop {
        display: none;
    }

    footer {
        padding: 1vh 1vw;
        text-align: right;

    }
}













@media screen and (min-aspect-ratio: 13/9) {
    /* @media (min-width: 1024px) { */


    /* ALL THINGS TO HIDE */
    .header_nav_container {
        display: none;
    }

    .artistes,
    .valeurs,
    .activites,
    .contact {
        display: none;
    }

    .footer_mobile {
        display: none;
    }

    .footer_desktop {
        display: block;
    }


    body {
        overflow: hidden;
        padding: 0;
        margin: 0;
        font-size: 1.75vh;
        /* rem ? */
    }

    a {
        font-family: 'TextFont';
        font-size: 16px;
    }

    header {
        position: absolute;
        top: 0;
        right: 0%;
        background-color: transparent;
        width: 100%;
        height: auto;
        padding: 0;
        z-index: 1000;
    }

    .header_right {
        display: block;
        float: right;
    }

    header a {
        float: left;
        text-align: center;
        padding: 1vw;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
    }

    header .header_home {
        background-image: url(../IMG/Shapes/forme\ 0\ mandarine_rotated.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
    }

    .header_projects:hover {
        background-image: url(../IMG/Shapes/forme\ 0\ bleu_rotated.png);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
    }

    .header_valeurs:hover {
        background-image: url(../IMG/Shapes/forme\ 0\ magenta_rotated.png);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
    }

    .header_activites:hover {
        background-image: url(../IMG/Shapes/forme\ 0\ jaune_rotated.png);
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
    }

    .header_contact:hover {
        background-image: url(../IMG/Shapes/forme\ 0\ magenta_rotated.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        color: white;
    }







    .shapes {
        overflow: hidden;
        transition: all 900ms linear;
    }

    .shape1,
    .shape2,
    .shape3,
    .shape4,
    .shape5,
    .shape6,
    .shape7,
    .shape8,
    .shape9,
    .shape10 {
        height: 25%;
        width: 25%;
        background-position: right;
    }

    .shape1 {
        left: -10%;
        top: 10%;
        transform: rotate(10deg);
    }

    .shape2 {
        left: 35%;
        top: -10%;
        transform: rotate(90deg);
    }

    .shape3 {
        left: 72%;
        top: 22%;
        transform: rotate(10deg) scale(0.9);
    }

    .shape4 {
        left: 8%;
        top: 70%;
        transform: rotate(20deg);
    }

    .shape5 {
        left: 72%;
        top: 72%;
    }

    .logo {
        background-image: url('../IMG/Logo/logo-couleur-long.png');
        height: 100%;
        width: 100%;
    }


    footer {
        background-color: transparent;
        padding: 0;
        position: absolute;
        bottom: 0%;
        right: 1%;
        font-size: 16px;
        z-index: 999;

    }

}