@charset "UTF-8";
/*!
    Universal - Smart multi-purpose html5 template
    To use this template you must have a license purchased at Themeforest (themeforest.com)
    Copyright 1995-2016 ForBetterWeb.com
 */
/*------------------------------------------------------------------

Table of contents

* Fonts
* Plugins
* Base structure
  * Preloader
  * Buttons
  * NavBar
  * Backgrounds and font color
  * Intro
    * Intro solid color
    * Video background
  * Forms
    * Subscribe form
  * Countdown
  * News - Blog grid
  * Team
  * Contact
  * Quote
  * Facts
  * Map
  * Carousel
    * Shop thumbnails carousel
  * Animated mouse
  * Text rotator
  * Number scroller
  * Testimonials
  *  Portfolio
  * Pricing
  * Miscellaneous
  * Pager
  * Bars and charts
  * Shop
  * Media Queries
  * Magic background
  * Footer
* Stop animation on mobile devices
* Demo page

-------------------------------------------------------------------*/
/* Fonts */
@import 'https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900|Roboto+Mono:100,400|Caveat';
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&display=swap');
/* Plugins */
@import "../js/vegas/vegas.min.css";
@import "ionicons.min.css";
@import "font-awesome.min.css";
@import "animate.min.css";
@import "swipebox.css";
/* Base structure */
html {
  width: 100% !important;
  height: 100% !important;

}

body {
  width: 100% !important;
  height: 100% !important;
  font: normal 15px/1.8 "Poppins", sans-serif;
  letter-spacing: 0.03em;
  color: #444;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* Preloader */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#status {
  position: absolute;
  left: 47%;
  top: 50%;
  margin: auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
  animation-name: loader;
  -webkit-animation-name: loader;
  -moz-animation-name: loader;
}
#status:before, #status:after {
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
#status:before, #status:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.5;
  }
}
@-ms-keyframes loader {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}
@-moz-keyframes loader {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0.5;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 600;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

.no-transform {
  text-transform: none;
}

p {
  margin: 0 0 35px;
  font: normal normal normal 20px/28px Poppins;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

a, img, :focus, input {
  outline: none !important;
}

a:hover, a:focus {
  color: #666;
  text-decoration: none;
}
a img:hover {
  opacity: 0.85;
}

.no-pad {
  padding: 0 !important;
  margin: 0 !important;
}

.no-pad-btm {
  padding-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.overlay {
  background: rgba(7, 9, 21, 0.3);
}

.overlay-gray {
  background: rgb(0 0 0 / 61%)
}

.overlay-white {
  background: rgba(255, 255, 255, 0.7);
}

.overlay, .overlay-gray, .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 10000 !important;
}

.lightboxOverlay{
  z-index: 10000 !important;
}
.spanCat{
  font-size: 1.2rem !important;
  text-transform: none;
  font-weight: normal !important;
  font: inherit;
  margin: 0 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}
.newbtn{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 44px !important;
 /* font: normal normal normal 22px/33px Poppins ;*/
  font-family: Poppins !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0px;
  color: #52BBB3;

  display: inline-flex;
  align-items: center;       /* Centre verticalement */
  justify-content: center;   /* Centre horizontalement */
  height: 60px;              /* Hauteur fixe identique pour tous */
  padding: 0 30px;           /* Espace horizontal */
  border-radius: 30px;       /* Coins arrondis */
  background-color: white;
  color: #3BB8B4;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  white-space: normal;       /* Autorise le retour à la ligne */
  line-height: 1.2;

}

.newbtn:hover{
  background: #52BBB3 0% 0% no-repeat padding-box !important;
  box-shadow: inset 0px 6px 6px #FFFFFF8C, 0px 3px 6px #00000029 !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}

.newClass .newbtn{
  font-size: 14px !important;
  margin: 0 auto;
  width: 300px;
  display: block;
}

.actubtn{
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 50%;
}

.image-overlay {
  padding: 0;
  margin-top: -200px;
  position: relative;
}

@media (max-height: 770px) {
  .image-overlay {
    margin-top: -120px;
  }
}
.big {
  font-size: 300px;
  line-height: 1;
  text-shadow: none;
}

.breadcrumb {
  background-color: transparent;
  padding: 15px 15px;
}

section, .section {
  position: relative;
  z-index: 992;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.section-small {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom;
}

.label, input, .btn, textarea, .dropdown-menu, .panel, .progress, .list-group-item, select {
  /*border-radius: 0 !important;*/
}

.label {
  padding: 0.2em 0.7em 0.3em 0.7em;
}

.nav .label {
  padding: 0.4em 0.7em 0.3em 0.7em;
}

.label-danger {
  background-color: #c00;
}

.badge {
  line-height: inherit;
  border-radius: 2px !important;
}

/* Buttons */
.btn {
  font-size: 12px ;
  letter-spacing: 2px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  font-weight: 600;
  padding:15px 25px 15px 25px;
}

.btn-lg {
  font-size: 13px !important;
  padding: 10px 35px;
}

.btn-sm {
  font-size: 11px !important;
}

.btn-xs {
  font-size: 10px !important;
  padding: 4px 10px;
}

.btn-border {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent;
}

.btn-border-black {
  /* border: 2px solid #52BBB3; */
  background-color: transparent;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 44px !important;
  color: #52BBB3 !important;
  font: normal normal normal 22px/33px "Poppins";
  font-weight: 600;
}

.btn-border-black:hover {
  background: #52BBB3 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 6px 6px #FFFFFF8C, 0px 3px 6px #00000029;
  color: white !important;
}

.btn-dark-border {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}

.btn-white {
  border: 2px solid #fff;
  color: #000 !important;
  background-color: #fff;
}

.btn-gray {
  border: 2px solid #CCC;
  background-color: #CCC;
  color: #000 !important;
  padding: 1rem 3.5rem;
}

.btn-dark {
  border: 2px solid #18191B;
  background-color: #18191B;
  color: #fff !important;
}

.btn-universal {
  border: 2px solid #789;
  background-color: #789;
  color: #fff !important;
}

.btn-violet {
  border: 2px solid #ff4081;
  background-color: #ff4081;
  color: #fff !important;
}

.btn:hover {
  opacity: 0.65;
}


#rdv{
  background: #52BBB3 0% 0% no-repeat padding-box;
}

#rdv.rdvwhite{
  background: #fff 0% 0% no-repeat padding-box;
}

#iframeRdv{
  border: 0px;
  width: 100%;
  height: 65vh;
  border-radius: 4rem;
}

.rdvwhite #iframeRdv{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}


  .titleRdv{
    text-align: left;
    font: normal normal 600 38px/50px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
  }

  .rdvwhite .titleRdv{

    color: #52BBB3;
  }

  .rdvBloc{
    text-align: left;
    font: normal normal normal 17px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
    padding: 34px 20px 1px 51px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 39px;
  }

.rdvwhite .rdvBloc {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

  .rdvBloc p{
    font-size: 16px;
  }
  .separator_rdv{
    background: #fff;
    height: 4px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 10px;
  }
.rdvwhite .separator_rdv{
  background: #52BBB3;
}

  .rdvFirstbloc{
    margin-left: 5%;
  }

  .adresse{
    text-align: left;
    font: normal normal normal 16px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
  }

  .rdvwhite .adresse {
    color: #000;
  }

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-universal:focus, .btn-violet:focus {
  opacity: 1;
}

a .fa, a .icon {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px;
}

.icon-big {
  font-size: 80px;
  line-height: 120px;
  display: block;
}

#services-construction .icon-big {
  color: #d4c787;
}

#time .icon-big {
  color: #ff4081;
}

header .icon-big {
  line-height: 140px;
}


.classic2 {
  font-family: "Caveat";
  font-weight: normal !important;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  opacity: 0.8;
  color: #52BBB3;
}

.classic{

  color: #52BBB3;
  font: normal normal normal 26px/39px 'Poppins';
  letter-spacing: 0px;
  color: #52BBB3;
  float: right;
  font-weight: 600;
}

.classic2 {
  font-family: "Great Vibes";
}

.thin {
  font-weight: 100 !important;
}

::-moz-selection, ::selection {
  color: #fff;
  background: #000;
}

ul, ol {
  margin-bottom: 1.5em;
}

