@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: 'icomoon';
  src: url("/web/assets/css/fonts/icomoon.eot?fi2nrv");
  src: url("/web/assets/css/fonts/icomoon.eot?fi2nrv#iefix") format("embedded-opentype"), url("/web/assets/css/fonts/icomoon.ttf?fi2nrv") format("truetype"), url("/web/assets/css/fonts/icomoon.woff?fi2nrv") format("woff"), url("/web/assets/css/fonts/icomoon.svg?fi2nrv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@keyframes rotateIn {
  from {
    transform: translateY(-50%) rotate(0deg); }
  to {
    transform: translateY(-50%) rotate(360deg); } }
#ContentUnsubscribe {
  width: 80%;
  margin: 40px auto; }
  #ContentUnsubscribe p {
    font-size: 24px;
    text-align: center; }

#Contentwhoiam {
  width: 80%;
  margin: 40px auto; }
  #Contentwhoiam .Betty {
    width: 20%;
    height: auto;
    margin: auto 35px 35px;
    float: left; }
  #Contentwhoiam h1, #Contentwhoiam h2 {
    color: #9FA85C; }

.textDL {
  font-size: 1.3em;
  text-align: center;
  margin-top: 15px; }

#DownFree {
  width: 250px;
  height: 40px;
  text-align: center;
  color: white;
  background: #9FA85C;
  border: solid #9FA85C 1px;
  border-radius: 6px;
  line-height: 40px;
  margin: 20px auto; }
  #DownFree:hover {
    cursor: pointer;
    color: #9FA85C;
    background: white; }

#accrocheFeat {
  width: 100%;
  font-size: 1.2em;
  color: #9FA85C;
  text-align: center; }

#leftSide {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  text-align: center; }
  #leftSide img {
    width: 50%;
    height: auto; }

#rightSide {
  width: 100%; }
  #rightSide #textPop {
    font-size: 1.1em;
    margin-bottom: 20px; }
  #rightSide #wrapOptin {
    position: relative;
    width: 100%;
    height: auto; }
    #rightSide #wrapOptin.error::after {
      content: attr(data-error);
      position: absolute;
      bottom: 129%;
      width: 100%;
      display: block;
      height: auto;
      padding: 10px;
      box-sizing: border-box;
      background: #ED5D5F;
      text-align: center;
      border-radius: 6px;
      color: white;
      box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.65); }
    #rightSide #wrapOptin.error::before {
      content: '';
      z-index: 99;
      width: 0;
      display: block;
      height: 0;
      position: absolute;
      border: 0 solid transparent;
      border-right-width: 11px;
      border-left-width: 11px;
      border-bottom: 22px solid #ED5D5F;
      top: 78%;
      left: calc(8% - 29px); }
  #rightSide #maillink {
    margin-bottom: 10px;
    position: relative; }
    #rightSide #maillink.error::after {
      content: attr(data-error);
      position: absolute;
      bottom: 129%;
      width: 100%;
      display: block;
      height: auto;
      padding: 10px;
      box-sizing: border-box;
      background: #ED5D5F;
      text-align: center;
      border-radius: 6px;
      color: white;
      box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.65); }
    #rightSide #maillink.error::before {
      content: '';
      z-index: 99;
      width: 0;
      display: block;
      height: 0;
      position: absolute;
      border: 0 solid transparent;
      border-right-width: 29px;
      border-left-width: 29px;
      border-top: 22px solid #ED5D5F;
      bottom: 100%;
      left: calc(50% - 29px); }
  #rightSide input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    float: left; }
  #rightSide input[type="email"] {
    text-align: center;
    font-size: 1.1em; }
  #rightSide label {
    font-weight: normal;
    font-style: italic;
    font-size: 0.9em; }
  #rightSide #valideFeat {
    width: 90%;
    height: 40px;
    text-align: center;
    border: #9FA85C solid 1px;
    background: #9FA85C;
    border-radius: 6px;
    line-height: 40px;
    margin: 25px auto;
    color: white; }
    #rightSide #valideFeat:hover {
      background: white;
      color: #9FA85C;
      cursor: pointer; }

#wrapHome {
  width: 100%;
  height: auto;
  display: block; }

@keyframes oscill {
  0% {
    transform: rotate(-25deg); }
  100% {
    transform: rotate(25deg); } }
@keyframes bounce2 {
  20% {
    transform: scale(0.7); }
  40% {
    transform: scale(0.8); }
  60% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.lienField {
  width: 80%;
  margin: 0px auto;
  font-size: 0.8em; }

#MainConfirme {
  padding: 25px; }

#MainChangePwd {
  width: 35%;
  margin: 25px auto; }

.wrapActionFE {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 10px auto; }
  .wrapActionFE .cancelForget, .wrapActionFE .confirmeForget {
    width: 45%;
    text-align: center;
    line-height: 40px;
    color: white; }
  .wrapActionFE .cancelForget {
    background: #660737;
    border: solid #660737 1px;
    border-radius: 4px;
    float: left; }
    .wrapActionFE .cancelForget:hover {
      cursor: pointer;
      background: white;
      color: #660737; }
  .wrapActionFE .confirmeForget {
    background: #9FA85C;
    border: solid #9FA85C 1px;
    border-radius: 4px;
    margin-left: 55%; }
    .wrapActionFE .confirmeForget:hover {
      cursor: pointer;
      background: white;
      color: #9FA85C; }

.errorConfirme {
  font-size: 1.8em; }

.closeAlerte, #btnValNewSection, .closeFin {
  width: 150px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  color: white;
  background: #9FA85C;
  border: solid #9FA85C 1px;
  margin: 10px auto; }
  .closeAlerte:hover, #btnValNewSection:hover, .closeFin:hover {
    cursor: pointer;
    background: white;
    color: #9FA85C; }

#ReseauxSociaux.horizontal {
  width: 300px;
  height: 40px;
  margin: 30px auto;
  position: relative; }
  #ReseauxSociaux.horizontal .oneRS {
    float: left;
    width: 60px;
    height: 60px;
    padding: 5px;
    box-sizing: border-box; }
    #ReseauxSociaux.horizontal .oneRS img {
      width: 100%;
      height: 100%; }
    #ReseauxSociaux.horizontal .oneRS .rondRS {
      fill: #9fa85c; }
    #ReseauxSociaux.horizontal .oneRS .calqueGouzi {
      transform: scale(0);
      transform-origin: center; }
    #ReseauxSociaux.horizontal .oneRS:hover {
      animation: none;
      cursor: pointer; }
      #ReseauxSociaux.horizontal .oneRS:hover .calqueGouzi {
        animation: bounce2 1 normal cubic-bezier(0.4, 0, 1, 1) 0.6s;
        transform-origin: center;
        animation-fill-mode: forwards; }
      #ReseauxSociaux.horizontal .oneRS:hover .calqueRond {
        transform: rotate(-20deg);
        transform-origin: center; }

circle.circle {
  stroke: #660737;
  fill: #fff; }

path.plus {
  fill: #660737; }
path.heart {
  fill: white; }
  path.heart.on {
    fill: #9FA85C; }
path.myStar {
  fill: white;
  stroke-width: 4px;
  stroke: black; }
  path.myStar.on {
    fill: #9FA85C; }

body, html {
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-family: 'Quicksand';
  position: relative;
  height: 100%; }

.PopA {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: height 1s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999; }
  .PopA .content {
    width: 60%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    background: white;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 12px;
    height: auto; }
    .PopA .content.L30 {
      width: 30%; }
    .PopA .content h2 {
      text-align: center;
      margin: 20px auto 0px auto; }

.WrapCI {
  height: auto;
  width: 100%; }
  .WrapCI .WrapConnexion {
    display: block; }
    .WrapCI .WrapConnexion.off {
      display: none; }
  .WrapCI .WrapInscription {
    display: block; }
    .WrapCI .WrapInscription.off {
      display: none; }
  .WrapCI .goToC {
    width: 100%;
    text-align: center;
    margin: 5px auto 15px auto; }
    .WrapCI .goToC:hover {
      font-weight: bold;
      cursor: pointer; }

.closePop {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px; }
  .closePop img {
    width: 100%;
    height: 100%; }
  .closePop:hover {
    cursor: pointer; }

.btn {
  width: 150px;
  border: solid #9FA85C 1px;
  color: white;
  background: #9FA85C;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border-radius: 14px; }
  .btn:hover {
    cursor: pointer;
    background: white;
    color: #9FA85C; }

.darkShadow {
  opacity: 0.5;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black; }
  .darkShadow.round {
    border-radius: 30px; }

#laius {
  background: transparent;
  width: 47%;
  height: 345px;
  position: absolute;
  top: 310px;
  left: 17%;
  right: auto;
  bottom: auto;
  display: block;
  color: white;
  z-index: 5;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 30px; }

#BettyFront {
  padding-bottom: 47%;
  width: 47%;
  float: left;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  border: solid white 2px;
  border-radius: 50%;
  z-index: 6; }
  #BettyFront #BettyFrontIn {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    #BettyFront #BettyFrontIn img, #BettyFront #BettyFrontIn svg {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 100%;
      z-index: 1; }

.filtreBlanc {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 2; }

.itemRSB {
  width: 13.9%;
  height: 13.9%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 7; }
  .itemRSB img {
    width: 100%;
    height: 100%; }
  .itemRSB .rondRS {
    fill: #9fa85c; }
  .itemRSB .calqueGouzi {
    transform: scale(0);
    transform-origin: center; }
  .itemRSB:hover {
    animation: none;
    cursor: pointer; }
    .itemRSB:hover .calqueGouzi {
      animation: bounce2 1 normal cubic-bezier(0.4, 0, 1, 1) 0.6s;
      transform-origin: center;
      animation-fill-mode: forwards; }
    .itemRSB:hover .calqueRond {
      transform: rotate(-20deg);
      transform-origin: center; }

#facebookB {
  left: -11.6%;
  top: 44.5%; }

#instagramB {
  left: -10.95%;
  top: 60.71%; }

#pinterestB {
  left: -6.10%;
  top: 76.19%; }

#twitterB {
  left: 14.5%;
  top: 100.71%; }

#youtubeB {
  left: 2.57%;
  top: 89.76%; }

#contentLaius {
  position: absolute;
  left: -77px;
  top: 25px;
  width: calc(100% - 50px);
  height: 100%;
  z-index: 6;
  font-size: 1.1vw; }
  #contentLaius .fakeRound {
    position: relative;
    padding-bottom: 42%;
    width: 44%;
    float: left;
    shape-outside: circle(); }

#goMe {
  position: absolute;
  bottom: 51px;
  right: -107px;
  width: 150px;
  border: solid #9FA85C 1px;
  color: white;
  background: #9FA85C;
  line-height: 40px;
  height: 40px;
  text-align: center;
  border-radius: 14px; }

#prodsAds {
  background: transparent;
  width: 33%;
  height: 247px;
  position: absolute;
  top: 430px;
  left: auto;
  right: 2%;
  bottom: auto;
  display: block;
  color: white; }

@keyframes shake {
  from {
    transform: rotate(-20deg); }
  from {
    transform: rotate(20deg); } }
