/*
Theme Name: pharmacieThermaleVitteloisebyinova
Version: 2.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");

#et-info-email{
	display:block !important;
}

.page-id-2 header #menu-menu-secondaire, 
.page-id-2 #menu-menu-principal {
	visibility: hidden !important;
}
.page-id-2 header .et_pb_section_3_tb_header,
.page-id-2 .mobmenu-left-alignment {
	display: none !important;
}

/*------------------------------------------------------------*/
/*------------- GESTION HEADER ET FOOTER ---------------*/
/*------------------------------------------------------------*/
/* On dÃ©sactive les header et footer de DVI */
#top-header, #main-header, #main-footer {
	display: none !important;
}

/* On cache le sticky_header sur desktop*/

/* Your awesome customization starts here */
#sticky_header {
	width:100%;
}

@media (max-width: 1385px){
	#menubar a {
		font-size:14px !important;
	}
}
#slider .et_pb_button_wrapper {
	background-color: rgba(77,79,76,0.75);
	padding-bottom:25px !important;
}

/*------------------------------------------------------------*/
/*------------- GESTION STICKY DESKTOPS SCROLL ---------------*/
/*------------------------------------------------------------*/
@media (min-width: 981px){
	#sticky_header {	
		width:100%;
		/* position: fixed; */
		z-index: 99999;
	}
	body.wp-admin #sticky_header {
		position: static !important;
	}
	#sticky_logo img {
		max-height:70px !important;
	}
}
@media (max-width: 980px){
	#sticky_header {	
		position:static;
	}
}
.hidden {
	display: none !important;
}
@media (min-width: 981px){
	.hidden_lg {
		display: none !important;	
	}
}
/*------------------------------------------------------------*/
/*------------ GESTION HEADER MOBILES + TABLETTES ------------*/
/*------------------------------------------------------------*/
@media (max-width: 980px) {
		.primary_menu_fixed .et_pb_menu_inner_container,
		.primary_menu_fixed .et_pb_menu__wrap {
	    justify-content: center !important;
	}

	body:not(.wp-admin) #col_logo img {
		max-height:70px !important;
	}
}

/*------------------------------------------------------------*/
/*------------------ GESTION FOOTER STICKY -------------------*/
/*------------------------------------------------------------*/

@media (min-width: 768px) {
	#sticky-footer {
		display: none !important;
	}
}
@media (max-width: 767px) {
	#sticky-footer {
		display: block !important;
		position:fixed;
		bottom:0px;
		width:100%;
		z-index:999 !important;
	}
}

/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

.ds-vertical-align-bottom { 
    display: flex; 
    align-items: flex-end;
} 
.align-center {
	margin:auto !important;
}

