body 
{
    background-color: #37032b;
    color: white;
    width: 100%;
    overflow-x: hidden;
    margin-left: 0;
    padding-left: 0;
}

/*--------------------------------------------------------------------------------------------------------*/
/*-----   Page 1   -----*/

.page1
{
    position: relative;
    margin-top: 0vh;
    width: 100%;
    
}

video
{
    display: flex;
    margin : auto ;
    width: 100vw;
    height: 85vh; 
}

/*-----   Menu   -----*/
nav 
{
    width: 100%;
    height: 10vh;
    background-color: #37032b;
    top: 0;
}
 
nav .menu_page1 
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
 
nav .menu_page1 a 
{
    width: 100vw;
    height: 12.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Sugo Pro Classic Trial';
    font-size: 3vw;
    color: white;
    text-shadow: 0 0 2.5vw rgb(255,255,255);
    transition: color 0.5s ease;
}

@keyframes change-color {
    0%, 100% {
        color: white;
    }
    33% {
        color: #ed8d9c;
    }
}

.menu_page1 a:nth-child(1) {
    animation: change-color 4s infinite 0s;
}

.menu_page1 a:nth-child(2) {
    animation: change-color 4s infinite 1.5s;
}

.menu_page1 a:nth-child(3) {
    animation: change-color 4s infinite 3s;
}

/*--------------------------------------------------------------------------------------------------------*/
/*-----   menu fixe  ------*/

.menufixe
{
    margin-top: 0vh;
    display: flex;
    justify-content: space-between;
    height: 10vh;
    visibility: hidden;
}

.menufixe p
{
    text-shadow: 2px 2px 4px #633c42;
    font-family: 'Budmo Jiggler';
    color: #ed8d9c;
    font-size: 4vw;
    text-align: center;
    margin-top: 0;
    padding-top: 0.5vh;
    padding-left: 2vw;
    transform: rotate(-7deg);
}

.menufixe nav
{
    list-style: none;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    font-family: 'Sugo Pro Classic Trial';
    text-shadow: 1px 1px 2px #ed8d9c;
    font-size: 3vw;  
    width: 50%;
    align-items: center;
    background-color: white;
}

.menufixe nav a
{
    text-decoration: none;
    color:#37032b;
    text-align: center;
}

.menufixe nav a:nth-child(1), .menufixe nav a:nth-child(2), .menufixe nav a:nth-child(3)
{
    border-right: 0.1vw solid #37032b;
}

.menufixe a:nth-child(2), .menufixe a:nth-child(1)
{
    width: 75%;
}

.menufixe a:nth-child(4), .menufixe a:nth-child(3)
{
    width: 50%;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    visibility: visible;
  }

  .sticky + .content {
    padding-top: 0vh;
  }
/*--------------------------------------------------------------------------------------------------------*/
/*-----   page2   -----*/

.page2
{
    margin-top: 0vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 90vh;
    width: 100%;
    border-bottom: #ed8d9c dotted 2vh;
}

.page2 aside, .page2 article {
    flex: 1;
    width: 50%;
}

.page2 article
{
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5vw;
    padding-left: 5vw;
    height: 75vh;
    width: 75vw;
    vertical-align: auto;
}

.page2 article h2
{   margin-top: 0vh;
    font-size: 5vw;
    font-family: 'Sugo Pro Classic Trial';
    margin-bottom: 0;
    padding-bottom: 1vh;
}

.page2 article h2 strong
{
    font-size: 5vw;
    display: inline-block;
    font-family: 'Budmo Jiggler';
    color: #ed8d9c;
    transform: rotate(-7deg);
    text-shadow: 0 0 2vw rgba(237,141,192,1);
}

.textep2 p
{
    font-size: 1.5vw;
    font-family: 'Open Sans';
}

.page2 aside
{
    margin: auto;
    display: flex;
    justify-content: center;
}

.nonna
{
    width: 70%;
}
/*--------------------------------------------------------------------------------------------------------*/
/*-----   page3   -----*/

.page3
{
    text-align: center;
    padding-top: 15vh;
    display: flex;
    flex-direction: column;
    height: 90vh;
    width: 100vw;
    padding-bottom: 10vh;
}

