/* 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;
}
.aRight {
  text-align: right!important;
}
.aLeft {
  text-align: left!important;
}
.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;
  color: #1aca64;
}
.degradeBeige .lines {
  font-weight: normal;
}
.aCenter {
  text-align: center!important;
}
.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 h3 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 1px;
}
.wysiwyg h3 span {
  text-transform: uppercase;
  color: #1aca64;
}
.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: 100px 5% 50px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.myWrapper h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
  color: #fff;
  text-align: center;
  background: #1aca64;
  font-size: 2.5em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 4%;
  box-sizing: border-box;
}
.myWrapper h2::after {
  content: '';
  width: 35px;
  height: 56px;
  display: block;
  position: absolute;
  top: 94px;
  left: 0;
  background-image: url(img/boutBulle.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.myWrapper h2 span {
  font-size: .8em;
}
#blocC .myWrapper h2,
#blocD .myWrapper h2 {
  padding: 11px 4%;
  line-height: 1em;
}
.lines {
  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%;
  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 {
  display: block;
}
.lines .full img {
  width: 100%;
}
.lines .full b {
  font-size: 1.7em;
}
.lines .deuxTiers {
  width: 70%;
}
.lines .demi {
  width: 40%;
}
.lines .tiers {
  width: 30%;
  font-size: .8em;
}
.lines .tiers img {
  width: 60%!important;
}
.lines .quart {
  width: 20%;
}
.lines .cinqui {
  width: 10%;
}
.lines .big {
  font-size: 1.7em;
  font-weight: bold;
}
.wysiwyg p + p {
  margin-top: 5px;
}
figcaption {
  text-transform: normal;
  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%;
  font-size: 100%;
  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.ligneA,
.page_head h1 span.ligneB {
  color: #143723;
}
.page_head h1 span.big,
.page_head h1 span.ligneC,
.page_head h1 span.ligneD {
  color: #1aca64;
}
.page_head h1 span.big {
  float: left;
  font-size: 7em;
  margin-top: -10px;
  line-height: 1em;
}
.page_head h1 span.ligneA {
  font-size: 5.2em;
}
.page_head h1 span.ligneB {
  font-size: 4.4em;
}
.page_head h1 span.ligneC {
  font-size: 2.7em;
}
.page_head h1 span.ligneD {
  font-size: 3.3em;
}
.page_head h1 .blA {
  line-height: 4.6em;
}
.page_head h1 .blB {
  line-height: 2.9em;
}
/* Spec BLOC */
.txtmin {
  font-size: 14px!important;
  text-transform: none!important;
}
.special {
  font-size: 200%;
  line-height: 1.5em;
}
.special b {
  color: #1aca64;
  line-height: inherit;
}
#blocB .lines,
#blocD .lines {
  width: 85%;
  margin: 30px auto;
}
#blocB .lines .quart,
#blocD .lines .quart {
  width: 15%;
}
#blocB .lines b {
  font-size: 2.3em;
}
.special {
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 35px;
  font-size: 200%;
  line-height: 1em;
}
.special b {
  color: #1aca64;
  line-height: inherit;
}
.special .big {
  font-size: 2em;
  color: #1aca64;
}
.special .source {
  text-transform: none;
  font-weight: 100;
  font-size: .7em;
  letter-spacing: 0;
}
#blocA .un .lab {
  font-size: 1.55em;
  line-height: 1.1em;
}
#blocA .deux {
  line-height: 1.4em;
}
#blocA .deux .laa {
  font-size: 1.5em;
}
#blocA .deux .lab {
  font-size: 1.55em;
}
#blocA .deux .lac {
  font-size: 1.4em;
}
#blocA .deux .lad {
  font-size: 1.7em;
}
#blocA .trois .lab {
  font-size: 2em;
  line-height: 1em;
}
#blocA .trois .lac {
  font-size: 1.3em;
}
#blocD .un {
  line-height: 1.5em;
}
#blocD .un .laa {
  font-size: 2.5em;
}
#blocD .un .lac {
  font-size: 2em;
}
#blocD .un .lad {
  font-size: 1.52em;
  line-height: 1.3em;
}
#blocD .deux {
  line-height: 1.3em;
}
#blocD .deux .laa {
  font-size: 1.2em;
}
#blocD .deux .lab {
  font-size: 1.12em;
}
#blocD .deux .lac {
  font-size: 1.96em;
  line-height: 1em;
}
#blocD .deux .lad {
  font-size: 1.92em;
  line-height: .9em;
}
#blocD .deux .lae {
  font-size: 1.2em;
}
#blocD .deux .laf {
  font-size: 2.05em;
  line-height: .9em;
}
.degradeBeige .source {
  font-weight: normal;
}
#blocD {
  padding-bottom: 5px;
}
/* RESPONSIVE ! */
@media screen and (max-width: 770px) {
  .page_head h1 {
    max-width: 480px;
    font-size: 80%;
  }
  .myWrapper h2 {
    font-size: 1.7em;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .myWrapper h2::after {
    top: 69px;
  }
  .special {
    font-size: 150%;
  }
  .lines .big {
    font-size: 1.2em;
  }
  #blocB .lines .quart,
  #blocD .lines .quart {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .page_head h1 {
    width: 320px;
    font-size: 50%;
  }
  .special {
    font-size: 130%;
  }
  .lines .tiers {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .lines .tiers img {
    width: 30%!important;
  }
  .lines .tiers figcaption {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 481px) {
  .page_head {
    padding-top: 100px!important;
  }
  .page_head::before {
    top: 0;
  }
  .page_head h1 {
    width: 245px;
    font-size: 40%;
  }
  .page_head h1 .big {
    line-height: 1.3em!important;
  }
  .myWrapper {
    padding-top: 75px;
  }
  .myWrapper h3 {
    font-size: 1.2em;
  }
  .myWrapper h2 {
    font-size: 1.2em;
  }
  .myWrapper h2::after {
    width: 25px;
    top: 58px;
  }
  #blocA .special.deux {
    font-size: 90%;
  }
  .special {
    font-size: 100%;
  }
  .special .source {
    font-size: 1em;
  }
  .lines .big {
    font-size: .9em;
  }
  #blocB .lines:last-child .demi {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  #blocB .lines:last-child .demi img {
    width: 40%;
  }
}