@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

:root {
  --red: #d62520;
  --light-red: #d9534f;
  --dark: #092032;
  --gray: #516171;
  --green: #40c351;
  --light-green: #25d366;
  --gray-back: rgba(255, 255, 255, 0.3);
  --light-dark: rgba(0, 0, 0, 0.6);
  --light-red-back: rgba(217, 83, 79, 0.85);
  --blacken: rgba(0, 0, 0, 0.8);
  --bc-gray-1: #f5f5f6;
  --bc-gray-2: #f7fafb;
  --white: #ffffff;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--gray);
  line-height: 1.7;
}
a {
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 700 !important;
  color: var(--dark);
}
h2,
h3,
h4 {
  color: var(--red) !important;
}
.form-control {
  padding: 12px !important;
}
.whats i {
  float: left;
  background-color: var(--green);
  color: var(--white);
  position: fixed;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 10px;
  z-index: 10;
  padding-top: 15px;
  text-align: center;
  font-size: 30px;
  transition: color 0.5s ease-out all;
  box-shadow: var(--shadow);
}
.whats i:hover {
  background-color: var(--light-green);
  color: var(--dark) !important;
}

/* navbar */
.top-nav {
  background-color: var(--red) !important;
  color: var(--white) !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-nav-link a {
  color: var(--white) !important;
  transition: color 0.5 ease-in-out;
}
.top-nav-link a:hover {
  color: var(--dark) !important;
}
.top-nav p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

.top-nav span,
.top-nav i {
  vertical-align: middle;
}

.navbar {
  box-shadow: var(--shadow);
  padding: 0 !important;
  margin: 0 !important;
}

.social-icons a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  color: var(--white) !important;
  background-color: var(--red) !important;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.social-icons a:hover {
  background-color: var(--white) !important;
  color: var(--red) !important;
}
.conditions-section {
  margin: 20px 0;
}
.conditions-section a {
  color: var(--white) !important;
  margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
  color: var(--red);
  font-weight: 500 !important;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--red) !important;
}
.navbar .navbar-nav .nav-link:hover {
  color: var(--dark) !important;
}

.navbar .navbar-nav .nav-link.active {
  color: var(--dark) !important;
}

.navbar-brand {
  font-size: 28px;
  font-weight: 700 !important;
}

.navbar-brand .dot {
  color: var(--red) !important;
}

.btn {
  padding: 15px 30px;
}

.btn-brand {
  border-radius: 30px !important;
  border-color: var(--red) !important;
  background-color: var(--red) !important;
  color: var(--white) !important;
  transition: color 0.5s;
  font-size: 16px;
  font-weight: bold;
}

.btn-brand:hover {
  background-color: var(--light-red) !important;
  border-color: var(--light-red) !important;
  color: var(--white) !important;
}

.text-brand {
  color: var(--red) !important;
}

.qsn-home {
  width: 100%;
  height: 600px;
}
/* Baner */

