/*
 Theme Name:   ADG Décoration
 Theme URI:    https://adgdecoration.fr
 Description:  Description
 Author:       Charly Web Design
 Author URI:   https://charly-web-design.fr/
 Template:     hello-elementor
 Version:      1.33
*/

/*Images réalisation*/
.image-realisation img {
  object-fit: cover;
  width: 367px;
  height: 367px;
}

/*Diaporama réalisations*/
.diaporama {
	max-height: 400px;
}


/*bloquer header en haut*/
.ehf-header #masthead {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

/*Justifier texte*/
p {
	text-align: justify;
}

/*Titre H2 Bordure et Marge haut Mentions légales*/
.titre-h2 {
	/*border-left: 3px solid #000000;
	padding-left: 10px;*/
	margin-top: 20px;
}

/*Hauteur du pointeur du menu*/
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
	height: 1px !important;
}
/*Couleur lien footer*/
.lien-blanc a {
	color: #ffffff;
}
.lien-blanc a:hover {
	color: #EBC8B2;
}
.lien-marron a {
	color : #9E573F;
}
.lien-marron a:hover {
	color : #9E573F;
	text-decoration: underline;
}


body.login.login-password-protected.login-action-password-protected-login.wp-core-ui {
    background: #F2D4BC !important;
}
.language-switcher {
    display: none !important;
}
.wp-core-ui .button-primary {
    background: #F2D4BC !important;
    border-color: #F2D4BC !important;
}
p {
	margin-bottom: 0;
}

span.sub-arrow {
    display: none !important;
}
