body {
    min-height: 75rem;
    padding-top: 4.5rem;
  }
  
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
  font-size: 3.5rem;
  }
}

main > .container {
  padding: 60px 15px 0;
}

.banner-bg {
  height:400px;
  background-image: linear-gradient(
    to bottom,
    rgba(0,0 , 0, 0.75),
    rgba(0, 0, 0, 0.3)),
    url('accueil_etretat.jpg');
  background-size:cover;
  background-position-x:center;
  background-position-y:bottom;
}

.banner-small-bg {
  height:200px;
  background-image: linear-gradient(
    to bottom,
    rgba(0,0 , 0, 0.75),
    rgba(0, 0, 0, 0.3)),
    url('accueil_etretat.jpg');
  background-size:cover;
  background-position-x:center;
  background-position-y:bottom;
}

.topline-cpvert {
  background-color: #006600;
}   

.text-cpvert {
  /* color: #66cc66; */
  color: #40bf40;
}

.foot-bg-banner {
  /* background-color: #404040; */
  /* height:200px; */
  background-image: linear-gradient(
    to bottom,
    rgba(26, 26, 26, 0.75),
    rgba(26, 26, 26, 1)),
    url('accueil_etretat.jpg');
  background-size:cover;
  background-position-x:center;
  background-position-y:bottom;
}

.foot-bg-black {
  background-color: #0d0d0d;
}


.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.border-cpgrey {
  border: solid  grey;
  border-width: 1px 0;
}

.bg-cpgrey {
  background-color: grey;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cp-separator {
  width: 50%;
  height: 1px;
  background: grey;
  content:"";
}
