@font-face {
  font-family: "proxima";
  src: url(/font/Proxima-Nova-Regular.woff2) format("woff2");
}

/* cyrillic-ext */
@font-face {
  font-family: "proxima bold";
  src: url(/font/Proxima-Nova-Bold.woff2) format("woff2");
}

/* cyrillic-ext */
@font-face {
  font-family: "eurostile";
  src: url(/font/eurostile.woff2) format("woff2");
}

/* cyrillic-ext */
@font-face {
  font-family: "eurostile-bold";
  src: url(/font/eurostile-bold.woff2) format("woff2");
}

#lang {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999999999999999999999999999;
}

#lang a{
  display: inline-block;
  margin-right: 10px;
}

#lang a span{
  display: block;
}

.box-contact{
  background: #00000012 !important;
  color: black !important;
  padding: 30px;
}

.hide-desktop{
  display: none !important;
}

.marques img{
  padding: 15px;
  margin-top: 15px;
}

.div-marque{
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
} 

.footer{
  background: #333 !important;
}

.footer-over{
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  width: 100%;
  height: 100%;
}

.footer-over h3{
  font-size: 3rem !important;
}

.footer-over h3, .footer-over p{
  color: white;
  text-shadow: black 3px 3px 3px;
  font-size: 1.6rem;

}

.btn-footer{
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff !important;
  color: #ffffff !important;
  background-color: rgba(51,51,51,0.57);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #e20613 !important;
  border-radius: 0px 0px 0px 0px;
}

/*=============================*/
/*ILUSTRATION*/

.ilustration-div-neuf {
  background: url('/img/ilustration2.jpg') center !important;
}

.ilustration-div-occ {
  background: url('/img/ilustration4.jpg') center !important;
}

.ilustration-div-place {
  background: url('/img/ilustration3.jpg') center !important;
}

.ilustration-div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('/img/ilustration.jpg');
  background-position: center;
  height: 300px;
  max-width: 500px;
  background-size: cover;
  position: relative;
}

.ilustration-in img{
  max-width: 80%;
}

.page a{
  color: #6382de !important;
}

.back-to-top{
  width: auto !important;
  padding: 10px !important;
}


.btn-hover{
  color: black !important;
}

.ilustration-cadre-hover {
  width: 80% !important;
  height: 80% !important;
  top: 10% !important;
  left: 10% !important;
  background: #00000055 !important;

}

.ilustration-cadre {
  padding: 30px;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 0;
  transition: all 500ms;
  border-radius: 30px;
}

.ilustration-in span {
  font-size: 2rem;
}


.ilustration-in .btn-home {
  color: black;
  padding: 15px;
  margin: 30px;
  font-size: 1.3rem;
  font-weight: 300;
  background: #fff;
  border: white 3px solid;
  text-decoration: underline red 3px;
  text-transform: initial;
  transform: skewX(-10deg);
}
.ilustration-in {
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
}

.bg-light{
  background: transparent !important;
}

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



.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: white;
}
.breadcrumb a {
  color: #333333;
}

.breadcrumb a:hover {
  color: #777777;
}

.breadcrumb-item {
  color: #333333;
}


.breadcrumb-item+.breadcrumb-item::before {
  content: '❯' !important;
}

.marque-in {
  padding: 15px;
}

.actu-in {
  background: white;
  min-height: 487px;
}

.actu-text {
  padding: 20px;
}

.actu-in img{
  height: auto !important;
}

.color-prim {
  color: #e20613;
}

.fond-gris {
  background: #09121d0d;
  padding: 25px 0 20px 0;
}

.telephone {
  display: none !important;
}

.navbar-toggler {
  background: #909093;
  z-index: 999;
}

.nav-item a:hover::before {
  opacity: 1;
}
.nav-link a:hover::before {
  opacity: 1;
}

.active::before{
  opacity: 1 !important;

}

 .active a::before {
  opacity: 1 !important;
}
.nav-item a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: #b81313 2px solid;
    height: 15px;
    bottom: -8px;
    width: 77px;
    display: block;
    transition: all .7s;
    margin: 0 auto;
    opacity: 0;
}
.nav-link a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: #b81313 2px solid;
    height: 15px;
    bottom: -8px;
    width: 77px;
    display: block;
    transition: all .7s;
    margin: 0 auto;
    opacity: 0;
}

body {
  font-family: "proxima", sans-serif;
  background: #F3F3F3;
  margin: 0;
  font-size: 18px;
}

.btn-primary2 {
  background: transparent !important;
  color: #000 !important;
}
.btn-primary2:hover {
  background: black !important;
  color: white !important;
}

.btn-primary {
  background: transparent !important;
  color: #000 !important;
}
.btn-primary:hover {
  background: black !important;
  color: white !important;
}

.fond1{
  background: aliceblue;
}


.mb-50 {
  margin-bottom: 100px;
}

.mt-50 {
  margin-top: 100px;
}

.my-50 {
  margin: 100px 0;
}

.btn-primary {
  border-radius: 5px !important;
  font-size: 1rem !important;
  padding: 10px !important;
  text-transform: inherit !important;
}

