/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@font-face {
    font-family:'e';
    src: url('../typo/e.eot');
  src: url('../typo/e.eot?#iefix') format('embedded-opentype'),
    url('../typo/e.woff2') format('woff2'),
    url('../typo/e.woff') format('woff'),
    url('../typo/e.ttf') format('truetype'),
    url('../typo/e.otf') format('opentype'),
    url('../typo/e.svg#e') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

  .titreAGauche, .titreAuCentre{
    padding-top: 30px;
    display: block;
    font-family: 'M PLUS Rounded 1c';
    margin-bottom: 10px;
    font-weight: normal;

  }

  .titreAGauche{
    text-align: left;
    width: 100%;
    max-width: 80%;
    margin-left: 5%;
  }

  .titreAuCentre{
    text-align: center;
    width: 100%;
    padding-top: 30px;
  }

  h3 {
    display: block;
    text-align: end;
    width: 100%;
    font-family: 'M PLUS Rounded 1c';
    font-weight: normal;
    max-width: 80%;
    float: right;
    margin-right: 5%;
    margin-top: inherit;
  }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

video {
  width: 100%;
  height: auto;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.MargH20{
  margin-top: 20px!important;
}

.MargB20{
  margin-bottom: 20px!important;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    margin: 0;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 999;
  border-bottom: solid 1px #7b7fa7;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  font-family: 'M PLUS Rounded 1c', serif;
  color: #070e54;
  display: block;
  padding: 10px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #ffeccc;
}

.header .logo {
    display: block;
    float: left;
    font-size: 26px;
    text-decoration: none;
    margin-top: 3px;
    line-height: 20px;
    margin-left: 5px;
    color: #070e54;
    font-family: 'M PLUS Rounded 1c', serif;
}

#logo-heklek{
    display: block;
    float: left;
    width: 50px;
    padding-left: 15px;
    margin-top: 3px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 100%;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #021f95;
}

.title {
    color: #ffffff;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

#Bt-fr {
    width: 50%;
    display: block;
    float: left;
}

#Bt-fr a
{
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(../img/Bt-fr.jpg);
    background-position: left;
    background-size: 60px;
    margin-top: 15px;
    padding: inherit;
    margin-bottom: 20px;
    float: right;
    margin-right: 20px;

} 

#Bt-en {
    width: 50%;
    display: block;
    float: right;
}

#Bt-en a
{
    
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(../img/Bt-en.jpg);
    background-position: right;
    background-size: 60px;
    margin-top: 15px;
    margin-left: 20px;
    padding: inherit;
    margin-bottom: 20px;
} 

#Bt-en a:hover
{
    background-position:left;
}

#Bt-en-en {
  width: 50%;
  display: block;
  float: left;
}

#Bt-en-en a
{
  display: block;
  width: 30px;
  height: 20px;
  background-image: url(../img/Bt-en.jpg);
  background-position: left;
  background-size: cover;
  margin-top: 15px;
  padding: inherit;
  margin-bottom: 20px;
  float: right;
  margin-right: 20px;

} 

#Bt-fr-en {
  width: 50%;
  display: block;
  float: right;
}

#Bt-fr-en a
{
  
  display: block;
  width: 30px;
  height: 20px;
  background-image: url(../img/Bt-fr.jpg);
  background-position: right;
  background-size: 60px;
  margin-top: 15px;
  margin-left: 20px;
  padding: inherit;
  margin-bottom: 20px;
} 

#Bt-fr-en a:hover
{
  background-position:left;
}

/* ==============
    MOBILE: Main
   ============== */


#slider-index{
  width: 100%!important;
  height: 200px!important;
  max-width: 1400px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: 37px!important;
  max-height: 200px!important;
}

#full-width-slider {
  width: 100%;
  color: #000;
  /*height: 240px!important*/
}

.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.ligneDecoTitre, .valleeroses, .routesafran, .amandiers, .merzouga, .chefchaouen, .grandatlas{
  height: 5px;
  display: block;
  margin-bottom: 40px;
}

.ligneDecoTitre{
  background: rgb(2,31,149);
  background: linear-gradient(90deg, rgba(2,31,149,0) 0%, rgba(2,31,149,1) 35%, rgba(2,31,149,1) 65%, rgba(2,31,149,0) 100%); 
}