#wrapAds {
  position: relative;
  margin: 20px auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px); }
  #wrapAds .OneVisuel {
    position: absolute;
    width: 33.33%;
    height: 100%;
    top: 0px;
    left: 33.33%; }
    #wrapAds .OneVisuel:hover {
      animation: shake 0.4s  alternate infinite;
      cursor: pointer; }
    #wrapAds .OneVisuel:first-child {
      left: 0px; }
    #wrapAds .OneVisuel:last-child {
      left: 66.66%; }
    #wrapAds .OneVisuel img {
      position: absolute;
      height: 80%;
      width: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.arrow {
  position: absolute;
  top: 125%;
  left: -28%;
  width: 200px;
  height: 300px;
  transform: translate(44px, -190px); }
  .arrow svg {
    fill: transparent;
    stroke: black; }

#titreLivre {
  position: absolute;
  top: 125%;
  left: -8%;
  width: 250px;
  height: 40px;
  font-size: 2.2vw;
  font-weight: bold;
  font-variant-caps: all-small-caps;
  text-align: center;
  color: black;
  font-family: 'Shadows Into Light', cursive; }

#MenuJour {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 739px;
  left: 0px;
  right: auto;
  bottom: auto;
  display: block;
  color: white;
  background-size: cover; }
  #MenuJour #backTableau {
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1; }
    #MenuJour #backTableau img {
      position: relative;
      width: 100%;
      height: 100%; }
  #MenuJour #TextMenu {
    position: absolute;
    width: 90%;
    text-align: center;
    height: auto;
    left: 5%;
    top: 10%;
    font-family: 'Fredericka the Great', cursive;
    color: white;
    z-index: 2; }
    #MenuJour #TextMenu h2 {
      font-size: 1.7em;
      text-align: center;
      width: 100%;
      margin-top: 0px; }
    #MenuJour #TextMenu .OneMDJ h3 {
      width: 100px;
      text-align: center;
      border-bottom: solid white 2px;
      margin-left: 5px; }
    #MenuJour #TextMenu .OneMDJ .NomMenu {
      width: 80%;
      margin: auto;
      font-size: 1.3em; }
      #MenuJour #TextMenu .OneMDJ .NomMenu:hover {
        cursor: pointer;
        color: #9FA85C; }
  #MenuJour #seeMenu, #MenuJour #seeMenuIpad {
    z-index: 999;
    bottom: -149px;
    right: -71px;
    width: 215px;
    position: absolute;
    height: 210px;
    transform-origin: 48% 17px;
    animation: oscill alternate infinite 4s; }
    #MenuJour #seeMenu img, #MenuJour #seeMenuIpad img {
      width: 100%;
      height: auto; }

#Featured {
  background: transparent;
  width: 60%;
  height: 390px;
  position: absolute;
  top: 840px;
  left: auto;
  right: 0px;
  bottom: auto;
  border-width: 1px;
  display: block;
  border-color: black;
  border-style: dashed;
  color: black; }

.content {
  width: 100%;
  height: 100%; }

#MyFeatured {
  position: relative;
  margin: 20px auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px); }
  #MyFeatured #VisuelFeatured {
    width: 30%;
    height: 100%;
    position: relative;
    float: left; }
    #MyFeatured #VisuelFeatured img {
      position: absolute;
      width: 90%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #MyFeatured #textFeatured {
    font-size: 1.3vw;
    float: left;
    width: 70%;
    padding: 15px;
    box-sizing: border-box;
    height: 100%;
    position: relative; }
    #MyFeatured #textFeatured .titreFeature {
      color: #9FA85C;
      font-weight: bold; }
  #MyFeatured #goFeature {
    width: auto;
    position: absolute;
    bottom: 15px;
    right: 35%;
    transform: translateX(50%);
    height: 30px;
    line-height: 30px;
    background: #9FA85C;
    text-align: center;
    color: white;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    border: solid #9FA85C 1px; }
    #MyFeatured #goFeature:hover {
      color: #9FA85C;
      background: white;
      cursor: pointer; }

#titreFeat {
  position: absolute;
  top: -23%;
  left: -14%;
  width: 250px;
  height: 40px;
  font-size: 2.2vw;
  font-weight: bold;
  font-variant-caps: all-small-caps;
  text-align: center;
  color: black;
  font-family: 'Shadows Into Light', cursive; }

.arrowB {
  position: absolute;
  top: -23%;
  left: -14%;
  width: 200px;
  height: 300px;
  transform: translate(205px, 0px); }
  .arrowB svg {
    fill: transparent;
    stroke: black; }

#wrapRecettes {
  width: 100%;
  height: 392px;
  overflow: hidden; }
  #wrapRecettes:hover .disp {
    display: block; }
  #wrapRecettes .disp {
    width: 5%;
    height: 100%;
    display: none;
    transition: all 0.5s;
    background: #625F5F;
    position: absolute;
    opacity: 0.5;
    top: 0px; }
    #wrapRecettes .disp:hover {
      cursor: pointer; }
    #wrapRecettes .disp .triangleG {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 75px 50px 75px 0;
      border-color: transparent #ffffff transparent transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #wrapRecettes .disp .triangleD {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 75px 0 75px 50px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #wrapRecettes #rewindR {
    left: 0px; }
  #wrapRecettes #forwardR {
    right: 0px; }
  #wrapRecettes #wrappyRecette {
    width: 161%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: -20%; }
    #wrapRecettes #wrappyRecette .OneMyRec {
      float: left;
      margin: 0px 1.5%;
      height: 100%;
      width: 10%;
      position: relative;
      border: solid #868383 1px;
      overflow: hidden;
      box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.75); }
      #wrapRecettes #wrappyRecette .OneMyRec:hover {
        cursor: pointer; }
      #wrapRecettes #wrappyRecette .OneMyRec .TitreRecette {
        width: 100%;
        height: 20%;
        text-align: center;
        position: absolute;
        left: 0px;
        font-size: 0.9vw;
        color: #9FA85C;
        font-weight: bold; }
        #wrapRecettes #wrappyRecette .OneMyRec .TitreRecette .Tin {
          width: calc(100% - 20px);
          text-align: center;
          top: 50%;
          left: 10px;
          position: absolute;
          transform: translateY(-50%); }
      #wrapRecettes #wrappyRecette .OneMyRec .photoRecette {
        width: 100%;
        height: 80%;
        position: absolute;
        left: 0px;
        overflow: hidden; }
        #wrapRecettes #wrappyRecette .OneMyRec .photoRecette img {
          width: 100%;
          height: auto;
          max-height: 100%; }
      #wrapRecettes #wrappyRecette .OneMyRec.top {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px; }
        #wrapRecettes #wrappyRecette .OneMyRec.top .TitreRecette {
          top: 0px; }
        #wrapRecettes #wrappyRecette .OneMyRec.top .photoRecette {
          top: 20%; }
      #wrapRecettes #wrappyRecette .OneMyRec.down {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px; }
        #wrapRecettes #wrappyRecette .OneMyRec.down .TitreRecette {
          top: 80%; }
        #wrapRecettes #wrappyRecette .OneMyRec.down .photoRecette {
          top: 0%; }

#ChoixPage {
  width: 90%;
  margin: 50px auto 10px 20px; }

#choixPage {
  width: 100px;
  height: 30px;
  display: inline-block;
  font-size: 19px;
  padding-left: 38px;
  border: solid #7b7f46 2px;
  border-radius: 15px;
  margin-left: 10px; }

#wait {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  display: none;
  z-index: 2; }
  #wait img {
    width: 100%;
    height: 100%; }

.MainAll {
  width: 90%;
  margin-left: 10%;
  min-height: 800px;
  overflow: auto;
  transition: all 1s;
  position: relative; }
  .MainAll.ouvert {
    width: calc(90% - 302px);
    margin-left: calc(10% + 302px);
    transition: all 1s; }

#searchRecette, #searchArticle {
  width: 100%;
  height: 32px;
  border: solid black 1px;
  border-radius: 8px;
  background-image: url(../images/icones/1x/search.png);
  background-position: 2px 1px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  padding-left: 33px; }

#blockSearch {
  position: relative;
  width: 80%;
  height: auto; }

.noResults {
  width: 100%;
  text-align: center;
  margin: 50px auto;
  font-size: 1.5em; }

#supprFiltre {
  position: absolute;
  height: 32px;
  width: 32px;
  right: -35px;
  background: url(../images/icones/1x/suppF.png);
  background-size: 30px 30px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  bottom: 0px; }
  #supprFiltre:hover {
    cursor: pointer; }

.OneArticleListing {
  float: left;
  width: 337px;
  height: auto;
  margin: 20px;
  position: relative; }
  .OneArticleListing:hover {
    cursor: pointer; }
    .OneArticleListing:hover .photoArticle {
      width: 100%;
      height: auto;
      position: relative; }
      .OneArticleListing:hover .photoArticle img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: center;
        transition: all 0.4s;
        transform: translate(-50%, -50%) scale(1.3);
        width: 100%;
        height: auto;
        max-height: 100%; }
  .OneArticleListing .TitreArticle {
    height: 60px;
    width: 100%;
    text-align: center;
    color: #9FA85C;
    position: relative; }
    .OneArticleListing .TitreArticle .Tin {
      width: calc(100% - 20px);
      text-align: center;
      top: 50%;
      left: 10px;
      position: absolute;
      transform: translateY(-50%); }
  .OneArticleListing .photoArticle {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
    .OneArticleListing .photoArticle img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      max-height: 100%;
      transition: all 0.4s; }

.OneRecetteListing {
  float: left;
  width: 337px;
  height: auto;
  margin: 20px;
  position: relative; }
  .OneRecetteListing:hover {
    cursor: pointer; }
    .OneRecetteListing:hover .photoRecette {
      width: 100%;
      height: auto;
      position: relative; }
      .OneRecetteListing:hover .photoRecette img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: center;
        transition: all 0.4s;
        transform: translate(-50%, -50%) scale(1.3);
        width: 100%;
        height: auto;
        max-height: 100%; }
  .OneRecetteListing .TitreRecette {
    height: 60px;
    width: 100%;
    text-align: center;
    color: #9FA85C;
    position: relative; }
    .OneRecetteListing .TitreRecette .Tin {
      width: calc(100% - 20px);
      text-align: center;
      top: 50%;
      left: 10px;
      position: absolute;
      transform: translateY(-50%); }
  .OneRecetteListing .photoRecette {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
    .OneRecetteListing .photoRecette img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      max-height: 100%;
      transition: all 0.4s; }

