


#astroid-sticky-header {
	background-image: radial-gradient(at center center,rgba(251, 251, 251, 0.985),rgba(186, 181, 181, 0.455));
}

.formulairecontact   {
	
	border-style: solid;
	border-width: 2px;
	padding: 15px;
	border-radius: 10px;
	border-color: #0201FF;
	background-color: #E7E5E5;
	max-width: 770px;
	margin-right: auto;
	margin-left: auto;
}	

.formulairecontact  .btn {
	color: black;
/*	text-align: right;*/
	font-weight: 600;
	width: 150px;
    height: 40px;  
	border-width: 2px;	
	border-color: #0201FF;
/*	background-color: #07FB92;
	background-image: url("../../../images/befrohlich/logo-mini-2.png");
	background-repeat: no-repeat;
	background-size: 50px ;
	background-position: 10px ;
	padding: 10px;*/

            background-image: linear-gradient(to right, #05639F 0%, #47BBF2  51%, #05639F  100%);
           /* margin: 10px;*/
         /*   padding: 15px 45px;*/
            text-align: center;
         /*   text-transform: uppercase;*/
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
        /*    display: block;*/



	
}


.formulairecontact  .btn:hover {
	
	background-position: right center; /* change the direction of the change here */
	color: #fff;
    text-decoration: none;	
	
	
}
         
       

        
         





.visforms .h1 {
	
	color: green;
	
	
}

/* qui recouvre  */
.astroid-nav .nav-link.active::after {
	background: #9B04BC !important;
} 



/* 1 er trait quand souris  */
.astroid-nav .nav-link::after {
	background: #04CFF7 !important;
}
 
.nav-link::after {
	top: 38px;
	
} 

/* actif     */
li.nav-item-level-1.nav-item-active a {
	border-bottom: 2px solid #000CFD !important;
}

