/*!
Theme Name: Vigrid
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vigrid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*ALL*/
body, html, #page{
	background-color: #f2e0c8;
}

h1.entry-title, article .entry-title a{
	font-family: 'Rosarivo', cursive;
	text-align: center;
	margin-top: 50px;
	color: #bc8d4c;
	display: block;
	position: relative;
}

article .entry-title a{
	text-decoration: none;
	text-align: left;
}

h1.entry-title:after {
content: "";
width: 177px;
height: 25px;
background: url("/wp-includes/images/vigrid/sep.webp") center center;
bottom: -20px;
left: 50%;
margin-left: -88px;
position: absolute;
display: block;
overflow: hidden;
z-index: 5;
}


/*HEADER*/
#header{
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}

#LogoHeader{
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -65px;
	left: 50%;
	margin-left: -50px;
	z-index: 7;
}

#menu-menu-principal-fr, #menu-menu-principal-en{
padding-bottom: 10px; 
}

#menu-menu-principal-fr li, #menu-menu-principal-en li{
	display: inline-block;
	padding: 10px;
	font-size: 14px;
}

#menu-menu-principal-fr li a, #menu-menu-principal-en li a{
	color: #181a1d;
	text-decoration: none;
}

#menu-menu-principal-fr li a:hover, #menu-menu-principal-fr li.current-menu-item a, #menu-menu-principal-en li a:hover , #menu-menu-principal-en li.current-menu-item a{ 
	color: #bc8d4c;
}

#header:after {
content: "";
width: 100%;
height: 30px;
background: url("/wp-includes/images/vigrid/bg_header.webp") 0 center;
bottom: -20px;
position: absolute;
display: block;
overflow: hidden;
z-index: 5;
}

/*ACCUEIL*/
main{
	padding-top: 50px;
}

#myCarousel{
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

#HoverSlide1{
	width: 268px;
	height: 350px;
	display: block;
	margin: 0 auto;
	background: url("/wp-includes/images/vigrid/LogoTxtSlide.webp") 0 center;
	position: absolute;
	left: 50%;
	margin-left: -134px;
	top: 100px;
}

#HoverSlide2{
	width: 350px;
	height: 350px;
	display: block;
	margin: 0 auto;
	background: url("/wp-includes/images/vigrid/LogoTxtSlide2.webp") 0 center;
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: 100px;
}

#HoverSlide3{
	width: 792px;
	height: 300px;
	display: block;
	margin: 0 auto;
	background: url("/wp-includes/images/vigrid/LogoSlide3.webp") 0 center;
	position: absolute;
	left: 50%;
	margin-left: -396px;
	top: 100px;
	background-size: cover;
}

.Slide2Img{
	margin-top: -100px;
}


#NewsletterForm{
	position: relative;
	height: 260px;
}

#NewsletterTitre{
	font-family: 'Rosarivo', cursive;
	text-align: center;
	margin-top: 50px;
	color: #000;
	display: block;
}

#Newsletter{
	padding-top: 50px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 300px;
	background: url("/wp-includes/images/vigrid/bg_newsletter.webp") 0 0 no-repeat;
	text-align: center;
	background-size: cover;
}

/*TWITCH*/

.videoTwitch{
	width: 800px;
	height: 488px;
	display: block;
	margin: 50px auto;
}

article .entry-footer, .entry-meta{ 
	display: none;
}

/*FOOTER*/

#footer{
	background-color: #181a1d;
	color: #bc8d4c;
	font-family: 'Rosarivo', cursive;
	padding: 30px;
	padding-top: 50px;
}

#footer a{
	text-decoration: none;
}

.ImgPictoSocialNetwork{
	display: inline-block;
	width: 30px;
	height: 30px;
}

footer .entry-footer{
	background-color: #f2e0c8;
}
