/*
 Theme Name:     Maxcard
 Theme URI:
 Description:    Cocoa Child Theme
 Author:         Maxcard
 Author URI:
 Template:       cocoa
 Version:        1.0.0
*/

@import url("../cocoa/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

body {
	height: 100%;
	display: block;
    font-family: RopaSoftPTT-Regular, sans-serif;
    color: #424953;
	background: #fff;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: RopaSoftPTT-Regular, sans-serif;
	font-weight: normal;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}
a {color: #47B750;}
ul, li {
	font-family: RopaSoftPTT-Regular, sans-serif;
	font-weight: normal;
}

div.page-container.pc-wp {margin-top: 28px;}

footer.pc-wp ,
header.pc-wp ,
.pc-wp menu,
.pc-wp nav {
  display: block;
}
.pc-wp a {
  background-color: transparent;
}
.pc-wp a:active,
.pc-wp a:hover {
  outline: 0;
}
.pc-wp img {
  border: 0;
}
.pc-wp button,
.pc-wp input {
  margin: 0;
  font: inherit;
  color: inherit;
}
.pc-wp button {
  overflow: visible;
  text-transform: none;
}
.pc-wp button,
.pc-wp  input[type="button"],
.pc-wp input[type="reset"],
.pc-wp input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.pc-wp button::-moz-focus-inner,
.pc-wp input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pc-wp input {
  line-height: normal;
}
.pc-wp * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pc-wp *:before,
.pc-wp *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pc-wp  {
    font-family: RopaSoftPTT-Regular, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.pc-wp input,
.pc-wp button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.pc-wp a {
  color: #337ab7;
  text-decoration: none;
}
.pc-wp a:hover,
.pc-wp a:focus {
  color: #23527c;
  text-decoration: underline;
}
.pc-wp a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pc-wp img {
  vertical-align: middle;
}
.pc-wp .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pc-wp .sr-only-focusable:active,
.pc-wp .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.pc-wp h2,
.pc-wp h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.pc-wp h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.pc-wp h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pc-wp h2 {
  font-size: 30px;
}
.pc-wp h4 {
  font-size: 18px;
}
.pc-wp p {
  margin: 0 0 10px;
}
.pc-wp .text-center {
  text-align: center;
}
.pc-wp .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.pc-wp ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.pc-wp .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .pc-wp .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .pc-wp .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .pc-wp .container {
    width: 1170px;
  }
}
.pc-wp .row {
  margin-right: -15px;
  margin-left: -15px;
}
.pc-wp label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.pc-wp .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pc-wp .btn:focus,
.pc-wp .btn:active:focus,
.pc-wp .btn.active:focus,
.pc-wp .btn.focus,
.pc-wp .btn:active.focus,
.pc-wp .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pc-wp .btn:hover,
.pc-wp .btn:focus,
.pc-wp .btn.focus {
  color: #333;
  text-decoration: none;
}
.pc-wp .btn:active,
.pc-wp .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.pc-wp .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.pc-wp .btn-default:hover,
.pc-wp .btn-default:focus,
.pc-wp .btn-default.focus,
.pc-wp .btn-default:active,
.pc-wp .btn-default.active,
.pc-wp .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.pc-wp .btn-default:active,
.pc-wp .btn-default.active,
.pc-wp .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.pc-wp .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.pc-wp .btn-primary:hover,
.pc-wp .btn-primary:focus,
.pc-wp .btn-primary.focus,
.pc-wp .btn-primary:active,
.pc-wp .btn-primary.active,
.pc-wp .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.pc-wp .btn-primary:active,
.pc-wp .btn-primary.active,
.pc-wp .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.pc-wp .collapse {
  display: none;
  visibility: hidden;
}
.pc-wp .collapse.in {
  display: block;
  visibility: visible;
}
.pc-wp .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.pc-wp .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pc-wp .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.pc-wp .nav > li {
  position: relative;
  display: block;
}
.pc-wp .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.pc-wp .nav > li > a:hover,
.pc-wp .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pc-wp .nav > li.disabled > a {
  color: #777;
}
.pc-wp .nav > li.disabled > a:hover,
.pc-wp .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.pc-wp .nav .open > a,
.pc-wp .nav .open > a:hover,
.pc-wp .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.pc-wp .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.pc-wp .nav > li > a > img {
  max-width: none;
}
.pc-wp .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .pc-wp .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .pc-wp .navbar-header {
    float: left;
  }
}
.pc-wp .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.pc-wp .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .pc-wp .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .pc-wp .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .pc-wp .navbar-collapse.in {
    overflow-y: visible;
  }
}
.pc-wp .container > .navbar-header,
.pc-wp .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .pc-wp .container > .navbar-header,
  .pc-wp .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.pc-wp .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.pc-wp .navbar-brand:hover,
