/*****************************************************************************/
/***************************** SECTION DEMI  *********************************/
/*****************************************************************************/


/** Section-demi global **/
.et-db #page-container #et-boc .et_pb_row.demi {
  display: flex;
  align-items: center;
  z-index: 1;
}

/* col image */
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) {
  height: 100%;
  margin: 0;
  min-width: 45%;
}
/* col texte */
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_text, .et_pb_blurb) {
  margin: 0;
  min-width: 55%;
}
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_text p {
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) .et_pb_image {
  margin: 0;
  height: 100%;
  object-fit: cover;
}
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) .et_pb_image_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) picture  {
  width: 100%;
}
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

/******** Variante avec cut ********/
.et-db #page-container #et-boc .et_pb_section:has(.et_pb_row.demi.cut){
  overflow: hidden;
}
.et-db #page-container #et-boc .et_pb_row.demi.cut .et_pb_column:last-child:has(.et_pb_image):not(:has(.et_pb_text)) {
  right: -18%;
}
.et-db #page-container #et-boc .et_pb_row.demi.cut .et_pb_column:first-child:has(.et_pb_image):not(:has(.et_pb_text)) {
  left: -18%;
}
.et-db #page-container #et-boc .et_pb_row.demi.cut .et_pb_column:last-child:has(.et_pb_video):not(:has(.et_pb_text)) {
  right: -13%;
}
.et-db #page-container #et-boc .et_pb_row.demi.cut .et_pb_column:first-child:has(.et_pb_video):not(:has(.et_pb_text)) {
  left: -13%;
}
/* image a gauche  */
.et-db #page-container #et-boc .et_pb_row.demi.bg-bleu.cut:has(> .et_pb_column:first-child > .et_pb_image):not(:has(> .et_pb_column:first-child > .et_pb_text)) {
  background-color: #2f3888;
  box-shadow: 60vw 0 0 60vw #2f3888;
}
.et-db #page-container #et-boc .et_pb_row.demi.bg-bleu-fonce.cut:has(> .et_pb_column:first-child > .et_pb_image):not(:has(> .et_pb_column:first-child > .et_pb_text)) {
  background-color: #091b5d;
  box-shadow: 60vw 0 0 60vw #091b5d;
}
.et-db #page-container #et-boc .et_pb_row.demi.bg-bleu.cut:has(> .et_pb_column:first-child > .et_pb_video) {
  background-color: #2f3888;
  box-shadow: 60vw 0 0 60vw #2f3888;
}
.et-db #page-container #et-boc .et_pb_row.demi.bg-bleu-fonce.cut:has(> .et_pb_column:first-child > .et_pb_video) {
  background-color: #091b5d;
  box-shadow: 60vw 0 0 60vw #091b5d;
}

/* image a droite */
.et-db #page-container #et-boc .et_pb_row.demi.bg-bleu.cut:has(> .et_pb_column:last-child > .et_pb_image):not(:has(> .et_pb_column:last-child > .et_pb_text)) {
  background-color: #2f3888;
  box-shadow: -60vw 0 0 60vw #2f3888;
}

.et-db #page-container #et-boc .et_pb_row.demi.bg-bleu-fonce.cut:has(> .et_pb_column:last-child > .et_pb_image):not(:has(> .et_pb_column:last-child > .et_pb_text)) {
  background-color: #091b5d;
  box-shadow: -60vw 0 0 60vw #091b5d;
}
.et-db #page-container #et-boc .et_pb_row.demi.bg-bleu.cut:has(> .et_pb_column:last-child > .et_pb_video) {
  background-color: #2f3888;
  box-shadow: -60vw 0 0 60vw #2f3888;
}

.et-db #page-container #et-boc .et_pb_row.demi.bg-bleu-fonce.cut:has(> .et_pb_column:last-child > .et_pb_video) {
  background-color: #091b5d;
  box-shadow: -60vw 0 0 60vw #091b5d;
}

@media(max-width: 850px){
  .et-db #page-container #et-boc .et_pb_row.demi.bg-bleu.cut:has(> .et_pb_column:last-child > .et_pb_image):not(:has(> .et_pb_column:last-child > .et_pb_text)){
    box-shadow: 0 0 0 100vmax #2f3888;
  }
  .et-db #page-container #et-boc .et_pb_row.demi.bg-bleu-fonce.cut:has(> .et_pb_column:last-child > .et_pb_image):not(:has(> .et_pb_column:last-child > .et_pb_text)){
    box-shadow: 0 0 0 100vmax #091b5d;
  }
  .et-db #page-container #et-boc .et_pb_row.demi.cut .et_pb_column:last-child:has(.et_pb_image):not(:has(.et_pb_text)){
    right: auto;
  }
}

/******** Variante avec shadow ********/
.et-db #page-container #et-boc .et_pb_row.demi.shadow .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) .et_pb_image_wrap {
  position: relative;
}
.et-db #page-container #et-boc .et_pb_row.demi.shadow .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) .et_pb_image_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  width: 100%;
  height: 100%;
  right: -40px;
  background: #D1000F;
  background: linear-gradient(180deg,rgba(209, 0, 15, 1) 0%, rgba(9, 27, 93, 1) 100%);
}

