@import url(http://fonts.googleapis.com/css?family=Quicksand:300, 400, 700);
/*
Theme Name:     WolfsArchitecture-child
Description:    Thème pour Cécile Wolfs Architecture
Author:         Studio Debie (studiodebie) - François OLIVIER
Template:       arctic
Theme URI: http://umbrella.al
Description: Arctic - Minimal Portfolio Theme
Author: Umbrella
Version: 2.9.2
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html

(optional values you can add: Theme URI, Author URI, Version)
*/

body{
    font-weight: 500 !important;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}
.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  /* top: 34px; */
  top: 16px;
  right: 80px;
  /*   min-width: 88px; */
  max-width: 142px;
  height: 48px;
}
.slides-navigation a {
  position: relative;
  display: inline-block;
  color: white;
  outline: none;
}
.slides-navigation a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  float: left;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  border-radius: 50%;
}
.slides-navigation a i:hover {
  color: red;
  border: 5px solid red;
}
.slides-navigation a.prev {
  float: left;
  margin: 0 10px;
}
.slides-navigation a.next {
  float: right;
}
.slides-navigation a.close_btn {
  float: left;
}
.slides-navigation_bottom {
  margin: 0 auto;
  position: fixed;
  z-index: 3;
  bottom: 34px;
  right: 80px;
  /*   min-width: 88px; */
  max-width: 142px;
  top: auto;
}
.slides-navigation_bottom.slides-navigation_bottom_with_back {
  margin: 0 auto;
  position: fixed;
  z-index: 3;
  bottom: 34px;
  right: 30px;
  /*   min-width: 88px; */
  max-width: 142px;
  top: auto;
  right: 79px !important;
}
.slides-navigation_bottom_with_back.slides-navigation {
  right: 79px;
}
.slides-navigation a,
.slides-navigation_bottom a {
  position: relative;
  display: inline-block;
  color: white;
  outline: none;
}
.slides-navigation a i,
.slides-navigation_bottom a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  float: left;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  border-radius: 50%;
}
.slides-navigation a i:hover,
.slides-navigation_bottom a i:hover {
  color: #dd6496;
  border: 1px solid #dd6496;
}
.slides-navigation a.prev,
.slides-navigation_bottom a.prev {
  float: left;
}
.slides-navigation a.next,
.slides-navigation_bottom a.next {
  float: right;
}
.slides-navigation a.close_btn,
.slides-navigation_bottom a.close_btn {
  float: left;
}
.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  font-size: 12px;
}
h1 {
  color: #616060;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}
h3 {
  color: #616060;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}
.highlight {
  color: #8b8b8b;
}
h4 {
  color: #616060;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}
h4 {
  margin-bottom: 18px;
}
body {
  position: relative;
  background-color: #f3f1f1;
}
body,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Arial, sans-serif;
}
ul,
ol {
  padding: 0px;
}
a:active,
a:hover {
  outline: 0;
}
a:focus {
  outline: 0;
}
img {
  height: auto;
}
p {
  line-height: 25px;
  font-size: 13px;
  color: #8b8b8b;
}
p a {
  line-height: 25px;
  font-size: 13px;
  color: #3c3c3c;
}
p a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}
a {
  outline: 0;
}
input,
textarea {
  border: none;
  background-color: #f3f3f3;
  padding: 10px 17px;
}
input:focus,
textarea:focus {
  border: none;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -o-box-shadow: 0;
  outline: none;
}
input[type="submit"],
input[type="button"],
.categories-p ul li a,
.tags ul li a,
.load-more,
.white {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  color: #868686;
}
/*
.social{
    width: 290px;
    height: 46px;
    position: absolute;
    top: 34px;
    left: 30px;
    z-index: 11;
}
*/
.social {
  width: 290px;
  height: 46px;
  position: fixed;
  /* top: 34px; */
  top: 15px;
  left: 30px;
  z-index: 11;
}
.social a {
  float: left;
  display: inline;
  margin-right: 8px;
  outline: none;
}
.social a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  float: left;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
}
.social a i:hover {
  color: #dd6496;
  border: 1px solid #dd6496;
}
.social_bottom {
  width: 290px;
  height: 46px;
  position: fixed;
  bottom: 34px;
  left: 30px;
  z-index: 11;
}
.social_bottom a {
  float: left;
  display: inline;
  margin-right: 8px;
  outline: none;
}
.social_bottom a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  float: left;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
}
.social_bottom a.social_network {
  display: inline-block;
}
.social_bottom a i:hover {
  color: #dd6496;
  border: 1px solid #dd6496;
}

.social_top {
  float: right;
  padding-top: 23px;
}
.social_top a {
  float: left;
  display: inline;
  margin-right: 8px;
  outline: none;
}
.social_top a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  float: left;
  text-align: center;
  /*border: 1px solid #fff;
  color: #909090;*/
  color: #fff;
  background: #b07ab8;
  border-radius: 50%;
}
.social_top a.social_network {
  display: inline-block;
}
.social_top a i:hover {
  /*color: #dd6496;
  border: 1px solid #dd6496;*/
  background: #613767;
}

