
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400&display=swap');



/*
////////////////////////////////////////////////////////////////////////////////

                              CUSTOM ANIMATION

////////////////////////////////////////////////////////////////////////////////
*/

/* add .infiniteRotation class to an object to start the rotation */
.infiniteRotation{
  animation: rotate 1s linear infinite; 
}
@keyframes rotate{
  to{ transform: rotate(360deg); }
}
@keyframes mouse-wheel {
    0% {
      transform: translateY(0);
      opacity: 0;
    }  
    10% {
      transform: translateY(0);
      opacity: 1;
    }
    30% {
      transform: translateY(0);
      height: 4px;
    }
    50% {
      transform: translateY(0);
      height: 20px;
    }
    70% {
      transform: translateY(15px);
      height: 4px;
      opacity: 1;
    }
    90% {
      opacity: 0;
    }
    100% {
      transform: translateY(15px);
      opacity: 0;
    }
}
.fadeIn {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1 !important; 
}
.fadeOut {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0 !important;
}


/*
////////////////////////////////////////////////////////////////////////////////

                                STYLE GENERAL

////////////////////////////////////////////////////////////////////////////////
*/

html, body {
  font-family: 'Lato', 'Nunito Sans', sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: url(Medias/cursors/cursorWhite.png) 16 16, auto;
}

#imgLoader{
    position: absolute;
    left:-1000%;
}
.hiddenPic{
    visibility: hidden;
    height: 0%;
    width: 0%;
}

#homePageContainer, #websiteContainer{
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
#homePageContainer{
    z-index: 20;
}
#contentContainer{
    position: relative;
    display: block;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.pageContainer{
    position: absolute;
    height: 100%;
    width: 100%;
}

#colorBackground{
    position: absolute;
    height: 0%;
    width: 70%;
    background-color: #142530;
    left:0;
    bottom:0;
    transition: height .3s ease, width .3s ease;
    cursor: url(Medias/cursors/cursorWhite.png) 16 16, auto;
    z-index: 7;
}



/*
////////////////////////////////////////////////////////////////////////////////

                                   LOADER

////////////////////////////////////////////////////////////////////////////////
*/

#domLoader{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
}
#loaderContainer{
    position: absolute;
    width: 4%;
    left: 48%;
    height: 10%;
    top:45%;
}
#miniLogFav{
    position: relative;
    display: block;
    width: 50%;
    object-fit: cover;
    top:0;
    left:25%;
    margin-bottom: 15px;
}
#loadingBar{
    position: relative;
    display: block;
    height: 2px;
    width: 0%;
    transition: width 2.5s ease-in-out;
    background-color: #111;
    left:0%;
}

@media screen and (max-width: 1024px){
    #loaderContainer{
        position: absolute;
        width: 10%;
        left: 45%;
        height: 10%;
        top:45%;
    }
}



/*
////////////////////////////////////////////////////////////////////////////////

                                   HEADER

////////////////////////////////////////////////////////////////////////////////
*/

#mainHeader{
    position:relative;
    display: block;
    background-color: #ffffff;
    height: 7%;
    min-height: 40px;
    max-height: 55px;
    width: 100%;
    top:0;
    -moz-box-shadow:    1px 0px 11px -3px #222;
    -webkit-box-shadow: 1px 0px 11px -3px #222;
    box-shadow:         1px 0px 11px -3px #222;
    cursor: url(Medias/cursors/cursorBlack.png) 16 16, auto;
    z-index: 2;
}

#logo_Crosspoints{
    position: relative;
    display: block;
    height:40%;
    left:2%;
    top:30%;
    cursor: pointer;
}

#contact_Crosspoints{
    position: absolute;
    font-size: max(1.6vh, 14px);
    right:9%;
    top:35%;
    color: #111;
    cursor: pointer;
}
#contact_Crosspoints:hover{
    font-weight: bold;
    color:#21b4a9;
}
  
