/*
Theme Name:  FDD
Theme URI:   https://attps.fr/
Version:     2.0
Description: Theme Enfant Divi
Author:      ATTPS
Author URI:  https://attps.fr/
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/*=== Css Générale ===*/
* {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

h1 {
  /* font-size: 50px; */
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5 {
  color: #fff;
}