a .fa {
  opacity: 0.6 !important;
}
a .fa:hover {
  opacity: 0.9;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* NavBar */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.navbar-custom .navbar-brand {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: none;
  padding: 0;
}
.navbar-custom img {
  display: inline-block;
}
.navbar-custom.top-nav-collapse {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.navbar-custom.top-nav-collapse a {
  color: #000;
}
.navbar-custom.top-nav-collapse .navbar-brand {
  font-size: 22px;
  padding-top: 7px;
}

.navbar-fixed-top .container {
  width: auto;
}

@media (min-width: 1200px) {
  .top-nav-collapse .container {
    width: 1170px !important;
  }
}
.navbar-custom .navbar-brand .logo {
  max-height: 60px;
  display: inline-block;
}

.logoborder {
  border: 1px solid #fff;
  padding: 10px;
  max-height: 42px !important;
}

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-height: 24px;
}

.navbar-custom .navbar-brand .logodark {
  display: none;
}

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  display: inline-block;
}

.navbar-custom .navbar-brand .logo {
  display: inline-block;
}

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: none;
}

.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  max-width: 160px;
  max-height: 45px;
}
.navbar-custom .navbar-brand i {
  vertical-align: middle;
}
.navbar-custom .navbar-brand:focus {
  outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.nav > li > a {
  padding: 21px 13px 15px;
}

.navbar-custom a {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
.navbar-custom .nav li a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font: normal normal normal 15px/27px Poppins;
}
.navbar-custom .nav li a:hover {
  outline: 0;
  background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important;
}
.navbar-custom .nav li.active a {
  color: #52BBB3 !important;
}
.navbar-custom .nav li.active a:hover {
  color: #52BBB3;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.97);
  color: #fff;
  min-width: 230px !important;
  right: 0;
  left: auto;
  border: 0;
}
.dropdown-menu > li > a {
  font-size: 12px;
  font-weight: 600;
  padding: 12px 18px;
  white-space: nowrap;
}
.dropdown-menu > .active > a {
  color: #333 !important;
  background-color: transparent;
}
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
}

.nav .open > a {
  background-color: transparent;
  border-color: transparent;
}
.nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.search-form {
  margin: 5px 10px;
  width: 250px;
  font-size: 14px;
}
.search-form .form-control {
  color: #ccc !important;
}

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  background: transparent;
  color: #888;
  border: none;
  outline: none;
}

.search-form {
  padding: 10px;
  width: 100%;
  border-bottom: #555;
  margin: 0;
}

.nav .badge {
  background-color: #789;
  color: #fff;
  padding: 4px 5px 5px 6px;
  font-size: 11px;
  position: absolute;
  margin: -10px -5px;
  line-height: 1;
  border-radius: 50% !important;
}

.navbar-toggle {
  padding: 10px 0;
}
.navbar-toggle .icon-bar {
  width: 30px;
  border-radius: 0;
  background: #fff;
}

.top-nav-collapse .icon-bar {
  background: #333;
}

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

a.btn-nav .btn {
  margin-bottom: 0;
}

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: transparent;
}

.menu-divider {
  width: 1px;
  border-right: 1px solid #52BBB3;
  line-height: 18px;
  margin: 23px 15px 0;
}

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1px;
  color: #555 !important;
}

.nav .active {
  height: auto !important;
}

.dropdown-menu {
  padding: 10px 0;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
  content: "+";
  font-family: monospace;
  font-size: 20px;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: "-";
}
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: "" !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px;
}
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent;
}
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px;
}
.navbar-nav .dropdown-menu > li > a {
  white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal;
}

.navbar-right ul.dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-menu .fa {
  opacity: 0.5 !important;
  line-height: 13px !important;
}

.nav .fa {
  font-size: 16px;
  line-height: 1px;
}
.nav .fa-angle-down {
  font-size: 13px;
}
.nav .fa, .nav a .fa {
  opacity: 1 !important;
}
.nav .fa-plus {
  font-size: 12px;
}

@media (min-width: 991px) {
  .search-form input {
    background: transparent;
    border: 0;
    width: 200px;
  }

  .navbar-custom {
    padding: 30px;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    background: transparent;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0 30px;
    background-color: #fff;
  }

  .navbar-custom .nav .dropdown-menu li a:hover {
    background-color: #eee;
  }

  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniversal 0.7s;
    animation: fadeInUniversal 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

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

  .navbar-left {
    float: right !important;
  }

  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px;
  }
  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 760px !important;
  }
  ul.dropdown-menu.columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important;
  }

  .columns2 .btn-white, .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block;
  }

  .navbar-fixed-top .caret, .navbar-fixed-top .open > .dropdown-menu {
    display: none;
  }

  .angle-right:after {
    float: right;
    font-family: "fontawesome";
    content: "";
    color: inherit;
    position: absolute;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0;
  }
}
@media (max-width: 990px) {
  p.empty {
    display: none;
  }

  .search-button {
    margin-top: 0;
  }

  .nav .badge {
    margin: 2px 4px;
  }
  .nav a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000 !important;
  }
  .nav a:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    background-color: #eee !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-collapse.in {
    overflow-y: auto !important;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
    background-image: none;
  }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 400px;
}

/* Backgrounds and font color */
.bg-white {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-gray2 {
  background-color: #52BBB3;
}

.bg-transparent {
  background-color: transparent;
}

.bg-dark {
  background-color: #18191B;
}

.bg-dark2 {
  background-color: rgba(12, 13, 15, 0.97);
}

.small-header {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px;
}

.small-header.bg-dark:before, .small-header.bg-transparent:before, .small-header.bg-img:before, .small-header.bg-img2:before, .small-header.bg-img3:before, .small-header.bg-img4:before, .small-header.bg-img5:before, .small-header.bg-img6:before, .small-header.bg-img7:before {
  background: rgba(7, 9, 21, 0.5);
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9;
}

@media (max-width: 992px) {
  .small-header {
    text-align: center !important;
  }
  .small-header .text-right {
    text-align: center !important;
  }
}
.small-header .bg-white h2, .small-header .bg-white h3, .small-header .bg-white .h2, .small-header .bg-white .h3 {
  color: #789;
}

.bg-dark, .bg-dark2, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7, .bg-img12 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.bg-img {
  background: #52BBB3;
}

.bg-img2 {
  background: url(../img/header/17.jpg);
}

.bg-img3 {
  background: url(../img/citation.jpg);
}

.bg-img4 {
  background: url(../img/header/10.jpg);
}

.bg-img5 {
  background: url(../img/newsletter.jpg);
}

.bg-img6 {
  background: url(../img/visuel-conference-b&w.jpg);
}

.bg-img8 {
  background: url(../img/la_gestion_des_fragilites_en_entreprise_ou_comment_gerer_au_mieux_sa_politique_handicap.png);
}

.bg-img7 {
  background: url(../img/visuel-guide-rh.jpg);
}

.bg-img12 {
  background: url(../img/guide_des_applications_d2bi.jpg);
}

.bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7, .bg-img12 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.bg-dark a, .bg-dark2 a, .bg-transparent a, .bg-img a, .bg-img2 a, .bg-img3 a, .bg-img4 a, .bg-img5 a, .bg-img6 a, .bg-img7 a, .bg-primary a {
  color: #fff;
}

.bg-dark a:hover, .bg-dark2 a:hover, .bg-transparent a:hover, .bg-img a:hover, .bg-img2 a:hover, .bg-img3 a:hover, .bg-img4 a:hover, .bg-img5 a:hover, .bg-img6 a:hover, .bg-img7 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Intro */
.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100% !important;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.intro a {
  color: #fff;
}
.intro a:hover {
  color: #ccc;
  text-decoration: none;
}

.introhalf {
  height: auto !important;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 50px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.intro .intro-body .badge {
  background-color: rgba(0, 0, 0, 0.4);
  color: #eee;
  font-size: 8px;
  position: absolute;
  margin: -9px -14px;
  line-height: 1;
  text-shadow: none;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 19px 0 0 2px;
  font-weight: 800;
}

.introhalf .intro-body {
  padding: 180px 0 110px;
}

.landing .intro-body:before {
  position: absolute;
  background: transparent;
}

.intro-body:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -9;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0 0 5px;
}
.intro h1, .h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
  padding: 0 10rem;

  font: normal normal bold 88px/88px Poppins;
}
.intro h1.classic {
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
}
.intro h1.classic2 {
  font-size: 110px;
  line-height: 110px;
}
.intro .lead {
  margin: 40px 0 0;
}

.intro-fullscreen {
  opacity: 1 !important;
}
.intro-fullscreen .intro-body {
  padding: 90px 0 20px;
}

