/*
color: #30475e : Bleu foncé
color: #7e8a97 : Bleu clair
color: #e7dec8 : Beige
Color-test : #d6ab4d : Jaune doré;
#865439 : brun;
*/

html {
	background-color: #ece5d8 !important;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	color: #393e46;
}

.mv-nav-link {
	color: #ffffff !important;
}

.mv-nav-link:hover {
	color: #ffffff !important;
}
.uk-background-cover {
	/*background-color: rgba(48,71,96, .4); bleu*/
	background-color: rgba(231,222,200, .1);
}

@media only screen and (min-width: 960px) {
  .uk-height-large {
    max-height: 600px !important;
  }
}

header {
	margin-bottom: 50px;
}

h1 {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	text-align: center;
	padding: 25px;
	/*background-color: rgba(48,71,96, 1);*/
	color: #f9f9f9 !important;
}

h1 > span {
	font-size: 1.7em;
}

@media only screen and (max-width: 640px) {
  h1 {
    font-size: 1.5em;
  }
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #86340A;
	font-size: 2rem;
	/*text-align: center;*/
	text-transform: uppercase;
}

h3 {
	font-weight: 600;
	/*text-transform: uppercase;*/
	margin-bottom: 0px;
	font-size: 1.1em;
	margin-top: 10px;
}

blockquote {
	position: relative;
	display: inline-block;
	margin-top: 0px;
}

blockquote:before {
	content: '';
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 1px;
    background: #393e46;
}

@media only screen and (max-width: 640px) {
  h3 {
    /*font-size: 1.5em;*/
  }
}

h3 > span {
	font-weight: 200 !important;
	text-transform: none;
	font-size: 0.9em !important;
}

span.bold {
	font-weight: 600;
}

ul {
	list-style: none;
}

.icon {
	margin-left: 58px;
}

footer.footer {
	background-color: #c5ab7b;
	color: #ffffff;
	margin-top: 50px;
	text-align: center;
}

@media only screen and (max-width: 960px) {
  footer, h2 {
    text-align: center;
  }
}

a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}

.link {
	color: #30475e;
	font-weight: 600;
}

.link:hover {
	color: #7e8a97;
	text-decoration: none;
}

.contact > ul > li {
	padding-bottom: 20px;
}
.contact {
	text-align: center;
	margin-bottom: 20px;
}
.contact > div > p {
	/*margin-left: 30px;*/
	margin: 0;

}

/*.perles > div > div > p {
	margin: 0;
}
*/
/*Titres pages*/
.creations-title, .creations-sub-title, .creations-quote, .creations-p, .rachat-title, .parcours-title {
	text-align: center;
	margin-top: 0px;
}
.creations-quote {
	max-width: 800px;
	margin: 0 auto;
}

.creations-sub-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #86340A;
	font-size: 1.3rem;
	/*text-align: center;*/
	text-transform: uppercase;
	margin-top: 40px;
}
.creations-category {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #86340A;
	font-size: 1.1rem;
	/*text-align: center;*/
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
}
.uk-card-body-category {
    padding: 15px 0px;
}
.parcours-date {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #86340A;
	font-size: 1rem;
	/*text-align: center;*/
	text-transform: uppercase;
	margin-top: 40px;
}
.parcours-date:first-child {
	margin-top: 0px;
}
.parcours-p {
	margin: 5px 0px;
}



/* Modifier UIKIT */
	/*Navbar*/
	.uk-navbar-container:not(.uk-navbar-transparent) {
	    background: #c5ab7b;
	}

	.uk-navbar-nav > li > a, .uk-navbar-dropdown > ul > li > a {
	    color: #ffffff;
	    font-family: 'Oswald', sans-serif;
	    font-size: 18px;
	}
	.uk-nav > li > a {
		text-align: left;
		
	}
	.uk-nav > li > ul.uk-nav-sub > li > a {
		color: #ffffff !important;
		font-size: 0.8rem;
		text-align: left;
		padding-left: 20px;
	}
	.uk-nav > li > ul.uk-nav-sub > li > a:hover, .uk-nav > li > ul.uk-nav-sub > li > a:focus, .uk-nav > li > ul.uk-nav-sub > li.uk-active > a {
		color: #86340a !important;
	}
	 .uk-navbar-dropdown {
	    display: none;
	    position: absolute;
	    z-index: 1020;
	    box-sizing: border-box;
	    width: 200px;
	    padding: 25px;
	    background: #c5ab7b;
	    font-family: 'Oswald', sans-serif;
	    color: #ffffff !important;
	    text-transform: uppercase;
	    box-shadow: 0 5px 12px rgba(0,0,0,.15);
	}
	 nav > div > a> img {
	 	width: 50px;
	 }

	

	.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus, .uk-navbar-dropdown > ul > li.uk-active > a, .uk-navbar-dropdown > ul > li > a:hover, .uk-navbar-dropdown > ul > li.uk-active > a:focus {
	    color: #86340a;
	  }

	.uk-nav-primary > li > a.uk-active {
		/*color: #000 !important;*/
	    position: relative;
	}
	.uk-nav-primary > li > a {
		font-size: 1rem;
	}
	
	 /*Effet actif*/
	.uk-navbar-nav > li.uk-active > a {
	    color: #86340a;
	    font-weight: 500;
	    position: relative;
	 }

	 /*Menu responsive*/
	.uk-offcanvas-bar {
	    width: 270px;
	    background: #b19a6f !important;
	   	font-family: 'Oswald', sans-serif;
	   	font-weight: 500;
	   	text-transform: uppercase;
	   	color: #ffffff !important;
	}
	.uk-offcanvas-bar > ul > li > a {
		color: #ffffff !important;
	}

	.uk-offcanvas-bar > ul > li.uk-active > a {
		color: #86340a !important;
	    font-weight: 500;
	}

	/*Burger menu*/
	.uk-navbar-toggle {
    	color: #ffffff;
	}
	.uk-navbar-toggle:hover {
    	color: #86340a;
	}
	.uk-navbar-toggle:focus {
    	color: #ffffff;
	}

	/*Cartes*/
	.uk-card-body-creations {
	    padding: 10px 10px;
	    text-align: center;
	    background-color: #c5ab7b;
		color: #fff;
	}
	.uk-card-body-creations > p {
		font-family: 'Roboto', sans-serif;
		font-weight: 800;
	}