@import url('https://fonts.googleapis.com/css?family=Pinyon+Script&display=swap');
body {
	color: white;
}
header {
	overflow: hidden;
	position: absolute;
	right: 0%;
    left: 0%;
}
header div div {
	background-color: rgba(0,0,0,0.5);
}
a {
    cursor: pointer;
	color:white;
}
a:hover {
    text-decoration: none;color: #fff;
}
.logo {
	z-index:1001;
	text-align: center;
}
.logo img {
	width:50%;
}
.div-barth-since {
	z-index: 1002;
}
.barth-since {
	font: 60px 'Pinyon Script', cursive;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.barth-since span {
	font: 60px 'arial', sans;
}
.barth-since small {
	font-size: .5em;
	display: block;
    margin-top: -0.5em;
	font: 20px 'arial', sans;
	padding-bottom: .5em;
}
#fullconteneur > div:nth-child(1) {
    height: 100vh;
}
.left-content {
    background-image: url("../img/pompes-funebres-barth.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding-top: 30%;
}
.right-content {
    background-image: url("../img/menuiserie-barth.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding-top: 30%;
}
footer {
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}
footer a:hover {
    color: #95102a;
}
#fullconteneur {
    overflow: hidden;
}
.intro-global {
    max-width: 70%;
    text-align: center;
    margin: auto;
	background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    padding: 30px;
}
.intro-global p {
    text-align: justify;
    line-height: 1.3em;
}
.intro-global a {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    border-color: #000;
    display: inline-block;
    background-color: #000;
	background: rgba(149, 16, 42, 0.8);
}
.intro-global a:hover {
    background-color: #95102a;
    border-color: #95102a;
}
.intro-global img {
    display: block;
    margin: auto;
    width: 100%;
}
.null-border {
    padding-right: 0px;
    padding-left: 0px;
}
.borer-pf {
    border-right: 1px solid #000;
}
.border-m {
    border-left: 1px solid #000;
}
footer p {
	margin-bottom: 0px;
}
@media (max-width: 1345px) {  
	.barth-since span {
		font: 40px 'arial', sans;
	}	
}
@media (max-width: 1206px) {
	.left-content,.right-content {
		padding-top: 35%;
	}
}
@media (max-width: 1199px) {
	.barth-since span {
		font: 30px 'arial', sans;
	}
}
@media (max-width: 1024px) {
    .intro-global {
        max-width: 90%;
    }  
	.logo img {
		top: 48%;
	}
	.right-content,.left-content {
		padding-top: 40%;
	}	
}
@media (max-width: 956px) {
	.left-content,.right-content {
		padding-top: 40%;
	}
}
@media (max-width: 937px) {
	.barth-since span {
		font: 24px 'arial', sans;
	}
	.barth-since {
		font-size: 3.5em;
	}
}
@media (max-width: 929px) { 
	.right-content,.left-content {
		padding-top: 45%;
	}	
}
@media (max-width: 767px) {
	header,footer {
		position: relative;
		background-color: rgb(0,0,0);
	}
    .left-content,.right-content {
        padding-top: 10%;
    }
	.intro-global {
		background: none;
	}
	.intro-global a {
		margin-top: 10px;
	}
    .intro-global p {
        display: none;
    }
    .borer-pf {
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
    }
    .border-m {
        border-left: 0px solid #000;
        border-top: 1px solid #000;
    }
	.left-content {
		padding-right: 0em;
	}
	.right-content {
		padding-left: 0em;
	}
	.logo {
		display: none;
	}
	.barth-since {
        font-size: 2.5em;
		margin-left: 10px;
		margin-right: 10px;
    }
	.barth-since small {
        font: 15px 'arial', sans;
    }
}
@media (max-width: 454px) {
	.barth-since {
        font-size: 2em;
    }   
}
@media (max-width: 367px) {
	.border-pf h2,
	.border-m h2 {
		font-size: 3em;
	}	
}
@media (max-width: 341px) {
	.intro-global a {
		padding: 10px 10px;
	}
}
/* EXO 20240515 */
.logo.new-logo {
	position: absolute;
    width: 350px;
    padding-top: 410px;
    left: 50%;
    transform: translateX(-50%);
}
.intro-global a {
    background: #c5a55b;
    color: #050505;
}
.intro-global a:hover {
    background-color: #050505;
    border-color: #050505;
    color: #fff;
}
@media (max-width: 1199px) {
	.logo.new-logo {
		padding-top: 500px;
	}
}
@media (max-width: 767px) {
	.logo.new-logo {
		padding-top: 500px;
	}
}
/* /EXO 20240515 */