/*
Theme Name: urbaaides
Author: Olyos
Description: un thème développé par olyos
Version: 2022-04
Text Domain: olyos
Domain Path: /languages/

*/
/*--------------------------------------------------------------
	General
--------------------------------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  background: #000;
  color: #E5DCDC;
  font-size: 1rem;
}
h1, h2 {
  font-weight: 400;
  font-style: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 1.5rem;
} 

* > p:first-child {
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto !important;
}
a {
  color: #C37660;
  text-decoration: none;
}

::selection {
  text-shadow: none;
  background: #333333;
}
blockquote {
  position: relative;
  padding: 30px 30px 30px 60px;
  font-style: italic;
  line-height: 1.6;
  background: #eaf4f7;
  border: solid 1px #333333;
}
blockquote:before {
  content: "\201D";
  color: #333333;
  font-size: 80px;
  position: absolute;
  left: 5px;
  top: 27px;
  line-height: 1;
}
.wp-block-image figcaption {
  font-size: 13px;
}
/*--------------------------------------------------------------
	Header / Footer
--------------------------------------------------------------*/
.header-bg {
	
}

.footer-bottom {
    padding: 10px;
    text-align: center;
    background-color: #030b12;
    color: #9A9A9A;
    font-size: 13px;
}

.nf-form-content label {
    font-size: 15px!important;
}
.nf-form-fields-required {
text-align:center}
/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar{
	padding: 0;
}

.nav-link {
	color: #fff;
	font-size: 1.15rem;
	font-weight: bold;
}
.nav-item>a:hover {
            color: #FFA156;
        }

.active, .nav-link:focus, .nav-link:hover { 
color: #FFA156;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
	background: #C37660;
	color: white!important;
}
.navbar-bg {
	padding: 1rem;
	    text-transform: uppercase;
}
.navbar-logo {
	font-size: 1rem;
}
.navbar-toggler {
	background-color: #333333;
	color: #fff;
	border: none;
	padding: 1.2rem;
}

.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");
}

/*--------------------------------------------------------------
	Auto-scrool menu
--------------------------------------------------------------*/
.autohide {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}


/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

@media (max-width: 768px) {
	
	.navbar-brand {
	  width: 70%;
	  margin: 0 auto;
	}
	.h1home{
    font-size: 1.2rem;
    margin: 0 1rem;
}
}