* {
    box-sizing: border-box;
    margin: 0;
}

@font-face {
    font-family: "Fluo";
    src: url("Fluo.ttf");
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

/* Navigation */

@media screen and (min-width: 1150px) {
    .nav-container {
        background: #FEDF01;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .wrapper {
        width: 1150px;
        margin: 0 auto;
    }
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
    }
    nav .logo {
        font-family: Fluo;
        font-style: normal;
        font-weight: normal;
        font-size: 30px;
        line-height: 28px;
        color: #000000;
    }
    nav .logo a {
        text-decoration: none;
        color: #000000;
    }
    nav ul {
        display: flex;
    }
    .nav-items li {
        list-style: none;
        margin-right: 100px;
    }
    .nav-items li a {
        font-family: Source Sans Pro, sans-serif;
        font-weight: bold;
        font-size: 19px;
        line-height: 24px;
        color: #000000;
        text-decoration: none;
    }
    .nav-items li:nth-last-of-type(1) {
        margin: 0;
    }
    /* Header */
    .header-container {
        background: #ffffff url("images/header_background.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: calc(100vh - 60px);
        display: flex;
        align-items: center;
    }
    header h1 {
        font-family: Fluo;
        font-weight: normal;
        font-size: 55px;
        line-height: 52px;
        text-align: center;
        color: #000000;
        margin-bottom: 24px;
    }
    header p {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        color: #000000;
        width: 360px;
        margin: auto;
    }
    .goDown-icon {
        position: absolute;
        width: 50px;
        margin: -25px 0 0 -25px;
        left: 50%;
        bottom: 5px;
    }
    .galerie a {
        position: absolute;
        bottom: 30px;
        right: 50px;
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        font-size: 19px;
    }
    .galerie img {
        position: absolute;
        bottom: 2px;
        right: -20px;
    }
    /* Footer */
    .footer-container {
        height: 230px;
        background: #FEDF01;
    }
    .footer-container h3 {
        font-size: 19px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.45);
    }
    .footer-container ul {
        display: flex;
        justify-content: space-between;
        padding-top: 48px;
        padding-inline-start: 0;
    }
    .footer-container li {
        list-style: none;
    }
    .footer-container a {
        font-weight: bold;
        font-size: 14px;
        line-height: 23px;
        color: #000000;
        text-decoration: none;
    }
    .wrapper-copyright {
        font-size: 13px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.35);
    }
    /* SOUS PAGE */
    .content h1 {
        font-family: Fluo;
        font-weight: normal;
        font-size: 55px;
        line-height: 52px;
        text-align: center;
        color: #000000;
        margin-bottom: 12px;
    }
    .content p {
        font-family: Source Sans Pro;
        font-size: 21px;
        line-height: 32px;
        text-align: center;
        color: #000000;
    }
    .service {
        height: calc(100vh);
        background: #ffffff url("images/service_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    .service ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        padding-inline-start: 0;
    }
    .service li {
        text-decoration: none;
        position: relative;
        margin: 48px 0px;
        text-align: center;
    }
    .service a {
        font-family: Fluo;
        font-size: 45px;
        text-decoration: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
    }
    .preparation {
        color: #EA5C24;
    }
    .atelier {
        color: #FEDF01;
    }
    .diffusion {
        color: #069949;
    }
    .legende {
        background-color: rgba(255, 255, 255, 0.5);
        width: 80%;
        padding: 30px;
        margin: 10%;
        align-content: center;
    }
    h3 {
        text-align: center;
    }
    .constat {
        height: calc(100vh);
        background: #88ffff url("images/constat_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .refConstat {
        font-size: 15px;
        padding-inline-start: 0;
        display: flex;
        justify-content: space-around;
        padding-top: 20px;
        font-size: 15px;
        color: #000000;
    }
    .refConstat li {
        list-style: none;
        text-align: center;
    }
    .refConstat a {
        text-decoration: none;
        color: #000000;
    }
    .ref {
        font-style: italic;
    }
    .edition {
        opacity: 70%;
    }
    .valoriser {
        height: calc(100vh);
        background: #88ff66 url("images/valoriser_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    .participer {
        height: calc(100vh);
        background: #88f55f url("images/participer_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        ;
    }
    .nav-container-mobile {
        display: none;
    }
}

/* Sur les écrans, quand la largeur de la fenêtre fait au maximum 1280px */

