/*******************************************************
        My Custom Stylesheet MAIN
*******************************************************/
/*******************************************************
        My Custom Stylesheet DISPLAY
*******************************************************/
.disp_inline {
  display: inline;
}

.disp_inline_b {
  display: inline-block;
}

.li_none {
  list-style-type: none;
}

.text_deco_none {
  text-decoration: none;
}

.text_deco_none:hover {
  text-decoration: none;
}

.clear_both {
  clear: both;
}

.cursor_pointer {
  cursor: pointer;
}

.cursor_default {
  cursor: default;
}

.hide {
  display: none;
}

.disp_none {
  display: none;
}

.show {
  display: block;
}

/*******************************************************
        My Custom Stylesheet for FONT
*******************************************************/
/***** FONT SIZE *****/
.font_size_36 {
  font-size: 36px;
}

.font_size_30 {
  font-size: 30px;
}

.font_size_30_to_22 {
  font-size: 30px;
}

@media (max-width: 768px) {
  .font_size_30_to_22 {
    font-size: 22px;
  }
}

.font_size_24 {
  font-size: 24px;
}

.font_size_18 {
  font-size: 18px;
}

.font_size_16 {
  font-size: 16px;
}

.font_size_14 {
  font-size: 14px;
}

.font_size_12 {
  font-size: 12px;
}

.font_size_11 {
  font-size: 11px;
}

.font_size_10 {
  font-size: 10px !important;
}

/***** FONT STYLE *****/
.line_height {
  line-height: 1.3;
}

.line_height_10 {
  line-height: 10px;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*******************************************************
        My Custom Stylesheet MARGIN
*******************************************************/
.marg_0 {
  margin: 0;
}

.marg_5 {
  margin: 5px;
}

.marg_10 {
  margin: 10px;
}

.marg_top_10 {
  margin-top: 10px;
}

.marg_top_15 {
  margin-top: 15px;
}

.marg_top_20 {
  margin-top: 20px;
}

.marg_top_30 {
  margin-top: 30px;
}

.marg_top_80 {
  margin-top: 80px;
}

.marg_left_0 {
  margin-left: 0;
}

.marg_left_15 {
  margin-left: 15px;
}

.marg_left_28 {
  margin-left: 28px;
}

.marg_right_0 {
  margin-right: 0;
}

.marg_right_20 {
  margin-right: 20px;
}

.marg_bot_60 {
  margin-bottom: 60px;
}

.marg_bot_50 {
  margin-bottom: 50px;
}

.marg_bot_40 {
  margin-bottom: 40px;
}

.marg_bot_30 {
  margin-bottom: 30px;
}

.marg_bot_20 {
  margin-bottom: 20px;
}

.marg_bot_10 {
  margin-bottom: 10px;
}

.marg_bot_0 {
  margin-bottom: 0;
}

/*******************************************************
        My Custom Stylesheet PADDING
*******************************************************/
.pad_0 {
  padding: 0;
}

.pad_5 {
  padding: 5px;
}

.pad_left_0 {
  padding-left: 0;
}

.pad_left_10 {
  padding-left: 10px;
}

.pad_top_3 {
  padding-top: 3px;
}

.pad_top_5 {
  padding-top: 5px !important;
}

.pad_top_9 {
  padding-top: 9px !important;
}

.pad_top_20 {
  padding-top: 20px;
}

.pad_top_50 {
  padding-top: 50px;
}

.pad_bot_20 {
  padding-bottom: 20px;
}

.pad_bot_50 {
  padding-bottom: 50px;
}

/*******************************************************
        My Custom Stylesheet SIZE
*******************************************************/
.height_100 {
  height: 100%;
}

.height_10p {
  height: 10px;
}

.width_50 {
  width: 50%;
}

.width_85 {
  width: 85%;
}

.width_90 {
  width: 90%;
}

.width_100 {
  width: 100%;
}

.m_width_100 {
  max-width: 100%;
}

.width_125p {
  width: 125px;
}

/*******************************************************
        My Custom Stylesheet for TEXT
*******************************************************/
.text_right {
  text-align: right;
}

.text_right_to_left {
  text-align: right;
}

@media (max-width: 768px) {
  .text_right_to_left {
    text-align: left;
  }
}

.text_right_to_center {
  text-align: right;
}

@media (max-width: 768px) {
  .text_right_to_center {
    text-align: center;
  }
}

.text_left {
  text-align: left;
}

.text_left_to_center {
  text-align: left;
}

@media (max-width: 768px) {
  .text_left_to_center {
    text-align: center;
  }
}

.text_center {
  text-align: center;
}

/*******************************************************
        My Custom Stylesheet for COLOR
*******************************************************/
.primary_color {
  color: #79b51c;
}

.primary_color_back {
  background-color: #79b51c;
}

.primary_color_back_wk {
  background-color: #79b51c;
}

.secondary_color {
  color: #f2f2f2;
}

.secondary_color_back {
  background-color: #f2f2f2;
}

.grey_color {
  background-color: #f1f1f1;
}

.white-color {
  color: white;
}

.white_color_back {
  background-color: white;
}

.black-color {
  color: black;
}

.black_color_back {
  background-color: black;
}

.black_color_back_imp {
  background-color: black !important;
}

.icon-color {
  color: #afafaf;
}

/*******************************************************
        My Custom Stylesheet for FONT-FACE
*******************************************************/
/***** FONT-FACE CUSTOM *****/
@font-face {
  font-family: 'montserratRegular';

    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: 'montserratLight';

    src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
  font-family: 'montserratMedium';

    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: 'montserratBold';

    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: 'opensansLight';

    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: 'opensansRegular';

    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
  font-family: 'opensansBold';

    src: url(../fonts/OpenSans-Bold.ttf);
}

/***** FONT-FACE CLASS *****/
.primary-font {
  font-family: montserratLight, serif;
}

.secondary-font {
  font-family: opensansLight, serif;
}

.tertiary-font {
  font-family: montserratRegular, serif;
}

.other-font {
  font-family: montserratMedium, serif;
}

/*******************************************************
        My Custom Stylesheet For Bootsrap Inspina
*******************************************************/
.middle-box h1 {
  font-size: 100px;
  margin-bottom: 10px;
}

.navbar {
  margin-bottom: 0;
}

a {
  color: #1ab394;
}

a:hover {
  color: #000;
}

#select-result {
  width: 60%;
  margin-right: 0;
  padding: 0;
  border: none;
}

