/*
Theme Name: Divi  Child Theme
Description: Theme enfant de Divi par lib-rdv pour Dieteticien-nutrition.fr
Author: Marie jouet - lib-rdv
Author URI: 
Template: Divi
Version: 1.1
*/

/* 
** AMELIA - Cacher les boutons*/

.am-help-button { display: none !important; }
.am-icon__svg.size-s { display: none !important; }
.am-button-expanding__size__xs { display: none !important; }
.am-button-action__priority__secondary.am-button-action__type__border { display: none !important; }
.amd-header__actions--tablet-and-up__left[data-v-75922967], .amd-header__actions--tablet-and-up__center[data-v-75922967], .amd-header__actions--tablet-and-up__right[data-v-75922967] { display: none !important; }
.amd-header__actions--tablet-and-up__center { display: none !important; }


p {
    font-weight: 400;
    font-style: normal; /* "Regular" correspond à `normal` en CSS */
    letter-spacing: 0.16px; /* 1% de 16px = 0.16px selon maquette*/
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.amelia-v2-booking #amelia-container .am-fs__ps-discount {
    color: #ffffff !important;
    background-color: #ffffff !important;
    margin: 0;
}
 .et_pb_text_5 h3, .et_pb_text_6 h3, .et_pb_text_7 h3 {
    font-family: 'Fino_Sans-Light', Helvetica, Arial, Lucida, sans-serif;
    font-size: 35px;
    color: #2a3716;
margin-bottom: 4px; /* Espacement après le titre */
}


@media only screen and (min-width : 980px) {
.le-titre  {
font-family: 'Fino Sans bold', sans-serif;
    font-size: 60px;
  line-height:60px ;
 color: #535E35 !important;
  }
    }


/* 
** CALER LES TAILLES SUR MOBILE
** Voir tuto : https://astucesdivi.com/responsive-design-divi/
*/
@media only screen and (max-width : 979px) {
.le-titre  {
font-family: 'Fino Sans bold', sans-serif;
    font-size: 35px;
  line-height:1.1em;
  }  

/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/
  .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;
  }
	 h2.et_pb_toggle_title {  
 	font-size: 36px !important;
    line-height: 1.1em;
    }
} 


/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	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;
}



/*
** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

