/*
Theme Name:  COLEO - Prises De Vues En Drone • édition Vidéo • Conseil
Theme URI:   https://www.coleo.terialc.com
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site COLEO - Prises de vues en drone • édition vidéo • conseil.
Author:      coleodrone
Author URI:  https://www.coleo.terialc.com
Template:    Divi
*/

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

.centrer-verticalement {
  display: flex;
  flex-direction: column;
  justify-content: center;

/* Et les déclinaisons avec préfixes pour obtenir un résultat homogène sur les divers navigateurs  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
}