/*
Vous pouvez ajouter du CSS personnalisé ici.

Cliquez sur l’icône d’aide ci-dessus pour en savoir plus.
*/

/* enlever les infos sur les posts */
.entry-meta, .entry-footer {
	display: none;
}
/* cachier les commentaires des posts */
#comments {
	display: none;
}
/* cacher les liens vers autres posts dans un post */
#main .post-navigation {
	display: none;
}

/* cacher Theme: Voque... */
.site-footer-social-copy {
	display:none;
}
/* cacher texte sur photo */
.sow-image-container {
	/*display:none;*/
}
/* menu langues */
.site-topbar-left {
    float: right;
}
/* slider */
.home-slider-block-bg {
    background-color: rgba(0, 0, 0, 0.1);
}
/*  formulaire inscription */
#inscription h3 { display: none; }
#inscription .mailpoet_paragraph { text-align: center; }
#inscription .mailpoet_text { margin: auto; }
/* bouton formulaire inscription */
#inscription mailpoet_submit {
	background-color: #e93ba8;
}





@media screen and (max-width: 780px) {
    .story_bloc_0 {
        min-height: 200px; 
        padding: 100px 50px 50px 50px;
    }
	.story_bloc_1 {
        min-height: 200px; 
        padding: 100px 50px 50px 50px;
    }
    .story_bloc_2 {
        min-height: 200px; 
        padding: 100px 50px 50px 50px;
    }
	.story_bloc_1, .story_bloc_2 {
		color: #FFF;
	}
	.story_bloc_1 h2, .story_bloc_2 h2 {
		color: #FFF;
	}
	.story_bloc_1 p, .story_bloc_2 p {
		color: #FFF;
	}
	.story_bloc_2 h2, .story_bloc_2 h2 {
		color: #FFF;
	}
	.story_bloc_2 p, .story_bloc_2 p {
		color: #FFF;
	}
}
@media screen and (min-width: 780px) {
    .story_bloc_0 {
        min-height: 400px; 
        padding: 100px 50px 50px 50px;
    }
	.story_bloc_1 {
        min-height: 400px; 
        padding: 100px 50px 50px 50px;
    }
    .story_bloc_2 {
        min-height: 400px; 
        padding: 100px 50px 50px 50px;
    }
	.story_bloc_1 h2, .story_bloc_2 h2 {
		color: #FFF;
	}
	.story_bloc_1 p, .story_bloc_2 p {
		color: #FFF;
	}
	.story_bloc_2 h2, .story_bloc_2 h2 {
		color: #FFF;
	}
	.story_bloc_2 p, .story_bloc_2 p {
		color: #FFF;
	}
}