.bandeau-bleu{
  margin-top: 5%;
  margin-bottom:5%;
}

.bandeau-bleu.no-margin{
  margin-top: 0;
  margin-bottom:5%;
}

.bandeau-bleu.interieur{
  margin-bottom:2%;
}

.bandeau-bleu.interieur .inner{
  background:#1e4a63;
  width: 80%;
  border-radius: 0 200px 200px 0px ;
  text-align: right;
  position: relative;
}

.bandeau-bleu .inner{
  background:#1e4a63;
  width: 80%;
  border-radius: 0 100px 100px 0px ;
  text-align: right;
  position: relative;
}

.bandeau-bleu .inner .text{
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  text-align: left;
}

.bandeau-bleu.interieur .inner .text{
  width: 62%;
}

.bandeau-bleu .inner .text h2.bleu{
  color:#70cbd0;
}

.bandeau-bleu .inner .text p{
  color:#ffffff;
  font-weight: 300;
  font-family: 'HelveticaNeu', sans-serif;
}

.bandeau-bleu .inner .images{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: right;
  height:230px;
  width: 30%;
}

.bandeau-bleu.interieur .inner .images{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  height:230px;
  width: 20%;
}

.bandeau-bleu.interieur .inner .images.type-charger_une_image{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: right;
  height:60%;
  width: 20%;

  padding:1%;
}

.bandeau-bleu.interieur .inner .images .image.poivron{
  top:30px;
  z-index:10;
  left:0px;
}

.bandeau-bleu.interieur .inner .images .image.poivron .label{
  background:rgba(215, 34, 44,0.7);
  bottom:-20px;
  top:auto;
  right:0px;
  left:auto;
}

.bandeau-bleu .inner .images .image{
  display:block;
  position: absolute;
  left:0px;
  height:100%;
  width: auto;
  cursor:pointer;
  transition: all 0.2s linear;
}

.bandeau-bleu .inner .images .image .label{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: absolute;
  top:0;
  left:0;
  width: 130px;
  height:130px;
  opacity: 0;
  background:rgba(240, 126, 0,0.5);
  color:#ffffff;
  padding:0;
  border-radius:50%;
  font-size: 10px;
  font-family: 'HelveticaNeu', sans-serif;
  transition:all 0.3s linear;
}

.bandeau-bleu .inner .images .image.potiron{
  top:30px;
  z-index:5;
}

.bandeau-bleu .inner .images .image.potiron .label{
  background:rgba(240, 126, 0,0.7);
  right:0px;
  left:auto;
  top:-40px;
}

.bandeau-bleu.interieur .inner .images .image.potiron{
  top:30px;
  z-index:5;
}

.bandeau-bleu.interieur .inner .images .image.potiron .label{
  background:rgba(240, 126, 0,0.7);
  right:0px;
  left:auto;
  top:40px;
}

.bandeau-bleu .inner .images .image.poivron{
  top:60px;
  z-index:10;
  left:120px;
}

.bandeau-bleu .inner .images .image.poivron .label{
  background:rgba(215, 34, 44,0.7);
  bottom:-20px;
  top:auto;
  right:0px;
  left:auto;
}

.bandeau-bleu .inner .images .image.citron{
  top:-60px;
  z-index:5;
  left:250px;
  height:330px;
}

.bandeau-bleu .inner .images .image.citron .label{
  background:rgba(213, 169, 8,0.7);
  left:100px;
  top:40px;
}

.bandeau-bleu.interieur .inner .images .image.citron{
  top:-60px;
  z-index:5;
  left:20px;
  height:330px;
}

.bandeau-bleu.interieur .inner .images .image.citron .label{
  background:rgba(213, 169, 8,0.7);
  left:100px;
  top:auto;
  bottom:40px;
}

.bandeau-bleu .inner .images .image .illustration{
  display: inline-block;
  height:100%;
  width: auto;
  max-width: none;
}

.bandeau-bleu .inner .images .image .illustration img{
  display: inline-block;
  height:100%;
  width: auto;
  max-width: none;
}

.bandeau-bleu .inner .images .image.potiron:hover{
  top:0px;
}

.bandeau-bleu.interieur .inner .images .image.potiron:hover{
  top:0px;
  transform: scale(1.1);
}

.bandeau-bleu .inner .images .image.poivron:hover{
  top:0px;
}
.bandeau-bleu.interieur .inner .images .image.poivron:hover{
  top:0px;
  transform: scale(1.1);
}


.bandeau-bleu .inner .images .image.citron:hover{
  top:-80px;
}

.bandeau-bleu .inner .images .image:hover > .label{opacity: 1}