.page3 header
{
    display: flex;
    justify-content: space-around;
}

.ingredient
{
    margin:  auto;
    padding: 0;
    width: 75%;
}

.page3 h2
{
    font-size: 5vw;
    font-family: 'Sugo Pro Classic Trial';
    margin-bottom: 0vh;
    padding-right: 25vw;
}

.page3 h2 strong
{
    font-size: 5vw;
    display: inline-block;
    font-family: 'Budmo Jiggler';
    color: #ed8d9c;
    transform: rotate(-7deg);
    text-shadow: 0 0 2.5vw rgba(237,141,192,1);
}

.page3 article
{
    margin-top: 2vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/*--------------------------------------------------------------------------------------------------------*/
/*-----   page4   -----*/

.page4
{
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90vh;
    width: 100%;

    background-image: url('../Images/photo disco site1.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    padding-left: 0;
    overflow-y: hidden;
}

.page4 h2
{
    font-size: 5vw;
    font-family: 'Budmo Jiggler';
    color: #ed8d9c;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page4 article p
{
    font-size: 1.5vw;
    font-family: 'Open Sans';
    padding-left: 5vw;
    padding-right: 5vw;
}

.page4 article
{
    margin-left: 0;
    padding-left: 0;
}

.page4 aside
{
    padding: 0;
    margin: 0; 
}
.squadra
{
    width: 90%;
}

.boule
{
    width: 17vw;
    padding-right: 8vw;
    margin-left: 0;
    padding-left: 0;
}

/*--------------------------------------------------------------------------------------------------------*/
/*-----   page5   -----*/

.page5
{
    margin-top: 10vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.Images
{
    display: flex;
    justify-content: center;
    width: 100%;
}

.page5 img
{
   width: 70vh;
   height: 35vw;
   margin-right: 2.5vw;
   margin-right: 2.5vw;
}

.page5 h2
{
    text-align: center;
    line-height: 3.5vh;
}

.page5 h2 span
{
    text-align: start;
    font-size: 3vw;
    font-family: 'Sugo Pro Classic Trial';
    display: inline-block;
    transform: rotate(-3deg);
}

.page5 h2 strong
{
    text-align: start;
    font-size: 3vw;
    font-family: 'Budmo Jiggler';
    color: #ed8d9c;
}

.page5 header
{
    margin-bottom: 0;
    padding-bottom: 0;
}
.page5 header article
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page5 header article p
{
    text-align: center;
    font-size: 1vw;
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------------------------------------------------*/
/*-----   page6   -----*/

.page6
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20vh;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page6 article
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    width: 60vw;
    height: 90vh;

}

.page6 article ul
{
    list-style: none;
    padding-left: 10vw;
    margin-top: 0;
    padding-top: 0;
}

.page6 article ul li
{
    line-height: 1vh;
    padding-top: 2vh;
}

.page6 article ul li h3
{
    font-size: 1.5vw;
    font-family: 'Open Sans';
    font-weight: bold;  
}

.page6 article ul li p
{
    font-size: 1vw;
    font-family: 'Open Sans';
    text-decoration: none;
}

.page6 article h2
{
    margin-top: 0;
    font-size: 5vw;
    font-family: 'Budmo Jiggler';
    color: #ed8d9c;
    text-align: start;
    margin-bottom: 3vh;
    padding-left: 10vw;
}

.instagram
{
    padding-top: 1vh;
    max-width: 5vw;
    min-width: 5vw;
    max-height: 10vh;
    min-height: 10vh;
}

.page6 video
{
    width: 40%;
    padding-left: 5vw;
}

.page6 article nav
{
    margin: 2vh;
    width: 59vw;
    height: 15vh;
    text-align: center;
    margin-left: 0;
}


/*--------------------------------------------------------------------------------------------------------*/
/*   Effet Slide   */

/*.reveal{
    position: relative;
    transform: translateY(25vh);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.remonte{
    transform: translateY(0vh);
    opacity: 0;
  }

  .reveal.descend{
    transform: translateY(-25vh);
    opacity: 1;
  }
*/




