/*---------------------------------------------------------------------------------

 Theme Name:   L'Éclaireur—Divi Child Theme
 Theme URI:    https://eclaireur.ca/
 Description:  Custom build for eclaireur.ca
 Author:       JPL Solutions
 Author URI:   https://jplsolutions.ca/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

* {
  /* resetting the box model for all elements */
  box-sizing: border-box;
}

#page-container {
  overflow-x: hidden;
}

/*** Remove the reCAPTCHA badge ***/
.grecaptcha-badge {
  visibility: hidden !important;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
}