.pc-wp .navbar-brand:focus {
  text-decoration: none;
}
.pc-wp .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .pc-wp .navbar > .container .navbar-brand,
  .pc-wp .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.pc-wp .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pc-wp .navbar-toggle:focus {
  outline: 0;
}
.pc-wp .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.pc-wp .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .pc-wp .navbar-toggle {
    display: none;
  }
}
.pc-wp .navbar-nav {
  margin: 7.5px -15px;
}
.pc-wp .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .pc-wp .navbar-nav {
    float: left;
    margin: 0;
  }
  .pc-wp .navbar-nav > li {
    float: left;
  }
  .pc-wp .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.pc-wp .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.pc-wp a.label:hover,
.pc-wp a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.pc-wp .label:empty {
  display: none;
}
.pc-wp .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.pc-wp .close:hover,
.pc-wp .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.pc-wp button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.moda.pc-wp l {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade.pc-wp  .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in.pc-wp  .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal.pc-wp {
  overflow-x: hidden;
  overflow-y: auto;
}
.pc-wp .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.pc-wp .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.pc-wp .modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.pc-wp .modal-header .close {
  margin-top: -2px;
}
.pc-wp .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.pc-wp .modal-body {
  position: relative;
  padding: 15px;
}
.pc-wp .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.pc-wp .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.pc-wp .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.pc-wp .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.pc-wp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .pc-wp .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .pc-wp .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
}

.pc-wp .container:before,
.pc-wp .container:after,
.pc-wp .row:before,
.pc-wp .row:after,
.pc-wp .nav:before,
.pc-wp .nav:after,
.pc-wp .navbar:before,
.pc-wp .navbar:after,
.pc-wp .navbar-header:before,
.pc-wp .navbar-header:after,
.pc-wp .navbar-collapse:before,
.pc-wp .navbar-collapse:after,
.pc-wp .modal-footer:before,
.pc-wp .modal-footer:after {
  display: table;
  content: " ";
}
.pc-wp .clearfix:after,
.pc-wp .container:after,
.pc-wp .row:after,
.pc-wp .nav:after,
.pc-wp .navbar:after,
.pc-wp .navbar-header:after,
.pc-wp .navbar-collapse:after,
.pc-wp .modal-footer:after {
  clear: both;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}




