@charset "UTF-8";
/* CSS Document */
section {
  overflow: hidden;
}
.bg-black {
  background-color: #000 !important;
}

/* Bouton scroll page home */
#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}



.video-background-holder-rub {
  position: relative;
  background-color: black;
  height: 15rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder-rub video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}



/* ---------------------------------------------------
    Exclusif à Goldmen
----------------------------------------------------- */

.map-responsive {
overflow:hidden;
position:relative;
height:300px;
}

.map-responsive iframe {
left:0;
top:0;
height:300px;
width:100%;
position:absolute;
}

.btn-round {
  border-radius: 30px !important; }

@media (max-width: 576px) {

.typo-respon-h1 {
  font-size: 2rem!important; }

.typo-respon-h2  {
  font-size: 1.75rem!important;}

.typo-respon-h3 {
  font-size: 1.5rem!important; }

.typo-respon-h4 {
  font-size: 1.25rem!important; }

.typo-respon-h5 {
  font-size: 1rem!important; }

.typo-respon-h6 {
  font-size: 0.85rem!important; }

.typo-respon-p {
  font-size: 0.85rem!important; }
}

.card-decal-top {
	margin-top: -10rem;
	z-index: 999;
}

@media (max-width: 576px) {
	.card-decal-top {
		margin-top: -5rem;
	}
}

#text-rubrique h2 {
    color: #e52d12;
	font-weight: 700;
}
#text-rubrique h3 {
	font-weight: 700;
}
#text-rubrique h4 {
    color: #e52d12;
    font-weight: 900;
}
#text-rubrique h5 {
	font-weight: 700;
}
#text-rubrique h6 {
    color: #e52d12;
    font-weight: 900;
}
#text-rubrique a {
    color: #e52d12;
    font-weight: 700;
}
#text-rubrique a:hover {
    color: #e52d12;
	text-decoration: underline;
}
#text-rubrique img {
    text-align: center;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
	padding-left: 1rem!important;
	padding-right: 1rem!important;
    margin-top: 0;
    margin-bottom: 3rem;
    max-width: 100%;
    height: auto!important;
}
#text-rubrique .colonnedroite {
    float: left!important;
    width: 45%!important;
    padding-left: 1rem;
}
#text-rubrique .colonnegauche {
    float: left!important;
    width: 45%!important;
    padding-right: 1rem;
}
#text-rubrique .colonne25l {
    float: left!important;
    width: 20%!important;
    padding-right: 1rem;
}
#text-rubrique .colonne75l {
    float: left!important;
    width: 70%!important;
    padding-left: 1rem;
}
#text-rubrique .colonne75r {
    float: left!important;
    width: 70%!important;
    padding-right: 1rem;
}
#text-rubrique .colonne25r {
    float: left!important;
    width: 20%!important;
    padding-left: 1rem;
}

#text-rubrique hr {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #6E6259; }


@media (max-width: 992px) {
    #text-rubrique iframe {
        width: 100%;
    }
}

/* ---------------------------------------------------
    FIN ----  Exclusif à MEEF
----------------------------------------------------- */


/* ---------------------------------------------------
    Affichage Tél
----------------------------------------------------- */

.tel-ok {
  display: none;
}    
@media (max-width: 992px) {
    .tel {
      display: none;
    }    
    .tel-ok {
      display:inherit;
    }     
}

/* ---------------------------------------------------
    Zoom image card
----------------------------------------------------- */
.view {
    position: relative;
    overflow: hidden;
    cursor: default
}
.zom:hover .img-item,
.zom:focus .img-item {
    overflow: hidden;
    transform: scale(1.2);
}

/* ---------------------------------------------------
    image cover
----------------------------------------------------- */
.img-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: transform 0.5s;
}

.img-item-home-page {
  height: 100% !important;
}
.img-item-rubrique-page {
  height: 500px !important;
}
@media (max-width: 768px) {
    .img-item-rubrique-page {
      height: 300px !important;
    }
}
@media (max-width: 576px) {
    .img-item-rubrique-page {
      height: 200px !important;
    }
}
/* ---------------------------------------------------
    image cover pour header home
----------------------------------------------------- */
.img-header {
 height: 550px !important;
 border-radius: 0!important;
}
.img-item-header {
 height: 550px !important;    
}
/*@media (max-width: 576px) {
    .img-header {
     height: 400px !important;
    }
    .img-item-header {
     height: 400px !important;    
    }
}*/

/* ---------------------------------------------------
    image cover pour les cards Actu
----------------------------------------------------- */
.img-actu {
  height: 200px!important;
	border-radius: 0;
}
.img-item-actu {
  height: 200px;
}

@media (max-width: 576px) {
    .img-actu {
      height: 150px!important;
    }
    .img-item-actu {
      height: 150px;
    }
}

/* ---------------------------------------------------
    image cover pour le portefolio
----------------------------------------------------- */
.img-pf-lg {
  height: 400px!important;
	border-radius: 0;
}
.img-item-pf-lg {
  height: 400px;
}

@media (max-width: 576px) {
    .img-pf-lg {
      height: 200px!important;
    }
    .img-item-pf-lg {
      height: 200px;
    }
}

.img-pf {
  height: 130px!important;
	border-radius: 0;
}
.img-item-pf {
  height: 130px;
}

@media (max-width: 576px) {
    .img-pf {
      height: 100px!important;
    }
    .img-item-pf {
      height: 100px;
    }
}