.valleeroses{
    
   background: rgb(197,47,76);
   background: linear-gradient(90deg, rgba(197,47,76,0) 0%, rgba(197,47,76,1) 35%, rgba(197,47,76,1) 50%, rgba(197,47,76,1) 65%, rgba(197,47,76,0) 100%);   
}

.routesafran{
    background: rgb(215,64,157);
    background: linear-gradient(90deg, rgba(215,64,157,0) 0%, rgba(215,64,157,1) 35%, rgba(215,64,157,1) 50%, rgba(215,64,157,1) 65%, rgba(215,64,157,0) 100%); 
}

.amandiers{
    background: rgb(167,167,35);
    background: linear-gradient(90deg, rgba(167,167,35,0) 0%, rgba(167,167,35,1) 35%, rgba(167,167,35,1) 50%, rgba(167,167,35,1) 65%, rgba(167,167,35,0) 100%); 
}

.merzouga{
   background: rgb(236,188,2);
   background: linear-gradient(90deg, rgba(236,188,2,0) 0%, rgba(236,188,2,1) 35%, rgba(236,188,2,1) 50%, rgba(236,188,2,1) 65%, rgba(236,188,2,1) 100%); 
}

.chefchaouen{
   background: rgb(85,127,167);
   background: linear-gradient(90deg, rgba(85,127,167,0) 0%, rgba(85,127,167,1) 35%, rgba(85,127,167,1) 50%, rgba(85,127,167,1) 65%, rgba(85,127,167,1) 100%); 
}

.grandatlas{
   background: rgb(252,137,116);
   background: linear-gradient(90deg, rgba(252,137,116,0) 0%, rgba(252,137,116,1) 35%, rgba(252,137,116,1) 50%, rgba(252,137,116,1) 65%, rgba(252,137,116,1) 100%); 
}

.ligneDecoTitre h1, .valleeroses h1, .routesafran h1, .amandiers h1, .merzouga h1, .chefchaouen h1, .grandatlas h1{
    font-family: 'e';
    font-weight: 400;
    font-style: normal;
    background-color: white;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    max-width: max-content;
    padding-left: 15px; 
    padding-right: 15px;
    top: -10px;
}

.ligneDecoTitre h1{
  color: #021f95;
}

.valleeroses h1{
  color: #c52f4c;
  margin-top: 60px;
}

.routesafran h1{
  color: #d7409d;
  margin-top: 60px;
}

.amandiers h1{
  color: #a7a723;
  margin-top: 60px;
}

.merzouga h1{
  color: #ecbc02;
  margin-top: 60px;
}

.chefchaouen h1{
  color: #557fa7;
  margin-top: 60px;
}

.grandatlas h1{
  color: #fc8974;
  margin-top: 60px;
}

.ligneDecoTitre span, .valleeroses span, .routesafran span, .amandiers span, .merzouga span, .chefchaouen span, .grandatlas span{
  width: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -20px;
  height: 25px;
  background-size: cover;
}

.ligneDecoTitre span{
  background-image: url('../img/decoRosace.jpg');
}

.valleeroses span{
  background-image: url('../img/decoRosace-fuchsia.jpg');
}

.routesafran span{
  background-image: url('../img/decoRosace-rose.jpg');
}

.amandiers span{
  background-image: url('../img/decoRosace-amande.jpg');
}

.merzouga span{
  background-image: url('../img/decoRosace-jaune.jpg');
}

.chefchaouen span{
  background-image: url('../img/decoRosace-bleu.jpg');
}

.grandatlas span{
  background-image: url('../img/decoRosace-corail.jpg');
}

.desc-poet{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flow-root; 
}

.ulchambres{
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*DEBUT SNIPPET*/

.MargeH40{
  margin-top: 40px;
}

#les-chambres{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  height: 100%;
}

.snip1521 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 315px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-size: 16px;
}

.snip1521 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.snip1521 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1521 figcaption {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 1;
  top: 50%;
  left: 50%;
  padding: 5px 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.1em;
  overflow: hidden;
  height: 44px;
  border-radius: 5px;
  width: 80%;
}

.snip1521 h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: initial;
  margin: 0;
  color: #000;
  margin-top: 9px;
  float: inherit;
}

