@charset "UTF-8";
/*Organilise*/
/*GENERAL*/
* {
  padding: 0px;
  margin: 0px;
  border: none;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.01em;
  color: #3D3C3C;
}
img {
  vertical-align: baseline;
}
ul {
  list-style: none;
}
a, a:link, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  color: gray;
}
a:hover {
  color: #ff8100;
}
#NewMenu {
  display: none;
}
/* MENU - MOBILE */
/**********************************************/
#ConteneurSpan {
  position: fixed;
  top: 0;
  right: 5%;
  z-index: 101;
  height: 80px;
  line-height: 95px;
  font-size: 1.8em;
  cursor: pointer;
  color: gray;
}
#ConteneurSpan:hover {
  color: #ff8100;
}
#VoletContainer {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#Volet {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: WHITE;
}
.logoMenu img {
  width: 65%;
  height: 80px;
  line-height: 80px;
  float: left;
  margin-left: 5%;
}
.closebtn {
  width: 10%;
  height: 80px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-right: 5%;
  float: right;
  line-height: 90px;
  font-size: 2.5em;
}
#VoletMenu p {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-left: 5%;
  padding-bottom: 5px;
  padding-top: 20px;
  clear: both;
}
#VoletMenu p a {
  text-transform: uppercase;
  font-weight: 700;
}
/*STRUCTURE*/
/**********************************************/
#MegaWrapper {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}
header {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: WHITE;
  overflow: visible;
}
.LogoContainer {
  height: 80px;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid black;
  background-color: WHITE;
}
.LogoContainer img {
  width: 210px;
  height: 80px;
  display: block;
}
#Wrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
  background-color: pink;
  background-color: WHITE;
}
section {
  width: 100%;
  display: inline-block;
  padding-top: 0px;
}
section:nth-of-type(1) {
  margin-top: 0px;
}
section:last-of-type {
  margin-bottom: 100px;
}
.TarifsListing {
  width: 100%;
}
/*ACCROCHE*/
/**********************************************/
#Accroche video {
  width: 100%;
  height: auto;
}
#Accroche p {
  text-align: center;
}
#Accroche p:first-of-type {
  font-weight: 700;
  font-size: 0.8em;
/*  line-height: 1.4em;*/
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: darkgray;
  color: #c7b299;
}
#Accroche span {
  font-size: 0.5em;
  line-height: 5em;
  display: block;
  font-weight: 400;
}
h1 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ff8100;
}
#Accroche p:last-of-type {
  font-weight: 700;
  font-size: 1em;
  line-height: 2em;
  letter-spacing: 0.07em;
  color: darkgray;
  color: #ffb700;
  color: gray;
}
/*TEXTES*/
/**********************************************/
.PictoPhare {
  height: 40px;
  width: auto;
  float: left;
}
h2, h3 {
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 1.5em;
  line-height: 2.2em;
  color: #ff8100;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  /*pour l'ancre*/
  margin-top: 100px;
}
h3 {
  font-size: 1em;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  margin-top: 60px;
  margin-bottom: 10px;
}
#Services h3, #Tarifs h3 {
  line-height: 1.5em;
  margin-top: 30px;
  border-bottom: 1px dotted black;
}
#Contacts h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff8100;
}
section p, section ul {
  font-size: 0.9em;
  line-height: 1.5em;
}
section ul {
  clear: both;
  list-style: disc;
  padding-left: 15px;
}
section ul li {
  margin-bottom: 4px;
}
.TarifsListing p {
  font-size: 1.2em;
  line-height: 1em;
}
.TarifsListing p span {
  font-size: 0.7em;
}
sup {
  font-size: 0.5em;
}
.info {
  font-size: 0.85em;
  color: gray;
  float: none;
  clear: both;
}
#Contacts span {
  font-weight: 700;
}
#Contacts img:nth-of-type(2) {
  width: 37%;
  height: auto;
  margin-top: 50px;
}
#Contacts img:nth-of-type(2) + p {
  font-weight: 700;
  font-size: 1.15em;
  line-height: 2.5em;
  letter-spacing: 0.02em;
}
p.Tirets {
  font-size: 0.5em;
  line-height: 2.5em;
}
p.Tirets:nth-of-type(1) {
  margin-top: 20px;
}
/*COMPO PHOTO*/
#CompoPhoto {
  margin: 70px 0;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
}
#CompoPhoto img {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
#CompoPhoto img:nth-of-type(2) {
  padding-top: 0px;
}
#CompoPhotoBIS {
  margin: 70px 0;
}
#CompoPhotoBIS img {
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-top: 1px dotted black;
}
#CompoPhotoBIS img:nth-child(2) {
  padding-top: 0px;
  border-top: 0px dotted black;
  border-bottom: 1px dotted black;
}
/*DEVICE - min 375*/
/*********************************************/
@media screen and (min-width: 375px) {
  .LogoContainer img {
    width: 250px;
  }
}
/*DEVICE - min 414*/
/*********************************************/
@media screen and (min-width: 414px) {
  .LogoContainer img {
    margin: 0px auto;
  }
}
/*DEVICE - min 600*/
/*********************************************/
@media screen and (min-width: 600px) {
  #Accroche p:first-of-type {
    font-size: 1em;
  }
  /* COMPO PHOTO*/
  #CompoPhoto {
    margin-bottom: 0px;
  }
  #CompoPhoto img {
    width: 49%;
    height: auto;
    padding-right: 2%;
  }
  #CompoPhoto img:nth-of-type(2) {
    padding-right: 0%;
  }
}
/*DEVICE - min 768*/
/*********************************************/
@media screen and (min-width: 768px) {
  #ConteneurSpan, #MenuResponsiv {
    display: none;
  }
  #NewMenu {
    display: block;
    height: 70px;
    line-height: 70px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid gray;
    background-color: WHITE;
  }
  #NewMenu ul li {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    float: left;
    width: 18.4%;
    margin-right: 2%;
  }
  #NewMenu ul li:last-child {
    margin-right: 0%;
  }
  .LogoContainer {
    height: 110px;
    border-bottom: 1px solid gray;
  }
  .LogoContainer img {
    width: 350px;
    height: 100px;
  }
  #Wrapper {
    padding-top: 200px;
  }
  #Accroche p:first-of-type {
    font-size: 1em;
