@font-face {
  font-family: "SansationRegular";
  src: url(../font/sansation/Sansation_Regular.ttf);
}

body{
    font-family: "SansationRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.menu-dropdown__inner {
    width: 90%;
}

.screen {
    padding: 90px 70px 100px 80px;
}

.select-ardenes {
    width: 100%;
    border: 1px solid #d4d4d4;
    color: #000;
    height: 50px;
    padding-left: 15px;
}

.select-ardenes > option:disabled {
  color: #9a9f9c;
}

#logo-footer{
    width: 85%;
    float: right;
    position: relative;
    top: 95px;
    left: -25px;
}

.page-header.page-header--fixed {
    border-bottom: 5px solid #7eaee0;
}

.testimonials--style-2 .quote-icon {
    position: absolute;
    top: -20px;
    left: -55px;
    z-index: 0;
}

.slick-list.draggable{
	/*height: 650px !important;*/
}

.img--bg {
    height: 100%;
}

.icon-item__count span {
    color: #fff;
}

@media only screen and (min-width: 1200px){
	section.section {
	    padding: 75px 0;
	}
}


@media only screen and (max-width: 700px){
    .hero-block__title {
        position: relative;
        top: 150px;
    }
}