* {
    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;
}


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:7em;
    height: auto;
    border-bottom: 3px solid black;
}

.margintop {
    margin-top: 20%;
}

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;
}

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

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

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

.alpha {
    margin-left: 2%;
}

.omega {
    margin-left: 54%;
}

.fin {
    margin-left: 42%;
    padding-bottom: 3%;
}

/* Slideshow container */
.slideshow-container {
    width: 600px;
    position: fixed;
    z-index: 2;
    cursor: none;
    margin-left: 2%;
    margin-top: 1%;
}



/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    cursor: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #eda710;
    cursor: none;
}

/* Caption text */
.text {
    color: black;
    font-size: 12px;
    position: absolute;
    margin-top: -2px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    margin-top: -25px;
}

.left{
    margin-left: 20%;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #edd210;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.tooltip {
    font-size: 50px;
    font-family: Grand Hotel, sans-serif;
    text-decoration: none;
    color: black;
    cursor: none;
}

.popup {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-image: url(../images/Curious-Collection-Metallics-Ionised2.jpg);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    position: fixed;
    transition: all 5s ease-in-out;
    z-index: 999;
}

.popup h2 {
    font-family: adieu, sans-serif;
    font-weight: 100;
    color: #eceeec;
    font-size: 65px;
    line-height: 1.3;
    margin-top: 2%;
    margin-left: 2%;
    width: 18em;
    border-bottom: 1px solid #eceeec;
}

.popup .tooltip {
    position: absolute;
    top: 20px;
    right: 50px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #eceeec;
}

.popup .tooltip:hover {
    color: #edd210;
}

.popup .photo {
    width: 45%;
    height: auto;
    margin-left: 2%;
}

.popup .content {
    font-family: Montserrat, sans-serif;
    width: 14em;
    line-height: 1.4em;
    font-size: 15px;
    color: #eceeec;
    padding: 1em 0;
    margin-left: 55%;
    margin-top: -12%;
    max-height: 100%;
    overflow: auto;
}


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


a.info {
    position: relative;
    color: black;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 2px black dotted;
    padding-left: 2px;
    cursor: none;
    width: 9em;
    line-height: 1.5em;
    /* On souligne le texte. */
}

a.info .text {
    position: relative;
    display: none;
    width: 100px;
    height: 0;
    text-align: left;
    font-size: 15px;
    padding-left: 2px;
    color: #e5e5e5;
    border: 1px solid red;
    /* On masque l'infobulle. */
}

a.info:hover {
    width: 9em;
    background: none;
    /* Correction d'un bug d'Internet Explorer. */
    z-index: 500;
    /* On définit une valeur pour l'ordre d'affichage. */
}

a.info:hover span {

    display: inline;
    /* On affiche l'infobulle. */
    position: absolute;
    /* On positionne l'infobullepar rapport à son parent, dans ce cas le 'a.info'  */
    top: 25px;
    left: 20px;
    width: 300px;
    /*largeur et hauteur de l'infobulle*/
    height: 70px;
    background-image: url(../images/Curious-Collection-Metallics-Ionised2.jpg);
    background-size: cover;
    padding: 3px;
    border: 3px solid #e5e5e5;
    white-space: nowrap;
}

a.info2 {
    position: relative;
    color: black;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 2px black dotted;
    padding-left: 2px;
    cursor: none;
    width: 9em;
    line-height: 1.5em;
    /* On souligne le texte. */
}

a.info2 .text {
    position: relative;
    display: none;
    width: 100px;
    height: 0;
    font-size: 15px;
    text-align: left;
    padding-left: 2px;
    color: #e5e5e5;
    border: 1px solid red;
    /* On masque l'infobulle. */
}

a.info2:hover {
    width: 9em;
    background: none;
    /* Correction d'un bug d'Internet Explorer. */
    z-index: 500;
    /* On définit une valeur pour l'ordre d'affichage. */
}

a.info2:hover span {

    display: inline;
    /* On affiche l'infobulle. */
    position: absolute;
    /* On positionne l'infobullepar rapport à son parent, dans ce cas le 'a.info'  */
    top: 25px;
    left: 20px;
    width: 300px;
    /*largeur et hauteur de l'infobulle*/
    height: 150px;
    background-image: url(../images/Curious-Collection-Metallics-Ionised2.jpg);
    background-size: cover;
    padding: 3px;
    border: 3px solid #e5e5e5;
    white-space: nowrap;
}



/* 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: -9%;
        padding: 1em 0;
    }

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

    /* Slideshow container */
.slideshow-container {
    width: 400px;
    position: fixed;
    z-index: 2;
    cursor: none;
    margin-left: 2%;
    margin-top: 1%;
}



/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    cursor: none;
}
    
    .alpha {
    margin-left: 2%;
}
    
    
.grid_6 p {
    font-family: Montserrat, sans-serif;
    width: 25em;
    line-height: 1.6em;
    font-size: 17px;
    color: black;
    text-align: left;
    margin-left: 2%;
    margin-top: 2%;
    padding: 1em 0;
}

    
   
/* 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: 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;
        top: 10px;
        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: 1%;
        margin-top: 1%;
        margin-bottom: 1%;
        padding: 1em 0;
    }

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

    /* Slideshow container */
.slideshow-container {
    width: 400px;
    position: relative;
    z-index: 2;
    cursor: none;
    margin-left: 10%;
    margin-top: 30%;
    margin-bottom: 20%;
}



/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    cursor: none;
}
    
    .omega {
    margin-left: 2%;
}
    
    
.grid_6 p {
    font-family: Montserrat, sans-serif;
    width: 32em;
    line-height: 1.6em;
    font-size: 15px;
    color: black;
    text-align: left;
    margin-left: 2%;
    margin-top: 2%;
    padding: 1em 0;
}
