
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #5a5a5a;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #3333;
}
.single-page {
  background-size: cover;
  height: 20rem;
}

.contact-icon-header {
  font-size: 15px;
  color:#E6E9F5;
  margin-right:  5px;
}

.card-glass-single {
  background-color: rgba(255, 255, 255, .3);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

.card-glass-single:before {
  background-color: rgba(255, 255, 255, .3);
}

.text-justify {
  text-align: justify !important;
}

#top-head {
  visibility: visible;
}

#header-offcanvas {
  display: none;
}

#connexion {
  display: none;
}

.offcanvas {
  position: fixed;
  display: none;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 60%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.cover-auth {
  background-color: #000f61;
  background-image: url(img/background3.jpg);
  background-size: cover;
  box-shadow: 2px 2px 10px #000f61;
}

.card-auth {
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

.card-auth:before {
  background-color: rgba(255, 255, 255, .3);
}

.labo-animate {
  opacity: 0;
  visibility: hidden;
}

.header-title {
  font-size: 48px;
  text-shadow: 2px 2px 2px #000f61;
}


.header-description {
  font-size: 36px;
  text-shadow: 1px 1px 2px #000f61;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.labhead{
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 12px;
}

.input-group-text {
  background-color: #000f61;
  color: #E6E9F5;
}

.bg-blue0 {
  background-color: #000f61;
}

.bg-blue1 {
  background-color: #E6E9F5;
}

.bg-back0 {
  background-color: #3333;
}

.bg-back1 {
  background-color: #fff;
}

.color-one {
  color: #E6E9F5;
}

.color-two {
  color: #000f61;
}

.color-three {
  color: #fff;
}

.marge0 {
  padding-top:50px;
  padding-bottom:50px
}

.marge1 {
  padding-top:70px;
  padding-bottom:70px
}

.btn-outline-primary {
  color: #000f61;
  border-color: #000f61;
  background-color: #E6E9F5;;
}
.btn-outline-primary:hover {
  color: #E6E9F5;
  background-color: #000f61;
  border-color: #000f61;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #E6E9F5;
  background-color: #000f61;
  border-color: #000f61;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #000f61;
  background-color: transparent;
}

.connexion {
  font-size: 15px; text-decoration: none; color: #E6E9F5;
}

.contact-icon-footer {
  color:#000f61;
  min-width:  35px;
  height:  35px;
  padding: 10px;
  margin-right: 5px;
  background-color: #E6E9F5;
  border-radius:  50px;
}

.contact-icon-footer:hover {
  color:#E6E9F5;
  background-color: #000f61;
  border: 1px solid #E6E9F5;
}

.valeur-icon {
  color:#E6E9F5;
  min-width:  45px;
  height:  45px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom:  -8px;
  background-color: #000f61;
  border-radius:  50px;
}
.valeur-icon-head {
  color:#E6E9F5;
  min-width:  60px;
  height:  60px;
  padding: 15px;
  margin-right: 10px;
  margin-bottom:  -8px;
  background-color: #333;
  border-radius:  50px;
}
/*
.valeur-icon:hover {
  color:#E6E9F5;
  background-color: #000f61;
  }*/

  .card-glass-footer {
    background-color: rgba(0, 15, 97, .3);
    border-radius: 15px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  }

  .card-glass-footer:before {
    background-color: rgba(0, 15, 97, .3);
  }

  .social-icon {
    font-size:25px;
    color:#E6E9F5;
    margin-right: 10px;
  }

  .social-icon:hover {
    font-size:25px;
    color:#000f61;
    margin-right: 10px;
  }

  .card-glass {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 15px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  }

  .card-glass:before {
    background-color: rgba(255, 255, 255, .3);
  }

  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000f61;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none;
    }
  }
  .nav-link:hover, .nav-link:focus {
    color: #3498DB;
    border-bottom: 1px solid #000f61;
  }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 10rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 35rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 35rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


.icon-connexion {
  color: #000f61;
  font-size: 15px;
  margin-right:  5px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 40em) {

  .nav-pills .btn {
    font-size: 12px;
    margin-left: -30px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .single-page {
    height: 10rem;
  }

  .text-contact-header {
    font-size: 13px;
  }

  .carousel-item {
    max-height: 20em;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 5rem;
    z-index: 10;
  }

  .carousel-item > img {
    min-width: 100%;
    height: 20em;
  }

  .head-title {
    font-size: 12px;
  }

  .head-desc {
    font-size: 10px;
  display: block;
  }

  #header-offcanvas {
    display: inline-flex;
  }

  #connexion {
    display: inline-block;
  }

  #top-head {
    display: none;
  }

  .icon-menu {
    display: inline;
  }
  .blog-title {
    font-size: 1.5rem;
  }
  .head-desc {
    display: none;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}
/* stylelint-disable selector-list-comma-newline-after */


h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
 .blog-title {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration:  none;
}
.blog-description {
  text-align: justify;
  font-size: 1rem;
  color: #999;
}
.blog-read-more {
  text-decoration: none;
  color: #000f61;
}

/* Pagination */

.blog-pagination {
  margin-bottom: 4rem;
}

.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */

 .blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}


.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}


/*respinsive menu*/

#off-menu, #off-button{
  display: visible;
}

#nav-menu, #nav-button {
  display: none;
}

@media screen and (min-width: 1200px) {

  #off-menu {
    display: none;
  }

  #off-button {
    display: none;
  }

  #nav-menu {
    display: visible;
  }

  #nav-button {
    display: visible;
  }

}

@media screen and (min-width: 992px) {

  #off-menu {
    display: none;
  }

  #off-button {
    display: visible;
  }

  #nav-menun {
    display: none;
  }

  #nav-button {
    display: none;
  }

}

@media screen and (min-width: 768px)  {
  #off-menu {
    display: visible;
  }

  #off-button {
    display: visible;
  }

  #nav-menu {
    display: none;
  }

  #nav-button {
    display: none;
  }

}