@media (max-height: 600px) {
  .intro-fullscreen {
    position: inherit;
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .intro {
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 46px;
  }
}
/* Intro solid color */
.solid-color .intro-body:before, .solid-color2 .intro-body:before, .solid-color3 .intro-body:before {
  background: transparent !important;
}
.solid-color.intro, .solid-color2.intro, .solid-color3.intro {
  text-shadow: none !important;
}

.solid-color {
  background-color: #00bcd4;
}

.solid-color2 {
  background-color: #ff4081;
}

.solid-color3 {
  background-color: #607d8B;
}

/* Video background */
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: 0.4;
  display: none;
}

.video-controls-visible {
  display: inline;
}

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px;
}
.video-controls a.fa {
  text-decoration: none;
}

.mbYTP_wrapper {
  z-index: 0 !important;
}

.section-video .mbYTP_wrapper {
  z-index: -1 !important;
}

.section-video:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -9;
}

.section-video {
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0 !important;
  opacity: 1 !important;
}

.bg-video-small {
  text-align: left !important;
  opacity: 1 !important;
  top: 0 !important;
}

/* Forms */
.small-form {
  margin: 0 auto 40px !important;
  max-width: 480px;
}

.help-block li {
  list-style: none;
  color: #990000;
}
.help-block ul {
  padding: 0;
  margin: 0;
}

.form-control {
  border: 1px solid #52BBB3;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}
.form-control:focus {
  border-color: #888;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscribe-form {
  padding-bottom: 10px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0;
  font-weight: normal;
}

/* input[type=checkbox], input[type=radio] {
  margin: 7px 0 0;
} */

.checkbox label, .radio label {
  font-weight: 300;
}

.form-signin .form-control {
  position: relative;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input {
  margin-bottom: -1px;
}

.dark-form input, .dark-form textarea {
  color: #ccc;
  background-color: #18191b;
  border: 0;
}

/* Subscribe form */
#subscribe {
  color: #333 !important;
  text-shadow: none;
}
#subscribe a {
  color: #333 !important;
}
#subscribe .h3{
  color: #fff;
}
#subscribe p{
  color: #fff;
}

/* Countdown */
[id*=clock] {
  padding: 40px 0;
}
[id*=clock] div {
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
}
[id*=clock] span {
  font-family: "Roboto Mono", monospace;
  font-weight: 100;
  display: block;
  font-size: 64px;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1170px) {
  [id*=clock] div {
    margin: 0 15px;
  }
  [id*=clock] span {
    font-size: 48px;
    padding: 18px 0;
  }
}
@media (max-width: 768px) {
  [id*=clock] div {
    margin: 0 15px;
  }
  [id*=clock] span {
    font-size: 42px;
    padding: 15px 0;
  }
}
@media (max-width: 468px) {

  .bg-white .bandeauTitle{
    font-size: 2.8rem !important;
    line-height: 3rem !important;
  }
  [id*=clock] div {
    margin: 0 7px;
  }
  [id*=clock] span {
    font-size: 32px;
    padding: 5px 0;
  }

  .justify-content-center{
    display: block !important;
  }

}
/* News - Blog etc grid */
#news .h3{
  color: #52BBB3;
}

#news div[class*=col-] {
  margin-bottom: 60px;
  max-height: 60rem;
}
.newHome {
  max-height: 40rem !important;
}
#news h5, #news .h5, #news .h5 a {

  padding-top: 10px;
  margin-bottom: 8px;
  text-align: center;
  font: normal normal normal 19px/25px Poppins;
  letter-spacing: 0px;
  color: #52BBB3;
  font-weight: 600;
  min-height: 85px;

}

.descActuHome p{
  text-align: center;
  font: normal normal normal 16px/20px Poppins !important;
  letter-spacing: 0px;
  color: #000000;
  min-height: 80px;
  margin-bottom: 0;
}

.grid-pad img {
  margin-bottom: 20px;
  border-radius: 5rem;
}
.grid-pad div[class*=col-] {
  margin-bottom: 40px;
}

#news-single .carousel {
  padding-bottom: 20px;
}

.row:not(:first-child) {
  padding-top: 40px;
}

/* Team */
#team h2 {
  margin-top: 0px !important;
  padding-bottom: 0 !important;
  /* color: #80ffab; */
}
#team p {
  margin-bottom: 10px;
}
#team .list-inline {
  margin: 0;
}
#team img {
  border-radius: 17%;
  max-width: 315px;
}

/* Contact */
#contact2 a {
  text-decoration: none;
  color: #555;
}
#contact2 hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
}
#contact2 .list-inline {
  padding-top: 10px;
}

.titleTeam{
  font: normal normal normal 28px/33px "Poppins" !important ;
  font-weight: 600 !important;
  width: 100%;
  margin-top: 4rem;
}
.bg-green{
  background: #52BBB3 0% 0% no-repeat padding-box;
}
.bg-white{
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: -6px 6px 6px #00000029;

}

.bandeauTitle{
  font: normal normal normal 5.4rem/55px 'Poppins' !important;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  font-weight: 600;
}

.bg-white .bandeauTitle{
  color: #52BBB3 !important;
}
.btnBandeau{
  text-align: center;
  font: normal normal normal 7rem/33px "Poppins";
  letter-spacing: 0px;
  color: #52BBB3 !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 39px !important;
  border: 0;
  width: 217px;
  height: 71px;
  padding-top: 18px;
  font-size: 26px !important;
  font-weight: 600;
  opacity: 1;
}


.btnBandeau:hover{
  background: #52BBB3 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #FCFCFC8C, 0px 3px 6px #00000029;
    color: #FFFFFF !important;
  opacity: 1;
}



.teamul {
  clear: both;
  list-style: none;
  text-align: left;
  margin-left: 5rem;
}

.teamul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #52BBB3; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 2rem;
}
.teamul li{
  height: 25px;
}

.teamul2{
  margin-left:2rem;
  width: 120%;
}

#about2{
  background: #FFF;
}
#about2 p{
  font-size: 18px;
}

#about2 .h3{
  font: normal normal normal 55px/55px 'Poppins';
  font-weight: 600;
  color: #000;
}

#about2 .prendreContact{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 44px !important;
  border: 0;
  margin: 0 auto;
  display: block;
  width: 289px;
  font: normal normal normal 2rem/25px 'Poppins' !important;
  letter-spacing: 0px;
  color: #52BBB3 !important;
  font-weight: 600 !important;

}
#about2 .prendreContact:hover{
  background: #52BBB3 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #FCFCFC8C, 0px 3px 6px #00000029;
  color: #FFFFFF !important;
  opacity: 1;
}

@media (max-width: 991px) {
  #contact {
    text-align: center;
  }
}
/* Quote */
blockquote {
  padding: 18px;
  margin: 0 0 20px;
  border-left: none;
}
blockquote:before, blockquote:after {
  color: #ccc;
  font-size: 18px;
  font-family: fontawesome;
}
blockquote:before {
  content: "";
  padding-right: 15px;
}
blockquote:after {
  content: "";
  padding-left: 10px;
}

.quote {
  font-size: 18px;
}

/* Facts */
@media (max-width: 768px) {
  .facts .col-sm-3 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.action-box li {
  float: left;
  margin: 20px 0 0 15px;
}
.action-box span {
  display: none;
}

#tweecool span {
  font-size: 18px;
}

/* Map */
#map, #mapdark {
  width: 100%;
  height: 430px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#mapdark {
  border: 0 !important;
}

.mapsmall {
  margin-bottom: 30px;
  border: 0 !important;
}

/* Carousel */
.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}
.carousel-control:focus, .carousel-control:hover {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
  filter: none;
}

#Carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}
#Carousel-intro .carousel-control:focus, #Carousel-intro .carousel-control:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}

@media (max-width: 991px) {
  .carousel-big .carousel-control {
    display: none;
  }
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 9;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-indicators {
  bottom: -60px;
}

.indicators-inside {
  bottom: 7px;
}

#Carousel-intro .carousel-indicators {
  bottom: 30px;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
}
.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
  background-color: #666;
  border: 0;
}
.carousel-indicators .active {
  background-color: #52BBB3;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  font-family: sans-serif;
  font-size: 50px;
}

#carousel-light2 {
  margin-top: -115px;
}

.carousel, .item, .active, .carousel-inner {
  height: 100%;
}

.fill {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.carousel-control .icon-next:before {
  font-family: "ionicons";
  content: "";
}
.carousel-control .icon-prev:before {
  font-family: "ionicons";
  content: "";
}

#carousel-news img {
  width: 100%;
}

/* Shop thumbnails carousel */
#carousel-example-generic {
  margin: 20px auto;
  width: 400px;
}

