
/* Container global  */
#fullProject .container{
  max-width: 90%;
  gap: 10%;
  @media screen and (max-width: 1350px) { 
    gap: 0;
  }
}
/* Slide gallery  */
#fullProject .wp-real__slider__slider__container .swiper-slide{
  max-width: unset;
  max-height: 860px;
}
/* HERO Pic et img  */
#fullProject .single_hero_left{
  max-width: 45%;
  @media screen and (max-width: 920px) { 
    max-width: 100%;
  }
}
#fullProject .single_hero_right{
  max-width: 55%;
  @media screen and (max-width: 920px) { 
    max-width: 100%;
  }
}
#fullProject .single_hero_left h1,
#fullProject .single_hero_left p{
  padding-left: 12%;
  @media screen and (max-width: 1350px) { 
    padding-left: 0;
  }
}
#fullProject .single_hero_left h1{
  margin-top: 80px;
}
#fullProject .hero-single-content.single_realisations .single_hero_right img{
  height: 590px;
}
#fullProject .hero-single-content.single_realisations .single_hero_right{
  height: 590px;
}
/* Global the content  */
#fullProject .container_center{
  width: 100%;
  max-width: unset;
}
/* IMAGE FLUID  */
#fullProject .wp-block-image.size-full{
  max-height: 1000px;
}
#fullProject .wp-block-image.size-full img{
  max-height: 1000px;
}
#fullProject .formations-list-content-display.single-main-left.content-real{
  width: 100%;
}
#fullProject .formations-list-content-display.single-main-left{
  padding: 0;
}
#fullProject .single-main-left p {
  max-width: 65%;
  width: 100%;
  align-self: center;
  @media screen and (max-width: 920px) { 
    max-width: 90%;
  }
}
#fullProject .single-main-left ul, 
#fullProject .single-main-left ol {
  max-width: 65%;
  width: 100%;
  align-self: center;
  @media screen and (max-width: 920px) { 
    max-width: 90%;
  }
}
#fullProject .single-main-left li{
  list-style-position: outside;
}

#fullProject .single-main-left .wp-block-video {
  max-width: 65%;
  width: 100%;
  align-self: center;
  @media screen and (max-width: 920px) { 
    max-width: 90%;
  }
}



#fullProject .single-main-left h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  max-width: 65%;
  width: 100%;
  align-self: center;
  @media screen and (max-width: 920px) { 
    max-width: 90%;
  }
}
#fullProject .real__slider__wrapper{
  overflow: initial;
}
#fullProject .wp-block-columns{
  margin-top: 80px;
  margin-bottom: 240px;
  @media screen and (max-width: 920px) { 
    margin-top: 10px;
    margin-bottom: 10px;
  }
}




#fullProject .wp-block-columns.bloc-2-col {
  margin-bottom: 50px;
}
#fullProject .wp-block-image.size-large{
  width: 85%;
  align-self: center;
}
#fullProject .bloc-3-col{
  width: 85%;
  align-self: center;
}
#fullProject .bloc-3-col .wp-block-image.size-large{
  width: 100%;
}
#fullProject .bloc-2-col{
  width: 85%;
  align-self: center;
}
#fullProject .bloc-2-col p{
  margin-top: 0;
  margin-bottom: 0;
  max-width: unset;
  padding: 0 10%;
  @media screen and (max-width: 920px) { 
    padding: 0 5%;
  }
}


#fullProject .bloc-2-col figure{
  margin-top: 0;
  margin-bottom: 0;
}
#fullProject .wp-block-column{
  align-self: center;
}


#fullProject .bloc-2-col .wp-block-image.size-large{
  width: 100%;
}





#fullProject .real__slider__slider__container {
  position: relative;
  display: flex;
  margin-top: 50px;
  width: 100%;
  height: 480px;
}
/* 10/05/2023 prod */


/* H2 Stylish on real full  */


#fullProject .content-real h2{
  font-family: "sofia-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: .05em;
}