/* ---------------------------------------------------
    image cover pour Rubrique
----------------------------------------------------- */
.img-card-rubrique-left {
  height: 300px!important;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 100px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 100px;     
}
.img-card-rubrique-right {
  height: 300px!important;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 50px;     
}
.img-item-card-rubrique {
  height: 300px;
}
@media (max-width: 576px) {
    .img-card-rubrique-left {
      height: 200px!important;
    }
    .img-card-rubrique-right {
      height: 200px!important;
    }
    .img-item-card-rubrique {
      height: 200px;
    }
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding: 2rem;
}

#sidebar .sidebar-body {
    padding: 2rem;
}

a[data-toggle="collapse"] {
    position: relative;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
   /* width: 100%;*/
    padding: 10px 10px;
/*    min-height: 50vh;
*/    transition: all 0.3s;
}

#content H1{
    font-size: 1.5em;
    color: #FE9600;	
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    #content {
    padding: 20px;
    }
}

/* ---------------------------------------------------
    COL XXL-3
----------------------------------------------------- */

.col-xxl-3 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 1400px) {
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* ---------------------------------------------------
    notify-badge
----------------------------------------------------- */
.notify-badge{
    position: absolute;
    right:10px;
    bottom:10px;
    background:#e74a3b;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color:white;
    padding:5px 10px;
    font-size:15px;
    z-index: 999!important;
}
.badge-prix{
    margin-top:-25px;
    margin-right: 10px;
    border-radius: 50px;
    padding: 13px 15px;
}

.table th, .table td {
    vertical-align:middle;
}
#tab-formule th, td {
    font-size: 0.9rem!important;
}


/* ==========================================================================
   Team Section Style
   ========================================================================== */
#team {
  margin-bottom: -50px;
}
#team .item {
  text-align: center;
}
#team .info {
  position: relative;
  background: #fff;
  text-align: center;
  margin: 0 20px;
  padding: 15px;
  opacity: 0;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
#team .info:before {
  position: absolute;
  top: -35px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 0px 36px 36px;
  border-color: transparent transparent #FFF;
  left: 50%;
  width: 0px;
  display: inline-block;
  margin-left: -30px;
}
#team .item:hover .info {
  opacity: 1;
}
.team-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 !important;
  padding: 5px !important;
  background: transparent!important;
  color: #fff !important;
  border-radius: 0px !important;
  opacity: 0.5 !important;
  margin-top: -30px !important;
}
.team-carousel .owl-controls .owl-buttons div i {
  font-size: 26px;
  color: #323232!important;
}
.team-carousel .owl-controls .owl-buttons div:hover {
  opacity: 1 !important;
  color: #323232!important;
}
.team-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
}
.team-carousel .owl-controls .owl-buttons div.owl-next {
  right: -50px;
}


/* ==========================================================================
   Top NAV navbar
   ========================================================================== */
@media (max-width: 1473.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1474px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }



}



@media (max-width: 992px) {
    .topnav .navbar-brand img {
        height: 40px;
    }
}
.topnav .navbar-nav > .nav-item > .nav-link {
    font-weight: 500;
    font-size: 0.9rem;
    }    
.topnav .navbar-nav > .nav-item > .nav-link:hover {
    }    
    
.topnav .dropdown-menu {
    border-top: 3px solid #f8692c!important;
    border-radius: 0;
    width: 100%;
    margin: 0!important;
}

.topnav .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    padding: 0.25rem 0rem!important;
    white-space: normal!important;
}
    
.topnav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .topnav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
    color: #195ea2;
    background-color:#fff;
}
   



/* ==========================================================================
   Team Section Style
   ========================================================================== */
#team {
  margin-bottom: -50px;
}
#team .item {
  text-align: center;
}
#team .info {
  position: relative;
  background: #fff;
  text-align: center;
  margin: 0 20px;
  padding: 15px;
  opacity: 0;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
#team .info:before {
  position: absolute;
  top: -35px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 0px 36px 36px;
  border-color: transparent transparent #FFF;
  left: 50%;
  width: 0px;
  display: inline-block;
  margin-left: -30px;
}
#team .item:hover .info {
  opacity: 1;
}
.team-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 !important;
  padding: 5px !important;
  background: transparent!important;
  color: #fff !important;
  border-radius: 0px !important;
  opacity: 0.5 !important;
  margin-top: -30px !important;
}
.team-carousel .owl-controls .owl-buttons div i {
  font-size: 26px;
  color: #323232!important;
}
.team-carousel .owl-controls .owl-buttons div:hover {
  opacity: 1 !important;
  color: #323232!important;
}
.team-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
}
.team-carousel .owl-controls .owl-buttons div.owl-next {
  right: -50px;
}
@media (max-width: 576px) {
    .team-carousel .owl-controls .owl-buttons div.owl-prev {
      left: -30px;
    }
    .team-carousel .owl-controls .owl-buttons div.owl-next {
      right: -30px;
    }
}

.partenaire-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0 !important;
  padding: 5px !important;
  background: transparent!important;
  color: #fff !important;
  border-radius: 0px !important;
  opacity: 0.5 !important;
  margin-top: -30px !important;
}
.partenaire-carousel .owl-controls .owl-buttons div i {
  font-size: 26px;
  color: #323232!important;
}
.partenaire-carousel .owl-controls .owl-buttons div:hover {
  opacity: 1 !important;
  color: #323232!important;
}
.partenaire-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
}
.partenaire-carousel .owl-controls .owl-buttons div.owl-next {
  right: -50px;
}
@media (max-width: 576px) {
    .partenaire-carousel .owl-controls .owl-buttons div.owl-prev {
      left: -30px;
    }
    .partenaire-carousel .owl-controls .owl-buttons div.owl-next {
      right: -30px;
    }
}