/* *************************************************************** */

/* ICON SIZE IN HOME PAGE */

/* *************************************************************** */

.icon-size-50 {
  width: 50px;
  height: 50px;
}

/* *************************************************************** */

/* BG COLOR */

/* *************************************************************** */

.background-black-custom {
  background-color: black;
}

/* *************************************************************** */

/* NAVBAR MOBILE */

/* CONTAINER NAVIGATION MOBILE */

/* *************************************************************** */

@media (max-width: 990px) {
  #custom-menu-nav-mobile {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
  }
}

/* BOUTON DEVIS */

@media (max-width: 990px) {
  #custom-btn-mobile {
    margin-top: 20px !important;
  }
}

/* NAVBAR HAMBURGER */

#haburger-border-custom {
  border: none !important;
}

/* *************************************************************** */

/* HOVER TITLE "Page realisation" */

/* *************************************************************** */

.img-hover {
  display: inline-block;
  position: relative;
  /*transition: transform 0.5s;*/
}

.img-hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000a1;
  /*background-color: #2e54cfd7;*/
  /*background: linear-gradient(to bottom, #52c41a, #1890ff);*/
  /*background: linear-gradient(to top right, #d7e5e5, #2e54cfdd);*/
  visibility: hidden;
  /*transition: visibility 0s 0.5s;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  font-weight: 400;
  text-decoration: none;
  border-radius: 15px;
}

.img-hover:hover::before {
  visibility: visible;
  /*content: "En savoir plus";*/
}

/* CONTENT : TITLE FOR EACH CARD */

.projet-lacartouche::before {
  white-space: pre-line;
  content: "Lacartouche \A En savoir plus ->";
}

.projet-100bosse::before {
  white-space: pre-line;
  content: "100 Bosse \A En savoir plus ->";
}

.projet-ifoundit::before {
  white-space: pre-line;
  content: "Ifoundit \A En savoir plus ->";
}

.projet-rueil::before {
  white-space: pre-line;
  content: "Centre culturel de Rueil \A En savoir plus ->";
}

.projet-cftc::before {
  white-space: pre-line;
  content: "Syndicat CFTC \A En savoir plus ->";
}

.projet-cfdt::before {
  white-space: pre-line;
  content: "Syndicat CFDT \A En savoir plus ->";
}

/* *************************************************************** */

/* Badge title info "Page Realisations" */

/* *************************************************************** */

.badge-infos-project {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* *************************************************************** */

/* ICON BACK TO THE TOP */

/* *************************************************************** */

.to-top {
  background: rgba(215, 215, 215, 0.502);
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: 1f1f1f !important;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
}

.to-top.active {
  bottom: 35px;
  pointer-events: auto;
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

/* *************************************************************** */

/* TEXTE UNDER SUBMIT BUTTON IN PAGE "DEVIS & CONTACT" */

/* *************************************************************** */

#rgpd-txt {
  margin-top: 30px;
  font-size: 10px;
  color: rgb(132, 132, 132);
  text-align: justify;
}

/* *************************************************************** */

/* TEXT SIZE IN PAGES : CGU, RGPD, PDC, M.LEGALES */

/* *************************************************************** */

.infos-legales p, .infos-legales ul, .infos-legales h5 {
  font-size: 0.9rem;
}

.custom-text-size div p {
  font-size: 0.5rem;
}

/* *************************************************************** */

/* FOOTER */

/* *************************************************************** */

footer {
  font-size: 0.8rem;
  background-color: black;
}

footer div li a, footer hr {
  color: rgb(188, 188, 188);
}

.gradient-text {
  background: linear-gradient(to right, #ff009d, #aa41ff, #ff4b2b);
  background-clip: text;
}

/* .shape-background {
 
  background-size: cover;
  background-repeat: no-repeat;
} */

.height-100 {
  height: 100%;
}

.heart-green {
  height: 35px;
}

header, .bg {
  background-image: url(../../assets/img/hero-bg2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-bg-png {
  background-image: url(../../assets/img/bg-blur-colors-top-light.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* *************************************************************** */

/* GREEN ROCKET ICON IN: DEVIS/CONTACT BANNER */

/* *************************************************************** */

#rocket-icon {
  position: absolute;
  top: -20px;
  right: 45%;
  height: 55px;
}

/* *************************************************************** */

/* BG PHOTO COLOR - PAGE SERVICES

/* *************************************************************** */

.vitrine-img-bg {
  background: linear-gradient(124deg, var(--bs-info) 27%, var(--swiper-theme-color) 100%);
}

.ecommerce-img-bg {
  background: linear-gradient(-73deg, var(--bs-warning) 9%, var(--bs-orange) 85%);
}

.webapp-img-bg {
  background: linear-gradient(96deg, var(--bs-indigo) 30%, var(--swiper-theme-color) 100%);
}

.ux-img-bg {
  background: linear-gradient(124deg, var(--bs-gray-500) 27%, var(--bs-black) 100%);
}

.seo-img-bg {
  background: linear-gradient(124deg, #52c41a 27%, var(--swiper-theme-color) 100%);
}

.design-img-bg {
  background: linear-gradient(124deg, #ff009d 3%, var(--bs-blue) 100%);
}

/* *************************************************************** */

/* Width */

/* *************************************************************** */

/* in pages : index, services */

.max-width-900 {
  max-width: 900px;
}

/* *************************************************************** */

/* Icons position */

/* *************************************************************** */

/* in pages : index, */

.icon-position {
  top: 1rem;
  right: 1rem;
  position: absolute;
}

/* *************************************************************** */

/* Banner index */

/* *************************************************************** */

/* in pages : index, */

.banner-position {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

