@font-face {
    font-family: "Montserrat-italic", sans-serif;
    src: url('./font/Montserrat/Montserrat/Montserrat-Italic-VariableFont-wght.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat", sans-serif;
    src: url('./font/Montserrat/Montserrat/Montserrat-VariableFont-wght.ttf') format('truetype');
}


@font-face {
    font-family: 'Sinistre';
    src: url("../font/Sinistre/web/Sinistre-StCaroline.woff2") format('woff2'),
        url('../font/Sinistre/web/Sinistre-StCaroline.woff') format('woff');
}

/*marche sur chrome*/
@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@keyframes bg-animation {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

#nothing {
    background-color: transparent;
    border: 1px solid pink;
}

/*marche sur chrome*/
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    height: 1080px;
    width: auto;
    overflow-x: hidden;
    background-color: black;
}

header #nav1, header #nav2 {
    font-family: Montserrat;
    color: red;    
    width: 48.5%;
    padding-top: 1%;
    z-index: 10;
}

header #nav1 a, header #nav2 a{
    color: red;
    margin: 0;
    text-decoration: none;
    font-size: 20px;
}

header #nav2 {
    text-align: right; 
}

header #nav1 ul, header #nav2 ul{
    list-style-type: none;
}


/* FLECHE NOIRE */
#blackarrow {
    width: 8%;
    margin-left: 93.6%;
    margin-top: 41%;
    background-color: red;
    height: 1px;
    transform: rotate(90deg);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}


#blackarrow:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 0.5px;
    background-color: red;
    transform: rotate(145deg);
    position: absolute;
    border-radius: 2px;
    right: 0;
    margin-right: -0.5%;
    margin-top: 2.7%;
}

#blackarrow:before {
    content: "";
    display: inline-block;
    width: 12px;
    border-radius: 2px;
    height: 0.5px;
    background-color: red;
    transform: rotate(-145deg);
    position: absolute;
    right: -0.5%;
    margin-top: -2.2%;
}


/*VIDEO*/
header {
    background-color: black;
    height: 979px;
    width: 1920px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

video {
    background-size: cover;
    width: 100%;
    height: 1080px;
    z-index: 8;
    margin-top: -5%;
}


/* EFFET TEXTE SUSPIRIA */
header #suspiria {
    font-family: 'sinistre';
    width: 100%;
    top: 0;
    margin-top: 17%;
    text-align: center;
    position: absolute;
}

a {
    font-size: 300px;
    transition: 0.5s;
}


#suspiria > a {
   background: linear-gradient(to right,
            transparent 0%,
            red 20%);
    background-size: 120% 100%;
    background-position: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

header #suspiria a:hover {
    opacity: 0;
    transition: 1s;
}

/*/////////////////////////////////////////////////*/

/* EFFET TEXTE DARIO ARGENTO */
.dario {
    background: linear-gradient(transparent 10%, black 90%);
    margin-bottom: -0.2%;
    font-family: 'sinistre';
    width: 100%;
    bottom:0;
    position: absolute;
    text-align: center;
}

h1 {
    font-size: 150px;
}

.dario > h1 {
    background: linear-gradient(to right,
            #ffdb4d 50%,
            transparent 52%);
    background-size: 250% 100%;
    background-position: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/*/////////////////////////////////////////////////*/

#texte {
    height: 910px;
    background: black;
    margin-top: -1%;
    width:  100%;
    padding-left: 3.5%;
    padding-top: 5%;

}

.grid_12 p {
    font-size: 70px;
    font-family: Montserrat;
    color: white;
    line-height: 1.3em;
    display: inline !important;
    margin: 0 !important;
    transition-delay: 3s;
}

.grid_12 p:hover {
    color: black;
    transition: 0s;
}

/*MENU*/
.grid_3 {
    background: red;
    align-content: center;
    justify-content: center;
    margin: 0;
    height: 979px;
}