.snip1521 h4.hover {
  color: #ffffff;
}

.snip1521 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1521:hover > img,
.snip1521.hover > img {
  opacity: 0.35;
}

.snip1521:hover figcaption,
.snip1521.hover figcaption {
  background-color: #000000;
}

.snip1521:hover .title,
.snip1521.hover .title {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.snip1521:hover .hover,
.snip1521.hover .hover {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.fuchsia-colo{
  color: #c52f4c!important;
} 

.fuchsia-bg, .snip1521:hover .fuchsia-bg, .snip1521.hover .fuchsia-bg {
  background-color: #c52f4c;
}

.rose-colo{
  color: #d6479b!important;
}

.rose-bg, .snip1521:hover .rose-bg, .snip1521.hover .rose-bg{
  background-color: #d6479b;
}

.amande-colo{
  color: #a7a331!important;
}

.amande-bg, .snip1521:hover .amande-bg, .snip1521.hover .amande-bg{
  background-color: #a7a331;
}

.jaune-colo{
  color: #e8b925!important;
}

.jaune-bg, .snip1521:hover .jaune-bg, .snip1521.hover .jaune-bg{
  background-color: #e8b925;
}

.bleu-colo{
  color: #5880a3!important;
}

.bleu-bg, .snip1521:hover .bleu-bg, .snip1521.hover .bleu-bg{
  background-color: #5880a3;
}

.corail-colo{
  color: #f88a74!important;
}

.corail-bg, .snip1521:hover .corail-bg, .snip1521.hover .corail-bg{
  background-color: #f88a74;
}

/*FIN SNIPPET*/

.img-deco, .img-deco2{
  height: 60px;
  background-position: center;
  background-size: cover;
  margin-bottom: 70px;
}

.img-deco3, .img-deco4, .img-deco5, .img-deco6{
  height: 60px;
  background-position: center;
  background-size: cover;
  margin-bottom: 70px;
}


.img-deco{
  background-image: url('../img/deco-img-1.jpg');
}

.img-deco2{
  background-image: url('../img/deco-img-2.jpg');
}

.img-deco3{
  background-image: url('../img/deco-img-3.jpg');
}

.img-deco4{
  background-image: url('../img/deco-img-4.jpg');
}

.img-deco5{
  background-image: url('../img/deco-img-5.jpg');
}

.img-deco6{
  background-image: url('../img/deco-img-6.jpg');
}

.bande-deco{
    background-image: url('../img/deco-bande.jpg');
    height: 50px;
    background-position: center;
    background-size: cover;
    margin-bottom: 70px;
}

.degradG{
  height:50px;
  position: relative;
  display: block;
  float: left;
  border: inherit;
  left: -1px;
}

.degradD{
  height: 50px;
  position: relative;
  display: block;
  float: right;
  border: inherit;
}

.img-deco .degradG, .img-deco .degradD, .img-deco2 .degradG, .img-deco2 .degradD  {
  height: 60px;
}

.img-deco3 .degradG, .img-deco3 .degradD, .img-deco4 .degradG, .img-deco4 .degradD, .img-deco5 .degradG, .img-deco5 .degradD, .img-deco6 .degradG, .img-deco6 .degradD{
  height: 60px;
}

.footer-container footer {
    color: white;
}

.main p {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  margin-bottom: 50px;
  margin-top: 30px;
  width: 90%;
  text-align: justify;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-chambres{
  width: 300px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#ValleeRoses, #routeSafran, #valleeAmandiers, #duneMerzouga, #chefchaouen, #grandAtlas {
  width: auto;
  display: block;
  height: 200px;
  background-size: cover;
  margin-bottom: 10px;
}

#ValleeRoses{
  background-image: url('../img/chambres/chambre-vallee-Roses.jpg');
  
}

#routeSafran{
  background-image: url('../img/chambres/chambre-route-safran.jpg');
 
}

#valleeAmandiers{
  background-image: url('../img/chambres/chambre-vallee-amandiers.jpg');
  
}

#duneMerzouga{
  background-image: url('../img/chambres/chambre-dune-merzouga.jpg');
 
}

#chefchaouen{
  background-image: url('../img/chambres/chambre-chefchaouen.jpg');
  
}