.bandeau-bleu.interieur .inner .images .image-custom{
  display: inline-block;
  vertical-align: middle;
  height: 80%;
  width: 80%;
  aspect-ratio: 1;
  border-style: solid;
  border-width: 5px;
  border-color: #f4be3a;
  box-sizing: border-box;
  border-radius: 50% ;
}

.bandeau-bleu.interieur .inner .images .image-custom.bleu{
  border-color: #70cbd0;
}


.block-alimentation-microbiote{
  margin-top: 10%;
  margin-bottom: 10%;
  text-align: center;
}

.block-alimentation-microbiote .block{
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 2% 0 2%;
  padding:0 3% 0 3%;
}

.block-alimentation-microbiote .block .illustration{
  position: relative;
  width: 100%;
  /*border-radius: 350px 350px 0 0;
  border-top-color:#efc137;
  border-left-color:#efc137;
  border-right-color:#efc137;
  border-width: 10px;
  border-style: solid;
  border-bottom-color:white;*/
}

.block-alimentation-microbiote .block .illustration .fond-rond-jaune{
position: relative;
  width: 100%;
  height:100%;
}
.block-alimentation-microbiote .block .illustration .fond-rond-jaune img{
  display: inline-block;
  width: 100%;
  height:auto;
}

.block-alimentation-microbiote .block .illustration .inner{
  position:absolute;
  bottom:0px;
  top:auto;
  left:0px;
  height:89%;

  width: 100%;
  text-align: center;

  margin: 0 auto;
}
.block-alimentation-microbiote .block .illustration .inner img{
  display: inline-block;
  box-sizing: border-box;
  border-radius: 40px;
  width: 87%;
  height:auto;
  border-radius: 300px 300px 0 0 ;
}

.block-alimentation-microbiote .block .texte{
  font-family: 'HelveticaNeuBold', sans-serif;
  width: 87%;
  margin: 0 auto;
  text-align: left;
}

.block-alimentation-microbiote .block h3{
  color:#70cbd0;
  font-size:1.4em;
}

.block-alimentation-microbiote .block p{
  color:#1e4a63;
  font-size:1.2em;
  line-height: 1.3em;
}

.block-alimentation-microbiote .block .wrap-buttons{
  width: 87%;
  margin: 0 auto;
  margin-top:5%;
  text-align: left;
}
.block-alimentation-microbiote .block .wrap-buttons a p{
  color:#ffffff;
  font-size:0.9em;
  line-height: 0.9em;
}

.block-nos-recettes{
  width: 100%;
  max-height:350px;
  height:350px;
  overflow: hidden;
  position: relative;
}

.block-nos-recettes video{
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  /* height: 300px; */
  top: -200px;
}

.block-nos-recettes .inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height:100%;
  left:0;
  top:0;
  right:0;
  bottom:0;
  text-align: center;
  background: rgba(0,0,0,0.5);
}

.block-nos-recettes .inner h3{
  color:#ffffff;
  font-size: 30px;
}

.block-nos-recettes .inner .texte p{
  color:#ffffff;
  font-family: 'HelveticaNeu', sans-serif;
  font-weight: 300;
  margin-bottom: 3%;
}


.block-podcast-presse{
  margin-top: 10%;
  margin-bottom: 10%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.block-podcast-presse .block{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin: 0 5% 0 5%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  /*transform:scale(1.3);*/
}

.block-podcast-presse .block img{
  display: block;
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  z-index:2;
  transition:all 0.2s linear;
  transform-origin: bottom center;
  transform: rotate(90deg);
}

.block-podcast-presse .block.podcast img{
  transform: rotate(-180deg);
}

.block-podcast-presse .block.presse img{
  transform: rotate(-90deg);
}

.block-podcast-presse .block.podcast .inner{
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height:220px;
  z-index:10;
  border-radius: 50%;
  background:url('/themes/custom/mse/medias/images/home/podcasts.jpg') no-repeat center center;
  background-size:cover;
}

.block-podcast-presse .block.presse .inner{
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 220px;
  height:220px;
  border-radius: 50%;
  background:url('/themes/custom/mse/medias/images/home/presse.jpg') no-repeat center center;
  background-size:cover;
  position:relative;
}

.block-podcast-presse .block .inner .label{
  font-size: 25px;
  opacity: 0;
  transition: opacity 0.2s linear;
  cursor: pointer;
}

.block-podcast-presse .block.podcast .inner .label{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:100%;
  border-radius: 50%;
  background: rgba(237, 165, 32,0.8);
  color:#ffffff;
}

.block-podcast-presse .block.presse .inner .label{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:100%;
  border-radius: 50%;
  background: rgba(92, 211, 215,0.8);
  color:#ffffff;
}

.block-podcast-presse .block:hover > .inner .label{
  opacity: 1;
}

.block-podcast-presse .block.podcast:hover > img{
  transform: rotate(0deg);
}

.block-podcast-presse .block.presse:hover > img{
  transform: rotate(0deg);
}

.block-newsletter{
  background:#70cbd0;
  width: 100%;
  height:auto;
  padding:5%;
  text-align: center;
  color:#ffffff;
}

.block-newsletter .inner{

}

.block-newsletter .inner .texte{
  display: inline-block;
  vertical-align: middle;
  width: 35%;
}

.block-newsletter .inner .texte h3{
  font-size:50px;
  margin-top: 0;
  margin-bottom: 0%;
  text-align: left;
}

.block-newsletter .inner .texte p{
  margin-top:0;
  text-align: left;
}

.block-newsletter .inner .input{
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}

.block-newsletter .inner .input #newsletter_code{
  display: none;
}

