@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
	--ikColorPrinc: #1A3967;
	--ikColorTxt: #fff;
}

body {
	font-family: "Roboto", serif;
    font-size: 14px;
}

.container {
	position: relative;
}

/* header */

.header {
	position: relative;
	z-index: 2;
}

.logo {
	position: absolute;
	top: 6px;
	left: 0;
}

.logo a {
	color: var(--ikColorPrinc);
	font-size: 40px;
}

.header-btns {
	position: absolute;
	top: 0px;
	right: 0;
}

.menus {
	position: relative;
	padding-left: 300px;
}

.menus ul {
	margin: 0;
	padding: 0;
}

.menus ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
}

.menus ul li a {
	padding: 25px 35px;
	display: block;
	color: var(--ikColorPrinc);
	text-transform: uppercase;
}

.menus ul li a i {
	padding-left: 10px;
}

.menus ul ul {
	margin: 0;
	padding: 0;
	display: none;
}

.menus ul li:hover ul {
	position: absolute;
	top: 70px;
	left: 30px;
	width: 350px;
	display: block;
	background: rgba(255,255,255,0.8);
}

.menus ul ul li {
	display: block;
}

.menus ul ul li a {
	padding: 10px 20px;
	text-transform: none;
}

.header-btns {
	padding-top: 20px;
}

.header-btns a {
	background-color: var(--ikColorPrinc);
	color: var(--ikColorTxt);
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
}

/* btnMenu */

.btnMenu {
	display: none;
}

/* slider */

.slider {
	position: relative;
	height: 700px;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.slideImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slideTitre {
	color: #fff;
	text-align: center;
	font-size: 70px;
	font-weight: 900;
	position: relative;
	padding-top: 380px;
	text-shadow: 2px 2px 2px #333;
	text-transform: uppercase;
}

.slideSousTitre {
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	text-shadow: 2px 2px 2px #333;
}

/* section */

.section {
	padding: 100px 0px;
}

/* section about */

.section-about h1, .section-prestations h2, .section-contact h2, .section-deces h2, .section-infos h2 {
	font-size: 40px;
	padding: 0;
	margin: 0;
	color: var(--ikColorPrinc);
	font-weight: 900;
	padding-bottom: 10px;
}

.section-about h2, .section-prestations h3, .section-contact h3, .section-deces h3, .section-infos h3 {
	font-size: 25px;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	color: #000;
}

.aboutImg img {
	max-width: 100%;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

/* section-deces-urgent */

.section-deces-urgent {
	background-color: var(--ikColorPrinc);
	padding: 0;
	overflow: hidden;
}

.decesUrgentImg {
	background-position: center;
	height: 600px;
	background-size: cover;
}

.section-deces-urgent .container-fluid {
	margin-right: -15px;
}

.decesUrgentTitre {
	color: #fff;
	font-size: 30px;
}

.decesUrgentAppel {
	color: #fff;
	font-size: 20px;
}

.decesUrgentTel {
	margin: 30px 0;
}

.decesUrgentTel a {
	color: #fff;
	font-size: 30px;
}

.decesUrgentDevisTxt {
	color: #fff;
	font-size: 20px;
}

.decesUrgentDevisBtn {
	color: #fff;
	font-size: 20px;
	margin-top: 15px;
}

.decesUrgentDevisBtn a {
	background-color: #fff;
	font-size: 20px;
	color: var(--ikColorPrinc);
	display: inline-block;
	padding: 10px 25px;
}

.avisDeces {
	border: 1px #ccc solid;
	padding: 30px;
}

.avisDeces:hover {
	border-color: var(--ikColorPrinc);
}

.avisDecesNom {
	text-align: center;
	color: var(--ikColorPrinc);
	font-weight: bold;
	font-size: 20px;
}

.avisDecesDate {
	text-align: center;
	font-weight: 100;
	font-size: 20px;
}

.avisDecesAge {
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
}

.avisDecesLieu {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}

.avisDecesBtn {
	margin-top: 20px;
	text-align: center;
}

/* section contact */

.section-contact .container {
	background-color: var(--ikColorPrinc);
	padding: 50px;
	color: #fff;
}

.formContact {
	background-color: #f4f4f4;
	padding: 50px;
	color: #000;
	margin-top: -100px;
	margin-bottom: -100px;
}

.section-contact h2 {
	color: #fff;
}

.section-contact h3 {
	color: #fff;
	margin-top: 40px;
}

.btn-princ {
	background-color: var(--ikColorPrinc);
	color: #fff;
}

.btn-princ:hover {
	color: #fff;
	text-decoration: underline;
}

.btn-princ2 {
	border: 1px solid var(--ikColorPrinc);
	color: var(--ikColorPrinc);
}

.btn-princ2:hover {
	background-color: #f4f4f4;
	color: var(--ikColorPrinc);
}

.infosImg img {
	max-width: 100%;
	border-radius: 20px;
}

/* prestations */

.prestationBloc {
	position: relative;
	margin: 15px 0;
}

.prestationBlocImage {
	height: 200px;
	background-size: cover;
	background-position: center;
}

.prestationBlocTexte {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding-top: 150px;
}

.decesUrgentImg img {
	max-width: 100%;
}

#homeMap {
	height: 500px;
}

/* footer */

.footer {
	background-color: var(--ikColorPrinc);
	color: #fff;
	padding: 100px 0;
}

.logoFooter {
	padding-bottom: 10px;
}

.logoFooter a {
	background-color: #fff;
	color: var(--ikColorPrinc);
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
}

.colFooter {
	padding: 15px 0;
}

.colFooter h4 {
	text-transform: uppercase;
}

.colFooter ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.colFooter ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.colFooter ul li a {
	color: #fff;
}

.footerTel {
	margin-top: 20px;
}

.footerTel a {
	background-color: var(--ikColorPrinc2);
	color: #fff;
	padding: 5px 0;
	display: inline-block;
	border-radius: 5px;
}

.footerRS {
	margin-top: 30px;
}

.footerRS a {
	display: inline-block;
	border-radius: 100%;
	width: 40px;
	line-height: 40px;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	color: var(--ikColorPrinc);
	margin-right: 10px;
}

/* copyright */

.copyright {
	background-color: #222;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}