@import url('https://fonts.googleapis.com/css?family=Poppins');

body.modal-open {
  overflow: hidden;
}

.hide {
  display: none!important;
}

.btn-success{
  color: #fff;
  background-color: #2d6796;
  border-color: #2d6796;
  transition: all 0.3s ease;
}

.btn-success:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #10dddf;
  border-color: #10dddf;
}

.btn-success.focus,.btn-success:focus{
  box-shadow:0 0 0 .2rem rgba(16, 221, 223,.5)
}

.btn-success.disabled,.btn-success:disabled{
  color:#fff;
  background-color:#2d6796;
  border-color:#2d6796
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{
  color:#fff;
  background-color:#2d6796;
  border-color:#2d6796
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{
  box-shadow:0 0 0 .2rem rgba(16, 221, 223,.5)
}

html, body{
  font-family: 'Poppins', sans-serif;
  color: #666666;
}

.nav-link{
  color: #666666 !important;
  font-size: 14pt;
  transition: all 0.3s ease;
}

.bg-bc1{
  background-color: #2d6796;
}

.bg-bc2{
  background-color: #10dddf;
}

.cover_indication{
  position: absolute;
  top: 0px;
  padding: 5px;
  width: 100%;
  color: #2d6796;
  background-color: rgba(255, 255, 255, 0.4);
}

.btn-period{
  background-color: #10dddf;
  color: white !important;
}

.ui-datepicker-inline{
  display: table !important;
}

.value {
    font-weight: 600;
    color: #2d6796;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.bc_main-footer {

  background-repeat: repeat-x;
  background-color: #404040;
  padding: 60px 0;
}

.dropdown-item{
  color: #2d6796;
}

.dropdown-item.active{
  color: white !important;
  background-color: #2d6796;
}

@media (max-width: 768px) {
  .bc_main-footer {
    padding: 30px 0;
  }

  .side-collapse-container{
    width:100%;
    position:relative;
    left:0;
    transition:all .4s;
  }
  .side-collapse-container.out{
    left:70%;
    opacity: 0.3;
  }
  .side-collapse {
    padding-top: 35px;
    top:50px;
    bottom:0;
    left:0;
    width:100%;
    position:fixed;
    overflow:hidden;
    transition:width .4s;
    white-space: nowrap;
  }
  .side-collapse.in {
    width:0;
  }

  .navbar-nav .dropdown-menu{
    border: none;
  }

  .navbar-nav{
    width: 100%;
  }

  .dropdown-menu{
    background-color: transparent !important;
  }
}

.bc_main-footer a {
  color: #fff;
}

.bc_main-footer a:hover, a:active, a:focus {
  color: #10dddf;
  outline: none;
  text-decoration: none;
}

.bc_main-footer .bc_widget .bc_widget-title {
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1em;
  font-size: 14px;
  margin: 0 0 20px;
}

.bc_main-footer .bc_widget .bc_widget-p {
  color: #fff;
  font-size: 14px;
  margin: 0 0 20px;
}

.bc_main-footer .bc_widget ul:not(.social-block) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bc_main-footer .bc_widget ul:not(.social-block) li {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffffff;
  line-height: 1.2em;
}
.bc_main-footer .widget ul:not(.social-block) li a:hover {
  color: #10dddf;
}
.bc_main-footer .widget ul:not(.social-block) li:not(:last-of-type) {
  margin-bottom: 12.5px;
}
@media (max-width: 992px) {
  .bc_main-footer .bc_widget {
    margin: 0 0 45px;
  }
}
@media (max-width: 992px) {
  .bc_main-footer {
    padding: 60px 0 15px;
  }
}

.bc_main-footer .social-links a:hover {
  background: #10dddf;
  color: #fff;
}

.bc_main-footer  .bc_widget .credits i:hover.-facebook {
  background: #3b5998;
}

.bc_clean-list {
  list-style-type: none;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
}
.bc_clean-list li {
  list-style-type: none;
}

.bc_main-footer .bc_copyright {
  text-align: center;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Fin Footer
--------------------------------------------------------------*/
/* ----------------- 1. Grid System ----------------- */

.bc_container, .bc_container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .bc_container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .bc_container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .bc_container {
    width: 1160px;
  }
}
/* -------- Social Block -------- */
.social-block {
  font-size: 0;
  line-height: 1em;
}
.social-block .large_icon{
  font-size:24pt;
}
.social-block li {
  display: inline-block;
}
.social-block li:not(:last-of-type) {
  margin-right: 15px;
}
.social-block li i,
.social-block li a {
  display: inline-block;
  border-radius: 50%;
}
.social-block li i {
  text-align: center;
  font-weight: 500;
  -webkit-transition: inherit;
  transition: inherit;
  background: #717171;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  height: 22px;
  width: 22px;
}

.social-block li i:hover.fa-facebook-square {
  background: #3b5998;
}
.social-block li i:hover.fa-instagram {
  background: #D93175;
}
.social-block li i:hover.fa-twitter {
  background: #1DA1F2;
}
/*permet de configurer la taille des icons stripe &co.*/
.large_icon{
  font-size:40pt;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}
/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

/*#about .about-container .background {
  min-height: 538px;
  background: url(../img/aboutCB.jpg) center top no-repeat;

}*/

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #10dddf;
}

#about .about-container .icon-box .icon i {
  color: #10dddf;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 120px 0;
  background-position: center;
  background-attachment: fixed;


}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #10dddf;
  border: 2px solid #10dddf;
}