#carousel-shop .carousel-indicators {
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
  position: static;
}
#carousel-shop .carousel-indicators img {
  max-width: 104px;
}
#carousel-shop .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}
#carousel-shop .carousel-indicators li img {
  display: block;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#carousel-shop .carousel-indicators li.active img {
  opacity: 1;
}
#carousel-shop .carousel-indicators li:hover img {
  opacity: 0.75;
}
#carousel-shop .carousel-outer {
  position: relative;
  padding-bottom: 40px;
}

#carousel-dark {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
}

.nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
  background-color: transparent;
}
.nav-pills.nav > li > a {
  padding: 0;
}

/* Animated mouse */
.scroll-btn {
  width: 57px;
  display: block;
  text-align: center;
  margin: 60px auto -60px;
}
.scroll-btn .weel {
  position: relative;
  display: inline-block;
  height: 22px;
  margin: 10px auto 5px;
}
.scroll-btn .mouse {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 50px;
  border: 2px solid #eee;
  border-radius: 24px;
  opacity: 0.5;
}
.scroll-btn .weel span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -14px 0 0 -4px;
  background: #fff;
  border-radius: 20px;
  -webkit-animation: scroll 3s linear infinite;
  -moz-animation: scroll 3s linear infinite;
  animation: scroll 3s linear infinite;
}

@-webkit-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }
  20% {
    opacity: 1;
    top: 80%;
  }
  60% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 0;
    top: 30%;
  }
}
@-moz-keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }
  20% {
    opacity: 1;
    top: 80%;
  }
  60% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 0;
    top: 30%;
  }
}
@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }
  20% {
    opacity: 1;
    top: 80%;
  }
  60% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 0;
    top: 30%;
  }
}
@media (max-height: 690px) {
  .scroll-btn {
    display: none;
  }
}
/* Text rotator */
.rotating {
  display: inline-block;
}

/* Number scroller */
.numscroller {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #00000029;
  border-radius: 39px;
  text-align: center;
  font: normal normal normal 58px/96px Poppins;
  letter-spacing: 0px;
  color: #52BBB3;
  opacity: 1;
  padding: 0;
  width: 100%;
  display: block;
}

.titlechiffre{
  text-align: center;
  font: normal normal normal 23px/38px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0;
}

/* Testimonials */
#testimonials .carousel-inner img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
#testimonials .carousel-caption {
  position: static;
  text-shadow: none;
  color: #444;



}

#testimonials .item{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 66px;
  min-height: 159px;
  margin-bottom: 20px;
  padding: 4rem;
}
#testimonials h6{
  font: italic normal normal 33px/50px Poppins ;
  letter-spacing: 0px;
  font-weight: 600;
  color: #52BBB3;
}

#testimonials .signature{
  font-size: 13px;
}
#testimonials.bg-dark .carousel-caption {
  color: #fff;
}

/*  Portfolio  */
.portfolio-sorting {
  text-transform: uppercase;
  margin-bottom: 48px;
}
.portfolio-sorting li a {
  color: #888;
  text-decoration: none;
  margin: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}
.portfolio-sorting a:hover, .portfolio-sorting a.active {
  color: #555;
}

.portfolio-item {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-items {
  margin-bottom: 0;
}

.portfolio-item a {
  display: inline-block;
  color: #fff !important;
}
.portfolio-item a:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-item img {
  max-width: none;
  position: relative;
  left: 0;
  width: 100%;
}
/* .portfolio-item:hover img {
  transform: scale(1.2, 1.2) translate(15px, 15px);
  -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
  -webkit-transform: scale(1.2, 1.2) translate(15px, 15px);
} */

.portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  /* opacity: 0;
  visibility: hidden; */
  overflow: hidden;
}

.vignette-title {
  position: absolute;
  z-index: 9999;
  text-align: center;
  width: 100%;
}

.portfolio-overlay .caption {
  position: absolute;
  bottom: 100px;
  left: 0;
  padding: 0 60px;
  text-align: left;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
  text-align: center;
}

.portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 10%;
  opacity: 1;
}

.portfolio-item a h5, .portfolio-item a .h5 {
  margin-bottom: 0;
  font-weight: 800;
  color: #fff;
  font-size: 14px !important;
}

.portfolio-wide div {
  margin-bottom: 10px;
}

/* Pricing */
.panel {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.pricing .number {
  font-size: 60px;
}
.pricing .panel-heading {
  border: 0;

}
.pricing .panel-heading h4, .pricing .panel-heading .h4 {
  margin-bottom: 0;
}
.panel-default>.panel-heading{
  background-color: #fff;
}

.panel-default {
  border-color: transparent;
}

.pricing sup, .pricing sub {
  font-weight: 600;
  color: #999;
}
.pricing sup {
  font-size: 16px;
  top: -33px;
  color: #52BBB3;
}
.pricing sub {
  top: 0;
  font: normal normal normal 15px/23px Poppins;
  letter-spacing: 0px;
  color: #000000;
  margin-right: 1rem;
}
.play img:hover{
  opacity: 1;
}

.btnVideo{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 44px !important;
  color: #52BBB3 !important;
  /* font: normal normal normal 22px/33px 'Poppins'; */
  font-weight: 600;
  font-size: 22px !important;
  opacity: 1;
  border: 0px;
  margin-top: 2rem;
}

.btnVideo:hover{
  background: #52BBB3 0% 0% no-repeat padding-box;
  color: #fff !important;
  box-shadow: inset 0px 6px 6px #FFFFFF8C, 0px 3px 6px #00000029;
  opacity: 1;
}

#conference-modal .modal-content{
  border-radius: 54px;
}
.plus{
  background: #CAE6E0 0% 0% no-repeat padding-box;
  border-radius: 1rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
}
.bg-dark .panel, .bg-dark .panel-body, .bg-dark .list-group-item {
  background-color: rgba(0, 0, 0, 0.1);
  list-style: none;
}
.bg-dark .panel-body {
  background-color: transparent;
}
.bg-dark .pricing .panel-heading {
  border: 0;
  background-color: #000;
  color: #ccc;
}

section.bg-dark .fa, section.bg-dark2 .fa {
  color: #ccc;
}

.bg-dark .list-group-item, .bg-dark2 .list-group-item {
  border: 1px solid #222;
}

.pricing .panel-heading {
  border: 0;
}
.pricing .btn {
  display: block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 44px !important;
  color: #52BBB3 !important;
  font: normal normal normal 20px/33px Poppins !important;
  font-weight: 600 !important;
  width: 60%;
  margin: 0 auto;
  border: 0;
}
.pricing .list-group-item, .pricing .panel-heading {
  padding: 17px 10px;
}

.panelcustom{
  margin-top: 3rem;
}

/* Miscellaneous */
.nav-tabs {
  margin-bottom: 30px;
}

/* Pager */
.pager li > a, .pager li > span {
  padding: 30px 0;
  border: 0;
}
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.pagination > li > a, .pagination > li > span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff;
}
.pagination > .active > a {
  background-color: #333;
  border-color: #333;
}
.pagination > .active > a:focus, .pagination > .active > a:hover {
  background-color: #333;
  border-color: #333;
}
.pagination > .active > span {
  background-color: #333;
  border-color: #333;
}
.pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #333;
  border-color: #333;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 50% !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50% !important;
}

/* Bars and charts */
#animate img {
  padding-bottom: 180px;
}

.progress-default .progress {
  background-color: #ddd;
  margin-bottom: 15px;
  height: 25px;
}
.progress-default .progress-bar {
  background-color: #333;
  padding: 3px 0;
}

.progress-bar {
  text-align: left;
  text-indent: 20px;
}

.progress-thin .progress {
  height: 2px;
  overflow: visible;
  margin-bottom: 35px;
}
.progress-thin .progress-bar {
  color: #333;
  text-indent: 0;
  padding: 0;
}

.ombre{
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: 0px 6px 12px #00000029;
  z-index: 8888;
  border-radius: 16rem;
  margin-top: -6.6rem;
}

.ombre2{
  box-shadow: 0px 6px 12px #00000029;
  position: absolute;
  width: 59px;
  height: 59px;
  box-shadow: 0px 6px 12px #00000029;
  z-index: 8888;
  border-radius: 16rem;
  margin-top: -4.6rem;
  margin-left: 1.9rem;
}

#prices{
  background: #CAE6E0;
}

#prices .panel-title{
  font-size: 14px;
  margin: 2rem 0rem;
  text-align: center;
}

#prices h3{
  text-align: center;
  font: normal normal normal 55px/83px 'Poppins' ;
  letter-spacing: 0px;
  font-weight: 600;
  color: #FFFFFF;
}

