	.bouton_agentforce {
		  display: flex;
		  flex-direction: row;
		  justify-content: center;
		  align-items: center;
		  padding: 26px 10px;
		  gap: 12px;

		  position: fixed;
		  bottom: 20px;
		  right: 20px;
		  width: 400px;
		  height: 72px;

		  background: #D71302;
		  border-radius: 18px;
		  border: 0;
    
		  width: 200px;
		  height: 16px;

		  font-family: "Outfit", "Arial", sans-serif;
		  
		  text-decoration: none;
		  font-style: normal;
		  font-weight: 700;
		  font-size: 20px;
		  line-height: 24px;
		  display: flex;
		  align-items: left;
		  text-align: left;

		  color: #FFFFFF;

		  flex: none;
		  order: 0;
		  flex-grow: 0;
		  z-index: 9999;

	}


	.bouton_agentforce:hover {
	  background: #D71302;
	  box-shadow: inset 0 0 100px rgba(17, 23, 81, 0.16);
	}
	
	.bouton_agentforce_icone {
		height:32px;
	}