@font-face {
  font-family: 'palashregular';
  src: url('assets/fonts/palash-regular-webfont.woff2') format('woff2'),
       url('assets/fonts/palash-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*--- General ---*/
body {
  background: #fff;
  color: #444;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

a {
  color: #3c3c3c;
  transition: 0.5s;
  text-decoration:none;
}

a:hover, a:active, a:focus {
  color: #df0d7e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
}

.container {
  height: 100%;
}

.container-fluid {
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.owl-carousel{
  -ms-touch-action: auto;
  touch-action: auto;
}

.row {
  height: 100%; 
}

ul,ol {
  list-style:none;
}

/*---  Top Bar ---*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #df0d7e;
}

#topbar .contact-info i {
  color: #df0d7e;
  padding: 4px;
}

#topbar .contact-info .fa-whatsapp {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .contact-info .fa-list-alt {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .contact-info .fa-line-chart {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .contact-info .fa-whatsapp{
  color: #3de05f;
}
#topbar .contact-info .btn_wa{
  color: #3de05f;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #df0d7e;
}

#topbar .contact-info a.btn_wa:hover{
  color: #3de05f;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--- Header ---*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: -8px 0px;
  width: 200px;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo img {
    width: 150px;
  }
}

/*--- Intro ---*/
#intro {
  width: 100%;
  height: 680px;
  position: relative;
  background: url("assets/img/intro-carousel/slide.jpg") no-repeat center;
  background-size: cover;
}

#intro h2 {
  animation: slideUp 0.75s .5s cubic-bezier(0.17,.88,.32,1.27) both,
  fadeIn .25s .5s ease-in both;
  position: relative;
  top: 0%;
  color: #535461;
  font-family: 'Faustina', serif;
  font-size: 48px;
  font-weight: 700;
  width: 100%;
}

#intro h2::before, #intro h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -22px;
  height: 3px;
}

#intro h2::before {
  right: 0;
  background: #555;
  width: 78%;
}

#intro h2::after {
  background: #df0d7e;
  width: 80px;
}

#intro h4 {
  animation: slideUp 0.75s .5s cubic-bezier(0.17,.88,.32,1.27) both,
  fadeIn .25s .5s ease-in both;
  position: relative;
  color: #df0d7e;
  top: 50%;
  font-family: 'Faustina', serif;
  font-size: 32px;
  font-weight: 400;
  width: 100%;
}

@keyframes slideUp {
    from {transform: translateY(200%);}
    to {transform:translateY(-50%);}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

#intro .intro-content .btn-get-started {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 35px;
  transition: 0.5s;
  margin: 10px 0;
  color: #fff;
}


#intro .intro-content .btn-get-started {
  background: #df0d7e;
  border: 2px solid #df0d7e;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #df0d7e;
}

#intro .intro-content .btn-get-go {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-go {
  background: #535461;
  border: 2px solid #535461;
}

#intro .intro-content .btn-get-go:hover {
  background: none;
  color: #535461;
}

@media (max-width: 767px) {
  #intro {
    height: 460px;
    background: url("assets/img/intro-carousel/slide_mobile.jpg") no-repeat right;
  }
  #intro h2 {
    font-size: 25pt;
    margin-top: 5rem;
  }
  #intro h4 {
    font-size: 20pt;
  }
  #intro h2::before {
    width: 90%;
  }
}

/* Noel slider */
#noel_slider {
  width: 100%;
  height: 680px;
  position: relative;
}
#noel_slider > .owl-carousel,
#noel_slider > .owl-carousel .owl-item{
  width: 100%;
  height: 680px;
}
#noel_slider .noel_slider_1{
  display: block;
  width: 100%;
  height: 100%;
  background: url("assets/img/intro-carousel/slide.jpg") no-repeat center;
  background-size: cover;
}
#noel_slider .noel_slider_2{
  display: block;
  width: 100%;
  height: 100%;
  background: url("assets/img/intro-carousel/img_annee_2025.jpg") no-repeat center center;
  background-size: cover;
}
#noel_slider .table-block{
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1110px;
  margin: auto;
}
#noel_slider .table-cell-block{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#noel_slider .noel_slider_1 h2 {
  position: relative;
  max-width: 530px;
  color: #535461;
  font-family: 'Faustina', serif;
  font-size: 28pt;
  font-weight: 700;
}
#noel_slider .noel_slider_1 h2::before,
#noel_slider .noel_slider_1 h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -22px;
  height: 3px;
}

