@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

h1 {
  font-size: 1.9rem;
  margin: 30px 0;
  font-weight: bold;
}

h2 {
  font-size: 1.7rem;
}

section {
  position: relative;
}

.fixed-top  + .container {
  margin-top: 50px;
}

/*
#container_gsite_header {
  margin-bottom: 76px;
}*/

.fixed-top {
  margin-top: 36px;
}

.font-size-medium, .font-size-medium p {
  font-size: 1.15rem;
}
.logo_site {
  padding: 0;
}

.logo_site img {
  display: inline-block;
  max-width: 100%;
  height: 80px;
}

.apidoc-header {
  background-color: #eee;
  padding: 20px 0;
  margin: 0 0 20px;
}

/* -------------------------------------------------------------------------- */
/* Header */

.gs-boot-header {
  background-color: #eee;
  box-shadow: 0 0 7px rgba(0,0,0,0.5), 0 0 35px rgba(0,0,0,0.2);
  border-bottom: solid 1px #ddd;
}

.back-img-only {
  min-height: 250px;
}

#task_bar_top > div:first-child#task_bar_top_right {
  width: 100%;
}

#container_btn_orders,
#container_btn_cart {
  float: right !important;
}

#container_btn_eval_msg {
  float: right !important;
}

#container_btn_eval_msg a:hover {
  background: inherit !important;
  border-bottom: inherit !important;
}


@media screen and (max-width: 960px){

  .btn_login_name {
    display: none;
  }
  #container_btn_orders a,
  #container_btn_cart a {
    font-size: 0 !important;
  }
  #container_btn_orders a i,
  #container_btn_cart a i {
    margin-right: 0 !important;
  }

}


/* -------------------------------------------------------------------------- */
/* Menu */

.main_title {
  font-size: 2rem;
}
.gs-boot-menu {
  padding: 10px 0;
  text-align: right;
}

.gs-boot-menu > ul {
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
}

.gs-boot-menu > ul > li {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  font-size: 1.25rem;
  line-height: inherit;
  float: none;
  position: relative;
  text-align: left;
}
.gs-boot-menu > ul > li:last-child {
  margin-right: 0;
}
.gs-boot-menu > ul > li > a {
  text-transform: uppercase;
  color: #444;
  margin-left: 20px;
}

.childs_single ul {
  display: none !important;
}

.gs-boot-menu a {
  color: #111;
  border-bottom: solid 3px transparent;
}

.gs-boot-menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 300px;
  max-width: 600px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1;
  z-index: 99;

  transition: all 0.4s;

  background-color: #eee;
}
.gs-boot-menu > ul > li ul ul {
  background-color: rgba(0,0,0,0.5);
}
.gs-boot-menu > ul > li > ul a {
  display: block;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  transition: background 0.25s;
  font-weight: normal;
  font-size: 1.2rem;
}
.gs-boot-menu .link_item_node_selected_level_2,
.gs-boot-menu > ul > li > ul a:hover {
  background-color: rgba(0,0,0,0.9);
}

.gs-boot-menu > ul > li:hover > ul {
  display: block;
}

.gs-boot-menu a:hover {
  color: #666;
  border-bottom-color: #666;
  text-decoration: none;
}
.gs-boot-menu .link_item_node_selected,
.gs-boot-menu .link_item_node_selected_level_2 {
  border-bottom-color: #333;
}

.childs_multi > a:after {
  content: "\f078";
  display: inline-block;
  margin-left: 7px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* -------------------------------------------------------------------------- */
/* Sidebar menu */

.sidebar li {
  list-style-type: none;
}
.sidebar ul.menu_node {
  margin: 0 0 15px;
  padding: 15px;
  background-color: #f3f3f3;
}

.sidebar .link_item_node_level_2 {
  text-decoration: underline;
}

.sidebar .link_item_node_selected_level_2 {
  text-decoration: underline;
  color: #000000;
}

/* -------------------------------------------------------------------------- */
/* Main disable main app content */

.box_main_app {
  display: none;
}

.mandatory_field {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Formulaires */

#formmail_elements {
  background-color   : transparent;
  border             : 0px ;
  color:#000000;
  margin:0;
  padding:1em 0;
}
div#formmail_elements p label{
  width             : 200px;
}
#formmail_footer,#formmail_head {
  font-size: 18px;
  font-family: arial;
  font-weight: normal;
  background-color   : #293C6D;
  padding: 7px 15px !important;
}
#formmail_head {
  background-color   : #293C6D;
  color: #fff;
  padding: 4px 10px;
}
#formmail_form {
  width             : 100%;
}
.text_up_form {
  padding           : 10px 0px 20px 0px;
}
#formmail_footer{
  text-align          : center;
}