/* Deco-Header
--------------------------------*/
#deco-header {
  background: url(../img/header1.jpg);
  background-position: center center;
  background-size: cover;
  justify-content: center;
  min-height: 144px;
  text-align: center;
  display: flex;
}

#deco-header .cta-title {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 3px 6px rgba(67,67,67,0.8);
}

#deco-header .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #deco-header .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/* Legal Section
--------------------------------*/
#legal {
  background: #fff;
  padding: 80px 0;
}

#legal .about-container .background {
  min-height: 400px;
  background: url(../img/legal1.jpg) center top no-repeat;

}

#legal .about-container .content {
  background: #fff;
}

#legal .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #legal .about-container .title {
    padding-top: 15px;
  }
}

#legal .about-container p {
  line-height: 26px;
}

#legal .about-container p:last-child {
  margin-bottom: 0;
}

#legal .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#legal .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #10dddf;
}

#legal .about-container .icon-box .icon i {
  color: #10dddf;
  font-size: 24px;
}

#legal .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#legal .about-container .icon-box .title a {
  color: #111;
}

#legal .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#legal .a-legal{
  color: #666666;
}

/* Privacy Section
--------------------------------*/
#privacy {
  background: #fff;
  text-align: justify;
}

#privacy .spacer-big {
  margin: 40px 0 !important;
}

#privacy .grid-wrapper {
  margin: auto;
  max-width: 1280px;
  width: 100%;
}

#privacy  .grid-inner {
  margin: auto;
  max-width: 936px;
}

#privacy .grid-inner-content {
  max-width: 83.05085%;
  width: 968px;
  margin: auto;
}
#privacy .text-center {
  text-align: center;
}
#privacy .spacer-big {
  margin: 40px 0 !important;
}
#privacy .simpleToc > ul {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  margin-bottom: 20px;
}

#privacy .a-li {
  color: #666666;
}
#privacy .a-li:hover {
  color: #10dddf;
}
#privacy .legalMentions h2 {
  color: #10dddf;
  font-size: 20px;
}
/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #10dddf;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #10dddf;
}

#services .icon a {
  display: inline-block;
  background: #10dddf;
  border: 2px solid #10dddf;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}

#services .icon i {
  
  display: inline-block;
  color: #10dddf;
  border: 1px solid #10dddf;
  padding: 16px;
  border-radius: 50%;
  background: #fff;
 
}

#services .box:hover .icon i {
  color: #10dddf;
}

#services .box:hover .icon a {
  color: #10dddf;
  background: #fff;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* ---------------------------------- */
.card-bc{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid white;
  border-radius: .25rem;
}
.card-bc .content {
  background: rgba(0, 0, 0, 0.2); /* Black background with 0.2 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

.card-bc .price {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}


#map{
  height: 30vh;
  width: 100%;
}

.nav-link:hover, .nav-link.active{
  text-decoration: underline;
}

.navbar-toggler{
  background-color: #2d6796;
}

.borderless td, .borderless th {
  border: none;
}

.carousel-title{
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  /*background-color: rgba(0, 0, 0, 0.3);*/
}