.social_share {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 20px;
}
.social_share a:first-child i {
  padding-left: 0;
}
.social_share a i {
  font-size: 16px;
  padding: 0 10px;
  color: #a2a2a2;
}
.img_overlay {
  width: 100%;
  height: 100%;
  top: 0px;
  background: black;
  position: absolute;
  z-index: 8;
}
.video_overlay {
  width: 100%;
  height: 100%;
  top: 0px;
  background: black;
  position: fixed;
  z-index: 8;
}
.capture {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 20%;
  position: relative;
  z-index: 10;
}
.cap_video {
  padding-top: 23.5%;
}
.capture p {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
  /* text-shadow: 2px 0px 2px rgba(150, 150, 150, 0.78); */
}
.capture a {
  padding: 12px 18px;
  color: #dd6496;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
.capture a:hover {
  padding: 12px 18px;
  color: #dd6496;
  border: 1px solid #dd6496;
}
ul.slides-container li div.capture p,
ul.slides-container li div.capture a {
  display: none;
}
/*
.slides-container li:before{
    content: '' !important;
}
*/
.slides-container li {
  width: 100%;
  height: 100%;
}
.project_slide li {
  /*  position: absolute; */
  display: none;
}
.project_slide li:first-child {
  display: block;
}
.logo {
  float: left;
  padding: 20px;
  /* depend from logo */
}
.logo img {
  max-width: 150px;
  max-height: 59px;
}
.logo_responsive {
  float: left;
  margin-top: -60px;
}
.logo_responsive img {
  max-width: 150px;
  max-height: 52px;
}

.bottom_default_nav .logo {
  margin-top: -65px;
  padding-top: 0;
}

.bottom_default_nav .logo img {
  width: 150px;
  height: auto;
}

/*
.main_menu{
    float: left;
    height: 79px;
    position: relative;
    z-index: 10;
}
.main_menu ul{
    margin: 0px;
    padding: 0px;
}
.main_menu ul li{
    display: inline-block;
    text-align: center;
    float: left;
    border-top: 4px solid transparent;
    position: relative
}
.main_menu ul li a{
    display: inline-block;
    width: 128px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #909090;
    padding: 34px 0px;
    border-left: 1px solid #e9e9e9;
}
.main_menu ul li:hover{
    border-top: 4px solid @primary_color
}


.main_menu ul li ul{
    display: none;
    background: white;
}
.main_menu ul li ul li ul{
    display: none;
}
.main_menu ul li:hover ul{
    display: block;
    position: absolute;
    bottom: 60px;
}



.main_menu ul li ul li{
    border-top: 0px solid transparent;
}
.main_menu ul li ul li a{
    display: inline-block;
    width: 128px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #909090;
    padding: 34px 0px;
    border-left: 1px solid #e9e9e9;
}
.main_menu ul li ul li:hover{
    border-top: 0px solid @primary_color
}
*/
.row {
  padding: 0px 0px;
}
.row h1 {
  /*  margin-top: 80px; */
  margin: 30px 0;
}
.row_top_menu h1 {
  /*  margin-top: 80px; */
  margin-top: 100px !important;
  margin-bottom: 40px;
}
.inner_content {
  /* background-color: #181818; */
  background-color: #f3f1f1;
  /* margin-bottom: 79px !important; */
}
.inner_content ul li ul {
  margin-left: 20px;
}
body.page-template-template-home-php .inner_content_menutop {
  margin-top: 0 !important;
}
body.page-template-template-contact-php .inner_content_menutop {
  margin-top: 0 !important;
}
body.single-portfolio .inner_content_menutop {
  margin-top: 0px !important;
}
.container {
  margin: 0px auto;
}
.container_top {
  margin: 80px auto;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
body.page-template-template-home-php .container {
  max-width: 20000px !important;
}
.project_list_h {
  width: 100%;
  display: block;
}
.categories-p {
  margin-bottom: 40px;
  display: inline-block;
}
.categories-p ul,
.tags ul {
  list-style-type: none;
  padding: 0px;
}
.categories-p ul li,
.tags ul li {
  display: inline-block;
  float: left;
  margin-bottom: 6px;
  margin-right: 6px;
}
.categories-p ul li:before,
.tags ul li:before {
  content: "" !important;
}
.categories-p ul li a,
.tags ul li a,
.load-more,
.white,
.dark-grey,
.green {
  font-size: 13px;
  padding: 15px 20px;
  display: block;
  display: inline-block;
}
.white,
.dark-grey,
.green {
  display: inline-block;
}
.dark-grey,
.dark-grey:hover {
  background-color: #676363;
  color: #ffffff;
}
.green,
.green:hover {
  background-color: #00ff8a;
  color: #ffffff;
}
a + .white,
a + .dark-grey,
a + .green {
  margin-left: 10px;
}
.categories-p ul li a:hover,
.categories-p ul li a.active,
.tags ul li a:hover,
.load-more:hover,
.white:hover {
  background-color: #f5f5f5;
  color: #868686;
}
.project_list_holder {
  /*  width: 1300px; */
  /* height: 340px; */
  height: 401px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  /* border: 1px solid #DFDFDF; */
  outline: none;
}
.proj_holder_menu_top {
  margin-bottom: 90px;
}
.project_list_holder ul {
  width: 2000em;
  height: 400px;
  overflow: hidden;
}
.project_list_holder ul li {
  width: 350px;
  height: 328px;
  margin: 14px;
  margin-left: 0px;
  margin-right: 24px;
  float: left;
  display: none;
  text-align: center;
  /* border: 1px solid black; */
}
.project_list_holder ul li:before {
  content: "" !important;
}
.project_list_holder ul li h4 {
  color: #4a4a4a;
  font-size: 14px;
  margin-top: 28px;
  text-transform: uppercase;
}
.project_list_holder ul li p {
  color: #a2a2a2;
  text-align: center;
  font-size: 12px;
}
.nicescroll-rails {
  /* top: 0px !important; */
  position: fixed !important;
}
.nicescroll-rails div {
  background-color: #dfdfdf !important;
  border: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.post_thumb {
  position: relative;
  overflow: hidden;
}
.post_thumb img {
  width: 100%;
}
.post_thumb * {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.post_thumb .hover_state {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 13px 23px;
  opacity: 0;
  top: 0;
}
.post_thumb .hover_state .likes {
  font-size: 13px;
  color: #ffffff;
  vertical-align: middle;
  float: left;
}
.post_thumb .hover_state .likes i {
  font-size: 14px;
  margin-right: 5px;
}
.post_thumb .hover_state .cont {
  font-size: 15px;
  color: #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  overflow: hidden;
  text-align: center;
  line-height: 52px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
}
.post_thumb:hover .hover_state {
  /* opacity: 1; */
  opacity: 0.85;
  z-index: 99;
}
.post_thumb:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.categories_inside,
.categories_inside a {
  color: #a2a2a2;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 25px;
}
.list_projects_grid {
  /* margin: 0 0; */
  margin: 0 auto;
}
.list_projects_grid h1 {
  margin-top: 100px;
  margin-bottom: 30px;
}
.article {
  box-sizing: border-box;
  min-height: 300px;
  text-align: center;
  display: none;
}
.article h4 {
  color: #4a4a4a;
  font-size: 14px;
  margin-top: 28px;
  text-transform: uppercase;
}
.article p {
  color: #a2a2a2;
  text-align: center;
  font-size: 12px;
}
.team_nav {
  width: 100%;
  /*  height: 60px; */
  top: 48%;
}
/*
.team_nav a{
    position: absolute;
    top: 40%;
    z-index: 10;
}
*/
.team_nav a {
  position: fixed;
  top: 45%;
  z-index: 10;
}
.prev i,
.next i {
  color: #dd6496;
  border-color: #dd6496;
}
.team_nav a.prev {
  left: 20px;
  outline: none;
  z-index: 3;
}
.team_nav a.next {
  right: 20px;
  outline: none;
  z-index: 3;
}
.team_nav a i {
  border: 1px solid #595959;
  border-radius: 50% 50% 50% 50%;
  color: #595959;
  float: left;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  padding: 10px;
  text-align: center;
  width: 40px;
}
.team_nav a:hover i {
  color: #dd6496;
  border: 1px solid #dd6496;
}
.team_members {
  margin-top: 50px;
}
.team_members > li:not(:first-child) {
  display: none;
}
.team_members > li {
  display: block;
  clear: both;
  margin-bottom: 60px;
  float: left;
  /* position:absolute; */
}
.team_members > li:before {
  content: "" !important;
}
.load_more_projects {
  width: 220px !important;
}
a.load_more {
  margin: 110px auto;
  color: #868686;
  border: 1px solid #dfdfdf;
  padding: 16px 22px;
  background: #fff;
  width: 110px;
  display: block;
  text-decoration: none;
}
a.load_more:hover {
  background: #f5f5f5;
}
.load_more_grid {
  width: 100%;
  clear: both;
  /*  margin-bottom: 120px; */
  float: left;
}
.list_projects_grid a.load_more {
  float: none;
  margin: 0px auto;
  width: 110px;
  display: block;
}
.member {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.member img {
  width: 100%;
  height: auto;
}
.member_info {
  vertical-align: middle;
}
.member_info h3 {
  text-transform: uppercase;
}
.member_info h4 {
  color: #46ed9c;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px;
}
.clients {
  background-color: #f9f8f8;
  margin-bottom: 40px;
  margin-top: 30px;
}
.clients img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s linear ease;
}
.clients_menu_top {
  margin-bottom: 110px;
}
.clients .cl {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #eaeaea;
  height: 235px;
}
.clients .cl:hover {
  background-color: #fff;
}
.clients .cl a {
  /*  padding: 100px 0px; */
  display: inline-block;
}
.cl a img {
  margin: auto;
  max-width: 100%;
  max-height: 200px;
}
.blog {
  margin-bottom: 60px;
}
.blog .blog_article {
  margin-top: 50px;
}
.blog .blog_article img {
  width: 100% !important;
  margin-bottom: 14px;
}
.blog_page h1 {
  margin-left: 14px;
}
.services_page {
  margin-bottom: 140px;
}
.services_page h1 {
  margin-left: 14px;
}
.services .services_article {
  margin-top: 50px;
}
.services .services_article img {
  width: 100% !important;
}
.services .services_article h5 {
  margin-top: 12%;
  color: #4a4a4a;
  text-transform: uppercase;
}

.project_vid_back_top {
  top: 16px;
  right: 30px;
  position: absolute;
  z-index: 49;
}
.project_vid_back_bottom {
  bottom: 42px !important;
  right: 30px !important;
  position: fixed !important;
  z-index: 49 !important;
}
.project_vid_back_top a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  float: left;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.project_vid_back_top a:hover i {
  color: #dd6496;
  border: 1px solid #dd6496;
}
.project_vid_back_bottom a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  float: left;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.project_vid_back_bottom a:hover i {
  color: #dd6496;
  border: 1px solid #dd6496;
}
.logged-in-as {
  margin-left: 15px;
}
.dot_info {
  position: absolute;
  z-index: 49;
}
.dot_info a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 10px;
  float: left;
  text-align: center;
  color: #dd6496;
  border: 1px solid #dd6496;
  border-radius: 50%;
}
.dot_info a:hover i {
  color: #fff;
  border: 1px solid #fff;
}
.dot_info_box {
  position: absolute;
  left: 60px;
  top: -60px;
  width: 236px;
  height: 164px;
  background: black;
  opacity: 0.8;
  padding: 22px;
}
.dot_info_box div {
  overflow-y: auto;
  width: 200px;
  height: 120px;
  padding-right: 12px;
}
.single-portfolio .nicescroll-rails div {
  /*  background-color: #464646 !important; */
  background-color: #cecece;
  width: 4px !important;
}
.single-portfolio .container {
  max-width: 20000px;
}
.single-portfolio .social {
  display: none !important;
}
#project_info p {
  font-size: 13px;
}
#project_info {
  width: 560px;
  height: 100%;
  /*  position: absolute; */
  position: fixed;
  top: 0px;
  left: -400px;
  background: white;
  z-index: 50;
}
.pr_info_holder {
  height: 100%;
  overflow-y: scroll;
  display: block;
  padding: 50px 50px;
  padding-bottom: 90px;
}
.pr_info_holder_menu_top {
  margin-top: 50px !important;
}
.project_info_video {
  position: fixed !important;
}
.c_nav {
  color: #a2a2a2;
  margin-bottom: 20px;
  clear: both;
  float: left;
  width: 100%;
}
.c_nav .categories {
  margin-bottom: 8px;
  margin-right: 20px;
  float: left;
  min-width: 100px;
}
.c_nav i {
  color: #a2a2a2;
  margin-right: 8px;
  float: left;
  font-size: 15px;
}
.c_nav p {
  line-height: 12px;
  font-size: 14px;
}
.c_nav a {
  color: #a2a2a2;
  line-height: 15px;
  font-size: 13px;
}
.visit_site {
  margin: 20px auto;
  color: #868686;
  border: 1px solid #dfdfdf;
  padding: 16px 22px;
  background: #fff;
  float: left;
}
.single_blog h1 {
  margin-bottom: 20px;
}
.single_blog img {
  margin-top: 55px;
  max-width: 100%;
}
.blog_quote {
  margin: 30px 0px;
}
.blog_quote i {
  float: left;
  margin-right: 20px;
  font-size: 32px;
  color: #00ff8a;
}
.blog_quote p {
  font-size: 16px;
}
blockquote {
  background: transparent;
  border-left: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  quotes: "\201C""\201D""\2018""\2019";
  /*  quotes: "\201C""\201D"; */
}
blockquote:before {
  color: #00ff8a;
  content: open-quote;
  font-size: 120px;
  line-height: 40px;
  margin-right: 0.25em;
  margin-top: 36px;
  float: left;
  vertical-align: -0.4em;
  font-family: "FontAwesome", Arial, sans-serif;
}
blockquote p {
  display: inline;
}
#contact-page-form .col-sm-12 {
  clear: both;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success,
.alert-success p {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.success-message {
  display: none;
}
.error {
  border: 1px solid red;
}
.liked * {
  color: #dd6496 !important;
}
div.column-4 {
  display: block;
}
.column-2 {
  display: none;
}
li.comment:before {
  list-style-type: none;
  content: "" !important;
}
li.comment + li.comment {
  margin-top: 40px;
}
li.comment .children {
  margin-left: 104px;
  margin-top: 40px;
}
li.comment .comment-author img {
  width: 78px;
  height: 78px;
  float: left;
  margin-top: 0px;
}
li.comment .comment-author cite a,
li.comment .comment-author cite.fn {
  font-size: 14px;
  color: #5b5b5b;
  font-weight: 200;
  text-transform: uppercase;
}
li.comment .comment-author cite.fn {
  padding-left: 25px;
}
li.comment .comment-author .says {
  display: none;
}
li.comment .commentmetadata a {
  font-size: 13px;
  font-weight: 400;
  color: #9d9d9d;
  padding-left: 25px;
}
li.comment .comment-body > p {
  margin-top: 10px;
  padding-left: 104px;
}
li.comment .comment-body div.reply {
  padding-left: 104px;
}
li.comment .comment-body div.reply a {
  font-size: 13px;
  color: #6c6c6c;
  font-weight: 400;
}
.comments-list {
  margin-bottom: 40px;
}
.comment-form {
  margin-right: -15px;
  margin-left: -15px;
}
/* .comment-form-author, .comment-form-email, .comment-form-url {
    padding: 0px 15px;
    width: 100%;
} */
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
  background: white;
}
h3#reply-title {
  display: none;
}
.comment-notes,
.comment-form-comment,
.form-submit {
  width: 100%;
  padding: 0px 15px;
}
.form-allowed-tags {
  width: 100%;
  float: left;
  /* padding: 0px 15px; */
  text-align: left;
}
.form-allowed-tags code {
  white-space: pre-wrap;
}
.info_h {
  margin: 15px 0px 20px 0px;
  display: block;
  width: 100%;
  float: left;
}
.info_h h5 {
  float: left;
  display: block;
  color: #6e6e6e;
  border-bottom: 2px solid #d0d0d0;
  padding: 8px 0px 14px 0px;
}
.single_blog .categories-p {
  margin-bottom: 0px;
}
.project_list_holder ul li,
.mix_all {
  /*
    opacity: 0;
    display: none;
*/
}
.map_container {
  height: 460px;
}
#map {
  width: 100%;
  height: 460px;
  position: absolute;
  left: 0;
  right: 0;
}
.contact_form {
  margin-bottom: 120px;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  background: white;
  margin-bottom: 10px;
}
.contact_form textarea {
  height: 260px;
}
.contact_form .send {
  width: 80px;
}
.contact_form .send:active {
  width: 80px !important;
}
.send:active {
  width: 80px;
}
.address_con {
  margin-bottom: 100px;
}
/* ########################## menu media queries ############################# */
/* bootom menu */
.bottom_default_nav {
  position: fixed;
  bottom: 0px;
  float: left;
  width: 100%;
  background: white;
  z-index: 100;
  height: 79px;
  /*  border-top: solid 1px #e9e9e9; */
}
.top_default_nav {
  /*  position: relative; */
  position: fixed;
  top: 0px;
  float: left;
  width: 100%;
  background: white;
  z-index: 100;
  height: 79px;
}
.main_nav {
  display: none;
}
.main_nav .main_menu {
  /*  float:left; */
}
.main_nav .main_menu > li {
  float: left;
  line-height: 71px;
}
.main_nav .main_menu li {
  position: relative;
  /* float: left; */
  /* background: #fff; */
}
.main_nav .main_menu > li ul li {
  line-height: 40px;
  float: left;
  margin-right: 60px;
}
.main_nav .main_menu > li ul li:first-child {
  border-top: 1px solid #e9e9e9 !important;
}
.main_nav .main_menu > li > a {
  float: left;
  padding: 0 30px;
  border-right: solid 1px #e9e9e9;
  /*  border-top:solid 4px transparent; */
  border-bottom: solid 4px transparent;
  color: #909090;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  background: #fff;
}
.main_nav .main_menu > li.current-menu-item {
  border-top: solid 4px #dd6496;
}
.main_nav .main_menu > li:first-child a {
  border-left: solid 1px #e9e9e9;
}
.main_nav .main_menu > li:first-child a:hover {
  border-left: solid 1px #e9e9e9;
}
.main_nav .main_menu > li ul a,
.main_nav .main_menu > li ul a:hover {
  border: none;
}
.main_nav:hover #menu .sub_holder {
  /* opacity:1; */
  display: block;
}
.sub_holder {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  z-index: 5;
  position: fixed;
  left: 0;
  bottom: 79px;
  /*  height: 100% !important; */
  display: none;
  /*
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    */
}
.main_nav .sub_holder_top {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  z-index: 5;
  position: fixed;
  left: 0;
  top: 79px;
  height: 100% !important;
  display: none;
  /*
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    */
}
.menuBtn {
  font-size: 30px;
  display: none;
}
/*

/*
.main_nav .main_menu > li > .sub-menu {
    display:none;
    position:absolute;
    bottom:120px;
    left:0;
    z-index: 6;
}
*/
.main_nav .main_menu > li > .sub-menu {
  /*  display: none; */
  /*  bottom: 120px; */
  float: left;
  left: 198px;
  position: fixed;
  padding-bottom: 150px;
  padding-top: 30px;
  z-index: 6;
  width: 82%;
}
.submenu_top {
  /*  top: 120px !important; */
  top: 80px;
}
.main_nav .main_menu .sub-menu li a {
  color: #909090;
  padding: 0;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
}
.main_nav .main_menu .sub-menu li a:hover {
  color: #dd6496;
  padding: 0;
}
.main_nav .main_menu .sub-menu .sub-menu li a {
  /*  margin-left:10px; */
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
}
.nav_sub_category {
  padding-right: 60px;
  display: inline;
}
/* complex-menu Start*/
/*
.main_nav .main_menu > li > .sub-menu {
    display:none;
    position:absolute;
    bottom:120px;
    left:0;
    z-index: 6;
}
*/
.main_nav .main_menu > li > .sub-menu {
  /*  display: none; */
  /*  bottom: 120px; */
  float: left;
  left: 198px;
  position: fixed;
  padding-bottom: 150px;
  padding-top: 30px;
  z-index: 6;
  width: 82%;
}
.submenu_top {
  /*  top: 120px !important; */
  top: 80px;
}
.main_nav .main_menu .sub-menu li a {
  color: #909090;
  padding: 0;
  text-transform: uppercase;
  font-size: 17px;
  text-decoration: none;
}
.main_nav .main_menu .sub-menu li a:hover {
  color: #dd6496;
  padding: 0;
}
.main_nav .main_menu .sub-menu .sub-menu li a {
  /*  margin-left:10px; */
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
}
.nav_sub_category {
  padding-right: 60px;
  display: inline;
}
/* complex-menu End*/
/* bootom menu */
.responsive_menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #696c6d;
  padding: 20px;
  padding-top: 70px;
}
.responsive_menu a {
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  display: block;
}
.responsive_menu li {
  width: 100%;
  border-top: solid 1px #838788 !important;
}
.responsive_menu .main_menu > li:last-child {
  width: 100%;
  border-bottom: solid 1px #838788;
}
.responsive_menu .sub-menu li a:before {
  content: " - ";
}
.responsive_menu .sub-menu .sub-menu {
  padding-left: 20px;
}
.responsive_menu .sub-menu {
  padding-left: 20px;
  position: inherit !important;
  display: block;
  width: 100%;
}
.menuBtn {
  position: absolute;
  /* top:40px; */
  top: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
}
/*
.comment-form-author , .comment-form-email , .comment-form-url  {
    float: left; display: inline; width: 30%; padding: 0px; margin: 0px 1%;
}

.comment-form-comment{
    clear: both;
}
.comment-form-comment label{
    display: block;
}
 */