.pc-wp .bloc{
	width:100%;
	background: 50% 50% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (max-width: 767px) {
    .pc-wp .bloc{
        text-align: center;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
}
.pc-wp .l-bloc{color:#424953;}
.pc-wp .l-bloc button:hover{color:#30353c;}
.pc-wp .l-bloc h1,.l-bloc h2,.l-bloc h3,.l-bloc h4,.l-bloc h5, .l-bloc h6, .l-bloc .ico{color:#424953;}
.pc-wp .l-bloc a{color:#47B750;}
.pc-wp .l-bloc a:hover{color:#000;}
.pc-wp .l-bloc h2 a {color: #47B750;}
.pc-wp .l-bloc h2 a:hover {color: #000;}
.pc-wp .l-bloc .navbar-toggle .icon-bar{color:rgba(0,0,0,1);}

.pc-wp .navbar{margin-bottom: 0;}

.pc-wp .navbar-brand{
	height:auto;
	padding: 15px 0;
	font-size:25px;
}
.pc-wp .navbar-brand img{
	/*width: 239px;*/
	height: 46px;
	max-height: auto;
	margin: 0 5px 0 0;
}
.pc-wp .navbar .nav{
	padding-top: 0;
	margin-right: -16px;
	float:right;
}
.pc-wp .nav > li{
	float:left;
	margin-top:4px;
	font-size:20px;
}
.pc-wp .nav > li > a {
	color: #424953;
	margin-left: 14px;
	padding: 4px 0 0 0;
	white-space: nowrap;
}
.pc-wp .nav > li a:hover, .nav > li a:focus{
	background:transparent;
	color: #47B750;
}
.pc-wp .nav > li.active > a {
	border-bottom: #AAED41 6px solid;
}

.pc-wp .navbar-toggle{
	margin: 10px 0 0 0;
	border: 0px;
}
.pc-wp .navbar-toggle:hover{
	background:transparent!important;
}
.pc-wp .navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
@media (max-width: 991px) and (min-width: 768px) {
	.pc-wp .navbar-brand img{
		width: 191px;
	}
	.pc-wp .site-navigation > li > a {font-size: 16px;}
	.pc-wp .nav > li > a {margin-left: 10px; padding-top: 4px;}
}
@media (max-width: 767px){
	.pc-wp .nav > li.active > a {border-bottom: #AAED41 0px solid;}
}

@media (min-width: 768px){
	.pc-wp .site-navigation{
		position: absolute;
		top: 50%;
		right:20px;
		transform: translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
}

.pc-wp #nav-bloc0 {
	background: #47B750;
	min-height: 48px;
}
.pc-wp #nav-bloc0 .navbar {min-height: 48px;}
.pc-wp #nav-bloc0 .navbar-toggle {float: left;}
.pc-wp #nav-bloc0 .nav > li > a {
	color: #fff;
}
.pc-wp #nav-bloc0 .nav > li#menu_t1 {
	background: url(../../../../images/ic_download.png) left center no-repeat;
	background-size: 13px;
	padding-left: 23px;
}
.pc-wp #nav-bloc0 .nav > li#menu_t2 {
	background: url(../../../../images/ic_info.png) left center no-repeat;
	background-size: 19px;
	padding-left: 29px;
}
.pc-wp #nav-bloc0 .nav > li#menu_t3 {
	background: url(../../../../images/ic_doc.png) left center no-repeat;
	background-size: 16px;
	padding-left: 26px;
}
.pc-wp #nav-bloc0 .nav > li#menu_t4 {
	background: url(../../../../images/ic_login.png) left center no-repeat;
	background-size: 17px;
	padding-left: 27px;
}
.pc-wp #nav-bloc0 .nav > li#menu_t5 {
	background: url(../../../../images/ic_calculator.png) left center no-repeat;
	background-size: 12px;
	padding-left: 27px;
}

.engp #nav-bloc0 .nav > li#menu_t1 {
	background: url(../../../../../../images/ic_download.png) left center no-repeat;
	background-size: 13px;
	padding-left: 23px;
}
.engp #nav-bloc0 .nav > li#menu_t2 {
	background: url(../../../../../../images/ic_info.png) left center no-repeat;
	background-size: 19px;
	padding-left: 29px;
}
.engp #nav-bloc0 .nav > li#menu_t3 {
	background: url(../../../../../../images/ic_doc.png) left center no-repeat;
	background-size: 16px;
	padding-left: 26px;
}
.engp #nav-bloc0 .nav > li#menu_t4 {
	background: url(../../../../../../images/ic_login.png) left center no-repeat;
	background-size: 17px;
	padding-left: 27px;
}
.engp #nav-bloc0 .nav > li#menu_t5 {
	background: url(../../../../../../images/ic_calculator.png) left center no-repeat;
	background-size: 12px;
	padding-left: 27px;
}