#hamburgerContainer{
    position: absolute;
    display: block;
    height:7%;
    min-height: 40px;
    width: 20px;
    right:5%;
    top:0;
    cursor: pointer;
}
#hamburger_Clickable{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 19;
}
#hamburger {
    top:30%;
    width: 100%;
    height: 1.4vh;
    min-height: 11px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: inherit;
    z-index: 18;
}
#hamburger span {
    display: block;
    position: absolute;
    height: 0.3vh;
    min-height: 2px;
    width: 100%;
    background: #111;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#hamburger span:nth-child(1) {
    top: 0px;
}
#hamburger span:nth-child(2),#hamburger span:nth-child(3) {
    top: 50%;
}
#hamburger span:nth-child(4) {
    top: 100%;
}
#hamburger.open span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%;
}
#hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4) {
    top: 50%;
    width: 0%;
    left: 50%;
}

@media screen and (max-width: 1024px){
    #contact_Crosspoints{
        visibility: hidden;
    }
    #mainHeader{
        min-height: 30px;
    }
    #hamburgerContainer{
        min-height: 30px;
        width: 15px;
    }
    #hamburger{
        min-height: 9px;
    }
}


/*
////////////////////////////////////////////////////////////////////////////////

                                RIGHT MENU

////////////////////////////////////////////////////////////////////////////////
*/

#rightMenu{
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #ece9e4;
    right: 0%;
    top:0;
    z-index: 10;
    transition: width .3s ease;
    cursor: url(Medias/cursors/cursorBlack.png) 16 16, auto;
    /*-moz-box-shadow:    0 0 0 5px #222;
    -webkit-box-shadow: 0 0 0 5px #222;
    box-shadow:         0 0 0 5px #222;*/
}
#rm_content{
    position: relative;
    width: 90%;
    height: 50%;
    top:25%;
    left:10%;
}
.rm_item{
    position: relative;
    display: block;
    height: 2.4vw;
    min-height: 20px;
    width: 100%;
    margin-bottom: max(1.5vw, 5px);
}
.rm_indicator{
    opacity:0;
    position: absolute;
    width: 0.4vw;
    min-width: 3px;
    height: 80%;
    background-color: #111;
    bottom:0;
}
.rm_text{
    position: absolute;
    white-space: nowrap;
    font-size: max(2.4vw, 15px);
    color: #111;
    cursor: pointer;
    left: 1.5vw;
    transition: font-weight .2s ease;
}
.rm_text:hover{
    font-weight: 900;
}

@media screen and (max-width: 1024px){
    .rm_indicator{
        visibility: hidden;
    }
}
  

/*
////////////////////////////////////////////////////////////////////////////////

                                HOMEPAGE

////////////////////////////////////////////////////////////////////////////////
*/

.homeImg{
    position: relative;
    display: block;
    width:100%; 
    height:100%;
    object-fit: cover;
}

#home_content{
    position: absolute;
    height: 27vh;
    width: 45vw;
    right: 3vw;
    top:calc(50% - 13vh);
}

#home_topContent{
    position: relative;
    display: block;
    height: fit-content;
    width: 100%;
}
.logFav{
    position: relative;
    width: 12vw;
    left:0;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    top:0.5vh;
}
#home_textContainer{
    position: absolute;
    display: inline-block;
    width: calc(100% - 14vw);
    left: 14vw;
    top: -2vh;
}
#home_Title{
    position: relative;
    display: block;
    color: #eeeeee;
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 0.3vh;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#home_Subitle{
    position: relative;
    display: block;
    color: #eeeeee;
    font-size: 1.5vw;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#home_btnContainer{
    position: relative;
    display: block;
    height: fit-content;
    margin-top: 5vh;
}
.homeBtn{
    opacity: 0;
    position: relative;
    display: inline-block;
    height: 3.2vh;
    width: 12vw;
    font-size: 1.5vh;
    line-height: 3.2vh;
    margin-right: 3vw;
    color: #eeeeee;
    border: 2px solid #eeeeee;
    text-align: center;
    border-radius: 1.5vh;
    cursor: pointer;
    transition: opacity .2s ease;
}
.homeBtn:hover{
    color:#111;
    background-color: #eeeeee;
}