.comment-form-comment textarea {
  clear: both;
  width: 100%;
  background: white;
  margin-top: 22px;
}
.comments_no_padding {
  padding: 0px 0px;
}
.form-submit {
  margin-bottom: 120px;
}
@media (max-width: 1490px) {
  body {
    overflow-x: hidden;
  }
  .main_nav .main_menu > li a {
    padding: 0px 15px;
  }
  /* form.comment-form p{
        float: left;
        display: inline;
    }
    .comment-form-author , .comment-form-email , .comment-form-url  {
        float: left; display: inline; width: 200px;
    }
    .comment-form-author input, .comment-form-email input, .comment-form-url input {
        float: left; display: inline; width: 200px;
    }*/
}
@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
  .main_nav {
    display: none !important;
  }
  .comment-form-comment textarea {
    margin-top: 0px;
  }
  .inner_content {
    margin: 0 auto;
  }
  body.home .inner_content {
    margin: 0 0px;
  }
  .slides-navigation {
    /*
        left: 40%;
        right: 40%;
        top: 34px;
        */
    left: 37px;
    right: 37px;
    top: 15px;
  }
  .capture {
    top: 26%;
  }
  .bottom_default_nav,
  .top_default_nav {
    display: none;
  }
  .menuBtn {
    display: block;
    color: #fff;
  }
  .project_vid_back_top {
    top: 15px;
    bottom: 15px !important;
    position: fixed !important;
  }
}
@media screen and (max-width: 960px) {
  body.page-template-template-contact-php .inner_content_menutop {
    margin-top: 0px !important;
  }
  body.single-portfolio .inner_content_menutop {
    margin-top: 0px !important;
  }
  .project_vid_back_top {
    right: 49.5% !important;
    top: 15px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
  .contact_form input,
  .contact_form textarea {
    border-radius: 0;
  }
  body.page-template-template-home-php .inner_content_menutop {
    margin-top: 0 !important;
  }
  body.page-template-template-contact-php .inner_content_menutop {
    margin-top: 0px !important;
  }
  body.single-portfolio .inner_content_menutop {
    margin-top: 0px !important;
  }
  /*
.inner_content_menutop {
    margin-top: 0px;
}
*/
}
@media (min-width: 750px) and (max-width: 768px) {
  .inner_content_menutop {
    margin-top: 0px !important;
  }
}
/*iPhone Landscape*/
@media screen and (max-width: 480px),
  screen and (max-device-width: 480px),
  screen and (max-width: 750px) {
  .map_container {
    height: 260px;
  }
  #map {
    width: 100%;
    height: 260px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .contact_form input,
  .contact_form textarea {
    width: 100%;
    background: white;
    margin-bottom: 10px;
    border-radius: 0;
  }
  body.page-template-template-home-php .inner_content_menutop {
    margin-top: 0 !important;
  }
  body.page-template-template-contact-php .inner_content_menutop {
    margin-top: 0px !important;
  }
  .dot_info {
    display: none;
  }
  .project_slide img {
    width: auto;
    max-width: none;
    height: 100%;
    position: fixed;
  }
  #project_info {
    width: 397px;
  }
  .inner_content_menutop {
    margin-top: 0px !important;
  }
  .team_nav a {
    position: absolute;
    top: 47%;
    z-index: 10;
  }
}
/*iPhone Portrait*/
@media screen and (max-width: 320px),
  screen and (max-device-width: 320px),
  screen and (max-width: 480px) {
  .map_container {
    height: 260px;
  }
  #map {
    width: 100%;
    height: 260px;
    position: absolute;
    left: 0;
    right: 0;
  }
  .contact_form input,
  .contact_form textarea {
    width: 100%;
    background: white;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .team_nav a {
    position: absolute;
    top: 40%;
    z-index: 10;
  }
  .inner_content_menutop {
    margin-top: 0px !important;
  }
  body.page-template-template-home-php .inner_content_menutop {
    margin-top: 0 !important;
  }
  body.page-template-template-contact-php .inner_content_menutop {
    margin-top: 0px !important;
  }
  .dot_info {
    display: none;
  }
  .project_slide img {
    width: auto;
    max-width: none;
    height: 100%;
    position: fixed;
  }
  #project_info {
    width: 197px;
  }
  .pr_info_holder {
    padding: 25px 15px;
  }
  .inner_content_menutop {
    margin-top: 0px;
  }
}
.widget_anim {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  opacity: 0;
}
.widget_anim_done {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
ul.accordion,
ul.toggle,
.tabs ul {
  list-style-type: none;
}
ul.accordion li > a,
ul.toggle li > a,
div.tabs ul.tab_buttons li > a {
  display: block;
  padding: 17px 17px;
  font-size: 13px;
  font-weight: 400;
  color: #787878;
  border: 1px solid #dfdfdf;
  border-top: 0px;
  text-transform: uppercase;
  position: relative;
}
div.tabs ul.tab_buttons li > a {
  display: inline-block;
  float: left;
  border-top: 1px solid #dfdfdf;
  border-bottom: 0px;
  border-left: 0px;
}
div.tabs ul.tab_buttons li:first-child a {
  border-left: 1px solid #dfdfdf;
  outline: none;
}
ul.accordion li a.active,
ul.accordion li a:hover,
ul.toggle li a.active,
ul.toggle li a:hover,
div.tabs ul.tab_buttons li a.active,
div.tabs ul.tab_buttons li a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
ul.accordion li a i,
ul.toggle li a i {
  position: absolute;
  font-size: 18px;
  color: #00ff8a;
  top: 50%;
  margin-top: -9px;
  right: 17px;
}
ul.accordion li div,
ul.toggle li div,
div.tabs ul.tab_content li {
  border: 1px solid #dfdfdf;
  border-top: 0px;
  padding: 17px 17px;
  display: none;
}
div.tabs ul.tab_content li {
  clear: both;
  border-top: 1px solid #dfdfdf;
}
ul.accordion li:first-child > a,
ul.toggle li:first-child > a {
  border-top: 1px solid #dfdfdf;
}
ul.accordion li div *,
ul.toggle li div * {
  margin-bottom: 0px;
}
.inner_content ul {
  list-style-type: none;
  color: #8a8a8a;
}
.inner_content ol {
  list-style-position: inside;
  color: #8a8a8a;
}
ol li {
  list-style-type: decimal;
}
/*
.inner_content ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 13px;
    color: #8a8a8a;
    text-decoration: none;
}
*/
div.video_fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
ul.accordion li:before,
.tabs ul li:before,
ul.toggle li:before {
  content: "" !important;
  margin-right: 0px;
}
.mejs-video {
  position: static !important;
  width: 100% !important;
}
.mejs-inner {
  width: 100%;
  height: 100%;
}
.me-plugin {
  width: 100%;
  height: 100%;
}
.mejs-shim {
  width: 100% !important;
  height: 100% !important;
}
video#player {
  width: 100% !important;
  height: auto !important;
}
.me-plugin {
  width: 100% !important;
}
body.page-template-template-home-php .top_default_nav {
  position: fixed;
}
body.page-template-template-home-php .slides-navigation {
  max-width: 100px;
}
/* Loader */
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 900000;
  opacity: 0.99;
}
.bubblingG {
  text-align: center;
  width: 80px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -40px;
}
.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #000000;
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 0.8s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 0.8s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 0.8s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 0.8s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 0.8s infinite alternate;
}
#bubblingG_1 {
  -moz-animation-delay: 0.48s;
  -webkit-animation-delay: 0.48s;
  -ms-animation-delay: 0.48s;
  -o-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