@media screen and (max-width: 1150px) {
    .nav-container {
        display: none;
    }
    .wrapper {
        margin: 0 auto;
    }
    .nav-container-mobile {
        max-width: auto;
        margin: auto;
        background-color: #FEDF01;
        height: 60px;
        color: white;
    }
    .wrapper_mobile {
        overflow: hidden;
        background-color: #FEDF01;
        position: relative;
    }
    .wrapper_mobile #myLinks {
        display: none;
    }
    .wrapper_mobile .logo_mobile {
        font-family: Fluo;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 30px;
        color: #000000;
        background-color: #FEDF01;
    }
    .wrapper_mobile a {
        color: rgb(0, 0, 0);
        padding: 13px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }
    .wrapper_mobile a.icon {
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .wrapper_mobile a:hover {
        color: black;
    }
    .active {
        background-color: #fffb00;
        color: white;
    }
    /* Header */
    .header-container {
        background: #ffffff url("images/header_background.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: calc(100vh - 60px);
        display: flex;
        align-items: center;
    }
    header h1 {
        font-family: Fluo;
        font-weight: normal;
        font-size: 40px;
        line-height: 32px;
        text-align: center;
        color: #000000;
        margin-bottom: 24px;
    }
    header p {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #000000;
        width: 360px;
        margin: auto;
    }
    .goDown-icon {
        position: absolute;
        width: 50px;
        margin: -25px 0 0 -25px;
        left: 50%;
        bottom: 5px;
    }
    .galerie a {
        position: absolute;
        bottom: 30px;
        right: 50px;
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        font-size: 19px;
    }
    .galerie img {
        position: absolute;
        bottom: 2px;
        right: -20px;
    }
    /* Footer */
    .footer-container {
        height: 250px;
        background: #FEDF01;
    }
    .footer-container .wrapper {
        max-width: 500px;
        margin-left: 10px;
    }
    .footer-container h3 {
        font-size: 19px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.45);
    }
    .footer-container ul {
        padding: 12px;
        padding-inline-start: 0;
    }
    .footer-container li {
        list-style: none;
    }
    .footer-container a {
        font-weight: bold;
        font-size: 16px;
        line-height: 23px;
        color: #000000;
        text-decoration: none;
    }
    .wrapper-copyright {
        font-size: 13px;
        line-height: 16px;
        color: rgba(0, 0, 0, 0.35);
        margin-bottom: 10px;
    }
    /* SOUS PAGE */
    .content h1 {
        font-family: Fluo;
        font-weight: normal;
        font-size: 38px;
        line-height: 38px;
        text-align: center;
        color: #000000;
        margin-bottom: 12px;
        margin: 0px 15px 0px 15px;
    }
    .content p {
        font-family: Source Sans Pro;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #000000;
        margin: 50px;
    }
    .service {
        height: calc(100vh);
        background: #ffffff url("images/service_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    .service ul {
        list-style: none;
    }
    .service li {
        text-decoration: none;
        position: relative;
        margin: 20px 30px;
        text-align: center;
    }
    .service img {
        width: 40%;
    }
    .service a {
        font-family: Fluo;
        font-size: 22px;
        text-decoration: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
    }
    .preparation {
        color: #EA5C24;
    }
    .atelier {
        color: #FEDF01;
    }
    .diffusion {
        color: #069949;
    }
    .constat {
        height: calc(100vh);
        background: #88ffff url("images/constat_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }

    .legende {
        background-color: rgba(255, 255, 255, 0.5);
        padding: 30px;
        margin: 50px;
        align-content: center;
    }
    h3 {
        text-align: center;
    }
    .refConstat {
        font-size: 15px;
        padding-inline-start: 0;
        justify-content: space-around;
        padding-top: 20px;
        font-size: 15px;
        color: #000000;
    }
    .refConstat li {
        list-style: none;
        text-align: center;
    }
    .refConstat a {
        text-decoration: none;
        color: #000000;
    }
    .ref {
        font-style: italic;
        margin-top: 5px;
    }
    .edition {
        opacity: 70%;
    }
    .valoriser {
        height: calc(100vh);
        background: #88ff66 url("images/valoriser_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
    }
    .participer {
        height: calc(100vh);
        background: #88f55f url("images/participer_background.png");
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        ;
    }
}

/* Sur tous types d'écrans orientés verticalement */

@media all and (orientation: portrait) {}