/* Général */

a {
    color: #003366;
}


/*
Couleur du menu
*/

#header .top-header .header-navigation ul li a {
	color: #07A9D3;
}

#header .top-header .header-navigation ul li:hover a {
	color: #07A9D3;
}

/*
Affichage header sur toute la largeur
*/

@media (min-width: 1200px) {
  .container {
    width: auto;
  }
}

/*
Couleur du menu hamburger
*/

@media only screen and (max-width: 992px) {
	#header .top-header .header-navigation {
		display: none;
	}

	.open-responsive-menu {
		height: 100%;
		background: 0 0;
		padding: 26px 0;
		border: none;
		outline: 0;
		display: block;
		float: right;
	}

	.open-responsive-menu .fa {
		font-size: 22px;
		color: #07A9D3;
	}

	.responsive-menu ul li a {
		width: 100%;
		padding: 15px;
		display: block;
		border-bottom: 1px solid #e4e4e4;
		color: #07A9D3;
		text-align: center;
	}
	
}

/*
Header : changement taille titres
*/


#header.header-front-page .bottom-header h1 {
    color: #ffffff;
    margin: 0 0 29px 0;
    line-height: 84px;
    font-weight: 700;
    font-size: 60px;
    font-family: "Poppins";
}


#header .bottom-header h1 {
	margin: 0 0 0 0;
    line-height: 84px;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    font-family: "Poppins";
}


#header .bottom-header .section-description {
	line-height: 40px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #fff;
    font-family: "Lato";
    font-weight: 500;
}


/* Couleur du menu actif */
.current-menu-item {
text-decoration: underline;
color: #003366;
}


/* Marge top sur la section Full Width */

section#full-width {
    padding: 80px;
}


/* Couleur bleu de minuit sur page Qui Sommes-nous 
*/

#team .section-content .person .person-content h6 {
    color: #003366;
	}
#team .section-content .person .person-content p {
    color: #003366;
}
#full-width .section-content .person .person-content h6 {
    color: #003366;
	}
#full-width .section-content .person .person-content p {
    color: #003366;
}

/* Bordure sous le menu fixe */
.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-bottom: 3px #003366 solid;
}

/* Page de blog : diminution hauteur section titre et couleur bleu  */

#header .bottom-header.blog {
    padding: 25px 0;
    background-color: #003366;
}

#sidebar {
     color: #003366;
	}
	
.widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before {
    color: #003366;
}


/* Fleche Top */
#scroll-to-top {
    right: 25px;
    bottom: 25px;
    padding: 9px 11px 11px 10px;
}

.scroll-to {
    position: fixed;
    display: none;
    background-color: #003366;
	color:white;
}

.scroll-to:hover  {
    color: #07A9D3;
    transition: 0.5s;
}