.blocPrice{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 56px;
  margin-left: 7rem;
}

.blocPricefirst{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 56px;
}

.headingOne{
  background: #CAE6E0 0% 0% no-repeat padding-box !important;
  box-shadow: inset 0px 3px 6px #00000029;
  opacity: 1;
  width: 60%;
  padding: 0 !important;
  border-radius: 7rem;
  margin: 0 auto;

}

.maclasseamoi{
  box-shadow: 0px 6px 12px #00000029 !important;
}

.bg-dark .progress-default .progress {
  background-color: #888;
}
.bg-dark .progress-default .progress-bar {
  background-color: #555;
}
.bg-dark .progress-thin .progress-bar {
  color: #ccc;
}

.circle {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  text-align: center;
  width: 100px;
  padding-top: 38px;
}
.circle span {
  letter-spacing: -1px;

  color: #CAE6E0;
  font: normal normal normal 15px/28px 'Poppins';
  font-weight: 600;

}
.circle canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 6px;
}
.circle span:after {
  content: "%";
  margin-left: 0.1em;
}

.agenda {
  padding-top: 45px;
  font: normal normal normal 13px/19px 'Poppins';
  letter-spacing: 0px;
  color: #52BBB3;
  font-weight: 600;
}

.progress-bar {
  -webkit-transition: width 2.5s ease !important;
  -moz-transition: width 2.5s ease !important;
  transition: width 2.5s ease !important;
}

/* Shop */
.shop-nav {
  width: 250px;
  overflow: hidden;
  padding: 10px 18px 0;
  display: block;
}

.shop-item {
  position: relative;
}

.shop-item img {
  border: 1px solid #eee;
}

nav .shop-cart {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
}

li .shop-cart {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
li .shop-cart a:hover {
  background-color: transparent !important;
}

.shop-cart img {
  width: 70px;
  padding-right: 10px;
  float: left;
}

.shop-nav {
  color: #333;
}
.shop-nav a {
  color: #333;
}
.shop-nav .btn-dark-border {
  margin-bottom: 8px;
}
.shop-nav .fa {
  margin: 0 0 15px 5px;
}

.add-cart {
  position: absolute;
  bottom: 8px;
  left: 20px;
  z-index: 1;
  font-weight: 800;
}

.add-cart:before {
  font-family: "fontawesome";
  content: "";
  padding-right: 10px;
  font-size: 20px;
  opacity: 0.5;
}

.badge.price {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 70px;
  height: 70px;
  text-align: center;
  z-index: 1;
  padding-top: 25px;
  border-radius: 50% !important;
  opacity: 0.7;
}
.badge.price.sale {
  top: 30px;
  background-color: #789;
  color: #fff;
  text-transform: uppercase;
}
.badge.price.trend {
  top: 30px;
  background-color: #c00;
  color: #fff;
  text-transform: uppercase;
}
.badge.price.new {
  top: 30px;
  background-color: #ff4081;
  color: #fff;
  text-transform: uppercase;
}

.sorting {
  border: 0;
  margin: -9px 0px;
  background: transparent;
}
.sorting > option {
  font-size: 14px;
}

.table.shop-cart {
  margin-bottom: 60px;
}
.table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table.shop-cart h3, .table.shop-cart h4, .table.shop-cart h5, .table.shop-cart .h3, .table.shop-cart .h4, .table.shop-cart .h5 {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 5px;
  }
  .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 5px;
  }
  .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 5px;
  }
}




/* Media Queries */


@media (max-width: 768px) {
  body {
    letter-spacing: 0;
  }

  .h4, h4, .hero-p {
    font-size: 16px;
  }

  .h2, h2 {
    font-size: 24px;
  }

  .h3, h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .intro h1 {
    font-size: 48px;
    line-height: 48px;
    padding: 0 3rem;
  }
  .intro h1.classic {
    font-size: 60px;
    line-height: 60px;
    margin: 50px 0 50px;
  }
  .intro h1.classic2 {
    font-size: 65px;
    line-height: 65px;
    margin: 50px 0 50px;
  }

  section, .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0;
  }

  .shop-item img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .action {
    text-align: center;
  }
  .action .btn {
    float: none;
    margin-top: 30px;
    text-align: center;
  }
  .action .text-right {
    text-align: center;
  }

  .footer .text-right {
    text-align: left;
  }
  .footer .footer-menu {
    padding-bottom: 20px;
  }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }

  .search-button {
    margin-top: 5px;
  }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important;
  }

  .nav li a {
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
  }
}
@media (max-width: 1200px) {
  #about, #about2, #about-slider, #action-slider, #action-slider2, #action-slider3 {
    text-align: center;
  }

  #carousel-light, #carousel-light2, #carousel-light3, #carousel-light4, #carousel-dark, #carousel-transparent {
    margin: 45px 0;
  }

  #cockpit-rh h3, #cockpit-rh .h3 {
    font-size: 2rem;
    padding: 0 3rem;
  }
}
@media (max-width: 480px) {

  .teamul2{
    margin-left:2rem;
    width: 95%;
  }

  .h3{
    font: normal normal normal 34px/40px "Poppins" !important;
  }


  #about p {
    margin:0px !important;

  }

  .intro h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #cockpit-rh h3, #cockpit-rh .h3 {
    font-size: 2rem;
    padding: 0 3rem;
  }

  .cockpit {
    padding: 2rem !important;
  }

  .btnVideo{
    font-size: 20px !important;
  }

  .h3bottom{
    font: normal normal normal 31px/50px "Poppins" !important;
  }

  .portfolio-item a:hover .portfolio-overlay .caption{
    line-height: 16px !important;
  }
}
/* Magic background */
.magic, .magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

/* Footer */
.footer {
  color: #444;
  font-size: 14px;
  background: #52BBB3;
}
.footer .footer-menu a {
  font: normal normal normal 15px/27px Poppins;
  letter-spacing: 0px;
  color: white;
}
.footer .counter {
  line-height: 44px;
}
.footer h4, .footer h5, .footer h6, .footer .h4, .footer .h5, .footer .h6 {
  font-weight: 800;
  opacity: 0.7;
}
.footer a {
  text-decoration: none;
  opacity: 1;
}
.footer a:hover {
  text-decoration: none;
}

.footer-small {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 999;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .text-right {
    text-align: center !important;
  }
}
/* Stop animation on mobile devices */
@media (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}
/* Demo page */
.intro.demo-header h1 {
  font-size: 90px;
}
.intro.demo-header h2 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .intro.demo-header h1 {
    font-size: 42px;
  }
}
.demo .container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}
.demo img {
  margin: 15px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.demo h6 {
  font-weight: 500px !important;
}
.demo .badge.new {
  background-color: #ff4081;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 26px;
  right: 20px;
  margin: -24px -14px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 17px;
  z-index: 1;
}

.intro.demo-header .intro-body:before {
  background: rgba(25, 25, 35, 0.7);
}

.scroll-background {
  -webkit-animation: scroll-background 2000s linear infinite;
  animation: scroll-background 2000s linear infinite;
  background-repeat: repeat-x !important;
  margin-top: 58px;
  top: 0 !important;
}

@-webkit-keyframes scroll-background {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -40000px 0;
  }
}
@keyframes scroll-background {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -40000px 0;
  }
}

/*# sourceMappingURL=universal.css.map */





















/* MY CSS */
#portfolio #grid{
  border-radius: 8rem;
}

#portfolio h4, #portfolio .h4 {
  margin: 11rem 0 4rem;
  text-align: center;
}

.checkbox label {
  padding-left: 1rem;
}

.checkbox {
  padding-top: 1rem;
}

.hidden {
  display: none;
}

.hidden:hover {
  display: block;
}

#grid .avantages h5, #grid .avantages .h5 {
  color: #FFF;
  z-index: 1000;
  position: absolute;
  top: 50px;
  /* left: 50px; */
  text-align: center;
  padding: 0 4em;
  width: 100%;
}

#grid .avantages span {
  color: #FFF;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 3rem;
}

#grid .avantages .caption {
  text-align: center !important;
  width: 100%;
}

#prices h4, #prices .h4 {
  text-transform: uppercase !important;
}

#prices .list-group{
  list-style: none;

}

#prices .list-group-item{
  border: 0px;

}

.portfolio-overlay:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

#avantages h4, #avantages .h4 {
  font-size: 16px;
  /* height: 180px; */
}

#avantages .h4{
  margin-bottom: 10px;

  color:#52BBB3;
}

#avantages img{
  width: 78px;
  margin: 0 auto;
}