#noel_slider .noel_slider_1 h2::before {
  right: 0;
  background: #555;
  width: 78%;
}

#noel_slider .noel_slider_1 h2::after {
  background: #df0d7e;
  width: 80px;
}

#noel_slider .noel_slider_1 h4 {
  position: relative;
  color: #df0d7e;
  font-family: 'Faustina', serif;
  font-size: 27pt;
  font-weight: 400;
  width: 100%;
}
#noel_slider .noel_slider_2 img{
  height: 550px;
  margin: auto;
  width: auto;
}

@media (max-width: 767px) {
  #noel_slider, 
  #noel_slider > .owl-carousel,
  #noel_slider > .owl-carousel .owl-item{
    height: 260px;
  }
  #noel_slider .noel_slider_1{
    padding: 0 15px;
    background: url("assets/img/intro-carousel/slide_mobile.jpg") no-repeat right;
  }
  #noel_slider .noel_slider_1 h2{
    font-size: 25pt;
    /*margin-top: 5rem;*/
  }
  #noel_slider .noel_slider_1 h4 {
    font-size: 20pt;
  }
  #noel_slider .noel_slider_1 h2::before {
    width: 90%;
  }
  #noel_slider .noel_slider_2{
    padding: 0 15px;
  }
  #noel_slider .noel_slider_2 img{
    height: 200px;
  }
}


/*--- Navigation Menu ---*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 11pt;
  outline: none;
  margin-top: 5px;
  text-transform: uppercase;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #df0d7e;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  width: 75px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #df0d7e;
}

.nav-menu ul ul {
  margin: 0;
}

.nav-menu ul li a .langue_name{
  text-transform: capitalize;
  vertical-align: middle;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 200px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 12px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(204, 167, 208, 0.3);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*-- btn Contactez-nous --*/
.btn_contact_header{
  position: relative;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #ffffff;
  padding: 14px 60px;
  border-radius: 35px;
  color: #df0d7e;
  transition: 0.4s;
  cursor: pointer;
  animation: slideUp 0.75s .5s cubic-bezier(0.17,.88,.32,1.27) both, fadeIn .25s .5s ease-in both;
}
.btn_contact_header:hover,
.btn_contact_header:focus{
  border: 2px solid #df0d7e;
}
.btn_contact_nous{
  position: relative;
  display: inline-block;
  background: #df0d7e;
  border: 2px solid #df0d7e;
  padding: 14px 60px;
  border-radius: 35px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 20px;
}
.btn_contact_nous:hover,
.btn_contact_nous:focus{
  background: none;
  color: #df0d7e;
}


/*--- Header ---*/
.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 25pt;
  color: #df0d7e;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Faustina', serif;
  font-weight: 300;
  position: relative;
  padding-bottom: 15px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5f5f5f;
  bottom: 0;
  left: calc(50% - 20px);
}


.section-header p {
  padding: 0;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
    .section-header h2 {
      font-size: 20pt;
    }
}

/*--- Clients ---*/
#clients {
  padding: 40px 0;
}

#clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #dc3545;
}

/*--- About ---*/
#about {
  padding: 40px 0;
  background-color: #f8f8f8;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #d8d8d8;
}

#about .content h2 {
  color: #df0d7e;
  font-family: 'Faustina', serif;
  font-size: 24px;
  font-weight: 700;
}

#about .content p {
  font-size: 14px;
}

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

#about .content img {
  display: block;
  width: 230px;
  margin: 0 auto;    
}


#about .content i {
  position: absolute;
  font-size: 14px;
  color: #df0d7e;
  left: 0;
  top: 0;
}

