@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
@CHARSET "UTF-8";
* {
  font-family: "Open Sans", sans-serif;
}

.blue {
  color: #3a76bc;
  background-color: #3a76bc;
}

a,
a:hover,
a:active {
  color: #000000;
  text-decoration: none;
}

/* 1. To have the footer at the bottom, even, when the page is not tall enough */
html.flexbox body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
	
	
	overflow-x: hidden;
}

html.flexbox .site-header,
html.flexbox .site-nav,
html.flexbox .site-footer {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

html.flexbox .site-content {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

/* 3. Nav style */
.site-nav.sticky-top {
  background-color: #ffffff;
  color: #000000;
  font-size: 28px;
  border-bottom: solid 3px #727272;
}

.site-nav.sticky-top > .container-fluid {
  max-width: 1000px;
}

.site-nav.sticky-top a,
.site-nav.sticky-top a:hover,
.site-nav.sticky-top a:active {
  color: #727272;
}

.site-nav.sticky-top .logo {
  position: relative;
  display: block;
  float: left;
  height: 33px;
  margin: 20px 0;
}

.site-nav.sticky-top ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.site-nav.sticky-top ul .nav-item {
  color: #000000;
  padding: 3px 5px;
}

.site-nav.sticky-top ul .nav-item:hover {
  background-color: #727272;
}

.site-nav.sticky-top ul .nav-item:hover > a {
  color: #ffffff;
}

.site-nav.sticky-top ul .nav-item a {
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
}

.site-nav.sticky-top ul .nav-item .dropdown-menu {
  background-image: url("/medias/template/1/menu-hover.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60px;
  min-width: 20rem;
}

.site-nav.sticky-top ul .nav-item .dropdown-menu a {
  font-size: 12px;
}

@media (max-width: 900px) {
  .site-nav.sticky-top {
    position: static;
  }
}

/* 4. Footer style */
.site-footer.main-footer {
  background-color: #727272;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-footer.main-footer > div {
  max-width: 1000px;
}

.site-footer.main-footer > div a {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #ffffff;
}

.site-footer.main-footer > div a:hover, .site-footer.main-footer > div a:active {
  text-decoration: underline;
  color: #ffffff;
}

.site-footer.sub-footer {
  background-color: #3a76bc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-footer.sub-footer .menu-item {
  display: inline-block;
  margin-right: 20px;
}

.site-footer.sub-footer .menu-item a {
  font-size: 12px;
  color: #ffffff;
}

.site-footer.sub-footer .menu-item a:hover, .site-footer.sub-footer .menu-item a:active {
  text-decoration: underline;
  color: #ffffff;
}

/* 5. Content style */
.moduleWrapper {
  margin: 0 !important;
}

.site-content {
  background-color: #ffffff;
}

.site-content .breadcrumb-area {
  margin-top: -30px;
}

.site-content .services {
  background-color: #E5E5E5;
  padding: 5px 0px;
  max-width: 1000px;
}

.site-content .services .service {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 360px;
}

.site-content .services .service a {
  display: block;
  background: #3a76bc;
  padding: 5px 10px;
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.site-content .services .service a:hover, .site-content .services .service a:active {
  color: #ffffff;
  text-decoration: underline;
}

.site-content .services .service img {
  width: 100%;
}

.site-content .template-page {
  max-width: 1000px;
  margin: 0 auto;
}

.site-content .template-page .header {
  width: 100%;
  background-color: #727272;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-content .template-page .header h1 {
  font-size: 20px;
  color: #ffffff;
  padding: 10px 100px 10px 20px;
}

.site-content .template-page .content {
  padding: 10px 20px;
}

.site-content .template-page .content .newsletterTitleCell {
  display: none;
}

.site-content .template-page .content .form-group {
  margin-top: 20px;
}

.site-content .template-page .content .ui-button {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #3a76bc;
  border: none;
  color: #ffffff;
}

.site-content .template-page .content p {
  line-height: auto;
}

.site-content .template-page .col {
  padding: 0;
}

.site-content .template-page .row {
  margin: 0;
}

.site-content .template-page h1 {
  margin: 0;
}

.site-content .template-page .blue-box {
  background-color: #3a76bc;
}

@media screen and (max-width: 1000px) {
  .site-content .template-page .blue-box {
    padding: 20px !important;
  }
}

.site-content .slider-content h1 {
  background-color: #727272;
  padding: 10px 10px;
  font-size: 35px;
  position: absolute;
  color: #ffffff;
  font-weight: 300;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 20%;
}

@media screen and (max-width: 900px) {
  .site-content .slider-content h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 500px) {
  .site-content .slider-content h1 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */



nav {
	position: sticky !important;
	min-height: 180px;
	padding-right: 230px !important;
}


.nav-link {
	white-space: nowrap;
}

nav .eu {
	right: 0;
	top: 0;
	width: 244px;
	position: absolute;
	background: url("/medias/template/1/eu.png");
	height: 170px;
	background-size: cover;
}

.homeslider-item h1{
	position: relative;
	left: 20%;
	color: white;
}

@media screen and (max-width: 800px) {
	.homeslider-item h1 {
		font-size: 1em;
		max-width: 200px;
	}
}

.owl-nav {
	display: flex;
    position: absolute;
    left: 0;
	top: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.owl-prev, .owl-next  {
	font-size: 20px;
	color: black;
	border-radius: 50%;
	background: white !important;
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
}

.owl-prev i, .owl-next i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.owl-dots {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.form-control{
	border-color: #000 !important;
}