body{
    font-family: sensasB;
    width: 100%;
    height: 100vh;
    margin:0;/*épaisseur autour d'un élément*/
    background-color: rgb(255, 255, 255);
    overflow: auto;
}

@font-face {
    font-family: pacifico;
    src: url("css2.0/pacifico.ttf");
}@font-face {
    font-family: robotB;
    src: url("css2.0/Roboto-Bold.ttf");
}@font-face {
    font-family: robotL;
    src: url("css2.0/Roboto-Light.ttf");
}@font-face {
    font-family: sensas;
    src: url("css2.0/Sansation_Light.ttf");
}@font-face {
    font-family: sensasB;
    src: url("css2.0/Sansation_Bold.ttf");
}
@font-face {
    font-family: harri;
    src: url("css2.0/HARRINGT.TTF");
}
@font-face {
    font-family: kozuka;
    src: url("css2.0/KozGoPro-Regular.otf");
}

@font-face {
  font-family: pfsb;
  src:url("css2.0/PFSquareSansPro-Bold.otf");
}

header{
    background-color: rgb(0, 0, 204);
    height: auto;
    color: rgb(244, 185, 36);
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    padding: 25px;
    line-height: 0.7;
}





.wallet{
    /*background-color: rgb(135, 186, 232);*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wallet2,.wallet3{
    background-color: rgb(9, 0, 204);
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}


.main{
    display: flex;
}





nav{
    /*background-color: rgb(29, 76, 117);*/
    
}

main{
    background-color: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;

    
}

footer{
    background-color: rgba(0, 0, 204, 0.089);
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 0.65;
    bottom: 0;
    left: 0;
}
.footer{
    background-color: rgba(0, 0, 204, 0.089); 
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
}
.foot{
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgba(9, 0, 204, 1);

    
}

.footus{
    
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 45px;
    
}













/*boutons*/
.bouton{
    border:1px solid rgb(103, 143, 177);
    padding: 3px;/*épaisseur à l'intérieur d'un élément*/
    background-color: rgb(0, 0, 204);
    color:rgb(244, 185, 36);
    font-size:22pt;
    width: 250px;
    cursor: pointer;/*souris*/
}
.bouton:hover{/*au survol de la souris*/
    background-color: rgb(244, 185, 36);
    color:rgb(0,0,204);
}

.btn{
    border:1px solid rgb(103, 143, 177);
    padding: 10px;/*épaisseur à l'intérieur d'un élément*/
    background-color: rgb(0,0,204);
    
    color:rgb(244, 185, 36);
    cursor: pointer;/*souris*/
}

.btn:hover{/*au survol de la souris*/
    background-color: rgb(244, 185, 36);
    color:rgb(0,0,204);
}



.btnf{
    border:none;
    padding: 10px;/*épaisseur à l'intérieur d'un élément*/
    background-color: transparent;
    color:rgb(0, 0, 204);
    cursor: pointer;/*souris*/
    font-size: 10pt;
}

.btnf:hover{/*au survol de la souris*/
    background-color: transparent;
    color:rgb(131, 98, 12);
}





@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
}