@media (max-width: 991px) and (min-width: 768px) {
	.pc-wp #nav-bloc0 .nav > li#menu_t1 {padding-left: 21px;}
	.pc-wp #nav-bloc0 .nav > li#menu_t2 {padding-left: 27px;}
	.pc-wp #nav-bloc0 .nav > li#menu_t3 {padding-left: 24px;}
	.pc-wp #nav-bloc0 .nav > li#menu_t4 {padding-left: 25px;}
	.pc-wp #nav-bloc0 .nav > li#menu_t5 {padding-left: 25px;}
	.pc-wp #nav-bloc0 .site-navigation > li > a {font-size: 14px;}
}

@media (min-width: 768px){
	.pc-wp #nav-bloc0 .colapse.navbar-collapse {
		width: 100% !important;
		height: 48px !important;
	}

	.pc-wp #nav-bloc0 .navbar .nav{
		padding-top: 0;
		margin-right: 0;
		float:left !important;
		right: 100px;
		left: 0;
	}

	.pc-wp #nav-bloc0 .nav > li{
		float:left;
		margin-top:0;
		font-size:18px;
		width: 25%;
	}
	.pc-wp #nav-bloc0 .nav > li > a {
		color: #fff;
		margin-left: 4px;
		padding: 2px 0 0 0;
	}
	.pc-wp #nav-bloc0 .nav > li a:hover, .nav > li a:focus{
		background:transparent;
	}
	.pc-wp #nav-bloc0 .nav > li.active > a {
		border-bottom: #AAED41 0 solid;
	}

	.pc-wp #nav-bloc0 .nav > li#menu_t1 {width: 26%;}
	.pc-wp #nav-bloc0 .nav > li#menu_t2 {width: 31%;}
	.pc-wp #nav-bloc0 .nav > li#menu_t3 {width: 20.5%;}
	.pc-wp #nav-bloc0 .nav > li#menu_t4 {width: 22.5%;}
	.pc-wp #nav-bloc0 .nav > li#menu_t5 {width: 22.5%;}
	.engp #nav-bloc0 .nav > li#menu_t1 {width: 26%;}
	.engp #nav-bloc0 .nav > li#menu_t2 {width: 26%;}
	.engp #nav-bloc0 .nav > li#menu_t3 {width: 25.5%;}
	.engp #nav-bloc0 .nav > li#menu_t4 {width: 22.5%;}
	.engp #nav-bloc0 .nav > li#menu_t5 {width: 22.5%;}
}