#bleu {
    background-image: url(../img/bleu.jpg);
    background-size: cover;
    margin: 0;
    background: cover;
}

#bleu:hover {
    background-image: url(../img/1.jpg);
    color: red;
}


#rouge {
    background-image: url(../img/rouge.jpg);
    background-size: cover;
    margin: 0;
    background: cover;
}

#rouge:hover {
    background-image: url(../img/2.jpg);
}


#jaune {
    background-image: url(../img/jaune.jpg);
    background-size: cover;
    margin: 0;
    background: cover;
}

#jaune:hover {
    background-image: url(../img/3.jpg);
}

#vert {
    background-image: url(../img/vert.jpg);
    background-size: cover;
    margin: 0;
    background: cover;
}

#vert:hover {
    background-image: url(../img/4.jpg);
}

/*********** DARIO ARGENTO - PARTIE I ***********/


.suspiria #nav1, .suspiria #top {
    font-family: Montserrat;
    color: red;    
    width: 48.9%;
    padding-top: 1%;
    z-index: 10;
}

.suspiria #nav1 a, .suspiria #top a{
    color: red;
    margin: 0;
    text-decoration: none;
    font-size: 20px;
    z-index: 10;
}

.suspiria #top {
    text-align: right; 
}

.suspiria #nav1 ul, .suspiria #top ul{
    list-style-type: none;
    z-index: 10;
}


.suspiria {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
    background-image: linear-gradient(56deg, #ffff99,#ffdb4d, #ffaa00);
    background-size: 400%;
    animation: bg-animation 10s infinite alternate;
    z-index: 0;
}

.grid_1 h2 {
    font-family: 'sinistre';
    color: red;
    font-size: 75px;
    height: 870px;
    text-align: left;
    margin-left: 15%;
    text-orientation: sideways-left;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 0;
        text-shadow: 0px 0px 10px red;
}


.grid_5 h2 {
    font-family: 'sinistre';
    font-size: 70px;
  padding-top: 67.3%;
    padding-bottom: 4%;   
    margin-bottom: 0%;
    color: red;
    z-index: 0;
        text-shadow: 0px 0px 10px red;

}

.grid_5 h3 {
    font-family: 'sinistre';
    font-size: 30px;
    line-height: 1.35em;
    margin: 0;
    color: red;
    z-index: 0;

}


.grid_6 p {
    height: auto;
    font-family: Montserrat;
    font-size: 25px;
    padding-top: 12.5%;
    padding-right: 15%;
    padding-left: 5%;
    padding-bottom: 7%;
    line-height: 1.4em;
    margin-top: -8%;
    margin-bottom: auto;
    color: white;
    border-left: solid red 5px;
    background-image: url(../img/jaune.jpg);
    background-size: 275%;
    background-repeat: no-repeat;
    animation: bg-animation 70s infinite alternate; 
    transition: 1s;
}


/* FLECHES */
#arrow {
    width: 8%;
    margin-left: 93.6%;
margin-top: 37.5%;
    background-color: red;
    height: 1px;
    transform: rotate(90deg);
    border-radius: 2px;
    position: absolute;
    z-index: 0;
}


#arrow:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 0.5px;
    background-color: red;
    transform: rotate(145deg);
    position: absolute;
    border-radius: 2px;
    right: 0;
    margin-right: -0.5%;
    margin-top: 2.7%;
    z-index: 0;
}

#arrow:before {
    content: "";
    display: inline-block;
    width: 12px;
    border-radius: 2px;
    height: 0.5px;
    background-color: red;
    transform: rotate(-145deg);
    position: absolute;
    right: -0.5%;
    margin-top: -2.2%;
    z-index: 0;

}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 2;
    z-index: 8;
}




/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*RESPONSIVE - TABLETTES*/


@media screen and (max-width: 800px) {

header #nav1, header #nav2 {
    font-family: Montserrat;
    color: red;    
    width: 19.4%;
    padding-top: 1%;
    z-index: 10;
}

