/*
Theme Name: 1984
Theme URI: http://www.studio1984.fr/
Description: Thème 1984
Author: Studio 1984
Author URI: http: //www.studio1984.fr
Template: Divi
Version: 1.1
*/

h1 {
	font-size:75px!important;
	font-weight: 400;
}

h2 {
	font-size:45px!important;
	line-height: 1.4em;
	font-weight: 400;
}

h3 {
	font-size:30px!important;
	font-weight: 400;
	line-height: 1.4em;
}
h4 {
	font-size:22px!important;
	font-weight: 600;
	line-height: 1.4em;
	padding-bottom: 0.7em;
	padding-top: 1.5em;
}

.texte-centre {
display: table;
height: 100%;
}
.texte-centre .et_pb_text_inner {
display: table-cell;
vertical-align: middle;
}
@media (min-width: 981px) {
  .et_pb_row.et_pb_equal_columns {
    display: flex;
  }
}
@media only screen and (max-width: 767px){
	h1 {
	font-size: 19vw!important;
	hyphens: manual;
}}

@media only screen and (max-width: 767px){
h2 {
    font-size: 28px!important;
}}

@media only screen and (max-width: 767px){
h3 {
    font-size: 22px!important;
}}
@media only screen and (max-width: 767px){
h4 {
    font-size: 20px!important;
}}