/* CONSTANTES */
/* SHARING BUTTON */
.addthis_sharing_toolbox {
  text-align: center;
  padding-top: 35px;
  height: 65px;
  background: -moz-linear-gradient(top, #f1f2e3 0%, rgba(255, 255, 255, 0.6) 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f1f2e3 0%, rgba(255, 255, 255, 0.6) 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f1f2e3 0%, rgba(255, 255, 255, 0.6) 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2e3', endColorstr='#99ffffff', GradientType=0);
  /* IE6-9 */
}
.addthis_sharing_toolbox .at-share-btn span {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.addthis_sharing_toolbox .at-share-btn:hover span {
  background: #24201C!important;
}
/* GENERALITES */
b,
strong {
  letter-spacing: 1px;
}
.wrapper {
  box-sizing: border-box;
}
.fondMarron {
  background: #333322;
  color: #ffffff;
}
.fondMarron b {
  font-size: 1.1em;
  line-height: 1.5;
}
.degradeBeige {
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.98) 10%, rgba(238, 238, 221, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.98) 10%, rgba(238, 238, 221, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.98) 10%, rgba(238, 238, 221, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bfeeeedd', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #333322;
}
.degradeBeige b {
  text-transform: uppercase;
  font-size: 1.3em;
  color: #1aca64;
  line-height: 1.6em;
}
.degradeBeige .lines {
  font-weight: normal;
}
.BBox {
  box-sizing: border-box;
}
.wysiwyg {
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.98) 10%, rgba(238, 238, 221, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0.98) 10%, rgba(238, 238, 221, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0.98) 10%, rgba(238, 238, 221, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bfeeeedd', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #333322;
  position: relative;
}
.wysiwyg img {
  width: 80%;
}
.myWrapper {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
/* GENERALITES BLOCS */
#blocA,
#blocB,
#blocC,
#blocD {
  overflow: hidden;
}
.myWrapper {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 5% 50px;
  text-align: center;
  box-sizing: border-box;
}
.myWrapper h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
  color: inherit;
  text-align: left;
  display: inline;
}
.myWrapper h2 span:first-child {
  display: inline-block;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #1aca64;
  margin-right: 25px;
}
.myWrapper h2 span:last-child {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  margin-bottom: 50px;
  width: 80%;
  position: relative;
  top: -2.5px;
}
.lines {
  display: inline-block;
  width: auto;
  padding: 0 5%;
  font-size: 1.4em;
  line-height: normal;
  font-weight: lighter;
}
.lines .deuxTiers,
.lines .demi,
.lines .tiers,
.lines .quart,
.lines .cinqui {
  display: inline-block;
  margin: 0 2.5%;
  vertical-align: middle;
}
.lines .deuxTiers:first-child,
.lines .demi:first-child,
.lines .tiers:first-child,
.lines .quart:first-child,
.lines .cinqui:first-child {
  margin-left: 0;
}
.lines .deuxTiers:last-child,
.lines .demi:last-child,
.lines .tiers:last-child,
.lines .quart:last-child,
.lines .cinqui:last-child {
  margin-right: 0;
}
.lines .full img {
  width: 100%;
}
.lines .deuxTiers {
  width: 70%;
}
.lines .demi {
  width: 40%;
}
.lines .tiers {
  width: 30%;
}
.lines .quart {
  width: 20%;
}
.lines .cinqui {
  width: 10%;
}
.lines .big {
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}
.wysiwyg p + p {
  margin-top: 5px;
}
figcaption {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 20px;
}
img + figcaption {
  margin-bottom: 0;
  margin-top: 20px;
}
hr {
  margin: 35px 0!important;
}
.wysiwyg hr + p {
  margin-top: 0;
}
div.demi {
  text-align: justify;
}
p.min {
  font-size: 1.1em;
}
/* HEADER */
.page_head {
  padding-top: 140px!important;
  margin-bottom: 0;
}
.page_head::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #f4f4e6 99%, #f4f4e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #f4f4e6 99%, #f4f4e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, #f4f4e6 99%, #f4f4e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#f4f4e6', GradientType=0);
  /* IE6-9 */
}
.page_head .myWrapper {
  padding: 50px 0;
}
.page_head .degradeBeige {
  padding-top: 10px;
}
.fullWidth {
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.fullWidth {
  padding: 0;
}
.page_head h1 {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  line-height: normal;
  -webkit-transform: translate(0, -3%) scale(1);
  -ms-transform: translate(0, -3%) scale(1);
  -o-transform: translate(0, -3%) scale(1);
  transform: translate(0, -3%) scale(1);
}
.page_head h1 span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: top;
}
.page_head h1 span.big,
.page_head h1 span.ligneA,
.page_head h1 span.ligneB {
  color: #143723;
}
.page_head h1 span.ligneC,
.page_head h1 span.ligneD {
  color: #1aca64;
}
.page_head h1 span.big {
  float: left;
  font-size: 12em;
  margin-right: 1%;
  line-height: 0.9em;
}
.page_head h1 span.ligneA {
  font-size: 5.3em;
}
.page_head h1 span.ligneB {
  font-size: 5.5em;
}
.page_head h1 span.ligneC {
  font-size: 2em;
}
.page_head h1 span.ligneD {
  font-size: 5em;
}
.page_head h1 .blA {
  line-height: 5.5em;
}
.page_head h1 .blB {
  line-height: 3em;
}
/* Spec BLOC */
#blocB figure {
  vertical-align: bottom;
}
#blocB figure.demi {
  margin-bottom: 50px;
}
#blocB .lines:last-child figure {
  vertical-align: middle;
}
#blocC .demi figure.demi {
  display: block;
  margin: 0 auto;
}
.special {
  font-weight: bold;
  font-size: 1.5em;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 35px;
}
.special .big {
  font-size: 2em;
  color: #1aca64;
}
#blocD {
  padding-bottom: 5px;
}
#blocD p.lines {
  padding: 0;
}
#blocD p.lines b {
  font-size: 1.2em;
}
/* RESPONSIVE ! */
@media screen and (max-width: 770px) {
  .page_head h1 {
    max-width: 480px;
  }
  .page_head h1 span.big {
    font-size: 9.5em;
  }
  .page_head h1 .blA {
    line-height: 4.5em;
  }
  .page_head h1 .blA .ligneA {
    font-size: 4.3em;
  }
  .page_head h1 .blA .ligneB {
    font-size: 4.5em;
  }
  .page_head h1 .blB {
    line-height: 2.6em;
  }
  .page_head h1 .blB .ligneC {
    font-size: 1.6em;
  }
  .page_head h1 .blB .ligneD {
    font-size: 4em;
  }
  .myWrapper h2 {
    font-size: 1.7em;
  }
  .myWrapper h2 span:last-child {
    margin-bottom: 30px;
  }
  .lines .big {
    font-size: 2.5em;
  }
  .degradeBeige b {
    font-size: 1.1em!important;
  }
  .special {
    font-size: 1em;
    margin-top: 10px;
  }
  .special .big {
    font-size: 1.9em;
  }
}
@media screen and (max-width: 600px) {
  .myWrapper h2 span:first-child {
    vertical-align: top;
    margin-right: 10px;
  }
  .page_head h1 {
    max-width: 360px;
  }
  .page_head h1 span.big {
    font-size: 7.5em;
  }
  .page_head h1 .blA {
    line-height: 3.5em;
  }
  .page_head h1 .blA .ligneA {
    font-size: 3.3em;
  }
  .page_head h1 .blA .ligneB {
    font-size: 3.5em;
  }
  .page_head h1 .blB {
    line-height: 2em;
  }
  .page_head h1 .blB .ligneC {
    font-size: 1.2em;
  }
  .page_head h1 .blB .ligneD {
    font-size: 3em;
  }
  .lines .deuxTiers,
  .lines .demi,
  .lines .tiers,
  .lines .quart,
  .lines .cinqui {
    text-align: center;
  }
  .lines .deuxTiers,
  .lines .demi,
  .lines .tiers {
    width: 100%;
    margin: 0;
  }
  .lines .deuxTiers .demi,
  .lines .demi .demi,
  .lines .tiers .demi {
    width: 50%;
  }
  .lines figure.deuxTiers,
  .lines figure.demi,
  .lines figure.tiers {
    width: 80%;
    margin: 0;
    margin-bottom: 30px;
  }
  .lines .quart,
  .lines .cinqui {
    width: 30%;
    vertical-align: bottom;
    margin-bottom: 30px;
  }
  #blocA hr + .lines .cinqui {
    width: 15%;
    margin-bottom: 0;
  }
  #blocA hr + .lines .demi {
    width: 60%;
  }
  #blocB h2 + .lines .quart {
    width: 20%;
  }
  #blocB h2 + .lines .demi {
    width: 35%;
  }
  #blocB h2 + .lines .demi,
  #blocB h2 + .lines .quart {
    margin: 0 2.5%;
  }
  #blocB h2 + .lines .demi figcaption,
  #blocB h2 + .lines .quart figcaption {
    font-size: .9em;
  }
}
@media screen and (max-width: 481px) {
  .page_head {
    padding-top: 100px!important;
  }
  .page_head::before {
    top: 0;
  }
  .page_head .myWrapper {
    padding: 30px 0;
  }
  .page_head h1 {
    max-width: 259px;
  }
  .page_head h1 span.big {
    font-size: 5em;
  }
  .page_head h1 .blA {
    line-height: 2.3em;
  }
  .page_head h1 .blA .ligneA {
    font-size: 2.2em;
  }
  .page_head h1 .blA .ligneB {
    font-size: 2.3em;
  }
  .page_head h1 .blB {
    line-height: 1.6em;
  }
  .page_head h1 .blB .ligneC {
    font-size: .9em;
  }
  .page_head h1 .blB .ligneD {
    font-size: 2.25em;
  }
  .lines .big {
    font-size: 1.7em;
  }
  figcaption {
    font-size: .75em!important;
  }
}