@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,700';
@import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,500,500i,600,600i,700,700i';

@font-face {
    font-family: 'Limousine';
	src: url('../fonts/Limousine.ttf');
}
@font-face {
    font-family: 'Monotype Corsiva';
    src: url('../fonts/MTCORSVA.ttf');
}

* {
    outline: none;
}

body {
    position: relative;
    font-family: 'Limousine', sans-serif;
	text-rendering: optimizelegibility !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color:#ddd !important;
}

h1, h2, h3, h4, h5 {
    line-height: 1.2;
    text-rendering: optimizelegibility;
    margin-top: 0;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:active, a:focus {
    outline: none;
}

/* .dropdown .dropdown-menu {
    display: none;
    transition: opacity 2s;
    opacity: 0; 
}
.dropdown:hover .dropdown-menu, .dropdown-menu:hover {
	opacity: 1;
    display: block;
} */

/* login modal start */
@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container #login-section  {
	position: relative;
}

.loginmodal-container #login-section .close {
	position: absolute !important; 
	top: -15px !important; 
	right: -15px !important;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
/* login modal end */

input[type=text], input[type=password], textarea, select {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  color: #999;
  border: 1px solid #C9C9C9;
}

.as-table {
    display: table !important;
    width: 100%;
    height: 100%;
}

.as-row {
    display: table-row !important;
}

.top-cell {
    display: table-cell !important;
    vertical-align: top;
}

.middle-cell {
    display: table-cell !important;
    vertical-align: middle;
}

.bottom-cell {
    display: table-cell !important;
    vertical-align: bottom;
}

.no-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no-pm {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    padding-top: 56px;
}

header .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 998;
	box-shadow: 0px -2px 5px -2px #e57e00 inset;
}

#menu-btn {
    display: none;
    font-size: 22px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}

#menu-btn.active i::before {
    content: '\f00d';
}

#main-menu {
    text-align: center;
    padding: 0;
    margin: 0;
}

#main-menu > li {
    position: relative;
    display: inline-block;
    padding: 0 40px;
}

#main-menu > li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 10px;
    width: 10px;
    background-color: #cfd0d2;
    border-radius: 50%;
    margin-top: -5px;
    margin-right: -5px;
}

#main-menu > li > a {
    display: block;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    height: 56px;
    line-height: 56px;
}

#main-menu > li.active > a,
#main-menu > li > a:hover {
    color: #e57e00;
}

a:hover {
    color: #e57e00 !important;
	cursor: pointer !important;
}

.header-slider,
.main-slider {
    position: relative;
}

.header-login {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-login.show {
    opacity: 1;
    visibility: visible;
}

#login-section {
    max-width: 300px;
    color: #666;
    padding: 0 20px;
    margin: 0 auto;
}

#login-section h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
}

#login-section .fieldset {
    position: relative;
    margin-bottom: 10px;
}

#login-section .fieldset i {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 20px;
    color: #e57e00;
    margin-top: -10px;
    z-index: 1;
}

#login-section .fieldset input {
    padding-left: 40px;
}

#login-section button {
    font-size: 16px;
    width: 100%;
    color: #ffffff;
    background-color: #e57e00;
    padding: 10px;
    margin-top: 10px;
    border: 0;
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.main-slider .slick-dots li {
    display: inline;
    margin: 0 5px;
}

.main-slider .slick-dots button {
    height: 10px;
    width: 10px;
    font-size: 0;
    background: #e57e00;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-slider .slick-dots li.slick-active button,
.main-slider .slick-dots button:hover {
    background: #ffffff;
}

.main-slider .slide-item {
    position: relative;
    height: 500px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
}

.main-slider .slide-item_{
    position: relative;
    height: 500px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: left;
}

.main-slider .slide-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-align: center;
    padding: 60px 80px;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.main-slider .slide-text.hide {
    opacity: 0;
    visibility: hidden;
}

.main-slider .slide-text p {
    font-size: 28px;
    line-height: 1.5;
    color: #ffffff;
}

.page-section {
    position: relative;
    background: #ffffff;
    padding: 60px 0;
    z-index: 1;
}

.page-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    opacity: .15;
    z-index: -1;
}

.section-title {
    position: relative;
    font-family: 'Limousine', sans-serif;
    font-size: 42px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.section-title::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -124.5px;
    height: 18px;
    width: 249px;
    background-image: url('images/title-line.png');
}

#about-us:not(.about-us1)::before {
    background-image: url('../images/aboutus-bg.jpg');
}

#about-us.about-us1{
    background-image: url('../images/home-bg.png');
	background-size: cover;
}

#new-note, #note, #survey, #pwd {
    background-image: url('../images/newNote1.png');
    background-size: cover;
    background-position: center;
	/* padding: 30px; */
}

.shadow {
	/* box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7) !important; */
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

.img-shadow {
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

/* .header-slider::after { */
    /* content: ''; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* height: 3px; */
    /* width: 100%; */
    /* background: linear-gradient(to right, #e57e00, rgba(0,0,0,0), #e57e00); */
/* } */

section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0), #e57e00, rgba(0,0,0,0));
}

.section-text {
    padding-top: 50px !important;
	padding-left: 50px;
	padding-right: 0;
}

.section-text p {
    font-family: 'Limousine', serif;
    font-size: 17px;
    font-weight: 700;
	text-align: justify;
}

#about-us .section-images {
    padding: 0 15px;
}

#about-us .section-images .c6 {
    padding: 0 5px;
    margin-bottom: 0;
}

#about-us .section-images img {
    margin-bottom: 10px;
}