/*
#home_ExploreBox{
    position: absolute;
    height: 0;
    width: 5vw;
    left: calc(50% - 5vw);
    top: calc(100% - 10vh);
    cursor: pointer;
}
#home_Explore{
    position: relative;
    font-size: 1.5vh;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2vh;
}
#home_mouse {
	overflow: hidden;
    position: absolute;
    left: calc(50% - 0.2vw);
    width: 1.8vw;
    margin: -1vw;
    height: 5vh;
    border: 2px solid white;
    border-radius: 2vh;
    opacity: .3;
}
#home_mouse:after {
    display: block;
    content: "";
    position: absolute;
    left: 0.9vw;
    top: 0.6vh;
    width: 0.3vw;
    height: 0.4vh;
    margin-left: -0.1vw;
    background-color: white;
    border-radius: 0.1vw;
    animation: mouse-wheel 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}
*/

@media screen and (max-width: 1024px){
    #home_content{
        left:calc(50% - 18vw);
        width: 36vw;
    }
    .logFav{
        position: absolute;
        width: 24vw;
        top:-12vw;
        left: calc(50% - 12vw);
    }
    #home_textContainer{
        left: 0;
        width: 100%;
        top:5vw;
    }
    #home_Title{
        text-align: center;
    }
    #home_Subitle{
        text-align: center;
    }
    #home_btnContainer{
        position: absolute;
        height: fit-content;
        bottom:-80px;
        width: 100%;
    }
    #home_btnTry{
        visibility: hidden;
    }
    #home_btnDiscover{
        width: 18vw;
        height: 6vh;
        max-height: 30px;
        min-height: 15px;
        border-radius: 5px;
        font-size: 2vw;
        line-height: 6vh;
        left:calc(50% - 9vw);
    }
}

@media screen and (max-width: 500px){
    #home_content{
        left:calc(50% - 35vw);
        width: 70vw;
    }
    .logFav{
        position: absolute;
        width: 24vw;
        top:-12vw;
        left: calc(50% - 12vw);
    }
    #home_textContainer{
        left: 0;
        width: 100%;
        top:5vw;
    }
    #home_Title{
        text-align: center;
        margin-bottom: 1.3vh;
    }
    #home_Subitle{
        text-align: center;
        font-size: 2.8vw;
    }
    #home_btnContainer{
        position: absolute;
        height: fit-content;
        bottom:-10px;
        width: 100%;
    }
    #home_btnTry{
        visibility: hidden;
    }
    #home_btnDiscover{
        width: 18vw;
        height: 6vh;
        max-height: 30px;
        min-height: 15px;
        border-radius: 5px;
        font-size: 2vw;
        line-height: 6vh;
        left:calc(50% - 9vw);
    }
}



/*
////////////////////////////////////////////////////////////////////////////////

                                PAGE 1

////////////////////////////////////////////////////////////////////////////////
*/

#page1_mainContainer{
    cursor: url(Medias/cursors/cursorBlack.png) 16 16, auto;
    z-index: 5;
}
.coverImg{
    opacity: 0;
    position: relative;
    display: inline-block;
    width: 50%; 
    object-fit: cover;
    left:0%;
    top:10%;
    filter: alpha(opacity=40);
    transition: opacity .5s ease-in-out;
}

#page1_content{
    position: absolute;
    height: fit-content;
    width: 25%;
    max-width: 430px;
    left: 60%;
}
#page1_mask{
    opacity: 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    right: 0;
    top:0;
    height: 7vh;
    z-index: 50;
    transition: width .2s ease-in-out;
}
#page1_point{
    opacity: 0;
    background-color: #21b4a9;
    position: absolute;
    left: 0;
    top: 2.5vh;
    width: 3vh;
    height: 3vh;
    border-radius: 0.6vh;
    z-index: 100;
    transition: opacity .5s ease-in-out;
}
#page1_Title{
    position: relative;
    display: block;
    color: #111;
    font-size: 5vh;
    font-weight: bold;
    margin-bottom: 1.5vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    width: fit-content;  
}
#page1_Subitle{
    position: relative;
    display: block;
    color: #111;
    font-size: 2vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    white-space: pre-line;
}

@media screen and (max-width: 1024px){
    .coverImg{
        position: absolute;
        height: 40%;
        width: auto;
        top:5%
    }
    #page1_content{
        position: absolute;
        height: fit-content;
        width: 74%;
        left: 13%;
        top:45%;
    }
}



/*
////////////////////////////////////////////////////////////////////////////////

                                PAGE 2

////////////////////////////////////////////////////////////////////////////////
*/