.OneMyRec {
  float: left;
  margin: 0px 1.5%;
  height: 100%;
  width: 10%;
  position: relative;
  border: solid #868383 1px;
  overflow: hidden;
  box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.75); }
  .OneMyRec.inListing {
    height: auto;
    margin: 20px;
    width: 20%; }
    .OneMyRec.inListing .photoRecette {
      width: 100%;
      height: auto;
      position: relative;
      left: 0px;
      overflow: hidden; }
      .OneMyRec.inListing .photoRecette img {
        width: 100%;
        height: auto;
        max-height: 100%; }
    .OneMyRec.inListing .TitreRecette {
      width: 100%;
      height: 40px;
      text-align: center;
      position: relative;
      left: 0px;
      font-size: 0.9vw;
      color: #9FA85C;
      font-weight: bold; }
      .OneMyRec.inListing .TitreRecette .Tin {
        width: calc(100% - 20px);
        text-align: center;
        top: 50%;
        left: 10px;
        position: absolute;
        transform: translateY(-50%); }
  .OneMyRec:hover {
    cursor: pointer; }
  .OneMyRec .TitreRecette {
    width: 100%;
    height: 20%;
    text-align: center;
    position: absolute;
    left: 0px;
    font-size: 0.9vw;
    color: #9FA85C;
    font-weight: bold; }
    .OneMyRec .TitreRecette .Tin {
      width: calc(100% - 20px);
      text-align: center;
      top: 50%;
      left: 10px;
      position: absolute;
      transform: translateY(-50%); }
  .OneMyRec .photoRecette {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0px;
    overflow: hidden; }
    .OneMyRec .photoRecette img {
      width: 100%;
      height: auto;
      max-height: 100%; }
  .OneMyRec.top {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; }
    .OneMyRec.top .TitreRecette {
      top: 0px; }
    .OneMyRec.top .photoRecette {
      top: 20%; }
  .OneMyRec.down {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; }
    .OneMyRec.down .TitreRecette {
      top: 80%; }
    .OneMyRec.down .photoRecette {
      top: 0%; }

#wrapArticles {
  width: 100%;
  height: 392px;
  overflow: hidden; }
  #wrapArticles:hover .disp {
    display: block; }
  #wrapArticles .disp {
    width: 5%;
    height: 100%;
    display: none;
    transition: all 0.5s;
    background: #625F5F;
    position: absolute;
    opacity: 0.5;
    top: 0px; }
    #wrapArticles .disp:hover {
      cursor: pointer; }
    #wrapArticles .disp .triangleG {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 75px 50px 75px 0;
      border-color: transparent #ffffff transparent transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #wrapArticles .disp .triangleD {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 75px 0 75px 50px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #wrapArticles #rewindA {
    left: 0px; }
  #wrapArticles #forwardA {
    right: 0px; }
  #wrapArticles #wrappyArticle {
    width: 161%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: -20%; }
    #wrapArticles #wrappyArticle .OneMyArticle {
      float: left;
      margin: 0px 1.5%;
      height: 100%;
      width: 10%;
      position: relative;
      border: solid #868383 1px;
      overflow: hidden;
      box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.75); }
      #wrapArticles #wrappyArticle .OneMyArticle .TitreArticle {
        width: 100%;
        height: 20%;
        text-align: center;
        position: absolute;
        left: 0px;
        font-size: 0.9vw;
        color: #9FA85C;
        font-weight: bold; }
        #wrapArticles #wrappyArticle .OneMyArticle .TitreArticle .Tin {
          width: calc(100% - 20px);
          text-align: center;
          top: 50%;
          left: 10px;
          position: absolute;
          transform: translateY(-50%); }
      #wrapArticles #wrappyArticle .OneMyArticle .photoArticle {
        width: 100%;
        height: 80%;
        position: absolute;
        left: 0px;
        overflow: hidden; }
        #wrapArticles #wrappyArticle .OneMyArticle .photoArticle img {
          width: 100%;
          height: auto;
          max-height: 100%; }
      #wrapArticles #wrappyArticle .OneMyArticle.top {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px; }
        #wrapArticles #wrappyArticle .OneMyArticle.top .TitreArticle {
          top: 0px; }
        #wrapArticles #wrappyArticle .OneMyArticle.top .photoArticle {
          top: 20%; }
      #wrapArticles #wrappyArticle .OneMyArticle.down {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px; }
        #wrapArticles #wrappyArticle .OneMyArticle.down .TitreArticle {
          top: 80%; }
        #wrapArticles #wrappyArticle .OneMyArticle.down .photoArticle {
          top: 0%; }

.hideme {
  width: 100%;
  position: relative;
  height: 392px;
  margin-top: 1020px;
  opacity: 0;
  margin-bottom: 230px; }
  .hideme.A {
    margin-top: 50px; }

#titreRecette {
  position: absolute;
  top: 1260px;
  left: -1%;
  width: 250px;
  height: 40px;
  font-size: 2.2vw;
  font-weight: bold;
  font-variant-caps: all-small-caps;
  text-align: center;
  color: black;
  font-family: 'Shadows Into Light', cursive; }

#titreArticle {
  position: absolute;
  top: 1930px;
  left: 6%;
  width: 250px;
  height: 40px;
  font-size: 2.2vw;
  font-weight: bold;
  font-variant-caps: all-small-caps;
  text-align: center;
  color: black;
  font-family: 'Shadows Into Light', cursive; }

.arrowC {
  position: absolute;
  top: 1254px;
  left: -1%;
  width: 200px;
  height: 141px;
  transform: translate(205px, -15px); }
  .arrowC svg {
    fill: transparent;
    stroke: black; }

.arrowD {
  position: absolute;
  top: 1930px;
  left: 8%;
  width: 200px;
  height: 300px;
  transform: translate(205px, -15px); }
  .arrowD svg {
    fill: transparent;
    stroke: black; }

.OneComent {
  padding: 10px;
  border: solid #9FA85C 1px;
  margin-bottom: 15px;
  border-radius: 8px; }
  .OneComent .headersComent .nameComent, .OneComent .headersComent .dateComent {
    color: #9FA85C;
    font-weight: bold; }
  .OneComent .ThisComent {
    font-style: italic;
    padding: 10px;
    font-weight: bold; }

#noteComment {
  width: 100%; }
  #noteComment .stars {
    font-size: 1.5em;
    color: #ccc; }
    #noteComment .stars.green {
      color: #9FA85C; }
    #noteComment .stars.halfgreen {
      background: linear-gradient(to right, #9fa85c, #9fa85c 50%, #ccc 51%, #ccc 75%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

#starsNote {
  font-size: 2.5em;
  color: #ccc;
  direction: rtl;
  width: 21%; }
  #starsNote a:hover, #starsNote a:hover ~ a, #starsNote a.select, #starsNote a.select ~ a {
    color: #9FA85C;
    cursor: pointer; }

#menuDeroulant {
  position: absolute;
  z-index: 110;
  left: -245px;
  top: 239px;
  min-height: 900px;
  background: black;
  width: 300px;
  transition: all 1s;
  border: solid black 1px; }
  #menuDeroulant .TitreStyle {
    height: 100%;
    position: relative;
    padding-left: 35px;
    width: 100%;
    margin-bottom: 12px; }
    #menuDeroulant .TitreStyle .inLabel {
      position: absolute;
      top: 50%;
      width: 150px;
      left: 38px;
      text-align: left;
      transform: translateY(-63%); }
      #menuDeroulant .TitreStyle .inLabel.mort {
        text-decoration: line-through; }
    #menuDeroulant .TitreStyle input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    #menuDeroulant .TitreStyle .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee; }
    #menuDeroulant .TitreStyle:hover input ~ .checkmark {
      background-color: #ccc; }
    #menuDeroulant .TitreStyle input:checked ~ .checkmark {
      background-color: #9FA85C; }
    #menuDeroulant .TitreStyle .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    #menuDeroulant .TitreStyle input:checked ~ .checkmark:after {
      display: block; }
    #menuDeroulant .TitreStyle .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }
  #menuDeroulant #wrappyMenuF {
    width: 100%;
    height: 100%; }
  #menuDeroulant.ouvert {
    left: 0px;
    transition: all 1s; }
  #menuDeroulant #ouvreMenu {
    position: absolute;
    overflow: auto;
    right: 5px;
    top: 5px;
    width: 45px;
    height: 45px; }
    #menuDeroulant #ouvreMenu:hover {
      cursor: pointer;
      filter: brightness(90%); }
    #menuDeroulant #ouvreMenu .barreH {
      width: 95%;
      height: 5px;
      background: white;
      margin: 5px auto auto;
      transition: all 1s; }
    #menuDeroulant #ouvreMenu #barre1.p2 {
      transform-origin: left;
      transform: rotate(45deg);
      width: 28px;
      transition: all 1s; }
    #menuDeroulant #ouvreMenu #barre3.p2 {
      transform-origin: left;
      transform: rotate(-45deg);
      width: 28px;
      transition: all 1s; }
    #menuDeroulant #ouvreMenu #barre2.p2 {
      opacity: 0;
      transition: all 1s; }
  #menuDeroulant #titreFilter {
    position: absolute;
    top: 180px;
    font-size: 20px;
    width: 200px;
    height: 45px;
    text-align: center;
    color: white;
    right: -85px;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: all 1s;
    opacity: 1; }
    #menuDeroulant #titreFilter.ouvert {
      opacity: 0;
      transition: all 1s; }
  #menuDeroulant #contentMenu {
    margin-top: 70px;
    width: 230px;
    margin-left: 20px; }
    #menuDeroulant #contentMenu .OneType {
      width: 100%;
      height: 40px;
      margin-top: 15px; }
      #menuDeroulant #contentMenu .OneType td {
        text-align: left; }
    #menuDeroulant #contentMenu .WrapStyle {
      width: 90%;
      margin-left: 10%;
      overflow: auto; }
      #menuDeroulant #contentMenu .WrapStyle .OneStyle {
        height: 30px;
        width: 70%;
        margin: 15px auto 15px 15px;
        line-height: normal; }

.TitreStyle:hover {
  color: #9FA85C;
  cursor: pointer; }

.TitreStyle.mort {
  text-decoration: line-through; }

.OneType2 {
  width: 100%;
  height: 41px;
  overflow: auto;
  margin-top: 15px;
  position: relative; }
  .OneType2 .TitreType {
    position: absolute;
    width: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold; }
  .OneType2 .ForSliderType {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 50%; }
    .OneType2 .ForSliderType .Slider {
      position: absolute;
      width: 58%;
      height: 27px;
      border-radius: 19px;
      border: solid #ccc 1px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: -webkit-linear-gradient(top, #8cc540 0%, #699331 61%, #567828 91%, #4d6b24 100%);
      box-shadow: inset 0 3px 15px rgba(0, 0, 0, 0.8); }
      .OneType2 .ForSliderType .Slider .Slidy {
        position: absolute;
        left: 1px;
        top: 1px;
        height: 84%;
        width: 41%;
        border-top: solid 2px #fafafa;
        border-bottom: solid 2px #ada39d;
        border-radius: 50%;
        background: -webkit-linear-gradient(top, #efeeee 0%, #bcb9b8 100%);
        box-shadow: 1px 6px 7px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.4);
        transition: all 0.2s cubic-bezier(0, 0, 0.05, 1.01); }
      .OneType2 .ForSliderType .Slider.off {
        background: -webkit-linear-gradient(top, #ea1e44 0%, #bc193c 61%, #82112a 91%, #5e0d1e 100%); }
        .OneType2 .ForSliderType .Slider.off .Slidy {
          left: 57%;
          transition: all 0.4s cubic-bezier(0, 0, 0.05, 1.01); }
      .OneType2 .ForSliderType .Slider:hover {
        cursor: pointer; }
        .OneType2 .ForSliderType .Slider:hover .Slidy {
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }

.ouvreT {
  width: 5px;
  height: 5px;
  border-right: solid white 2px;
  border-bottom: solid white 2px;
  transform: rotate(-45deg);
  display: inline-block;
  margin-right: 5px;
  transition: all 1s; }
  .ouvreT:hover {
    filter: brightness(90%);
    cursor: pointer; }
  .ouvreT.fermeT {
    transform: rotate(45deg);
    transition: all 1s; }

#navMenu {
  width: 50%;
  height: 40px;
  margin: 60px auto 40px auto;
  position: relative; }
  #navMenu .Navigation {
    width: 20%;
    height: 100%;
    float: left; }
    #navMenu .Navigation.gauche .inDiv {
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 30px 20px 0;
      border-color: transparent #000000 transparent transparent; }
    #navMenu .Navigation.droite .inDiv {
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 0 20px 30px;
      border-color: transparent transparent transparent #000000; }
    #navMenu .Navigation:hover {
      cursor: pointer; }
  #navMenu .NavigationCentrale {
    width: 60%;
    line-height: 40px;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #9FA85C; }