.inputNumber {
  width: 80px;
  border: 1px solid #e5e6e7;
}

.custom_input {
  position: relative;
  width: 75%;
  min-height: 1px;
  margin-right: 15px;
    /* float: left; */
  margin-left: 15px;
}

/*******************************************************
        My Custom Stylesheet FOR SYMFONY
*******************************************************/
.required:after {
  content: '*';
}

/*******************************************************
        My Custom Stylesheet for FRONT
*******************************************************/
#warper {
    /*
  margin-right: 4%;
  margin-left: 4%;
  */
  padding-right: 0;
  padding-left: 0;
    /*background: url("../img/fond_bottom.jpg") no-repeat scroll bottom left;*/
    /*background-position-y: ;*/
}

#zone_menu {
  margin: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

#zone_menu #title_menu {
  font-family: montserratMedium, serif;
}

#zone_menu #reset_project {
  font-family: montserratMedium, serif;
}

#logo {
  width: 20%;
}

#logo_2 {
  width: 30%;
}

@media (max-width: 768px) {
  #logo {
    width: 50%;
    margin: 10px;
  }

  .text_center_media {
    text-align: center;
  }

  #title_menu {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
  }

  #logo_2 {
    display: none;
  }
}

.img_left {
  width: 75%;
  max-height: 75%;
  margin: 10px;
}

.img_perspectives {
  width: 100%;
    /*max-height: 75%;*/
    /*margin: 10px;*/
}

@media (max-width: 768px) {
  .img_left {
    width: 100%;
  }
}

.img {
  max-width: 97%;
    /*max-height: 110px;*/
  max-height: 140px;
    /*margin: 10px;*/
}

.img_modal {
  max-width: 97%;
    /*max-height: 110px;*/
  max-height: 160px;
    /*margin: 10px;*/
}

#zone_title_right {
  margin: 10px 0;
  padding: 10px;
}

.zone_center {
  margin: 20px;
  padding: 10px;
}

#zone_info {
  margin: 10px;
  border-bottom: 1px solid;
}

.border_line {
  margin: 10px 0;
  border-bottom: 1px solid;
}

.button_menu {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  cursor: pointer;
  color: black;
    /*background-color: #f2f2f2;*/
  background-color: #fff;
}

.button_menu:hover {
  color: white;
  background-color: black;
}

.zone_config,
.garage_pp,
.carport_pp {
  margin: 20px 0;
  margin-top: 0;
  margin-bottom: 3px;
}

