 

.btn-connexion {
            background: linear-gradient(135deg, #c1d5e8 0%, #3F48CC 100%);
            color: white;
        }


.btn-inscription {
            background: linear-gradient(135deg, #f093fb 0%, #FAB000 60%); /*#f093fb*/
            color: white;
        }




.btn-plus-tard {
            background: white;
            color: #667eea;
            border: 2px solid #667eea;
        }

.btn{
	padding : 10% 10%;
	margin-left : 5%;
	width: 70%;
	font-size: 1.5em;
	box-shadow: 3px 5px 5px #333;
	border-radius: 50px;
	text-decoration: none;
	border: none;
	display: block;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	
}

.boutonmenuGP {
	border-color : transparent;     
	/*border: 1px solid #c1d5e8; */ /*none */
	border-radius:15px; 
	background-color:rgb( 116 , 208 , 241, 0.2); /* rgb( 116 , 208 , 241, 0.2) transparent*/
	margin-top:10%;
	text-align:center; 
	font-size:1.3em;
	font-weight :bold;
	color: #FFFFFF; 
	box-shadow: 3px 3px 3px 2px #696969; /*3px 3px 3px 2px #c1d5e8*/
	width: 70%;
	margin-left: 12%;/*7%*/ 
	padding:3%;
	display:inline-block;
	vertical-align:top;
	cursor: pointer;
	text-decoration: none;
}



    
 .buttons-container {
            width: 100%;
            
            display: flex;
            flex-direction: column;
            gap: 20px;
            flex: 1;
            justify-content: center;
			
        }















       /* .btn {
            
            padding: 18px 30px;
            font-size: 1.1em;
            
            
            
            
            
            
            
            
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }*/

 

