/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



div#recrutement {
    background: #fff;
    padding: 25px 15px;
    margin: -98px auto 0 auto;
    text-align: center;
}

div#recrutement p {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #002d59;
}

div#recrutement a {
    background: #002d59;
    color: #fff;
    padding: 10px 20px;
    font-weight: 800;
    border: 2px solid #002d59;
    margin-left: 20px;
}

div#recrutement a:hover {
    background: #Fff;
    color: #002d59 !important;
}