#grandAtlas{
  background-image: url('../img/chambres/chambre-grand-atlas.jpg');
 
}

#portrait{
  background-image: url('../img/etoile-deco.jpg');
}

/*#souk{
  background-image: url('../img/etoile-deco2.jpg');
}*/

#souk {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#portrait {
  display: block;
  width: 100%;
  height: 360px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  }

  .miniLigne{
    font-style: normal;
    color: #708090;
    font-size: 12px;
    text-align: center !important;
    display: block;
    line-height: 16px;
  }

  #services{
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  #services p{
    margin-top: 15px;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }

  #iconesServices{
    width: auto;
    display: block;
    height: max-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .icone{
    display: inline-block;
    width: 35%;
    text-align: center;
    vertical-align: top;
    font-family: 'roboto';
    margin-bottom: 15px;
  }

  .icone img{
    max-width: 70%;
    min-width: 100px;
    transition: none;
  }

  .icone b{
    display: block;
    color: #021f95;
  }

  .icone span{
    font-size: 12px;
    display: inline-block;
    top: -8px;
    position: relative;
  }

  .BTresa{
    display: contents;
    text-decoration: none;
  }

  .BtReserve{
    border: 0;
    line-height: 2.5;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 40px;
    background-color: #021f95;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2) 30%, rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6), inset -2px -2px 3px rgba(0, 0, 0, .6);
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: 'M PLUS Rounded 1c', serif;
    letter-spacing: 3px;
    font-size: 15px;
    box-shadow: 2px 2px 4px rgba(47, 4, 142, 0.4);
    width: 100%;
    max-width: 90%;
  }

  .BtReserve:hover {
    background-color: #1138d4;
  }

  .BtReserve:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
  }

  .BtReserve:focus{
    outline: none;
  }

  .deco-haute, .deco-bas {
      
      width: auto;
      display: block;
      height: 70px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      margin-left: auto;
      margin-right: auto;
  }

  .deco-haute{
    background-image: url('../img/deco-bt-resa-H.jpg');
    margin-bottom: 5px;
    width: 70%;
    background-position: bottom;
  }

  .deco-bas{
    background-image: url('../img/deco-bt-resa-B.jpg');
    margin-top: 10px;
    width: 70%;
    background-position: top;
  }

  .deco-footer-H{
    background-image: url('../img/txt-footer-H.jpg');
    height: 35px;
    background-size: contain;
  }

  .footerReset {
    background-color: #e0e0e0!important;
    width: 100%!important;
  }

  .deco-footer-B{
    background-image: url('../img/txt-footer-B.jpg');
    height: 22px;
  }

  #liensFooter{
    display: inline-block;
    width: 50%;
    text-align: end;
    color: #000;
    list-style: none;
    padding-left: inherit;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  #liensFooter a{
    display: block;
    float: right;
    margin-right: 10%;
    width: 100%;
    max-width: 95%;
    text-decoration: none;
    color: #a9a9a9;
    font-family: 'M PLUS Rounded 1c', serif;
    letter-spacing: 1px;
  }

  #liensFooter a:hover{
    color: #5a5a5a;
  }

  #adresseFooter{ 
    display: block;
    width: 50%;
    text-align: left;
    color: #5a5a5a;
    float: right;
    margin-top: 19px;
    font-size: 12px;
  }

  #adresseFooter img{
    padding-left: 10%;
    display: block;
    width: 40px;
  }

  #adresseFooter span{
    padding-left: 10%;
    display: block;
    margin-top: 15px;
    line-height: initial;
  }

  #facebook{
    text-decoration: none;
    color: #395597;
    text-shadow: 1px 1px 1px #FFF;
  }

  #facebook:hover{
    color: #395597;
    text-shadow: 0px 0px 0px #1772ea;
  }

  #basPage{
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: 'roboto';
  }


  /*PAGE PRESTATION---------------------------------------------------------------------------------*/

  .lespresta{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .lespresta p{
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .lespresta h2{
    font-family: 'M PLUS Rounded 1c';
    text-align: center;
    text-decoration: underline;
  }

  .lespresta h3{
    float: none;
    margin: 0px;
    text-align: center;
    max-width: inherit;
  }

  .lespresta span{ /*TEMPORAIRE*/
    width: 90%;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .BtContact{
    color: #021f95;
  }

  .BtContact:hover{
    text-decoration: none;
  }

  .prestaIllu{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
  }

  .lespresta .img-deco3, .lespresta .img-deco4, .lespresta .img-deco5, .lespresta .img-deco6 {
    margin-bottom: 0px;
  }


  .list-excur{
    display: block;
    list-style-type: disc;
    text-align: center;
    color: #708090;
    padding-left: 0;
    list-style-position: inside;
  }

  #riadfooter{
    width: 100%;
    float: left;
  }

   #riadfooter img{
    float: left;
  }

   #riadfooter span{
    float: left;
    margin-top: -2px;
    padding-left: 10px;
  }

  /*FIN PAGE PRESTATION---------------------------------------------------------------------------------*/



  /*START PAGE CONTACT---------------------------------------------------------------------------------*/

  #sectional-contact{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 30px;
    font-family: 'M PLUS Rounded 1c';
    background-color: #f5f5f5;
  }

  .illu-contact{
    background-image: url(../img/illu-contact.jpg);
    display: block;
    padding-top: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #sectional-contact h2{
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    height: 25px;
    border-radius: 5px 5px 0 0;
    font-size: 20px;
  }

  #sectional-contact input, #sectional-contact textarea, #sectional-contact select{
    width : 100%;
    margin: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    border-bottom: 1px solid #000000;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 16px;
  }

  .blocForm{
    margin-bottom: 20px;
    width: 100%;
    display: inline-block; 
  }

  .blocForm label{
    font-size: 14px;
    color: #708090;
  }

  #inputcivil, #inputnom, #inputemail, #inputphone, #inputchoix, #inputmessage {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #inputnom, #inputemail, #inputphone{
    text-align: center;
  }

  #labelcheck{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 0px;
  }

  #casecheck{
    width: initial!important;
  }

  .mini{
    position: relative;
    top: -10px;
    font-size: 12px;
  }

  #bt-formul{
    width: 50%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    display: block!important;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: lightgrey;
    border-radius: 5px;
  }

  #bt-formul:hover{
    background-color:#ffeccc;
  }

  .alert-success{
    display: block;
    width: 100%;
    background-color: #a0ffa0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 20px;
  }

  .alert-danger{
    display: block;
    width: 100%;
    background-color: #ffa0a0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 20px;
  }

  .cgv{
    font-size: 10px;
    color: #708090;
  }

  .cgv:hover {
    color: #000000;
  }

  .cgv-titre{
    text-align: center;
    color: #021f95;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .cgv-para{
    font-size: 15px;
    line-height: normal;
    font-style: inherit!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
  }

  .resaImg{
    width: 100%;
  }


  /*END PAGE CONTACT---------------------------------------------------------------------------------*/

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }

    .img-chambres {
        width: 90%;
    }

    #ValleeRoses, #routeSafran, #valleeAmandiers, #duneMerzouga, #chefchaouen, #grandAtlas {
      display: block;
      height: 150px;
      background-size: contain;
      background-repeat: no-repeat;
      width: 45%;
      float: left;
      margin-left: 3%;
      background-position: left;
    }

    #ValleeRoses, #valleeAmandiers, #chefchaouen {
     background-position: right!important;
    }

    .icone img{
    max-width: 70%;
    min-width: 60%;
  }

  .snip1521 {
    width: 45%;
    max-width: inherit;
    min-width: inherit;
  }

  .snip1521 h4 {
    font-size: 13px;
  }


}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */


    .header li {
    float: left;
  }
  .header li a {
    padding: 15px 10px;
    font-size: 14px;
  }

  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }


    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

    #Bt-fr, #Bt-en  {
        width: inherit;
        display: inherit;
        float: left;
    }

    #Bt-fr a, #Bt-en a {
        width: 25px;
        height: 17px;
        margin-top: 17px;
        margin-bottom: 0px;
    }

    #Bt-fr a
    {
        display: block;
        background-image: url(../img/Bt-fr.jpg);
        background-position: left;
        background-size: 50px;
        margin-left: 20px;
        padding: inherit;
        float: left;
        margin-right: 0px;
    }

    #Bt-en a
    {
        display: block;
        background-image: url(../img/Bt-en.jpg);
        background-position: right;
        background-size: 50px;
        margin-left: 20px;
        padding: inherit;
        margin-right: 20px;
    } 

    #Bt-en-en, #Bt-fr-en  {
      width: inherit;
      display: inherit;
      float: right;
  }

  #Bt-en-en a, #Bt-fr-en a {
      width: 25px;
      height: 17px;
      margin-top: 17px;
      margin-bottom: 0px;
  }

  #Bt-en-en a
  {
      display: block;
      background-image: url(../img/Bt-en.jpg);
      background-position: left;
      background-size: 50px;
      margin-left: 20px;
      padding: inherit;
      float: left;
      margin-right: 0px;
  }

  #Bt-fr-en a
  {
      display: block;
      background-image: url(../img/Bt-fr.jpg);
      background-position: right;
      background-size: 50px;
      margin-left: 20px;
      padding: inherit;
      margin-right: 20px;
  }

