/* _GLOBAL */

body,
html {
  overflow-x: hidden;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  font-size: 17px;
}

a.link {
  text-decoration: none;
  color: inherit;
}
a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
a:hover {
  color: inherit;
}
a:before,
a:after,
a > span:before,
a > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
a {
  padding-top: 10px;
}
/* a:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
}
a:hover:before {
  transform: scaleX(1);
} */
a.no-hover:hover:before,
a.no-hover:before,
.btn:hover:before,
.btn:before {
  transform: none;
  width: 0;
}

.btn {
  background: transparent;
  color: #000;
  border-radius: 0;
  border-color: #000;
  position: relative;
}

.btn.pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: initial;
  background: transparent;
  margin-right: 0.5rem;
}
.btn-primary {
  background: #fff;
  color: #000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #000;
  color: #fff;
  border-color: #000;
}

p {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}

main {
  margin-top: 175px;
}

.float-right {
  float: right;
}

.bloc p a {
  text-decoration: underline;
}
/* _MENU */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
}

header .menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

header .menu {
  display: flex;
  flex-wrap: wrap;
}

header .menu,
header .menu ul {
  list-style-type: none;
  padding-left: 0;
}

header .menu a {
  color: inherit;
  text-decoration: none;
}

header .menu a.btn-primary {
  color: #fff;
}

header .menu li a {
  display: flex !important;
  align-items: center;
}

header .menu .megamenu > a {
  padding-right: 40px;
}

header .menu li {
  margin-right: 25px;
}

header .menu li.megamenu {
  margin-right: 35px;
}

/* _HEADER */
header .firstMenu,
header .lastMenu {
  width: 20%;
}
header .firstMenu {
  text-align: center;
}
header .navbar {
  width: 50%;
  z-index: 9;
}

header .navbar-brand img {
  width: 150px;
  transition: 700ms;
}

header.shrink .navbar-brand img {
  width: 60px;
  transition: 700ms;
}

header.shrink {
  box-shadow: 0 0px 10px 0px #0000001f;
  transition: 700ms;
}

header.shrink p.slogan {
  font-size: 11px;
  transition: 700ms;
}

.social ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.social li {
  background: #fff;
  color: #2b2a30;
  margin: 4px 0;
  text-align: center;
  transition: 700ms;
}
.social li a {
  padding: 0.8rem;
  color: #fff;
  font-size: 20px;
  background: black;
  margin: 0 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social li:hover a {
  color: #fff;
}

.social li.facebook:hover a {
  background: #3b5998;
  transition: 0.3s;
}

.social li.instagram:hover a {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  transition: 0.3s;
}

.social li.pinterest:hover a {
  background: #c8232c !important;
  transition: 0.3s;
}

.social li.youtube:hover a {
  background: #c4302b;
  transition: 0.3s;
}

.social li.linkedin:hover a {
  background: #0e76a8;
  transition: 0.3s;
}

.social li.twitter:hover a {
  background: #00acee;
  transition: 0.3s;
}

header p.slogan {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  padding: 0 1rem;
  position: relative;
  margin-bottom: 0;
  transition: 700ms;
}

header p.slogan::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  top: 50%;
  min-width: 1900px;
  left: 90%;
}

/* _HOME */

.subtitle {
  font-size: 25px;
}

#realisations a {
  text-decoration: none;
  color: inherit;
  display: block;
}

#realisations a .content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
}

#realisations a .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: transparent;
  opacity: 100%;
  transition: 700ms;
}

#realisations a .content > div {
  opacity: 0;
  transition: 700ms;
}

#realisations a:hover .overlay {
  background: #000;
  opacity: 70%;
  transition: 700ms;
}

#realisations a .content > div {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  width: 100%;
  height: 0;
}

#realisations a:hover .content > div {
  top: 50%;
  opacity: 100%;
  transition: 500ms;
}

#realisations a .content .title {
  text-transform: uppercase;
  font-weight: 500;
}

/* _FOOTER */
footer {
  border-top: 1px solid black;
  padding-top: 70px;
  margin-top: 70px;
}

footer .title {
  font-weight: 600;
}

/* _BLOCS */

.bloc.bloc-text {
  padding: 5rem 0;
}

.bloc.bloc-text .big {
  font-size: 35px;
  position: relative;
  padding-left: 5rem;
}

.bloc.bloc-text .big p {
  line-height: 1.2;
}

.bloc.bloc-text .big::after {
  content: url(../img/logo_gris.png);
  position: absolute;
  top: -120px;
  z-index: -1;
  left: 60%;
  transform: translate(-50%, 0%);
  padding-left: 5rem;
}

.bloc.bloc-image .title {
  position: relative;
}

