#main {
  background: #E5E5E5;
}

/* ENTÃŠTE */

#banner {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 520px;
  margin: auto;
  display: flex;
  align-items: center;

  background: url(/app/uploads/2021/05/header-cookie-apocalypse.png);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
}

#banner-text {
  width: 537px;
  max-width: 100%;
  align-items: center;
  top: 100px;
  padding-left: 5%;
  font-style: normal;
  font-weight: normal;
  font-size: 2.8em;
  line-height: 60px;
  color: #014462;
}

#banner-text span {
  position: relative;
  width: 467px;
  max-width: 100%;
  align-items: center;

  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 83px;

  color: #014462;
}


/* MENU */

#rectangle-menu {
  position: relative;
  display: flex;
  max-width: 100%;
  max-width: 1276px;
  height: 110px;
  margin:auto;
  margin-top: 0rem;
  margin-bottom: 4rem;
  padding-left:2rem;
  padding-right:2rem;
  justify-content: space-between;
  align-items: center;
  
  background: #FFFFFF;
  /*box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.25);*/
}

@media screen and (max-width: 767px){
  #rectangle-menu{
    flex-direction:column;
    flex-wrap:nowrap;
    align-content:stretch;
    justify-content:space-around;
    align-items:stretch;
    margin-top:6rem;
    height:250px;
  }
}

#title-sensibiliser, #title-impacts, #title-solutions {
  position: relative;
  width: 1006px;
  max-width: 100%;
  height: 44px;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 95px;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 44px;

  text-align: center;
}

#title-sensibiliser {
  color: #0397D7;
}

#title-impacts {
  color: #E97454;
}


#title-solutions {
  color: #59BD99;
}


/* SECTIONS DE PAGE */

.rectangle-contenu {
  position: relative;
  width: 1276px;
  max-width: 100%;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.25);
}

section.post div.content-inner {
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.25);
}

#link-sensibiliser, #link-impacts, #link-solutions {
  /*width: 250px;
  height: 35px;*/
  max-width: 100%;
/*   text-transform: uppercase; */
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 35px;
  padding:2rem 10rem;
  text-align: center;
  text-decoration: none;
}


#link-sensibiliser {
  color: #0397D7;
  width:32%;
}

#link-impacts {
  color: #E97454;
}

#link-solutions {
  color: #59BD99;
}

.section-bar {
  position: relative;
  width: 1276px;
  max-width: 100%;
  height: 5px;
  margin: auto;
}

#se-sensibiliser-bar {
  background: #0397D7;
  margin-top: 70px;
}

#comprendre-les-impacts-bar {
  background: #E97454;
  margin-top: 70px;
}

#trouver-des-solutions-bar {
  background: #59BD99;
  margin-top: 70px;
}

section.white-paper p{
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 30px;

  color: #E97454;
}

section.video p{
  font-family: Martel;
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 30px;

  color: #0397D7;
}

section.white-paper div.image-bg.bgcover {
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.25);
}

.tag-color {
  display: none;
}

textarea.hs-input {
  background-color: #FFFFFF;
}

.form-module{
  padding-top: 4.5em !important;
  padding-bottom: 4.5em !important;
}
.form-module .page-center {
  padding-top: 0;
}
#hb-title {
  color: #19a8ed;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 15px;
  padding-top: 0;
  text-transform: uppercase;
}

#rectangle-menu a {  
  display: inline-block;
  position: relative;
}

#rectangle-menu a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  opacity:.3;
}
#rectangle-menu a#link-sensibiliser:after {
  background: #575756;
}

#rectangle-menu a#link-impacts:after {
  background: #E97454;
}

#rectangle-menu a#link-solutions:after {
  background: #59BD99;
}

