/*
Theme Name:Hotel de l'Ange
Theme URI: http://www.hotel-ange.fr/
Description: This is a custom child theme for Salient
Author: Sebastien RENTZ
Author URI: http://www.activis.net
Template: salient
Version: 0.1
*/


:root {
  --rouge: #a60c02;
  --orange: #f6653c;
  --gris: #ccc;
  --gris-clair: #e6e6e6;
  --gris-fonce: #646464;
  --fond-gris: #f5f5f5;
  --blanc: #fff;
  --noir: #000;
}


header#top nav ul li a {
    color: #333;
}

/* Langues */
ul.sf-menu li.menu-item-wpml-ls-3-en a .wpml-ls-display {
	text-indent: -9999px;
	background: transparent var(--wpr-bg-f7b641f5-da48-4849-a9a2-54917b51cd39);
	display: inline-block;
	width: 30px;
	height: 20px;
} 
ul.sf-menu li.menu-item-wpml-ls-3-de a .wpml-ls-display {
	text-indent: -9999px;
	background: transparent var(--wpr-bg-d2b33fcc-70fc-445a-98e5-36fe4fc2459b);
	display: inline-block;
	width: 30px;
	height: 20px;
}
ul.sf-menu li.menu-item-wpml-ls-3-fr a .wpml-ls-display {
	text-indent: -9999px;
	background: transparent var(--wpr-bg-d6647678-9760-45a0-91fe-fe18c2381ae7);
	display: inline-block;
	width: 30px;
	height: 20px;
} 

.boite_home {
	border-right: 1px solid var(--blanc);
}
	.boite_home h3 {
		background-color: var(--gris);
		padding: 10px 20px;
		text-transform: uppercase;
		text-align: center
	}
		.boite_home h3 a {
			text-decoration: none;
		}

#media_image-2, #media_image-3 {
	width: 50%;
	float:left;
}

.swiper-slide h2 {
	text-shadow: 2px 2px 4px var(--gris-fonce);
}

.grecaptcha-badge {
    opacity: 0;
}


/* Footer */
#footer-outer .widget_text h4 {
	font-size: 24px;
}