#tableMenu {
  width: 1157px;
  margin: 30px auto;
  border: solid #ccc 1px;
  padding: 15px;
  border-radius: 14px; }
  #tableMenu .moments {
    text-align: center; }
  #tableMenu tbody tr td:not(:last-child) {
    border-right: dashed black 1px; }
  #tableMenu tbody tr:not(:last-child) td {
    border-bottom: dashed black 1px; }
    #tableMenu tbody tr:not(:last-child) td:not(:last-child) {
      border-right: dashed black 1px; }
  #tableMenu tbody tr:first-child td {
    height: 40px;
    line-height: 40px;
    border-bottom: dashed black 1px;
    font-weight: bold; }

td.bilanJournee {
  position: relative; }
  td.bilanJournee img {
    position: absolute;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s; }
    td.bilanJournee img:hover {
      cursor: pointer;
      transform: translate(-50%, -50%) scale(1.2);
      transition: all 0.5s; }

.nomDateJour {
  font-weight: bold; }

.IFN {
  width: 30px;
  height: 30px;
  margin: auto; }
  .IFN img {
    width: 100%;
    height: 100%; }

.forVign {
  position: relative;
  height: 68px;
  padding: 10px;
  width: 300px; }
  .forVign .oneRecetteInMenu {
    width: 80%;
    height: auto;
    text-align: center;
    color: #9FA85C;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }
    .forVign .oneRecetteInMenu:hover {
      cursor: pointer;
      filter: brightness(70%); }

#MainConnexion {
  width: 60%;
  margin: 50px auto; }
  #MainConnexion .WrapConnexion, #MainConnexion .WrapInscription {
    float: left;
    width: 50%;
    padding: 25px;
    box-sizing: border-box;
    display: block; }
    #MainConnexion .WrapConnexion .WrapInput, #MainConnexion .WrapInscription .WrapInput {
      width: 80%; }
    #MainConnexion .WrapConnexion .goToC, #MainConnexion .WrapInscription .goToC {
      display: none; }
    #MainConnexion .WrapConnexion h2, #MainConnexion .WrapInscription h2 {
      text-align: center; }

#checkResult {
  position: fixed;
  right: 15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  bottom: -150px;
  height: 150px;
  background: #9FA85C;
  color: white;
  text-align: center;
  padding: 15px;
  box-sizing: border-box; }
  #checkResult #checkIn {
    margin: 10px auto;
    width: 30px;
    height: 30px;
    position: relative; }
    #checkResult #checkIn svg {
      width: 100%;
      height: 100%; }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }
.checkLine {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 6px;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: dash 1s linear infinite; }

#tableFavEnv {
  width: 80%;
  margin: 30px auto; }
  #tableFavEnv thead tr th {
    height: 40px;
    border-bottom: dashed black 1px; }
  #tableFavEnv tbody tr td.photo {
    padding: 10px;
    text-align: center;
    width: 30%; }
    #tableFavEnv tbody tr td.photo img {
      width: 150px;
      height: 150px; }
  #tableFavEnv tbody tr td.nom {
    width: 30%;
    padding: 30px;
    text-align: center; }
    #tableFavEnv tbody tr td.nom .NomRec {
      font-size: 1.3em;
      width: 100%;
      color: #9FA85C; }
  #tableFavEnv tbody tr td.see {
    position: relative;
    width: 20%; }
    #tableFavEnv tbody tr td.see img {
      position: absolute;
      width: 20%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.5s; }
      #tableFavEnv tbody tr td.see img:hover {
        transform: translate(-50%, -50%) scale(1.2);
        transition: all 0.5s;
        cursor: pointer; }

#titreMobile {
  display: none; }

#burger {
  display: none; }

#footerMobile {
  display: none; }

#wrapHomeMobile {
  display: none; }

#MenuSlider {
  display: none; }

#tableMenuMobile {
  display: none; }

#wrapHomeIpad {
  display: none; }

#tableFavEnv {
  display: block; }

#tableFavEnvMobile {
  display: none; }

#ModDetect {
  width: 20px; }

