/*
 Theme Name:   MFK
 Theme URI:    Thème de MFK
 Author:       AB Comm
 Author URI:   http://www.ab-comm.fr
 Template:     dante
 Version:      1.0.0
 Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, flexible-width
 Text Domain:  mfk
*/

/* Ajouts pour la home */
#static-home {
	background: #fefdf0;
	min-height: 100%;
}

#static-home .container {
	background: #ffffff;
}

#static-home h1 {
	text-align: center;
}

#static-home h2 {
	text-align: center;
}

#static-home p {
	padding: 0 25px;
}

.home #main-container {
	background-repeat: no-repeat;
	background-color: #fefdf0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nopadding  {
	padding: 0;
}

.nomargin  {
	margin: 0;
}

.service {
	position: relative;
}

.service h2 {
	color: white;
	font-size: 26px;
	position: absolute;
    top: 0;
    border: 3px solid white;
    padding: 15px;
    text-align: center;
    display: block;
    width: 75%;
    margin-left: -37%;
    left: 50%;
    top: 50%;
    margin-top: -13%;
}

.service:hover h2 {
	border: none;
    margin-top: calc(-13% + 3px);
}

.service img {
	width: 100%;
}

.entry-content a, .page-content a {
	color: #07c1b6;
}

.scrolldown {
    text-align: center;
    height: 0;
    margin: 0;
    cursor: pointer;
}

.scrolldown img {	
    z-index: 1000;
    margin-top: -265px;
}

ul.menu a {
	font-family: paktregular;
}