#about .content ul {
  list-style: none;
  padding: 0 0 0 16px;
  margin-bottom: 20px;
}
#about .content ul li {
  position: relative;
  padding-bottom: 14px;
  padding-left: 16px;
  font-size: 14px;
}
#about .content ul li:last-child {
  padding-bottom: 0px;
}

#about .content .btn-get-started {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 35px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#about .content .btn-get-started {
  background: #df0d7e;
  border: 2px solid #df0d7e;
  margin-bottom: 20px;
}

#about .content .btn-get-started:hover {
  background: none;
  color: #df0d7e;
}

/*--- Services ---*/
#services {
  padding: 50px 0;
}

#services .box {
  transition: 0.4s;
}

#services .box:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box img {
  display: block;    
  width: 72px;
  margin: 0 auto;
}

#services .box h3 {
  text-align: center;
  color: #df0d7e;
  font-family: 'Faustina', serif;
  font-size: 15pt;
  font-weight: 500;
}

#services .box p {
  text-align: center;
  color: #3b3b3b;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #about .content p:last-child {
    padding-right: 0px;
  }
  #about .content ul li {
    padding-right: 0px;
  }
}

/*--- Folio ---*/
#folio {
  position: relative;
  padding: 50px 0;
  background: url("assets/img/intro-carousel/csm.jpg") no-repeat center top;
  background-size: cover;
  height: 680px;
}

#folio .content h2 {
  color: #df0d7e;
  font-weight: 300;
  font-family: 'Faustina', serif;
  font-size: 18pt;
}

#folio .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 80%;
}

#folio .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#folio .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 100px);
  bottom: 0;
  top: 30px;
}

#folio .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 220px);
  bottom: 0;
  top: 90px;
}

#folio .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 550px);
  bottom: 0;
  top: 150px;
}

@media (max-width: 767px) {
  #folio {
      display: none;  
    }
  #folio .product-screens .product-screen-1 {
    position: static;
    padding-top: 30px;
  }
  #folio .product-screens .product-screen-2, #folio .product-screens .product-screen-3 {
    display: none;
  }
  #folio .product-screens img {
    width: 360px;
  }
}

/*--- Savoir ---*/
#savoir {
  background: #fff;
  background-size: cover;
  padding: 50px 0;
}

#savoir .section-header p {
  text-align: center;
}

#savoir .box {
  margin-bottom: 30px;
}

#savoir .icon {
  float: left;
}

#savoir .icon i {
  color: #df0d7e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#savoir .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #dd0077;
}

#savoir .title a {
  color: #3e3e3e;
}

#savoir .box:hover .title a {
  color: #df0d7e;
}

#savoir .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

#savoir .contact{
  text-align: center;
}
#savoir .btn-get-started {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 35px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#savoir .btn-get-started {
  background: #df0d7e;
  border: 2px solid #df0d7e;
  margin-bottom: 20px;
}

#savoir .btn-get-started:hover {
  background: none;
  color: #df0d7e;
}

/*--- ActualitÃ©s ---*/
#actus {
  padding: 50px 0;
}

#actus .actu-item {
  box-sizing: content-box;
  padding: 15px 20px 15px 20px;
  margin: 30px 15px;
  text-align: justify;
  min-height: 255px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#actus .actu-item .actu-img {
  width: 100%;
  border: 0;
  margin: 0 auto;
  padding-bottom: 10px;
}

#actus .actu-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  font-size: 10pt;
}

#actus .actu-item .post-date {
  color: #df0d7e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 10pt;
  border-bottom: 1px solid gainsboro;
}

#actus .owl-nav, #actus .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#actus .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#actus .owl-dot.active {
  background-color: #df0d7e;
}

@media (max-width: 767px) {
  #actus .actu-item {
    margin: 30px 10px;
  }
}

/*--- Testimonials ---*/
#testimonials {
  padding: 50px 0;
  background-color: #f8f8f8;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #d8d8d8;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 12px 15px 12px 15px;
  margin: 30px 15px;
  text-align: center;
  min-height: 335px;
  background-color: #fff;    
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 220px;
  border: 4px solid #fff;
  margin: 0 auto;
  padding-bottom: 10px;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 20px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 20px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  font-size: 10pt;
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #df0d7e;
}