.zone_config > p,
.garage_pp > p,
.carport_pp > p {
  font-family: montserratMedium, serif;
  font-weight: bold;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.div_img_config,
.div_img_config_garage,
.div_img_config_6 {
  height: 150px;
  padding: 0;
  padding-right: 1px;
  cursor: pointer;
  text-align: center;
}

.div_img_config_garage {
  height: 170px;
}

.div_img_config:hover,
.div_img_config_garage:hover,
.div_img_config_6:hover {
    /*background-color: #f2f2f2;*/
  background-color: #fff;
}

.button_menu_activ {
  color: white !important;
  background-color: black !important;
}

.load_type {
  margin: 10px 0;
  padding: 10px;
  cursor: pointer;
  background-color: #f2f2f2;
}

.button_modal_front {
  color: black;
  border-color: #79b51c;
  background-color: #f2f2f2;
}

.button_modal_front:hover,
.button_modal_front:focus,
.button_modal_front:active {
  color: white;
  background-color: black;
}

/*******************************************************
        Front login custom
*******************************************************/
#body_front {
  color: #7e7f81;
}

#body_front h1 {
  color: #7e7f81;
}

#body_front .btn-primary {
  border-color: #79b51c;
  background-color: #79b51c;
}

.zone-central {
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 10px;
  background: url('../img/fond_top.jpg') no-repeat scroll bottom left;
  background-position-y: top;
}

.title_left {
  font-size: 14px;
  text-transform: uppercase;
}

#right_zone_etage,
#right_zone_etagepmr {
  display: none;
}

@media (max-width: 1200px) {
  .zone_center {
    margin: 20px;
  }
}

@media (max-width: 992px) {
  .zone_center {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .zone_center {
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 576px) {
  .zone_center {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.button_info {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 10px 10px 10px 0;
  padding: 5px 20px;
  color: #fff;
  background-color: #79b51c;
}

.button_infoB {
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin: 10px 10px 10px 0;
  padding: 5px 20px;
  cursor: pointer;
  color: #fff;
  background-color: #1a171b;
}

#myModal_carport .modal-content,
#myModal_garage .modal-content,
#myModal_options .modal-content {
  background-color: #f2f2f2;
}

#right_zone_garage,
#right_zone_carport,
#right_zone_options {
  padding: 40px;
}

#zone_center_rdc {
  margin-top: 0;
  padding-top: 0;
}

button.close {
  font-size: 30px;
  color: white;
}

.garage_suppr .div_img_config_garage {
  height: auto;
  padding: 6px 12px;
  text-align: center;
}

.zone-home .fond-home {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

@media (min-width: 1290px) {
  .modal-lg {
    width: 1200px;
  }
}

.et_pb_scroll_top.et-visible {
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
  animation: fadeInRight 1s 1 cubic-bezier(.77, 0, .175, 1);
  opacity: 1;
}

.et_pb_scroll_top.et-pb-icon {
  font-size: 30px;
  position: fixed;
  z-index: 999;
  bottom: 10%;
  left: 44%;
  display: none;
    /*bottom: 0;*/
  padding: 15px;
  padding-bottom: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
    /*background: rgba(0, 0, 0, 0.4);*/
  background-color: rgba(127, 127, 127, .5);
    /*cursor: pointer;*/
}

.et-pb-icon {
  font-family: 'Montserrat SemiBold';
  font-size: 96px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: attr(data-icon);
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

/* Options */
#right_zone_options .button_info {
  float: none;
  cursor: pointer;
}

#right_zone_options .check input {
  width: 3vw;
  height: 3vh;
}

#right_zone_options .name {
  font-family: montserratLight, serif;
  font-size: 14px;
  padding-top: 8px;
  cursor: pointer;
}

#right_zone_options .price {
  font-family: montserratLight, serif;
  font-size: 15px;
  font-weight: bold;
  padding-top: 8px;
}

#email_adress {
  width:100%;
}

/* MODAL */
#configuration_surface {
  cursor: pointer;
}
#modalDetails .btn_close:hover {
  background-color: #000000;
  color:#ffffff;
}
#modalDetails .modal-header {
  background-color: #79b51c;
}
#modalDetails .modal-header .modal-title {
  color:#ffffff;
  font-family: montserratMedium, serif;
  font-size: 20px;
}
#modalDetails .tab_surface .header {
  background-color: #000000;
  color:  #ffffff;
}
#modalDetails .tab_surface th {
  font-family: montserratLight, serif;
  font-weight: bold;
}
#modalDetails .tab_surface td {
  font-family: montserratLight, serif;
}
#modalDetails .tab_surface td.content {
  font-size:12px;
  font-weight: 400;
}
#modalDetails .tab_surface .conclusion {
  background-color: #eeeeee;
  color:#000000;
  font-weight: bold;
}