.block-newsletter .inner .input input{
  border:0px;
  padding:5%;
  font-size: 1.35em;
  line-height: 1.20em;
  font-family: "HelveticaNeu",sans-serif;
  font-weight: 500;
  width: 80%;
  color:#6bacb0;
  outline: unset;
}

.block-newsletter .inner .input input::placeholder{
  color:#70cbd0;
  border:0px;
  line-height: 1.20em;
  font-family: "HelveticaNeu",sans-serif;
  font-weight: 300;
  margin:0;
  padding:0;
}

.block-newsletter .inner .bouton{
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}

.block-newsletter .inner .bouton .bouton-rond-bleu{
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height:100px;
  background:#1e4a63;
  color:#ffffff;
  cursor: pointer;
  transition: all 0.2s linear;
}

.block-newsletter .inner .bouton .bouton-rond-bleu:hover{
  transform:scale(1.1);
}

.block-newsletter .inner .bouton .bouton-rond-bleu div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height:100px;
  font-family: 'HelveticaNeu', sans-serif;
  font-size:12px;
  font-weight: 300;
}

@media screen and (max-width: 1250px){

  .bandeau-bleu .inner{
    background:#1e4a63;
    width: 90%;
    border-radius: 0 150px 150px 0px ;
    text-align: left;
    position: relative;
  }

  .bandeau-bleu .inner .text{
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-left:10%;
    text-align: left;
  }
}

@media screen and (max-width: 1024px){

  .bandeau-bleu .inner{
    background:#1e4a63;
    width: 90%;
    border-radius: 0 150px 150px 0px ;
    text-align: left;
    position: relative;
  }

  .bandeau-bleu .inner .text{
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-left:5%;
    text-align: left;
  }

  .block-alimentation-microbiote .block{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 2% 0 2%;
    padding:0 3% 0 3%;
  }

  .block-nos-recettes video{
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    /* height: 300px; */
    top: -100px;
  }

}