header #nav1 a, header #nav2 a{
    color: red;
    margin: 0;
    text-decoration: none;
    font-size: 18px;
}

header #nav2 {
    text-align: right; 
}

header #nav1 ul, header #nav2 ul{
    list-style-type: none;
}



/* FLECHE NOIRE */
#blackarrow {
    width: 15%;
    margin-left: 87.5%;
    margin-top: 104%;
}


#blackarrow:after {
    margin-right: -1.2%;
    margin-top: 3%;
}

#blackarrow:before {
    right: -0.8%;
    margin-top: -2.95%;
}
    
/*/////////////////////////////////////////////////*/
/* EFFET TEXTE SUSPIRIA */
    
header #suspiria {
    margin-top: 50%;

}

a {
    font-size: 120px;
}


#suspiria > a {
     background: linear-gradient(to right,
            transparent 0%,
            red 30%);
    background-size: 120% 100%;
    background-position: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/*/////////////////////////////////////////////////*/

/* EFFET TEXTE DARIO ARGENTO */

h1 {
    font-size: 100px;
}

.dario > h1 {
    background: linear-gradient(to right,
            #ffdb4d 50%,
            transparent 52%);
    background-size: 250% 100%;
    background-position: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/*/////////////////////////////////////////////////*/
.suspiria .grid_5 {
        width: 20%;
    }
    
.suspiria {
        height: auto;
    }
    
.grid_3 {
    background: red;
    align-content: center;
    justify-content: center;
    margin: 0;
    height: 750px;
}
    
      #bleu {
        background-image: url(../img/bleu_s.jpg); 
    }
    
     #jaune {
        background-image: url(../img/jaune_s.jpg); 
    
    }
    
     #rouge {
        background-image: url(../img/rouge_s.jpg); 
    
    }
    
     #vert {
        background-image: url(../img/vert_s.jpg); 
    
    }
    
#texte {
    width:  90%;
    padding-left: 5%;
    padding-top: 3%;
    padding-right: 5%;
    padding-bottom: 10%;

}

.grid_12 p {
    font-size: 43px;

}
.suspiria #nav1, .suspiria #top {
    font-family: Montserrat;
    color: red;    
    width: 47%;
    padding-top: 2%;
    z-index: 10;
}

.suspiria #nav1 a, .suspiria #top a{
    color: red;
    margin: 0;
    text-decoration: none;
    font-size: 18px;
}

.suspiria #top {
    text-align: right; 
}

.suspiria #nav1 ul, .suspiria #top ul{
    list-style-type: none;
}
    
    #arrow, #arrow:after, #arrow:before {
    width: 15%;
    color: transparent
    margin-left: 89%;
    margin-top: 114%;
}

    
    .grid_1 h2 {
    font-family: 'sinistre';
    color: red;
    font-size: 50px;
    height: 405px;
    text-align: left;
    margin-left:45%;
    text-orientation: sideways-left;
    writing-mode: vertical-rl;
    transform: rotate(180deg);

}


.grid_5 h2 {
    font-family: 'sinistre';
    font-size: 50px;
    padding-top: 44%;
    margin-left: 13%;
    margin-bottom: 0;
    color: red;
}

.grid_5 h3 {
    font-family: 'sinistre';
    font-size: 25px;
    padding-top: 3%;
    line-height: 1.35em;
    margin-left: 13%;
    color: red;
    padding-bottom: 20%;
    width: 200%;
}
    
.sticky {
        width: 800px;
    }

.grid_6 p {
    height: auto;
    width: 700px;
    font-size: 20px;
    padding-top: 11%;
    padding-right: 12%;
    padding-left: 10%;
    padding-bottom: 10%;
    border-top: solid red 3px;
    border-bottom: solid red 3px;
      border-left: none;
    background-image: url(../img/jaune.jpg);
        background-size: 230%;
        animation: bg-animation 40s infinite alternate; 
}
    
     #part {
        position: relative;
    }


}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/****************************/
/*RESPONSIVE - SMARTPHONES*/

