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


article a {
	font-weight: bold !important;
	text-decoration: underline #2b76b9 !important;
	text-decoration-thickness: 1px !important;
}
article a:hover {
	color: #2b76b9;
	text-decoration: none!important;
}

/* ---------------------------------------------------
    Exclusif à ACCIL
----------------------------------------------------- */
.btn-round {
  border-radius: 30px !important;
}
.btn-circle.btn-xl {
            width: 80px;
            height: 80px;
            padding: 10px 16px;
            border-radius: 50px;
            text-align: center;
}

.titre-h2 {
    font-weight: 600!important;
}
.titre-bold {
    font-weight: 900!important;
}
.text-shadow {
  text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.btn-actu {
    position: absolute;
    bottom:0;
    padding-bottom: 1.25rem;
}

.cursor-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}



.overlay {
  position: relative; }
  .overlay .container {
    position: relative; }
  .overlay:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%; }

.overlay-bleu:before {
  background: linear-gradient(0deg, rgba(43, 118, 185, 0), rgba(27, 73, 115, 0)); }

/*.overlay-bleu:before {
  background: linear-gradient(0deg, rgba(43, 118, 185, 0.3), rgba(43, 118, 185, 1)); }
*/


@media (max-width: 576px) {
    #bandeau .container  {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    #topnav .container-fluid  {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #bandeau h1 {
        font-size: 1.5rem;
    }
    #bandeau h2 {
        font-size: 1.5rem;
    }
    .btn-actu {
    position:relative;
}

}


#text-rubrique h2 {
    color: #f8692c;
    font-weight: 700;
}
#text-rubrique h3 {
    color: #195ea2;
    font-weight: 700;
}
#text-rubrique h4 {
    color: #f8692c;
}
#text-rubrique h5 {
    font-weight: 700;
}
#text-rubrique h6 {
    font-weight: 700;
    color: #195ea2;
}
#text-rubrique a {
    color: #f8692c;
    font-weight: 700;
}
#text-rubrique a:hover {
    color: #195ea2;
}
#text-rubrique img {
    text-align: center;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    border-radius: 1rem !important;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    padding: .25rem;
    background-color: #fff;
    max-width: 100%;
    height: auto!important;
}
#text-rubrique .colonnedroite {
    float: left!important;
    width: 45%!important;
    padding-left: 1rem;
    border: 1px solid #ECECEC;
}
#text-rubrique .colonnegauche {
    float: left!important;
    width: 45%!important;
    padding-right: 1rem;
    border: 1px solid #ECECEC;
}


#text-rubrique iframe {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#text-rubrique iframe::before {
  display: block;
  content: "";
}
#text-rubrique iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}




@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);
    transition: all 0.5s;
}

/* ---------------------------------------------------
    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;
}

.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: 450px !important;
 border-radius: 0!important;
}
.img-item-header {
 height: 450px !important;    
}
@media (max-width: 576px) {
    .img-header {
     height: 300px !important;
    }
    .img-item-header {
     height: 300px !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: 450px!important;
	border-radius: 0;
}
.img-item-pf-lg {
  height: 450px;
}

@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: 50px;
    }
}
.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 #2b76b9!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: #2b76b9;
    background-color:#fff;
}
@media (max-width: 576px) {
    header {
		color: #2b76b9;
		background-color: #eaecf4;
    }
} 



/* ==========================================================================
   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;
    }
}