/*--- Media ---*/
#media {
  padding: 50px 0;
}

#media .press img {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}

/*--- Testimonials_2 ---*/
#testimonials_2 {
  padding: 50px 0;
}

#testimonials_2 .testimonial-item {
  box-sizing: content-box;
  padding: 12px 15px 12px 15px;
  margin: 30px 15px;
  text-align: center;
  min-height: 330px;
  background-color: #fff;    
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials_2 .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials_2 .testimonial-item .testimonial-img {
  width: 220px;
  border: 4px solid #fff;
  margin: 0 auto;
  padding-bottom: 10px;
}

#testimonials_2 .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials_2 .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials_2 .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 20px;
}

#testimonials_2 .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 20px;
}

#testimonials_2 .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  font-size: 10pt;
}

#testimonials_2 .owl-nav, #testimonials_2 .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials_2 .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials_2 .owl-dot.active {
  background-color: #df0d7e;
}

/*--- Media ---*/
#media {
  padding: 50px 0;
}

#media .press img {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
}

/*------------------------------
--------- Page sociÃ©tÃ© ---------
------------------------------*/

/*--- About Section ---*/
#about_societe {
  padding: 50px 0 0;
  background-color: #fff;
}

#about_societe .content h2 {
  color: #df0d7e;
  font-family: 'Faustina', serif;
  font-weight: 300;
  font-size: 20pt;
}

#about_societe .content p {
  line-height: 28px;
  text-align: justify;
}

#about_societe .content p:last-child {
  margin-bottom: 0;
  font-size: 12pt;
}

#about_societe .content i {
  font-size: 12px;
  padding-right: 4px;
  color: #df0d7e;
}

#about_societe .content ul {
  list-style: none;
  padding: 0;
}

#about_societe .content ul li {
  padding-bottom: 5px;
}

#about_societe .content .btn-get-started {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 35px;
  transition: 0.5s;
  margin: 10px;
}

#about_societe .content img {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 25px;
}

#about_societe .content .btn-get-started {
  background: #df0d7e;
  border: 2px solid #df0d7e;
}

#about_societe .content .btn-get-started:hover {
  background: none;
  color: #df0d7e;
}

/*--- Timeline ---*/
#timeline {
  padding: 50px 50px;
  background-color: #f8f8f8;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #d8d8d8;
}

.cd-horizontal-timeline {
  /*opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;*/
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #dd0077;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #dd0077;;
  border-color: #dd0077;;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #dd0077;
  border-color: #dd0077;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #dd0077;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /*background: url(../img/cd-arrow.svg) no-repeat 0 0;*/
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-size: 1.3rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 1.2;
}

.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 1.3rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


@media (max-width: 576px) {
  #timeline {
    padding: 50px 0px;
  }
}

/*---  Team ---*/
#team {
  background: #fff;
  padding: 50px 0;
}

#teampage {
  width: 100%;
  height: 290px;
  position: relative;
  background: url("assets/img/intro-carousel/societe.jpg") no-repeat;
  background-size: cover;
}

#teampage h3{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28pt;
  color: #535461;
  font-family: 'Faustina', serif;
  animation: slideUp 0.75s .5s cubic-bezier(0.17,.88,.32,1.27) both,
 fadeIn .25s .5s ease-in both;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
}

#team .section-header p {
  text-align: center;
}

#team .member {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

#team .member .pic {
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  position: absolute;
  background: #df0d7eba none repeat scroll 0 0;
  color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -100px;
  padding: 10px 0;
  transition: all 0.5s ease-in-out 0s;
  width: 255px;
}

#team .member:hover .details {
  bottom: 0px;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#team .member h4 {
  font-weight: 400;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  display: block;
  font-size: 13px;
}

@media (max-width: 576px) {
  #teampage  {
    display: none;
  }
}

/*--- Gallery ---*/

#gallery {
  padding: 50px 50px;
  background-color: #f8f8f8;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #d8d8d8;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #df0d7e;
}

#gallery .gallery-carousel .center {
  border: 6px solid #f82249;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*------------------------------