#bubblingG_2 {
  -moz-animation-delay: 0.24s;
  -webkit-animation-delay: 0.24s;
  -ms-animation-delay: 0.24s;
  -o-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
#bubblingG_3 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    -moz-transform: translateY(-21px);
  }
}
@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    -webkit-transform: translateY(-21px);
  }
}
@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -ms-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    -ms-transform: translateY(-21px);
  }
}
@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    -o-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    -o-transform: translateY(-21px);
  }
}
@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #000000;
    transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    transform: translateY(-21px);
  }
}
iframe#ov_vid {
  width: 100%;
  height: 100%;
}
div.custom_markup {
  display: none;
  margin-top: 10px;
}
div.custom_markup img {
  left: 0px !important;
  top: 0px !important;
  z-index: -1 !important;
  height: auto !important;
  width: auto !important;
  position: relative !important;
}
div#slides {
  position: absolute !important;
}
.fancybox_container {
  display: none;
}
.logo_responsive_out {
  position: fixed;
  z-index: 99;
  margin-left: 25px;
  margin-top: 20px;
  display: none;
}
.logo_responsive_out.bottom {
  right: 0;
  bottom: 0;
  margin-right: 30px;
}
.logo_responsive_out.bottom img {
  width: 150px;
  height: auto;
}
@media (max-width: 1024px) {
  body.page-template-template-home-php .logo_responsive_out {
    display: block;
  }
}
@media (max-width: 600px) {
  /* Extra small devices (phones, 600px and down) */
  .logo_responsive_out {
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
  }
  .logo_responsive_out.bottom img {
    width: 100px !important;
  }
}
.test {
  color: red;
}
.constructions-neuves {
  color: #eb7bab !important;
}
.transformations {
  color: #bab815 !important;
}
.extensions {
  color: #e1007a !important;
}
.amenagements-interieurs {
  color: #bab815 !important;
}
.amenagements-exterieurs {
  color: #613767 !important;
}
.commerces {
  color: #9c59a6 !important;
}
.en-cours {
  color: #6b1126 !important;
}
html,
body {
  height: 100%;
}
body {
  background-color: transparent;
}
body .logged-in .top_default_nav {
  margin-top: 0 !important;
}
.inner_content {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.inner_content.inner_content_top {
  margin: 0 auto -3em;
}
.inner_content.inner_content_bottom {
  margin: 0 auto 79px; /* 79 = size of bottom menu */
  padding-bottom: 145px; /* 145px = size of the logo menu */
}
p a,
ul li a {
  color: #dd6496;
}
p a:hover,
ul li a:hover {
  color: #e1007a;
}
h1 {
  color: #e1007a;
}
h4 {
  font-weight: 400;
  color: #dd6496;
}
h5 {
  color: #dd6496;
}
.dot_small_info {
  text-decoration: none;
}
.top_default_nav {
  height: 90px;
}
.main_nav .main_menu > li {
  line-height: 82px;
}
.logo {
  padding: 14px 42px;
}
.logo img {
  max-width: none;
  max-height: none;
}
.main_nav .main_menu > li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_nav .main_menu > li.current-menu-item {
  border-color: #793378;
}
.main_nav .main_menu > li:hover {
  border-color: #b07ab8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_nav .main_menu > li:first-child:hover,
.main_nav .main_menu > li:first-child.current-menu-item {
  border-color: #e1007a;
}
.main_nav .main_menu > li:nth-child(2):hover,
.main_nav .main_menu > li:nth-child(2).current-menu-item {
  border-color: #d7d919;
}
.main_nav .main_menu > li:nth-child(3):hover,
.main_nav .main_menu > li:nth-child(3).current-menu-item {
  border-color: #dd6496;
}
.main_nav .main_menu > li:nth-child(4).current,
.main_nav .main_menu > li:nth-child(4):hover,
.main_nav .main_menu > li:nth-child(4).current-menu-item {
  border-color: #b07ab8;
}
.main_nav .main_menu > li:nth-child(5):hover,
.main_nav .main_menu > li:nth-child(5).current-menu-item {
  border-color: #6b1126;
}
.main_nav .main_menu > li:nth-child(6):hover,
.main_nav .main_menu > li:nth-child(6).current-menu-item {
  border-color: #d7d919;
}

#navicon {
  display: none;
  z-index: 500;
  position: relative;
}
#navicon .logo {
  padding: 20px;
}
.logo-ipad {
  position: relative;
  z-index: 100;
}
.menuBtn {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
  font-size: 35px;
}
.responsive_menu {
  padding-bottom: 0;
}
.responsive_menu .main_menu > li:last-child {
  border-bottom: 0;
}
.img_overlay {
  display: none;
}
#slides .capture {
  font-family: "Raleway", Arial, sans-serif;
}
#slides .capture h1,
#slides .capture h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 0;
  font-family: "Raleway", Arial, sans-serif;
}
#slides .capture h1 {
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 55px;
  font-family: "Quicksand", sans-serif;
}
#slides .capture h2 {
  font-size: 28px;
  font-weight: 100;
  font-family: "Raleway", Arial, sans-serif;
}
#slides .capture a {
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
}
#slides .capture h3 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #dd6496;
  padding: 20px;
}
body.logged-in .top_default_nav {
  margin-top: 0 !important;
}
.services_page h1 {
  color: #dd6496;
}
.services .services_article h5 {
  color: #793378;
}
.services a {
  color: #dd6496;
}
.services ul li {
  list-style-type: disc;
  margin-left: 20px;
}
body.page-template-template-projects-grid-php h1 {
  color: #d7d919;
}
.main_nav .main_menu > li {
  line-height: 85px;
}
.top_default_nav {
  border-bottom: solid 1px #e9e9e9;
}
.main_nav .main_menu > li > a {
  border-bottom: none;
}
.inner_content {
  background-color: #fff;
}
body.single-portfolio .slides-container {
  background-color: #fff;
}
.article {
  min-height: 360px;
}
.article h4 {
  text-transform: none;
}
.categories-p ul li {
  min-height: 50px;
}
.categories-p .amenagements-interieurs {
  -webkit-box-shadow: 0 2px 0 #d4ca0f;
  -moz-box-shadow: 0 2px 0 #d4ca0f;
  box-shadow: 0 2px 0 #d4ca0f;
  border-bottom: transparent;
}
.categories-p .constructions-neuves {
  -webkit-box-shadow: 0 2px 0 #eb7bab;
  -moz-box-shadow: 0 2px 0 #eb7bab;
  box-shadow: 0 2px 0 #eb7bab;
  border-bottom: transparent;
}
.categories-p .transformations {
  -webkit-box-shadow: 0 2px 0 #d7d919;
  -moz-box-shadow: 0 2px 0 #d7d919;
  box-shadow: 0 2px 0 #d7d919;
  border-bottom: transparent;
}
.categories-p .extensions {
  -webkit-box-shadow: 0 2px 0 #e1007a;
  -moz-box-shadow: 0 2px 0 #e1007a;
  box-shadow: 0 2px 0 #e1007a;
  border-bottom: transparent;
}
.categories-p .amenagements-interieurs {
  -webkit-box-shadow: 0 2px 0 #d4ca0f;
  -moz-box-shadow: 0 2px 0 #d4ca0f;
  box-shadow: 0 2px 0 #d4ca0f;
  border-bottom: transparent;
}
.categories-p .amenagements-exterieurs {
  -webkit-box-shadow: 0 2px 0 #613767;
  -moz-box-shadow: 0 2px 0 #613767;
  box-shadow: 0 2px 0 #613767;
  border-bottom: transparent;
}
.categories-p .commerces {
  -webkit-box-shadow: 0 2px 0 #9c59a6;
  -moz-box-shadow: 0 2px 0 #9c59a6;
  box-shadow: 0 2px 0 #9c59a6;
  border-bottom: transparent;
}
.categories-p .en-cours {
  -webkit-box-shadow: 0 2px 0 #6b1126;
  -moz-box-shadow: 0 2px 0 #6b1126;
  box-shadow: 0 2px 0 #6b1126;
  border-bottom: transparent;
}
.list_projects_grid .project_title {
  text-transform: none;
}
.list_projects_grid .um_amenagements-exterieurs .hover_state {
  background-color: #613767;
}
.list_projects_grid .um_amenagements-exterieurs .project_title h4 {
  color: #613767;
}
.list_projects_grid .um_amenagements-interieurs .hover_state {
  background-color: #d4ca0f;
}
.list_projects_grid .um_amenagements-interieurs .project_title h4 {
  color: #bab815;
}
.list_projects_grid .um_commerces .hover_state {
  background-color: #9c59a6;
}
.list_projects_grid .um_commerces .project_title h4 {
  color: #9c59a6;
}
.list_projects_grid .um_extensions .hover_state {
  background-color: #e1007a;
}
.list_projects_grid .um_extensions .project_title h4 {
  color: #e1007a;
}
.list_projects_grid .um_transformations .hover_state {
  background-color: #bab815;
}
.list_projects_grid .um_transformations .project_title h4 {
  color: #bab815;
}
.list_projects_grid .um_constructions-neuves .hover_state {
  background-color: #eb7bab;
}
.list_projects_grid .um_constructions-neuves .project_title h4 {
  color: #eb7bab;
}
.list_projects_grid .um_en-cours .hover_state {
  background-color: #6b1126;
}
.list_projects_grid .um_en-cours .project_title h4 {
  color: #6b1126;
}
.list_projects_grid .categories_inside:hover,
.list_projects_grid .categories_inside a:hover {
  text-decoration: underline;
}
.load_more_grid {
  text-align: center;
}
.load_more_grid a.load_more {
  width: auto;
  display: inline-block;
}
#slides {
  position: absolute !important;
  top: 0;
  z-index: 1;
}
.slides-navigation_bottom.slides-navigation_bottom_with_back {
  width: 100%;
  right: 0 !important;
  left: 0;
}

