/*
 Theme Name:     Twenty Thirteen Child
 Theme URI:      http://www.amdentalsoft.net/wp-content/themes/twentythirteen-child/
 Description:    Twenty Thirteen Child Theme
 Author:         Alexandre Martinet
 Author URI:     http://www.amdentalsoft.net
 Template:       twentythirteen
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../twentythirteen/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/*Couleur beige des bandeaux : e8e5ce */
/*Couleur noire de l'area widget : 220e10 */

/* Links */
a {
	color: #1E6FB3; /*bleu foncé*/
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
    color: #1E6FB3;
	text-decoration: underline;
}

a:visited {
	color: #1E6FB3;
}

.entry-content a,
.comment-content  a {
	color: #1E6FB3;
}

.entry-content a:visited,
.comment-content  a:visited {
	color: #1E6FB3;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #1E6FB3;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.navbar {
	background-color: #f5fbfe;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #31709b; /*Fond menu déroulant foncé, supérieur */
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #31709b; /*bleu foncé*/
	border: 2px solid #f7f5e7; /*beige clair*/
	border-top: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #56a9e1; /*bleu*/
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #9ed0f2; /*bleu*/
	font-style: normal;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(234, 247, 253, 0.7);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
 
.site-footer .sidebar-container { 
	background-color: #458abc; /* Bande foncée */
	padding: 20px 0;
}

.site-footer {
	background-color: #f5fbfe; /* Bande claire */
	color: #686758;
	font-size: 14px;
	text-align: center;
}
 
