/*
 Theme Name:     Divi Child Pipo Moteurs
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         TRACE design
 Author URI:     https://www.trace-design.fr
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
   font-family: "AbelPro";
   src: url("fonts/AbelPro.woff");
}

@font-face {
   font-family: "AbelPro-Bold";
   src: url("fonts/AbelPro-Bold.woff");
}

@font-face {
   font-family: "Mohave-Medium";
   src: url("fonts/Mohave-Medium.woff");
}

body {
    font-family: "AbelPro", Helvetica, Arial, "sans-serif";
}

strong,
strong span {
    font-family: "AbelPro-Bold", Helvetica, Arial, "sans-serif";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Mohave-Medium", Helvetica, Arial, "sans-serif";
}

.et-db .et-l .et_pb_module.et_pb_text a {
   color: #f05c02;
}
.et-db .et-l .et_pb_module.et_pb_text a:hover {
   opacity: 0.8;
}


/* Cesure */

.et-db .et-l .et_pb_module.et_pb_text_align_justified p,
.et-db .et-l .et_pb_module.et_pb_text_align_justified li {
   hyphens: auto;
   -webkit-hyphens: auto;
}
.et-db .et-l .et_pb_module.et_pb_text_align_justified h1,
.et-db .et-l .et_pb_module.et_pb_text_align_justified h2,
.et-db .et-l .et_pb_module.et_pb_text_align_justified h3 {
   hyphens: none;
   -webkit-hyphens: none;
}