.dot_info a i {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dot_info a:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dot_info_box {
  margin-top: -14px;
}
.dot_info_box p {
  margin: 0;
  font-weight: bold;
}
.dot_info_box p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.dot_info_box p a:hover {
  color: #dd6496;
  text-decoration: none;
  border-bottom: 1px solid #dd6496;
}
.slides-navigation a i,
.slides-navigation_bottom a i,
.project_vid_back a i,
.project_vid_back_bottom a i {
  color: #b42761;
  border-color: #dd6496;
  background-color: rgba(255, 255, 255, 0.8);
}
.slides-navigation a i:hover,
.slides-navigation_bottom a i:hover,
.project_vid_back a i:hover .project_vid_back_bottom a i:hover {
  color: #e1007a;
  border-color: #e1007a;
}
#project_info .c_nav a:hover {
  text-decoration: underline;
}
#project_info .categories,
#project_info .materiaux {
  margin: 0;
  display: block;
  float: none;
}
#project_info .categories {
  margin-bottom: 10px;
}
#project_info h4 {
  color: #b3b415;
}
.pr_info_holder {
  padding-top: 175px;
}
.dot_info_box {
  top: auto;
  height: auto;
}
.dot_info_box div {
  height: auto;
}
.list_projects_grid .categories_inside:hover {
  text-decoration: none;
}
.list_projects_grid .categories_inside a {
  padding: 0;
}
.list_projects_grid .categories_inside a:hover {
  text-decoration: underline !important;
}
#project_info {
  width: 527px;
}
.icon-cube:before {
  content: "\f1b2";
}
body.page-template-template-team-php h1 {
  color: #6b1126;
}
body.page-template-template-team-php .team_members > li {
  min-width: 100%;
}
.member_info h3 {
  color: #6b1126;
}
.member_info h4 {
  color: #d7d919;
}
.info_h h5 {
  float: none;
}
.wpcf7 {
  margin-top: 81px !important;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 .wpcf7-response-output {
  padding: 1.2em 1em;
  margin: 0;
  margin-bottom: 20px !important;
}
.contact_form input,
.contact_form textarea {
  background-color: #f3f3f3;
}
.responsive_menu {
  background-color: #fff;
}
.responsive_menu a {
  color: #eb7bab;
}
.responsive_menu a:hover {
  color: #e1007a;
}
@media (max-width: 1024px) {
  nav.slides-navigation {
    top: auto;
    bottom: 33px;
  }
  .slides-navigation a.prev,
  .slides-navigation a.next {
    text-decoration: none;
  }
  .slides-navigation a.prev:visited,
  .slides-navigation a.next:visited,
  .slides-navigation a.prev:active,
  .slides-navigation a.next:active,
  .slides-navigation a.prev:focus,
  .slides-navigation a.next:focus,
  .slides-navigation a.prev:link,
  .slides-navigation a.next:link {
    text-decoration: none !important;
  }
  .slides-navigation a.prev {
    margin: 0 !important;
  }
  #navicon {
    display: block;
  }
  h1 {
    margin-top: 0 !important;
  }
  footer {
    visibility: hidden;
  }
}
.inner_content_menutop {
  margin-top: 35px !important;
}
@media (max-width: 1024px) {
  .capture {
    top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1555px) {
  .inner_content_menutop {
    margin-top: 190px !important;
  }
}
@media (min-width: 1556px) {
  .inner_content_menutop {
    margin-top: 91px !important;
  }
}
@media (max-width: 321px) {
  body.page:not(.home) .inner_content {
    padding-top: 30px;
  }
  body.page:not(.home) .list_projects_grid h4 {
    margin-bottom: 8px;
  }
  .capture {
    top: 100px;
    padding-top: 0;
  }
  #slides .capture h1,
  #slides .capture h2 {
    line-height: 35px;
  }
  #slides .capture h1 {
    font-size: 2.5em;
  }
  #slides .capture h2 {
    font-size: 1.8em;
  }
  .categories-p ul li a {
    padding: 8px 7px;
  }
  .categories-p ul li {
    margin-bottom: 0;
  }
}