.bloc.bloc-image .title span {
  background-color: #fff;
  padding-right: 1rem;
}

.bloc.bloc-image .title span::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  right: 0;
  background: #000;
  z-index: -1;
}

.bloc.bloc-image.image-right .image {
  order: 2;
}

.bloc.bloc-image.image-none .content {
  width: 100%;
}

.bloc.bloc-image.image-none .title {
  text-align: center;
}

.bloc.bloc-image.image-none .title span {
  padding: 0 1rem;
}

.bloc .buttons {
  text-align: end;
  margin-top: 2rem;
}

.bloc.bloc-background .buttons {
  text-align: center;
}

.bloc.bloc-gallery img {
  /* opacity: 50%; */
  cursor: pointer;
}

.bloc.bloc-background {
  background-color: #e9eaeb;
}

.bloc .content {
  padding: 2rem;
}
.bloc.bloc-background .content {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 2rem;
}

.galleryWrapper {
  background: #e9eaeb;
  margin: 3rem 0;
  padding: 3rem;
  position: relative;
}

.galleryWrapper > .container {
  position: relative;
}

.galleryWrapper .svgC {
  position: absolute;
  top: 1rem;
  left: 0;
}

.galleryWrapper .svgE {
  position: absolute;
  bottom: 1rem;
  right: 0;
}

.galleryWrapper .title {
  text-transform: uppercase;
}

/* _REALISATIONS */
#filters ul {
  display: flex;
  justify-content: center;
}
#filters ul .categories {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  margin: 0 1rem;
  opacity: 30%;
}
#filters ul .categories.active {
  opacity: 100%;
}

/* _REALISATION */
.Realisation .description {
  margin: 1rem 0;
}
.Realisation .description .title {
  display: inline-block;
  color: #0000005c;
  border-bottom: 1px solid #0000005c;
  margin-bottom: 0.5rem;
}

.contentsImage .content .title {
  font-weight: bold;
}

.carousel-thumbs {
  overflow-x: hidden;
}
.carousel-thumbs img {
  cursor: pointer;
}
.slick-prev::before,
.slick-next::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  font-size: 20px;
  color: #000 !important;
}
.slick-next {
  bottom: -30px !important;
  top: unset !important;
  right: 5px !important;
  z-index: 9;
}
.slick-prev {
  bottom: -30px !important;
  top: unset !important;
  left: 5px !important;
  z-index: 9;
}

.Realisation section .text {
  padding-right: 10%;
  padding-left: 3rem;
}
.Realisation .slick-arrow {
  text-align: center;
}
.Realisation .arrowSlick {
  background: none;
  border: none;
}
.Realisation .nav-container .slick-slide {
  cursor: pointer;
}
.Realisation .thumbWrapper {
  /* border-top: 1px solid #000; */
  /* border-bottom: 1px solid #000; */
  background: #f4f4f4;
  padding: 1.5rem;
}
.Realisation .contentsImage {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1rem;
  margin: 1rem 0 0 0;
}
.Realisation .contentsImage.empty {
  border-top: none;
  border-bottom: none;
}
.Realisation .contentsImage .content {
  display: none;
}
.Realisation .contentsImage .content p {
  margin-bottom: 0;
}
.Realisation .contentsImage .content.active {
  display: block;
}

footer {
  position: relative;
}

footer .logoKagency {
  position: absolute;
  bottom: 0;
  right: 0.5rem;
}
.contentsImage.isMovable {
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
}

/*=============================================
=            Tarte au citron            =
=============================================*/

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  color: #000 !important;
  background: #fff !important;
  border-radius: 0 !important;
}

div#tarteaucitronAlertBig:before {
  display: none;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  width: 50% !important;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  font-weight: 400;
}

/*=====  End of Tarte au citron  ======*/

