/* Color */
:root {
--red: #E73925;
--blue: #239EDA;
--lightgrey: #F5F5F5;
--mediumgrey: #D3D3D3;
--darkgrey: #696969;
}
p {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 18px;
line-height: 22px;
color: var(--darkgrey)
}
#subtitle {
font-size: 120%;
margin-bottom: 20px;
font-weight: 600;
}
h1 {
font-family: magneta,serif;
font-weight: 400;
font-style: normal;
font-size: 6vw;
color: white;
}
h2 {
font-family: magneta,serif;
font-weight: 400;
font-style: normal;
font-size: 4vw;
color: var(--darkgrey);
}
h3 {
font-family: magneta,serif;
font-weight: 400;
font-style: normal;
font-size: 2vw;
color: var(--darkgrey);
}
a {
color: var(--blue);
text-decoration: none;
}
a:hover {
color: var(--darkgrey);
}
.center {
text-align: center;
}
.btn-primary {
background-color: var(--blue) !important;
border-color: var(--blue) !important;
}
.btn-primary:hover {
background-color: var(--darkgrey) !important;
border-color: var(--darkgrey) !important;
}

/* Cookie Banner */
.cookie-banner {
position:fixed;
width:280px;
bottom: 20px;
left:20px;
background:#0099ff;
text-align:left;
padding:20px;
font-size:18px;
z-index:999;
border-radius:5px;
box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2);
}
.cookie-vorhanden {display:none;}
#set-cookie {
background-color:#FFDD00;
color: black;
font-size: 18px;
margin-top:20px;
float:right
}
#cookie {color: white}

/* Modal RGPD */
@media (min-width: 576px) {
.modal-dialog {
max-width: 80%;
margin: 1.75rem auto;
}
}  
#modalCall:hover {
cursor: pointer;
text-decoration: underline;
}
.modal-container {
padding: 40px;
}
#modalButton {
float:right;
font-size:30px;
font-weight:700;
border-radius: 10px;
}
#modalButton:hover {
cursor: pointer;
}
.btn-primary {
color: #fff;
background-color: #0099ff;
border-color: #0099ff;
}
.btn-primary:hover {
color: #fff;
background-color: black;
border-color: black;
}

/* Banner Top */
.banner-top {
width: 100%;
margin-bottom: 30;
padding 20px;
background-color: white;
}
.header-logo {
width: 200px;
margin: 25px;
}

/* Intros */
.parallax-intro {
width: 100%;
height:500px;
background-image: url("../images/intro-large.jpg");
background-size: 100%;
background-size: cover;
background-position-y: top;
-webkit-transform: scale(1);	
transform: scale(1);
}
.parallax-intro-prestations {
width: 100%;
height:500px;
background-image: url("../images/intro-prestations-large.jpg");
background-size: 100%;
background-size: cover;
background-position: top;
-webkit-transform: scale(1);	
transform: scale(1);
}
.parallax-intro-electromenager {
width: 100%;
height:500px;
background-image: url("../images/intro-electromenager-large.jpg");
background-size: 100%;
background-size: cover;
background-position: top;
-webkit-transform: scale(1);	
transform: scale(1);
}
.parallax-intro-magasin {
width: 100%;
height:500px;
background-image: url("../images/intro-magasin-large.jpg");
background-size: 100%;
background-size: cover;
background-position: top;
-webkit-transform: scale(1);	
transform: scale(1);
}
.intro {
display: flex;
justify-content: center;
align-items: center;
height: 500px;
}
.intro-text {
text-align: center;
margin: 100px 0;
padding: 2% 100px;
}
@media only screen and (max-width: 1024px){
.parallax-intro, .parallax-intro-prestations, .parallax-intro-magasin {height: 300px; background-attachment: local;}
.intro {height: 300px}
h1 {font-size: 32px}
h3 {font-size: 22px}
.intro-text {margin: 50px 0; padding: 0 25px}
}

/* Teaser Box */
.teaser-box {
width: 100%;
padding: 50px 0;
background-color: var(--lightgrey);
margin-bottom: 100px;
text-align: center;
}
/* @media only screen and (max-width: 525px){
.teaser-box {display:none}
} */
/* Flexbox Teaser */
.flexbox-teaser {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.flexbox-teaser > div {
color: var(--blue);
margin: 20px;
width: 180px;
text-align: center;
color: var(--blue);
font-size: 18px;
font-weight: 600;
}
#teaser {
font-size: 40px;
color: var(--blue);
margin-bottom: 20px;
}
#picto-teaser {
height: 40px;
margin-bottom: 20px;
}
.btn-danger {
background-color: var(--red);
border-color: var(--red);
}
.btn-danger:hover {
background-color: var(--darkgrey);
border-color: var(--darkgrey);
}
.call-to-action {
background-color: var(--red);
border-color: var(--red);
font-size: 22px;
font-weight: 600;
padding: 20px;
width: 380px;
max-width: 100%;
margin-top: 30px;
}
@media only screen and (max-width: 414px){
.call-to-action {margin-left: 20px; margin-right: 20px;}
}
.footer {
background-color: var(--blue);
padding: 50px 0;
}
.flex-portrait {
background-color: white;
color: var(--blue);
padding: 15px;
border-radius: 25px;
justify-content: start;
align-items: center;
display: flex;
flex-wrap: wrap;
width: 260px;
}
.flex-portrait:hover {
background-color: var(--darkgrey)
}
#portrait {
width: 60px;
border-radius: 50%;
}
.map {
width: 100%;
height: 300px;
border:0;
border-radius: 5px;
}

/* Cards */
.card {
margin-bottom: 30px;
border: solid 2px var(--blue);
}

/* Galerie */
#galerie {
width: 100%;
}

/* Electroménager */
.flexbox-electromenager {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
align-items: center;
width: 100%;
margin-bottom: 30px;
}
.flexbox-electromenager > div {
margin-bottom: 20px;
width: 100px;
text-align: left;
}
.alert-electromenager {
width: 350px;
position: absolute;
top: 25px;
left: calc(50% - 175px);
background-color: var(--blue);
padding: 25px;
border-radius: 5px;
color: white;
font-size: 22px;
font-weight: 600;
}
@media screen and (max-width: 860px){
.alert-electromenager {top:400px}   
}

/* Footer */
#footer-link {
color: white;
}
#footer-link:hover {
color: var(--darkgrey);
}

/* e-tec */
.container-e-tec {
position: relative;
width: 100%;
overflow: hidden;
padding-top: 65%; /* 4:3 Aspect Ratio */
}
  
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}