/* ============
    WIDE: Main
   ============ */

    #slider-index{
      width: 100%!important;
      height: 300px!important;
      max-height: 300px!important;
    }

    /*#full-width-slider {
      height: 400px!important
    }*/

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
 
    .main p {
      width: 70%;
    }

    .img-deco{
      height: 100px;
    }

    .img-deco2{
      height: 100px;
    }

    .degradG{
      height: 50px;
    }

    .degradD{
      height: 50px;
    }

    .img-deco .degradG, .img-deco2 .degradG, .img-deco .degradD, .img-deco2 .degradD {
      height: 100px
    }

    .bande-deco{
      height: 50px;
      background-size: contain;
    }

    .desc-poet{
      width: 80%;
      margin-right: auto;
      margin-left: auto;
    }

    #ValleeRoses, #routeSafran, #valleeAmandiers, #duneMerzouga, #chefchaouen, #grandAtlas {
        display: block;
        height: 230px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 45%;
        float: left;
        margin-left: 3%;
        background-position: top left;
    }

    #ValleeRoses, #valleeAmandiers, #chefchaouen {
     background-position: top right!important;
    }

    #portrait, #souk {
      margin-top: 2%;
      margin-bottom: 2%;
      }

      .icone {
        width: 20%;
        max-width: 150px;
    }

    .BtReserve{
    max-width: 60%;
  }

  #adresseFooter {
        font-size: inherit;
    }

    .snip1521 {
      min-width: 315px;
      max-width: 315px;
      width: 100%;
    }

    .snip1521 h4 {
      font-size: 16px;
    }

    #full-width-slider {
      max-height: 500px!important;
      max-width: 752px!important;
      margin-left: auto;
      margin-right: auto;
    }

    .ulchambres{
      width: 70%;
    }

    .icone img{
    max-width: 80%;
    transition: max-width 0.2s;
    -webkit-transition: max-width 0.2s;
  }

   #iconesServices img:hover{
    max-width: 75%;
  }

  .img-deco3, .img-deco4, .img-deco5, .img-deco6{
    height: 100px;
    background-position: center;
    background-size: cover;
    margin-bottom: 70px;
  }

  .img-deco3 .degradG, .img-deco3 .degradD, .img-deco4 .degradG, .img-deco4 .degradD, .img-deco5 .degradG, .img-deco5 .degradD, .img-deco6 .degradG, .img-deco6 .degradD{
    height: 100px
  }

  .laCivil, .leMail {
    width: 48%;
    float: left;
    clear: left;
  }

  .leNom, .leNum{
    width: 48%;
    float: right;
  }


}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    .header li a {
    padding: 15px 30px;
    font-size: 16px;
  }

  #Bt-fr a, #Bt-en a
    {
        width: 30px;
        height: 20px;

    } 

    #Bt-en-en a, #Bt-fr-en a
    {
        width: 30px;
        height: 20px;

    } 

    #ValleeRoses, #routeSafran, #valleeAmandiers, #duneMerzouga, #chefchaouen, #grandAtlas {
      width: 33%;
      margin-left: 0px;
  }

  #Bt-fr a
    {
        background-size: 60px;
    }

    #Bt-en a
    {
        background-size: 60px;
    } 

    #Bt-en-en a
  {
      background-size: 60px;
  }

  #Bt-fr-en a
  {
      background-size: 60px;
  }

      
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}