/* BODY */
body { background-color: #f2f4ff !important; }

/* HEADER */
.search-icon, .mobile-menu {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    color: #f1942c;
}

/* MAIN MENU*/
.main-menu li a { font-weight: 400 !important; color: #666 !important; font-size: 15px; }
ul.main-menu > li a::after, .region-primary-menu .menu > li a::after {
  bottom: 5px;
  width: 0;
}


/* MAIN SLIDER */
.slider { height: auto; }
.slider-text h1 { font-size: 1.2rem; }
.slider-text p { font-size: 15px; color: #666; line-height: 1.3; }


/* CUSTOM SLIDERS*/
#ftslider, #coslider, #prslider, #acslider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#ftslider ul, #coslider ul, #prslider ul, #acslider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#ftslider ul li, #coslider ul li, #prslider ul li, #acslider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 390px;
  height: 520px;
  text-align: center;
  line-height: 480px;
}
#ftslider ul li h2, #coslider ul li h2, #prslider ul li h2, #acslider ul li h2 {
    font-size: 20px;
    color: #555;
    letter-spacing: -.5px;
}

a.ft_control_prev, a.ft_control_next,
a.co_control_prev, a.co_control_next,
a.pr_control_prev, a.pr_control_next,
a.ac_control_prev, a.ac_control_next {
    position: absolute;
    top: 220px;
    z-index: 999;
    display: block;
    padding: 10px;
    width: 34px;
    height: 34px;
    line-height: 15px;
    color: #fff;
    background-color: #f1942c;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
}

a.ft_control_prev:hover, a.ft_control_next:hover,
a.co_control_prev:hover, a.co_control_next:hover,
a.pr_control_prev:hover, a.pr_control_next:hover,
a.ac_control_prev:hover, a.ac_control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.ft_control_prev, a.co_control_prev, a.pr_control_prev, a.ac_control_prev { left: 15px; }
a.ft_control_next, a.co_control_next, a.pr_control_next, a.ac_control_next { right: 15px; }


/* POPUPS */
.spb_overlay { background-color: rgba(0, 0, 0, 0.1); }
.spb-popup-main-wrapper {
	border: none;
  border-radius: 6px;
  box-shadow: 0 0 8px #bfbfbf;
  margin-top: 75px;
  padding: 5px 5px 0 !important;
}
.spb-title h1 {
	font-size: 20px;
	margin-left: 15px;
  line-height: 1.6;
  color: #f1942c;
}
.spb-text {
	font-size: 15px;
  line-height: 1.3;
  text-align: center;
  margin: 15px 50px 15px;
  color: #666;
}
.spb-text span { color: #f1942c; }
.spb-screen {
	margin: 0 auto;
  width: 164px;
  height: 380px;
  margin-bottom: 15px;
}
.spb_close, .spb_minimize {
  border: 2px solid;
  color: #f1942c;
	background: #fff;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  font-size: 26px;
  padding: 0;
}


/* BLOCKS */
.block-views-block-cgu-web-block-cgu-modal .block-content {
  padding: 0 15px;
  height: 508px;
  overflow: hidden;
  overflow-y: scroll;
  font-size: 15px;
  line-height: 1.4;
}
.block-views-block-cgu-web-block-cgu-modal h2.block-title {
    font-size: 20px;
    margin-left: 15px;
    line-height: 1.6;
    color: #f1942c;
}


/* HIGHLIGHTS */
.highlighted { margin: 0; height: 0 !important; overflow: hidden; }
.highlighted .block { padding: 0; }


/* BUTTONS */
.button-link, a.button-link, button.button-link { font-weight: 400; }


/* CONTEXTUALS */
.contextual-region .contextual .contextual-links a { font-weight: 400; }


/* FOOTER */
#footer-blocks {
  margin: 0;
  padding: 0;
}
.qrcode { width: 70px; }
.footer { background: none; font-size: 13px; }


/* MEDIA */
@media screen and (min-width: 200px) and (max-width: 640px) {
	.spb-popup-main-wrapper { width: 300px !important; }
	.spb-popup-main-wrapper { box-shadow: none !important; }
	#ftslider ul li, #coslider ul li, #prslider ul li { width: 290px; }
	.spb-text { margin: 15px 20px 15px !important; }
	.menu-wrap { width: 65%; }
	.close-mobile-menu {
		width: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 6px;
    color: #f1942c;
    font-weight: 500;
    font-size: 21px;
	}
	.main-menu li a { color: #bbb !important; }
}