#rectangle-menu a:hover:after { 
  width: 100%; 
  left: 0; 
} 
.section-bar + section .content-inner {
  margin-left: 0;
  width: 100%;
  padding: 0;
}
.section-bar + section header.content-inner {
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.section-bar + section header.content-inner ul.list-icon-stroke {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}
.section-bar + section header.content-inner ul.list-icon-stroke li:before {
  opacity: 0;
}
.container-listing-posts.apocalypse_blog_listing .row.inner-row .col.inner-col {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  margin-bottom: 5.5rem;
}
.container-listing-posts .main-image {
  position: relative;
  display: block;
  width: 100%;
  height: 24rem;
  min-height: 22rem;
}
.container-listing-posts .main-image .over-image, .container-listing-posts .main-image .image-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*-webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
  -o-transition: all .3s cubic-bezier(.4,0,.2,1);
  transition: all .3s cubic-bezier(.4,0,.2,1);
  filter: brightness(100%);*/
}
.bgcover {
  background-size: cover!important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.container-listing-posts .content-inner-text {
  position: relative;
  display: block;
  width: 90%;
  margin-left: 4%;
  background-color: #fff;
  margin-top: 0rem !important;
  padding-top: 0rem !important;
  padding-left: 3rem;
  z-index: 9;
  height: calc(100% - 22rem);
}
.container-listing-posts .content-inner-text .content-author .over-circle {
  position: relative;
  top: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  border: 0.5rem solid #fff;
  display: block;
  border-radius: 50%;
  background-clip: padding-box;
  line-height: 0;
  z-index: 9;
}
.container-listing-posts .content-inner-text .content-author .over-circle:before {
  content: " ";
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  background-color: #fff;
  border-radius: 50%;
  background-clip: padding-box;
  z-index: -1;
}
.container-listing-posts .content-inner-text .content-author .over-circle img {
  width: 100%;
  border-radius: 50%;
  background-clip: padding-box;
}
.container-listing-posts .content-inner-text .content-author .over-circle:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-clip: padding-box;
}
.container-listing-posts .text-small {
  color: #1897d4;
  margin-bottom: 0.8rem;
  font-weight: 800;
  line-height: 1.4em;
  letter-spacing: 0;
  text-transform: none;
  display: block;
  font-size: calc((1.8rem * 60)/100);
}
.container-listing-posts .text-title {
  color: #282828;
  margin-bottom: 2rem;
  -webkit-transition: all .3s cubic-bezier(.4,0,.2,1);
  -o-transition: all .3s cubic-bezier(.4,0,.2,1);
  transition: all .3s cubic-bezier(.4,0,.2,1);
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
}
.container-listing-posts a {
  text-decoration: none;
}
.list-icon-stroke li, .list-icon-stroke ul li {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #252526;
  padding: 0.3rem 1.4rem 0.2rem 3.6rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.list-icon-stroke.small li, .container-listing-posts .list-icon-stroke li, .list-icon-stroke ul.small li {
/*   font-size: calc((1rem * 90)/100); */
  padding-left: 3rem;
/*   text-transform: uppercase; */
}
.list-icon-stroke li svg, .list-icon-stroke ul li svg {
  position: absolute;
  left: 0;
  top: 50%;
  fill: #1897d4;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.svg-icon-technique {
  padding: 0.1rem;
  width: 2.2rem;
  height: 1.9rem;
  fill:#000 !important;
}
.svg-icon-clock {
  padding: 0.1rem;
  width: 2.1rem;
  height: 2.1rem;
}
.list-icon-stroke li svg.svg-icon-clock, .list-icon-stroke ul li svg.svg-icon-clock {
  fill: #949494;
}
.body-container-wrapper {
  background: #fff;
}
@media screen and (max-width: 767px){
  .section-bar + section .content-inner {
    margin-top: 0;
  }
  .post .container-listing-posts .page-center {
    padding-top: 0;
  }
}

#banner-text{
  font-size:3rem;
  padding-left:0;
}
.body-container{
  background:#fff;
}

.inner-row{
  margin-left:0 !important;
  margin-right:0 !important;
}

.text-title{
  min-height:15rem;
}

.list-icon-stroke{
  display:flex !important;
}
.content-inner{
  box-shadow:none !important;
}

@media screen and (max-width: 767px){
#link-sensibiliser{
  width:100%;
}
}
  
.hover:hover{
  background: #E8E933 !important;
  color: #3F3F3F !important;
}

  
@media screen and (max-width: 992px){
  #rectangle-menu a:after {
    padding:0rem !important;
  }
}

@media screen and (max-width: 992px) {
    .content-inner-text{
      padding-left:1rem !important;
    }
 }


  
  
  