.row.type-post > img {
  display: none;
}

a.linkedin-link {
  background: url("assets/img/linkedin.png") no-repeat;
  padding-left: 30px;
}

em {
  color: #dd6496;
  font-style: normal;
}

/* Page: Publications Grid */

body.page-template-template-publications-grid-php h1 {
  color: #b07ab8;
}

.page-template-template-publications-grid .categories-p .leurs-publications {
  border-left: 2px solid #eb7bab;
  color: #eb7bab;
  /*-webkit-box-shadow: 0 2px 0 #eb7bab;
  -moz-box-shadow: 0 2px 0 #eb7bab;
  box-shadow: 0 2px 0 #eb7bab;
  border-bottom: transparent;*/
}

.page-template-template-publications-grid .categories-p .nos-publications {
  border-left: 2px solid #d7d919;
  color: #bab815;
  /*-webkit-box-shadow: 0 0 0 #d7d919;
  -moz-box-shadow: 0 2px 0 #d7d919;
  box-shadow: 0 0 0 #d7d919;
  border-bottom: transparent;*/
}

.page-template-template-publications-grid .article {
  min-height: 320px;
}

.page-template-template-publications-grid .article > div {
  border: 1px solid #dfdfdf;
  padding: 5px;
  min-height: 300px;
}

