.bandeau{
  margin: 40px 0;
}

.un_bandeau{
  position: relative;
  height: 230px;
}

.region-bandeau-home{
  background : #ee1841;
}

.bandeau_rouge{
  background : url(../images/sein-fleche-blanche-bandeau.png) -285px 0px no-repeat #ee1841;
  background-size: 681px 230px;
}

.bandeau_rouge .bloc_rouge{
  background: #e53823;
  background: #ee6f55;
  background: rgba(229, 56, 35, 0.9);
  background: rgba(238, 111, 85, 0.9);
  width: 91px;
  height: 145px;
  padding: 0 27px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  top: -50px;
  left: 8px;
  z-index: 3;
}

.un_bandeau .bulle{
  background: #fff;
  text-align: center;
  padding: 0px 0;
  height: 215px;
  width: 215px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 10px 0px #000101;
  box-shadow: 5px 5px 10px 0px rgba(0, 1, 1, 0.3);
  position: absolute;
  right: 10px;
  top: -18px;
}
.un_bandeau.bandeau_rouge .bulle{
  top: -18px;
}
.un_bandeau.bandeau_bleu .bulle{
  top: 7px;
}

.un_bandeau .bulle .contenu_bulle .field--name-field-logo-bloc-blanc-bandeau{
  text-align: center;
}

.un_bandeau .bulle .contenu_bulle .field--name-field-logo-bloc-blanc-bandeau img{
  margin: 0;
}

.un_bandeau .bulle .contenu_bulle .field--name-field-texte-bloc-blanc-bandeau{
  font-size: 16px;
  line-height: 20px;
  max-width: 160px;
  color : #1d1d1b;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}

.un_bandeau .bulle .contenu_bulle .field--name-field-lien-bloc-blanc-bandeau{
  margin-top: 12px;
}

.un_bandeau .bulle .contenu_bulle .field--name-field-lien-bloc-blanc-bandeau a{
  display: inline-block;
  border: none;
  background: #ee6f55;
  color: #fff;
  font-size: 14px;
  padding: 2px 16px;
  text-align: center;
  border-radius: 2px;
  transition: all .25s;
}
.un_bandeau .bulle .contenu_bulle .field--name-field-lien-bloc-blanc-bandeau a:hover{
  background: #9e3025;
}

.bandeau_bleu{
  background : url(../images/sein-fond-place-des-lumieres.png) -57px 6px no-repeat #0c73b6;
  background-size: 219px 219px;
}

.bandeau_bleu .lumiere{
  font-weight: 500;
  color : #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 85px;
  left: 25px;
}

#bandeau_home{
  margin: 60px 0 20px 0;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) {
  .un_bandeau{
    margin: 40px 0 90px 0;
  }

  .un_bandeau .bulle{
    width: 210px;
    height: 190px;
    padding: 60px 20px 0 20px;
  }

  .un_bandeau.bandeau_rouge .bulle{
    left: 130px;
    top: -40px;
  }

  .un_bandeau .bloc_rouge{
    font-size: 16px;
    height: 170px;
    width: 120px;
    padding: 0 25px;
    top: -75px;
    left: 25px;
    z-index: 3;
  }

  .bandeau_rouge{
    background-position: right 120px center;
  }

  .bandeau_bleu{
    background-size: 375px 375px;
    background-position: left 50px center;
  }

  .bandeau_bleu .lumiere{
    font-size: 36px;
    line-height: 35px;
    top: 59px;
    left: 165px;
  }

  .un_bandeau.bandeau_bleu .bulle{
    top: -10px;
    right: 40px;
  }

}

@media screen and (min-width: 1024px) {
  .bandeau_rouge{
    background-position: center;
  }

  .bandeau_rouge .conteneur{
    max-width: 980px;
    margin: 0 auto;
    position: relative;
  }

  .bandeau_bleu{
    background-position: calc(50% - 150px) 50%;
  }

  .bandeau_bleu .conteneur{
    max-width: 780px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (min-width: 1200px) {

  #bandeau_home{
    margin-top: 0;
  }

  .bandeau_rouge{
    width: 1200px;
    margin : 0 auto;
    background-position: center right 120px;
  }

  #bandeau_bleu,
  .bandeau_bleu{
    margin-bottom: 0;
  }
}

/* END RESPONSIVE */