@media screen and (max-width: 500px) {
  #ModDetect {
    width: 10px; }

  #WrapDown {
    width: 100%; }
    #WrapDown #DownLoad {
      display: block; }
    #WrapDown #SliderDown {
      display: none; }
    #WrapDown #CheckEnd {
      display: none; }
    #WrapDown.during #DownLoad {
      display: none; }
    #WrapDown.during #SliderDown {
      display: block; }
    #WrapDown.during #CheckEnd {
      display: none; }
    #WrapDown.ending #DownLoad {
      display: none; }
    #WrapDown.ending #SliderDown {
      display: none; }
    #WrapDown.ending #CheckEnd {
      display: block; }

  #SliderDown {
    width: 100%;
    margin: 55px auto;
    height: 35px;
    background: black;
    position: relative;
    border-radius: 18px;
    overflow: hidden; }
    #SliderDown #SlidyDown {
      width: 0%;
      background: #D3A369;
      border-bottom-right-radius: 18px;
      border-top-right-radius: 18px;
      height: 100%;
      position: absolute;
      z-index: 9;
      left: 0px;
      top: 0px; }
    #SliderDown #PcDown {
      position: absolute;
      left: 50%;
      top: 0px;
      line-height: 35px;
      color: white;
      font-size: 20px;
      z-index: 99;
      transform: translateX(-50%); }

  #CheckEnd {
    width: 100%;
    margin: 40px auto; }
    #CheckEnd h2 {
      color: black;
      text-align: center; }
    #CheckEnd .BtnAS {
      margin-top: 20px; }
    #CheckEnd #Checky {
      width: 80px;
      margin: auto;
      height: 80px;
      border-radius: 50%;
      background: #D3A369;
      color: white;
      position: relative; }
      #CheckEnd #Checky i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 36px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        #CheckEnd #Checky i:before {
          content: "\f09f";
          color: white; }

  #WrapContents {
    width: 95%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 150px; }
    #WrapContents .OneContent {
      width: 33.33%;
      height: 100%;
      position: relative; }
      #WrapContents .OneContent img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      #WrapContents .OneContent:hover {
        cursor: pointer; }

  .WrapASwhite {
    background: white;
    width: 100%;
    color: black;
    padding-top: 1px;
    padding-bottom: 1px; }

  .WrapAS {
    width: 100%;
    margin: 20px auto;
    color: white; }
    .WrapAS.WPa {
      padding-bottom: 60px; }
    .WrapAS.large {
      width: 100%; }
    .WrapAS a {
      text-decoration: none;
      color: white; }
    .WrapAS h1 {
      color: #D3A369;
      text-align: center;
      font-weight: bold;
      font-size: 30px; }
      .WrapAS h1.H1_down {
        padding-left: 5px;
        padding-right: 5px; }

  .Twin {
    margin: 60px auto;
    display: block;
    width: 100%;
    justify-content: flex-start;
    align-items: stretch; }

  #PicBetty {
    width: 100%;
    position: relative; }
    #PicBetty #Moi {
      margin: auto;
      margin-bottom: 30px;
      width: 190px;
      border-radius: 50%;
      height: 190px;
      overflow: hidden;
      position: relative; }
      #PicBetty #Moi img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%; }

  .PA {
    font-size: 20px;
    line-height: 150%;
    text-align: center; }
    .PA.black {
      color: black; }

  #Signature {
    width: 100px;
    height: auto;
    margin: 20px auto; }

  #TextBio {
    flex: 1;
    color: black;
    padding: 20px; }

  #Jaquette {
    width: 60%;
    margin: auto;
    margin-bottom: 60px;
    position: relative; }
    #Jaquette img {
      width: 100%;
      height: auto;
      position: relative;
      left: 0%;
      top: 0%;
      transform: none; }

  #Text {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  #TextDown {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  .BtnAS {
    width: 80%;
    margin: 55px auto;
    background: #D3A369;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    .BtnAS:hover {
      cursor: pointer; }

  .BtnB {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 5.2vw;
    border-radius: 6px;
    background: #D3A369;
    margin: 40px auto 35px;
    position: relative; }
    .BtnB:hover {
      cursor: pointer; }
    .BtnB.waiting:after {
      content: "\f110";
      font-family: 'icomoon';
      display: block;
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      animation: rotateIn 0.8s infinite linear; }

  .popWhite {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.75); }
    .popWhite .ContentPopAS {
      width: 100%;
      height: auto;
      background: white;
      box-sizing: border-box;
      border-radius: 0px;
      background: white;
      position: absolute;
      left: 0%;
      top: 0%;
      padding: 80px 5px 50px; }
      .popWhite .ContentPopAS .ContentIn {
        height: auto;
        overflow-y: scroll;
        width: 80%;
        margin: auto; }
      .popWhite .ContentPopAS .ClosePopAS {
        color: white;
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        font-weight: bold;
        color: black; }
        .popWhite .ContentPopAS .ClosePopAS:hover {
          cursor: pointer; }

  .PicLogo {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 80px;
    height: 80px; }
    .PicLogo img {
      width: 100%;
      height: auto; }

  #PopAS p {
    font-size: 20px;
    text-align: center; }
  #PopAS #PicLogo {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    width: 80px;
    height: 80px; }
    #PopAS #PicLogo img {
      width: 100%;
      height: auto; }

  #WrapOptin {
    margin-top: 40px; }
    #WrapOptin label {
      position: relative;
      padding-left: 40px;
      display: block;
      width: 86%;
      margin: 15px auto 15px; }
    #WrapOptin span.text {
      font-size: 13px; }
    #WrapOptin input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    #WrapOptin .checkmark {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee; }
    #WrapOptin:hover input ~ .checkmark {
      background-color: #ccc; }
    #WrapOptin input:checked ~ .checkmark {
      background-color: #9FA85C; }
    #WrapOptin .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    #WrapOptin input:checked ~ .checkmark:after {
      display: block; }
    #WrapOptin .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }

  #WrapInfos {
    width: 90%;
    margin: 20px auto; }
    #WrapInfos p {
      font-size: 12px; }

  #Contentwhoiam {
    position: relative;
    margin: 0px auto;
    width: 95%;
    height: auto;
    padding-top: 97px;
    padding-bottom: 70px; }
    #Contentwhoiam .Betty {
      width: 20%;
      height: auto;
      margin: auto 20px 10px;
      float: left; }

  #tableFavEnv {
    display: none; }

  #tableFavEnvMobile {
    display: block; }
    #tableFavEnvMobile .onFavorisUser {
      width: 90%;
      margin: 20px auto;
      border-bottom: black dashed 1px; }
      #tableFavEnvMobile .onFavorisUser .photo {
        width: 30%;
        padding-bottom: 30%;
        float: left;
        position: relative; }
        #tableFavEnvMobile .onFavorisUser .photo img {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: auto; }
      #tableFavEnvMobile .onFavorisUser .nom {
        width: 70%;
        float: left;
        padding-bottom: 30%;
        position: relative; }
        #tableFavEnvMobile .onFavorisUser .nom .NomRec {
          position: absolute;
          width: 100%;
          text-align: left;
          box-sizing: border-box;
          padding-left: 10px;
          height: auto;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      #tableFavEnvMobile .onFavorisUser .WrapAction {
        clear: both;
        width: 85px;
        height: 40px;
        margin: 10px auto; }
        #tableFavEnvMobile .onFavorisUser .WrapAction .seeReceipt {
          height: 100%;
          width: auto;
          margin-right: 4px;
          float: left; }
        #tableFavEnvMobile .onFavorisUser .WrapAction .trashReceiptF {
          height: 100%;
          width: auto;
          float: left; }

  #wrapHomeIpad {
    display: none; }

  #MenuSlider {
    position: fixed;
    box-sizing: border-box;
    padding-top: 60px;
    padding-left: 25px;
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #9FA85C;
    transition: left 0.2s;
    z-index: 1205;
    display: block;
    transition: left 0.5s; }
    #MenuSlider a {
      text-decoration: none;
      color: white; }
    #MenuSlider.open {
      transition: left 0.5s;
      left: 0px; }
    #MenuSlider .itemSlider {
      width: 100%;
      height: 30px;
      margin-bottom: 15px;
      line-height: 30px;
      font-size: 1.3em; }

  #prodsAdsMobile {
    clear: both;
    width: 100%;
    margin: 0px auto 40px;
    height: 249px;
    padding: 20px 0px 20px;
    overflow-x: scroll;
    background: #fcfafa; }
    #prodsAdsMobile #wrapAdsMobile {
      height: 100%;
      width: 300%; }
      #prodsAdsMobile #wrapAdsMobile .OneVisuelMobile {
        width: 33.33%;
        height: 100%;
        position: relative;
        float: left; }
        #prodsAdsMobile #wrapAdsMobile .OneVisuelMobile img {
          height: 70%;
          width: auto;
          display: block;
          position: absolute;
          top: 50%;
          left: 3%;
          transform: translateY(-50%); }
        #prodsAdsMobile #wrapAdsMobile .OneVisuelMobile .textAds {
          width: 50%;
          position: absolute;
          height: auto;
          right: 10px;
          top: 64px;
          font-weight: bold; }
        #prodsAdsMobile #wrapAdsMobile .OneVisuelMobile .btnLivres {
          width: auto;
          position: absolute;
          display: inline-block;
          right: 38px;
          bottom: 86px;
          height: 30px;
          line-height: 30px;
          background: #9FA85C;
          text-align: center;
          color: white;
          line-height: 30px;
          padding-left: 5px;
          padding-right: 5px;
          border-radius: 4px;
          border: solid #9FA85C 1px;
          margin-top: 10px; }

  #FeaturedMobile {
    clear: both;
    width: 100%;
    margin: 40px auto;
    height: 249px;
    padding: 20px 0px 45px;
    text-align: center; }
    #FeaturedMobile #MyFeatured {
      margin: 0px;
      width: 100%;
      height: 100%; }
      #FeaturedMobile #MyFeatured #VisuelFeatured {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        height: auto;
        position: relative; }
        #FeaturedMobile #MyFeatured #VisuelFeatured img {
          position: relative;
          width: auto;
          height: auto;
          float: left;
          margin-right: 20px;
          left: auto;
          top: auto;
          transform: none;
          max-width: 30%; }
        #FeaturedMobile #MyFeatured #VisuelFeatured #textFeatured {
          font-size: 1em;
          float: none;
          width: 100%;
          padding: 5px 10px 5px 5px;
          box-sizing: border-box;
          height: 80%;
          text-align: justify;
          position: relative; }
          #FeaturedMobile #MyFeatured #VisuelFeatured #textFeatured .titreFeature {
            text-align: center;
            display: block;
            width: 100%;
            font-size: 1.1em; }
      #FeaturedMobile #MyFeatured #goFeatureMobile {
        width: auto;
        position: relative;
        display: inline-block;
        right: auto;
        bottom: auto;
        transform: none;
        height: 30px;
        line-height: 30px;
        background: #9FA85C;
        text-align: center;
        color: white;
        line-height: 30px;
        padding: 10px;
        font-size: 1.1em;
        border-radius: 4px;
        border: solid #9FA85C 1px;
        margin-top: 10px; }

  #wrapHomeMobile {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px; }
    #wrapHomeMobile h2 {
      margin-block-end: 0em;
      padding-left: 15px;
      font-size: 1.4em;
      clear: both;
      font-family: 'Shadows Into Light', cursive; }
    #wrapHomeMobile #introMobile {
      width: 100%;
      height: auto;
      background: #f3f4f5;
      color: black;
      margin-bottom: 30px;
      overflow: auto; }
      #wrapHomeMobile #introMobile #imgBetty {
        width: 45%;
        border-radius: 50%;
        margin: auto;
        padding-bottom: 45%;
        position: relative;
        text-align: center;
        overflow: hidden; }
      #wrapHomeMobile #introMobile img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: auto;
        height: 100%; }
      #wrapHomeMobile #introMobile #laiusMobile {
        padding: 5px;
        padding-top: 20px;
        box-sizing: border-box;
        font-size: 1.1em;
        line-height: 170%;
        text-align: center;
        font-style: italic;
        width: auto; }
        #wrapHomeMobile #introMobile #laiusMobile blockquote {
          quotes: "'" "'";
          margin: 0px; }
        #wrapHomeMobile #introMobile #laiusMobile li {
          list-style: none; }
        #wrapHomeMobile #introMobile #laiusMobile li:before {
          content: '🌿 '; }
    #wrapHomeMobile #WrapRecettes, #wrapHomeMobile #WrapArticles {
      width: 100%;
      height: 350px;
      margin: 15px auto 0px;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      display: inline-block; }
      #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile {
        position: absolute;
        display: inline-block;
        left: 0px;
        top: 0px;
        width: 1350px;
        height: 100%; }
        #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .RecMobile, #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .ArtMobile, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .RecMobile, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .ArtMobile, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .RecMobile, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .ArtMobile, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .RecMobile, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .ArtMobile {
          height: 100%;
          width: 250px;
          float: left;
          margin-right: 20px;
          box-sizing: border-box; }
          #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .RecMobile .photoRecette, #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .ArtMobile .photoRecette, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .RecMobile .photoRecette, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .ArtMobile .photoRecette, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .RecMobile .photoRecette, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .ArtMobile .photoRecette, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .RecMobile .photoRecette, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .ArtMobile .photoRecette {
            width: 100%;
            height: 250px;
            overflow: hidden;
            position: relative; }
            #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .RecMobile .photoRecette img, #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .ArtMobile .photoRecette img, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .RecMobile .photoRecette img, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .ArtMobile .photoRecette img, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .RecMobile .photoRecette img, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .ArtMobile .photoRecette img, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .RecMobile .photoRecette img, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .ArtMobile .photoRecette img {
              width: 100%;
              height: auto; }
          #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .RecMobile .TitreRecette, #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .ArtMobile .TitreRecette, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .RecMobile .TitreRecette, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .ArtMobile .TitreRecette, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .RecMobile .TitreRecette, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .ArtMobile .TitreRecette, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .RecMobile .TitreRecette, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .ArtMobile .TitreRecette {
            height: 100px;
            width: 100%;
            text-align: center;
            position: relative; }
            #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .RecMobile .TitreRecette .Tin, #wrapHomeMobile #WrapRecettes #wrappyRecetteMobile .ArtMobile .TitreRecette .Tin, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .RecMobile .TitreRecette .Tin, #wrapHomeMobile #WrapRecettes #wrappyArticlesMobile .ArtMobile .TitreRecette .Tin, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .RecMobile .TitreRecette .Tin, #wrapHomeMobile #WrapArticles #wrappyRecetteMobile .ArtMobile .TitreRecette .Tin, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .RecMobile .TitreRecette .Tin, #wrapHomeMobile #WrapArticles #wrappyArticlesMobile .ArtMobile .TitreRecette .Tin {
              position: absolute;
              box-sizing: border-box;
              padding: 10px;
              width: 100%;
              text-align: left;
              font-weight: bold;
              left: 0px; }

  #wrapHome {
    display: none; }

  .wrapVideo {
    display: none; }

  #HeaderMenu .darkShadow {
    opacity: 1; }
  #HeaderMenu #MenuItems {
    display: none; }
  #HeaderMenu #User {
    display: none; }
  #HeaderMenu #titreMobile {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 1.2em;
    transform: translate(-50%, -50%);
    z-index: 4; }
  #HeaderMenu #burger {
    display: block;
    position: absolute;
    z-index: 1210;
    width: 42px;
    height: 32px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
    #HeaderMenu #burger.open .barreBurger.A {
      display: none;
      transition: all 0.2s; }
    #HeaderMenu #burger.open .barreBurger.B {
      top: 50%;
      transform-origin: center;
      transform: translateY(-50%) rotate(-45deg);
      transition: all 0.2s; }
    #HeaderMenu #burger.open .barreBurger.Bbis {
      top: 50%;
      transform-origin: center;
      transform: translateY(-50%) rotate(45deg);
      transition: all 0.2s; }
    #HeaderMenu #burger.open .barreBurger.C {
      display: none;
      transition: all 0.2s;
      bottom: 0px; }
    #HeaderMenu #burger .barreBurger {
      width: 100%;
      height: 6px;
      background: white;
      position: absolute;
      left: 0px; }
      #HeaderMenu #burger .barreBurger.A {
        top: 0px;
        transition: all 0.2s; }
      #HeaderMenu #burger .barreBurger.B {
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.2s; }
      #HeaderMenu #burger .barreBurger.Bbis {
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.2s; }
      #HeaderMenu #burger .barreBurger.C {
        bottom: 0px; }

  #footerMobile {
    display: block;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: black;
    transition: all 0.5s;
    z-index: 1200; }
    #footerMobile #MenuItemMobile {
      display: none; }
    #footerMobile.up {
      height: 280px;
      transition: all 0.5s; }
      #footerMobile.up #MenuItemMobile {
        display: block;
        width: 300px;
        margin: 10px auto;
        height: auto;
        overflow: auto; }
        #footerMobile.up #MenuItemMobile .itemMobile {
          width: 100px;
          height: 100px;
          float: left; }
        #footerMobile.up #MenuItemMobile #homeI {
          background-image: url("/web/assets/images/icones/1x/backMenu2.png");
          background-position: 0px 0px;
          background-size: auto 100px; }
        #footerMobile.up #MenuItemMobile #recetteI {
          background-image: url("/web/assets/images/icones/1x/backMenu2.png");
          background-position: -100px 0px;
          background-size: auto 100px; }
        #footerMobile.up #MenuItemMobile #articleI {
          background-image: url("/web/assets/images/icones/1x/backMenu2.png");
          background-position: -300px 0px;
          background-size: auto 100px; }
        #footerMobile.up #MenuItemMobile #menuI {
          background-image: url("/web/assets/images/icones/1x/backMenu2.png");
          background-position: -200px 0px;
          background-size: auto 100px; }
        #footerMobile.up #MenuItemMobile #laboI {
          background-image: url("/web/assets/images/icones/1x/backMenu2.png");
          background-position: -400px 0px;
          background-size: auto 100px; }
        #footerMobile.up #MenuItemMobile #shopI {
          background-image: url("/web/assets/images/icones/1x/backMenu2.png");
          background-position: -500px 0px;
          background-size: auto 100px; }
    #footerMobile #btnFooter {
      position: absolute;
      bottom: 10px;
      width: 50px;
      border: solid white 2px;
      border-radius: 50%;
      height: 50px;
      left: 50%;
      transform: translateX(-50%); }
      #footerMobile #btnFooter.up .barreF.A, #footerMobile #btnFooter.up .barreF.C {
        display: none;
        transition: all 0.2s; }
      #footerMobile #btnFooter.up .barreF.B {
        top: 50%;
        transform-origin: center;
        transform: translateY(-50%) rotate(-45deg);
        transition: all 0.2s; }
      #footerMobile #btnFooter.up .barreF.Bbis {
        top: 50%;
        transform-origin: center;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.2s; }
      #footerMobile #btnFooter .barreF {
        width: 70%;
        height: 3px;
        background: white;
        position: absolute;
        left: 15%; }
        #footerMobile #btnFooter .barreF.A {
          top: 13px;
          transition: all 0.2s; }
        #footerMobile #btnFooter .barreF.B {
          top: 50%;
          transform: translateY(-50%);
          transition: all 0.2s; }
        #footerMobile #btnFooter .barreF.Bbis {
          top: 50%;
          transform: translateY(-50%);
          transition: all 0.2s; }
        #footerMobile #btnFooter .barreF.C {
          bottom: 13px;
          transition: all 0.2s; }

  .PopA {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: height 1s;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999999; }
    .PopA .content {
      width: 100%;
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 0%;
      transform: translateX(-50%);
      background: white;
      box-sizing: border-box;
      padding: 40px;
      border-radius: 0px;
      height: auto;
      max-height: 100%;
      overflow: scroll; }
      .PopA .content.L30 {
        width: 100%; }
      .PopA .content h2 {
        text-align: center;
        margin: 20px auto 0px auto; }

  #NewComment {
    width: 100%;
    padding: 15px;
    box-sizing: border-box; }

  #starsNote {
    width: 75%; }

  h3 {
    padding-left: 10px; }

  #ContentArticle {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 1.2em; }

  .MainAll, .MainAll.ouvert {
    position: relative;
    margin: 0px auto 0px 10%;
    width: 90%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    .MainAll #ChoixPage, .MainAll.ouvert #ChoixPage {
      margin-left: 40px; }
    .MainAll .OneRecetteListing, .MainAll.ouvert .OneRecetteListing {
      width: 93%; }

  #MainMenu {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    #MainMenu #tableMenu {
      display: none; }
    #MainMenu #tableMenuMobile {
      display: block;
      width: 100%;
      height: 450px;
      margin-top: 45px;
      border-top: solid #9FA85C 2px;
      border-bottom: solid #9FA85C 2px;
      overflow-x: scroll;
      position: relative;
      -webkit-overflow-scrolling: touch; }
      #MainMenu #tableMenuMobile #wrappyMenuMobile {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 700%;
        height: 100%; }
        #MainMenu #tableMenuMobile #wrappyMenuMobile .MenuJourMobile {
          width: 14.286%;
          height: 100%;
          float: left; }
          #MainMenu #tableMenuMobile #wrappyMenuMobile .MenuJourMobile .Titre {
            font-size: 1.3em;
            text-align: center;
            color: #9FA85C;
            font-weight: bold; }
          #MainMenu #tableMenuMobile #wrappyMenuMobile .MenuJourMobile .OneTitreMomen {
            width: 60%;
            margin: 15px auto;
            border-bottom: dashed black 1px;
            text-align: center; }
          #MainMenu #tableMenuMobile #wrappyMenuMobile .MenuJourMobile .oneRecetteInMenu {
            text-align: center;
            font-weight: bold;
            width: 70%;
            margin: 15px auto; }
          #MainMenu #tableMenuMobile #wrappyMenuMobile .MenuJourMobile .bilanJournee {
            text-align: center; }
    #MainMenu #navMenu {
      width: 100%; }

  #MainConnexion {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    #MainConnexion .WrapConnexion, #MainConnexion .WrapInscription {
      float: none;
      width: 100%;
      padding: 25px;
      box-sizing: border-box;
      display: block; }
      #MainConnexion .WrapConnexion .WrapInput, #MainConnexion .WrapInscription .WrapInput {
        width: 80%; }
      #MainConnexion .WrapConnexion .goToC, #MainConnexion .WrapInscription .goToC {
        display: block; }
      #MainConnexion .WrapConnexion h2, #MainConnexion .WrapInscription h2 {
        text-align: center; }

  #menuDeroulant {
    position: fixed;
    z-index: 110;
    left: -85.68%;
    top: 70px;
    min-height: 900px;
    background: black;
    width: 100%;
    transition: all 1s;
    border: solid black 1px; }
    #menuDeroulant .TitreStyle {
      height: 100%;
      position: relative;
      padding-left: 35px;
      width: 100%;
      margin-bottom: 12px; }
      #menuDeroulant .TitreStyle .inLabel {
        position: absolute;
        top: 50%;
        width: 150px;
        left: 38px;
        text-align: left;
        transform: translateY(-63%); }
        #menuDeroulant .TitreStyle .inLabel.mort {
          text-decoration: line-through; }
      #menuDeroulant .TitreStyle input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      #menuDeroulant .TitreStyle .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee; }
      #menuDeroulant .TitreStyle:hover input ~ .checkmark {
        background-color: #ccc; }
      #menuDeroulant .TitreStyle input:checked ~ .checkmark {
        background-color: #9FA85C; }
      #menuDeroulant .TitreStyle .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      #menuDeroulant .TitreStyle input:checked ~ .checkmark:after {
        display: block; }
      #menuDeroulant .TitreStyle .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg); }
    #menuDeroulant #wrappyMenuF {
      width: 100%;
      height: 100%; }
    #menuDeroulant.ouvert {
      left: 0px;
      transition: all 1s; }
    #menuDeroulant #ouvreMenu {
      position: absolute;
      overflow: auto;
      right: 5px;
      top: 5px;
      width: 45px;
      height: 45px; }
      #menuDeroulant #ouvreMenu:hover {
        cursor: pointer;
        filter: brightness(90%); }
      #menuDeroulant #ouvreMenu .barreH {
        width: 95%;
        height: 5px;
        background: white;
        margin: 5px auto auto;
        transition: all 1s; }
      #menuDeroulant #ouvreMenu #barre1.p2 {
        transform-origin: left;
        transform: rotate(45deg);
        width: 28px;
        transition: all 1s; }
      #menuDeroulant #ouvreMenu #barre3.p2 {
        transform-origin: left;
        transform: rotate(-45deg);
        width: 28px;
        transition: all 1s; }
      #menuDeroulant #ouvreMenu #barre2.p2 {
        opacity: 0;
        transition: all 1s; }
    #menuDeroulant #titreFilter {
      position: absolute;
      top: 180px;
      font-size: 20px;
      width: 200px;
      height: 45px;
      text-align: center;
      color: white;
      right: -85px;
      transform-origin: center;
      transform: rotate(-90deg);
      transition: all 1s;
      opacity: 1; }
      #menuDeroulant #titreFilter.ouvert {
        opacity: 0;
        transition: all 1s; }
    #menuDeroulant #contentMenu {
      margin-top: 70px;
      width: 230px;
      margin-left: 20px; }
      #menuDeroulant #contentMenu .OneType {
        width: 100%;
        height: 40px;
        margin-top: 15px; }
        #menuDeroulant #contentMenu .OneType td {
          text-align: left; }
      #menuDeroulant #contentMenu .WrapStyle {
        width: 90%;
        margin-left: 10%;
        overflow: auto; }
        #menuDeroulant #contentMenu .WrapStyle .OneStyle {
          height: 30px;
          width: 70%;
          margin: 15px auto 15px 15px;
          line-height: normal; } }