.page-template-template-publications-grid .article > div:hover {
  background: #f5f5f5;
}

.page-template-template-publications-grid
  .article
  .project_title
  span.publicationSource,
.page-template-template-publications-grid
  .article
  .project_title
  span.publicationSource:hover {
  color: #909090;
}

.page-template-template-publications-grid .article.um_leurs-publications > div {
  border-left: 2px solid #eb7bab;
}
.page-template-template-publications-grid
  .article.um_leurs-publications
  .hover_state {
  background-color: #eb7bab;
}
.page-template-template-publications-grid
  .article.um_leurs-publications
  .project_title
  h4 {
  color: #eb7bab;
}

.page-template-template-publications-grid .article.um_nos-publications > div {
  border-left: 2px solid #d7d919;
}
.page-template-template-publications-grid
  .article.um_nos-publications
  .hover_state {
  background-color: #d7d919;
}
.page-template-template-publications-grid
  .article.um_nos-publications
  .project_title
  h4 {
  color: #bab815;
}

.page-template-template-publications-grid .article .categories_inside {
  display: none;
}

/* Page: Publication Post */

body.post-template-template-publications-post h1 {
  color: #b07ab8;
}

body.post-template-template-publications-post-php .post_thumb .hover_state {
  background-color: #b07ab8;
}

