/*
 Theme Name:  Divi Child 
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Stéphane Villacèque
 Template:     Divi
 Version:      1.0.0
*/
	
/*****Add any custom CSS below this line*****/
body{
	padding-bottom: 90px;
}

#invest-quatorze{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;	
	padding:20px;
	background-color:white;
	border-top: 1px solid #ccc;
	z-index: 100;
	color: #448c87;
}

#invest-title{
	font-size: 20px;
	font-weight: bold;
}

#invest-quatorze a{
	border: 1px solid #ccc;
	padding: 5px 20px 5px 20px;
	transition: all 250ms;
	border-radius: 20px;
	margin-right: 40px;
	font-weight: bold;
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	background-color: #448c87;
	color: white;		
}

#invest-quatorze a:hover{
	transform: scale(1.1); 
}

@media (max-width: 700px) {
	body{
		padding-bottom: 110px;
	}
	
	#invest-quatorze{
		padding:10px;
	}
	
	#invest-subtitle{
		display: none;
	}
	
	#invest-quatorze{
		flex-direction: column;
	}
	
	#invest-quatorze a{
		margin-right: 0px;
		font-size: 12px;
		text-align: center;
		padding: 5px 10px 5px 10px;
		margin-top: 5px;
		border-radius: 15px;
		box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
	}
	
	#invest-title{
		font-size: 16px;
		text-align: center;
	}
}