/**
 * Theme Name: Cocas
 * Template:   twentytwentyfive
 */


body  main, .bg-libellule {
  position: relative;
  overflow: hidden;
}

body  main::before, .bg-libellule::before {
  content: "";
  position: fixed;
  /** inset: 0; */

  background-image: url("/wp-content/themes/cocas/assets/images/logo-no-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-attachment: fixed;
  opacity: 0.08;
  transform: rotate(-13deg);
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
  top: 354px;
  left: 16%;
  width: 568px;
  height: 241px;
}

body > main > * {
  position: relative;
  z-index: 1;
}

.bg-libellule::before {
	top: 50%;
	left:50%;
}


@media (max-width: 781px) {
  .banniere {
    min-height: 700px!important;
  }
}

