/* Newsletter */
.newsletter-section {
	padding: 0 0 3.2rem 0;
	
}

.newsletter-section *{
	text-shadow:1px 1px 5px #00222b;
}
.newsletter-section .btn{
	box-shadow: 0 1px 1rem rgba(0,0,0,0.3);
}

.animate .newsletter-section *{
	text-shadow: none;
}
.animate .newsletter-section .btn{
	box-shadow: none;
}
.form-newsletter .btn{margin-top: 3rem;border:none;text-shadow: none;}
.newsletter-base-bg{position:relative;background-color: var(--color-white);border-radius: 1rem;padding: 2rem;border-left: 4px solid var(--color-blue);box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);text-align: left;}
.newsletter-title{
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #1A1A1A;
text-shadow: none !important;
}
.newsletter-title-content{display: ruby;}
.newsletter-icon{margin-right: 1rem;}
.newsletter-subtitle{
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 29px;
color: #4A5565;
margin-left: 5rem;
text-shadow: none !important;
}
.newsletter-subtitle i{text-shadow: none !important;font-size: 14px;}
.form-newsletter input{border-color: #D1D5DC;border-radius: 10px;}
.form-newsletter .form-label{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #364153;
}
.form-newsletter button,.form-newsletter a{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.form-newsletter button:hover,.form-newsletter a:hover{background-color: var(--color-black);}
.bt-assine{background-color: var(--color-blue);}
.bt-le{background-color:#0077B5;}
#icon-linkedin,#icon-assine{margin-right: 0.5rem;}
#icon-linkedin{margin-top: -3px;}