body {
  background-color: #DFF1FC;
}

a {
  color: #F2B439;
  text-decoration: none;
}

a:hover {
  color: #9ECEB8;
  text-decoration: none;
}
/*
 * Sidebar
 */

nav {
  font-family: 'Arvo', serif;
  font-size: 1em;
}

@media (min-width: 767.98px) {
  .navbar {
    display: none;
  }
}

.sidebar-sticky {
  position: relative;
  top: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media (max-width: 767.98px) {
  .logo {
    display: none;
  }

  .sidebar {
    padding: 0;
  }

  .sidebar-sticky {
    padding: 0;
  }

  .content {
    padding: 0;
  }
}

.logo {
  position: sticky;
  z-index: 1000;
  margin-left: 120px;
  top: 60px;

}

.bg-menu {
  background-color: #2E9F6C;
}

.sidebar .nav-link {
  color: white;
  padding: .2rem 1rem;
}

.sidebar .nav-link.active {
  background-color: white;
  color: #2E9F6C;
}

.sidebar .nav-link:hover {
  background-color: #DE6237;
  color: white;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}


.submenu .nav-link {
  background-color: #9ECEB8;
  color: black;
  padding: .2rem 0 .2rem 2rem ;
}

.submenu.nav-link:hover {
  background-color: #9ECEB8;
  color: black;
  font-weight: bolder;
}

.submenu .nav-link.active, .nav-link.orange {
  background-color: #9ECEB8;
  color: #DE6237;
  font-weight: bolder;
}
.sub .nav-link {
  padding: .2rem 0 .2rem 4rem;
}

.st2eDegre {
  padding: .3rem 4rem;
  color: #2E9F6C;
  background-color: #9ECEB8;
  font-weight: bolder;
}


/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: #2E9F6C;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

/* 
 * Content
 */
.content {
  padding: 0;
}
 .titreVert {
  font-family: 'Arvo', serif;
   color: #2E9F6C;
   font-size: 1.5em;
 }

 .titreAccueil {
  font-family: 'Arvo', serif;
   color: #000080;
 }

 h1 {
  font-family: 'Arvo', serif;
 }

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

 .bg-green {
   background-color: #2E9F6C;
 }

 .bg-orange {
   background-color: #DE6237;
 }
 .text-green {
  color: #2E9F6C;
}
 .text-white {
   color: white;
 }

 .text-orange {
  color: #DE6237;
}

.ou {
  color: #2E9F6C;
  font-weight: bolder;
  font-size: 20px;


}

 .fleche {
  position: relative;
   z-index: 1100;
 }

 /*
  * Footer
  */

  .footer {
    background-color: #0E1841;
  }

  .footerText {
    color: white;
    font-weight: bolder;
  }


  /********* Superposition simple de texte sur une image *******/
/* Conteneur principal */
.overlay-image {
  position: relative;
  width: 100%;
 }
 /* Image originale */
 .overlay-image .image {
  display: block;
  width: 100%;
  height: auto;
 }
 /* Texte original */
 .overlay-image .text {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
 }

 /********* Hover image et texte *******/
/* Overlay */
.overlay-image .hover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
 }
 /* Apparition overlay sur passage souris */
 .overlay-image:hover .hover {
  opacity: 1;
 }

 /********* Hover background et texte uniquement *******/
.overlay-image .normal {
  transition: .5s ease;
 }
 .overlay-image:hover .normal {
  opacity: 0;
 }
 .overlay-image .hover {
  background-color: rgba(46,159,108,0.62);
 }

 .plus {
   font-size: 3em;
 }

 /* Gallerie */

 .btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.img-thumbnail {
  height: 75px;
}

.modal-body {
  max-height: 80vh;
  text-align: center;
}

.img-responsive {
  max-width: 100%;
}

/* Documents */

.doclist {
  list-style: none;
}

/* Contact */

.contactInfos {
  height: 300px;
  line-height: 300px;
}

.contactInfos p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.card-body.contactInfos {
  padding: 0 1.25rem;
}

.contactTel {
  font-size: 0.98rem;
}

.btn-success {
  background-color: #2E9F6C;
  border-color: #2E9F6C;
  font-weight: bolder;
}

.btn-success:hover {
  background-color: #DE6237;
  border-color: #DE6237;
  font-weight: bolder;
}

/* Je Vousrais être */

.metiers {
  height: 707px;
  line-height: 707px;
}

.metiers p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

.justify {
  text-align: justify;
}

/* Formation */

table {
  border-collapse: collapse;
  font-size: small;
}

td {
  border-top: 1px solid lightgrey;
}