.specialRow{
  width: 132%;
  margin-left: -5%;
}
.img_avantage{
  text-align: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #000000C4;
  border-radius: 31px;
  width: 132px;
  padding: 25px 0px 0px 0px;
  height: 132px;
  margin: 0 auto 23px auto;
}

#avantages .h3{

  margin-bottom: 0px;
}
/* #avantages img {
  height: 50px;
  width: 50px;
} */

.av p {
  height: 38px;
  font-size: 16px;
  line-height: 23px;
}

.copyright {
  padding: 30px 0 !important;
}

.copyright h6 {
  margin: 0 !important;
}

.copyright ul {
  margin-bottom: 0;
}

.copyright .list-inline > li {
  padding-bottom: 0;
}

.h2, h2, .h3, h3 {
  font-size: 30px;
  font: normal normal normal 53px/83px "Poppins" ;
  letter-spacing: 0px;
  font-weight: 600;
 /* color: #52BBB3;*/
}

.caption {
  width: 100%;
}

.small {
  font-size: 2rem;
}

.space {
  padding: 3rem;
}

.color {
  color: #52BBB3 !important;
}

.white {
  color: #FFF;
}

.fa-heart:before {
  color: #52BBB3;
}

.footer h5, .footer .h5 {
  color: #52BBB3;
}

.copyright a:hover, .rs a:hover {
  color: #52BBB3;
}

.portfolio-item .caption span {
  font-size: 1.2rem !important;
}

#prices .btn-dark:hover {
  border: 2px solid #52BBB3;
}

#faq .section-small {
  padding-bottom: 0;
}

.btn-services {
  margin: 0 5rem;
}

.picto {
  display: flex;
  justify-content: center;
  align-items: center;
}

.picto img {
  padding: 0 1rem;
}

.wow ul li {
  padding: 1rem 0;
}

.green {
  color: #52BBB3;
  font-weight: bold;
}
.colorgreen {
  color: #52BBB3;
  font-weight: bold;


  line-height: 48px;
  font-size: 3rem !important;
}

/* #services .btn:hover {
  color: #52BBB3 !important;
} */

#about2 .btn:hover, #news .btn:hover {
  border-color: #52BBB3 !important;
}

.checkbox input[type=checkbox] {
  margin-left: -10px;
}

p.checkbox {
  font-style: italic;
  font-size: 1.2rem;
}

#video h2 {
  margin: 2.5rem 0 3.5rem;
}



.service {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.servicesH3{
  font: normal normal normal 53px/83px "Poppins" !important;
  font-weight: 600 !important;
}

#cockpit-rh h3, #cockpit-rh .h3 {
  text-align: center;
}

.cockpit {
  padding: 5rem 10rem;
  border-top: 1px solid #52BBB3;
}

/* .client, .referent {
  width: 33%;
} */

.mt {
  margin-top: 1rem;
  display: block;
}

#about p {
  margin: 4rem 0rem;

  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 49px;
  padding: 6rem;
  font: normal normal normal 14px/21px Poppins;
}

#trophees .h5 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 21px;
  height: 56px;
  font: normal normal normal 18px/56px Poppins;
  letter-spacing: 0px;
  color: #52BBB3;
  font-weight: 600;
}

#trophees .h3{
  font: normal normal normal 55px/83px Poppins;
  letter-spacing: 0px;
  color: #52BBB3;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.blocTrophee{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 70px;
  font: normal normal normal 15px/27px Poppins;
  letter-spacing: 0px;
  color: #000000;
  height: 300px;
}
.blocTrophee img{
  max-height: 120px;
  width: auto;
}
.blocTrophee p{
  padding: 10px;
  font-size : 15px;
}



/* CONFERENCE */

/* #conference img {
  margin-bottom: 3rem;
} */

#conference .container {
  margin: 3rem auto !important;
}



/* GUIDE RH */

.modal-container .modal-content {
  text-align: center;
  background-color: #FFF;
  padding: 2rem 3rem;
  width: 600px;
  max-width: 90%;
  position: relative;
  color: #000;
  z-index: 10000000000000000000000;
  border-radius: 4rem;
}

.modal-content .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  font-size: 3rem;
  width: 50px;
  border-radius: 50%;
  height: auto;
  color: #545454;
  border: none;
  background: none;
}

.modal-content form {
  margin: 3rem 0;
}

.modal-content form .buttons {
  margin-top: 3rem;;
}


.two-inline {
  display: flex;
  justify-content: space-between;
}

.two-inline .control-group {
  width: 49%;
}

.two-inline .captcha2 {
  width: 100%;
}

.two-inline #captcha2 {
  width: 30%;
}

/* .two-inline .form-group .captcha2, .two-inline .form-group .captcha {
  width: 80%;
} */

.modal-content .input-lg {
  height: 35px;
  border-radius: 2rem !important;
}

.modal-content input {
  font-size: 1.3rem;
}

.modal-content p.h2 {
  font-size: 2.8rem;
  padding: 0 1rem;
  margin: 0 0 20px;
  line-height: 1.5;
}
.modaltitle{
  font: normal normal normal 44px/65px Poppins;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 600;
}


.modal-content p.accroche {
  line-height: 1.5;
  font-size: 1.4rem;
  text-shadow: none;
}

.modal-content .form-group {
  margin-bottom: 10px;
}


#subscribe .overlay-white, #subscribe {
  z-index: unset;
}

/* #team section, #team .section {
  z-index: inherit !important;
} */



/* CONFIANCE */

#confiance .h3,  #clients .h3, #testimonials .h3, #faq .h3{
  color: #52BBB3;
}

#confiance ul>li {
  text-align: left;
}

#confiance .progress-default .progress {
  height: 30px;
}

#confiance .progress-default .progress-bar {
  background-color: #52BBB3;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 5px;
}


#confiance #portfolio {
  padding: 50px 0 0 ;
}

#confiance #portfolio .logo-flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 8rem !important;
}

#confiance #portfolio .logo-flex img {
  width: 80px !important;
  /* margin: 0 2rem !important; */
}

#confiance #portfolio .flex-column {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
#confiance .portfolio-items {
  border-radius: 8rem;
}
#confiance .portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 0 !important;
}

.filariane{
  color: #52BBB3;
}


#clients .client a{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 42px;
  width: 90%;
  display: block;
  padding: 10px;
  min-height: 144px;
}

/**** MENU DEROULANT ****/


#decollage a:first-child, #croisiere a:first-child, #supersonic a:first-child, #accordion a:first-child {
  color: #52BBB3;
}

.pricing .number {
  color: #52BBB3;
}

#prices p {
  margin: 2rem;
  text-align: center;
}

.panel-body {
  border-top: 3px solid #CAE6E0;
  /* border-bottom: 1px solid #222; */
}
.panel-collapse{display: none}

.bb {
  border-bottom: 3px solid #CAE6E0;
}

#accordion .panel .faq {
  text-transform: none;
  font-weight: normal;
  text-align: center;
  display: block;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 29px;
  padding-bottom: 2rem;
}
#accordion .panel-heading{
  padding: 0;
}
#accordion.panel-group .panel{
  display: block;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 29px;
  padding: 0px;
  margin-bottom: 3rem;
}

.noBorder{
  border-top: 0px !important;
}

/**** FIN MENU DEROULANT ****/


/*** POPUP RGPB ***/

/* .overlay-popup {
  position: fixed;
  left: 0px;
  right: 0px;
  height: auto;
  min-height: 50px;
  z-index: 100000;
  background-color: rgb(0, 0, 0);
  color: rgb(221, 221, 221);
  line-height: 50px;
  padding: 2rem 5%;
  font-size: 1.2rem;
  text-align: center;
  bottom: 0px;
  opacity: 0.9 !important;
  line-height: 2em !important;
} */

/*
.overlay-popup h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
} */

.overlay-popup p {
  margin-bottom: 3rem;
}

.overlay-popup a {
  color: #FFF !important;
  margin: 0 1rem;
}

.overlay-popup a:hover {
  /* border: 2px solid #000 !important;
  color: #000 !important;
  z-index: 1000 !important; */
  border-color: #52BBB3;
  background-color: #52BBB3;
}

.setup-cookies {
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
}


/*** FIN POPUP RGPB ***/


/*** VIDEO BG ***/

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

/*** FIN VIDEO BG ***/



/* a.btn-dark {
  background-color: #52BBB3 !important;
  border-color: #52BBB3 !important;
} */

.green {
  background-color: #52BBB3 !important;
  border-color: #52BBB3 !important;
}