.bannerlog{
    width: 100%;
    height: auto;
    background: transparent;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 10px;
}
.bannerlog .header{
    background-color:rgb(0, 0, 204);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    padding: 5px;
}
.bannerlog .header .txtmenu{
    
    color:rgb(244, 185, 36);
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.login,.loginpin{
    background-color: rgb(255, 255, 255);
    color:#17172c;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.login input,.loginpin input{
    border: 1px solid rgb(225, 225, 225);
    padding: 2px;
    font-size: 11pt;
    height: 37px;
    width: 100%;
    margin-top:15px;
    color: #444444;
    padding-left: 4px;
}

select{
    border: 1px solid rgb(225, 225, 225);
    padding: 2px;
    font-size: 11pt;
    height: 37px;
    width: auto;
    margin-top:15px;
    color: #444;
    padding-left: 4px;
}

.login label,.loginpin label{
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-weight: bold;
    background-color: #fdd81c;
}

.login .label,.loginpin .label{
    text-align:left;margin:0;padding:0;
    background-color: #c7b145;
    height: 70px;
    
}

input::placeholder{
    opacity: 0.3;
    font-size: 10pt;
}

.login input:focus,.login select:focus,.loginpin input:focus,.loginpin select:focus{
    border:2px solid blue !important;
    background-color: #dcc91d;
    color: #17172c;
}











.banner{
    position: relative;
    width: 100%;
    height: 90vh;
    overflow:hidden;
    /*background: rgb(255, 255, 255,1);*/
    display:flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}


.banner .content{
    position: relative;
    text-align: center;
}



.banner header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 50px;
    display: flex;
    justify-content:center;
    align-items: center;
    z-index: 10000;
}

.banner header img{/*logo en haut à gauche*/
    height: 50px;
    opacity: 0.3;
}

