body.page-node {
  overflow-x: hidden;
}

p {
	margin-top: 10px; 
}
/*
#landing .warpper {
  margin-left: -15px;
  margin-right: -15px
*/

.underline {
  text-decoration: underline !important;
}

#landing .img-fluid {
  height: auto;
  max-width: 100%;
}
#main #landing .container {
  background-color: transparent;
}
#landing {
  background-color: #FFF;
  font-family: 'Raleway', sans-serif;
  border: 0 solid #000;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#landing h1, #landing h2, #landing h3, #landing h4, #landing h5, #landing h6, #landing .h1, #landing .h2, #landing .h3, #landing .h4, #landing .h5, #landing .h6 {
  line-height: 1.25;
}
#landing .btn {
  white-space: normal;
  color:#fff;
  text-decoration:none;
}
/*==========*/
.bd-example-row .row > .col, .bd-example-row .row > [class^="col-"] {
  /*padding-top: 0.75rem;*/
  /*padding-bottom: 0.75rem;*/
  background-color: rgba(39, 41, 43, 0.03);
  /*border: 1px solid rgba(39, 41, 43, 0.1);*/
}
.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}
/*==========*/
.mid-titre {
  padding: 0;
  font-size: 4em;
  font-weight: 700 !important;
  color: #022C7A;
  line-height: normal;
  margin: 0px;
}
.big-titre {
  padding: 0;
  font-size: 5em;
  font-weight: 700 !important;
  color: #022C7A;
  line-height: normal;
}
.podcast h2, .podcast .h2 {
  font-weight: bold;
  position: relative;
}
.podcast h3, .podcast .h3 {
  font-weight: bold;
  position: relative;
  font-size: 1.5em;
  line-height: 1.5 !important;
}
.podcast h4, .podcast .h4 {
  font-weight: bold;
  position: relative;
  font-size: 1.5em;
}
.episode h2, .episode .h2 {
  font-size: 24px;
 /* border-bottom: 1px solid #E4E4F0;*/
  padding-bottom: 1.5rem;
  line-height: 1.5 !important;
}
.episode .h3 {
  font-size: 20px;
  border-bottom: 1px solid #E4E4F0;
  padding-bottom: 1.5rem;
  color: #014479;
  font-weight: bold;
}
.episode .h4 {
  font-size: 20px;
  /*border-bottom: 1px solid #E4E4F0;*/
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #014479;
  font-weight: bold;
}
.episode a {
  color: #FF6A30;
  text-decoration: underline;
}
.episode ul.list-plus {
  list-style-type: none;
  padding-left: 32px;
}
.episode ul.list-plus li {
  margin-bottom: 1em;
  margin-left: 0px;
  position: relative;
}
.episode ul.list-plus li::before {
  content: " ";
  background-color: #253370;
  -webkit-mask-image: url("../img/plus-circle-solid.svg");
  -webkit-mask-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -32px;
}
/*==========*/
.hero {
}
.hero .titre {
  background: url(../img/vibe.svg) center / cover no-repeat;
  padding: 2.5em;
}
.hero .lead {
  font-size: 1.5em;
  font-weight: 400;
}
.saison, .intro-saison, .abonnement {
  background-color: #F2F4FF;
  position: relative;
}
.intro-saison::after {
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(1, 27, 76, 1);
  background: -moz-linear-gradient(180deg, rgba(1, 27, 76, 0.075) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(180deg, rgba(1, 27, 76, 0.075) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(180deg, rgba(1, 27, 76, 0.075) 0%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  bottom: -40px;
  left: 0;
  content: " ";
  height: 40px;
}
.intro-saison a {text-decoration:none;}
.intro-saison a:hover {text-decoration:underline;}
.episode:nth-child(odd) {
  background-color: #EBEEFF;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.episode:nth-child(even) {
  background-color: #F8F9FE;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.gellule {
  font-size: 18px;
  background-color: #FF6A30;
  color: #FFFFFF !important;
  padding: 0.25em 0.75em;
  /*+border-radius: 55px;*/
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
  border-radius: 55px;
  margin-left: 1em;
  position: absolute;
  font-weight: bold;
  text-decoration:none;
}
.gellule.underline {
  text-decoration: underline !important;
}
.gelluleb {
  font-size: 18px;
  background-color: #5a76a8;
  color: #FFFFFF !important;
  padding: 0.25em 0.75em;
  /*+border-radius: 55px;*/
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  -khtml-border-radius: 55px;
  border-radius: 55px;
  margin-left: 1em;
  position: absolute;
  font-weight: bold;
}
.episode .gellule {
  position: relative;
  background-color: #FF43A7;
  margin-left: 0;
  margin-right: 8px;
}
a.gellule:hover {
  color: #FFFFFF;
  background-color: #ED9A4A;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 8px;
  font-weight: 600;
}
#landing .btn-primary {
  color: #FFF;
  background: rgb(237, 117, 73);
  text-shadow: 0px 2px #D46842;
  background: -moz-linear-gradient(90deg, rgba(237, 117, 73, 1) 0%, rgba(237, 155, 74, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(237, 117, 73, 1) 0%, rgba(237, 155, 74, 1) 100%);
  background: linear-gradient(90deg, rgba(237, 117, 73, 1) 0%, rgba(237, 155, 74, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed7549",endColorstr="#ed9b4a",GradientType=1);
  border: 0px solid #D46842;
  border-bottom: 4px solid #D46842;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #FFF;
  background-color: #D46842;
  border: 0px solid #D46842;
  border-bottom: 4px solid #D46842;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: rgb(237, 117, 73);
  border-color: rgb(237, 117, 73);
}
.btn-primary .badge {
  color: rgb(237, 117, 73);
  background-color: #FFF;
}
.btn-secondary {
  color: #FFF;
  background: #FF6A30;
  border: 0px solid #FF6A30;
  padding: 6px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 24px;
  font-weight: 600;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  color: #FFF;
  background: #ED9A4A;
  border: 0px solid #ED9A4A;
}
.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary, .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled:active, .btn-secondary[disabled]:active, fieldset[disabled] .btn-secondary:active, .btn-secondary.disabled.active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary.active {
  background-color: #022C7A;
  border-color: #022C7A;
}
.btn-secondary .badge {
  color: rgb(237, 117, 73);
  background-color: #FFF;
}
.btn-secondary.underline {
  text-decoration: underline !important;
}
.icone.podcast {
  overflow: hidden;
  display: block;
  /*+border-radius: 4px;*/
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  /*+box-shadow: 0 0;*/
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  box-shadow: 0 1px 3px rgba(2, 44, 122, 0.12), 0 1px 2px rgba(2, 44, 122, 0.24);
}
.icone.podcast:hover {
  box-shadow: 0 14px 28px rgba(2, 44, 122, 0.05), 0 10px 10px rgba(2, 44, 122, 0.10);
}
.couverture a {
  box-shadow: 0 1px 3px rgba(2, 44, 122, 0.12), 0 1px 2px rgba(2, 44, 122, 0.24);
  display: block;
}
.couverture a:hover {
  box-shadow: 0 14px 28px rgba(2, 44, 122, 0.05), 0 10px 10px rgba(2, 44, 122, 0.10);
}
/*==========  Non-Mobile First Method  ==========*/
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .gellule {
    position: relative;
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 0.25em;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 575px) {
  .mid-titre {
    font-size: 3em;
  }
  .big-titre {
    font-size: 3em;
  }
  .hero .titre {
    padding: 1em;
  }
  .abonnement ul.list-inline li.list-inline-item, .intro-saison ul.list-inline li.list-inline-item {
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
/*==========  Mobile First Method  ==========*/
@media (min-width: 575px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