@media (orientation: landscape) and (max-width: 1024px) {
  .WrapASwhite {
    background: white;
    width: 100%;
    color: black; }

  .WrapAS {
    width: 806px;
    margin: 20px auto;
    color: white; }
    .WrapAS.large {
      width: 950px; }
    .WrapAS a {
      text-decoration: none;
      color: white; }
    .WrapAS h1 {
      color: #D3A369;
      text-align: center;
      font-weight: bold;
      font-size: 38px; }
    .WrapAS .PA {
      font-size: 22px;
      line-height: 170%;
      text-align: center; }
      .WrapAS .PA.black {
        color: black; }

  .Twin {
    margin: 60px auto;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: stretch; }

  #PicBetty {
    width: 300px;
    position: relative; }
    #PicBetty #Moi {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 250px;
      border-radius: 50%;
      height: 250px;
      overflow: hidden;
      position: relative; }
      #PicBetty #Moi img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%; }

  #Signature {
    width: 100px;
    height: auto;
    margin: 20px auto; }

  #TextBio {
    flex: 1;
    color: black;
    padding: 20px; }

  #Jaquette {
    width: 40%;
    position: relative; }
    #Jaquette img {
      max-width: 100%;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  #Text {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  #TextDown {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  .BtnAS {
    width: 100%;
    margin: 80px auto;
    background: #D3A369;
    text-align: center;
    height: 75px;
    box-sizing: border-box;
    line-height: 75px;
    font-size: 34px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    .BtnAS:hover {
      cursor: pointer; }

  .popWhite {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); }
    .popWhite .ContentPopAS {
      width: 55%;
      background: white;
      box-sizing: border-box;
      border-radius: 12px;
      height: auto;
      max-height: 95%;
      background: white;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 50px 25px; }
      .popWhite .ContentPopAS .ContentIn {
        width: 80%;
        margin: auto; }
      .popWhite .ContentPopAS .ClosePopAS {
        color: white;
        position: absolute;
        right: 0px;
        top: -20px;
        font-weight: bold; }
        .popWhite .ContentPopAS .ClosePopAS:hover {
          cursor: pointer; }

  .PicLogo {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px; }
    .PicLogo img {
      width: 100%;
      height: auto; }

  #PopAS p {
    font-size: 20px;
    text-align: center; }
  #PopAS #PicLogo {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px; }
    #PopAS #PicLogo img {
      width: 100%;
      height: auto; }

  #WrapOptin {
    margin-top: 40px; }
    #WrapOptin label {
      position: relative;
      padding-left: 40px;
      display: block;
      width: 65%;
      margin: 30px auto; }
    #WrapOptin span.text {
      font-size: 13px; }
    #WrapOptin input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    #WrapOptin .checkmark {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee; }
    #WrapOptin:hover input ~ .checkmark {
      background-color: #ccc; }
    #WrapOptin input:checked ~ .checkmark {
      background-color: #9FA85C; }
    #WrapOptin .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    #WrapOptin input:checked ~ .checkmark:after {
      display: block; }
    #WrapOptin .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }

  #WrapInfos {
    width: 70%;
    margin: 20px auto; }
    #WrapInfos p {
      font-size: 12px; }

  #ErrorPopAS {
    font-size: 14px;
    color: red;
    text-align: center; }

  .BtnB {
    width: 70%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    border-radius: 6px;
    background: #D3A369;
    margin: 40px auto 35px;
    position: relative; }
    .BtnB:hover {
      cursor: pointer; }
    .BtnB.waiting:after {
      content: "\f110";
      font-family: 'icomoon';
      display: block;
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      animation: rotateIn 0.8s infinite linear; }

  #popEnd p {
    font-size: 20px;
    text-align: center; }
  #popEnd #recallEmail {
    font-weight: bold; }

  #WrapDown {
    width: 100%; }
    #WrapDown #DownLoad {
      display: block; }
    #WrapDown #SliderDown {
      display: none; }
    #WrapDown #CheckEnd {
      display: none; }
    #WrapDown.during #DownLoad {
      display: none; }
    #WrapDown.during #SliderDown {
      display: block; }
    #WrapDown.during #CheckEnd {
      display: none; }
    #WrapDown.ending #DownLoad {
      display: none; }
    #WrapDown.ending #SliderDown {
      display: none; }
    #WrapDown.ending #CheckEnd {
      display: block; }

  #SliderDown {
    width: 100%;
    margin: 80px auto;
    height: 35px;
    background: black;
    position: relative;
    border-radius: 18px;
    overflow: hidden; }
    #SliderDown #SlidyDown {
      width: 0%;
      background: #D3A369;
      border-bottom-right-radius: 18px;
      border-top-right-radius: 18px;
      height: 100%;
      position: absolute;
      z-index: 9;
      left: 0px;
      top: 0px; }
    #SliderDown #PcDown {
      position: absolute;
      left: 50%;
      top: 0px;
      line-height: 35px;
      color: white;
      font-size: 20px;
      z-index: 99;
      transform: translateX(-50%); }

  #CheckEnd {
    width: 100%;
    margin: 40px auto; }
    #CheckEnd h2 {
      color: black;
      text-align: center; }
    #CheckEnd .BtnAS {
      margin-top: 20px; }
    #CheckEnd #Checky {
      width: 80px;
      margin: auto;
      height: 80px;
      border-radius: 50%;
      background: #D3A369;
      color: white;
      position: relative; }
      #CheckEnd #Checky i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 36px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        #CheckEnd #Checky i:before {
          content: "\f09f";
          color: white; }

  #WrapContents {
    width: 80%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 150px; }
    #WrapContents .OneContent {
      width: 33.33%;
      height: 100%;
      position: relative; }
      #WrapContents .OneContent img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      #WrapContents .OneContent:hover {
        cursor: pointer; }

  #tableMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    margin: auto;
    font-size: 0.8em;
    border: solid #ccc 1px;
    background: white;
    padding: 0px;
    border-radius: 0px; }
    #tableMenu .oneRecetteInMenu {
      width: 98%; }
    #tableMenu .moments {
      text-align: center; }
    #tableMenu tbody td {
      height: 23px; }
      #tableMenu tbody td:first-child {
        width: 150px; }
    #tableMenu tbody tr td:not(:last-child) {
      border-right: dashed black 1px; }
    #tableMenu tbody tr:not(:last-child) td {
      border-bottom: dashed black 1px; }
      #tableMenu tbody tr:not(:last-child) td:not(:last-child) {
        border-right: dashed black 1px; }
    #tableMenu tbody tr:first-child td {
      line-height: 40px;
      border-bottom: dashed black 1px;
      font-weight: bold; } }
