h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
img {
  max-width: 100%;
}
section:after {
  content: "";
  display: table;
  clear: both;
}
.sticky-social {
  position: fixed;
  top: 150px;
  left: 0px;
  z-index: 99;
}
.sticky-social ul.sticky-links {
  padding: 0;
}
.sticky-social ul.sticky-links li {
  padding: 5px;
  border: none;
  text-align: center;
}
div.vagues-jaunes {
  min-height: 800px;
}
.vague {
  min-height: 600px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.vague4 {
  background-image: url('/images/immo-motomarine-vagues.png');
  min-height: 800px;
}
.vague1 {
  background-image: url(/images/Mask0.png);
  top: -20px;
}
.vague2 {
  background-image: url(/images/Mask1.png);
}
.vague3 {
  background-image: url(/images/Mask3.png);
  top: -50px;
}
a {
  font-weight: bold;
}
.btn {
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.btn em {
  margin-left: 15px;
}
.btn-jaune {
  background: #489abd;
  border: 2px solid #489abd;
}
.btn-jaune:hover,
.btn-jaune:focus {
  color: #489abd;
  background: #000;
  border: 2px solid #000;
}
.btn-blanc {
  background: #FFF;
  border: 2px solid #489abd;
}
.btn-blanc:hover,
.btn-blanc:focus {
  color: #FFF;
  background: #489abd;
  border: 2px solid #489abd;
}
.bg-white {
  background: #FFF;
}
.bg-transparent {
  background: transparent;
}
.bg-gray-lightest {
  background: #f4f6f7;
  color: #000;
}
.bg-primary {
  background: #489abd;
}
.top-bloc {
  background: #333;
  color: #FFF;
  padding: 5px 0;
  font-size: 11px;
  text-transform: uppercase;
}
.top-bloc p {
  margin: 0;
}
.section-top h3.section-title {
  color: #489abd;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}
.t3-mainnav {
  z-index: 1;
  position: absolute;
  background: rgba(7, 7, 7, 0.25);
}
.header-immo .t3-mainnav {
  z-index: 1;
  position: absolute;
  width: auto;
}
.acm-slideshow {
  z-index: 0;
}
.acm-slideshow .style-custom .item {
  background-size: cover;
  background-position: center;
}
.acm-slideshow .style-custom .carousel-inner {
  overflow: visible;
}
.acm-slideshow .style-custom .carousel-indicators {
  text-align: right;
}
.acm-slideshow .style-custom .txt-cont {
  margin-top: 232px;
  color: #FFF;
  font-size: 50px;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.acm-slideshow .style-custom .txt-cont p {
  margin: 0;
}
.acm-slideshow .immo-carousel-control {
  position: absolute;
  top: 40%;
}
.acm-slideshow .left {
  left: 0;
}
.acm-slideshow .right {
  right: 0;
}
h4 {
  text-transform: uppercase;
  border-bottom: 1px solid #96a1a3;
  color: #96a1a3;
  padding-bottom: 6px;
}
.mod-immo {
  padding-bottom: 30px;
}
.immo-tarifs {
  font-weight: bold;
  color: #070707;
}
.immo-tarifs dt {
  float: left;
  width: 40%;
  text-decoration: underline;
}
.immo-tarifs dd {
  padding-bottom: 8px;
}
.immo-content-bloc {
  margin-top: -85px;
  background: #FFF;
  padding: 14px 40px;
}
.immo-two-content-bloc div.text,
.immo-two-content-bloc-img div.text {
  padding: 14px 40px;
}
.immo-two-content-bloc .left-col,
.immo-two-content-bloc-img .left-col {
  margin-top: -50px;
}
.immo-two-content-bloc .left-col h3,
.immo-two-content-bloc-img .left-col h3 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 20px;
}
.immo-two-content-bloc .right-col,
.immo-two-content-bloc-img .right-col {
  margin-top: -150px;
}
.mod-immo-img {
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
ul.concept {
  list-style: none;
  padding-left: 0;
}
table.table-permis {
  width: 100%;
}
table.table-permis th,
table.table-permis td {
  padding: 5px;
}
table.table-permis th {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 80%;
  text-align: center;
}
table.table-permis th:first-child {
  text-align: left;
}
table.table-permis tr > td:first-child {
  text-align: left;
}
table.table-permis td {
  text-align: center;
  border-top: none;
}
table.table-permis .fa-check-circle {
  color: #00ca95;
}
table.table-permis .fa-times-circle {
  color: #e6e6e6;
}
table.table-permis tfoot td {
  border-top: 2px solid #96a1a3;
}
table.table-permis tfoot td.total {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 14px;
  padding-top: 15px;
}
table.table-permis tfoot td.total span {
  font-size: 10px;
}
table.table-tarifs {
  width: 100%;
}
table.table-tarifs th,
table.table-tarifs td {
  padding: 5px;
}
table.table-tarifs th {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 80%;
  text-align: center;
}
table.table-tarifs th:first-child {
  text-align: left;
}
table.table-tarifs tr > td:first-child {
  text-align: left;
  font-weight: normal;
}
table.table-tarifs td {
  text-align: center;
  border-top: none;
  font-weight: bold;
}
dt {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 80%;
}
.mod-form-cadeau input,
.mod-form-contact input {
  width: 100%;
}
.mod-form-cadeau h3,
.mod-form-contact h3 {
  text-transform: uppercase;
  font-size: 17px;
}
.mod-form-cadeau .form-title,
.mod-form-contact .form-title {
  padding: 0 15px;
}
[data-toggle="buttons"] > .radio > input[type="radio"],
[data-toggle="buttons"] > .radio-inline > input[type="checkbox"] {
  display: none;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.radio-amount .radio-2 {
  width: 42px;
  height: 42px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 17px;
  border-radius: 21px;
  border: 2px solid #489abd;
  background-color: #EFEFEF;
}
.radio-amount .btn-radio {
  height: 52px;
  width: 52px;
  border-radius: 26px;
  border: 2px solid #FFF;
  padding: 5px;
  background: #ecf0f1;
  font-size: 12px;
  margin: 5px;
  line-height: 37px;
}
.radio-amount .btn-radio:hover,
.radio-amount .btn-radio:focus {
  color: #3d4045;
}
.radio-amount .btn-radio.active {
  border: 2px solid #489abd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bottom-bloc {
  text-align: center;
  padding: 80px 25%;
  color: #FFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
}
.bottom-bloc h4 {
  border-bottom: none;
  color: #FFF;
  font-size: 25px;
  text-transform: uppercase;
}
.link-eshop {
  background-image: url('/images/Group-Lifestyle-075_AC.png');
}
.link-showroom {
  background-image: url('/images/Fishing-044_AC.png');
}
.immo-footer {
  background: #000;
  color: #AAAAAA;
}
.immo-footer > div {
  padding-bottom: 0;
}
.immo-footer .social-links a,
.immo-footer .social-links a:hover,
.immo-footer .social-links a:active,
.immo-footer .social-links a:focus {
  color: #FFF;
  padding: 0 20px;
}
.immo-footer .p-info-immo {
  margin: 25px 0;
}
.immo-footer .p-copyright {
  color: #616161;
}
.immo-footer .p-copyright a {
  color: #616161;
}
.immo-footer .p-copyright a:hover,
.immo-footer .p-copyright a:focus {
  text-decoration: underline;
}
.immo-footer .module .nav > li > a,
.immo-footer .module_menu .nav > li > a,
.immo-footer .module .nav > li > .separator,
.immo-footer .module_menu .nav > li > .separator {
  padding: 0;
  text-transform: capitalize;
}
.immo-footer h3,
.immo-footer .h3 {
  font-size: 18px;
  color: #FFF;
}
.masthead .acm-slideshow .style-3 .item h3 {
  text-transform: uppercase;
}
.block-bottom {
  text-align: center;
}
.features-item .img-icon {
  width: 50%;
  margin: auto;
}
.contact-form {
  text-align: center;
  color: #FFF;
  padding: 30px 0;
}
.contact-form h3 {
  text-transform: uppercase;
}
.contact-form .form-horizontal .radio-inline {
  margin-left: 30px;
}
.contact-form .radio-inline input[type="radio"] {
  margin-top: 7px;
}
.contact-form .form-horizontal .radio-inline {
  padding-top: 0;
}
.contact-form .cf-label {
  font-weight: bold;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  width: 100%;
}
.contact-form .contact-subtitle {
  font-size: 17px;
  margin-bottom: 35px;
}
.partenaires {
  padding: 25px 0;
}
h3.section-title {
  text-align: center;
  margin: 0;
  padding: 30px 0;
}
h3.section-title span {
  text-transform: uppercase;
  padding: 15px 0;
  display: block;
}
h3.section-title p {
  font-size: 15px;
}
p.block-bottom {
  padding: 20px 0;
}
div.primary-title h3 span {
  color: #489abd;
}
.btn {
  border-radius: 4px;
}
.btn-border.btn-primary {
  border-color: #FFF;
  color: #FFF;
}
.btn-border.btn-primary:hover,
.btn-border.btn-primary:focus,
.btn-border.btn-primary:active {
  color: #ffffff;
}
ul.item-grid-view {
  padding: 0;
  list-style: none;
}
img.footer-logo {
  max-height: 100px;
  padding: 20px 0;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus,
.inputbox:focus {
  box-shadow: none;
  border-color: #489abd;
  border-width: 2px;
}
@media screen and (max-width: 992px) {
  .immo-two-content-bloc .left-col,
  .immo-two-content-bloc-img .left-col {
    margin-top: 0;
  }
  .immo-two-content-bloc .right-col,
  .immo-two-content-bloc-img .right-col {
    margin-top: 0;
  }
}
.map iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  
}
.map iframe.clicked {
  pointer-events: auto;
}