@charset "UTF-8";
/*=============================================
=            section navbar            =
=============================================*/

.scroll-para {
  font-size: 12px;
  margin-top: 0.5%;
  color: #fff;
}



.navbar {
  box-shadow: none;
  background: transparent;
  border: none;
  z-index: 3000;
}

.navbar-default .navbar-nav > li {
  display: inline-block;
  min-width: 50px;
}

.navbar-default .navbar-nav > li > a {
  mix-blend-mode: screen;
  color: white;
  text-decoration: none;
  line-height: 70px;
  padding: 0 10px;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}


@media (min-width: 768px) and (max-width: 1440px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    margin-left: -50px;
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.175) 0px 6px 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.175) 0px 6px 12px;
  box-shadow: rgba(0, 0, 0, 0.175) 0px 6px 12px;
  background-clip: padding-box;
}

.navbar-default .navbar-nav > li > a:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.navbar-default .navbar-nav > li > a:hover:after {
  color: #f47b00;
  width: 90%;
  background: #f47b00;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #f47b00;
}

.nav.navbar-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
  }
}
.logo {
  width: 150px;
  height: auto;
}

@media (max-width: 375px) {
  .logo {
    width: 120px;
    height: auto;
  }
}
@media (max-width: 320px) {
  .logo {
    width: 100px;
    height: auto;
  }
}
.drap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.drap-fr {
  width: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

.drap-gb {
  width: 25px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

/*=====  End of section navbar  ======*/
/*=============================================
=            séparation            =
=============================================*/
.trait {
  border: 0.5px solid #fff;
}

/*=====  End of séparation  ======*/
/*=============================================
=            section header counter          =
=============================================*/
.logo-header {
  width: 25em;
  height: auto;
}

@media (max-width: 320px) {
  .logo-header {
    width: 16em;
    height: auto;
  }
}
@media (min-width: 375px) and (max-width: 375px) {
  .logo-header {
    width: 16em;
    height: auto;
  }
}

.header {
  /* position: relative; */
}

.header-title {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.compteur-block {
  display: inline-block;
  border: 1px solid rgba(31, 26, 41, 0.678);
  width: 56px;
  height: 79px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 2px 6px 4px rgba(0,0,0, 0.11);
}

.compteur-element {
  color: #673AB7;
  font-size: 48px;
  font-weight: 300;
  line-height: 82px;
}


/*=====  End of section header and counter  ======*/
