.bg-macaroni{
    background: -webkit-linear-gradient(90deg, #ff0000 0%, #132738 100%);
}
.br-red{
	background-color: red;
}
.bg-idea{
	background: #132738;
}

.btn-anis-effect.btn-default {
    color: #132738;
}
.text-picton-idea {
	 color: red;
	}
	.bg-picton-idea{
		background-color: red;
	}
	.btn-picton-idea{
		background-color: red;
	}
	.icone{
		font-size: 50px;
		color: red;
	}
	.icone-white{
		font-size: 80px;
		color: white;
	}


/* Screen -------------------------------------------------------------------------------------- */
@media screen and (max-width: 414px) {
	.first_section{
    padding-top: 200px;
}

}

@media screen and (max-width: 375px) {
	.first_section{
    padding-top: 150px;
}


}
@media screen and (max-width: 330px) {
	.first_section{
    padding-top: 100px;
}

}