-------- Page Solutions --------
------------------------------*/

#solutionspage {
  width: 100%;
  height: 290px;
  position: relative;
  background: url("assets/img/intro-carousel/solutions.jpg") no-repeat;
  background-size: cover;
}

#solutionspage h3{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28pt;
  color: #535461;
  font-family: 'Faustina', serif;
  animation: slideUp 0.75s .5s cubic-bezier(0.17,.88,.32,1.27) both,
 fadeIn .25s .5s ease-in both;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
}

/*--- Portfolio ---*/
#portfolio {
  padding: 50px 0;
  background-color: #f8f8f8;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #d8d8d8;      
}

#portfolio .card {
    padding-left: .3rem;
    padding-right: .3rem;
    margin-bottom: 0.6rem;
    background: none;
    border: none;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 12pt;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
  filter: blur(1px) grayscale(80%);
  -webkit-filter: blur(1px) grayscale(80%);
  -moz-filter: blur(1px) grayscale(80%);
  -o-filter: blur(1px) grayscale(80%);
  -ms-filter: blur(1px) grayscale(80%);
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: blur(0px);
    filter: blur(0px);
}

#portfolio .portfolio-item .portfolio-overlay {
  position: absolute;
  background: #df0d7eba none repeat scroll 0 0;
  color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -50px;
  padding: 25px 0;
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  bottom: 0px;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*--- Facts ---*/
#facts {
  background: #fff;
  padding: 50px 0;
}

#facts p{
  text-align: center;
}
#facts .counters h3{
  text-align: center;
  color: #df0d7e;
  font-family: 'Faustina', serif;
  font-size: 15pt;
  font-weight: 500;
}
#facts .counters span {
  font-size: 48px;
  display: block;
  color: #df0d7e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

#facts .sponsors-wrap {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: auto;
  margin-top: 3rem;
}

#facts .sponsor-logo {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 110px;
}

#facts .sponsor-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#facts img {
  transition: all 0.4s ease-in-out;
}

@media (max-width: 576px) {
  #solutionspage {
    display: none;
  }
  #portfolio .portfolio-item img {  
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  #portfolio .portfolio-item .portfolio-overlay {
    bottom: 0px;
    width: 100%;
    padding: 20px 0;  
  }
}

/*------------------------------
--------- Page Clients ---------
------------------------------*/

#clientspage {
  width: 100%;
  height: 290px;
  position: relative;
  background: url("assets/img/intro-carousel/clients.jpg") no-repeat;
  background-size: cover;
}

#clientspage h3{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28pt;
  color: #535461;
  font-family: 'Faustina', serif;
  animation: slideUp 0.75s .5s cubic-bezier(0.17,.88,.32,1.27) both,
 fadeIn .25s .5s ease-in both;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
}

/*--- Campagnes ---*/
#campagnes {
  padding: 50px 0;
  background: url("assets/img/intro-carousel/campagnes.jpg") center top no-repeat fixed;
}

#campagnes::before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

#campagnes h4 {
  text-align: center;
  font-size: 13pt;
  font-weight: 500;
}

#campagnes img {
  width: 85%
}

#references {
  padding: 50px 0;
}

#references .clientslogo img {
  width: 150px;
  margin-top: 30px;
}

#sponsors {
  padding: 60px 0;
}

#sponsors .sponsors-wrap {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 30px;
}

#sponsors .sponsor-logo {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 110px;
}

#sponsors .sponsor-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#sponsors img {
  transition: all 0.4s ease-in-out;
}

/*----- Comment Ã§a marche ----*/

#features {
  padding: 50px 0;
  background-color: #f8f8f8;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #d8d8d8;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: linear-gradient(45deg, #dd0077 0%, #fac 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
}

#features .title {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16pt;
}

#features .title span {
  display: inline-block;
  margin: 5px;
  width: 35px;
  height: 35px;    
  background: #f6e0ec;
  border-radius: 100%;
  padding: 5px;
}

#features .description {
  font-size: 13pt;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

@media (max-width: 576px) {
  #clientspage {
    display: none;
  }
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

