.main_h {
  /*sition: fixed;*/
  top: 0px;
  /*max-height: 70px;*/
  z-index: 999;
  width: 100%;
  /*padding-top: 17px;*/
  /*background: none;*/
  
  background-color: #fff;
  /*ckground-color: rgba(255, 255, 255, 0.93);*/
  color: #656D6D;

  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*opacity: 0;
  top: -100px;*/
  
  /*color: #f8f9fa;*/
  /*padding-bottom: 6px;*/
  font-family: "Montserrat", sans-serif;

  
}

.fondHeaderHome {
  background-color: rgba(66,186,150,.1);
}

/*@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}*/

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
  color: #656D6D;
  position: fixed;
}

.logo {
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

/*nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #888888;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}*/

.rowHeader {
  width: 100%;
  /*max-width: 1100px;*/
  /*margin: 0 auto;*/
  position: relative;
  /*padding: 0 2%;*/
  display: flex;
}


a {
  text-decoration: none;
}

/*h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}*/

/*p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2;
}*/


.content {
  padding: 50px 2% 250px;
}

.hero {
  position: relative;
  /*background: url(http://www.philippefercha.com/cd/toggle-menu-bg.jpg) no-repeat center center fixed;*/
  /*background: url(http://baid-plougastel.dev/wp-content/uploads/2018/04/header_pavé_citoyens.mp4) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;*/
  text-align: center;
  color: #fff;
  /*padding-top: 110px;*/
  min-height: 500px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;

/*background: radial-gradient(#e4e4e4 15%, transparent 16%) 0 0,
radial-gradient(#e4e4e4 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px,
url(http://baid-plougastel.dev/wp-content/uploads/2018/02/carousel-balades-rade-brest-1200x400-7.jpg) no-repeat center center cover;
*/
/*background: url('http://baid-plougastel.dev/wp-content/uploads/2018/02/carousel-balades-rade-brest-1200x400-7.jpg') no-repeat center center fixed;*/
/*background-color:#282828;*/

/*background-color: white;*/
/*background-size:16px 16px;*/
}
.hero h1 {
  font-size: 50px;
  line-height: 1.3;
  /*padding-bottom: 3rem;*/
}
.hero h1 span {
  font-size: 25px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  /*border-radius: 13px;
  border: 2px solid #fff;*/
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
 /* border-radius: 4px;
  background: #e8f380;
  border: 1px solid transparent;*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

#baidHeaderVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
}

.logoHeaderPage {
  /*height: 70%;*/
  height: 100%;
  width: inherit;
}

/* Les éléments sont placés l'un à côté de l'autre */
.header-inner {
  display: table;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; /* on centre l'élément */
  padding: 20px 25px; /* on ventile un peu */
}
.header-inner > * {
  display: table-cell;
  vertical-align: middle;
}

/* ---------- HEADER ---------- */
/* Alignement du menu */
.header-nav {
  text-align: right;
}
/*
   Faire passer le menu en inline (inline-block, inline-table ou inline-flex) pour le rendre sensible à l'alignement à droite. Ses items aussi sont en inline.
*/
.header-nav ul,
.header-nav li {
  display: inline;
  list-style: none;
}
.header-nav a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  vertical-align: middle;
  font-weight: 300; /* entre regular et light */
  letter-spacing: 0.025em;
  color: inherit;
  text-decoration: none;
}

/* Animation du lien */
.header-nav a:after {
  content: "";
  position: absolute;
  bottom: 0; right: 20px; left: 20px;
  height: 2px;
  /*background-color: tomato;*/
  background-color: #eb3941;
  
  /* Préparation de notre animation */
  opacity: 0;
  transform: translateY(5px);
  transition: all .4s;
}
/* Le trait va remonter et apparaitre */
.header-nav a:hover:after,
.header-nav a:focus:after {
  opacity: .6;
  transform: translateY(0);
}
/* Je vire outline car juste au-dessus je définis un style :focus */
.header-nav a:focus {
  outline: none;
}


li.nav-item a {
  font-family: 'Raleway', sans-serif;
  /*color:#343a40 !important;*/
  font-size:1.2rem !important;padding:0 2rem !important;
  font-weight:600;
  text-transform:none !important;
}