#page2_mainContainer{
    cursor: url(Medias/cursors/cursorWhite.png) 16 16, auto;
    z-index: 4;
}

.delivryImg{
    opacity: 0;
    position: relative;
    display: inline-block;
    width: 50%; 
    object-fit: cover;
    left:60%;
    top:10%;
    filter: alpha(opacity=40);
    transition: opacity .3s ease-in-out;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 1;
}

#page2_content{
    position: absolute;
    height: fit-content;
    width: 40%;
    max-width: 530px;
    left: 12%;
}
#page2_Title{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 5vh;
    font-weight: bold;
    margin-bottom: 1.5vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
#page2_Subitle{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 2vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    white-space: pre-line;
}

@media screen and (max-width: 1024px){
    .delivryImg{
        position: absolute;
        width: 100%;
        top:calc(65%);
        left:0;
        -webkit-transform:none;
        transform:none;
        clip:rect(5vh auto auto auto);
    }
    #page2_content{
        position: absolute;
        height: fit-content;
        width: 74%;
        left: 13%;
        top:5%;
    }
    #page2_Subitle{
        font-size: 1.5vh;
    }
}



/*
////////////////////////////////////////////////////////////////////////////////

                                PAGE 3

////////////////////////////////////////////////////////////////////////////////
*/

#page3_mainContainer{
    cursor: url(Medias/cursors/cursorWhite.png) 16 16, auto;
    z-index: 3;
}

#page3_content{
    position: absolute;
    height: fit-content;
    width: 30%;
    max-width: 530px;
    left: 55%;
}
#page3_load{
    position: relative;
    display: block;
    height: 2px;
    width: 0%;
    opacity: 0;
    transition: opacity .5s ease-in-out, width 8s;
    margin-top: 3vh;
    background-color: #fff;
}
#page3_Title{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 5vh;
    font-weight: bold;
    margin-bottom: 1.5vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
#page3_Subitle{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 2vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    white-space: pre-line;
}

#page3_icoContainer{
    position: relative;
    left: 15%;
    height: 15%;
    top: 30%;
    justify-items: center;
    display: grid;
    grid-template-columns: 13vh 13vh;
    grid-template-rows: 13vh 13vh;
    grid-gap: 16vh;
    justify-content: start;
}
#visualiserImg, #visualiserWhite{
    opacity: 0;
    grid-column: 1;
    grid-row: 1;
    height: 80%;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}
#optimiserImg{
    grid-column: 2;
    grid-row: 1;
    opacity: 0;
    position: relative;
    display: inline-block;
    height: 80%;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}
#controlerImg{
    grid-column: 2;
    grid-row: 2;
    opacity: 0;
    position: relative;
    display: inline-block;
    height: 80%;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}
#planifierImg{
    grid-column: 1;
    grid-row: 2;
    opacity: 0;
    position: relative;
    display: inline-block;
    height: 80%;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
}
#selector{
    opacity: 0;
    grid-column: 1;
    grid-row: 1;
    height: 210%;
    transition: opacity .2s ease-in-out;
    top: -60%;
    position: relative;
    animation: rotate 12s linear infinite; 
}

@media screen and (max-width: 1024px){
    #page3_icoContainer{
        position: absolute;
        top:15%;
        left:calc(50% - 13vh);
        grid-gap: 10vh;
        grid-template-columns: 8vh 8vh;
        grid-template-rows: 8vh 8vh;
    }
    #page3_content{
        position: absolute;
        height: fit-content;
        width: 50%;
        left: 25%;
        top:calc(30% + 23vh);
    }
    #page3_Title, #page3_Subitle{
        width: 100%;
        text-align: center;
    }
}




/*
////////////////////////////////////////////////////////////////////////////////

                                PAGE 4

////////////////////////////////////////////////////////////////////////////////
*/

#page4_mainContainer{
    cursor: url(Medias/cursors/cursorWhite.png) 16 16, auto;
    z-index: 4;
}

.greenImg{
    opacity: 0;
    position: absolute;
    display: inline-block;
    width: 50%; 
    object-fit: cover;
    right:60%;
    top:10%;
    filter: alpha(opacity=40);
    transition: opacity .2s ease-in-out;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 1;
}