@media screen and (min-width: 500px) {
  .WrapASwhite {
    background: white;
    width: 100%;
    color: black; }

  .WrapAS {
    width: 806px;
    margin: 20px auto;
    color: white; }
    .WrapAS.large {
      width: 950px; }
    .WrapAS a {
      text-decoration: none;
      color: white; }
    .WrapAS h1 {
      color: #D3A369;
      text-align: center;
      font-weight: bold;
      font-size: 38px; }
    .WrapAS .PA {
      font-size: 22px;
      line-height: 170%;
      text-align: center; }
      .WrapAS .PA.black {
        color: black; }

  .Twin {
    margin: 60px auto;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: stretch; }

  #PicBetty {
    width: 300px;
    position: relative; }
    #PicBetty #Moi {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 250px;
      border-radius: 50%;
      height: 250px;
      overflow: hidden;
      position: relative; }
      #PicBetty #Moi img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%; }

  #Signature {
    width: 100px;
    height: auto;
    margin: 20px auto; }

  #TextBio {
    flex: 1;
    color: black;
    padding: 20px; }

  #Jaquette {
    width: 40%;
    position: relative; }
    #Jaquette img {
      max-width: 100%;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  #Text {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  #TextDown {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }

  .BtnAS {
    width: 100%;
    margin: 80px auto;
    background: #D3A369;
    text-align: center;
    height: 75px;
    box-sizing: border-box;
    line-height: 75px;
    font-size: 34px;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    .BtnAS:hover {
      cursor: pointer; }

  .popWhite {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); }
    .popWhite .ContentPopAS {
      width: 55%;
      background: white;
      box-sizing: border-box;
      border-radius: 12px;
      height: auto;
      max-height: 95%;
      background: white;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 50px 25px; }
      .popWhite .ContentPopAS .ContentIn {
        width: 80%;
        margin: auto; }
      .popWhite .ContentPopAS .ClosePopAS {
        color: white;
        position: absolute;
        right: 0px;
        top: -20px;
        font-weight: bold; }
        .popWhite .ContentPopAS .ClosePopAS:hover {
          cursor: pointer; }

  .PicLogo {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px; }
    .PicLogo img {
      width: 100%;
      height: auto; }

  #PopAS p {
    font-size: 20px;
    text-align: center; }
  #PopAS #PicLogo {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px; }
    #PopAS #PicLogo img {
      width: 100%;
      height: auto; }

  #WrapOptin {
    margin-top: 40px; }
    #WrapOptin label {
      position: relative;
      padding-left: 40px;
      display: block;
      width: 65%;
      margin: 30px auto; }
    #WrapOptin span.text {
      font-size: 13px; }
    #WrapOptin input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    #WrapOptin .checkmark {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee; }
    #WrapOptin:hover input ~ .checkmark {
      background-color: #ccc; }
    #WrapOptin input:checked ~ .checkmark {
      background-color: #9FA85C; }
    #WrapOptin .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    #WrapOptin input:checked ~ .checkmark:after {
      display: block; }
    #WrapOptin .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg); }

  #WrapInfos {
    width: 70%;
    margin: 20px auto; }
    #WrapInfos p {
      font-size: 12px; }

  #ErrorPopAS {
    font-size: 14px;
    color: red;
    text-align: center; }

  .BtnB {
    width: 70%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    border-radius: 6px;
    background: #D3A369;
    margin: 40px auto 35px;
    position: relative; }
    .BtnB:hover {
      cursor: pointer; }
    .BtnB.waiting:after {
      content: "\f110";
      font-family: 'icomoon';
      display: block;
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      animation: rotateIn 0.8s infinite linear; }

  #popEnd p {
    font-size: 20px;
    text-align: center; }
  #popEnd #recallEmail {
    font-weight: bold; }

  #WrapDown {
    width: 100%; }
    #WrapDown #DownLoad {
      display: block; }
    #WrapDown #SliderDown {
      display: none; }
    #WrapDown #CheckEnd {
      display: none; }
    #WrapDown.during #DownLoad {
      display: none; }
    #WrapDown.during #SliderDown {
      display: block; }
    #WrapDown.during #CheckEnd {
      display: none; }
    #WrapDown.ending #DownLoad {
      display: none; }
    #WrapDown.ending #SliderDown {
      display: none; }
    #WrapDown.ending #CheckEnd {
      display: block; }

  #SliderDown {
    width: 100%;
    margin: 80px auto;
    height: 35px;
    background: black;
    position: relative;
    border-radius: 18px;
    overflow: hidden; }
    #SliderDown #SlidyDown {
      width: 0%;
      background: #D3A369;
      border-bottom-right-radius: 18px;
      border-top-right-radius: 18px;
      height: 100%;
      position: absolute;
      z-index: 9;
      left: 0px;
      top: 0px; }
    #SliderDown #PcDown {
      position: absolute;
      left: 50%;
      top: 0px;
      line-height: 35px;
      color: white;
      font-size: 20px;
      z-index: 99;
      transform: translateX(-50%); }

  #CheckEnd {
    width: 100%;
    margin: 40px auto; }
    #CheckEnd h2 {
      color: black;
      text-align: center; }
    #CheckEnd .BtnAS {
      margin-top: 20px; }
    #CheckEnd #Checky {
      width: 80px;
      margin: auto;
      height: 80px;
      border-radius: 50%;
      background: #D3A369;
      color: white;
      position: relative; }
      #CheckEnd #Checky i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 36px;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        #CheckEnd #Checky i:before {
          content: "\f09f";
          color: white; }

  #WrapContents {
    width: 80%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 150px; }
    #WrapContents .OneContent {
      width: 33.33%;
      height: 100%;
      position: relative; }
      #WrapContents .OneContent img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      #WrapContents .OneContent:hover {
        cursor: pointer; } }
