/*====== (-) COLORS ======*/
/*====== SOMMAIRE ======
    * (0) : NATIF
    * (1) : FOOTER

 ======================*/
/*====== (0) NATIVE ======*/
a {
  color: #6c757d;
}

a:hover {
  color: #fec503;
  text-decoration: none;
}

a:hover.bg-link {
  color: #ea4e17;
  text-decoration: none;
}

::selection {
  background: #fec503;
  text-shadow: none;
}

/*====== (1) FOOTER ======*/
.footer-column:not(:first-child) {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .footer-column:not(:first-child) {
    padding-top: 0rem;
  }
}

.footer-column {
  text-align: center;
}
.footer-column .nav-item .nav-link {
  padding: 0.1rem 0;
}
.footer-column .nav-item span.nav-link {
  color: #6c757d;
}
.footer-column .nav-item span.footer-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-column .nav-item .fas {
  margin-right: 0.5rem;
}
.footer-column ul {
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-column ul {
    text-align: left;
  }
}

footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright {
  color: white;
}

.fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
}

/*====== (2) COLORS ======*/
.orange-a2ce {
  color: #ea4e17;
}

.bg-orange-a2ce {
  background-color: #c4471f;
}

.btn-a2ce {
  color: #fff;
  background-color: #ea4e17;
  border-color: #ea4e17;
}

/*====== SOMMAIRE ======
    * (0) : NATIVE
    * (1) : GENERAL
    * (2) : SECTIONS
    * (3) : MASTHEAD
    * (4) : IMAGE-HOVER ITEM
    * (5) : SHOWCASE
    * (6) : FEATURES-ICONS
    * (7) : CONTACT-ICONS
    * (8) : PAGE-LINK

 ======================*/
/*====== (0) NATIVE ======*/
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #FFF7EF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/*====== (1) GENERAL ======*/
.alt-container {
  padding-top: 6rem;
}

.bg-a2ce-1 {
  background-color: #f0f0f5;
}

.bg-a2ce-2 {
  background-color: #384264;
}

.bg-ligh-grey {
  background-color: #f3f3f3 !important;
}

.btn-a2ce-blue {
  color: #fff;
  background-color: #414B6C;
  border-color: #414B6C;
}

.w-200px {
  max-width: 200px;
}

.qualif-illus {
  height: 150px;
  width: 150px;
}

.input-group-append {
  display: block;
}

.text-a2ce {
  color: #414B6C !important;
}

/*====== (2) SECTIONS ======*/
section#competences {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/*====== (3) MASTHEAD ======*/
header.logohead {
  position: relative;
  max-height: 530px;
  padding-top: 8rem;
  padding-bottom: 5rem;
}

header.masthead {
  position: relative;
  max-height: 530px;
  background: #343a40 url(/build/images/fond.aa059db2.png) no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: black;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  header.masthead h1 {
    font-size: 3rem;
  }
}
/*====== (4) IMAGE-HOVER ITEM ======*/
.hover {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.image-hover::after {
  content: "";
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #ea4e17;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.image-hover-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.image-hover-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.image-hover img {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-hover .hover-overlay {
  background: rgba(33, 37, 41, 0.4);
}

.image-hover:hover::after {
  opacity: 1;
  transform: none;
}

.image-hover:hover .image-hover-description {
  opacity: 1;
  transform: none;
}

.image-hover:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

/*====== (5) SHOWCASE ======*/
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  margin-left: auto !important;
  margin-right: auto !important;
  height: 100% !important;
  width: 450px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 5rem;
  }
}
/*====== (6) FEATURES-ICONS ======*/
.features-icons {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

/*====== (7) CONTACT-ICONS ======*/
.contact-icons .contact-icons-item {
  max-width: 25rem;
}

.contact-icons .contact-icons-item .contact-icons-icon {
  height: 7rem;
}

.contact-icons .contact-icons-item .contact-icons-icon i {
  font-size: 4.5rem;
}

/*====== (8) PAGE-LINK ======*/
.page-link {
  color: #414B6C;
}

.page-link:hover {
  color: #384264;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  background-color: #414B6C;
  border-color: #414B6C;
}

.page-item.disabled .page-link {
  color: #6c757d;
}