/******** Variante avec video ********/
/*col video */
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_code),
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_video) {
  height: 100%;
  margin: 0;
  min-width: 50%;
}
/* col texte */
.et-db #page-container #et-boc .et_pb_row.demi:has(.et_pb_code) .et_pb_column:has(.et_pb_text, .et_pb_blurb),
.et-db #page-container #et-boc .et_pb_row.demi:has(.et_pb_video) .et_pb_column:has(.et_pb_text, .et_pb_blurb) {
  margin: 0;
  min-width: 50%;
}

/******** Section-demi image droite ********/

/* col text */
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:first-child:has(.et_pb_text, .et_pb_blurb) {
  padding: 0 6% 0 0;
}

/****** Section-demi image gauche *******/

/* col text */
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:last-child:has(.et_pb_text, .et_pb_blurb) {
  padding: 0 0 0 6%;
}

/** up **/
.et-db #page-container #et-boc .et_pb_row.demi.up {
  align-items: flex-start;
}

/** big **/
.et-db #page-container #et-boc .et_pb_row.demi.big {
  align-items: stretch;
}

.et-db #page-container #et-boc .et_pb_row.demi.big .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) {
  height: inherit;
}

.et-db #page-container #et-boc .et_pb_row.demi.big .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) .et_pb_image_wrap,
.et-db #page-container #et-boc .et_pb_row.demi.big img {
  height: 100%;
}

.et-db #page-container #et-boc .et_pb_row.demi.big.pad-bot-zero .et_pb_column:has(.et_pb_text) .et_pb_module:last-child {
  margin-bottom: 50px;
}

/** full **/
.et-db #page-container #et-boc .et_pb_row.demi.full  {
  max-width: inherit;
  width: 100%;
}

.et-db #page-container #et-boc .et_pb_row.demi.full {
  align-items: stretch;
}

.et-db #page-container #et-boc .et_pb_row.demi.full .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) {
  height: inherit;
}
.et-db #page-container #et-boc .et_pb_row.demi.full .et_pb_column:has(.et_pb_text, .et_pb_blurb) {
  display: flex;
  align-items: center;
}

.et-db #page-container #et-boc .et_pb_row.demi.full .et_pb_column:first-child:has(.et_pb_text, .et_pb_blurb) {
  padding: 50px 6% 50px 12%;
}
.et-db #page-container #et-boc .et_pb_row.demi.full .et_pb_column:last-child:has(.et_pb_text, .et_pb_blurb) {
  padding: 50px 12% 50px 6%;
}

.et-db #page-container #et-boc .et_pb_row.demi.full .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) .et_pb_image_wrap,
.et-db #page-container #et-boc .et_pb_row.demi.full .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) img {
  height: 100%;
}

/** avec module resume et icone **/
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column .et_pb_blurb .et_pb_blurb_content {
display: flex;
flex-direction: column;
align-items: flex-start;
margin-left: 0;
max-width: none;
}
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column .et_pb_blurb .et_pb_main_blurb_image {
  width: auto;
  height: 92px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  margin-bottom: 0;
}
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap,
.et-db #page-container #et-boc .et_pb_row.demi .et_pb_column .et_pb_blurb .et_pb_main_blurb_image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}




/** global responsive **/
@media(max-width: 1068px) {
  .et-db #page-container #et-boc .et_pb_section:has(.demi) {
    overflow: hidden;
  }
}

@media(max-width: 980px) {
  .et-db #page-container #et-boc .et_pb_row.demi {
    justify-content: center;
    align-items: center;
  }

  .et-db #page-container #et-boc .et_pb_row.demi:has(.et_pb_column:first-child .et_pb_text, .et_pb_column:first-child .et_pb_blurb) {
    flex-direction: column;
  }
  .et-db #page-container #et-boc .et_pb_row.demi:has(.et_pb_column:last-child .et_pb_text, .et_pb_column:last-child .et_pb_blurb) {
    flex-direction: column-reverse;
  }
  .et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_image):not(:has(.et_pb_text)) {
    margin: 15px 0 0 0 !important;
  }
  .et-db #page-container #et-boc .et_pb_row.demi .et_pb_column:has(.et_pb_text, .et_pb_blurb) {
    padding: 0 !important;
  }
  .et-db #page-container #et-boc .et_pb_row.demi.full .et_pb_column:has(.et_pb_text, .et_pb_blurb) {
    padding: 0 5% !important;
  }
  .et-db #page-container #et-boc .et_pb_row.demi .et_pb_text {
    width: 100%;
    padding-left: 0;
  }
}
@media(max-width: 550px) {
  .et-db #page-container #et-boc .et_pb_row.demi .et_pb_column .et_pb_blurb .et_pb_main_blurb_image {
    height: 80px;
  }
}
@media(max-width: 425px) {
  .et-db #page-container #et-boc .et_pb_row.demi {
    padding-top: 25px !important;
    padding-bottom: 0rem;
  }
}
