.block { display:block; }
.inline { display:inline; }
.none { display:none; }
.inline-block { display:inline-block; }
.absolute { position:absolute; }
.fixed { position:fixed; }
.relative { position:relative; }
.hide { overflow:hidden; }
.visible { overflow:visible; }
.overauto { overflow:auto; }
.novisible { visibility:hidden; }
.underline { text-decoration:underline; }
.tnone { text-decoration:none; }
.barre { text-decoration:line-through; }
.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left; }
.justify { text-align:justify; }
.fright { float:right; }
.fleft { float:left; }
.clear { clear:both; }
.cleft { clear:left; }
.cright { clear:right; }
.italic { font-style:italic; }
.bold { font-weight:bold; }
.normal { font-weight:normal; }
.uppercase { text-transform:uppercase; }
.lowercase { text-transform:lowercase; }
.capitalize { text-transform:capitalize; }
.pointer { cursor:pointer; }
.auto { margin:0 auto; }
.arial { font-family:'Arial', sans-serif; }
.box {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.nowrap {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.cover { background-size:cover; }
.myriad {
  font-family:'PT Sans', sans-serif;
  font-weight:400;
}
.myriadSemiBold {
  font-family:'PT Sans', sans-serif;
  font-weight:700;
}
.roboto { font-family:'Roboto', sans-serif; }
.verdana { font-family:verdana, sans-serif; }
.degradeOrange {
  background:#ff7e10;
  background:-moz-linear-gradient(top,#ff7e10 0%,#ff610d 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff7e10),color-stop(100%,#ff610d));
  background:-webkit-linear-gradient(top,#ff7e10 0%,#ff610d 100%);
  background:-o-linear-gradient(top,#ff7e10 0%,#ff610d 100%);
  background:-ms-linear-gradient(top,#ff7e10 0%,#ff610d 100%);
  background:linear-gradient(to bottom,#ff7e10 0%,#ff610d 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7e10',endColorstr='#ff610d',GradientType=0);
}
.degradeOrangeInverse {
  background:#ff610d;
  background:-moz-linear-gradient(top,#ff610d 0%,#ff7e10 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff610d),color-stop(100%,#ff7e10));
  background:-webkit-linear-gradient(top,#ff610d 0%,#ff7e10 100%);
  background:-o-linear-gradient(top,#ff610d 0%,#ff7e10 100%);
  background:-ms-linear-gradient(top,#ff610d 0%,#ff7e10 100%);
  background:linear-gradient(to bottom,#ff610d 0%,#ff7e10 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff610d',endColorstr='#ff7e10',GradientType=0);
}
.degradeVert {
  background:#92a204;
  background:-moz-linear-gradient(top,#92a204 0%,#829002 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#92a204),color-stop(100%,#829002));
  background:-webkit-linear-gradient(top,#92a204 0%,#829002 100%);
  background:-o-linear-gradient(top,#92a204 0%,#829002 100%);
  background:-ms-linear-gradient(top,#92a204 0%,#829002 100%);
  background:linear-gradient(to bottom,#92a204 0%,#829002 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#92a204',endColorstr='#829002',GradientType=0);
}
.degradeMarron {
  background:#bda984;
  background:-moz-linear-gradient(top,#bda984 0%,#a38f6c 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bda984),color-stop(100%,#a38f6c));
  background:-webkit-linear-gradient(top,#bda984 0%,#a38f6c 100%);
  background:-o-linear-gradient(top,#bda984 0%,#a38f6c 100%);
  background:-ms-linear-gradient(top,#bda984 0%,#a38f6c 100%);
  background:linear-gradient(to bottom,#bda984 0%,#a38f6c 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bda984',endColorstr='#a38f6c',GradientType=0);
}
.degradeBeige {
  background:#f3f0eb;
  background:-moz-linear-gradient(top,#f3f0eb 0%,#f0eadc 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f3f0eb),color-stop(100%,#f0eadc));
  background:-webkit-linear-gradient(top,#f3f0eb 0%,#f0eadc 100%);
  background:-o-linear-gradient(top,#f3f0eb 0%,#f0eadc 100%);
  background:-ms-linear-gradient(top,#f3f0eb 0%,#f0eadc 100%);
  background:linear-gradient(to bottom,#f3f0eb 0%,#f0eadc 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f0eb',endColorstr='#f0eadc',GradientType=0);
}
#headerEtMenu #menu, #header #headerContent #introHeader { display:block; }
#headerEtMenu .accueil { display:none !important; }
#menuResponsive2 li.recherche { display:none; }
#headerEtMenu #header #navigationHeader .recherche { display:none !important; }
h1 {
  color:#655434;
  font-size:20px;
  margin:0 0 20px;
  font-family:'PT Sans', sans-serif;
  font-weight:400;
  text-align:center;
  font-weight:bold;
}
h1 .vert { color:#8c9b03; }
@media screen and (max-width: 700px) {
  h1 {
    margin:0 0 10px;
    padding:0 0 10px;
    border-bottom:1px #f0eadc solid;
  }
}
#contentTexteHome .touteLargeurContent { padding-top:10px; }
@media screen and (max-width: 700px) {
  #contentTexteHome .touteLargeurContent { padding:10px 10px 0; }
}
#sliderHome {
  height:316px;
  position:relative;
}
#sliderHome .rslides_nav { display:none; }
#sliderHome .rslides_tabs {
  top:292px;
  z-index:99;
  width:100%;
  clear:both;
  position:absolute;
  text-align:center;
}
#sliderHome .rslides_tabs li {
  padding:8px 5px 1px;
  background:rgba(0,0,0,0.5);
  display:inline;
}
#sliderHome .rslides_tabs li a {
  width:17px;
  height:17px;
  display:inline-block;
  background-color:#fff;
  -webkit-border-radius:50% 50% 50% 50%;
  border-radius:50% 50% 50% 50%;
  text-decoration:none;
  text-indent:-1000px;
  overflow:hidden;
}
#sliderHome .rslides_tabs li.rslides_here a {
  width:11px;
  height:11px;
  border:solid 3px #fff;
  background-color:#ff7e10;
}
#sliderHome .rslides_tabs li:first-child {
  padding-left:16px;
  -webkit-border-radius:14px 0 0 14px;
  border-radius:14px 0 0 14px;
}
#sliderHome .rslides_tabs li:last-child {
  padding-right:16px;
  -webkit-border-radius:0 14px 14px 0;
  border-radius:0 14px 14px 0;
}
@media screen and (max-width: 700px) {
  #sliderHome {
    height:inherit;
    border:none;
  }
  #sliderHome .rslides_tabs { display:none; }
}
#div_moteurPrincipal {
  top:220px;
  margin-left:-486.5px;
  left:50%;
  padding:4px;
  background-color:rgba(0,0,0,0.3);
  width:965px;
  height:43px;
  z-index:100;
  position:absolute;
}
#div_moteurPrincipal #div_moteurPrincipalContent {
  height:26px;
  background-color:#fff;
}
#div_moteurPrincipal .ligneMoteur > div { margin:0 10px 0 0; }
@media screen and (max-width: 700px) {
  #div_moteurPrincipal {
    top:inherit;
    left:inherit;
    width:100%;
    padding:0;
    background:none;
    margin-left:0;
    height:inherit;
    position:relative;
  }
  #div_moteurPrincipal #div_moteurPrincipalContent {
    border:none;
    height:inherit;
  }
}
@media screen and (max-width: 699px) {
  #div_moteurPrincipal .ligneMoteur > div { margin:0; }
}
#contentTexteHome { border-top:1px #b09c74 solid; }
@media screen and (max-width: 700px) {
  #contentTexteHome { border-top:none; }
}
#contentCarte {
  width:440px;
  float:left;
}
@media screen and (max-width: 700px) {
  #contentCarte { display:none; }
}
#contentRight {
  width:490px;
  float:right;
}
@media screen and (max-width: 700px) {
  #contentRight {
    float:none;
    width:inherit;
  }
}
#contentMeaHome { background-color:#f3f0eb; }
.iteaV5_responsiveSlides {
  position:relative;
  list-style:none;
  overflow:hidden;
  width:100%;
  padding:0;
  margin:0;
  z-index:9;
}
.iteaV5_responsiveSlides li {
  -webkit-backface-visibility:hidden;
  position:absolute;
  display:none;
  width:100%;
  height:316px;
  left:0;
  top:0;
}
.iteaV5_responsiveSlides li a {
  width:inherit;
  display:block;
}
.iteaV5_responsiveSlides li a span {
  width:inherit;
  top:49px;
  left:80px;
  color:#fff;
  font-size:2.6em;
  text-shadow:3px 2px 3px #777;
  font-weight:300;
  padding:0 0 60px 0px;
  background:url(../../img/css/jepars.png) no-repeat bottom center;
  font-family:'Roboto', sans-serif;
  text-align:center;
  position:absolute;
  display:block;
  font-style:italic;
}
.iteaV5_responsiveSlides li a span strong {
  font-style:normal;
  font-weight:700;
  font-size:1.2em;
  display:block;
}
.iteaV5_responsiveSlides li:first-child {
  position:relative;
  display:block;
  float:left;
}
.iteaV5_responsiveSlides img {
  display:block;
  height:316px;
  width:auto;
  border:0;
  margin:0 auto 0 -840px;
  left:50%;
  top:0;
  position:absolute;
}
@media screen and (max-width: 700px) {
  .iteaV5_responsiveSlides, .iteaV5_responsiveSlides li { height:131px; }
  .iteaV5_responsiveSlides img {
    width:auto;
    height:131px;
    width:696px;
    margin:0 0 0 -348px;
  }
  .iteaV5_responsiveSlides li a span {
    font-size:2em;
    top:5px;
    left:0px;
  }
  .iteaV5_responsiveSlides li a span strong { font-size:0.7em; }
}
#div_numroTelFede { display:none; }
#div_telDerniereMinute {
  width:973px;
  position:absolute;
  left:50%;
  z-index:10;
  margin-left:-486.5px;
  top:40px;
}
@media screen and (max-width: 700px) {
  .div_groupeMeaOffSp .div_enteteGroupeMeaOffSp, #div_telDerniereMinute {
    max-width:inherit;
    width:inherit;
  }
  .div_groupeMeaOffSp .div_enteteGroupeMeaOffSp h2 {
    background:none;
    border:none;
    margin:0 0 5px !important;
  }
  .div_groupeMeaOffSp .contentListeMea {
    width:auto;
    display:block;
  }
  .div_groupeMeaOffSp .contentListeMea .unMea {
    border:none;
    padding:0 !important;
    border-radius:0;
    border-bottom:1px solid #f0eadc;
  }
  .div_groupeMeaOffSp .contentListeMea .unMea .accroche {
    margin:0 0 5px !important;
    overflow:hidden;
  }
  .div_groupeMeaOffSp .contentListeMea .unMea .link {
    position:inherit;
    bottom:0;
    right:0;
  }
  #contentTexteHome .div_groupeMeaOffSp .unMea .vignette { width:122px; }
  #contentTexteHome .div_groupeMeaOffSp .unMea .vignette img {
    width:120px;
    height:inherit;
  }
}
#div_numeroTelFedeSurtaxe { display:none; }
