/* ---------- Color Module Styles ----------- */

body {
    color: #3b3b3b;
    background: #FFFFFF;
	  padding-right: 1px;
    padding-left: 1px;
	 background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    background-image: url(roue4.png);
   
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
	
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-top {
  background-color: #FFFFFF;
 
  width: 100%;
  margin-left: auto;
  margin-right: auto;
	
}

#navbar-main {
    background-color:  #FFFFFF;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
		 border-color: #e3001b;
  border-bottom-width: 5px;
  border-bottom-style: none;
}



a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #000000;
}
.nav-item .dropdown-item a.active {
  color: black;
}
.nav-link {
  color: #000000;
}
.nav-link:hover,
.nav-link:focus {
  color: #848484;
}
a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
  background:  #9f0404;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
	}


/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}


@media only screen and (min-width:300px) and (max-width:850px){  #navbar-main {
    background-color:  #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
		 border-color: #e3001b;
  border-bottom-width: 5px;
  border-bottom-style: none;
}
}