/*------------------------------
------- Page Presse --------
------------------------------*/

#pressepage {
  width: 100%;
  height: 290px;
  position: relative;
  background: url("assets/img/intro-carousel/actualites.jpg") no-repeat;
  background-size: cover;
}

#pressepage h3{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28pt;
  color: #535461;
  font-family: 'Faustina', serif;
  animation: slideUp 0.75s .5s cubic-bezier(0.17,.88,.32,1.27) both,
 fadeIn .25s .5s ease-in both;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);;
}

.text-muted {
  background-color: #f1f1f1;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10pt;
}

.card-title {
  font-size: 13pt;
  font-weight: 400;
  color: #dd0077; 
}

.card-text {
  font-size: 10pt;
  text-align: justify;
}

.card-header {
  background-color: #dd0077;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.card-body {
  position: relative;
  color: #34495e;
  padding: 1rem 0.75rem;
  text-decoration: none;
  cursor: text;
}

.card-body .trigger {
  display: block;
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  font-size: 10pt;
  color: #e10e7f;
}

.card-body .card-text {
  position: relative;
  overflow: hidden;
  max-height: 118px;
  transition: max-height 500ms ease;
}

.card-body .card-text::before {
  content: '';
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, rgb(248, 248, 248) 50%, #f8f8f8 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 44.8px;
  transition: opactiy 500ms ease, visibility 500ms ease;
}

.card-body.expanded .card-text {
  max-height: 600px;
}

.card-body.expanded .card-text::before,
.card-body.expanded .trigger {
  opacity: 0;
  visibility: hidden;
} */

.list-group-item p {
  font-size: 11pt;
}

.list-group-item strong {
  font-size: 11pt;
}

.list-group-item img {
  height: 35px;
}

.card-header:first-child {
  padding: 7px;
  border-radius: 0px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #df0d7e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.btn-secondary {
    border-radius: 0px;
}

@media (max-width: 576px) {
  #pressepage {
    display: none;
  }
}

/*------------------------------
--------- Page Contact ----------
------------------------------*/

#contactpage {
  width: 100%;
  height: 290px;
  position: relative;
  background: url("assets/img/intro-carousel/contact.jpg") no-repeat;
  background-size: cover;
}

#contactpage h3{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28pt;
  color: #535461;
  font-family: 'Faustina', serif;
  animation: slideUp 0.75s .5s cubic-bezier(0.17,.88,.32,1.27) both,
 fadeIn .25s .5s ease-in both;
  text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
}

/*--- Contact ---*/
#contact {
  padding: 50px 0;
  background: url("assets/img/intro-carousel/map.jpg") center top no-repeat fixed;
}

#contact::before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 125;
}

#contact .section-header p {
    text-align: center;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #df0d7e;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #df0d7e;
}

#contact .contact-info .contact-whatsapp > a{
  display: inline-block;
}
#contact .contact-info .contact-whatsapp a:hover{
  color: #34d856;
}

#contact .contact-whatsapp, #contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-whatsapp, #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-whatsapp,
  #contact .contact-address,
  #contact .contact-phone {
    /* border-right: 1px solid #ddd; */
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contactpage {
    display: none;
  }
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #50d8af;
  border: 1px solid #50d8af;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea{
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #df0d7e;
  border: 2px solid #df0d7e;
  padding: 14px 60px;
  border-radius: 35px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: none;
  color: #df0d7e;
}

@media screen and (max-width: 567px){
  #contact .form button[type="submit"]{
    width: 100%;
  }
}

/*--- Google maps ---*/
.maps {
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
}

/*--- Politique de confidentialité ---*/
#pdc h1{
  margin: 60px 0 30px;
  font-size: 36px;
  font-weight: 400;
}
#pdc #cmplz-document{
  max-width: unset;
}
#pdc #cmplz-document > p:last-child{
  display: none;
}

/*--- Footer ---*/
#footer {
  background: #4b4b4b;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #5a5a5a;
  padding: 2% 5%;
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
  color: #df0d7e;
  border-left: 4px solid #df0d7e;
}

