/*
 Theme Name:     Novagency Child Theme
 Template:       Divi
 Theme URI:      https://novagency.ch/ourThemes
 Description:    Theme avec les fonctions et les css Novagency de base 
 Author:         PY Mathys
 Author URI:     https://novagency.ch
 Version:        1.2
 Date version    10.05.2025
*/
 
@import url("../Divi/style.css");

/*
 * ------------------------------------------------------------
 * BANNER COOKIES OPTIONS
 * ------------------------------------------------------------
*/
/* masquer la durée, ver gratuite = tjs 1 mois */
#hu .hu-dropdown-toggle-container{
    display:none!important;
}
/* couleur pastelles des boutons cookies et de l'option active */
#hu #hu-cookies-notice-consent-choices .hu-radio-toggle .hu-toggle-switch,
#hu #hu-cookies-notice-consent-choices .hu-radio-toggle.hu-cookies-notice-consent-choices-3 .hu-toggle-switch,
#hu #hu-cookies-notice-consent-choices .hu-radio-toggle.hu-cookies-notice-consent-choices-2 .hu-toggle-switch,
#hu #hu-cookies-notice-consent-choices input:checked+.hu-toggle-heading,
/* pastille dans le détail du consentement */
.hu-level-1 #hu #hu-cookies-privacy-consent-metrics .hu-table-row-3 td:nth-child(2) span:before,
.hu-level-2 #hu #hu-cookies-privacy-consent-metrics .hu-table-row-3 td:nth-child(2) span:before,
.hu-level-3 #hu #hu-cookies-privacy-consent-metrics .hu-table-row-3 td:nth-child(2) span:before {
    background-color: #baa400!important;
}
/* --------------- \#BANNER COOKIES OPTIONS --------------- */

/*
 *-------------------------------------
 * OPTIONS COMMUNES A TOUS LES SITES
 * ------------------------------------
*/
/* Invertion de colonne sur tablette et mobile */
@media screen and ( max-width: 980px ) {
.reverse-col {
  display: flex;
  flex-direction: column-reverse;
 }
}
/* Msg erreurs et de conf des formulaires */
.et-pb-contact-message{
	font-size:12px;
	letter-spacing: 0.1em;
	color:#ff3333!important;
}
/* Masquer nom des images */
/* sur galerie */
.mfp-title {
	display: none!important;
}
/* sur image zoom */
.fbx-caption-title {
	display: none!important;
}
/* légendes sous les images ouvertes de la galerie */
.mfp-bottom-bar{
	display:none;
}

