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

/*style texte*/
body,
html {
    height: 100%;
    font-family: "Sporting Grotesque_Regular", sans-serif;
    background-image: linear-gradient(to top, #e9af54 0%, #eacfad 20%, #ffffff 100%);
    min-width: 100vw;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: none;

}

@font-face {
    font-family: 'Sporting Grotesque_Regular';
    src: url('../Regular/Sporting_Grotesque-Regular_web.eot');
    src: url('../Regular/Sporting_Grotesque-Regular_web.eot?#iefix') format('embedded-opentype'),
        url('../Regular/Sporting_Grotesque-Regular_web.woff') format('woff'),
        url('../Regular/Sporting_Grotesque-Regular_web.woff2') format('woff2'),
        url('../Regular/Sporting_Grotesque-Regular_web.ttf') format('truetype'),
        url('../Regular/Sporting_Grotesque-Regular_web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sporting Grotesque_Bold';
    src: url('../Bold/Sporting_Grotesque-Bold_web.eot');
    src: url('../Bold/Sporting_Grotesque-Bold_web.eot?#iefix') format('embedded-opentype'),
        url('../Bold/Sporting_Grotesque-Bold_web.woff') format('woff'),
        url('../Bold/Sporting_Grotesque-Bold_web.woff2') format('woff2'),
        url('../Bold/Sporting_Grotesque-Bold_web.ttf') format('truetype'),
        url('../Bold/Sporting_Grotesque-Bold_web.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}


.cursor {
    position: fixed;
    pointer-events: none;
    padding: 2px;
    border-radius: 50%;
    transition: padding 0.6s ease;
    transform: translate(-50%, -50%);
    border: 1px solid black;
    background-color: transparent;
    z-index: 999;
}

.cursor:nth-child(1) {
    z-index: 999;
    padding: 40px !important;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    ;
}

.cursor:nth-child(2) {
    background-image: linear-gradient(to top, #eda710 0%, #edd210 100%);
}

.button {
    padding: 10px 20px;
    cursor: none;
}


.container_12 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

container_12 .grid_3 {
    width: 10.0%;
}

header {
    margin: 0px 0 0px 0;

}

div.sticky {
    position: sticky;
    position: -webkit-sticky;
    position: fixed;
    width: 100%;
    height: 50%;
    top: 0;
    bottom: 30;
    background-image: url(../images/papierecot.png);
    background-size: cover;
    padding-top: 2%;
    padding-bottom: 15%;
    padding-left: 3%;
    z-index: 1;

}

.sticky h1 {

    font-family: "Sporting Grotesque_Regular", sans-serif;
    font-weight: 400;
    color: black;
    font-size: 40px;
    line-height: 1.2;
    width: 8em;
    height: auto;
    border-bottom: 3px solid black;
}

.sticky .intro {
    font-family: Montserrat, sans-serif;
    width: 32em;
    line-height: 1.4em;
    font-size: 1.1em;
    color: black;
    text-align: left;
    margin-left: 50%;
    margin-top: -11%;
    padding: 1em 0;
}

.sticky .tooltip {
    position: absolute;
    margin-top: -9%;
    margin-left: 90%;
    cursor: none;
}

h2 {
    width: 9em;
    font-size: 30px;
    font-family: "Sporting Grotesque_Regular", sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 12%;
    padding: 0;
    font-weight: 100;
    border-bottom: 3px solid black;
}

h3 {
    font-family: Grand Hotel, sans-serif;
    font-size: 50px;
    margin-left: 2%;
    margin-top: 50%;
    position: absolute;
    color: black;
}

.figure {
    float: right;
    /* margin-left: 2.53164557%;
    /* 12px / 474px */
    width: 100%;

}

.alpha {
    position: absolute;
    margin-left: 2%;
    margin-top: 0px;
}

.omega {
    margin-left: 51%;
}

.debut {
    position: absolute;
    margin-left: 6%;
    margin-top: -30px;
}

.text {
    width: 100%;
}

.margintop {
    width: 100%;
    margin-top: 23%;
}


.one,
.two,
.three,
.four,
.five,
.six,
.seven {
    width: 90%;
    border: 8px solid #f5c50d;
}

.grid_6 {
    padding-bottom: 70px;
}

.grid_6 p {
    font-family: Montserrat, sans-serif;
    width: 80%;
    line-height: 1.6em;
    font-size: 1.3em;
    color: black;
    text-align: left;
    margin-left: 20%;
    margin-top: 0%;
    padding: 1em 0;
}

.grid_7 p {
    font-family: Montserrat, sans-serif;
    width: 80%;
    line-height: 1.6em;
    font-size: 1.3em;
    color: black;
    text-align: left;
    margin-left: 4%;
    margin-top: 0%;
    padding: 1em 0;
}

#navigation ul {

    list-style-type: none;
    text-align: left;
    padding-top: 1.5em;
    padding-left: 0;
    border: 1px solid black;
}

#navigation ul li {

    display: inline-table;

}

#navigation ul li a {

    font-size: 1.2em;
    text-decoration: none;
    padding: 10px;

}

#navigation ul li a:hover {
    color: orangered;
    text-decoration: underline;
    padding: 10px;

}



/* mediaqueries pour le responsive*/
/* mediaqueries pour le responsive*/

/* POUR LES TABLETTES = écrans dont la taille maximale est de 992px ou moins...*/
@media screen and (max-width: 992px) {

    div.sticky {
        position: sticky;
        position: -webkit-sticky;
        position: fixed;
        width: 100%;
        height: 40%;
        top: 0;
        bottom: 30;
        background-image: url(../images/papierecot.png);
        background-size: cover;
        padding-top: 2%;
        padding-bottom: 15%;
        padding-left: 3%;
        z-index: 1;

    }

    .sticky h1 {

        font-family: "Sporting Grotesque_Regular", sans-serif;
        font-weight: 400;
        color: black;
        font-size: 30px;
        line-height: 1.2;
        width: 8em;
        height: auto;
        border-bottom: 3px solid black;
    }

    .sticky .intro {
        font-family: Montserrat, sans-serif;
        width: 32em;
        line-height: 1.5em;
        font-size: 13px;
        color: black;
        text-align: left;
        margin-left: 48%;
        margin-top: -13%;
        padding: 1em 0;
    }

    .sticky .tooltip {
        position: absolute;
        margin-top: -11%;
        margin-left: 92%;
        cursor: none;
    }

    .alpha {
        position: absolute;
        margin-left: 6%;
        margin-top: -30px;
    }

    .omega {
        margin-left: 51%;
    }

    .debut {
        position: absolute;
        margin-left: 6%;
        margin-top: -30px;
    }

    .text {
        width: 100%;
    }

    .margintop {
        width: 100%;
        margin-top: 27%;
    }


    .one,
    .two,
    .three,
    .four,
    .five,
    .six,
    .seven {
        width: 90%;
        border: 8px solid white;
    }

    .grid_6 {
        padding-bottom: 70px;
    }

    .grid_6 p {
        font-family: Montserrat, sans-serif;
        width: 70%;
        line-height: 1.6em;
        font-size: 15px;
        color: black;
        text-align: left;
        margin-left: 20%;
        margin-top: 3%;
        padding: 1em 0;
    }

    .grid_7 p {
        font-family: Montserrat, sans-serif;
        width: 80%;
        line-height: 1.6em;
        font-size: 15px;
        color: black;
        text-align: left;
        margin-left: 4%;
        margin-top: 0%;
        padding: 1em 0;
    }

    img {
        max-width: 99%;
    }
}

/* POUR LES TELEPHONES = écrans dont la taille maximale est de 600px ou moins... */
@media screen and (max-width: 600px) {

    div.sticky {
        position: sticky;
        position: -webkit-sticky;
        position: fixed;
        width: 100%;
        height: 60%;
        top: 0;
        bottom: 30;
        background-image: url(../images/papierecot.png);
        background-size: cover;
        padding-top: 2%;
        padding-bottom: 15%;
        padding-left: 3%;
        z-index: 1;

    }

    .sticky h1 {

        font-family: "Sporting Grotesque_Regular", sans-serif;
        font-weight: 400;
        color: black;
        font-size: 30px;
        line-height: 1.2;
        width: 8em;
        height: auto;
        margin-left: 2%;
        border-bottom: 3px solid black;
    }

    .sticky .intro {
        font-family: Montserrat, sans-serif;
        width: 32em;
        line-height: 1.5em;
        font-size: 13px;
        color: black;
        text-align: left;
        margin-left: 2%;
        margin-top: 0%;
        padding: 1em 0;
    }

    .sticky .tooltip {
        position: absolute;
        margin-top: -50%;
        margin-left: 90%;
        cursor: none;
    }

    .alpha {
        position: absolute;
        margin-left: 6%;
        margin-top: -30px;
    }

    .omega {
        margin-left: 51%;
    }

    .debut {
        position: absolute;
        margin-left: 6%;
        margin-top: -30px;
    }

    .text {
        width: 100%;
    }

    .margintop {
        width: 100%;
        margin-top: 70%;
    }


    .one,
    .two,
    .three,
    .four,
    .five,
    .six,
    .seven {
        width: 90%;
        border: 8px solid white;
    }

    .grid_6 {
        padding-bottom: 70px;
    }

    .grid_6 p {
        font-family: Montserrat, sans-serif;
        width: 70%;
        line-height: 1.6em;
        font-size: 15px;
        color: black;
        text-align: left;
        margin-left: 2%;
        margin-top: 3%;
        padding: 1em 0;
    }
    .container_12 grid_7 {
        width:100%;
    }
    .grid_7 p {
        font-family: Montserrat, sans-serif;
        max-width: 100%;
        line-height: 1.6em;
        font-size: 15px;
        color: black;
        text-align: left;
        margin-left: 4%;
        margin-top: 0%;
        padding: 1em 0;
    }

    img {
        max-width: 99%;
    }
}
