/*
Theme Name: Divi Child
Description: Theme enfant de Latte
Author: Aurore Valpremit
Author URI: https://latte-theme.aysaan.com
Template: Divi
Version: 4.0
*/

@font-face {
 font-family: 'Glinster';
 src: url('Glinster.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: 'OceanBliss';
 src: url('OceanBliss.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

.glinster {font-family: Glinster, Arial, sans-serif;}
body {font-family: Arial, sans-serif;}
h1, h2, h3, h4, h5, nav {font-family: Glinster, Arial, sans-serif;}

.script {font-family: OceanBliss, Arial, sans-serif;}

p {font-weight: 350;}

@media only screen and (max-width : 980px) {
  .dc_inverser_colonnes-section .dc_inverser_colonnes-ligne {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}