@media screen and (max-width: 1024px) and (min-width: 500px) {
  #wrapHome {
    display: none; }

  #FeaturedMobile {
    clear: both;
    width: 100%;
    margin: 40px auto;
    height: 400px;
    padding: 20px 0px 32px;
    border: dashed 1px black;
    text-align: center;
    box-sizing: border-box; }
    #FeaturedMobile #MyFeatured {
      margin: 0px;
      width: 90%;
      margin: auto;
      height: 100%; }
      #FeaturedMobile #MyFeatured #VisuelFeatured {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        height: auto;
        position: relative; }
        #FeaturedMobile #MyFeatured #VisuelFeatured img {
          position: relative;
          width: auto;
          height: auto;
          float: left;
          margin-right: 20px;
          left: auto;
          top: auto;
          transform: none;
          max-width: 30%; }
        #FeaturedMobile #MyFeatured #VisuelFeatured #textFeatured {
          font-size: 1.5em;
          float: none;
          width: 100%;
          padding: 5px 10px 5px 5px;
          box-sizing: border-box;
          height: 80%;
          text-align: justify;
          position: relative; }
          #FeaturedMobile #MyFeatured #VisuelFeatured #textFeatured .titreFeature {
            text-align: center;
            display: block;
            width: 100%;
            font-size: 1.1em; }
      #FeaturedMobile #MyFeatured #goFeatureIpad {
        width: auto;
        position: relative;
        display: inline-block;
        right: auto;
        bottom: auto;
        transform: none;
        height: 30px;
        line-height: 30px;
        background: #9FA85C;
        text-align: center;
        color: white;
        line-height: 30px;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.5em;
        border-radius: 12px;
        border: solid #9FA85C 1px;
        margin-top: 10px; }

  #wrapHomeIpad {
    display: block; }
    #wrapHomeIpad h2 {
      margin-block-end: 0em;
      padding-left: 15px;
      font-size: 2.5em;
      clear: both;
      font-family: 'Shadows Into Light', cursive; }
    #wrapHomeIpad #laius {
      background: transparent;
      width: 72%;
      height: 369px;
      position: absolute;
      top: 220px;
      left: 23%;
      right: auto;
      bottom: auto;
      display: block;
      color: white;
      z-index: 5;
      box-sizing: border-box;
      padding: 25px;
      border-radius: 30px; }
      #wrapHomeIpad #laius #contentLaius {
        position: absolute;
        left: -77px;
        top: 25px;
        width: 110%;
        height: 110%;
        z-index: 6;
        font-size: 1.2em; }
        #wrapHomeIpad #laius #contentLaius .fakeRound {
          position: relative;
          padding-bottom: 53%;
          width: 38%;
          float: left;
          shape-outside: circle(); }
        #wrapHomeIpad #laius #contentLaius #TextLaius {
          width: 100%;
          height: 100%; }
        #wrapHomeIpad #laius #contentLaius .textIn {
          margin-left: 22%; }
        #wrapHomeIpad #laius #contentLaius #goMe {
          position: relative;
          float: right;
          width: 200px;
          font-size: 1.2em;
          height: 30px;
          margin-top: 62%;
          shape-outside: border-box;
          border: solid #9FA85C 1px;
          color: white;
          background: #9FA85C;
          line-height: 30px;
          text-align: center;
          border-radius: 10px;
          bottom: auto;
          right: auto; }
    #wrapHomeIpad #MenuJour {
      width: 480px;
      height: 480px;
      position: relative;
      top: auto;
      left: auto;
      margin: 380px auto 100px;
      right: auto;
      bottom: auto;
      display: block;
      color: white;
      background-size: cover; }

  #WrapRecettesIpad, #WrapArticlesIpad {
    width: 100%;
    height: 350px;
    margin: 15px auto 0px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    display: inline-block; }
    #WrapRecettesIpad #wrappyRecetteMobileIpad, #WrapRecettesIpad #wrappyArticlesMobileIpad, #WrapArticlesIpad #wrappyRecetteMobileIpad, #WrapArticlesIpad #wrappyArticlesMobileIpad {
      position: absolute;
      display: inline-block;
      left: 0px;
      top: 0px;
      width: 1350px;
      height: 100%; }
      #WrapRecettesIpad #wrappyRecetteMobileIpad .RecMobile, #WrapRecettesIpad #wrappyRecetteMobileIpad .ArtMobile, #WrapRecettesIpad #wrappyArticlesMobileIpad .RecMobile, #WrapRecettesIpad #wrappyArticlesMobileIpad .ArtMobile, #WrapArticlesIpad #wrappyRecetteMobileIpad .RecMobile, #WrapArticlesIpad #wrappyRecetteMobileIpad .ArtMobile, #WrapArticlesIpad #wrappyArticlesMobileIpad .RecMobile, #WrapArticlesIpad #wrappyArticlesMobileIpad .ArtMobile {
        height: 100%;
        width: 250px;
        float: left;
        margin-right: 20px;
        box-sizing: border-box; }
        #WrapRecettesIpad #wrappyRecetteMobileIpad .RecMobile .photoRecette, #WrapRecettesIpad #wrappyRecetteMobileIpad .ArtMobile .photoRecette, #WrapRecettesIpad #wrappyArticlesMobileIpad .RecMobile .photoRecette, #WrapRecettesIpad #wrappyArticlesMobileIpad .ArtMobile .photoRecette, #WrapArticlesIpad #wrappyRecetteMobileIpad .RecMobile .photoRecette, #WrapArticlesIpad #wrappyRecetteMobileIpad .ArtMobile .photoRecette, #WrapArticlesIpad #wrappyArticlesMobileIpad .RecMobile .photoRecette, #WrapArticlesIpad #wrappyArticlesMobileIpad .ArtMobile .photoRecette {
          width: 100%;
          height: 250px;
          overflow: hidden;
          position: relative; }
          #WrapRecettesIpad #wrappyRecetteMobileIpad .RecMobile .photoRecette img, #WrapRecettesIpad #wrappyRecetteMobileIpad .ArtMobile .photoRecette img, #WrapRecettesIpad #wrappyArticlesMobileIpad .RecMobile .photoRecette img, #WrapRecettesIpad #wrappyArticlesMobileIpad .ArtMobile .photoRecette img, #WrapArticlesIpad #wrappyRecetteMobileIpad .RecMobile .photoRecette img, #WrapArticlesIpad #wrappyRecetteMobileIpad .ArtMobile .photoRecette img, #WrapArticlesIpad #wrappyArticlesMobileIpad .RecMobile .photoRecette img, #WrapArticlesIpad #wrappyArticlesMobileIpad .ArtMobile .photoRecette img {
            width: 100%;
            height: auto; }
        #WrapRecettesIpad #wrappyRecetteMobileIpad .RecMobile .TitreRecette, #WrapRecettesIpad #wrappyRecetteMobileIpad .ArtMobile .TitreRecette, #WrapRecettesIpad #wrappyArticlesMobileIpad .RecMobile .TitreRecette, #WrapRecettesIpad #wrappyArticlesMobileIpad .ArtMobile .TitreRecette, #WrapArticlesIpad #wrappyRecetteMobileIpad .RecMobile .TitreRecette, #WrapArticlesIpad #wrappyRecetteMobileIpad .ArtMobile .TitreRecette, #WrapArticlesIpad #wrappyArticlesMobileIpad .RecMobile .TitreRecette, #WrapArticlesIpad #wrappyArticlesMobileIpad .ArtMobile .TitreRecette {
          height: 100px;
          width: 100%;
          text-align: center;
          position: relative; }
          #WrapRecettesIpad #wrappyRecetteMobileIpad .RecMobile .TitreRecette .Tin, #WrapRecettesIpad #wrappyRecetteMobileIpad .ArtMobile .TitreRecette .Tin, #WrapRecettesIpad #wrappyArticlesMobileIpad .RecMobile .TitreRecette .Tin, #WrapRecettesIpad #wrappyArticlesMobileIpad .ArtMobile .TitreRecette .Tin, #WrapArticlesIpad #wrappyRecetteMobileIpad .RecMobile .TitreRecette .Tin, #WrapArticlesIpad #wrappyRecetteMobileIpad .ArtMobile .TitreRecette .Tin, #WrapArticlesIpad #wrappyArticlesMobileIpad .RecMobile .TitreRecette .Tin, #WrapArticlesIpad #wrappyArticlesMobileIpad .ArtMobile .TitreRecette .Tin {
            position: absolute;
            box-sizing: border-box;
            padding: 10px;
            width: 100%;
            text-align: left;
            font-weight: bold;
            left: 0px; }

  #starsNote {
    width: 35%; }

  .PopA {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: height 1s;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999999999; }
    .PopA .content {
      width: 100%;
      position: absolute;
      z-index: 1;
      left: 50%;
      top: 10%;
      transform: translateX(-50%);
      background: white;
      box-sizing: border-box;
      padding: 40px;
      border-radius: 12px;
      height: auto; }
      .PopA .content.L30 {
        width: 80%; }
      .PopA .content h2 {
        text-align: center;
        margin: 20px auto 0px auto; }

  .OneArticleListing {
    float: left;
    width: 290px;
    height: auto;
    margin: 20px;
    position: relative; }
    .OneArticleListing:hover {
      cursor: pointer; }
      .OneArticleListing:hover .photoArticle {
        width: 100%;
        height: auto;
        position: relative; }
        .OneArticleListing:hover .photoArticle img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform-origin: center;
          transition: all 0.4s;
          transform: translate(-50%, -50%) scale(1.3);
          width: 100%;
          height: auto;
          max-height: 100%; }
    .OneArticleListing .TitreArticle {
      height: 60px;
      width: 100%;
      text-align: center;
      color: #9FA85C;
      position: relative; }
      .OneArticleListing .TitreArticle .Tin {
        width: calc(100% - 20px);
        text-align: center;
        top: 50%;
        left: 10px;
        position: absolute;
        transform: translateY(-50%); }
    .OneArticleListing .photoArticle {
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      overflow: hidden; }
      .OneArticleListing .photoArticle img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        max-height: 100%;
        transition: all 0.4s; }

  .OneRecetteListing {
    float: left;
    width: 290px;
    height: auto;
    margin: 20px;
    position: relative; }
    .OneRecetteListing:hover {
      cursor: pointer; }
      .OneRecetteListing:hover .photoRecette {
        width: 100%;
        height: auto;
        position: relative; }
        .OneRecetteListing:hover .photoRecette img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform-origin: center;
          transition: all 0.4s;
          transform: translate(-50%, -50%) scale(1.3);
          width: 100%;
          height: auto;
          max-height: 100%; }
    .OneRecetteListing .TitreRecette {
      height: 60px;
      width: 100%;
      text-align: center;
      color: #9FA85C;
      position: relative; }
      .OneRecetteListing .TitreRecette .Tin {
        width: calc(100% - 20px);
        text-align: center;
        top: 50%;
        left: 10px;
        position: absolute;
        transform: translateY(-50%); }
    .OneRecetteListing .photoRecette {
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      overflow: hidden; }
      .OneRecetteListing .photoRecette img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        max-height: 100%;
        transition: all 0.4s; }

  #tableMenu {
    width: 100%;
    margin: 30px auto;
    border: solid #ccc 1px;
    padding: 15px;
    border-radius: 14px; }
    #tableMenu .moments {
      text-align: center; }
    #tableMenu tbody tr td:not(:last-child) {
      border-right: dashed black 1px; }
    #tableMenu tbody tr:not(:last-child) td {
      border-bottom: dashed black 1px; }
      #tableMenu tbody tr:not(:last-child) td:not(:last-child) {
        border-right: dashed black 1px; }
    #tableMenu tbody tr:first-child td {
      height: 40px;
      line-height: 40px;
      border-bottom: dashed black 1px;
      font-weight: bold; }

  .WrapCI {
    height: 495px;
    width: 100%;
    overflow-y: scroll; }

  #MainConnexion {
    width: 60%;
    margin: 50px auto; }
    #MainConnexion .WrapConnexion, #MainConnexion .WrapInscription {
      float: none;
      width: 100%;
      padding: 25px;
      box-sizing: border-box;
      display: block;
      height: 495px; }
      #MainConnexion .WrapConnexion .WrapInput, #MainConnexion .WrapInscription .WrapInput {
        width: 80%; }
      #MainConnexion .WrapConnexion .goToC, #MainConnexion .WrapInscription .goToC {
        display: block; }
      #MainConnexion .WrapConnexion h2, #MainConnexion .WrapInscription h2 {
        text-align: center; } }
body.LeadMagnAS {
  background: #23405C; }