body.post-template-template-publications-post span.publicationSource {
  display: block;
  color: #909090;
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 1.2em;
}

/* Replace old font awesome icons with the version 5.9.0  */

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("./bower_components/fontawesome5/webfonts/fa-brands-400.eot");
  src: url("./bower_components/fontawesome5/webfonts/fa-brands-400.eot?#iefix")
      format("embedded-opentype"),
    url("./bower_components/fontawesome5/webfonts/fa-brands-400.woff2")
      format("woff2"),
    url("./bower_components/fontawesome5/webfonts/fa-brands-400.woff")
      format("woff"),
    url("./bower_components/fontawesome5/webfonts/fa-brands-400.ttf")
      format("truetype"),
    url("./bower_components/fontawesome5/webfonts/fa-brands-400.svg#fontawesome")
      format("svg");
}

.icon-instagram:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;

  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  /*background: url(./assets/img/instagram-brands.svg);*/

  /* https://fontawesome.com/icons/instagram?style=brands */
}

/* Responsive */

@media only screen and (max-width: 600px) {
  .page-template-template-home .logo_responsive_out img {
    width: 60%;
  }

  .page-template-template-home #slides .capture h1 {
    font-size: 40px;
  }

  .page-template-template-home #slides .label_content {
    margin-top: 40px;
  }
}

/* Update google map */
#map {
  background-image: url("./assets/img/googleMap.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#map:hover {
  cursor: pointer;
}

@media (max-width: 1024px) {
}

/* Update home page colors */
.home #slides .capture h3 {
  color: #b07ab8;
}

.home #slides .capture a {
  color: #b07ab8;
}

.home #slides .capture a:hover {
  border-color: #b07ab8;
}

.home .slides-navigation a i,
.home .slides-navigation a i:hover,
.home .slides-navigation_bottom a i,
.home .slides-navigation_bottom a i:hover {
  color: #b07ab8;
  border-color: #b07ab8;
}

.home .slides-navigation a i:hover,
.home .slides-navigation_bottom a i:hover {
  color: #613767;
  border-color: #613767;
}

/* project image should be displayed under the menu (for top settings) */

.portfolio-template-default .inner_content.inner_content_top #slides .slides-control, /* fullscreen */
.portfolio-template-default .inner_content.inner_content_top .project_slide /* portrait */ {
  padding-top: 90px;
}

@media (max-width: 1024px) {
  .portfolio-template-default .inner_content.inner_content_top #slides .slides-control, /* fullscreen */
  .portfolio-template-default .inner_content.inner_content_top .project_slide /* portrait */ {
    padding-top: 0px;
  }
}

/* project image should be displayed on top of the menu (for bottom settings) */

body.portfolio-template-default .inner_content.inner_content_bottom {
  margin: 0 auto;
  padding-bottom: 0;
}

/* Project Page box "Détails du projet" */

#project_info_icon {
  position: absolute;
  top: auto;
  top: 16px;
  right: -160px;
  z-index: 5;
  color: #dd6496;
  border: 1px solid #dd6496;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 16px;
  text-decoration: none;
}

#project_info_icon_down {
  position: absolute;
  top: auto;
  bottom: 41px;
  right: -160px;
  z-index: 5;
  color: #dd6496;
  border: 1px solid #dd6496;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  padding: 0 16px;
  text-decoration: none;
}

/* iPhone portrait */

@media screen and (max-width: 320px),
  screen and (max-device-width: 320px),
  screen and (max-width: 480px) {
  #project_info_icon_down {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 130px;
  }

  #project_info {
    width: 100%;
  }

  .pr_info_holder {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
