body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img{
  width:100%;
}
a,
button {
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
}
a:focus,
button:focus {
  border: 2px solid #000;
}
.text-center-social {
  align-items: center;
  display: flex;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  padding: 0 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.bloc .container {
  padding-left: 0;
  padding-right: 0;
}
.bloc-lg {
  padding: 100px 50px;
}
.bloc-md {
  padding: 50px;
}
.bloc-sm {
  padding: 20px 50px;
}
.bg-b-edge,
.bg-br-edge,
.bg-center,
.bg-l-edge,
.bg-r-edge,
.bg-repeat,
.bg-t-edge {
  -webkit-background-size: auto !important;
  -moz-background-size: auto !important;
  -o-background-size: auto !important;
  background-size: auto !important;
}
.bg-repeat {
  background: repeat;
}
.bg-t-edge {
  background: top no-repeat;
}
.bloc-bg-texture::before {
  content: "";
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.texture-paper::before {
    background: url("img/texture-paper.webp");
    background-size: 280px 280px;
}
.b-parallax {
  background-attachment: fixed;
}
.d-bloc {
  color: rgba(255, 255, 255, 0.7);
}
.d-bloc button:hover {
  color: rgba(255, 255, 255, 0.9);
}
.d-bloc .a-btn,
.d-bloc .navbar a,
.d-bloc .navbar-brand,
.d-bloc a .icon-lg,
.d-bloc a .icon-sm,
.d-bloc h1 a,
.d-bloc h2 a,
.d-bloc h3 a,
.d-bloc h4 a,
.d-bloc h5 a,
.d-bloc h6 a,
.d-bloc p a {
  color: rgba(255, 255, 255, 0.6);
}
.d-bloc .a-btn:hover,
.d-bloc .navbar a:hover,
.d-bloc .navbar-brand:hover,
.d-bloc a:hover .icon-lg,
.d-bloc a:hover .icon-md,
.d-bloc a:hover .icon-sm,
.d-bloc h1 a:hover,
.d-bloc h2 a:hover,
.d-bloc h3 a:hover,
.d-bloc h4 a:hover,
.d-bloc h5 a:hover,
.d-bloc h6 a:hover,
.d-bloc p a:hover {
  color: rgba(255, 255, 255, 1);
}
.d-bloc .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 1);
}
.l-bloc {
  color: rgba(0, 0, 0, 0.5);
}
.l-bloc button:hover {
  color: rgba(0, 0, 0, 0.7);
}
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc .navbar-brand,
.l-bloc a .icon-lg,
.l-bloc a .icon-md,
.l-bloc a .icon-sm,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
  color: rgba(0, 0, 0, 0.6);
}
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc .navbar-brand:hover,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-sm,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
  color: rgba(0, 0, 0, 1);
}
.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, 0.6);
}
.voffset {
  margin-top: 30px;
}
.voffset-lg {
  margin-top: 80px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.row-no-gutters > [class*=" col-"],
.row.row-no-gutters > [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}
#bloc-1-hero h1 {
  font-size: 32px;
}
.navbar {
  margin-bottom: 0;
  z-index: 1;
}
.navbar-brand {
  height: auto;
  width: 100%;
  padding: 3px 15px;
  font-size: 25px;
  font-weight: 400;
  font-weight: 600;
  line-height: 44px;
}
.navbar-brand img {
  max-height: 200px;
  margin: 0 5px 0 0;
  display: inline;
}
.navbar-brand img[src$="svg"] {
  min-width: 100px;
}
.nav-center .navbar-brand img {
  margin: 0;
}
.navbar .nav {
  padding-top: 2px;
  margin-right: -16px;
  float: right;
  z-index: 1;
}
.nav > li {
  float: left;
  margin-top: 4px;
  font-size: 16px;
}
.nav > li a:focus,
.nav > li a:hover {
  background: 0 0;
}
.navbar-toggle {
  margin: 10px 10px 0 0;
  border: 0;
}
.navbar-toggle:hover {
  background: 0 0 !important;
}
.navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.5);
  width: 26px;
}
@media (min-width: 768px) {
  .site-navigation {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    -webkit-transform: translateY(-50%);
  }
  .nav-center {
    text-align: center;
  }
  .nav-center .navbar-header {
    width: 100%;
  }
  .nav-center .nav > li,
  .nav-center .navbar-brand,
  .nav-center .navbar-header {
    float: none;
    display: inline-block;
  }
  .nav-center .site-navigation {
    position: relative;
    width: 100%;
    right: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}
.nav > li > .dropdown a {
  background: 0 0 !important;
  display: block;
  padding: 14px 15px;
}
.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mg-lg {
  margin-top: 10px;
  margin-bottom: 40px;
}
.btn {
  margin: 0 5px 5px 0;
}
.btn-d,
.btn-d:focus,
.btn-d:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
button {
  outline: 0 !important;
}
.btn-rd {
  border-radius: 40px;
}
.btn-clean {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 1, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 1, 0.25),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
}
.icon-md {
  font-size: 30px !important;
}
.icon-lg {
  font-size: 60px !important;
}
.sm-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.scrollToTop {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  transition: all 0.3s ease-in-out;
}
.scrollToTop span {
  margin-top: 6px;
}
a[data-lightbox] {
  position: relative;
  display: block;
  text-align: center;
}
a[data-lightbox]:hover::before {
  content: "+";
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial;
  font-size: 32px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: 100;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img {
  opacity: 0.6;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.lightbox-caption {
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 5px;
}
.snapshot-lb .lightbox-caption {
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  background: 0 0;
}
.btn,
a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
q {
  font-family: helvetica;
  font-weight: 400;
  color: #000 !important;
}
.container {
  max-width: 1000px;
}
.hero-bloc-text {
  font-size: 38px;
}
p {
  font-size: 12px;
}
.tight-width-whitespace {
  max-width: 600px;
  margin: auto auto auto auto;
}
.h1 {
  font-size: 20px;
  font-family: "Open Sans";
}
.cta-hero {
  margin-top: 22px;
  color: #fff !important;
  text-transform: uppercase;
  padding: 12px 28px 12px 28px;
  font-size: 16px;
  font-weight: 700;
}
.social {
  max-width: 400px;
  font-size: 3rem;
  margin: auto auto auto auto;
}
h2 {
  font-size: 22px;
  line-height: 1.4em;
}
h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333 !important;
}
.med-width-whitespace {
  max-width: 800px;
  margin: auto auto auto auto;
  box-shadow: 0 0 0 #000;
}
h1 {
  color: #333 !important;
}
h4 {
  color: #333 !important;
}
.icons {
  margin-bottom: 14px;
  margin-top: 24px;
}
.white {
  color: #fff !important;
}
.black {
  color: #000;
}
.portfolio-thumb {
  margin-bottom: 24px;
}
.portfolio-row {
  margin-bottom: 44px;
  margin-top: 50px;
}
.black-background {
  background-color: rgba(64, 61, 52, 0.7);
  padding: 40px 40px 40px 40px;
}
.bold-link {
  font-weight: 900;
  text-decoration: underline !important;
}
.bgc-white {
  background-color: #fff;
}
.bgc-atomic-tangerine {
  background-color: #f3976c;
}
.tc-white {
  color: #f3976c !important;
}
.btn-atomic-tangerine {
  background: #f3976c;
  color: #000 !important;
}
.btn-atomic-tangerine:hover {
  background: #c27956 !important;
  color: #fff !important;
}
.ltc-white {
  color: #fff !important;
}
.ltc-white:hover {
  color: #ccc !important;
}
.ltc-atomic-tangerine {
  color: #f3976c !important;
}
.ltc-atomic-tangerine:hover {
  color: #c27956 !important;
}
.icon-dark-slate-blue {
  color: #364577 !important;
  border-color: #364577 !important;
}
.bg-lines-h2-bg {
  background-image: url(https://mumz0.github.io/Project_4_La_Panthere/img/lines-h2-bg.webp);
}
.bg-banniere {
  background-image: url(https://mumz0.github.io/Project_4_La_Panthere/img/agence-la-panthere.webp);
}
.bg-presentation {
  background-image: url(https://mumz0.github.io/Project_4_La_Panthere/img/image-de-presentation.webp);
}
@media (max-width: 1024px) {
  .bloc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .navbar .nav {
    max-width: 80%;
  }
  .nav-center.navbar .nav {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .b-parallax {
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-pixel-ratio: 1.5) {
  .b-parallax {
    background-attachment: scroll;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .b-parallax {
    background-attachment: scroll;
  }
  #hero-bloc,
  .page-container {
    overflow-x: hidden;
    position: relative;
  }
}
@media (max-width: 767px) {
  .page-container {
    overflow-x: hidden;
    position: relative;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .b-parallax {
    background-attachment: scroll;
  }
  .navbar .nav {
    padding-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    float: none !important;
  }
  .navbar.row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-brand {
    width: auto;
  }
  .site-navigation {
    position: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .nav > li {
    margin-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.05);
    text-align: left;
    padding-left: 15px;
    width: 100%;
  }
  .nav > li:hover {
    background: rgba(0, 0, 0, 0.08);
  }
  #hero-bloc .navbar .nav {
    background: rgba(0, 0, 0, 0.8);
  }
  #hero-bloc .navbar .nav a {
    color: rgba(255, 255, 255, 0.6);
  }
  .hero {
    padding: 50px 0;
  }
  .hero-nav {
    left: -1px;
    right: -1px;
  }
  .navbar-collapse {
    padding: 0;
    overflow-x: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-brand img {
    max-height: 40px;
    width: auto;
  }
  .bloc {
    padding-left: 0;
    padding-right: 0;
  }
  .bloc-lg {
    padding: 40px 0;
  }
  .bloc-md,
  .bloc-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .a-block {
    padding: 0 10px;
  }
  .voffset {
    margin-top: 5px;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}
@media (max-width: 400px) {
  .bloc {
    padding-left: 0;
    padding-right: 0;
  }
}