#page4_content{
    position: absolute;
    height: fit-content;
    width: 40%;
    max-width: 530px;
    right: 12%;
}
#page4_Title{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 5vh;
    font-weight: bold;
    margin-bottom: 1.5vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
#page4_Subitle{
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 2vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    white-space: pre-line;
}

@media screen and (max-width: 1024px){
    .greenImg{
        position: absolute;
        width: 100%;
        top:65%;
        left:0;
    }
    #page4_content{
        position: absolute;
        height: fit-content;
        width: 74%;
        left: 13%;
        top:5%;
    }
    #page4_Subitle{
        font-size: 1.5vh;
    }
}


/*
////////////////////////////////////////////////////////////////////////////////

                                PAGE 5

////////////////////////////////////////////////////////////////////////////////
*/

#page5_mainContainer{
    cursor: url(Medias/cursors/cursorBlack.png) 16 16, auto;
    z-index: 4;
}

#page5_content{
    position: absolute;
    width: 30%;
    max-width: 530px;
    left: calc(20% - 5vh);
}
#page5_Title{
    position: relative;
    display: block;
    color: #111;
    font-size: 6vh;
    font-weight: bold;
    margin-bottom: 1.5vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    white-space: pre-line;
}
#page5_Subitle{
    position: relative;
    display: block;
    color: #111;
    font-size: 2vh;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    white-space: pre-line;
}

#formWrapper{
    position: absolute;
    left: calc(50% + 5vh);
    top:25%;
    visibility: hidden;
}
.wrapper{
    width: 60vh;
    background: #fff;
    border-radius: 1vh;
    -moz-box-shadow:    0 0 0 transparent, 0 0 0 transparent, 6px 4px 20px #d6d6d6;
    -webkit-box-shadow: 0 0 0 transparent, 0 0 0 transparent, 6px 4px 20px #d6d6d6;
    box-shadow:         0 0 0 transparent, 0 0 0 transparent, 6px 4px 20px #d6d6d6;
  }
  .wrapper form{
    margin: 3.5vh 3vh;
  }
  .wrapper form.disabled{
    pointer-events: none;
    opacity: 0.7;
  }
  form .dbl-field{
    display: flex;
    margin-bottom: 2.5vh;
    justify-content: space-between;
  }
  .dbl-field .field{
    height: 5vh;
    display: flex;
    position: relative;
    width: calc(100% / 2 - 13px);
  }
  form .field input,
  form .message textarea{
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0 1.8vh 0 4.8vh;
    font-size: 1.6vh;
    border-radius: 0.3vh;
    border: 1px solid #ccc;
  }
  .field input::placeholder,
  .message textarea::placeholder{
    color: rgb(140, 140, 140);
  }
  .field input:focus,
  .message textarea:focus{
    padding-left: 4.7vh;
    border: 2px solid #21b4a9;
  }
  form .message{
    position: relative;
  }
  form .message textarea{
    min-height: 13vh;
    max-height: 23vh;
    width: 83%;
    padding: 1.5vh 2vh 0 4.8vh;
  }
  form .message textarea::-webkit-scrollbar{
    width: 0px;
  }
  .message textarea:focus{
    padding-top: 1.4vh;
  }
  form .button-area{
    margin: 2.5vh 0;
    display: flex;
    align-items: center;
  }
  .button-area button{
    color: #fff;
    border: none;
    outline: none;
    font-size: 1.8vh;
    cursor: pointer;
    border-radius: 0.3vh;
    padding: 1.3vh 2.5vh;
    background-color: #21b4a9;
    transition: background 0.3s ease;
  }
  .button-area button:hover{
    background: #15635e;
    color: #fff;
  }
  .button-area span{
    font-size: 1.7vh;
    margin-left: 3vh;
    display: none;
  }


@media screen and (max-width: 1024px){
    #formWrapper{
        left:10%;
        top:40%;
    }
    .wrapper{
        width: 80%;
    }
    #page5_content{
        position: absolute;
        height: fit-content;
        width: 74%;
        max-width: none;
        left: 13%;
        top:5%;
    }
    #page5_Title{
        font-size: 5vh;
    }
    #page2_Subitle{
        font-size: 1.5vh;
    }
}