.rail .active, .info, .top {
  background-image: url(../images/sprite-tools.png);
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  text-align: center;
  font-family: 'open_sansregular';
  background: #003164 url("../images/page_background.jpg") no-repeat scroll center top;
  font-size: 1.3rem;
}

ul, ol, p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1 {
  margin: 0;
  font-family: 'open_sanslight';
  font-size: 3.5rem;
}

h2 {
  margin: 0;
}

a {
  color: #3788e7;
}

input[type="radio"], input[type="checkbox"] {
  margin-top: 0;
  vertical-align: middle;
}

label {
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}

.container-fluid {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.container {
  width: auto;
  padding: 0;
}

.clearfixe:after {
  display: table;
  clear: both;
  width: 100%;
  content: " ";
}

header.navbar {
  background-color: #2772c5;
  margin-bottom: 0px;
  padding: 0 40px 30px 40px;
  border: 0;
}
header.navbar img {
  margin-top: 26px;
}

.dist-table {
  display: table;
  width: 100%;
}
.dist-table .cell {
  display: table-cell;
  float: left;
  vertical-align: top;
}

.full {
  padding: 20px 0;
}

.mlr40 {
  margin: 0 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml80 {
  margin-left: 80px;
}

.ml10 {
  margin-left: 10px;
}

.ml5 {
  margin-left: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.w75 {
  width: 80%;
}

.txt-grey, .pages {
  color: #707173;
}

.col-md-9.cell {
  padding: 10px 0 30px 0;
  width: 71.568627451%;
}

.col-md-3.blue {
  padding: 0;
  width: 28.431372549%;
}
.col-md-3.blue li {
  font-size: 1.3rem;
}
.col-md-3.blue li a {
  display: block;
  padding: 10px 0;
  color: #fff;
}



.tree-linkgln > .col-md-3.blue li a {
	display: inline;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} 


.panel-heading {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #f9fc56;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  margin-top: 0;
}

.blue {
  background-color: #2772c5;
}

.white {
  background-color: #fff;
}

.bluem {
  background-color: #3788e7;
}

.right {
  float: right;
}

.left {
  float: left;
}

.navbar-header {
  width: 65.2173913043%;
  float: left;
}

h1.navbar-brand {
  padding: 0;
  margin: 25px 0 0 0;
  color: #fff;
  font-size: 3.5rem;
  font-weight: normal;
}
h1.navbar-brand a {
  color: #fff;
}
h1.navbar-brand a:hover {
  text-decoration: none;
}
h1.navbar-brand span {
  display: block;
  margin-top: 10px;
  padding-left: 3px;
  font-size: 1.5rem;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.txt-right {
  text-align: right;
}

.navbar-nav {
  float: none;
}
.navbar-nav li {
  margin-right: 25px;
  font-size: 1.3rem;
  width: 85px;
  text-align: left;
  padding-bottom: 3px;
}
.navbar-nav li > a {
  padding: 0;
  display: inline-block;
  color: #d6e7f2;
}
.navbar-nav li > a:hover {
  background: none;
  color: #f9fc56;
}
.navbar-nav a + a {
  padding-left: 5px;
}

.border {
  border-bottom: 1px solid #d6e7f2;
}

nav.collapse {
  float: left;
  margin-top: 20px;
}

.navbar-collapse {
  padding: 0;
}

.navbar-form {
  margin: 0;
  padding: 20px 40px;
}
.navbar-form .input-group {
  display: block;
}
.navbar-form .dropdown {
  display: inline-block;
  vertical-align: middle;
/*   width: 19.5652173913%; */
  height: 40px;
  border: 2px solid #d6e7f2;
  background-color: #4794e7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
}
.navbar-form .dropdown a {
  display: block;
  height: 36px;
  padding: 8px 0 0 10px;
  color: #fff;
}
.navbar-form .dropdown a .caret {
  float: right;
  margin: 10px 10px 0 0;
}
.navbar-form .dropdown a:focus, .navbar-form .dropdown a:hover {
  text-decoration: none;
  background-color: #f9fc56;
  color: #000;
}
.navbar-form .dropdown-menu {
  background-color: #e2e2e2;
  min-width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navbar-form .dropdown-menu a {
  margin: 5px 0;
  color: #000;
}
.navbar-form .dropdown-menu a:hover {
  background-color: #f9fc56;
}

.dropdown-toggle {
  font-size: 1.4rem;
}

button.btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 5px 12px 4px;
  border: 1px solid #ddd;
}

.nav-center {
  text-align: center;
  background-color: #347ED4;
}
.nav-center ul {
  display: table;
  margin: 0 auto;
}
.nav-center li {
  display: table-cell;
  text-transform: uppercase;
}
.nav-center a {
  display: inline-block;
  padding: 15px;
  color: #fff;
  font-size: 1.4rem;
}
.nav-center a:hover, .nav-center a .active {
  text-decoration: none;
  color: #f9fc56;
}
.nav-center a.active {
  text-decoration: none;
  color: #f9fc56;
}

.txt-search {
  width: 56.5217391304%;
  height: 40px;
  margin-right: 10px;
  padding: 0 5px;
  vertical-align: middle;
  font-size: 1.4rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #d6e7f2;
  background-color: #4794e7;
  color: #fff;
}
.txt-search:-moz-placeholder {
  color: #fff;
}
.txt-search::-moz-placeholder {
  color: #fff;
}
.txt-search:-ms-input-placeholder {
  color: #fff;
}
.txt-search::-webkit-input-placeholder {
  color: #fff;
}

.manage-line {
  display: inline-block;
  width: 50px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #d6e7f2;
  background-color: #4794e7;
  color: #fff;
  font-size: 3.0rem;
  text-align: center;
  line-height: 110%;
}
.manage-line:hover {
  text-decoration: none;
  color: #000;
  background-color: #f9fc56;
}

.search {
  display: inline-block;
  width: 60px;
  height: 40px;
  vertical-align: middle;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #d6e7f2;
  background: #fff url(../images/bt-search.png) no-repeat center 7px;
  color: transparent;
  font-size: 0.1rem;
}
.search:hover {
  background-color: #f9fc56;
}

.footer {
  padding: 20px 40px;
  background-color: #3788e7;
}
.footer .col-md-4 {
  padding: 0;
}
.footer a {
  color: #fff;
}
.footer li {
  font-size: 1.3rem;
}

.icon-bar {
  background-color: #fff;
}

.head-tools {
  padding-top: 25px;
  background-color: #fff;
}
.head-tools:after, .head-tools:before {
  content: "";
  display: table;
}
.head-tools:after {
  clear: both;
}
.head-tools {
  *zoom: 1;
}

.rail {
  padding: 0 40px 15px 40px;
  font-size: 1.1rem;
}
.rail li {
  display: inline-block;
  padding-right: 5px;
  color: #b7b8b9;
}
.rail .active {
  padding-left: 20px;
  background-position: 0 -163px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
}

.nav-tabs > li > a {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.dropdown-menu > li > a:hover {
    background-color: #f9fc56;
    cursor: pointer;
}

.mod-pagination {
  width: 60.1086956522%;
  padding-right: 40px;
}
.mod-pagination .dropdown {
  padding: 0 5px;
  border: 1px solid #ddd;
}
.mod-pagination .dropdown strong {
  display: inline-block;
  font-weight: normal;
  padding: 5px 5px 5px 5px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}
.mod-pagination .dropdown .dropdown-toggle {
  padding-right: 5px;
}
.mod-pagination .dropdown-menu {
  background-color: #e2e2e2;
  min-width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.mod-pagination .dropdown-menu a {
  margin: 5px 0;
  color: #000;
}
.mod-pagination .dropdown-menu a:hover {
  background-color: #f9fc56;
}

.pagination {
  height: 31px;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li:first-child > a, .pagination li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li > a {
  padding: 5px 11px 4px;
}
.pagination > li > a:hover {
  background-color: #fff200;
}

.pages {
  float: left;
  padding-top: 3px;
}

.title-home {
  float: left;
  margin-right: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.content {
  margin-bottom: 40px;
}
.content h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.content .author {
  margin-bottom: 10px;
}

.content-txt {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.article {
  margin-top: 20px;
  padding: 0 40px;
}
.article h1 {
  margin-bottom: 40px;
  overflow: hidden;
}
.article ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.mod-article {
  padding: 20px 30px;
}
.mod-article:after, .mod-article:before {
  content: "";
  display: table;
}
.mod-article:after {
  clear: both;
}
.mod-article {
  *zoom: 1;
}
.mod-article:last-child {
  padding-bottom: 0;
}
.mod-article h1 {
  margin-bottom: 30px;
}
.mod-article h2 {
  margin-bottom: 20px;
  font-size: 1.3em;
  text-transform: uppercase;
}
.mod-article p, .mod-article li {
  font-size: 1.3rem;
}

.bg-grey {
  background-color: #f7f7f7;
}

.bg-blue {
  background-color: #e1f2ff;
}

.donnees {
  width: 100%;
  margin-bottom: 20px;
}
.donnees:after, .donnees:before {
  content: "";
  display: table;
}
.donnees:after {
  clear: both;
}
.donnees {
  *zoom: 1;
}
.donnees caption {
  background-color: #ebecec;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 5px;
/*   color: #707173; */
  font-size: 1.1rem;
}
.donnees th {
  padding: 10px 0;
  font-weight: normal;
  color: #707173;
  font-size: 1.2rem;
}
.donnees td {
  padding: 10px 0;
}
.donnees:last-child {
  margin-bottom: -10px;
}

.list:after, .list:before {
  content: "";
  display: table;
}
.list:after {
  clear: both;
}
.list {
  *zoom: 1;
}
.list li {
  margin-bottom: 20px;
}
.list li:last-child {
  margin-bottom: 0;
}

.cach, .mont {
  float: right;
  display: inline-block;
  width: 35px;
  height: 20px;
  border-top: 1px solid #e0e0e1;
  border-right: 1px solid #e0e0e1;
  border-bottom: 1px solid #e0e0e1;
  border-left: 1px solid #e0e0e1;
  cursor: pointer;
  background: url("../images/sprite-show.png") center -14px no-repeat;
}

.mont {
  background: url("../images/sprite-show.png") center 7px no-repeat;
}

.showhid {
  display: none;
}

.partial {
  display: block;
}

.mod-video {
  min-width: 26.3636363636%;
  padding: 0 17px;
}
.mod-video h2 {
  font-size: 1.5rem;
  color: #f9fc56;
  margin: 20px 0;
  font-weight: bold;
}
.mod-video a {
  color: white;
}
.mod-video a:hover img {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}
.mod-video img {
  margin-bottom: 10px;
}
.mod-video .shohid {
  height: 300px;
}
.mod-video .partial {
  height: auto;
}
.mod-video .cach, .mod-video .mont {
  background-position: center -38px;
  margin-bottom: 20px;
}
.mod-video .mont {
  margin-top: 0;
  background-position: center -60px;
}

.btn-grey {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.3rem;
  background-color: #b7b8b9;
  color: white;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.export, .analyse {
  display: inline-block;
  float: right;
  width: 31px;
  height: 31px;
  margin-left: 10px;
  color: transparent;
  font: 0/0 a !important;
  text-shadow: none;
  background-image: url("../images/sprite-search.png");
  background-repeat: no-repeat;
}

.export {
  background-position: 0 0;
}

.analyse {
  background-position: 0 -31px;
}

.result {
  float: left;
  font-size: 1.5rem;
  font-weight: bold;
}
.result span {
  padding-left: 10px;
}

.tab-article {
  width: 100%;
  margin-bottom: 10px;
}
.tab-article th {
  width: 17.0212765957%;
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 1.3rem;
  vertical-align: top;
}
.tab-article td {
  vertical-align: top;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.objectives-article img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.mod-highlight {
  background: white url(../images/highlight.png) 95% 10px no-repeat;
}
.mod-highlight div {
  width: 79.4425087108%;
  padding: 20px 20px;
  background-color: #ebecec;
}
.mod-highlight div a {
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.mod-highlight div p {
  font-size: 1.3rem;
}
.mod-highlight h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #707173;
  margin-bottom: 20px;
}


.mod-contact {
  background-color: #f6f4f9;
  text-align: left;
  padding: 20px 20px;
}

.mod-contact div {
	width: 79.4425087108%;	
	display:inline-block;
	vertical-align:middle;
	text-align:left; 
}



.mod-highlight h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #707173;
  margin-bottom: 20px;
}

.mod-contact button {
  height : 80px;
  width : 100px;
  background-color: #d8d6db;
  margin : 20px 20px 20px 20px;
}

.info {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 3px 0 0 10px;
  background-position: 0 0;
}

.deco-highlight {
  width: 17.0212765957%;
  background: #f7f7f7 url("../images/bg-bloc.png") 90% 5% no-repeat;
}

.top {
  display: inline-block;
  height: 20px;
  padding-right: 25px;
  background-position: right -82px;
}

.check label:after, .check label.checked:after {
  background-image: url("../images/sprite-check.png");
  background-repeat: no-repeat;
}

.search-result {
  margin: 30px;
}
.search-result article {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.search-result article div {
  display: table-cell;
}

.check {
  margin-bottom: 20px;
}
.check li {
  margin-bottom: 10px;
}
.check input[type="checkbox"] {
  margin-right: 10px;
}
.check label {
  position: relative;
}
.check label:after {
  display: block;
  position: absolute;
  content: " ";
  width: 16px;
  height: 16px;
  background-position: 0 0;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
}
.check label.checked:after {
  background-position: 0 -16px;
}

.result-content {
  width: 95.5555555556%;
}
.result-content p {
  margin-bottom: 10px;
}

.resut-title {
  display: block;
  margin-bottom: 5px;
  font-size: 2.1rem;
}

.author {
  font-size: 1.1rem;
}

.mod-article p.author {
  font-size: 1.3rem;
  color: #7F7F7F;
}

.resut-txt {
  font-size: 1.3rem;
  text-align: justify;
}

.result-tools:after, .result-tools:before {
  content: "";
  display: table;
}
.result-tools:after {
  clear: both;
}
.result-tools {
  *zoom: 1;
}

.result-tools span {
	font-size: 1.3rem;
   	color: #7F7F7F;
}

.access, .close-access, .restricted-access {
  display: inline-block;
  float: right;
  padding: 1px 4px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 1.0rem;
  font-weight: bold;
  color: white;
}
.access:hover, .close-access:hover {
  text-decoration: none;
  color: #fff;
}

.access {
  background-color: #2fdd75;
}

.close-access {
  background-color: #ff6500;
}

.restricted-access {
  background-color: #b7b8b9;
}

.tab-content {
  background-color: #fff;
  padding-top: 20px;
}
.tab-content:after, .tab-content:before {
  content: "";
  display: table;
}
.tab-content:after {
  clear: both;
}
.tab-content {
  zoom: 1;
}

.col-filter {
  float: left;
  width: 19.4949494949%;
  padding-left: 40px;
}
.col-filter h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.col-filter label {
  font-size: 1.1rem;
}

.content-result {
  float: left;
  width: 80.5050505051%;
  padding: 0 40px 0 20px;
}
.content-result article {
  margin-bottom: 20px;
}
.content-result h2 {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.content-result p {
  font-size: 1.3rem;
}

.olMap {
  height: 300px !important;
}

@media (max-width: 768px) {
  body {
    background: none;
  }

  .container-fluid {
    max-width: auto;
    margin: 0;
    padding: 0;
  }
  .container-fluid .left {
    float: none;
  }

  h1 {
    font-size: 2.5rem;
  }

  .row {
    margin: 0;
  }

  .container > .navbar-header {
    margin: 4px 0 0 0;
    width: 100%;
    float: none;
  }

  header.navbar {
    padding: 10px 20px 0 20px;
  }
  header.navbar div.right {
    width: 100%;
  }
  header.navbar div.right img {
    margin-top: 4px;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  header.navbar div.right a.right {
    position: absolute;
    right: 20px;
    top: 3px;
    width: 60px;
  }

  h1.navbar-brand {
    width: 85%;
    margin: 0;
    font-size: 2.0rem;
  }
  h1.navbar-brand span {
    margin: 0;
    font-size: 1.2rem;
  }

  .navbar-toggle {
    margin: 22px 0 0 0;
    padding: 0;
  }

  nav.collapse {
    background-color: #2772c5;
    float: none;
    margin: 0;
  }

  .navbar-collapse {
    overflow: auto;
  }

  .navbar-collapse.in {
    overflow: auto;
    margin-top: 0;
  }

  .navbar-nav {
    margin: 0;
  }
  .navbar-nav li {
    width: auto;
    margin: 0;
    padding: 5px 0;
    display: inline-block;
    margin-left: 20px;
  }

  .txt-search {
    font-size: 1.2rem;
  }

  .dropdown-toggle {
    font-size: 1.2rem;
  }

  .border {
    border: none;
  }

  .dist-table {
    display: block;
  }
  .dist-table .cell {
    display: block;
  }

  .navbar-form {
    padding: 10px 20px;
  }
  .navbar-form .dropdown {
    width: 72.875%;
  }

  .nav-center {
    text-align: left;
  }
  .nav-center ul {
    display: block;
  }
  .nav-center li {
    display: block;
    border-top: 1px solid #fff;
  }
  .nav-center a {
    display: block;
    padding: 5px 20px;
  }

  .txt-search {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .ajout {
    display: none;
  }

  .search {
    min-width: 60px;
    width: 7.5%;
  }

  .footer {
    padding: 10px 20px;
  }
  .footer .col-md-4 {
    margin-bottom: 10px;
  }

  .rail {
    display: none;
  }

/*   .pagination { */
/*     float: none; */
/*   } */

  .right.res-center {
    float: none;
    text-align: center;
  }

  .dist-table .deco-highlight.cell {
    display: none;
  }

  .top {
    margin-bottom: 20px;
  }

  .tab-article th, .donnees th {
    display: block;
    width: 100%;
    padding-bottom: 3px;
    font-weight: bold;
  }
  .tab-article td, .donnees td {
    display: block;
    margin-bottom: 10px;
  }

  .rwd-out {
    display: none;
  }

  .rwd-search .check {
    display: none;
  }

  h1.result {
    font-size: 1.8rem;
  }

  .search-result {
    margin: 10px;
  }

  .mlr40.rwd-change {
    margin: 0 10px 30px;
    text-align: center;
  }

  .col-md-9.cell {
    padding: 10px 0;
    width: auto;
  }

  .col-md-3.blue {
    width: auto;
  }

  .mod-article {
    padding: 10px;
  }
  .mod-article h1 {
    margin-bottom: 10px;
  }

  .tab-article {
    margin-bottom: 0;
  }

  /*.cach, .mont {
    display: none;
  }*/

  .mod-video img {
    display: block;
  }

  .col-filter {
    float: none;
    width: auto;
    padding-left: 10px;
  }

  .content-result {
    float: none;
    width: auto;
    padding: 0 10px;
  }

  #scrollbar1, #scrollbar2 {
    position: static;
  }

  .scrollbar {
    height: auto !important;
    display: none;
  }

  .viewport {
    height: auto !important;
    overflow: auto !important;
    position: static !important;
    margin: 0;
  }

  .overview {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header.navbar {
    padding-bottom: 20px;
  }

  .navbar-header {
    width: 50%;
  }

  h1.navbar-brand span {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }

  .txt-search {
    width: 40%;
  }

  .footer .col-md-4 {
    float: left;
    width: 33.3333%;
  }

  .rwd-out {
    display: none;
  }

/*   .navbar-form .dropdown { */
/*     width: 27.1739130435%; */
/*   } */

  .col-filter {
    width: 25.2525252525%;
  }

  .content-result {
    width: 74.7474747475%;
  }
}