@media screen and (max-width: 800px){

  .bandeau-bleu{
    margin-bottom: 20%;
  }
  .bandeau-bleu .inner{
    background:#1e4a63;
    width: 100%;
    border-radius: 0 150px 150px 0px ;
    text-align: left;
    max-height: 300px;
    padding-top:20px;
    position: relative;
    margin-bottom: 10%;
  }

  .bandeau-bleu.interieur .inner{
    width: 95%;
    border-radius: 0 150px 150px 0px ;
    text-align: left;
    padding-top:0px;
    position: relative;
  }

  .bandeau-bleu .inner .text{
    display: block;
    vertical-align: middle;
    width: 80%;
    margin-left:8%;
    text-align: left;
  }

  .bandeau-bleu.interieur .inner .text{
    display: inline-block;
    width: 62%;
  }

  .bandeau-bleu .inner .text p{
    color:#ffffff;
    font-weight: 300;
    font-size: 0.8em;
    font-family: 'HelveticaNeu', sans-serif;
  }

  .bandeau-bleu .inner .images{
    display: block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    top:-30px;
    height:230px;
    margin:0 auto;
    width: 80%;
  }

  .bandeau-bleu.interieur .inner .images{
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    text-align: center;
    top:auto;
    height:100%;
    width: 30%;
  }

  .bandeau-bleu .inner .images .image{
    display:block;
    position: absolute;
    left:0px;
    height:60%;

    width: auto;
    cursor:pointer;
    transition: all 0.2s linear;
  }

  .bandeau-bleu.interieur .inner .images .image{
    display: inline-block;
    position: relative;
    width: 100%;
    cursor:pointer;
    transition: all 0.2s linear;
  }

  .bandeau-bleu.interieur .inner .images .image.poivron {
    top: auto;
    z-index: 10;
    left: auto;
  }

  .bandeau-bleu.interieur .inner .images .image.citron {
    top:auto;
    z-index: 5;
    left: auto;
    height: auto;
  }

  .bandeau-bleu.interieur .inner .images .image .illustration{
    height: auto;
    width: 100%;
  }

  .bandeau-bleu.interieur .inner .images .image .illustration img{
    height: auto;
    width: 100%;
  }

  .bandeau-bleu .inner .images .image .label{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    width: 130px;
    height:130px;
    opacity: 0;
    background:rgba(240, 126, 0,0.5);
    color:#ffffff;
    padding:0;
    border-radius:50%;
    font-size: 10px;
    font-family: 'HelveticaNeuBold', sans-serif;
    transition:all 0.3s linear;
  }

  .bandeau-bleu .inner .images .image.citron{
    top:-30px;
    z-index:5;
    left:140px;
    height:200px;
  }

  .bandeau-bleu .inner .images .image.citron .label{
    background:rgba(213, 169, 8,0.7);
    left:40px;
    top:40px;
  }

  .bandeau-bleu .inner .images .image.poivron{
    top:60px;
    z-index:10;
    left:60px;
  }

  .block-nos-recettes{
    width: auto;
    max-height:250px;
    height:250px;
    overflow: hidden;
    position: relative;
  }

  .block-nos-recettes video{
    display: block;
    position: absolute;
    width: 100%;
    left: 0px;
    height: auto;
    top: 0px;
  }

  .block-nos-recettes .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height:100%;
    left:0;
    top:0;
    right:0;
    bottom:0;
    text-align: center;
    background: rgba(0,0,0,0.5);
  }

  .block-nos-recettes .inner h3{
    color:#ffffff;
    font-size: 25px;
    margin:10px;
  }

  .block-nos-recettes .inner p{
    color:#ffffff;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    margin-bottom: 3%;
  }

  .block-alimentation-microbiote .block{
    display: block;
    vertical-align: top;
    width: 90%;

    margin: 0 2% 0 2%;
    margin:0 auto;
    margin-bottom: 10%;
    padding:0 3% 0 3%;
  }

  .block-podcast-presse .block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    margin: 0 2% 0 2%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*transform:scale(1.3);*/
  }

  .block-podcast-presse .block img{
    display: block;
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    z-index:2;
    transition:all 0.2s linear;
    transform-origin: bottom center;
    transform: rotate(90deg);
  }

  .block-podcast-presse .block.podcast img{
    transform: rotate(-180deg);
  }

  .block-podcast-presse .block.presse img{
    transform: rotate(-90deg);
  }

  .block-podcast-presse .block.podcast .inner{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height:130px;
    z-index:10;
    border-radius: 50%;
    background:url('/themes/custom/mse/medias/images/home/podcasts.jpg') no-repeat center center;
    background-size:cover;
  }

  .block-podcast-presse .block.presse .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 130px;
    height:130px;
    border-radius: 50%;
    background:url('/themes/custom/mse/medias/images/home/presse.jpg') no-repeat center center;
    background-size:cover;
    position:relative;
  }


  .block-newsletter{
    background:#70cbd0;
    width: 100%;
    height:auto;
    padding:5% 0 5% 0;
    text-align: center;
    color:#ffffff;
  }

  .block-newsletter .inner .texte{
    display: block;
    vertical-align: middle;
    width: 90%;
    margin:0 auto;
  }

  .block-newsletter .inner .texte h3{
    font-size:50px;
    margin-top: 0;
    margin-bottom: 0%;
    text-align: left;
  }

  .block-newsletter .inner .texte p{
    margin-top:0;
    text-align: left;
  }

  .block-newsletter .inner .input{
    display: block;
    vertical-align: middle;
    width: 90%;
    margin:0 auto;
    position: relative;
  }



  .block-newsletter .inner .input input{
    width: 90%;
    overflow: hidden;
    color:#70cbd0;
  }



  .block-newsletter .inner .bouton{
    display: block;
    vertical-align: middle;
    margin:0 auto;
    width: 30%;
    margin-top:5%;
    margin-bottom:5%;
  }
}

@media screen and (max-width: 500px){

  .bandeau-bleu.interieur .inner .images.type-charger_une_image {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: right;
    height: 60%;
    width: 28%;
    padding: 1%;
  }

  .block-podcast-presse .block .inner .label{
    opacity: 1;
  }
  .block-nos-recettes video{
    display: block;
    position: absolute;
    width: auto;
    left: 0px;
    height: 280px;
    top: 0px;
  }

  .block-alimentation-microbiote .block p {
    color: #1e4a63;
    font-size: 0.8em;
    line-height: 1.2em;
  }

  .block-alimentation-microbiote .block h3 {
    color: #70cbd0;
    font-size: 1.2em;
  }
}
