@charset "UTF-8";
/* CSS Document */



@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root{
  --primColor : #f3ebe6;
  --primColorRGB : 243,235,230;
  --secColor : #997468;
  --secColorRGB : 153,116,104;
  --thirdColor : #f3ebe6;
  --thirdColorRGB : 243,235,230;
  --fourthColor : #f3ebe6;
  --fourthColorRGB : 243,235,230;
  --textColor : #000
}

html{ height: 100%;}
body{
    margin:0; font-family:'latoregular'; font-size: 17px; line-height: 27px; text-align: justify; color: var(--textColor); min-height: 100%; position: relative;
    background: var(--primColor);
}
header, section, footer, article, aside{ display:block;}
a{ color: inherit; text-decoration: none;
    transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
}
a.link{ color:var(--primColor); }
a.link:hover{ color:var(--secColor); }
a.block_link{ display:block; }

h1, h2, h3, h4, h5{ font-weight: normal; font-family: 'latobold';}
*{ box-sizing: border-box; }

.wrapper{ width: 100%; height: 100%; margin: auto; overflow: hidden;}
.container{ width: 95%; max-width: 1200px; margin: auto;}
.text_content{ width: 100%; max-width: 950px; margin: auto; }
.text_wrapper{ max-width: 750px; margin: auto; }

