/*
Theme Name: Theme Boulangerie Pâtisserie PaneHestia
Theme URI: https://panehestia.com/
Description: PaneHestia - Tarnos
Author: Lionel
Author URI: https://www.floripa.fr/divi
Template: Divi
Version: 1.1
*/

/* Start your custom CSS below this comment
============================================ */

/* -------------------------------------------- REGLES GLOBALES -------------------------------------------- */

/* CENTRER DU CONTENU VERTICALEMENT */
.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;
}

/* INVERSER LE SENS DES COLONNES SUR MOBILE */
@media all and (max-width: 980px) {
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }
  
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}

/* MENU MOBILE */
.et_mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc( 100% + 60px);
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

/* AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA */
.et_pb_contact_right p input {
  max-width: 50px;
}

/* METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE */
sup, sub {
  font-size: 70%;
  bottom: .6em;
}

/* ------------------------------------------ FIN REGLES GLOBALES ------------------------------------------ */



/*---------- MENU ----------*/


/*---------- MEGA MENU ----------*/
/* sub-menu font size */
.sub-menu li a {
font-size: 14px !important;
}
/*------------------------------*/
/*---Taille du menu deroulant---*/
/*------------------------------*/

/*------- *set the Divi menu dropdown auto width* -------*/

/*----- FIN set the Divi menu dropdown auto width* -----*/


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