@media (max-width: 767px) {
  #realisations .item {
    display: flex;
    justify-content: center;
  }
  #realisations a .content,
  #realisations a .content > div {
    position: relative;
    top: initial;
    height: initial;
  }
  #realisations a .content > div {
    opacity: 1;
    color: white;
  }
  #realisations a .content {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 10px;
  }
  #menu_trigger {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 999999999;
    background: white;
  }
  header .lastMenu {
    position: fixed;
    bottom: 0;
    right: 15px;
  }
  .social li {
    background: transparent;
  }
  header p.slogan {
    position: fixed;
    left: 20%;
    width: 60%;
    top: 38px;
  }
  header .menu {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .bloc-gallery .thumbnail {
    text-align: center;
  }
  .image-container img {
    width: 100%;
    height: auto;
  }
  .bloc.bloc-image.image-right .image {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  #navbarSupportedContent {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
  }
  .bloc.bloc-background {
    padding: 3rem;
    margin: 3rem 0;
  }
  .image-container {
    display: flex;
    position: relative;
  }

  .skewed-left,
  .skewed-right {
    width: 50%; /* Ajustez la largeur des conteneurs selon vos besoins */
    overflow: hidden;
  }

  .skewed-left {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }

  .skewed-right {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    left: -50px;
  }
}
.skewed-left .text {
  position: absolute;
  background: #00000094;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  text-align: center;
  color: #fff;
}
.skewed-left,
.skewed-right {
  position: relative;
}
.skewed-right .text {
  position: absolute;
  background: #00000094;
  width: 100%;
  top: 0;
  padding: 1rem;
  text-align: center;
  color: #fff;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
header .menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .menu,
header .menu ul {
  list-style-type: none;
  padding-left: 0;
}
header .menu a {
  color: inherit;
  text-decoration: none;
}
header .menu li a {
  display: flex !important;
  align-items: center;
}
header .menu .megamenu > a {
  padding-right: 40px;
}

/*=============================================
=            _RESPONSIVE            =
=============================================*/

@media (max-width: 1204px) {
  header {
    border-bottom: 1px solid #000;
  }
  header p.slogan {
    top: 20px;
  }
  header p.slogan::after {
    content: none;
  }
  main {
    margin-top: 105px;
  }
  .bloc.bloc-image .title span::before {
    content: none;
  }
  .PageCMS .mt-5 {
    margin-top: 1rem !important;
  }
  .PageCMS .mb-5 {
    margin-bottom: 1rem !important;
  }
  .PageCMS main {
    margin-top: 85px;
  }
  .breadcrumb-item {
    font-size: 14px;
  }
  .breadcrumb {
   justify-content: center !important;
  }
}
@media only screen and (min-width: 1024px) {
  /* PERSONNALISER */
  .menu li .submenu li a {
    color: #000;
    padding: 10px 20px;
    background: transparent;
    display: block;
  }
  .menu li .submenu li a:hover {
    background: #eee;
    color: #000;
    transform: none;
  }
  .menu li.megamenu > a:before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  /*  */
  .menu > ul {
    display: flex !important;
  }
  .menu .megamenu > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }
  .menu .megamenu > a:hover:after {
    display: block;
  }
  .menu li .submenu {
    transition: 350ms all;
  }
  .menu li:hover > .submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .menu li.megamenu > a {
    padding-right: 0px;
    position: relative;
  }
  .menu li.megamenu > a:before {
    content: "";
    position: absolute;
    right: -15px;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    margin-top: -2px;
  }
  .menu li .submenu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px 1px #00000026;
  }
  .menu li .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
  }
  .menu li .submenu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }
  .menu li .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
    width: max-content;
  }
}
@media only screen and (max-width: 1023px) {
  /* PERSONALISER */
  .mobile-menu li a {
    color: #000;
  }
  .mobile-menu li .submenu {
    background: #fff;
  }
  .mobile-menu li .submenu .backmenu-row {
    background: #fff;
  }
  .mobile-menu li .submenu .backmenu-row em {
    color: #000;
  }
  /*  */
  #menu_trigger {
    height: 22px;
    width: 50px;
    display: inline-block;
    border: 1px solid #333;
    padding: 20px 9px;
  }
  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }
  #menu_trigger .menulines,
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #000;
  }
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }
  #menu_trigger .menulines:before {
    top: -20px;
  }
  #menu_trigger .menulines:after {
    top: -10px;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    overflow: hidden;
  }
  .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }
  .mobile-menu li {
    margin: 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }
  .mobile-menu li a {
    display: block;
    position: relative;
    padding: 15px 20px;
  }
  .mobile-menu li a:hover {
    color: #ff5252;
  }
  .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #fff;
    border: 1px solid #fff;
  }
  .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .mobile-menu li .submenu {
    position: absolute;
    top: 1px;
    left: 100%;
    width: 100%;
    height: calc(100% - 2px);
    transition: 350ms all;
    z-index: 1;
  }
  header .menu li.megamenu {
    margin-right: 0;
  }
  .mobile-menu li .submenu li {
    font-size: 14px;
  }
  .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    font-size: 16px;
  }
  .mobile-menu li .submenu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: #fff;
    border: 1px solid #fff;
  }
  .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .mobile-menu li .submenu .backmenu-row em {
    font-style: normal;
  }
  .mobile-menu li.sub-open > .submenu {
    left: 0;
  }
  #filters ul {
    flex-wrap: wrap;
  }
  #filters ul li {
    margin: 0.4rem 0;
  }
}

/*=====  End of _RESPONSIVE  ======*/