.banner-index {
  min-height: calc(100vh - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(var(--light-dark), var(--light-dark)),
    url(../images/baner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.qsn-home {
  background-color: #f5f5f6;
  width: 100%;
  height: auto;
  padding: 25px 0;
}

.qsn-home .card img {
  height: 65vh;
}

.btn {
  padding: 10px 30px !important;
}

.btn-brand {
  border-color: var(--red) !important;
  background-color: var(--red) !important;
  color: var(--white) !important;
}

.btn-brand:hover {
  background-color: var(--light-red) !important;
  border-color: var(--light-red) !important;
  color: var(--white) !important;
}

.info-box {
  align-items: center;
  display: flex;
}

.info-box img {
  width: 90px;
}

.forfait {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background-color: var(--white);
  text-align: center;
}
.forfait .card {
  padding: 30px 20px;
  border: none !important;
  border-radius: 0;
  background-color: var(--white);
  transition: 0.5s ease-in-out all;
}
.card-2 {
  box-shadow: var(--shadow);
}
.forfait .card:hover {
  cursor: pointer;
  transform: scale(1.075);
}
.forfait .icon-forfait {
  color: var(--white);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forfait .icon-forfait i {
  background-color: var(--red);
  padding: 20px;
  font-size: 2em;
  border-radius: 100%;
}
.forfait p {
  color: var(--gray);
}
.categorie {
  width: 100%;
  height: 100%;
}
.categorie .card {
  padding: 0 !important;
  margin: 0 !important;
  background-color: var(--white);
  margin: 15px !important;
  height: 750px;
}
.categorie .card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  padding: 0;
  margin: 0;
}
.galerie-index {
  width: 100% !important;
  height: 100%;
}
.nous-contacter {
  background: linear-gradient(var(--blacken), var(--blacken)),
    url(../images/15.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: 50% 50%;
  display: flex;
  align-items: center;
}
.nous-contacter p {
  color: var(--white);
  font-size: 1.3em;
}
/* CSS INTRO */
.intro {
  margin-bottom: 36px;
  text-align: center;
}

.intro p {
  max-width: 500px;
}
.intro h6 {
  color: var(--red) !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.intro h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-btn {
  background-color: var(--white) !important;
  color: var(--red) !important;
  padding: 15px;
  width: 250px;
}
video,
.categorie .card,
.qsn-home .card {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
}

.nous-contacter a {
  color: var(--red) !important;
  padding-left: 15px;
}

.document {
  background-color: #f5f5f6;
  width: 100%;
  height: 100vh;
  padding: 20px 0;
  margin: 20px 0;
}
.document h3,
.categorie .card-body h3 {
  font-size: 1.2em;
  padding-bottom: 20px;
}
.document p {
  font-size: 1.2em;
}
.partenaire .card {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 3px 8px;
  width: 100%;
  height: 200px;
}
.partenaire .card-body {
  display: flex;
  align-items: center;
}
#contact {
  width: 100%;
  height: auto;
}
footer {
  background: linear-gradient(0deg, rgba(32, 33, 34, 0.9), rgba(32, 33, 34, 0.9)),
    url(../images/100.webp), #2d2d2d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  padding-top: 20px;
}
.footer-bottom a:hover {
  color: #d9534f !important;
}
footer .navbar-brand {
  color: #fff;
}

footer p {
  color: #fff;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}
/* CSS A PROPOS */
.baner-qsn {
  background: linear-gradient(var(--blacken), var(--blacken)),
    url("/images/covoer-ngor.webp") no-repeat center/cover;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baner-qsn h1 {
  color: var(--white);
  font-size: 5em !important;
  text-transform: uppercase;
}
.qsn {
  background-color: var(--bc-gray-1);
  width: 100%;
  /* padding: 40px 0; */
}

.qsn .card img {
  width: 100%;
}
.choisir {
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  padding: 40px 0;
}
.choisir h2,
.equipe h2 {
  color: var(--blue);
  padding: 40px 20px;
}
.choisir .boite {
  padding: 30px;
  background-color: var(--white);
  box-shadow: var(--shadow);
}
.choisir .icon-choisir i {
  color: var(--blue);
  padding: 20px;
  font-size: 2.5em;
  border-radius: 100%;
}
.choisir .boite p {
  color: var(--gray);
  padding-top: 10px;
}
/* CSS GALERIE */
.baner-galerie {
  background: linear-gradient(var(--blacken), var(--blacken)),
    url("/images/covoer-ngor.webp") no-repeat center/cover;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baner-galerie h1 {
  color: var(--white);
  font-size: 5em !important;
  text-transform: uppercase;
}
.photos {
  width: 100%;
  height: auto;
  background-color: var(--bc-gray);
  padding: 30px 0;
}

.monsary {
  line-height: 30px;
  column-count: 3;
  width: 100%;
  border-radius: 0;
}
.monsary img {
  width: 100% !important;
  height: auto !important;
  margin: 10px;
  transition: transform 0.3s ease-out;
}
.monsary img:hover {
  transform: scale(1.045);
}
/* CSS CONTACT */
.baner-contact {
  background: linear-gradient(var(--blacken), var(--blacken)),
    url("/images/covoer-ngor.webp") no-repeat center/cover;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.baner-contact h1 {
  color: var(--white);
  font-size: 5em !important;
  text-transform: uppercase;
}
#contact-us {
  margin: 30px 0;
}

/* PArtie mobile */
@media only screen and (max-width: 768px) {
  .top-nav a {
    font-size: 0.7em !important;
  }
  .navbar-light .navbar-toggler {
    /* border-color: transparent !important; */
    background-color: var(--red) !important;
  }

  i.fa-bars {
    color: var(--red);
    font-size: 1.5em;
    background-color: transparent;
    color: var(--white);
  }
  .top-nav .social-icons a {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    padding: 5px !important;
  }
  .nav-link {
    padding: 15px !important;
  }
  .banner-index {
    min-height: calc(70vh - 10px) !important;
    padding: 80px 0;
  }
  .card-mob {
    box-shadow: var(--shadow);
  }
  .nous-contacter .btn {
    width: 100% !important;
  }
  .nous-contacter h5 {
    font-size: 1.3em;
  }
  .nous-contacter {
    padding: 30px 20px !important;
  }

  .p-text br {
    display: none;
  }
  .p-5 {
    padding: 0rem !important;
  }
  .categorie .card img {
    height: 100% !important;
  }
  .qsn-home .card img {
    height: 100%;
  }
  /* CSS APRPOS */
  .baner-qsn h1 {
    font-size: 2em !important;
  }
  .baner-qsn {
    height: 50vh;
  }
  .baner-qsn h1 {
    color: var(--white);
    font-size: 2.3em;
  }

  .qsn .card img {
    width: 100%;
    height: auto !important;
  }
  .choisir {
    height: 100%;
  }
  /* CSS GALERIE */
  .baner-galerie h1 {
    font-size: 2.5em !important;
  }
  .baner-galerie {
    height: 30vh !important;
  }
  .baner-galerie img {
    width: 100% !important;
    height: 100% !important;
  }
  .monsary {
    line-height: 20px;
    column-count: 1 !important;
  }
  /* CSS CONTACT */
  .baner-contact {
    height: 30vh !important;
  }
  .baner-contact h1 {
    color: var(--white);
    font-size: 2em !important;
  }
}

/* PArtie tablette */
@media only screen and (max-width: 992px) {
  .nous-contacter {
    height: auto !important;
    padding: 20px;
  }
  .document,
  .horaires,
  .qsn-home {
    height: auto !important;
  }
  .categorie .card {
    height: 100%;
  }
  /* CSS GALERIE */
  .monsary {
    line-height: 20px;
    column-count: 2;
  }
}

.contact-infos {
  background-color: #fbfbfb;
  padding: 45px 30px;
  border-radius: 5px;
}
.contact-infos h6 {
  font-size: 1.6em;
}
/* CSS GALERIE MINI PC */
@media only screen and (max-width: 1300px) {
  .monsary {
    line-height: 20px;
    column-count: 2;
  }
}
