 @import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100');
	/* S_template */
	
	body{
	 padding: 0;
     margin: 0;
	 font-family: 'Jost', serif;
	 background-color:#181818;
		 
      -moz-user-select: none; /* Firefox */
      -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
      -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
      user-select: none; /* Propriété standard */
      -webkit-touch-callout: none;

    }

	#net{
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: 1;
    }
	
	.text{
	 font-family:'Roboto Mono',monospace;
	 min-height:40px;
	 margin-top:-40px;
	 font-weight:600;
	 font-size:14px;
	 color:#FAFAFA;
    }

	.content{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #fff;
    transform: translate(-50%, -50%);
    }
	
	.logo{
	 margin-bottom:30px;
	 min-width: 380px;
	 max-width:600px;
	 width: 85%;
	 height: auto;
	}
	
	.image{
	 max-width:440px;
	 width: 65%;
	 height: auto;
	}
	
	.p1{
	 color:#ECF8FE;
	 font-size: 16px;
	 padding:5px 20px 5px 20px;
	 background-color:#D84F14;
	 border-radius: 5px 5px 5px 5px;
	 opacity: 0.8;
	}
	
	.p2{
	 color:#3250A3;
	 font-size: 12px;
	 padding:0 20px 0 20px;
		
	}
	
	.pServ{
	 color:#ECF8FE;
	 float:right;
	 margin-top:80px;
	 padding:0 20px 0 20px;
	}

