:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

.divHeader {
  padding: 1em;
  font-size: 0.70em;
}

.titre1 {
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-size: 1.85em;
  margin-bottom: 0.5em;
}

.titre2 {
  font-weight: 700;
	color: #fff;
  font-size: 0.5em;
}

.titreh1 {
  font-weight: 700;
	color: #fff;
  font-size: 1.5em;
}
  
.hebergement {
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  text-align: center;
}

.hebergement:first-child {
  margin: 0.25em;
}

hr {
  color: #cccccc;
}

.etoiles {
  padding-bottom: 0.6em;
}

.orange {
  font-style: italic;
  font-weight: 500;
  font-size: 2.5em;
  text-align: center;
}
.subtitle{
  font-size:35px;
  color: #fff;
  margin: 0;
}


.bigocre {
 
  font-weight: 300;
  font-size: 24px;
	color: #fff;
  line-height: 1.2em;
}

.majOrange {
 
  font-weight: 300;
  font-size: 24px;
  text-align: left;
  line-height: 1.5em;
}

.titreBleu {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5em;
  color: #004d4e;
  padding-bottom: 1em;
  text-align: center;
}

button a {
  color: #fff;
  padding: 0 1em 0 1em;
}

.mentionsLegales {
  font-size: 0.65em;
}

/*Grands écrans*/
@media all and (min-width: 48em) {
  
  .divHeader {
    padding: 0em;
  }
    
  .titre1 {
   
    font-style: normal;
    font-weight: 400;
    /*line-height: 0.5;*/
    text-transform: uppercase;
    font-size: 3.5em;
    letter-spacing: 0.5em;
  }

  .titre2 {
    font-weight: 700;
    font-family:"Cambria-bold";
    font-size: 35px;
    text-shadow: .2rem .2rem .3rem rgba(0, 0, 0, .2);
    color: #fff;
    padding-top:0;
    margin-top: 0;
    letter-spacing: 3px;
    line-height: 1.3;
  }
  
  
  .hebergement {
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 0.3em;
    text-align: center;
    margin: 0.5e;
  }
  
  .hebergement:first-child {
    margin: 0.5em;
  }
  
  .orange {
    font-style: italic;
    font-weight: 500;
    font-size: 2.5em;
    text-align: center;
  }

  .bigocre {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
  }

  .majOrange {
    font-weight: 300;
    font-size: 30px;
    text-align: left;
  }

  .titreBleu {
    font-style: italic;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.3em;
    color: #004d4e;
    text-align: left;
  }
}
@media (max-width:320px) {
  .titre2 {
    font-size: 9px !important;
  }
    .titreh1 {
    font-size: 19px !important;
  }
  
  .divHeader {
    top: 6.5em;
    left: 7em;
}
}
@media(max-width:1024px)  {
  .titre2{
    font-size: 27px;
  }
    .titreh1{
    font-size: 47px;
  }
  .bandeau{
    top: 7em;
  }
  }
@media (max-width:800px){
  .bigocre{
    padding-bottom: 0;
  }
  .titreBleu{
    padding-top: 1em;
    padding-bottom: 0;
  }
}
@media(max-width:950px)  {
.titre2{
  font-size: 23px;
}

.titreh1{
  font-size: 43px;
}

.bandeau{
  top: 8em;
}
}
@media(max-width:600px)  {
  .titre2{
    font-size: 14px;
    text-shadow: .2rem .2rem .3rem rgba(0, 0, 0, .2);
    letter-spacing: 2px;
    line-height: 1em;
  }
  
  
  .bandeau{
    top: 11em;
  }
  }