.captcha {
  margin-top: 2rem;
}




/*** SEO ***/

.intro-body .h4 {
  margin: 0 0 35px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  /*line-height: 1.7 !important;
  font-weight: 800 !important;*/
  margin-top: 3rem !important;
  font: normal normal normal 28px/42px "Poppins" 500 !important;;
}

#about .h3,  #prices .h3 {
  text-align: center !important;
  color: #52BBB3;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 1.8rem;
  padding: 10px;
  text-align: center;
  font-weight: 600 !important;
  width: 68%;
  margin: 0 auto;
  font: normal normal normal 34px/43px Poppins;
}

#announce{
  background: #cae6df;
}
.titleAnnounce{
  color: white;
  text-transform: inherit;
  font-family: 'Poppins';
  font-weight: 700;
  text-align: left;
  width: 67%;
  margin: 50px auto;
  font-size: 4.1rem;
  line-height: 5rem;
}
.dateAnnounce{
  background: white;
  border-radius: 2.5rem;
  color: #4abbb2;
  font-weight: bold;
  width: 67%;
  margin: 0 auto;
  font-size: 5rem;
  font-family: 'Poppins';
}
.img-responsive{
  max-width: 100%;
}

#services .h4 {
  height: 30px !important;
}
#services h4, #services h3, #services h5{
  text-align: center;
  font: normal normal normal 20px/10px Poppins;
  font-weight: 600;
  letter-spacing: 0px;
  color: #52BBB3;
  margin: 0 0 27px;
}
#prices #headingTwo {
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

#video .h2 {
  margin-top: 4rem !important;
}

#faq .h4 {
  margin-bottom: 0 !important;
}


/* CONTACT */

#contact .h5 {
  margin: 0 0 30px;
}

#contact .contact-infos {
  margin: 3rem 0;
}

#contact .cta-download {
  margin-top: 5rem;
}




/* BANDEAU RGPD */

.modal-open{
    overflow: hidden;
    height: 100%;
}

#contentWrapper {display:unset;}

/***
* Reset CSS
*/
#tarteaucitronRoot span, #tarteaucitronRoot applet, #tarteaucitronRoot object, #tarteaucitronRoot iframe, #tarteaucitronRoot h1, #tarteaucitronRoot h2, #tarteaucitronRoot h3, #tarteaucitronRoot h4, #tarteaucitronRoot h5, #tarteaucitronRoot h6, #tarteaucitronRoot .h1, #tarteaucitronRoot .h2, #tarteaucitronRoot .h3, #tarteaucitronRoot .h4, #tarteaucitronRoot .h5, #tarteaucitronRoot .h6 #tarteaucitronRoot p, #tarteaucitronRoot blockquote, #tarteaucitronRoot pre, #tarteaucitronRoot a, #tarteaucitronRoot abbr, #tarteaucitronRoot acronym, #tarteaucitronRoot address, #tarteaucitronRoot big, #tarteaucitronRoot cite, #tarteaucitronRoot code, #tarteaucitronRoot del, #tarteaucitronRoot dfn, #tarteaucitronRoot em, #tarteaucitronRoot img, #tarteaucitronRoot ins, #tarteaucitronRoot kbd, #tarteaucitronRoot q, #tarteaucitronRoot s, #tarteaucitronRoot samp, #tarteaucitronRoot small, #tarteaucitronRoot strike, #tarteaucitronRoot strong, #tarteaucitronRoot sub, #tarteaucitronRoot sup, #tarteaucitronRoot tt, #tarteaucitronRoot var, #tarteaucitronRoot b, #tarteaucitronRoot u, #tarteaucitronRoot i, #tarteaucitronRoot center, #tarteaucitronRoot dl, #tarteaucitronRoot dt, #tarteaucitronRoot dd, #tarteaucitronRoot ol, #tarteaucitronRoot ul, #tarteaucitronRoot li, #tarteaucitronRoot fieldset, #tarteaucitronRoot form, #tarteaucitronRoot label, #tarteaucitronRoot legend, #tarteaucitronRoot table, #tarteaucitronRoot caption, #tarteaucitronRoot tbody, #tarteaucitronRoot tfoot, #tarteaucitronRoot thead, #tarteaucitronRoot tr, #tarteaucitronRoot th, #tarteaucitronRoot td, #tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot canvas, #tarteaucitronRoot details, #tarteaucitronRoot embed, #tarteaucitronRoot figure, #tarteaucitronRoot figcaption, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot output, #tarteaucitronRoot ruby, #tarteaucitronRoot section, #tarteaucitronRoot summary, #tarteaucitronRoot time, #tarteaucitronRoot mark, #tarteaucitronRoot audio, #tarteaucitronRoot video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*background: initial;*/
    text-align: initial;
    text-shadow: initial;
}

/* Groups */
button.tarteaucitron-toggle-group {
    display: block;
    font-weight: 700;
    padding: 0;
    margin-top: 8px;
}


/* Animation */
#tarteaucitronRoot * {transition: border 300ms, background 300ms, opacity 200ms, box-shadow 400ms}

/* HTML5 display-role reset for older browsers */
#tarteaucitronRoot article, #tarteaucitronRoot aside, #tarteaucitronRoot details, #tarteaucitronRoot figcaption, #tarteaucitronRoot figure, #tarteaucitronRoot footer, #tarteaucitronRoot header, #tarteaucitronRoot hgroup, #tarteaucitronRoot menu, #tarteaucitronRoot nav, #tarteaucitronRoot section {
    display: block;
}
#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
}
#tarteaucitronRoot blockquote, #tarteaucitronRoot q {
    quotes: none;
}
#tarteaucitronRoot blockquote:before, #tarteaucitronRoot blockquote:after, #tarteaucitronRoot q:before, #tarteaucitronRoot q:after {
    content: '';
    content: none;
}
#tarteaucitronRoot table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tarteaucitronRoot a:focus-visible, #tarteaucitronRoot button:focus-visible {
    outline: 3px dashed #3d86d8;
}

/***
 * Better scroll management
 */
div#tarteaucitronMainLineOffset {
    margin-top: 0!important;
}

div#tarteaucitronServices {
    margin-top: 21px!important;
}

#tarteaucitronServices::-webkit-scrollbar {
    width: 5px;
}

#tarteaucitronServices::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

#tarteaucitronServices::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
}

div#tarteaucitronServices {
    box-shadow: 0 40px 60px #545454;
}

/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}

@media screen and (max-width:767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }

    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }

    .tarteaucitronName .tarteaucitronH2 {
        max-width: 80%;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
        text-align: center !important;
    }

    #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk button {
        margin-bottom: 5px;
    }

    /* #confiance #portfolio .logo-flex img {
      margin: 0 7rem;
    }

    #confiance #portfolio .logo-flex {
      padding-bottom: 17rem;
    } */

}

@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }

    #confiance #portfolio .logo-flex img {
      width: 61px !important;
      /* margin: 0 3rem !important; */
    }
}

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



}

/***
 * Common value
 */
#tarteaucitronRoot div#tarteaucitron {
    left: 0;
    right: 0;
    margin: auto;
}

#tarteaucitronRoot button#tarteaucitronBack {
    background: #eee;
}

#tarteaucitron .clear {
    clear: both;
}

#tarteaucitron a {
    color: rgb(66, 66, 66);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}



#tarteaucitronAlertBig strong, #tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #fff;
}

#tarteaucitron strong {
    font-size: 22px;
    font-weight: 500;
}

#tarteaucitron ul {
    padding: 0;
}

#tarteaucitron .tarteaucitronH1, #tarteaucitron .tarteaucitronH2, #tarteaucitron .tarteaucitronH3, #tarteaucitron .tarteaucitronH4, #tarteaucitron .tarteaucitronH5, #tarteaucitron .tarteaucitronH6 {
    display: block;
}

.cookie-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/***
 * Root div added just before </body>
 */
#tarteaucitronAlertBig {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 50px;
    z-index: 100000;
    background-color: rgb(0, 0, 0);
    color: rgb(221, 221, 221);
    line-height: 50px;
    padding: 2rem 5%;
    font-size: 1.2rem;
    text-align: center;
    bottom: 0px;
    opacity: 0.9 !important;
    line-height: 2em !important;
}

#tarteaucitronRoot button{
    color: #52BBB3 !important;
    margin: 0 1rem;
}

#tarteaucitronRoot button:hover {
    /* border: 2px solid #000 !important;
    color: #000 !important;
    z-index: 1000 !important; */
    border-color: #52BBB3;
    background-color: #52BBB3;


}