.banner header .txtmenu{
    color:rgb(244, 185, 36);
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.banner header .togglehd{
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("img2.0/menu.png");
    background-size: cover;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 200;
}





.about{
    position: relative;
    width: 100%;
    /*width: 100%;
    display: flex;
    flex-direction: row;
    /*height: 80vh;*/
    
}



.imgbox{
    width: 100%;    
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    height: 70px;
    margin:0;padding:0;
    background-color:rgba(13, 0, 255, 0.074);
}









.connectsch,.connectschblue,.connectschpink {
	background:linear-gradient(to bottom, rgb(51, 51, 224) 5%, #0000cc 100%);
	border-radius:24px;
    color: #ffe605;
	border:none;
	display:inline-block;
	cursor:pointer;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:10px 17px;
	text-decoration:none;
    margin: 5px;
    width: 100%;
    text-align: center;
}
.connectsch2 {
	box-shadow:inset 14px 34px 0px -30px #ecd20d;
	background:linear-gradient(to bottom, #f4d644 5%, #d1d71f 100%);
	background-color:#dbc607;
	border-radius:24px;
    color: rgb(29, 27, 10);
	border:none;
	display:inline-block;
	cursor:pointer;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:10px 17px;
	text-decoration:none;
    margin: 5px;
    width: 100%;
    text-align: center;
}
.connectsch2:hover {
	box-shadow:inset 14px 34px 0px -30px #3dc21b;
	background:linear-gradient(to bottom, #45c752 5%, #5cbf2a 100%);
	background-color:#45c752;
	border-radius:24px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:10px 17px;
	text-decoration:none;
	text-shadow:2px 0px 3px #2f6627;
}





.connectsch:hover {
	box-shadow:inset 14px 34px 0px -30px #3dc21b;
	background:linear-gradient(to bottom, #45c752 5%, #5cbf2a 100%);
	background-color:#45c752;
	border-radius:24px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:10px 17px;
	text-decoration:none;
	text-shadow:2px 0px 3px #2f6627;
}
.connectschblue:hover {
	box-shadow:inset 14px 31px 0px -30px #54a3f7;
	background:linear-gradient(to bottom, #2f9ad4 5%, #279ff5 100%);
	background-color:#2f9ad4;
	border-radius:24px;
	border:2px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:10px 17px;
	text-decoration:none;
	text-shadow:2px 0px 3px #154682;
}
.connectschpink:hover {
	box-shadow:inset 14px 31px 0px -30px #fbafe3;
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	background-color:#ff5bb0;
	border-radius:24px;
	border:2px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	padding:10px 17px;
	text-decoration:none;
	text-shadow:2px 0px 3px #c70067;
}


.connectschblue:active,.connectschpink:active {
	position:relative;
	top:1px;
}


.connectsch:active{
    background-color:#126d61;
	cursor:pointer;
	color:#ffffff;
	
}



.error{
    text-decoration: none;
    font-family: Century Gothic;
    font-size: 1.01em;
    color: #FFFFFF;
    background-color: #ff0000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left:7px;
    padding-right:7px;
}
    
    
    
.warning{
    text-decoration: none;
    font-family: Century Gothic;
    font-size: 1.1em;
    color: #000;
    background-color: #fade42;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left:7px;
    padding-right:7px;
}
    
    
    
.done{
    text-decoration: none;
    font-family: Century Gothic;
    font-size: 1.1em;
    color: #fff;
    font-size:16px;
    background-color: #10ac34;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left:7px;
    padding-right:7px;
}
    






/*zone layer*/
    .horizon{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100000;
        width: 100%;
        margin:auto;
    }
    .space{
        /*width: 100%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        background: transparent;
        border-radius: 10px;
        overflow:scroll;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transition: 0.5s;
        padding: 8px;
        z-index: 1000;*/
    
    }
    .horizon .space{
        position: fixed;
        margin:0;
        z-index: 100000;
        padding-top: 10px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: rgba(236, 236, 236, 0.9);
        opacity: 1;
        /*border-radius: 10px;*/
        transition: 0.3s;
        padding: 8px;
        display:none;
        flex-wrap:wrap;
        line-height: 1;
        overflow: auto;
    } 
    
    
    .space-content {
        position: relative;        
        margin: none;
        padding: 0px;
        border: 0px solid #0000cc;
        width: auto;
        text-align: center;
    }
    
    .space-head {
        
        padding: 2px;
        /*border: 0px solid #888;*/
        width: 90%;
        margin: 0;
        text-align: center;
        /*font-family: 'Poppins',sans-serif;*/
        font-weight: 700;
        color: blanchedalmond;
        text-transform: uppercase;
    }

    .space-content .zone{
        background: rgba(255, 255, 255, 0.877);
        text-align: center;
    }
      
      /* The Close Button */
    .space-close {
        color: #fcfafa;
        float: right;
        font-size: 48px;
        font-weight: bold;
        text-align: right;
        width: 100%;
        height: 50px;
        margin: 0;
    }
      
    .space-close:hover,.space-close:focus {
        color: rgb(252, 9, 9);
        text-decoration: none;
        cursor: pointer;
    }
/**/













.welc{
    background-color: rgb(9,0,204);
    /*background-color: transparent;*/
    color: white;text-align: center;font-size: 10pt;
    width: 100%;height: auto;
}
.welc h1{
    color: rgb(255, 255, 255);
    font-size: 16pt;
    margin-top: 2px;
}
.welc h2{
    color: rgb(247, 246, 243);
    font-size: 13pt;
}
.welc h2 b{
    color: rgb(255, 191, 0);
}

.welc h1 i,.welc h2 i{
    color: goldenrod;
}



.nav2{
    position: absolute;
    z-index: 10000;
    left:0;
}

#parent {max-height: 600px; height: auto;width:auto;}


@media only screen and (max-width: 767px) {
    footer{
        flex-direction: row;
        justify-content: center;
        padding: 3px;
        line-height: 0.7;
        flex-wrap: wrap;
    }
    main{
        /*flex-direction: column-reverse;*/
    }

    #desc{font-size: 5pt;}
    #parent {max-height: 400px; height: auto;min-width:320px;width:100%;}

    .banner{
        height: 100vh;
    }
    .imgbox{
        background-color: transparent;
    }
    .nav1,.wallet{
        display: none;
    }
    .nav2{
        display: block;
    }
    .wallet2,.wallet3{
        display: flex;
        width: 100%;
    }
    .btn{
        border: none;
    }
}

@media only screen and (min-width: 767px) {
    .banner{
        height: 90vh;
    }
    .nav1{
        display: block;
    }
    .wallet{
        display: flex;
    }
    .nav2,.wallet2,.wallet3{
        display: none;
    }
    
}