.headerImage {
  /* The image used */
    /*background-image: url("../images/crowd-min.jpg");*/
    background-image: url("../images/colors.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
  
    margin: 0 auto;
    position: relative;
    /*padding: 0 2%;*/
    /*padding-top: 110px;*/
    padding-top: 3rem;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0px;
    
    display: flex;
}

a.logo > h1 {
  font-size: 1.2em !important;
  min-width: 300px;
  text-shadow: none;
}

.main_h {
  overflow:visible;
}

.header-nav ul.menu {
  position:relative;
  /*float:left;*/
  overflow:visible;
  /*padding-top:30px;
  padding-left:150px;*/
  z-index:9999;
}

.header-nav ul.menu li {
  position:relative;float:left;
 }

.header-nav ul.menu li a {
  font-weight:700;font-size:1em;
 }

.header-nav ul.sub-menu {
   position:absolute;
   top:100%;
   left:0;
   padding:0;
   z-index:99999;
   background:#FFF;
 }

.header-nav ul.sub-menu li {
   width:150px;
   text-align:left;
   margin-left:0;
   line-height: 1.2;
 }
.header-nav ul.sub-menu li a {
   font-size:0.8em;
   line-height:1.1;
 }

/*nav {
  width:50%;
}*/

.barreInfos {
  display: inline-flex;
  float: right;
}

.menuContainerBaid {
  display: inline-flex;
}

.header-nav {
  /*display: inline-flex;*/
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

@media  only screen
  and (min-width: 900px) {
  .header-nav { justify-content: space-around; }
}

.sectionMenu {
  display: flex;
  flex-direction: column;
  /*flex: 1 100%;*/
}

.zoneProfil {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 2;
}
@media only screen and (max-width: 766px) {
  .zoneProfil {
    justify-content: flex-start;
  }
}

.ajusterTitre {
  padding-top: 10%;
}

@media only screen and (max-width: 1200px) {
  .ajusterTitre {
    padding-top: 2%;
  }
}

/*body {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}*/


.btnCommencer,
.btnCommencerIn {
  /*width: 300px;
  height: 100px;
  font-size: 30px;
  text-align: center;
  line-height: 100px;*/
  color: rgba(255,255,255,0.9);
  /*border-radius: 50px;*/
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
          animation: anime 16s linear infinite;
  border: none;
  box-shadow: 2px 10px 211px 14px rgba(255,255,255,1);
}
.btnCommencerIn {
  position: absolute;
  margin-top: -70px;
  z-index: -1;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.8;
}
@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

button.navbar-toggler {
  color: black !important;
}

button.navbar-toggler:hover {
  background-color: transparent !important;
  color: black !important;
}


ul.navbar-nav > li.nav-item > a.nav-link {
  color: #888888;
  text-transform: uppercase;
  position:relative;
}


/* Animation du lien */


/*

ul.navbar-nav > li.nav-item > a.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0; right: 20px; left: 20px;
  height: 2px;
  background-color: #eb3941;

  /* Préparation de notre animation * /
  opacity: 0;
  transform: translateY(5px);
  transition: all .4s;
}
/* Le trait va remonter et apparaitre * /
ul.navbar-nav > li.nav-item > a.nav-link:hover::after,
ul.navbar-nav > li.nav-item > a.nav-link:focus::after {
  opacity: .6;
  transform: translateY(0);
}
/* Je vire outline car juste au-dessus je définis un style :focus * /
ul.navbar-nav > li.nav-item > a.nav-link:focus {
  outline: none;
}*/

.dropdown-toggle:after {
  border: none !important;
  content: "\e92e";
}
.dropdownHeader {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  border: none !important;
}

.dropdownHeader:hover {
   color: #eb3941 !important;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  background-color: #f8f9fa !important;
  text-decoration: none !important;
}

li.nav-item a.dropdownHeader {
  padding: 0 0.5rem !important;
}

.logoheader {
  width: 48px !important;
  height: 45px !important;
}

/* HEADER PLATEFORME */

.titre-page {
  /*background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  border: none;
  box-shadow: 2px 10px 211px 14px rgba(255,255,255,1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #eb3941;

  /*font-weight: 600 !important;*/
  font-size: 0.9rem !important;
}

.logo-dashboard {
  max-width: 20rem !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.logo-dashboard-img {
  max-height: 3rem !important;
  width: auto !important;
  justify-content: center;
  align-items: center;
  display: flex;
}

.texteEntete.v21 {
/*background-color: #8EC5FC;
background-image: linear-gradient(62deg, #E0C3FC 0%, #8EC5FC 100%);

background-color: #FFDEE9;
background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);

background-color: #21D4FD;
background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);*/

background-color: #21D4FD;
background-image: linear-gradient(19deg, #B721FF 0%, #21D4FD 100%);

}

.imgdiag {
  transform: translate3d(20%,-55%,0);
}

.texteEntete.v21:after{
    content:'';
    width:100%; 
    height:100%;
    position:absolute;
    top:0; 
    left:0;
    background:linear-gradient(19deg, #B721FF 0%, #21D4FD 100%);
    z-index:-1;
    transform: skewX(-20deg);
    transform-origin:0 0;
}

.transparent-header {
  background: transparent;
  border-bottom: none !important;
  color: white !important;
}

.nav-link.topmenu:hover{
  color: #ff3d77 !important;
  transition: color 0.3s;
}

/* Header dashboard */
.py-header-dashboard {
  padding-top: 5rem !important;
 }