.btn-primary:hover {
  background: #8F9091;
  border-color: #8F9091;
}

.btn-annonce:hover {
  background: #8F9091;
  border-color: #8F9091;
  color: white;
}

.btn-second {
  border-radius: 5px !important;
  font-size: 1rem !important;
  padding: 10px !important;
  text-transform: inherit !important;
}






.btn-nav {
  background-color: #55a3f8 !important;
  padding: 10px 15px !important;
  color: white !important;
  border-radius: 20px !important;
  display: inline;
  font-size: 1rem !important;
  text-transform: uppercase !important;
}


/************************************/
/* CAT BLOCK */
/************************************/

.cat-block {}

.cat-block h2 {
  text-align: center;
  color: white;
  background: #c2b59d;
  padding: 10px;
  text-transform: uppercase;
  font-size: 22px;
}


/************************************/
/************************************/


h1 {
  position: relative !important;
  top: 0 !important;
  color: #000 !important;
  padding: 0;
  text-align: center !important;
  text-transform: uppercase;
  margin-top: 30px !important;
  margin-bottom: 50px !important;
  font-size: 40px;
  border-radius: 5px;
  font-weight: bold;
  font-family: "eurostile";

}

.marque-h1{
  color: #09121D;
  font-style: italic;
  font-family: "eurostile-bold";
}

.trie{
  float: right;
  background: transparent;
  border: 0;
  border-bottom: 1px solid black;
}

.ico-home {
  font-size: 25px;
  position: relative;
  top: -13px;
  margin-left: 53px;
}

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin: 0 auto;
  display: table;
}

.brand {
  width: 100%;
  max-width: 300px;
  display: table ;
}



.header a {
  color: #000000;
}
.header p {
  color: #000000;
}



.header {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.76) 10%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.5) 100%);
  padding: 20px 0;
}

.header i {
  font-size: 25px;

}

hr {
  border-bottom: 3px solid #004c6f;
  height: 3px;
  background: #a6d5e4;
  color: white;
  margin-top: 0;
  opacity: 1;
  height: 5px;
}




@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
}

.nav-link {
  color: white;
  font-size: 1.3rem;
  position: relative;
}
.nav-link a{
  color: white;
}



.dropdown-toggle:hover{
  color: white;
}

.btn-boat-liste {
  height: 120px;
  background: #ffffff55;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

video{
  height: 800px;
  width: 100%;
  object-fit: cover;
}

.ban-footer{
  width: 100%;
  background: url('/img/footer-contact.jpg') fixed;
  background-size: cover;
  background-position: center;
  height: 300px;
}

.deco-title{
  text-decoration: underline #e51b1b 3px;
  text-align: center;
  padding: 0 10px;
}

.nano img {
  max-width: 200px !important;
}

.fixed
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #004c6f61 !important;
  height: 105px;
  border-bottom: 3px solid #ce1313;
  backdrop-filter: blur(10px);
  box-shadow: #000000b2 0px 23px 85px;
}

.marques-menu {
  padding: 30px;
  background: #004d70;
}

.marques-menu a{
  float: left;
  width: 25%;
}

.marques-menu a img{
  width: 100%;
}


.fixed i {
  font-size: 1.0rem;
}


a {
  text-decoration: none;
  color: #eeeeee;
}

.box-contact a{
  color: black !important;
}

.centered {
  display: table;
  margin: 0 auto;
}

.contact .form-group {
  margin-bottom: 15px;
}

.dropdown-item {
  color: black !important;
}

.box-contact .btn{
  background-color: #c2b59d;
  color: black;
} 

.reseaux i{
  font-size: 1.8rem;
  margin-right: 10px;
}



/* MOBIL ================================== */
/* MOBIL ================================== */

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

  #lang{
    position: relative ;
    width: 100%;
    text-align: center;
    right: 5px !important;
    top: 11px !important;
  }

}

@media screen and (max-width: 961px) {
  .mt-5-m{
    margin-top: 35px;
  }
  .marge-mobile{
    height: 100px;
  }
  .telephone_mobile{
  
  display: none;}
  .fixed{
    background: transparent !important;
    color: #000;
    padding-bottom: 0;
  }
  .fixed p, .fixed a{
    color: #000 !important;
  }
  .ilustration-div{
    height: 300px;
  }

  .mt-50{
    margin-top: 20px;
  }
  .brand {
    width: 100%;
    max-width: 160px;
    display: table !important;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .navbar-brand{
    width: 100%;
  }
  .navbar {
    z-index: 999;
  }
  .navbar-collapse{
    background: #ffffff78 !important;
    z-index: 999999;
    backdrop-filter: blur(10px);
    padding: 20px;  }
  .marques-menu a{
    width: 50%;
  }
  .navbar-toggler{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 18px;
    background: #ffffff88 !important;
  }
  video{
    height: 60vh;
  }
}


/* media query beetwen 961 and 1220 */
@media screen and (min-width: 961px) and (max-width: 1220px) {
  .nav-link{
    font-size: 1.1rem;
  }
  .brand {
    max-width: 200px;
  }
}