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

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

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

header{
    /*background-color: rgba(255, 255, 255, 0.161);  rgb(26, 73, 112)*/
    background-color: dodgerblue;
    height: 150px;
    /*color: rgb(45, 45, 45);*/
    color: rgb(255, 255, 255);
    font-size: 18pt;
    font-weight: bold;
    width: 100%;
    padding: 35px;
    line-height: 0.7;
    position: relative;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    text-shadow: 2px 2px #0000001a;
}
.head1{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.head10{
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #1c2235;
    color: wheat;
}
.soushead{
    font-size: 10pt;
    display: none;
    margin-top: 8px;
    line-height: 1.1;
}
.head2{
    text-align: right;
    margin-top:0px;
    cursor: pointer;
}
.head2 i{
    margin:8px;
}





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


.main{
    display: flex;
    justify-content: space-between;
    padding: 15px;
}





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

main{
    background-color: transparent;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    
    
}

footer{
    background-color: rgb(44, 66, 96);
    color: white;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: 0.65;
    bottom: 0;
    left: 0;
}
.footer{
    background-color: rgb(39, 56, 80); 
    color: white;
    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: 7px;/*épaisseur à l'intérieur d'un élément*/
    background-color: transparent;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color:rgb(26, 73, 112);
    height: 50px;
    cursor: pointer;/*souris*/
    text-shadow: 2px 2px #0000001a;
    font-size: 13pt;
    padding: 10px;
}




.btn:hover,.btn2:hover{/*au survol de la souris*/
    background-color: rgb(26, 73, 112);
    color:rgb(232, 232, 232);
}



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

.btnf:hover{/*au survol de la souris*/
    background-color: transparent;
    color:rgb(255, 239, 200);
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.bannerlog{
    width: 100%;
    height: auto;
    background: transparent;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 5px;
}


.login,.loginpin{
    background-color: rgb(255, 255, 255);
    color:#151515;
    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: 13pt;
    height: 37px;
    width: 100%;
    margin-top:15px;
    color: #1f1f1f;
    padding-left: 4px;
    font-weight: bold;
}

select{
    border: 1px solid rgb(225, 225, 225);
    padding: 2px;
    font-size: 13pt;
    height: 37px;
    width: auto;
    margin-top:15px;
    color: #2b2b2b;
    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%;
    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;
}





.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);
}



.logbox{
    width: 100%;
    min-width: 300px;
}







