

@font-face {
  font-family: peugeot;
  src: url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Regular.woff2") format("woff2"), url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Regular.woff") format("woff"), url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: peugeotbold;
  src: url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Bold.woff2") format("woff2"), url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Bold.woff") format("woff"), url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: peugeotlight;
   src: url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Light.woff2") format("woff2"), url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Ligth.woff") format("woff"), url("https://cdn.reservetonessai.fr/fonts/peugeot/Peugeot-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}


@font-face {
 font-display:swap;
 font-family:'icon';
 src:url(https://cdn.reservetonessai.fr/fonts/fa/FontAwesome.eot);
 src:url(https://cdn.reservetonessai.fr/fonts/fa/FontAwesome.eot?#iefix) format("embedded-opentype"),
 url(https://cdn.reservetonessai.fr/fonts/fa/FontAwesome.woff) format("woff"),
 url(https://cdn.reservetonessai.fr/fonts/fa/FontAwesome.ttf) format("truetype"),
 url(https://cdn.reservetonessai.fr/fonts/fa/FontAwesome.svg) format("svg");
 font-weight:400;
 font-style:normal
}

html, body
{
	width:100%;
	height:100%;
	font-family:peugeot,Helvetica Neue, arial, sans-serif;
}



a {
    color: #007edb;
}
a:hover
{
    color: #007edb;
	text-decoration:underline;
}

h2
{
	text-transform:uppercase;
}
a
{
	color:#333;
	
}
a:hover
{
	color:#007edb;
	text-decoration:none;
}

#choixLg
{
	margin-right:60px;font-size: 1.2rem;
}
#choixLg-menu
{
	border: 0;
font-size: 1.2rem;
}


h1,h2,h3,h4
{
	font-family: "peugeotbold",Arial,Helvetica,sans-serif;
	font-weight:700;
}
h3 {
  font-size: 1.4rem;
  margin-bottom:20px;
}
.brand-Bold
{
	font-family: "peugeotbold",Arial,Helvetica,sans-serif;
	font-weight:700;
}

.brand-Normal
{
	font-family: "peugeotlight",Arial,Helvetica,sans-serif;
	font-weight:700;
}


.brand-bg-primary
{
	background-color:#d90022;
	color:#fff;
}
.brand-bg-secondary
{
	background-color:#ccc;
	color:#000;
}

.brand-secondary
{
	color:#999;
}
.brand-primary
{
	color:#d90022;
	
}


.icon, .tfs-input span[class^="icon"] {
    font-family:icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 6px;
}

li.dropdown-lg::marker {
  content: "\e938";
  background: #d90022;
text-shadow: none;
font-family:icon !important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}



h3.slogan::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: currentColor;
}

#bg
{
	/*background:url("../images/bg.jpg");*/
	background-size:cover;
	background-position:top center;
	width:100%;
	position:fixed;
	height:100%;
	 z-index: 0;
}
#CTA_BOOK
{
	margin-top: 20px;
	width: 100%;
}
@media only screen and (max-width: 768px) {
#CTA_BOOK
{
	margin-top: 10px;
}
	
}
.container, .container-fluid, .container-lg {
    z-index: 1;
    position: relative;
}
