/*
 Theme Name:   Vanility
 Description:  Le Projet Vanility - Hello-elementor child theme
 Author:       Marion Salvat
 Author URI:   https://www.marionsalvat.fr/
 Template:     hello-elementor
 Text Domain:  vanility
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap');
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');

/* COULEURS :
jaune : #ffe600
noir : #000000
gris : #303030 
bleu  #1b60ba */


/*TITRAGES*/

.cinzel {
  font-family: 'Cinzel Decorative', sans-serif !important;
  letter-spacing: 1px !important;
}

.nunito {
  font-family: 'Nunito Sans', sans-serif !important;
  letter-spacing: 1px !important;
}

 .centre {
	text-align: center;
 }

h1, .hentry .title-post, h1, h1.hentry .title-post {
  text-align: center;
  font-family: 'Cinzel Decorative', sans-serif !important;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
}

h2, h2.elementor-heading-title elementor-size-default, h2 {
  font-family: 'Cinzel Decorative', sans-serif !important;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 40px !important;
}

h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 400;
}

/* Formulaire de contact */
.wpcf7 label {
	color: #fff !important;
}
.wpcf7 input, .wpcf7 textarea {
	margin-top: 10px !important;
}

/* Page article seul */
.single-post {
	background-image: url("http://localhost/vanility23/wp-content/uploads/2023/06/fond-noir-projet-vanility-roman-jeunesse-dystopie-s-scaled.jpg");
  background-attachment: fixed;
  color: #fff;
}
.single-post main {
	padding: 50px;
}

.single-post header.page-header {
    text-align: center;
}
.post .wp-post-image {
    width: 600px;
    max-height: 600px;
}

.single-post h1.entry-title {
padding: 40px 0px !important;
}

.single-post section#comments {
	 margin: 60px auto;
 }
 
.single-post .post-tags {
	margin-top: 30px;
}

.single-post .tag-links a {
	margin-right: 15px;
}
.single-post .nav-links {
text-align: center;
}

/* Page contact */
.wpcf7-form p {
	text-align: center !important;
}
.cf7sr-g-recaptcha {
	 display: flex !important;
    justify-content: center !important;
}