/*    line-height: 1.8em;*/
    letter-spacing: 0.08em;
  }
  #Accroche span {
    font-size: 0.6em;
    line-height: 5.2em;
  }
  h1 {
    font-size: 1.7em;
    line-height: 1.2em;
    letter-spacing: 0.04em;
  }
  #Accroche p:last-of-type {
    font-size: 1.1em;
    line-height: 2.1em;
    letter-spacing: 0.08em;
  }
  .PictoPhare {
    height: 50px;
  }
  h2 {
    font-size: 1.9em;
    margin-top: 190px;
  }
  h3 {
    font-size: 1.2em;
    letter-spacing: 0.03em;
  }
  section p, section ul {
    font-size: 1em;
  }
  .TarifsListing p {
    font-size: 1.4em;
    line-height: 1em;
  }
  .info {
    font-size: 1em;
  }
  p.Tirets {
    font-size: 0.7em;
  }
  p.Tirets:nth-of-type(1) {
    margin-top: 40px;
  }
  #Contacts img:nth-of-type(2) {
    width: 30%;
    height: auto;
    margin-top: 40px;
  }
  /*COMPO PHOTO*/
  #CompoPhotoBIS {
    margin: 100px 0;
  }
  #CompoPhotoBIS img {
    width: 49.35%;
    height: auto;
    float: left;
    padding: 20px 0;
    padding-right: 1.3%;
    border-bottom: 1px dotted black;
  }
  #CompoPhotoBIS img:nth-child(2) {
    padding-top: 20px;
    padding-right: 0%;
    border-top: 1px dotted black;
  }
}
/*DEVICE - min 1024*/
/*********************************************/
@media screen and (min-width: 1024px) {
  #NewMenu, .LogoContainer {
    width: 950px;
  }
  .LogoContainer {
    height: 120px;
  }
  .LogoContainer img {
    width: 400px;
    height: 120px;
  }
  #Wrapper {
    width: 950px;
    padding-top: 220px;
  }
  #Accroche p:first-of-type {
    font-size: 1.2em;
/*    line-height: 2.5em;*/
  }
  #Accroche span {
    font-size: 0.6em;
    line-height: 5.5em;
  }
  h1 {
    font-size: 2em;
    letter-spacing: 0.06em;
  }
  #Accroche p:last-of-type {
    font-size: 1.3em;
    line-height: 2.1em;
    letter-spacing: 0.1em;
  }
  .PictoPhare {
    height: 55px;
  }
  h2 {
    font-size: 2.4em;
    margin-top: 210px;
  }
  h3 {
    font-size: 1.3em;
    letter-spacing: 0.03em;
  }
  section p, section ul {
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .TarifsListing {
    width: 45%;
    float: left;
  }
  .TarifsListing:nth-of-type(2) {
    margin-left: 10%;
  }
  p.Tirets:nth-of-type(1) {
    padding-top: 50px;
    clear: both;
  }
  #Contacts img:nth-of-type(2) {
    width: 25%;
  }
}