/*
Theme Name: Olybop
Author: Olybop
Description: un thème développé par olyos
Version: 2024-01
Text Domain: olyos
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
	background: #030D19;
}
.header-bg, .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

h1, h2, h3, h4, h5, h6  {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto !important;
}

#ultp-footer-template a {
color:white;
text-decoration:none;}