td.note-select {margin: 0 !important; padding: 0 !important;}
td.note-select select {display: block !important; padding: 0 !important; margin: 0 !important; border: 0 !important; width: 100% !important;}

/* #services::before { */
    /* background-image: url('../images/services-bg.jpg'); */
/* } */

#services .service-item {
    width: 20%;
    float: left;
    padding: 0 0px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	min-height: 12vw;
}

#services .service-item:nth-last-child(4) {
    margin-left: 10%;
}

#services .services-list {
	padding-top: 40px;
}

#services .services-list:hover .service-item {
    opacity: .5;
}

#services .service-item:hover {
    opacity: 1 !important;
}

#services .service-item > img {
    position: relative;
    padding: 0 20px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

#services .service-title {
    display: table;
    position: relative;
    font-size: 22px;
    text-align: center;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 0;
}

/* #services .service-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 15px;
    width: 15px;
    background-color: #e57e00;
    border-radius: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
} */

#services .service-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    right: 50%;
    height: 2px;
    background: #e57e00;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#services .service-item:hover .service-title::after {
    left: 0;
    right: 0;
}

.main-slider .slick-dots {
    z-index: 0 !important;
}

#services .service-detail {
    position: fixed;
	overflow:hidden;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/servicedetail-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    /* border: 10px solid #cfd0d2; */
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	/* border-radius: 0 20px; */
}

.noscroll { 
  overflow: hidden; 
  -webkit-overflow-scrolling:touch;
}
.mask-shadow { display:none;}
.mask-shadow.show {
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 998;
	background-color: rgba(0,0,0,0.8);
	overflow-y: scroll;
}
#services .service-detail.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
	z-index: 9999999;
}

#services .close-service-detail {
	display:none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    opacity: .3;
}

#services .service-detail-header {
    height: auto;
    padding: 0 20px;
    margin-bottom: 60px;
}

#services .service-detail-image {
    position: relative;
    width: 16.66%;
}

#services .service-detail-image::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #e57e00;
    border-radius: 50%;
    margin-top: -10px;
    margin-right: -10px;
}

#services .service-detail-image img {
    width: 100%;
    padding-right: 40px;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
}

#services .service-detail-title {
    font-size: 30px;
    padding-left: 40px;
}

#services .service-detail-text {
    font-size: 26px;
    font-weight: 600;
}

#services .service-detail-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#services .service-detail-text li::before {
    content: '';
    float: left;
    height: 10px;
    width: 10px;
    background-color: #e57e00;
    border-radius: 50%;
    margin-top: 15px;
    margin-right: 10px;
}

footer {
    /* color: #ffffff; */
	background: url(../images/footer.png) no-repeat center; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
    padding: 60px 0 10px 0;
}

footer h2, footer h3 {
	font-weight: bold !important;
}

.separator-line {
    display: block;
    width: 30%;
    margin: 40px auto;
}

#payment-types .c4 {
    padding: 0 50px;
}

.footer-bottom {
	margin-top: 20px;
    text-align: center;
    font-size: 18px;
}

.footer-bottom a {
    font-weight: 700;
}

.footer-bottom a:hover {
    color: #e57e00;
}

.footer-bottom i {
    height: 30px;
    width: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    background-color: #e57e00;
    border-radius: 50%;
    margin-right: 5px;
}

#go-top {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 60px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #e57e00;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 998;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#go-top.show {
    visibility: visible;
    opacity: .5;
}

#go-top:hover {
    opacity: 1;
}

@media only screen and (max-width:1200px) {
    #services .service-item {width: 25%; margin-left: 0 !important; {min-height: 15vw;}
    #services .service-item:nth-last-child(2) {
        margin-left: 25% !important;
    }
}

@media only screen and (min-width:960px) {
    #main-menu {display: block !important;}
}

@media only screen and (max-width:960px) {
    #menu-btn {display: block}
    #main-menu {display: none;}
    #main-menu > li {
        display: block;
        text-align: center;
        padding: 0;
        border-top: 1px solid #e9e9e9;
    }
    #main-menu > li::before {display: none;}
    #main-menu > li > a:active {background-color: #e57e00; color: #ffffff}

    .main-slider .slide-text {width: 100%;}
    .header-login {width: 100%;}
    #login-section .c6 {width: 50%}

    #about-us .section-text {padding-top: 0}
    #about-us .section-images .c6 {width: 50%}

    #services .service-item {width: 33.33%; min-height: 20vw;}
    #services .service-item:nth-last-child(2) {
        margin-left: 16.66% !important;
    }
    #services .service-detail-image {width: 20%}
}

@media only screen and (max-width:768px) {
    #services .service-item {width: 50%; margin-left: 0 !important; min-height: 31vw;}
    #services .service-item:nth-last-child(2) {
        margin-left: 0% !important;
    }

    #services .service-detail {padding: 30px 10px;}
    #services .service-detail-image {width: 30%}
	
	.section-text.about-us2 {position:relative; bottom: 0px !important;}
}

@media only screen and (max-width:480px) {
    #about-us .section-images .c6 {width: 100%}
    #services .service-item {width: 100%; height: auto !important; min-height: 64vw;}
    #services .service-item:nth-last-child(1) {
        margin-left: 0 !important;
    }

    #services .service-detail-image {width: 100%; display: block !important; padding-bottom: 30px; margin-bottom: 30px;}
    #services .service-detail-image::after {top: 100%; right: 50%;}
    #services .service-detail-image img {padding-right: 0}
    #services .service-detail-title {display: block !important; padding-left: 0; text-align: center}
	
	/* .slick-dots {display: none !important;} */
}
