/*!
Theme Name: Divi Child
Template:Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.19.5
Description: Divi Child Theme
Author: Emilie Pitou 
Author URI: http://www.emiliepitou.fr
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}

@font-face {
	font-family: 'Perpetua';
	src: url('https://www.hera-mariage.fr/wp-content/themes/divi-child/fonts/Perpetua.ttf');
	font-weight: normal;
}

@font-face {
	font-family: 'Perpetua Titling';
	src: url('https://www.hera-mariage.fr/wp-content/themes/divi-child/fonts/PERTIBD.TTF');
	font-weight: normal;
}


