@font-face {
    font-family: 'Amsterdam';
    src: url('amsterdam-four.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'SG';
    src: url('spacegrotesk.ttf') format('truetype'); /* Safari, Android, iOS */
}


@font-face {
    font-family: 'menu';
    src: url('Goblinr.ttf') format('truetype'); /* Safari, Android, iOS */
}

* {
    box-sizing: border-box;
    /*background-image: url("img/dark-leather.png");*/
}


h2 {
    font-size: 30px;
    font-family: SG;
    background-image: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 100px;
    background-color: #4f656f;
    border-radius: 30px;
}

/* DEBUT ENTETE */

.entete {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background-color: #4f656f;
}

.entete h1 {
    font-family: Amsterdam;
    font-size: 80px;
    background-color: #4f656f;
}

.reseau {
    width: 100px;
}

.element_entete {
    display: flex;
    background-color: #4f656f;
    -webkit-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

.menu {
    display: flex;
    background-color: #4f656f;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: none;
}

/* FIN ENTETE */

/* DEBUT PHOTO PRESENTATION */
.header {
    background-color: #4f656f;
    text-align: center;
    font-size: xx-large;
    font-family: Amsterdam;

}

/* FIN  PHOTO PRESENTATION */

/* DEBUT  */

.box-atelier {
    display: flex;
    margin-top: 50px;
    background-color: #4f656f;
}

.box-atelier > div {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.one {
    background-color: #4f656f;
    flex-basis: 33.33%;
}

.one h1 {
    font-family: Amsterdam;
    font-size: 72px;
    background-image: none;
}

.two {
    background-color: #4f656f;
    flex-basis: 66.66%;
    flex-direction: column;
    text-align: justify;
    margin-left: 20px;
    margin-right: 40px;

}

/* FIN  1/3 - 2/3 box atelier */

/* BOX METIERS */

.box-metiers {
    display: flex;
    margin-top: 40px;
    background-color: #4f656f;
}

.box-metiers > div {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.box-metiers .semi {
    background-color: #4f656f;
    flex-basis: 50%;
    flex-direction: column;
    text-align: justify;
    margin: 30px;
    border: solid;
    border-width: 5px;
    border-color: black;
    padding: 10px;
}

.box-metiers h2 {
    font-family: menu;
}

/* FIN  BOX METIERS */

.box-contact {
    display: flex;
    margin-top: 40px;
    background-color: #4f656f;
}

.box-contact > div {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.box-contact .semi {
    background-color: #4f656f;
    flex-basis: 50%;
    flex-direction: column;
    text-align: justify;
    margin: 30px;
}

.box-contact .semi-contact h1 {
    font-family: Amsterdam;
    font-size: 72px;
    text-align: center;
    background-image: none;
}

.box-contact h2 {
    font-family: menu;
}

.box-contact .semi h3 {
    background-image: none;
    font-size: 30px;
    font-family: SG;
    padding: 0;
    margin: 0;
}

.semi-contact {
    background-color: #4f656f;
    flex-basis: 50%;
    flex-direction: column;
    text-align: justify;
    margin: 30px;
}

.semi-contact-left {
    background-color: white;
    flex-basis: 50%;
    flex-direction: column;
    margin: 30px;
}


.semi-contact-left h1 {
    font-family: Amsterdam;
    font-size: 72px;
}

.semi-contact h3 {
    background-image: none;
    font-size: 30px;
    font-family: SG;
    padding: 0;
    margin: 0;
}

.jaguar {
    position: relative;
}

.jaguar img {
    position: absolute;
    right: -200px;
    top: -100px;
    background-image: none
}

/* FIN 1/3 - 2/3 */


/* Container for flexboxes */
.row {
    margin-top: 30px;
    background-color: #4f656f;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;

}

/* Create three equal columns that sits next to each other */
.column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    text-align: center;
    background-image: none;
}

/* Style the footer */
.footer {
    background-color: #f1f1f1;
    padding: 10px;
    text-align: center;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

.box-apropos {
    display: flex;
    margin-top: 20px;
    background-color: #4f656f;
}

.box-apropos h2 {
    font-size: 30px;
    font-family: SG;
    background-image: none;

}

.box-apropos > div {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.semi-apropos {
    background-color: #4f656f;
    flex-basis: 50%;
    flex-direction: column;
    text-align: justify;
    margin-top: 30px;
}

.semi-apropos h1 {
    font-family: Amsterdam;
    font-size: 72px;
    text-align: center;
    background-image: none;
}

.semi-apropos h3 {
    background-image: none;
    font-size: 30px;
    font-family: SG;
    padding: 0;
    margin: 0;
}

.semi-apropos img {
    width: auto;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


@media (max-width: 600px) {

    body {
        font-family: Arial, Helvetica, sans-serif;
        margin: 10px;
        background-color: #4f656f;
    }


    .entete {
        display: -webkit-flex;
        display: flex;
        background-color: #4f656f;
    }

    .entete h1 {
        font-family: Amsterdam;
        font-size: 20px;
        background-color: #4f656f;
    }

    .reseau {
        width: 20px;
    }

    .element_entete {
        display: flex;
        background-color: #4f656f;
        -webkit-flex-direction: row;
        flex-direction: row;
        gap: 1px;
    }

    .header {
        display: flex;
        background-color: #4f656f;
        justify-content: center;
    }

    .menu {
        display: flex;
        background-color: #4f656f;
    }

    .header img {
        width: 350px;
        max-width: 500px;
        z-index: 1;
    }

    .header h1 {
        font-family: Amsterdam;
        font-size: 40px;
    }

    .header .reseau {
        width: 20px;
    }

    /* DEBUT  BOX ATELIER*/
    .box-atelier {
        display: flex;
        background-color: #4f656f;
        width: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: -2;
        margin-top: -20px;
    }

    .box-atelier > div {
        width: 350px;
        max-width: 600px;
        display: flex;
        justify-content: center;
    }

    .one {
        background-color: #4f656f;
    }

    .one h1 {
        font-family: Amsterdam;
        font-size: 40px;
    }

    .two {
        background-color: #4f656f;
        text-align: justify;
        margin: 30px;
        margin-top: -40px;
    }

    /* FIN  1/3 - 2/3 box atelier */
    .row {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .column img {
        width: 200px;
    }

    h2 {
        font-size: 16px;
    }

    /* BOX METIERS */
    .box-metiers {
        display: flex;
        background-color: #4f656f;
        width: auto;
        -webkit-flex-direction: column;
        flex-direction: column;
         justify-content: center;
        align-items: center;
    }

    .box-metiers > div {
        width: 300px;
        max-width: 600px;
        display: flex;
        justify-content: center;
    }

    .box-metiers .semi {
        background-color: #4f656f;
        flex-basis: 50%;
        flex-direction: column;
        text-align: justify;
        margin: 30px;
        border: solid;
        border-width: 5px;
        border-color: black;
        padding: 10px;
    }

    .box-metiers h2 {
        font-family: menu;
    }

    .box-metiers h1 {
        font-family: Amsterdam;
        font-size: 40px;
    }

    /* FIN  BOX METIERS */

    /* APROPOS */
        .box-apropos {
        display: flex;
        background-color: #4f656f;
        width: auto;
        -webkit-flex-direction: column;
        flex-direction: column;
         justify-content: center;
        align-items: center;
    }

    .box-apropos > div {
        width: 300px;
        max-width: 600px;
        display: flex;
        justify-content: center;
    }

    .semi-apropos {
        background-color: #4f656f;
        flex-direction: column;
        text-align: justify;
        margin-top: 30px;
    }

    .semi-apropos h1 {
        font-family: Amsterdam;
        font-size: 72px;
        text-align: center;
        background-image: none;
    }

    .semi-apropos h2 {
        background-image: none;
        font-size: 14px;
        font-family: SG;
        padding: 0;
        margin: 0;
    }

    .semi-apropos img {
        width: 300px;
        max-width: 400px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    /* FIN APROPOS */


    /* CONTACT */
        .box-contact {
        display: flex;
        background-color: #4f656f;
        width: auto;
        -webkit-flex-direction: column;
        flex-direction: column;
         justify-content: center;
        align-items: center;
    }

    .box-contact > div {
        width: 350px;
        max-width: 600px;
        display: flex;
        justify-content: center;
    }


    .box-contact .semi {
        background-color: #4f656f;
        flex-basis: 50%;
        flex-direction: column;
        text-align: justify;
        margin: 30px;
    }

    .box-contact .semi-contact h1 {
        font-family: Amsterdam;
        width: 350px;
        max-width: 600px;
        font-size: 40px;
        text-align: center;
        background-image: none;
    }

    .box-contact .semi h3 {
        background-image: none;
        font-size: 30px;
        font-family: SG;
        padding: 0;
        margin: 0;
    }

    .semi-contact {
        background-color: #4f656f;
        flex-direction: column;
        text-align: justify;
        margin: 30px;
        width: 350px;
        max-width: 600px;
    }

    .semi-contact h3 {
        background-image: none;
        font-size: 15px;
        font-family: SG;
        padding: 0;
        margin: 0;
    }

    .jaguar {
        position: relative;
    }

    .jaguar img {
        background-color: white;
        width: 348px;
        position: absolute;
        margin-top: 100px;
        margin-right: 26px;
    }

    /* FIN CONTACT */

}