.connectsch,.connectschblue,.connectschpink {
	background:linear-gradient(to bottom, rgb(51, 51, 224) 5%, #0000cc 100%);
	border-radius:10px;
    color: #ffe605;
	border:none;
	display:inline-block;
	cursor:pointer;
	font-family:sensasB;
	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:10px;
    color: rgb(29, 27, 10);
	border:none;
	display:inline-block;
	cursor:pointer;
	font-family:sensasB;
	font-size:14px;
	font-weight:bold;
	padding:10px 10px;
	text-decoration:none;
    margin: 5px;
    width: auto;
    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:10px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:sensasB;
	font-size:14px;
	font-weight:bold;
	padding:10px 17px;
	text-decoration:none;
	text-shadow:2px 0px 3px #2f6627;
}





.connectsch20 {
	box-shadow:inset 14px 34px 0px -30px #f7f7f7;
	background:linear-gradient(to bottom, #f3f3f3 5%, #cfcfcf 100%);
	background-color:#fcfcfc;
	border-radius:10px;
    color: rgb(29, 27, 10);
	border:none;
	display:inline-block;
	cursor:pointer;
	font-family:sensasB;
	font-size:14px;
	font-weight:bold;
	padding:10px 17px;
	text-decoration:none;
    margin: 5px;
    width: 100%;
    text-align: center;
}
.connectsch20:hover {
	box-shadow:inset 14px 34px 0px -30px #2b2c3e;
	background:linear-gradient(to bottom, #252531 5%, #2b2c3e 100%);
	background-color:#2b2c3e;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:sensasB;
	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:10px;
	border:2px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:sensasB;
	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:10px;
	border:2px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:sensasB;
	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:10px;
	border:2px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:sensasB;
	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: 100000;*/
    
    }
    .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 #1c2235;
        width: auto;
        min-height: 320px;
        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;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: 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(31, 31, 31);
    /*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: rgb(230, 230, 230);
}



.centre{
    position: relative;
    min-height: auto;
    height: calc(100% - 300px);
    /*border-radius: 25px;*/
    width: calc(100% - 400px);
    margin:0;
    /*box-shadow: 0 7px 25px rgba(0, 0, 0, 0.18);*/
    overflow: hidden;
    margin-left: 5px;
    background-color: transparent;

}

.centre2{
    position: relative;
    min-height: auto;
    height: calc(100% - 300px);
    border-radius: 10px;
    width: calc(100% - 800px);
    margin:0;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;

}


.nav1{
    flex-direction: column;
    justify-content: space-between;
    margin-right: 5px;
}

.pack1{
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-height: 350px;
    height: auto;
    border-radius: 10px;
    width: 100%;
    max-width: 285px;
    margin:5px;
    cursor: pointer;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}
.titre_1{
    background-color: #006eec;
    width: 100%;
    height: 28px;
    font-size: 11pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    padding-left: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-shadow: 2px 2px #0000001a;
}
.titre_2{
    background-color: #2b3f67;
    width: 100%;
    height: 28px;
    font-size: 11pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
    display: flex;    flex-direction: row;    align-items: center;    justify-content: start;
    padding-left: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-shadow: 2px 2px #0000001a;
    margin-top:10px;
}
.content_1{
    background-color: white;
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 195px;
    font-size: 11pt;
    color: rgb(50, 49, 48);
    padding:8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: auto;
    scrollbar-width: 1px;
}

.couche_evt{
    background-color: #e8e8e8;
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-width: 1px;
    display: flex;    flex-direction: column;    align-items: center;    justify-content: start;
}

.evt{
    display: flex;    flex-direction: row;    align-items: center;    justify-content: center; 
    height: 80px;
    width: 100%;
    background-color: whitesmoke;
    margin:0;
    border-bottom: 3px solid #efefef;
}

.evt_txt{
    min-width:calc(100% - 80px);
    display: flex;    flex-direction: row;    align-items: center;    justify-content: start; 
    text-overflow: ellipsis;
    width:100%;
    overflow: hidden;
    white-space: nowrap; 
    padding-left: 8px;
    background-color: white;
    height: 68px;
    font-size: 12pt;
    font-weight: 100;
}
.evt_txt > * {
    display: inline-block;
    position: relative;
    animation: 10s linear 0s infinite alternate move;
}
  
.evt_txt > * div {/*   >*.classe      */
    min-width: 100%;
}
  
@keyframes move {
    0%,25% {
      transform: translateX(0%);
      left: 0%;
    }
    75%,100% {
      transform: translateX(-100%);
      left: 100%;
    }
}


.evt_img{
    background-color: transparent;
    width: 80px;
    height: 68px;
    overflow: hidden;
    padding: 2px;
    text-align: center;
}

.evt_img img{
    height: 68px;
    width:auto;
}

.nav2{
    position: absolute;
    z-index: 10000;
    left:0;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: rgb(240, 240, 240);
    
}

.btn2{
    /*border:1px solid rgb(103, 143, 177);*/
    padding: 7px;/*épaisseur à l'intérieur d'un élément*/
    background-color: transparent;
    width: auto;
    text-align:left;
    color:rgb(36, 36, 36);
    height: 50px;
    cursor: pointer;/*souris*/
    text-shadow: 2px 2px #0000001a;
    font-size: 13pt;
    padding: 15px;
}

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


@media only screen and (max-width: 1024px) {
    .btn{
        font-size: 12pt;
        height: 42px;
    }
    
    main{
        flex-direction: column;
        justify-content: space-between;
    }

    .main{
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .space-content .zone{
        position: absolute;
        top: 0;
        left: 0%;
        transform: translate(-100%,-0%);

    }

    .nav1 .pack1{
        width: 100%;
        max-width: none;
        
    }

    /*.centre,.centre2{
        border-radius: 0;
        box-shadow: none;
        border: none;
    }*/
    
    footer{
        flex-direction: column;
        justify-content: start;
        padding: 3px;
        line-height: 0.7;
        flex-wrap: wrap;
    }
    
    .wallet{
        display: none;
    }
    .nav2{
        display: block;
    }
    .wallet2{
        display: flex;
        width: 100%;
    }
    .head2 i{
        margin:1px;
    }
    .soushead{
        display: none;
    }
    .logbox{
        width: 98%;
        min-width: none;
        max-width: none;
    }
}

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