@charset "utf-8";
/* CSS Document */
.cat_1 #ariane, .cat_1 #contenu_page {    display: none;}
.cat_1 .cke_editable h1::after{display: none;
}
.acc_alimentationplaisir .images,
.acc_conceptiondiet,.acc_pourquoiconsulter,
.acc_quisuije,.acc_rdvetrappel{
  display: flex;}

.acc_alimentationplaisir {
background: linear-gradient(to bottom, #ffffff 15%, var(--color-clair) 15% 86%,#ffffff 86% );
    margin:40px 0 30px;
    height: 100%;
  }
.acc_alimentationplaisir .container{
  align-items: center;
  display: flex;
  justify-content: center;
}
#connection{display: none;}
.acc_alimentationplaisir .text{
  font-family: 'Benne';
  width: 35%;
  font-size:3rem;
  line-height: 0.6;
  color: #000;
  padding-top: 3%;
  padding-left: 8%;
}
.acc_alimentationplaisir h1{font-size:3rem;}
.acc_alimentationplaisir h1::after{display: none;}
.acc_alimentationplaisir .text h1 { width: -moz-fit-content; }
.acc_alimentationplaisir .text h1 span{
  font-family: 'Hello Santuy';
    font-size: 4rem;
    line-height: 1.1;
}
.acc_alimentationplaisir .images{align-items: center;width: 60%;}
.acc_alimentationplaisir .images img{padding: 10px;-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}
.acc_alimentationplaisir .images div:first-child {width: 100%}
/*.acc_alimentationplaisir .images div:nth-child(2){width: 43%;}*/
.acc_alimentationplaisir .images:hover img{
   transform: scale(1.02);
 }

/* pourquoi consulter*/

.acc_pourquoiconsulter,.acc_conceptiondiet{
  justify-content: center;
    flex-flow: row wrap;
    padding: 20px 0;
    text-align: center;
}
.acc_pourquoiconsulter h1{width: 100%;padding:  20px 0 50px 0;}
.acc_pourquoiconsulter .item {flex-grow: 1;max-width: 225px;}
.acc_pourquoiconsulter .item img {margin: 0 auto;    width: 74px;
    height: 74px;}
.acc_pourquoiconsulter .item .bg_ico{
    border-radius: 150px;
    height: 150px;
    width: 150px;
    line-height: 145px;
    margin: 0 auto 15px auto;
    background-color:var(--color-clair) ;
    background-image: url(../medias/bg_ico.png);
  }

.acc_pourquoiconsulter .item .bg_ico.vert{background-color:var(--color-fonce) ;}
.acc_pourquoiconsulter .item p,
.acc_conceptiondiet .title {
    font-family: 'Benne';
    line-height: 1.3;
    font-size: 36px;
    padding: 15px 0;
    color: #000;
}

.acc_pourquoiconsulter p.btn{
    width: 100%;
    margin: 40px 0 10px;
}

/*ma conception de la diet*/

.acc_conceptiondiet h2{
  line-height: 1;
  font-style: normal;
  font-size: 50px!important;
  margin: 15px 0 20px!important;
  border-bottom: 0!important;
  width: 100%;}
  .acc_conceptiondiet h2.h1::after{display: none;}
.acc_conceptiondiet{
     background: linear-gradient(to bottom, #ffffff 40%, var(--color-clair) 21% 90%,#ffffff 40% );
    margin: 30px 0;
    padding: 0 1%;
}
.acc_conceptiondiet .encart{ min-width: 300px;margin: 1%;width: 30%; overflow: hidden;}
.acc_conceptiondiet .image{position: relative;}
.acc_conceptiondiet .texte{position: absolute;
    display: inline-block;
    left: calc(50% - 160px);
    background: #ffffffc7;
    padding: 20px;
    width: 327px;
    height: 250px;
    top: calc(50% - 125px);
    color: var(--gris-fonce);
    text-decoration: none;
  }
.acc_conceptiondiet .image img{
  -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }

.acc_conceptiondiet .image:hover img{
   transform: scale(1.02);
   filter: blur(5px);
   cursor: pointer;
 }
.acc_conceptiondiet a{color: inherit!important;text-decoration: none!important;}
.acc_conceptiondiet p{font-size: 16px;}
.acc_quisuije{ 
  margin:50px auto 80px auto;
  flex-wrap: wrap;
  justify-content: center;
}
.acc_quisuije > p{width: 45%}
.acc_quisuije div{width: 55%}
.acc_quisuije > p img{
    /*box-shadow: 50px 50px 0 #f5f5f5;*/
     margin: 13px 10px 0 40px;
}
.acc_quisuije div .h1::after {
    content: "";
    border-bottom: 8px solid var(--color-fonce);
    width: 50px;
    height: 1px;
    display: block;
        margin: 0 auto;
}
.acc_quisuije div{
  border: 1px solid #2b2a28;
  padding:45px 65px;
}

.instagram .eapps-instagram-feed-title{
  font-family: 'Benne';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
}

.instagram .instadesc{
font-family: 'Benne';
    font-size: 18px;
    padding: 8px 0px;
    font-weight: 500;
    display: block;
    color: var(--gris-fonce);
}

/* liste de pages / articles */

.list_art, #resultat_contenu.resultat_sh {
  display: grid;
    grid-gap: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.list_art article, #resultat_contenu.resultat_sh article {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.decription_recette {text-align: left;}
.recettes aside {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.recettes article  {
  max-width: 265px;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list_art article header a,
#resultat_contenu.resultat_sh article header a{
    display: block;
    height: 300px;
    width: 300px;
    overflow: hidden;
    background: #eeeeee;
}
.recettes h1, .recettes p{
  text-align: center;
  margin-bottom: 0;
}
.recettes p{color: var(--gris-fonce);}
.recettes{text-align: center;}
.cat_1 article header a{
    display: block;
    height: 265px;
    width: 265px;
    overflow: hidden;
    animation-delay: 0.4s;
    background-color: transparent;
}
.cat_1 article header a img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
 .cat_1 article header a:hover img{
   transform: scale(1.02);
   opacity: 0.5;
 }
.list_art article p a, .recettes p a {
      color: #000;
      text-decoration: none;
}
.list_art article p a:hover, .recettes p a:hover {
      color: var(--color-fonce);
      text-decoration: underline;
}
.list_art article footer {
    padding-top: 20px;
}
.p_articles {
  width: 100%;
    text-align: left;
    padding: 10px 50px;
}
.sousmenupages{
 margin: 0 auto;
}
.sousmenupages #middleLeft  {
   background:url('../medias/bandeau01.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-color: var(--color-fonce);
   background-size: cover;
   overflow: hidden;
    padding: 40px 0;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.sousmenupages #middleLeft a {
  color:#ffffff;
  text-decoration: none;
}
.sousmenupages #middleLeft li:hover{
  background:var(--gris-fonce);
  text-decoration: none;
  cursor: pointer;}

.sousmenupages #middleLeft li {
    list-style-type: none;
    display: inline-block;
    background: #000000;
    padding: 10px;
    margin: 5px 5px;
}
.p_articles a.lire_suite.bout_action{
  color: #fff !important;
}
.p_articles a {
  text-decoration: none !important;
  color: #000 !important;
}
.recherche{
  background: var(--color-clair);
  padding: 18px 30px !important;
  margin: 0 auto 10px auto !important;
  color: #000;
  }
.recherche input[type="search"]{display: none;}
.recherche p{
text-align: center;
    font-family: 'Benne';
    font-size: 34px;
    border-bottom: 1px solid #ffffff;
}

.cat_8.cat_parent_7 .recherche ,
.cat_9.cat_parent_7 .recherche {
  display: none;
}
.cat_8.cat_parent_7 #contenu_page h1 { padding: 0 11%;}
.cat_8.cat_parent_7.sanscont .recherche ,
.cat_9.cat_parent_7.sanscont .recherche {
  display: block;
}
.recherche form{
  display: flex;
    flex-flow: row wrap;
     position: relative;
}
.recherche .tag_list label{
  margin-right: 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.recherche input[type="submit"]{
     transition: all 0.2s;
    background: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 7px 20px;
    order: 2;
    line-height: 1.5;
    margin: 15px auto 5px;
}
.recherche #liste_tags label{
  margin-right: 10px;
  display: inline-block;
cursor: pointer;
}
.recherche  input[type="radio"], .recherche  input[type="checkbox"] {
background-color: #fff;
cursor: pointer;
position: relative;
top: -3px;
}

.recherche  input[type="radio"]:checked, .recherche  input[type="checkbox"]:checked {
    margin-bottom: 0 !important;
    background: var(--gris-fonce);
    border: 0;
}
.recherche .tag_list {
  width: 100%;
  margin: 20px 0 10px;
  flex-wrap: wrap;
  color: #000;
  order: 1;
  gap: 10px 0;
  justify-content: center;
  align-content: center;
  display: flex;
}

.recherche input[type="submit"]:hover{
  background: var(--gris-fonce);
  color: var(--gris-clair);
  border: 0;
}
.recherche #liste_tags a{
  width: 100%;
  margin: 10px 0 0;
  color: #ffffff;
  text-decoration: none;
}
.recherche #liste_tags li{
  display: inline-block;
}
.recherche #liste_tags input[type="checkbox"]{
  height: 20px!important;
}