#tarteaucitronRoot * {
    box-sizing: initial;
    color: #333;
    font-family: sans-serif !important;
    font-size: 14px;
    line-height: normal;
    vertical-align: initial;
}

#tarteaucitronRoot .tarteaucitronH1 {
    font-size: 1.5em;
    text-align: center;
    color: #fff;
    margin: 15px 0 28px;
}

#tarteaucitronRoot .tarteaucitronH2 {
    display: inline-block;
    margin: 12px 0 0 10px;
    color: #fff;
}

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
    margin-left: 0;
}

/***
 * Control panel
 */
#tarteaucitronBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

#tarteaucitron {
    display: none;
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    border: 2px solid #333;
    border-top: 0;
    height: auto;
    overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
    color: #555;
    font-size: 12px;
    margin: 15px auto 0;
    width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative;
}

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
    width: 100%;
    box-sizing: border-box;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0px 0px;
    padding: 5px 20px;
    text-align: left;
    width: auto;
    background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
    font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
    margin: 0;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    max-width: 270px;
    padding: 20px;
    position: absolute;
    z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
    color: #fff;
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background: rgba(51, 51, 51, 0.1);
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
    border-color: #1B870B;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
    border-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #333;
    border: 3px solid #333;
    border-left: 9px solid #333;
    border-top: 5px solid #333;
    margin-bottom: 0;
    margin-top: 21px;
    position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
    color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    margin: 7px 15px 0;
    text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    background: gray;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 0;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
    background-color: #1B870B;
    opacity: 1;
}
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
    background-color: #9C1A1A;
    opacity: 1;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #1B870B;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
    background-color: #9C1A1A;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: #333;
    font-size: 12px;
}

#tarteaucitron .tarteaucitronH3 {
    font-size: 18px;
}

#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
    width: auto!important;
    margin-left: 0!important;
    font-size: 14px;
}
span#tarteaucitronDisclaimerAlert {
    padding: 0 10px;
    display: inline-block;
    margin-bottom:20px;
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-color: #333!important;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
    top: 0;
}

.tarteaucitronAlertBigBottom {
    bottom: 0;
}


#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font: 15px verdana;
    color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
    cursor: pointer;
}


#tarteaucitronRoot .tarteaucitronDeny {
    background: #9C1A1A;
}

#tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 5px 10px;
}

#tarteaucitronPercentage {
    background: #0A0!important;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 2147483644;
}

/***
 * Icon
 */
.tarteaucitronIconBottomRight {
    bottom: 0;
    right: 0;
}
.tarteaucitronIconBottomLeft {
    bottom: 0;
    left: 0;
}
.tarteaucitronIconTopRight {
    top: 0;
    right: 0;
}
.tarteaucitronIconTopLeft {
    top: 0;
    left: 0;
}

.tarteaucitronIconTopLeft #tarteaucitronManager {
    border-radius: 2px 7px 7px 2px;
}

.tarteaucitronIconTopRight #tarteaucitronManager {
    border-radius: 7px 2px 2px 7px;
}

.tarteaucitronIconBottomLeft #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

.tarteaucitronIconBottomRight #tarteaucitronManager {
    border-radius: 7px 7px 2px 2px;
}

#tarteaucitronIcon {
    background: transparent;
    position: fixed;
    display: none;
    width: auto;
    z-index: 2147483646;
}
#tarteaucitronIcon #tarteaucitronManager {
    color: transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
    border: none;
}
#tarteaucitronIcon #tarteaucitronManager img {
    width: 50px;
    height: 50px;
}

#tarteaucitronRoot .tarteaucitronCross::before {
    content: '\2717';
    display: inline-block;
    color: white;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
    content: '\2713';
    display: inline-block;
    color: white;
}

#tarteaucitronRoot .tarteaucitronPlus::before {
    content: '\271b';
    display: inline-block;
    color: white;
}


/***
 * Small alert
 */

.tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom {
    bottom: 0;
}

#tarteaucitronAlertSmall {
    background: #333;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    background-color: gray;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0px 10px;
    vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
    color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: #333;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
    color: #fff;
    font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: #333;
    text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
    color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    color: #333;
    display: inline-block;
    font-size: 11px;
    margin-left: 10%;
    vertical-align: top;
    width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
    background: #333;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%;
}

.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tac_activate .tac_float strong {
    color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #1B870B;
    display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
    text-decoration: none;
}

div.amazon_product {
    height:240px;
    width:120px;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
    opacity: 0.4!important;
}.tarteaucitronIsDenied .tarteaucitronAllow {
     opacity: 0.4!important;
 }.tarteaucitronIsAllowed .tarteaucitronAllow {
      opacity: 1!important;
  }.tarteaucitronIsDenied .tarteaucitronDeny {
       opacity: 1!important;
   }
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
    opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
    opacity: 1;
}

div#tarteaucitronInfo {
    display: block!important;
    position: relative !important;
    text-align: center!important;
    max-width: 80%!important;
    padding: 15px 0!important;
    margin: -10px auto 40px!important;
    font-size: 1em!important;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #555;
}

a.tarteaucitronSelfLink {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center!important;
    display: block;
    height:30px;
}

.tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.2em!important;
    margin-top: 4px!important;
}

span.tarteaucitronTitle.tarteaucitronH3 {
    margin-top: 12px!important;
}

#tarteaucitronCloseCross {
    position:absolute;
    color: #FFFF;
    font-size:1.8rem;
    cursor: pointer;
    top: 10px;
    right: 26px
}

#tarteaucitronIcon button {
  background: transparent;
}

.tarteaucitronBeforeVisible{
    display:block !important;
}

/* Modal */
.modal-shown {
  overflow: hidden;
}

.modal-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-container.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

form .error {
  color: red;
  text-align: start;
  font-size: 14px;
}
#guide-modal .consent-checkbox > label {
  font: normal normal normal 13px/15px Poppins;
  letter-spacing: 0px;
  color: #000;
}

#subscribe .consent-checkbox {
  text-align: initial;
  width: 54%;
  margin: 12px auto 0;
}

#subscribe .consent-checkbox > label {
  font: normal normal normal 13px/15px Poppins;
  letter-spacing: 0px;
  color: #fff;
}

.inputroundedleft{
  border-radius: 20px 0px 0px 20px !important;
}

.inputroundedright{
  border-radius: 0px 20px 20px 0px !important;

}

.consent-checkbox input {
  margin-right: 3px;
}

.btnSubmitModal{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 31px !important;
  font: normal normal normal 20px/22px Poppins !important;
  letter-spacing: 0px;
  color: #52BBB3;
}

#conference-form label, #livre-blanc-form label, #livre_blanc-form label{
  font-weight: normal;
  font-size: small;
}

@media (max-width: 820px) {
  .specialRow{
    width: 100%;
  }

  .blocPrice, .blocPricefirst {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 56px;
    margin: 0 auto 2rem;

    padding: 10px;
  }
}
.hideMobile{
  display:block;
  max-width: 100%;
}
.hideDesktop{
  display:none;
  max-width: 100%;
}

.h5{
  font-size: 1.5rem !important;
  text-align :center;
  display: block;
}
@media (max-width: 468px) {
  .hideMobile{
    display:none;
  }
  .hideDesktop{
    display:block;
  }
  .intro h1, .h1{
    font: normal normal bold 3rem/4rem Poppins;
    padding: 0 0rem;
  }
  .titleAnnounce{
    width: 100%;
    text-align: center;
  }
  .dateAnnounce{
    width: 100%;
    font-size: 4rem;
    line-height: 6rem;
  }
  #about .h3, #prices .h3
  {
    width: 100%;
    margin: 3rem auto 1rem !important;
  }
  .service{
    display: block;
  }

  .specialRow {
    width: 100%;
    margin-left: 0%;
  }
  .headingOne{
    width: 100%;
  }

  #portfolio #grid {
    border-radius: 8rem;
    width: 90%;
    margin: 0 auto;
  }

  .blocPrice, .blocPricefirst {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 56px;
    margin: 0 auto 2rem;
    width: 90%;
    padding: 10px;
  }
  .pricing sub{
    margin-right: 0.5rem;
  }
  .blocTrophee{
    width: 90%;
    margin: 0 auto;
  }


}
.actuImg{
  min-height: 330px;
}

.descActu{
  min-height: 85px;
}
.titre_tab{
  min-height: 135px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Poppins';
}

.justify-content-center {
  display: flex;
  justify-content: center;
}
.topM1{
   top:-1px !important;
 }

.topP1{
  top:1px !important;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
  border-top:  0px !important
}