@media screen and (max-width: 600px) {

header #nav1, header #nav2 {
    font-family: Montserrat;
    color: red;    
    width:11.6%;
    padding-top: 1%;
    z-index: 10;
}

header #nav1 a, header #nav2 a{
    color: red;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
}

header #nav2 {
    text-align: right; 
}

header #nav1 ul, header #nav2 ul{
    list-style-type: none;
}


#arrow, #arrow:after, #arrow:before {
    background-color: transparent;
}
    
    #blackarrow {
    width: 27%;
    margin-left: 35%;
    margin-top: 100%;
}


#blackarrow:after {
    margin-right: -1.2%;
    margin-top: 3%;
}

#blackarrow:before {
    right: -1.2%;
    margin-top: -2.6%;
}
    
    
    /*/////////////////////////////////////////////////*/
/* EFFET TEXTE SUSPIRIA */

header #suspiria {
    margin-top: 50%;

}

a {
    font-size: 70px;
}


#suspiria > a {
     background: linear-gradient(to right,
            transparent 0%,
            red 50%);
    background-size: 120% 100%;
    background-position: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/*/////////////////////////////////////////////////*/

/* EFFET TEXTE DARIO ARGENTO */

h1 {
    font-size: 60px;
    margin-top: auto;
    }

.dario > h1 {
    background: linear-gradient(to right,
            #ffdb4d 50%,
            transparent 52%);
    background-size: 250% 100%;
    background-position: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/*/////////////////////////////////////////////////*/

    #bleu {
        background-image: url(../img/bleu_s.jpg); 
    }
    
     #jaune {
        background-image: url(../img/jaune_s.jpg); 
    
    }
    
     #rouge {
        background-image: url(../img/rouge_s.jpg); 
    
    }
    
     #vert {
        background-image: url(../img/vert_s.jpg); 
    
    }
    
    #texte {
    width:  85%;
        height: auto;
    padding-left: 9%;
    padding-top: 3%;
    padding-right: 6%;
    padding-bottom: 12%;
        font-size: 18px;
}


.grid_12 p {
    font-size: 26px;}
    
  .grid_3 {
  background: red;
  align-content: center;
  justify-content: center;
  margin: 0;
  height: 300px;
}


.suspiria #nav1, .suspiria #top {
    font-family: Montserrat;
    color: red;    
    width: 37%;
    padding-top: 2%;
    z-index: 10;
}

.suspiria #nav1 a, .suspiria #top a{
    color: red;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
}

.suspiria #top {
    text-align: right; 
}

.suspiria #nav1 ul, .suspiria #top ul{
    list-style-type: none;
}
    .suspiria .sticky {
        width: 600px;
    }
    

    .grid_1 h2 {
    font-family: 'sinistre';
    color: red;
    height: auto;
    font-size: 35px;
    margin-top: 310%;
    margin-left: 70%;
    text-align: left;
    }
    
.grid_5 h2 {
    font-family: 'sinistre';
    font-size: 30px;
    padding-top:29%;
    color: red;
    z-index: 0;
    margin-left: 15%;
}

.grid_5 h3 {
    font-family: 'sinistre';
    font-size: 20px;
    line-height: 1.35em;
    margin-left: 15%;
    color: red;
    margin-bottom: 10%;
        z-index: 0;
    width: 150%;

}
    #part {
        position: relative;
    }
    
    .suspiria p {
        width: 420px;
        padding-left: 17%;
        padding-right: 17%;
        height: auto;
        z-index: 10;
        border-top: solid red 3px;
        border-bottom: solid red 3px;
        border-left: none;
        background-image: url(../img/jaune.jpg);
        background-size: 605%;
        animation: bg-animation 75s infinite alternate; 
    }

    
}