.step-bg{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 100%;
  height: auto;
  padding-top: 66.64%;
}

/*Bouton permettant de remonter en haut de page*/
#top-button {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: rgba(10, 37, 62,0.7); /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  font-size: 18px; /* Increase font size */
}

#top-button:hover {
  background-color: rgba(200, 200, 200, 0.6); /* Add a dark-grey background on hover */
  color: rgba(10, 37, 62, 1) !important;
}

.carousel_home{
  height: 80vh;
}

.carousel_detail{
  height: 25vh;
}

.carousel-home-bg{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; /* test FGO */
  background-position: center;  /* test FGO */
  background-repeat: no-repeat; /* test FGO */
}

.carousel-detail-bg{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.carousel-indicators li.active{
  background-color: #10dddf !important;
}

.carousel-indicators li:not(.active){
  background-color: #10dddf !important;
  opacity: 0.3;
}

#carousel-first-slide{
  background-image: url('../img/boat_1.jpg');
}

#carousel-second-slide{
  background-image: url('../img/boat_2.jpg');
}

#carousel-third-slide{
  background-image: url('../img/boat_3.jpg');
}

.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

.image-upload > input
{
  display: none;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.boat-link{
  transition: all 0.3s ease;
  border-radius: .25rem;
}

.boat-link:hover{
  text-decoration: none;
  box-shadow: 2px 2px 5px black;
}

.modal-lg {
  max-width: 100%;
}

.remove-btn{
  transition: all 0.3s ease;
}

.remove-btn:hover{
  opacity: 1 !important;
}

@media(min-width: 768px) {
  .carousel_detail{
    height: 50vh;
  }

  .modal-lg {
    max-width: 60%;
  }
}

@media (min-width: 768px) {
  .nav-item{
    background-color: transparent !important;
  }

  .image-upload{
    top: -13px;
    position: relative;
  }
}

/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
  font-family: 'Poppins', sans-serif;
  background: #fafafa;
}

p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}

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

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

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #2d6796;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}


#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #2d6796;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #2d6796;
  background: #10dddf;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #2d6796;
}

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

/*
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}*/

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #2d6796;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #2d6796;
}

a.article,
a.article:hover {
  background: #2d6796 !important;
  color: #fff !important;
}

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

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

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

@media (max-width: 768px) {
  #sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar.active {
    margin-left: 0 !important;
  }
  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }
  #sidebar .sidebar-header strong {
    display: block;
  }
  #sidebar ul li a {
    padding: 20px 10px;
  }
  #sidebar ul li a span {
    font-size: 0.85em;
  }
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
  #sidebar ul ul a {
    padding: 10px !important;
  }
  #sidebar ul li a i {
    font-size: 1.3em;
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
/* section pricing */  
section.pricing {
/*  background: #007bff;*/
/*  background: linear-gradient(to right, #0062E6, #33AEFF);*/
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

/*.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}*/

.pricing .extraText {
    position: absolute;
    top: -50px;
    left: 35px;
    background: #f4f400;
    border-radius: 50%;
    color: #000;
    line-height: 18px;
    padding: 8px 17px;
    transform: rotate(10deg);
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: 2px 2px 8px -3px rgba(0,0,0,.4);
    font-family: "PoppinsLight", sans-serif;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
/* end section pricing */  
}
/* nouvelle tabl3*/  
@import url("https://fonts.googleapis.com/css?family=Montserrat");

.pricing-table{
  background-color: #eee;
  font-family: 'Montserrat', sans-serif;
}

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.pricing-table .block-heading h2 {
  color: #3b99e0;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; 
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pricing-table .item button {
  font-weight: 600; 
}
.ribbon {
  width: 200px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #10dddfff;
  transform: rotate(45deg);
  position: absolute;
  right: -38px;
  top: 38px;
  padding-top: 7px; 
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table .features .feature {
  font-weight: 600; }

.pricing-table .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px; 
}

.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9; 
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}

/* Lien blanc pour *Nos formules membres */
.link { 
    color: #ffffff; 
}
.link:hover { color: #10dddfff; } /* CSS link hover (green) */