.buttons a, .buttons input{
  display: inline-block; padding: 0 35px; margin: 20px 0; text-transform: uppercase;
  height: 50px; line-height: 50px; border-radius: 25px;
  font-size: 15px; font-family: 'latolight'; border: solid 1px; position: relative;
}
.buttons a+a{ margin-left: 20px; }
.buttons .primButton{ background: var(--primColor); color: #FFF; border-color: var(--primColor);}
.buttons .primButton:hover{ background: #FFF; color: var(--primColor); }
.buttons .secButton{ background: var(--secColor); color: #FFF; border-color: var(--secColor); }
.buttons .secButton:hover{ background: #FFF; color: var(--secColor); }
.buttons .thirdButton{ background: var(--thirdColor); color: var(--secColor); border-color: var(--thirdColor); }
.buttons .thirdButton:hover{ background: var(--secColor); color: var(--thirdColor); }
.buttons .tranparentButton{  color: #FFF; border-color: #FFF; }
.buttons .tranparentButton:hover{ background: #FFF; color: var(--secColor); }
.buttons a.icon_button{ padding: 0 60px 0 20px;}



.header_title{ margin-bottom: 20px; }
.header_title h1, .header_title h2{
  font-size: 1.5em; line-height: 1em; text-align: center; color: #000;
   margin: 0 0 20px 0; text-transform: uppercase;
}
.header_title h1:after, .header_title h2:after{
    content: ''; display: block; margin: auto; margin-top: 15px;
    width: 170px; height: 1px;
    background: var(--primColor);
}
.header_title p{
  text-align: center; font-size: 1.1em; text-transform: uppercase; color: #000;
  max-width: 600px; margin: auto;
}
h2.little_title{ text-transform: uppercase; font-size: 1.1em; color: #015673; font-family: 'latolight'; margin: 0 0 10px 0;}
h2.little_title:after{ display: none; }




article{ margin: 40px 0; }
article p{ margin: 0 0 10px 0;}
article p+p{ margin-top: 10px;}
article+article, .article+.article{ margin-top: 35px;}
p a{ color: var(--primColor);}
strong{ font-family: 'latobold'; font-weight: normal; }

article h2{ 
    font-size: 1.4em; line-height: 1.7em; font-family: 'latobold';
    margin: 30px 0 10px 0; padding: 0; text-align: left; text-transform: uppercase;
}


article h3{ 
    font-size: 1.3em; line-height: 1.5em; font-family: 'latobold'; text-align: left;
    color: var(--secColor); text-transform: uppercase; margin: 0 0 10px 0; padding: 0;
}

.content_block+.content_block{ margin-top: 80px; }
.content_block_center, .content_block_center h2, .content_block_center h3{ text-align: center; }

/*HEADER*/
header{ width: 100%; height: auto;}
header .img_header img{ display: block; width: 100%;}
header .logo{ display: block;}
header .logo img{ display: block; border: none; height: 150px; margin: 30px auto;}
header ul{ list-style-type: none; margin: 0; padding: 0; }
.top_header{
  width: 100%; height: 48px; line-height: 48px; color:var(--textColor);
  background: var(--thirdColor); overflow: hidden;
}

.top_header ul li{ display: inline-block; }
.top_header .contact_top{ float: left; font-size: 0.7em;}
.top_header .contact_top li{ padding: 0 15px;}
.top_header .contact_top .icon{ display: inline-block; margin-right: 10px; font-size: 1.5em;}
.top_header .social{ float: right;}
.top_header .social a{
  display: inline-block; width: 32px; height: 32px; background: white;
  line-height: 32px; text-align: center; border-radius: 100%; font-size: 15px;
}

header .primary_header{ width:100%; }
header .primary_header_row{
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center;
}




header .languages{
  text-align: left; font-size: 0.7em; border: solid 1px var(--secColor);
  border-radius: 4px; width: 50px; margin-left: 50px;
}
header .languages ul{ margin: 0; padding: 0; list-style-type: none;}
header .languages ul li{ margin: 0; padding: 0; position: relative;}
header .languages span{
  display: block; height: 28px; line-height: 28px; padding: 0 8px;
  border: solid 1px rgba(255,255,255,0); cursor: pointer;
}
header .languages span:after{ content: ""; color: var(--secColor); font-family: "FontAwesome"; margin-left: 8px;}
header .languages span img{ display: block; float: left; margin: 3px 8px 0 0;}
header .languages span:hover{ border:solid 1px rgba(255,255,255,0.3);}
header .languages ul ul{
  display: none; position: absolute; top: 28px; left: 0; z-index: 1000; background: var(--secColor);
  width: 50px; border-radius: 4px;
}
header .languages ul ul li+li{ border-top: solid 1px rgba(255,255,255,0.3);}
header .languages ul ul a{ color: var(--primColor); display: block; height: 28px; line-height: 28px; padding: 0 8px;}
header .languages ul ul a:hover{ border: none;}



header nav{
  color: var(--textColor); font-family: 'latolight';
  font-size: 17px; height: 40px; line-height: 40px;
}
header nav li{ float: left; position: relative; }
header nav li+li{ margin-left: 20px; }
header nav ul li a{ display: block; position: relative; }
header nav ul li a:after{
  display: block; content: ""; width: 100%; height: 2px; margin: auto;
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(var(--secColorRGB),0); transition: 0.3s;
  transition:0.5s;
}
header nav ul li a:hover:after, header nav ul li a.activ:after{
   background: rgba(var(--secColorRGB),1);
}

header nav ul li.rdvNavItem{ display:flex; height: 40px; align-items:center; }
header nav ul li.rdvNavItem a{
  background: var(--secColor); font-family: 'latoregular';
  border-radius: 25px; padding: 0 20px; height: 40px; line-height: 40px; color: white;
}
header nav ul li.rdvNavItem a:after{ display: none; }

header .showMenu{ display: none;}

header nav ul.subMenu{
    width: 200px; position: absolute; left: 0; top: 27px; margin: 0;
    font-size: 13px; z-index: 1000; text-transform: none;
    border-bottom: solid 2px var(--primColor); background: rgba(0,0,0,0.6); display: none;
}
header nav ul.subMenu li{
    display: block; float: none; margin: 0;
    overflow: hidden;
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}
header nav ul.subMenu li+li{ border-top: solid 1px rgba(255,255,255,0.2); }
header nav ul.subMenu li a{ display: block; width: 200px; height: 35px; line-height: 35px; padding: 0 10px; text-align: left; border-bottom: none; color: #FFF;}
header nav ul.subMenu li a:after{ display: none; }
header nav ul.subMenu li a:hover{ color: var(--primColor); }
header nav ul li:hover > ul.subMenu{ display: block; }
/*END OF HEADER*/


/*BANNER*/
.bannerBlock{ width: 100%; height: auto; margin: auto; position: relative;}
.bannerBlock .banner{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden;}
.bannerBlock .placeHolder{  width: 100%; visibility: hidden;}
.bannerBlock .banner .item{ width: 100%; height: 100%; }
.bannerBlock .banner .item img{ display: block; width: 100%; height: 100%; object-fit: cover;}
.bannerBlock .banner:after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0;
  background-image: rgba(0,0,0,0.2);
}

.bannerBlock .bannerContent{
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; overflow: hidden;
}
.coverBlock .bannerContent{ align-items: flex-end; padding-bottom: 50px; }
.bannerContent .content{ width: 100%; text-align:center; text-transform: uppercase;}
.bannerBlock .bannerContent .container{ position: relative; }
.bannerBlock .bannerContent .one_half{padding: 0 60px;}
.bannerBlock .bannerContent h1{
  color:var(--secColor); font-size: 45px; line-height: 55px;
  font-family: 'latobold'; margin: 0 0 10px 0;
}
.bannerBlock .bannerContent p{
    margin: 0; color: black; font-size: 25px; line-height: 35px; font-family: 'latolight';
}


.bannerBlock .dots{ width: 100%; position: absolute; bottom: 10px; text-align: center;}
.bannerBlock .dots a{
  display:inline-block; width:18px; height:18px; border: solid 1px #FFF;
  border-radius: 100%; position: relative; opacity: 0.4;
}
.bannerBlock .dots a:after{
  display: block; content: ''; width: 10px; height: 10px; transition: 0.3s;
  position: absolute; top: 3px; left: 3px; opacity: 0.4;
  border-radius: 100%; background: #FFF;
}
.bannerBlock .dots a+a{ margin-left:7px;}
.bannerBlock .dots a:hover,.bannerBlock .dots a.activ{ transform: scale(1.4); opacity: 0.6;}
.bannerBlock .dots a:hover:after,.bannerBlock .dots a.activ:after{opacity: 0.6;}
/*END OF BANNER*/


.intro_text{ text-align: center;}
/*intro_img*/
.intro_img{ position:relative; width:auto; height:auto; }
.intro_img_content{
  width: 70%; height: auto; background: rgba(var(--primColorRGB), 0.95);
  padding: 50px; position: absolute; bottom: 0; left: 0;
}
.intro_img_content_icon{ color:var(--thirdColor);font-size:50px; }
.intro_img_content_text{
  color: var(--textColor); font-family: 'playfair_displayregular';
  font-size: 24px; line-height: 36px; text-align: left;
}
/*End of intro_img*/

/*motif_sep*/
.motif_sep{
  width: 100%; height: 35px; background: url(../img/motif.png) repeat-x;
  margin: 80px 0; position: relative;
}
.motif_sep.sep10{ margin: 10px 0;}
/*End of motif_sep*/


.page_title{ width: 100%; height: auto; overflow: hidden; position: relative; padding-bottom: 30px; }
.page_title_content{ width: 100%; position: absolute; bottom: 20px; text-align:left;}
.page_title .back_img{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.page_title .back_img img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.page_title .back_img:after{
    display: block; content: ""; width: 100%; height: 100%; background-image: linear-gradient(to top, rgba(0,0,0, 0.7), rgba(0,0,0, 0.5), rgba(0, 0 , 0, 0));
    position: absolute; top: 0; left: 0;
}
.page_title_content p{ color: #FFF; text-transform: uppercase; font-size: 19px; font-family: 'latolight';  }



.page_title h1, .page_title h2{
  font-size: 31px; line-height: 37px; text-transform: uppercase;
  text-align: left; font-family: 'latobold'; color: #FFF;
}
.page_title h1:after, .page_title h2:after{
  display: block; content: ""; width: 75px; height: 2px;
  background: var(--primColor); margin-top: 5px;
}


.page_header{ position: relative; width: 100%; height: auto; text-align: center;}
.page_header img{ display: block; width: 100%;}

.breadcrumb{
  text-align: left; color: #FFF;
}
.breadcrumb ol{
  list-style-type: none; margin: 0; padding: 0;
  font-size: 13px;
}
.breadcrumb li{
  display: inline-block;
}
.breadcrumb li+li:before{
    padding: 0 8px;
    font-size: 12px; color: var(--primColor);
    content: ""; font-family: 'FontAwesome';
}
.breadcrumb a{ color: #FFF; }
.breadcrumb a:hover{ color:var(--primColor); }


/*Titles*/
.small_title{
  text-transform: uppercase; color: var(--secColor); margin-bottom: 5px;
  position: relative; letter-spacing: 2px;
  font-size: 17px; line-height: 1;
}

.heading_title h1, .heading_title h2, .heading_title h3{ font-family:'playfair_displayregular'; text-transform:initial; margin:0; text-align:left; color:var(--textColor); font-size:40px; line-height:50px; margin-bottom: 50px;}

.center_title, .center_title .heading_title h1, .center_title .heading_title h2, .center_title .heading_title h3{ text-align:center; }
.center_title .small_title{ display:inline-block; }
.center_title .heading_title{ max-width:600px; margin:auto; }
/*End of Titles*/

/*signature_block*/
.signature_block{ margin-top:30px; color:var(--secColor); }
.signature_name{ font-family:'latobold'; font-size:16px; }
.signature_job{ font-family:'latolight'; font-size:14px; }
/*End of signature_block*/

/*section_gallery*/
.section_gallery{ width: 100%; overflow: hidden; margin: 30px 0; }
.section_gallery.section_gallery_slick{ overflow:visible; }
.section_gallery_item{ display: block; position: relative; height: auto; display: block; margin: 3px; }
.section_gallery_item .section_gallery_img{
  width: 100%; height: 100%; overflow: hidden;
  position: absolute; top: 0; left: 0;
}
.section_gallery_item .section_gallery_img img{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
  -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s
}
.section_gallery_item .section_gallery_img:after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; background:rgba(var(--primColorRGB),0);
  -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s
}
.section_gallery .section_gallery_title{
  position: absolute; bottom: 10px; left: 10px; right: 10px;
  text-align: center; padding: 10px; border-radius: 4px;
  background: rgba(var(--secColorRGB), 0.7);
}
.section_gallery_item .section_gallery_title h3{
  font-size: 15px; line-height: 19px; margin: 0; padding: 0;
  color: #FFF; text-align: center; font-family: 'latoregular';
}
.section_gallery_item:hover .section_gallery_img img{ width: 110%; height: 110%; top: -5%; left: -5%; }
.section_gallery_item:hover .section_gallery_img:after{background:rgba(var(--primColorRGB),0.5);}



.section_gallery .has-dots{margin-bottom: 70px !important;}
.section_gallery .f-carousel__dots .f-carousel__dot{
  display:inline-block; width:18px; height:18px; background: var(--primColor);
  border-radius: 100%; position: relative; opacity: 0.4;
}
.section_gallery .f-carousel__dots{ bottom: calc(var(--f-carousel-dots-height)*-1 - 20px);}
.section_gallery .f-carousel__dots li button{ width: inherit;}
.section_gallery .f-carousel__dots .carousel__dot.is-selected{ opacity: 1;}
.section_gallery .f-carousel__dots li+li{ margin-left: 8px; }
/*end of section_gallery*/

/*services*/
.services{
  background: url(../img/services-bg.jpg) no-repeat center fixed;
}
.service_item{ padding:20px; text-align:left; }
.service_item .icon{
  width:40px; height:40px; border-radius:100%; margin-right: 20px;
  background: var(--fourthColor); font-size: 18px; color: var(--secColor);
  text-align: center; line-height: 40px; flex: 0 0 40px;
 }
.service_content h3{
  margin: 0; font-family: 'playfair_displayregular'; color: var(--primColor);
  padding-bottom: 10px; border-bottom: solid 1px rgba(255,255,255,0.2);
 }
/*end of services*/


/*dark_block*/
.dark_block{
  position: relative; padding: 80px 0; color: white;
  background-size: cover;
}
.dark_block::after{
  display: block; content: ""; background: rgba(0, 0, 0, 0.5);
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.dark_block_content{ position:relative; z-index:1 }
.dark_block .heading_title, .dark_block .heading_title h1, .dark_block .heading_title h2, .dark_block .heading_title h3{ color:var(--thirdColor); }
.dark_block .small_title{ color:white; }
.dark_block .small_title::before, .dark_block .small_title::after{background: white}
/*End of dark_block*/

/*products*/
.products .filters{ margin-bottom: 20px; text-align: center;}
.products .filters a{ display: inline-block; font-size: 14px; text-transform: uppercase; padding: 3px 8px; position: relative;}
.products .filters a::after{
  display: block; content: ""; width: 100%; height: 2px;
  position: absolute; bottom: 0; left: 0; right: 0; margin: auto;
  background: rgba(var(--secColorRGB),0); transition: 0.3s;
}
.products .filters a+a{ margin-left: 5px;}
.products .filters a:hover, .products .filters a.activ{ color:var(--secColor); }
.products .filters a:hover::after, .products .filters a.activ::after{background: rgba(var(--secColorRGB),1);}

.home_categories_aside{ width:30%;float:left; padding:30px 10px 0 0; text-align:left; }
.products_list{ width:70%; float:left; }
.show_categories_menu{ text-transform:uppercase; font-family:'latolight'; display:none; }
.show_categories_menu i{ color:var(--secColor); }
.home_categories_aside ul{
  list-style-type: none; margin: 0; padding: 0;
}
.home_categories_aside ul li+li{ margin-top:5px; }
.home_categories_aside ul li a{
  display: block; background: rgba(255, 255, 255, 0.7); border:solid 1px var(--secColor);
  padding: 5px 10px; border-radius: 8px; text-transform: uppercase; font-size: 15px;
}
.home_categories_aside ul li a:hover, .home_categories_aside ul li a.activ{ background:var(--secColor); color:white }
/*End of products*/

/*news*/
.news.home_news{ padding:80px 0; }
.news_list .one_third{ padding:20px }
.news_item{
  display: flex; flex-direction: column; height: 100%;
  border-radius: 8px; border: solid 1px rgba(0, 0, 0, 0.1); overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.news_item_content{ padding:20px 35px; margin-bottom:20px; }
.news_item_content p{ margin:0; font-size:16px; }
.news_item .news_date{ font-size: 16px; color:var(--textColor); }
.news_item h2{ text-align: left; font-size: 19px; color:var(--secColor); margin:0 0 10px 0; }
.news_item_footer{ margin-top:auto; padding: 0 35px; }
.read_more{
  border-top: solid 1px var(--thirdColor); padding: 15px 0;
  color: var(--secColor); text-transform: uppercase; font-size: 13px;
  display: flex;
}
.read_more .icon{
  display: block; width: 30px; height: 30px; line-height: 30px;
  text-align: center; background: var(--thirdColor); color: white;
  border-radius: 100%; margin-left: auto;
}

.news_item .news_img{ width: 100%; overflow: hidden; }
.news_item .news_img img{
  display: block; width: 100%; height: 180px;
  object-fit: cover; transition: 0.3s;
}
.news_item:hover .news_img img{ transform: scale(1.05); }
/*End of news*/


/*newsletter*/
.newsletter{
  color: #FFF; padding: 50px 0; position: relative;
  background: url(../img/services-bg.jpg) no-repeat center fixed; background-size: cover;
}
.newsletter::after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.5);
}
.newsletter_content{ position:relative; z-index:1; }
.newsletter_title .icon{ font-size: 45px; margin-right: 20px; }
.newsletter_title h2{ font-size: 30px; line-height: 40px; text-align: left;}
.newsletter_input{
  position: relative; border: solid 1px var(--secColor); width: 100%; max-width: 500px; margin: auto;
  overflow: hidden; border-radius: 8px; background: white;
}
.newsletter_input input{
  height: 45px !important; line-height: 45px !important; padding: 0 20px !important;
  background: white; border: none; color: var(--textColor); font-size: 19px; display: block;
  outline: none;
}
.newsletter_input ::placeholder{ color: var(--thirdColor); opacity: 1 }
.newsletter_submit{ margin-left:auto; }
.newsletter_input button{
  background: var(--secColor); color: white; border: none; padding: 0 20px;
  font-size: 19px; height: 45px; line-height: 45px; display: block;
}
/*End of newsletter*/

/*partners*/
.partners{ text-align:left;}
.partner_item{ padding:5px; }
.partner_item h3{ font-family:'latoregular'; margin:0 0 5px 0; font-size:13px; line-height: 20px; text-transform: uppercase;}
.partner_location{
  color: var(--secColor); font-size: 12px; line-height: 15px; position: relative;

}
.partner_location::before{
  display: inline-block; content: ""; font-family: "FontAwesome";
  font-size: 18px; margin-right: 5px;
}
/*partners*/


/*Accordeon*/
ul.accordeon{ list-style-type:none; margin: 30px 0; padding:0;}
ul.accordeon .accordeonLi{ margin:0; padding: 0; }
ul.accordeon .accordeonLi+.accordeonLi{ margin-top: 15px;}
ul.accordeon .accordeonLi a.accordeonLink{
  display: block; padding: 15px; background: rgba(var(--secColorRGB), 0.1);
  -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
ul.accordeon a.accordeonLink h2, ul.accordeon a.accordeonLink h3{
  margin: 0; padding: 0; font-size: 17px;
  color: #000; font-family: 'latobold';
}
ul.accordeon .accordeonLi .icon{
  float: right; color: var(--primColor);
}
ul.accordeon .accordeonLi a.accordeonLink .toggle{
  height: 70px; line-height: 70px; float: right;
  font-size: 2em; color: var(--primColor); margin-left: 10px;
}
ul.accordeon .accordeonLi.current a.accordeonLink{
  background: var(--primColor); color: #FFF;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
ul.accordeon .accordeonLi.current a.accordeonLink .icon{ color: #FFF; }
ul.accordeon .accordeonLi.current a.accordeonLink h2, ul.accordeon .accordeonLi.current a.accordeonLink h3{ color:#FFF; }
ul.accordeon .accordeonItem{ display:none; padding: 10px; margin: 0 0 5px 0;}
/*End of Accordeon*/


/*simpleList*/
.simpleList{ list-style-type: none; text-align: left;}
.simpleList li{ position: relative; padding: 5px 0; box-sizing:border-box;}
.simpleList li:before{content: ''; font-family: 'FontAwesome'; color: var(--primColor); position: absolute; left: -17px;}
/*end of simpleList*/

.simpleTable{ margin-top: 20px; width: 100%;}
.simpleTable th{
  border: none;  font-size: 1.1em; font-weight: normal; padding: 5px 10px; text-align: center;
  color: #FFF; background: #015673; font-family: 'latolight'; text-transform: uppercase;
}
.simpleTable th span{ display: block; font-weight: normal; font-size: 10px;}
.simpleTable tr{ background: #ececec; }
.simpleTable tr:nth-child(2n+2){background: #f7f7f7;}
.simpleTable td{ padding: 5px 10px;}



/*contact*/
.contact_block{ margin:100px 0; }
.contact_block .contact_info{
  height: 100%; color: #FFF; padding: 30px; font-size: 0.8em;
  -webkit-border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px; -ms-border-radius: 10px 0 0 10px; -o-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px; 
  background: var(--primColor);
}
.contact_block .contact_form{
  height: 100%; background: var(--secColor); padding: 30px; border-radius: 20px; 
}

.contact_block .contact_title{ text-align:center; }
.contact_block .contact_title h2{ font-size: 1.5em; line-height: 2em; text-align: left; margin: 20px 0; }
.contact_block .contact_form .contact_title h2{ font-size: 2em; margin: 0; color:var(--primColor); text-align:center; }

.contact_block .contact_info_items{ margin-top: 30px; }
.contact_block .contact_item+.contact_item{ margin-top: 20px; }
.contact_block .contact_item .icon{
  display: block; margin-right: 20px; flex-shrink: 0;
  width: 35px; font-size: 2em; text-align: center; color: var(--secColor);
}
.contact_block a:hover{ color: var(--primColor);  }
.contact_block .contact_item h3{ font-family:'playfair_displayregular'; text-transform:inherit; }
.contact_block .text{ display: block;}




.contact .borderSep{ margin: 20px 0; border-bottom: solid 1px #dfdfdf;}
.dateSelector{ position: relative;}
.dateSelector a{ display: block; position: absolute; top: 10px; right: 10px;}
.contact .g-recaptcha{ margin-bottom: 50px; }

.input{ padding: 10px; }
.input input, .input textarea, .input select{
  display: block; width:100%; background: white; padding:0 15px;
  border: none;
}
.input input{ height: 50px; line-height: 50px;}
.input textarea{ height: 150px; padding: 15px;}
.input input[type="submit"], .input button{
  color: var(--secColor); font-family: 'latoregular'; font-size: 21px;
  background: var(--primColor); transition: 0.3s; border: none;
  height: 50px; line-height: 50px; border-radius: 6px; padding: 0 20px;
}
.input input[type="submit"]:hover, .input button:hover{
  background:var(--primColor);
}

/*End of contact*/


.msg_ok, .msg_ko{ margin-bottom: 10px; flex-wrap: nowrap !important;}
.msg_ok .icon{
    width: 50px; display: flex;
    background: #3c763d; color: #FFF; font-size: 25px; 
}
.msg_ok .msg_txt{
  background: #dff0d8; padding: 20px; font-size: 15px; line-height: 20px;
  border: solid 1px #3c763d; color: #3c763d; 
}

.msg_ko .icon{ 
  width: 50px; display: flex;
  background: #a94442; color: #FFF; font-size: 25px;
}
.msg_ko .msg_txt{
  background: #f2dede; padding: 20px; font-size: 15px; line-height: 20px;
  border: solid 1px #a94442; color: #a94442;
}

.requiredField{ background:#dd7171 !important; color:#7d0000;}
.requiredFieldTxt{ color:#cf0000; font-size: 0.6em; line-height: 1.2em; display: none; font-family: 'latobold';}

.imgFull{ display: block; margin: auto; max-width: 100%; margin-bottom: 10px;}
.imgBorder{ position: relative; margin: 0 50px;}
.imgBorder img{ position: relative;  z-index: 2; border-radius: 10px;}
.imgBorder:before{
  display: block; content: ""; width: 150px; height: 150px; background: var(--secColor);
  position: absolute; top: -10px; left: -10px; z-index: 1; border-radius: 10px;
}
.imgBorder:after{
  display: block; content: ""; width: 150px; height: 150px; background: var(--secColor);
  position: absolute; bottom: -10px; right: -10px; z-index: 1; border-radius: 10px;
}
.imgCenter{ display: block; margin: 10px auto; max-width: 100%;}
.placeholder{ display: block; width: 100%; visibility: hidden;}
.borderImg{ padding: 5px; background: #FFF; border: solid 1px #d3d3d3;}
.videoFull{margin: auto; max-width: 100%; }

.row:after{ display: block; content: ""; clear: both; }

.row_flex{ display: flex;}
.row_flex:after{ display: block; content: ""; clear: both; }
.flex_wrap{ flex-wrap: wrap; }
.vcenter{
  -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}
.hcenter{
  justify-content: center;
}
.one_half{ width: 50%; float: left;}
.one_third{ width: 33.33%; float: left;}
.two_third{ width: 66.66%; float: left; }
.one_fourth{ width: 25%; float: left;}
.three_fourth{ width: 75%; float: left;}
.one_fifth{ width: 20%; float: left; }

.sep{ margin: 50px 0; }

.padding5{ padding: 5px;}
.padding10{ padding: 10px;}
.padding20{ padding: 20px;}
.paddingLeft{ padding-left: 70px; }
.paddingRight{ padding-right: 70px; }
.clear{ clear: both;}
.clearRight{ clear: right;}


footer{
  width: 100%; position: relative; font-size: 15px; line-height: 21px;
  background: var(--fourthColor); color: var(--textColor);
  text-align: left; padding: 20px 0 0; background: url(../img/motif-footer.png) repeat-x bottom;
}
footer .logo{ display: block; margin-bottom: 20px; }
footer .logo img{ display: block; width:180px }
.footer_description{ text-align: justify; }
footer h2{
  margin: 0 0 10px 0; color: var(--textColor); font-size: 18px;
  text-transform: uppercase; position: relative; padding-bottom: 10px;
  border-bottom: solid 1px var(--secColor);
}
footer h2:after{
  display: block; content: ""; width: 50px; height: 3px;
  background: var(--secColor); position: absolute; left: 0; bottom: -2px;
}




footer .contacts{ font-size: 15px; }
footer .contacts .contact_item{ padding: 10px 0; }
footer .contacts .icon{
  display: block; flex: 0 0 35px;
  width: 35px; font-size: 20px; text-align: center; color: var(--secColor);
}
footer .contacts a:hover{ color: var(--primColor);  }
footer .contacts .text{ display: block; margin-left: 5px;}

footer .social{ margin: 10px 0; }
footer .social ul{
    list-style-type: none; margin: 0; padding: 0;
}
footer .social ul li{ display: inline-block;}
footer .social ul li+li{ margin-left: 5px;}
footer .social ul a{
    display: block; width: 40px; height: 40px; line-height: 40px;
    background:var(--secColor) ; color: white;
    text-align: center; font-size: 15px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}

footer nav ul{
  list-style-type: none; margin: 0; padding: 0; 
}
footer nav li{
  position: relative;
   -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
footer nav li:before{
  content: ''; font-family: 'FontAwesome'; font-size: 13px; color: var(--secColor);
  position: absolute; left: -17px; opacity: 0;
   -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
footer nav li:hover{ text-indent: 17px; }
footer nav li:hover:before{ opacity: 1; }
footer nav li+li{ margin-top: 10px; }


footer .footer_bottom{ position:relative; border-top:solid 1px var(--secColor); margin:50px 0 0; padding-bottom:30px; }
footer .copyright{
  text-align: center; background: var(--secColor); height: 50px; line-height: 50px;
  border-radius: 8px; position: relative; bottom: 25px; color: var(--primColor);
}

.img_footer img{ display: block; width: 100%;}


.social a.facebook:hover{ background: #3b5998; color: #FFF;}
.social a.twitter:hover{ background: #55acee; color: #FFF;}
.social a.google-plus:hover{ background: #dd4b39; color: #FFF;}
.social a.linkedin:hover{ background: #007bb5; color: #FFF;}
.social a.youtube:hover{ background: #bb0000; color: #FFF;}
.social a.viadeo:hover{ background: #f6876d; color: #FFF;}
.social a.instagram:hover{ background: #bc2a8d; color: #FFF;}
.social a.pinterest:hover{ background: #bd081c; color: #FFF;}

/*animations*/
.animation-element{
    opacity: 0; position: relative;
    transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
}
.animation-element.in-view{ opacity: 1;}

.animation-element.slide-left {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-bottom {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 100px, 0px);
  -webkit-transform: translate3d(0, 100px, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-scale {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  transform: scale(0.9);
}

.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-bottom.in-view{
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-scale.in-view{ transform: scale(1); }
/*end of animations*/