#footer .footer-top .footer-info img {
  width: 150px;
  margin-bottom: 15px;
  margin-top: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 10.8pt;
  text-align: justify;
  line-height: 20px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3e3e3e;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #df0d7e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
}

#footer .footer-top h4::after {
  background: #df0d7e;
  width: 35px;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #fff;
}

#footer .footer-top .footer-links ul li {
  padding: 2px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #df0d7e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  font-size: 10pt;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 0px;
}

#footer .footer-top .footer-newsletter p {
  color: #fff;
  font-size: 10pt;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  margin-bottom: 15px;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #df0d7e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #3e3e3e;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/* Contact popup */
#form_whatsapp{
  position: fixed;
  display: block;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
}
#form_whatsapp > .btn_chat{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 15px;
  background-color: #df0d7e;
  cursor: pointer;
}
#form_whatsapp > .btn_chat > img{
  display: block;
  height: 100%;
  width: auto;
}
#form_whatsapp > .formule{
  position: absolute;
  display: none;
  right: 0;
  bottom: 75px;
  width: calc(100vh - 30px);
  max-width: 350px;
  background-color: #f6f6f6;
  box-shadow: 0px 5px 12px rgb(0 0 0 / 12%);
  border-radius: 4px;
  overflow: hidden;
}
#form_whatsapp > .formule.open{
  display: block;
}
#form_whatsapp > .formule > h3{
  font-size: 14px;
  padding: 15px 15px 3px;
  font-weight: 700;
  margin-bottom: 0;
}
#form_whatsapp .chatForm_place{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#form_whatsapp .chatForm{
  width: 100%;
  height: auto;
  padding: 15px 15px;
}
#form_whatsapp .chatForm .form-group{
  position: relative;
  margin-bottom: 18px;
}
#form_whatsapp .chatForm label{
  position: absolute;
  display: inline-block;
  top: -12px;
  left: 10px;
  font-size: 12px;
  background-color: #f6f6f6;
  padding: 3px 5px;
}
#form_whatsapp .chatForm input, #form_whatsapp .chatForm textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  background-color: #f6f6f6;
  border-radius: 4px;
  resize: none;
}
#form_whatsapp .chatForm textarea{
  height: 80px;
}
#form_whatsapp .chatForm .validation{
  display: none;
  position: absolute;
  font-size: 10px;
  color: #df0e7d;
  right: 0;
  bottom: -12px;
}
#form_whatsapp .chatForm button[type="submit"]{
  display: block;
  width: 100%;
  font-size: 14px;
  background-color: #df0d7e;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#form_whatsapp .chatForm button[type="submit"]:hover,
#form_whatsapp .chatForm button[type="submit"]:focus{
  opacity: 0.8;
}
#form_whatsapp .chatForm_place > .sendchatmsg{
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.75);
}
#form_whatsapp .chatForm_place > .sendchatmsg.show{
  display: flex;
  justify-content: center;
  align-items: center;
}
#form_whatsapp .chatForm_place > .sendchatmsg > h4{
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
#form_whatsapp > .formule > .btn_whatsapp {
  background: rgb(61,224,95);
  background: -moz-linear-gradient(-45deg,  rgba(61,224,95,1) 0%, rgba(37,204,73,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(61,224,95,1) 0%,rgba(37,204,73,1) 100%);
  background: linear-gradient(135deg,  rgba(61,224,95,1) 0%,rgba(37,204,73,1) 100%);
  color: #ffffff;
}
#form_whatsapp > .formule > .btn_whatsapp > h3 {
  position: relative;
  font-size: 18px;
  padding: 25px 15px 25px 80px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
#form_whatsapp > .formule > .btn_whatsapp > h3 > img{
  position: absolute;
  display: block;
  left: 15px;
  top: 25px;
  height: 42px;
}
#form_whatsapp > .formule > .btn_whatsapp > h3 > a{
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
#form_whatsapp > .formule > .btn_whatsapp > h3 > a:hover{
  opacity: 0.8;
}
/* End Contact popup */

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #df0d7e;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 35px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #df0d7e;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0e0e0e;
  color: #fff;
} 