
@charset "UTF-8";

/* ---------------------- GLOBAL ----------------------------- */

h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}

h4 {
font-size: 1em;
text-transform: uppercase;
font-weight:700;
}

hr {
	border-top: 1px solid #393939;
    width:100%;
    margin-right: 15px;
	margin-left: 15px;
}

.ligneseparation {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}


.rouge{
	color:#e5002d;
}

.vert{
	color:#228B22;
}

/* ---------------------- HEADER ----------------------------- */

.top_nav {
	background:#ececec;
   	font-weight:500;
}

.top_nav_left {
    color: #393939;
}

.account {
    background:#ececec;
}

.account a{
    color: #393939;
   	font-weight:500;
}

.logo_container img{
	width: 80%;
}


/* ---------------------- NAVBAR ----------------------------- */

.navbar_menu li a {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}


/* ---------------------- MAIN SLIDER ------------------------ */
.main_slider
{
	width: 100%;
}

.main_slider .container {
max-width: 1110px;
}
/* ---------------------- FOOTER NAV ------------------------- */

.footer {
background:#ececec;
padding:1em 0 1em 0;
}

.footer_nav li {
	line-height: 2em;
}
.blanc{
background:#ffffff;
}

.bleu{
	color: #0056b3;
}

.noir{
	color: #000000;
}

/* ---------------------- CONNEXION ------------------------- */
.btn-primary {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
}
.btn-primary:hover {
    background-color: #007bff !important;
    border-color: #007bff !important;
}

/* ---------------------- CONTENU ------------------------- */

.encadre {
	background-color: #f5f5f5 !important;
    border-color: #333333 !important;
    padding:1em;
    border:1px solid;
    text-align:center;
    margin:0.1em 0.1em 1em 0.1em;
    height:300px;
    overflow:hidden;
}

.encadre img {
	width:40%;
}

.lienbulle {
	background-color: #f5f5f5 !important;
    border-color: #ececec !important;
    border:1px solid;
    border-radius: 20px;
    font-size:1.3em;
}
.contenu
{
}
.contenu .row {
    margin-right: 0;
    margin-left: 0;
}

.contenu .titreh1 {
    width: 100%;
}

.contenu .titreh1 h1 {
	color: #393939;
    font-size:2em;
    font-weight:700;
}