.pc-wp .navbar-lang {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 120px;
}
@media (max-width: 767px){
	.pc-wp .navbar-lang {right: 8%;}
}
.pc-wp .navbar-lang ul,
.pc-wp .navbar-lang li {
	list-style: none;
	height: 24px;
	font-size: 19px;
	text-transform: uppercase;
}
.pc-wp .navbar-lang ul {
	margin-bottom: 0;
	margin-top: 12px;
	float: right;
}
.pc-wp .navbar-lang li {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	float: left;
}
.pc-wp .navbar-lang li:last-child {
	padding-right: 0;
}
.pc-wp .navbar-lang li:after {color:#fff; content: "|";}
.pc-wp .navbar-lang li:last-child:after {content: "";}
.pc-wp .navbar-lang li a {
	display: inline-block;
	width: 22px;
	margin-left: 6px;
	margin-right: 6px;
	color: rgba(255, 255, 255, .6);
}
.pc-wp .navbar-lang li a:hover,
.pc-wp .navbar-lang li#lang_bg.active a {color: rgba(255, 255, 255, 1);}

.pc-wp .container {width: 100%;}
.pc-wp .container.outer{max-width:91.334%;}

@media (max-width: 767px) {
    .page-container.pc-wp {overflow-x: hidden;}
}
body.modal-open #top01.pc-wp  {padding-right: 15px;}

@media (max-width: 767px) {
    .page-container.pc-wp {overflow-x: hidden;}
    .pc-wp h2,h4,p{
        padding-left:5px!important;
        padding-right:5px!important;
    }
    .pc-wp .bloc{
        text-align: center;
        -webkit-background-size: auto 200%;
        -moz-background-size: auto 200%;
        -o-background-size: auto 200%;
        background-size: auto 200%;
    }
    .pc-wp .navbar.row {
	   	margin-left: -10.9%;
        margin-right: -10.9%;
    }
    .pc-wp .navbar-header {
	    margin-left: 10.9%;
	    margin-right: 10.9%;
    }
    .pc-wp .navbar-header button {
	    padding-left: 0;
	    padding-right: 0;
    }
    .pc-wp .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .pc-wp #nav-bloc0 .navbar .nav{
        border-top:1px solid rgba(255,255,255,.2);
    }

    .pc-wp .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }

    .pc-wp .nav > li{
        margin-top: 0;
        border-bottom:1px solid #dfdfdf;
        background:#f9f9fa;
        text-align: left;
        width:100%;
    }
    .pc-wp .nav > li > a {
	    margin-left: 10.9%;
	    margin-right: 10.9%;
	    padding-top: 8px;
	    padding-bottom: 4px;
    }
    .pc-wp #nav-bloc0 .nav > li {
        border-bottom:1px solid rgba(255,255,255,.1);
        background-image: none;
        background:rgba(0,0,0,.05) !important;
        border-bottom:1px solid rgba(0,0,0,.1);
        padding-left: 0 !important;
    }
    .pc-wp .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    .pc-wp #nav-bloc0 .nav > li:hover{
        background:rgba(255,255,255,.08) !important;
    }
    .pc-wp .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .pc-wp .navbar-brand img{
        max-height: 40px;
        width:auto;
        margin: -10px 5px 0 0;
        width: 191px;
    }
}

/* nav button top */

#top01 #nav-bloc0 #nav-toggle.navbar-toggle {background: url(../../../../images/ic_info.png) center center no-repeat !important; background-size: 19px !important;}
#top01 #nav-toggle.navbar-toggle .icon-bar {background-color: transparent !important;}
.engp #top01 #nav-bloc0 #nav-toggle.navbar-toggle {background: url(../../../../../../images/ic_info.png) center center no-repeat !important; background-size: 19px !important;}


/* sticky header */

body {
    padding-top: 48px;
}

header.nav-down.pc-wp  {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 1000;
}

.pc-wp .nav-up {
    top: -48px;
}


/*#topper {width: 100%;}
.footer-search {display: none;}*/


/* ================================================================================= */

#masthead {
	width: 100%;
	max-width: 100%;
	background: #f8f8f9;
	border-top: #dfdfdf 1px solid;
	border-bottom: #dfdfdf 1px solid;
	margin-top: 30px;
	margin-bottom: 50px;
}
#site-title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 90px;
	height: 250px;
	max-height: 250px;
	width: 90%;
	max-width: 1250px;
	border-bottom: 0;
}
#site-title h1 {
	  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#site-title  h2.site-description {
	font-family:RopaSoftPTT-Light, sans-serif;
	font-size: 40px;
	color: #424953;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
#footer{
	background-color:#ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer ul, #footer li {
	list-style: none;
	margin: auto;
	padding: 0;
}
#footer li {
	display: inline;
}
#footer li a,
#footer li span {
	font-size: 15px;
	color: #424953;
	line-height: 19px;
}
#colophon #site-info {
	display: none;
	float: none;
	margin: auto;
}
#colophon #site-info ul {text-align: center;}
footer#colophon .footer-search {display: none;}