/***
* COSMOS WEB - SOLUTIONS CSS STYLE
*
* 
***/




/* ----- GENERALS CLASS ----- */
.hidden-elem {
    opacity: 0;
    transform: translateY(50px);
}

.reveal-elem {
    opacity: 1;
    transform: translateY(0);
    transition: 1s cubic-bezier(0.5, 0, 0, 1);
    -webkit-transition: 1s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: 1s cubic-bezier(0.5, 0, 0, 1);
}

.hidden-elem-x {
    opacity: 0;
    transform: translateX(-50%);
}

.reveal-elem-x {
    opacity: 1;
    transform: translateX(0);
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
}

.inline-cont {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
}
/* ----- */





/* ----- THREE CONTAINERS ----- */
html { 
    /*overflow: hidden;*/
    overflow-x: hidden;
}
html, body {
    margin: 0;
    /*overflow-x: hidden;*/
}
body { 
    position: absolute;
    left: 0;
    top: 0;
    /*right: -35px;*/
    right: 0;
    bottom: 0;	
    padding-right: 15px;
    /*overflow-y: hidden;*/
    /*overflow-y: scroll;*/
    background: black;
}

#scene-container {
    position: fixed;
    z-index: 100;
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgb(0, 2, 12),rgb(0, 22, 36) );
}
/* ----- */





/* --- NOTIF COOKIE --- */
.notif_cookie {
    position: fixed;
    z-index: 2000;
    top: 0;
    margin-top: -50px;
    right: 7%;
    /*height: 25px;*/
    border-radius: 5px;
    padding-left: 1%;
    padding-right: 1%;
    background: linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(235, 235, 235) 100%);

    transition: margin-top 1.5s ease-in-out;
    -webkit-transition: margin-top 1.5s ease-in-out;
    -moz-transition: margin-top 1.5s ease-in-out;
}

.notif_cookie p {
    font-family: 'PJS-light', Arial, Helvetica, sans-serif;
    /*letter-spacing: 1px;*/
    word-spacing: 2px;
    color: rgb(0, 2, 12);
    font-size: 1.1em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}





/* ----- PAGE CONTAINER ----- */
#page-container {
    position: absolute;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
}
#page-container:-moz-full-screen  {
  width: 100%;
  height: 100%;
}
#page-container:-webkit-full-screen  {
  width: 100%;
  height: 100%;
}
#page-container:fullscreen  {
  width: 100%;
  height: 100%;
}
/* ----- */






/* --- SECTION GENERAL STYLE --- */
.index-sections {
    width: 95%;
    margin-left: 2.5%;
    padding-bottom: 150px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.08);  
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0px, 0px, 5px, 5px, #242424;
}

.index-sections h2{
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 2em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    
    text-shadow: 0px 1px 1px #a5a5a5,
        0px 2px 1px #919191,
    1px 4px 2px rgba(16,16,16,0.4),
    1px 5px 3px rgba(16,16,16,0.2),
    1px 5px 6px rgba(16,16,16,0.2),
    1px 5px 10px rgba(16,16,16,0.4);

    /* font-size:2.5em: 
    1px 9px 3px rgba(16,16,16,0.4),
    1px 11px 5px rgba(16,16,16,0.2),
    1px 13px 18px rgba(16,16,16,0.2),
    1px 15px 30px rgba(16,16,16,0.4);*/

    /* font-size:3em: 
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);*/

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}







/* --- SECTION 0 --- */
#section-0 {
    width: 100%;
    height: 100vh;
    margin-bottom: 0px;
}


#s0-bloc-1 {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    
    /*background: linear-gradient(90deg, rgb(0, 22, 36) 0%, rgb(0, 2, 12) 100%);
    box-shadow: 4px 4px 8px #141414;
    transform: skewX(-15deg);
    margin-left: -6%;*/
}
#s0-ajust-skew-x {
    transform: skewX(15deg);
}
#s0-bloc-1 h1{
    position: relative;
    width: 90%;
    margin-left: 5%;
    margin-top: 100px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    
    font-size:2.1em;
    text-shadow: 0px 1px 1px #a5a5a5,
        0px 2px 1px #919191,
    1px 4px 2px rgba(16,16,16,0.4),
    1px 5px 3px rgba(16,16,16,0.2),
    1px 5px 6px rgba(16,16,16,0.2),
    1px 5px 10px rgba(16,16,16,0.4);
    

    /* font-size:2.5em: 
    1px 9px 3px rgba(16,16,16,0.4),
    1px 11px 5px rgba(16,16,16,0.2),
    1px 13px 18px rgba(16,16,16,0.2),
    1px 15px 30px rgba(16,16,16,0.4);*/

    /* font-size:3em: 
    text-shadow: 0px 1px 1px #a5a5a5,
        0px 2px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);*/

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#s0-bloc-1 h2{
    width: 90%;
    margin-left: 5%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    font-size: 1.5em;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#s0-bloc-1 h3{
    width: 90%;
    margin-left: 5%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    font-size: 1.3em;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#s0-bloc-1 p{
    width: 90%;
    margin-left: 5%;
    font-family: 'PJS-light', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 1px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    font-size: 1.1em;
    text-align: justify;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 50px;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jouer-inp {
    width: 14%;
    margin-left: 43%;
    height: 50px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(1, 0, 82) 0%, rgb(1, 0, 47) 100%);
    box-shadow: 2px 2px 5px #0b0b0b;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
}
.jouer-inp h4 {
    width: 90%;
    margin-left: 5%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    font-size: 2em;
    text-align: center;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jouer-inp:hover {
    transform:scale(1.2);
}

.maj-inp {
    width: 40%;
    margin-left: 30%;
    height: 50px;
    border-radius: 5px;
    /*background: linear-gradient(90deg, rgb(108, 0, 0) 0%, rgb(47, 0, 0) 100%);*/
    background: linear-gradient(90deg, rgb(177, 177, 177) 0%, rgb(110, 110, 110) 100%);
    box-shadow: 2px 2px 5px #0b0b0b;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
}
.maj-inp h4 {
    width: 100%;
    font-family: 'PJS', Arial, Helvetica, sans-serif;
    word-spacing: 2px;
    letter-spacing: 2px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    font-size: 1.3em;
    text-align: center;
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;

    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jouer-inp:hover {
    transform:scale(1.2);
}