@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Black.woff2') format('woff2'),
        url('../font/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham XNarrow';
    src: url('../font/GothamXNarrow-Light.woff2') format('woff2'),
        url('../font/GothamXNarrow-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GothamUltra';
    src: url('../font/GothamUltra.woff2') format('woff2'),
        url('../font/GothamUltra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	-webkit-text-size-adjust: 100%;
	background: #000;
}

.full{margin: 0; padding: 0;}

.bimg {
	background-image: url(../img/background.png);
	height: 100vh;
	background-size: cover;
	margin: 0;
	padding: 0;
}
.position {
	height: 85%;
	justify-content: center;
	align-items: center;
	display: flex;
}
h1{
    font-family: 'GothamUltra';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 7em;
    line-height: 1;
    margin: 0;
    padding: 0;
}
h2{
    font-family: 'GothamUltra';
    font-weight: 100;
    font-style: normal;
    color: #fff;
    font-size: 4em;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.number {
	height: 30vh;
}

a.call {
	font-family: 'GothamUltra';
	font-weight: normal;
	font-style: normal;
	text-align: center;
	align-items: center;
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	background: red;
	text-decoration: none;
	border-radius: 5px;
}
.tarif {
	color: #fff;
	text-align: center;
	--bs-font-sarif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	text-transform: uppercase;
	margin-top: 5px;
}

span{}
.footer{position: absolute; bottom: 5px; width: 100%; text-align: center;}
.footer a{color: #fff; margin: 0 10px;}

img.bgmobile{ width: 100%;}
svg.xxx{width: 280px;  margin-right: -50px;margin-top: -15px;}
.bgmobile {
	background-image: url(../img/background2.png);
	height: 100vh;
	background-size: cover;
}
@media only screen and (max-width: 600px) {
  .desktop{ display: none;}
  .mobile {display: block; margin: 0; padding: 0;}
  .position {
  	height: auto;
  	justify-content: center;
  	align-items: center;
  	display: inline;
  }
  svg.xxx {
	width: 100%;
	margin-right: 0;
	margin-top: 15px;
}
h1 {
	font-family: 'GothamUltra';
	font-weight: normal;
	font-style: normal;
	color: #fff;
	font-size: 15vw;
	line-height: 1;
	padding: 0;
	text-align: center;
	margin-top:  0px;
}
h2 {
	font-family: 'GothamUltra';
	font-weight: 100;
	font-style: normal;
	color: #fff;
	font-size: 6vw;
	text-align: center;
	line-height: 1;
	margin: 0;
	padding: 0 20px;
}
svg.xxx {
	width: 80%;
	margin-right: 0;
}
a.call {
	font-family: 'GothamUltra';
	font-weight: normal;
	font-style: normal;
	text-align: center;
	align-items: center;
	display: block;
	margin-top: 10px;
	color: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
	background: red;
	text-decoration: none;
	border-radius: 5px;
	margin: 20px 40px 5px 40px;
	line-height: 2.2;
}
.tarif {
	color: #fff;
	text-align: center;
	--bs-font-sarif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 12px;
	text-transform: none;
}
}
@media only screen and (min-width: 600px) {
  .mobile{display: none;}
  .desktop{display: block;
  }

}
