/* breadcrumb white */
.btborder-white{ border-bottom: 1px solid #eee; background-color: #b2dee4;}

.page-title {
	color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 46px !important;
}

.page-title-small {
    padding-bottom: 26px;
    padding-top: 90px;
}

@media only screen and (max-width : 1024px) {
 	.page-title-small {
    padding-bottom: 26px;
    padding-top: 0px;}
}

.page-title .page-title-small {margin: 20px 0;}
.page-title-cont.grey-light-bg {background-color: #b2dee4;}
/* menu */
#main-menu .navbar .nav  li  a{text-transform: uppercase;}
.header-1 #main-menu .navbar .nav > li.selected.parent ul > li.selected.parent > a,
.header-1 #main-menu .navbar .nav li.current.selected > a {
    color: #ed8000;
    padding-left: 7px;
}
#main-menu .navbar .nav > li:hover > a {
  color:#ed8000; 
}
.header-1 #main-menu .navbar .nav > li.selected.parent > a {
    border-bottom: 2px solid rgba(45,78,83,1);
}
.black-header #main-menu .navbar .nav > li.parent.selected > a {
    border-bottom: 2px solid rgba(255,255,255,1);
}
.fes7-img{
    background: url(../images/camion-locaclim.jpg) right top no-repeat !important;
    background-size: cover;
}

.view-item #wrap #main-menu .prod{ color: #ed8000; border-bottom: 2px solid rgba(45, 78, 83, 1);}
.view-item #wrap #main-menu .accueil{ color: #003c76; border: none;}

.view-item .post-prev-info {display: none;}


.fes9-img-center {
	width: 100%;
	height: auto;
}

.picto img {width: 80px; margin-top: 25px;}

.button.small {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    padding: 10px 15px;
    margin-top: 0;
    margin-right: 20px;
}

/**/
.pt-130-cont {
    padding-top: 130px;
}
.pt-140-cont{
    padding-top: 140px;
}

.pt-200 {padding-top: 200px;}

.mfp-3d-unfold.mfp-ready .mfp-with-anim { z-index: 9000;}

.dotted {border: 3px dashed #e3e3e3;}

blockquote.custom-blockquote::before {
    content: "\!";
    display: block;
    font-size: 42px;
    font-style: normal;
    height: 100%;
    left: -29px;
    position: absolute;
    top: 37%;
    width: 38px;
    z-index: 9;
    font-weight: bold;
}
blockquote.custom-blockquote {
    border-left: 40px solid #b2dee4;
}
blockquote.custom-blockquote, blockquote.custom-blockquote p {
    font-style: normal;
    font-weight: 400;
}
.fes2-main-text-cont { padding: 0; margin: 0;}

.serif {
    font-family: "Libre Baskerville","Times New Roman",Times,serif;
    font-style: italic;
    font-weight: normal;
}

/* footer */
.bt-boder-top{
    border-top: 1px solid #eee;
}
#cd-search > div{height: 100%;}
#mod-finder-searchform .finder{
    width: 100%;
    height: 100%;
}

#footer-offset {
	background-color: #ededed;
}

.serif {
    font-family: "Libre Baskerville","Times New Roman",Times,serif;
    font-style: italic;
    font-weight: normal;
}

a.whitelink {color: #ffffff !important; text-decoration: underline !important;}

/* breezing form */

.button {
	background-color: #535961;
	color: #fff !important;
	margin-top: 20px;
}

label {color: #003d75; font-weight: 300;text-transform: uppercase;}

#bfPage2 .bfPage {text-align: center;}

.form-inline {text-align: left; margin-top: 20px;}

.bfSectionDescription {text-align: left !important; text-transform: uppercase; color: #000; margin-top: 20px; font-weight: bold;}

.bfFormDiv {
	margin: 0 auto;
	text-align: center;
}

.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
	max-width: 100% !important;
}

#newrecaptcha {
	float: right;
}

/* logo */

.logo-img {transition: all 0.6s ease 0s;}
.affix .logo-img {height: 35px;}
.logo-row {}

/* revolution slider */

.tp-bannertimer {
	background: rgba(0, 61, 117, 1.00) !important;
	height: 2px !important;
	top: 0 !important;
}

@media only screen and (max-width : 1025px) {
  #wrap .tp-bannertimer {top: 0px !important;}
}


.letter_spacing_medium {letter-spacing: 10px;}

/* google map */

#google-map {background-color: #003d75 !important;}

/* k2 */

.port-detail p {
	margin-top: 10px;
	margin-bottom: 0;
}
/* portfolio */

.view-page .port-btn-cont .icon_search {
	display: none;
}
.view-item .port-detail-cont ul {
	padding-left: 12px;
}
legend {
    font-size: 10px;
    line-height: 15px;
    margin-top: 10px;
}

.port-filter a {
    margin: 0 10px 5px;
}

.view-item .post-prev-info {display: none;}

/*!
// CSS only Responsive Tables
// https://dbushell.com/2016/03/04/css-only-responsive-tables/
// by David Bushell
*/
.rtable {
  /*!
  // IE needs inline-block to position scrolling shadows otherwise use:
  // display: block;
  // max-width: min-content;
  */
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  font-size: 13px;
  line-height: 20px;
}
.rtable--flip tbody tr td:first-child {
  background-color: #b2dee4;
  font-weight: bold;
}
.rtable--flip.tente tbody tr td:first-child {
  background-color: #fbcb8c;
}


.rtable,
.rtable--flip tbody {
  -webkit-overflow-scrolling: touch;
  background: -webkit-radial-gradient(left ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, -webkit-radial-gradient(right ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-size: 10px 100%, 10px 100%;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
  background-image: -webkit-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
  background-image: -webkit-linear-gradient(right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 20px 100%;
}

.rtable th {
  text-align: left;
  text-transform: uppercase;
  background: #f2f0e6;
  font-weight: bold;
}

.rtable th,
.rtable td {
  padding: 10px 12px;
  border: 1px solid #d9d7ce;
}

.rtable--flip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: none;
}

.rtable--flip thead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.rtable--flip tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.rtable--flip tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
  display: block;
}

.rtable--flip td {
  background-image: none !important;
  border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
  border-bottom: 0;
}