#formmail_elements fieldset {
  margin: 0 0 20px;
  padding: 15px;
  border: solid 1px #ccc;
}
#formmail_elements legend {
  font-family: arial;
  font-size: 16px;
}

#formmail_form input.formmail_focus,
#formmail_form input.formmail_oblig:focus,
#formmail_form input.formmail_normal:focus {
  background: #eee;
}

#formmail_footer {
  background: transparent;
}

#formmail_footer input {
  border-style: none;
  background: #293C6D;
  font-weight: bold;
  color: #fff;
  padding: 7px 30px;
  border-radius: 5px;
}

#formmail_elements fieldset p {
  margin-top: 2px;
  clear: both;
}

.idfm_form_small label {
  float: none;
}

div.adress {
  margin-bottom: 15px;
}

span.geoloc {
  display: inline-block;
  color: #999;
  font-size: 0.8rem;
  margin-top: 7px;
}

#formmail_elements select,
#formmail_elements textarea,
#formmail_elements input[type="text"],
#formmail_elements label {
  font-size: 1rem;
  min-width: 400px;
  max-width: 100%;
}

/* -------------------------------------------------------------------------- */
/* Survey */

.survey-panel-list {
  max-width: 500px;
  margin: 25px auto;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 0px;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 100, 0.2) 5px 5px 15px;
  min-height: 280px;
  overflow: hidden;
}

.survey-panel-list .answers_chart,
.survey-panel-list #formmail_form {
  padding: 5px 25px;
}
.survey_header {
    margin: 0 0 7px;
    padding: 5px 25px;
    background: #006FA4;
    color: #fff;
}
.survey_footer {
  margin: 0;
  padding: 2px 15px;
  background-color: #fff;
}
.survey_footer a {
  cursor: pointer;
  font-size: 1.1rem;
  text-decoration: underline;
}

.survey_title {
  font-size: 1.5rem;
}

.survey-panel-list [type="radio"] {
  float: left;
  display: inline-block;
  margin: 7px 10px !important;
}

.survey-active,
.survey-active > div {
  background-color: #eee;
}

.no_survey_item {
  padding: 25px;
  text-align: center;
  font-style: italic;
}

#formmail_footer input {
  background: #006FA4;
  transition: background-color 0.3s;
}
#formmail_footer input:hover {
  background: #333;
}

/* -------------------------------------------------------------------------- */
/* Special style for slide section if First */

#section_list > section:first-child.txt-img-slide-fullsize,
#section_list > .item_li_section:first-child > .txt-img-slide-fullsize {
  margin-top: -100px;
}
.edit #section_list > .item_li_section:first-child > .txt-img-slide-fullsize {
  margin-top: 0;
}

/* -------------------------------------------------------------------------- */
/* Footer */

.footer {
  background-color: #eee;
  padding: 40px 0;
  margin:  40px 0 0;
  border-top: solid 1px #ccc;
  box-shadow:  0 0 20px rgba(0,0,0,0.1);
}
.footer .title {
  font-size: 1.8rem;
}

.footer .ul_1 {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}

.footer .ul_1 > li {
  float: left;
  margin: 0 15px 15px 0;
}
.footer .ul_1 > li > a {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* Section custom */

.menu-square li a {
  background-color: rgba(0,0,0,0.5);
}

/* -------------------------------------------------------------------------- */
/* Credits */

.credits {
  background-color: #222;
  color: #fff;
  padding: 15px 25px;
  text-align: right;
}

.credits a {
  color: #fff;
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* Header */

.gs-boot-header {
  background-color: #eee;
  box-shadow: 0 0 25px rgba(0,0,0,0.15);
  border-bottom: solid 1px #ddd;
}