/* navigation article*/

.navig_articles{
  text-align: center;
  margin: 10px 0;
}
.navig_articles strong{
  background: var(--color-clair);
  color: #2b2a28;
  padding: 8px 15px;
}
.navig_articles a{
  background: #2b2a28;
  list-style-type: none;;
  color: #fff;
  padding: 8px 15px;
  margin: 0 5px;
  text-decoration: none!important;
}
.navig_articles a:hover{color: #fff;background: var(--color-fonce);}

.navig_articles a.next::before{
  content: "\f101";
  font-family: 'p900';
  color: #ffffff;
}

.navig_articles a.prev::before{
  content: "\f100";
  font-family: 'p900';
  color: #ffffff;
}

/* navigation article*/

.acc_rdvetrappel {
  margin: 50px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.acc_rdvetrappel .h1{margin-bottom: 5px!important;}
.acc_rdvetrappel .rdv,
.acc_rdvetrappel .demandederappel{
  width: 50%;
  text-align: center;
    padding: 20px 0;
    display: flex;
    flex-flow: column wrap;
    min-width: 500px;
}
.acc_rdvetrappel .rdv div {align-self: center;color: #000;}
.acc_rdvetrappel  .h1 {
  font-family: 'Benne';
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 42px !important;
  margin: 15px 0 5px !important;
  color: #000;}
.acc_rdvetrappel .demandederappel  div{align-self: center;}
.acc_rdvetrappel .demandederappel  div form{
    display: flex;
    flex-flow: column;
  }
  .acc_rdvetrappel .h1::after {display: none;}
.acc_rdvetrappel .demandederappel  div form input{
  background-color: #ffffff;
  line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
  }
.acc_rdvetrappel .demandederappel  div form input[type="submit"]{
  background-color: #2b2a28;
  color: #ffffff;
  font-family: 'Benne';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
}
.acc_rdvetrappel .rdv a.bout_action:hover {
  background: var(--color-clair);
  color: #2b2a28!important;
  }
.acc_rdvetrappel .demandederappel  div form input[type="submit"]:hover{background: var(--color-fonce);}
.acc_rdvetrappel .rdv div,.acc_rdvetrappel .demandederappel div{width: 60%;}
.rdv p {font-size: 24px;}
.demandederappel p {font-size: 24px;}
.rdv h1, .demandederappel h1{font-size: 42px !important;margin: 15px 0 5px !important;}

.acc_rdvetrappel .rdv{
   /* background:url('../medias/feuille_1.png');
   background-repeat: no-repeat;
   background-position: left center; */
   background-color: var(--color-fonce);
   background-size: contain;
   overflow: hidden;
}
.acc_rdvetrappel .demandederappel{
   /* background:url('../medias/feuille_2.png');
  background-size: contain;
  background-position: right center; */
   overflow: hidden;
   background-repeat: no-repeat;
   
   background-color: var(--color-clair);
   
   overflow: hidden;
}
.instagram{padding: 20px 0 40px;}

/*partenbaires*/

.overlay-image {
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
    display: inline-block;
    margin-right: 10px;}
.overlay-image img {
 display: block;
 height: auto;

}

.overlay-image .text {
 color: #fff;
 font-size: 18px;
 line-height: 1.5em;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
}

.overlay-image .hover {
 position: absolute;
 top: 0;
 cursor: pointer;
 background: #000000;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
}

/* Apparition overlay sur passage souris */
.overlay-image:hover .hover {
 opacity: 1;
}

/* A propos d'elle */
.acc_quisuije.container {
    margin: 65px auto;
}