/*
Theme Name: nanou
Author: Olyos
Description: un thème développé par olyos
Version: 2023-11
Text Domain: olyos
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  background: #EEEEE4;
	padding: 0;
    margin: 0;
}

.mobiletitre{
	flex: auto;
	display: none;
}
h1, h2 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
} 

* > p:first-child {
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto !important;
}

::selection {
  text-shadow: none;
  background: #111d28;
}

nav {
display:flex}

.avwp-av button.yes {
    background: #007D94!important;
}
/*--------------------------------------------------------------
	Header / Footer
--------------------------------------------------------------*/

.footer-bottom {
    padding: 10px;
    text-align: center;
    background-color: #260d54;
    color: #9A9A9A;
    font-size: 13px;
}

.wp-block-navigation .wp-block-navigation-item {
    margin: 0 10px;
}

/*--------------------------------------------------------------
	Menu
--------------------------------------------------------------*/
.logo, .menu-class {
	display: inline-block;
}
div.menu-class ul {
    margin:20px 0px 20px 0px;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    text-align:right;
    display:inline-block;
}
div.menu-class li {
    padding: 0px 15px 0px 0px;
    display: inline-block;
} 
 
div.menu-class a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}


.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

@media (max-width: 768px) {
	}
