/* DEFAULT */
body, div, * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--gris:#3A3F4D;
	--vert:#5e6154;
	--jaune:#FBBB00;
	--gris02:#323625;
	--noir:#000;
	--blanc:#fff;
}
body {
	overflow-x: hidden !important;
}
body.home .header {
	display: none;
}
/** menu **/
.header .ligne-header .menu-header nav > ul > li > a {
	font-size: 16px !important;
	padding: 0px 19px !important;
}
.header .ligne-header .menu-header nav > ul > li:hover > a { 
  color: var(--jaune) !important;
}
.header .ligne-header .menu-header nav > ul > li  {
	padding: 0px 0px !important;
	position: relative;
}
.header .ligne-header .menu-header nav > ul > li > a:after { 
    content: "";
    display: inline-block;
    font-weight: var(--clb-text-bold);
    width: auto;
    right: 19px;
    top: -11px;
    line-height: 0.6em;
    font-size: 0.6em;
    position: absolute;
    height: auto;
    opacity: 0.75;
}
.header .ligne-header .menu-header nav > ul > li:nth-child(1) > a:after { 
	 content: "01";
}
.header .ligne-header .menu-header nav > ul > li:nth-child(2) > a:after { 
	 content: "02";
}
.header .ligne-header .menu-header nav > ul > li:nth-child(3) > a:after { 
	 content: "03";
}
.header .ligne-header .menu-header nav > ul > li:nth-child(4) > a:after { 
	 content: "04";
}
.header .ligne-header .menu-header nav > ul > li:nth-child(5) > a:after { 
	 content: "05";
}
.header .ligne-header .menu-header nav > ul > li.current-menu-item > a { 
     color: var(--jaune);
}
.header .ligne-header .menu-header nav > ul > li:hover > a:after { 
    color: var(--jaune) !important;
}
.header.nav-scroll {
    padding: 15px 25px !important;
    z-index: 10000 !important;
    position: fixed !important;
    top: 0 !important;
    animation: topheader 0.45s ease;
	transform: translate(-50%, 0px);
	
}

@keyframes topheader {
    from {
       transform: translate(-50%, -80px);
    }

    to {
         transform: translate(-50%, 0px);
    }
}

.header.nav-scroll .et_pb_image_0_tb_header {
	max-width: 140px !important;
}
/** page d'accueil **/
.col-banner-1 {
    transition: width 0.60s ease;
}
.col-banner-1:hover {
  width: 175% !important;
  max-width: 175% !important;
}
.col-banner-2 {
	margin-left: auto;
    transition: width 0.60s ease;
}
.col-banner-2:hover {
  width: 175% !important;
  max-width: 175% !important;
	z-index: 999;
}
.banner .col-banner:hover {
	background-color: rgb(0 0 0 / 33%) !important;
}
.lignes-footer .eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    line-height: 2rem;
}
.lignes-footer ul {
  list-style: none;
  padding: 0px !important;
}
.lignes-footer .phone {
    font-weight: 700 !important;
    font-size: 1.4rem;
    color: #000 !important;
}
.lignes-footer h3 {
  margin: 0px !important;
  padding-bottom: 6px;
  font-size: 13px !important;
}
.lignes-footer ul #block-7, .lignes-footer ul #block-10  {
  margin-bottom: 28px !important;
}
.lignes-footer ul #block-8 span {
  margin-bottom: 6px !important;
  display: block;
}
.lignes-footer .email {
    font-weight: 700 !important;
    font-size: 1.2rem;
    color: #000 !important;
}
.lignes-footer ul #block-8 a, .lignes-footer ul #block-12 a  {
  font-size: 18px !important;
}
.lignes-fin-footer .holder {
  display: flex;
    justify-content: space-between;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:hover { 
   background-color: var(--noir) !important;
	color: var(--blanc) !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:before {
  content: "" !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/2026/07/bouton-retour.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 53px;
    top: 15px;
    transform: rotate(130deg);
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta.btn-jaune:before { 
  filter: invert(67%) sepia(71%) saturate(1522%) hue-rotate(3deg) brightness(105%) contrast(103%);
	  top: 10px;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta.btn-jaune:hover {
	border-color: var(--noir) !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-noir:hover {
	background-color: var(--noir) !important;
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:hover:before {
	animation: leftturn 0.15s ease;
}
@keyframes leftturn {
	0% {
		left: 70px;
	}
	50% {
		left: 35px;
	}
	100% {
		left: 53px;
	}
}
body.et_pb_button_helper_class #page-container .et_pb_section a.et_pb_button.btn-cta:hover:before {
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(126deg) brightness(106%) contrast(101%);
}
.text-shadow {
	background-image: linear-gradient(rgba(251, 187, 0, 0.5), rgba(251, 187, 0, 0.5));
	background-size: 0% 30%;
	background-repeat: no-repeat;
	background-position: 0% 100%;
	transition: 0.45s all;
}
.text-shadow:hover {
	background-size: 100% 100% !important;
}
.text-shadow.show {
    background-size: 100% 30%;
}
.lignes-footer ul li a:hover, .lignes-fin-footer a:hover {
	 animation: 0.4s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1 normal none running underline;
    background-image: linear-gradient(currentColor 0px, currentColor 100%);
}
.lignes-footer ul li a, .lignes-fin-footer a {
	background-repeat: no-repeat;
    background-size: 100% 0.18em;
    background-position: 0px 110%;
}

@keyframes underline {
	0% {
		background-size: 100% 0.18em;
		background-position: 0 110%;
   }
	50% {
		background-size: 0% 0.18em;
		background-position: 0 110%;
   }
	50.01% {
		background-size: 0% 0.18em;
		background-position: right 0 top 110%;
    }
	100% {
		background-size: 100% 0.18em;
		background-position: right 0 top 110%;
    }
}

/** Page essaie de plaque **/
.list-border ul {
  list-style: none !important;
  padding: 0px !important;
  display: flex;
  width: 100%;
  justify-content: space-between
}
.list-border ul li {
  width: 1px;
  min-height: 600px;
  background-color: #00000024;
}
.ligne-vertical-02 .list-border ul li {
    width: 1px;
    min-height: 500px;
    background-color: #00000018;
}
.ligne-vertical-03 .list-border ul li {
    width: 1px;
    min-height: 500px;
    background-color: #00000018 !important;
}
.img-cover span {
	width: 100% !important;
	height: 100% !important;
}
.img-cover img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.img-405 {
	height: 405px;
}
.titres-scroll {
	transition: 0.45s all;
    transform: translatey(0px);
}
.titres-scroll.actives { 
	    transform: translatey(-30px);
}
.ligne-4services .et_pb_column {
  min-height: 450px;
  padding: 50px 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 20px !important;
}
.ligne-4services .et_pb_column:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, #00000000 40%, #000000 130%);
  background-size: cover;
  background-repeat: no-repeat;
}
/** mobile menu **/
.groupe-menu-mobile .et_mobile_menu {
	display: block !important;
	position: inherit !important;
	border-top: 0px !important;
	padding: 0px !important;
}
.groupe-menu-mobile .mobile_menu_bar {
	display: none !important;
}
.groupe-menu-mobile .et_pb_menu__wrap {
	justify-content: flex-start !important;
}
.groupe-menu-mobile .et_pb_menu .et_mobile_nav_menu {
	display: block !important;
	width: 100% !important;
	margin: 0px !important;
}
.groupe-menu-mobile { 
	max-height: 0; 
	overflow: hidden;
	opacity: 0;
	transition: 0.45s all;
	position: absolute;
    right: -380px;
    width: 100%;
	background-color: #fff;
	padding: 100px 25px 25px 25px;
	min-height: 100vh;
	top: -30px;
}
.groupe-menu-mobile.ouvert { 
	opacity: 1;
	max-height: 500px; 
	right: -25px;
    width: 100%;
}
.groupe-menu-mobile .btn-x {
	position: absolute;
	top: 25px;
	right: 25px;
}
 .menu-toggle {
	 background-color: #e0e3dd !important;
    padding: 15px 20px !important;
    border-radius: 50px;
    width: 37%;
    text-align: left !important;
    top: -12px !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
 .menu-toggle .et_pb_text_inner {
	text-align: left !important;
}
.menu-toggle:after {
	 content: "";
    width: 24px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 16px;
    top: 40%;
}
.menu-toggle:before {
	content: "";
    width: 18px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 22px;
    top: 54%;
}
.ligne-header-mobile .et_pb_column_2_tb_header {
	width: 43% !important;
}
.ligne-header-mobile {
	height: 40px;
}
.ligne-header-mobile .et_pb_column_3_tb_header  {
	top: -35px;
	display: flex;
	justify-content: flex-end;
}
.ligne-header-mobile .holder {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	margin-top: 20px;
}
.ligne-header-mobile .holder a { 
	color: #323625 !important;
}
.groupe-menu-mobile .et_mobile_menu > li > a {
	padding-left: 0px !important;
	font-size: 16px !important;
}
.groupe-menu-mobile .et_mobile_menu > li.current-menu-item a  {
	color: #fbbb00 !important;
}
.groupe-menu-mobile .et_mobile_menu > li:hover a  {
	color: #fbbb00 !important;
}

/** realisations **/
.col-projets-similaires .divi-project-navigation .divi-project-nav-item { 
    max-width: 285px;
    width: 100%;
    display: block;
    background-color: #fff;
	 padding: 70px 25px 25px 25px;
	 border-radius: 30px;
}
.col-projets-similaires .divi-project-next {
	position: absolute;
	z-index: -1;
	top: 0;
    left: 0;
}
.col-projets-similaires .projet-pagination {
	position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 285px;
    margin: 0 auto !important;
    transform: translate(265px, -15px);
    background-color: #fff;
	border-radius: 30px;
}
.col-projets-similaires .divi-project-nav-image img {
	 height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.col-projets-similaires .divi-project-nav-image {
	 position: absolute;
    left: 0;
    z-index: -1;
    top: 10px;
    width: 100%;
	transition: 0.45s all;
	opacity: 0;
}
.col-projets-similaires .projet-pagination:hover .divi-project-nav-item .divi-project-nav-image {
	top: -82px;
	opacity: 1;
}
.col-projets-similaires .divi-project-nav-title {
	color: #000 !important;
}
.col-projets-similaires .divi-project-next-label a {
	 position: absolute;
    top: 40px;
    right: 30px;
    background-image: url(/wp-content/uploads/2026/08/fleche-noire.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
	z-index: 1000;
}
.col-projets-similaires .divi-project-prev-label a {
	position: absolute;
    right: 83px;
    top: 40px;
	background-image: url(/wp-content/uploads/2026/08/fleche-noire.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
	rotate: 180deg;
	z-index: 1000;
}
.col-projets-similaires .divi-project-nav-label.divi-project-next-label:hover:after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #e0e3dd;
    position: absolute;
    top: 21px;
    border-radius: 100%;
    right: 14px;
    z-index: 1;
}
.col-projets-similaires .divi-project-nav-label.divi-project-prev-label:hover:after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #e0e3dd;
    position: absolute;
    top: 21px;
    border-radius: 100%;
    right: 65px;
    z-index: 1;
}
.col-projets-similaires .divi-project-nav-label a {
	font-size: 0px;
}
.col-projets-similaires .divi-project-next-project-title {
	position: absolute;
    top: 32px;
    left: 25px;
    font-size: 18px;
}
.projets-none {
	transition: 0.45s all;
	opacity: 1;
	top: 0;
}
.projets-none.actives { 
   top: 150px;
	opacity: 0;
}
.lignes-back .et_pb_image {
	position: relative;
}
.lignes-back .et_pb_image:after {
	content: "Back";
    width: 100px;
    position: absolute;
    top: 4px;
    right: -143px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
	transition: 0.45s all;
	opacity: 0;
}
.lignes-back .et_pb_image:hover:after {
	 right: -117px;
	opacity: 1;
}

/** Cursor **/
.hexagon {
  position: fixed;
  width: 32px;
  height: 32px;
  background-color: transparent;
  pointer-events: none;
  border-radius: 50% !important;
  transform: translate(-50%, -50%);
  border: 1px solid #fbbb0087 !important;
  z-index: 9999999999999999;
  transition: background-color 0.3s ease;
}
.hexagon.btn-hovers {
  width: 45px !important;
  height: 45px !important;
}
.hexagon.btns-hovers {
  width: 60px !important;
  height: 60px !important;
}
.polygon {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: transparent;
  pointer-events: none;
  transform: translate(-50%, -50%);
  border-radius: 50% !important;
  background-color: var(--jaune) !important;
  z-index: 999999999999999;
  transition: background-color 0.3s ease;
}
.polygon.menu-hovers {
	 width: 13px;
	height: 13px
}
.polygon.logos {
	 width: 18px;
	height: 18px
}
/** cursor image **/
.hexagon,
.polygon {
    transition: opacity 0.2s ease;
}

.hexagon.hide-cursor,
.polygon.hide-cursor {
    opacity: 0 !important;
}

.image-mouse-arrow {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(60 60 60 / 17%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    line-height: 1;
    pointer-events: none;
    z-index: 999999;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
	
}
.image-mouse-arrow:after { 
   content: "";
	width: 26px;
	height: 26px;
	background-image: url("/wp-content/uploads/2026/08/fleche-noire-1.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 20px;
	rotate: -45deg;
}

.image-mouse-arrow.active {
    opacity: 1;
}


/** Responsive **/
@media(max-width: 980px) {
	.col-banner-1:hover {
		width: 100% !important;
		max-width: 100% !important;
	}
	.groupe-menu-mobile .et_mobile_menu {
		box-shadow: none !important;
	}

	.col-banner-2:hover {
		width: 100% !important;
		max-width: 100% !important;
		z-index: 999;
	}
	.lignes-footer ul #block-7, .lignes-footer ul #block-10 {
		margin-bottom: 20px !important;
	}
	.list-border {
		display: none !important;
	}
	.titres-scroll.actives { 
	    transform: translatey(0px);
    }
	.ligne-4services .et_pb_column { 
		margin-right: 0px !important;
		margin-bottom: 20px !important;
	}
	.ligne-4services .et_pb_column:nth-child(4) { 
		margin-bottom: 0px !important;
	}
	.ligne-2images .et_pb_column {
		height: 350px !important;
	}
	.ligne-header-mobile .et_pb_image_1_tb_header  {
		margin: 0px !important;
	}
	.ligne-header-mobile {
		display: flex !important;
	}
	.ligne-header-mobile .et_pb_column .et_pb_text {
		text-align: right !important;
	}
	.header {
	  padding: 20px 25px !important;
	}
	.header.nav-scroll {
		padding: 20px 25px !important;
		z-index: 10000 !important;
    }
	body #page-container .projets-masonry .et_pb_blog_posts .et_pb_post { 
	  width: 100% !important;
	}
	.col-projets-similaires .projet-pagination { 
	   transform: translate(0px, 0px) !important;
	}
	.col-projets-similaires .divi-project-navigation .divi-project-nav-item {
		border-radius: 0px !important;
	}
	.col-projets-similaires .projet-pagination { 
	    max-width: 100% !important;
		border-radius: 0px !important;
	}
	.projets-none.actives { 
	   top: 0px;
	    opacity: 1;
     }
	.hexagon, .polygon {
		display: none !important;
	}
	
	body {
		overflow-x: hidden !important;
	}
}
@media(max-width: 450px) {
	.lignes-fin-footer .holder {
		display: flex;
		flex-direction: column;
		justify-content: center !important;
		align-items: center;
		gap: 10px;
    }
}


/* =========================================
   GRILLE MASONRY
========================================= */

.projets-masonry .et_pb_blog_posts {
    position: relative !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
	height: 2420px !important;
}


/* =========================================
   CHAQUE CARTE
========================================= */

.projets-masonry .et_pb_blog_posts .et_pb_post {
    position: absolute !important;

    width: calc((100% - 36px) / 3) !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #fff;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);

    box-sizing: border-box;
}


/* =========================================
   IMAGE
========================================= */

.projets-masonry .et_pb_post .entry-featured-image-url {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

.projets-masonry .et_pb_post .entry-featured-image-url img {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;
}


/* =========================================
   TITRE
========================================= */

.projets-masonry .et_pb_post .entry-title {
    margin: 0 !important;

    padding: 20px 18px !important;

    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;

    color: #303c4d !important;

    box-sizing: border-box;
}

.projets-masonry .et_pb_post .entry-title a {
    color: #303c4d !important;
    text-decoration: none !important;
	font-size: 16px !important;
}


/* =========================================
   ELEMENTS INUTILES
========================================= */

.projets-masonry .post-meta:empty {
    display: none !important;
}

.projets-masonry .post-content {
    display: none !important;
}

.projets-masonry .et_overlay {
    display: none !important;
}


/* =========================================
   TABLETTE
========================================= */

@media (max-width: 980px) {

    .projets-masonry .et_pb_post {
        width: calc((100% - 18px) / 2) !important;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .projets-masonry .et_pb_blog_posts {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .projets-masonry .et_pb_post {
        width: 100% !important;
    }

}






/* =====================================================
   BOUTON
   ===================================================== */

.projet-image-button {
    padding: 10px 20px;
    color: #000;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
     background: #0a172000;
    font-size: 0px;
}
.projet-image-button:hover { 
   background: #0a17201a;
	 top: 18px;
    left: 18px;
}
.projet-image-button:hover:after {
	opacity: 1 !important;
	 top: 20px;
	left: 20px;
}
.projet-image-button:after { 
	 content: "";
	 width: 20px !important;
	height: 20px !important;
	background-image: url(/wp-content/uploads/2026/08/concentrer.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	 top: 25px;
	left: 25px;
	z-index: 10;
	opacity: 0 !important;
	transition: 0.45s all;
	
}
.projets-masonry .et_pb_blog_posts .et_pb_post:hover .projet-image-button:after {
	opacity: 1 !important;
}
.projets-masonry .et_pb_blog_posts {
    position: relative !important;
    width: 100% !important;
}

.projets-masonry .et_pb_post {
    position: absolute !important;
    margin: 0 !important;
}

/* =====================================================
   POPUP
   ===================================================== */
.projet-popup {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    background-color: #121114db;
    height: 100vh;
}

.projet-popup.active {
    opacity: 1;
    visibility: visible;
}


/* =====================================================
   OVERLAY
   ===================================================== */

.projet-popup-overlay {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.8);

    cursor: pointer;
}


/* =====================================================
   BOX
   ===================================================== */

.projet-popup-box {
    width: 100%;
    z-index: 2;
    transition: transform 0.4s ease;
    display: flex;
    justify-content: space-between;
    height: 100vh;
    align-items: center;
}

.projet-popup.active .projet-popup-box {
    transform: translateY(0);
}


/* =====================================================
   IMAGE
   ===================================================== */

.projet-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.projet-popup-image {
	width: 60%;
    height: 100%;
}

/* =====================================================
   TITRE
   ===================================================== */

.projet-popup-title {
    color: #ffffff;
    width: 40%;
    padding: 52px 52px 52px 72px;
    display: flex;
    flex-direction: column;
}
.projet-popup-title .projet-popup-title-text {
	font-size: 48px;
    line-height: 59px;
}
.projet-popup-title a {
	color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 8px;
    border-radius: 50px;
    background: #090808;
    max-width: 27%;
	position: relative;
}
.projet-popup-title a:hover { 
	color: var(--jaune) !important;
}
.projet-popup-title a:after { 
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2026/08/fleche-noire-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 16px;
}
.projet-popup-title a:hover {
	background-color: #1f211e;
}
.projet-popup-title a:hover:after {
	 background-image: url(/wp-content/uploads/2026/08/fleche-jaune.png);
}

/* =====================================================
   FERMER
   ===================================================== */

.projet-popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 43px;
    height: 43px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
	background-color: inherit !important;
}


/* =====================================================
   BLOQUER LE SCROLL
   ===================================================== */

/* body.projet-popup-open {
    overflow: hidden;
}
 */
@media(max-width: 980px) {
	.projet-popup-box {
		flex-direction: column;
	}
	.projet-popup-image {
		width: 100%;
		height: 450px;
   }
	.projet-popup-image img {
		height: 100% !important;
	}
	.projet-popup-title {
		padding: 20px;
		width: 100%;
		margin-top: 20px;
	}
	.projet-popup-title .projet-popup-title-text {
		font-size: 30px;
		line-height: 38px;
    }
	.projet-popup-title a {
		color: #fff;
		text-transform: uppercase;
		margin-top: 25px;
		padding: 8px;
		border-radius: 50px;
		background: #090808;
		max-width: 49%;
		position: relative;
   }
	.projets-masonry .et_pb_blog_posts {
		height: 5520px !important;
	}
}


/** css banner slick **/
body.postid-543 .banner-projets {
    position: relative;
    overflow: hidden;
}

body.postid-543 .banner-bg-pagination {
    position: absolute;
    bottom: 0;
    z-index: 50;
    display: flex;
    gap: 25px;
    right: -49%;
    background: #5958586e;
    rotate: 90deg;
    width: 100%;
    z-index: 99999;
    display: flex;
    height: 8%;
}

body.postid-543 .banner-bg-pagination button {
    border: 0;
    background: none;
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
    color: #30322a;
    rotate: -90deg;
}
body.postid-543 .banner-bg-pagination button:nth-child(1) {
	transform: translate(128px, 253px);
    min-height: 340px;
    max-width: 60px;
    width: 100%;
}
body.postid-543 .banner-bg-pagination button:nth-child(2) {
	transform: translate(128px, 580px);
	 min-height: 340px;
    max-width: 60px;
    width: 100%;
}
body.postid-543 .banner-bg-pagination button.active {
    opacity: 1;
    font-weight: 700;
}

body.postid-543 .banner-bg-pagination button:hover {
    opacity: 1;
}
body.postid-543 .header .ligne-header .et_pb_column:nth-child(2) {
	transform: translateX(-60px);
}
body.postid-543 .et_pb_column_1_tb_body {
	right: 75px !important
}

@media(max-width: 980px) {
	body.postid-543 .header .ligne-header .et_pb_column:nth-child(2) {
	  transform: translateX(-30px) !important;
    }
	body.postid-543 .banner-bg-pagination button:nth-child(2) {
        transform: translate(198px, 227px);
        min-height: 500px;
        max-width: 60px;
        width: 100%;
    }
	body.postid-543 .banner-bg-pagination button:nth-child(1) {
        transform: translate(-20px, 76px);
        min-height: 50px;
        max-width: 60px;
        width: 100%;
    }
      body.postid-543 .banner-bg-pagination {
        position: absolute;
        bottom: 72%;
        gap: 25px;
        right: -62%;
        background: #5958586e;
        rotate: 90deg;
        width: 124%;
        z-index: 99999;
        display: flex;
        height: 9%;
    }
	.col-projets-similaires .projet-pagination:hover .divi-project-nav-item .divi-project-nav-image {
		top: 0px;
		opacity: 0;
    }
	.forminator-row-last .forminator-col .forminator-field {
		max-width: 170px !important;
		margin: 0 auto !important;
	}
	body #page-container .forminator-ui.forminator-custom-form-236.forminator-design--default .forminator-field button {
		font-size: 14px !important;
	}
}





/*** FLECHES SLIDER POPUP ***/

.projet-popup-image {
    position: relative !important;
    overflow: hidden !important;
}

.projet-popup-image .projet-slider-arrow {
    position: absolute !important;
   bottom: 20px;
    transform: translateY(-50%) !important;
    width: 45px !important;
    height: 45px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 45px !important;
    text-align: center !important;
    cursor: pointer !important;
    z-index: 20 !important;
    transition: background 0.3s ease !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.projet-popup-image .projet-slider-arrow.projet-slider-prev span {
	rotate: 180deg;
}
.projet-popup-image .projet-slider-arrow { 
    background: rgb(0 0 0 / 0%) !important;
}

.projet-popup-image .projet-slider-arrow:hover {
    background: rgba(0, 0, 0, 0.25) !important;
}

.projet-popup-image .projet-slider-prev {
    right: 110px !important;
}

.projet-popup-image .projet-slider-next {
    right: 50px !important;
}

.projet-popup-image .projet-slider-arrow span {
    display: block;
    line-height: 45px;
	font-size: 0;
	background-image: url(/wp-content/uploads/2026/08/fleche-noire-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	
}



.projet-popup-image .projet-slider-pagination button {
    position: relative !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    width: auto !important;

    border: none !important;

    background: transparent !important;

    color: rgba(255, 255, 255, 0.55) !important;

    font-size: 14px !important;
    font-weight: 500 !important;

    line-height: 1 !important;

    cursor: pointer !important;

    transition:
        color 0.3s ease,
        transform 0.3s ease !important;
}


/* =========================================
   CHIFFRE ACTIF
========================================= */

body.page-id-52 .projet-popup-image .projet-slider-pagination button.active {
    color: #fff !important;
}

/* body.page-id-52 .projet-popup-image .projet-slider-pagination button.active::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 6px;
    height: 1px;
    background: #fff;
	z-index: 9999;
} */

body.page-id-52 .projet-slider-pagination {
	background: #6c60604f;
    width: 4%;
    height: 100%;
    right: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
body.page-id-52 .projet-slider-pagination button:nth-child(1) {
	top: 20%;
    left: 10px;
	font-size: 20px !important;
}
body.page-id-52 .projet-slider-pagination button:nth-child(2) {
	top: 70%;
    left: 10px;
	font-size: 20px !important;
}

body.postid-690 .options-group {
	list-style: none;
    display: flex;
    margin-top: 25px;
}
body.postid-690 .options-group li { 
    border-top: 1px solid #9f8233;
    padding-top: 20px;
	max-width: 150px;
    width: 100%;
	font-size: 14px;
}
body.postid-690 .options-group li:nth-child(1) { 
    margin-right: 30px;
}
body.postid-690 .options-group .title { 
     text-transform: uppercase;
    color: #323625 !important;
    font-size: 15px;
    font-weight: 400;
	padding-bottom: 4px !important;
}



/** page contact **/
body #page-container .forminator-ui.forminator-custom-form-236.forminator-design--default .forminator-field button {
	font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0em;
    border-style: solid;
	border-color: var(--jaune) !important;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 50px 20px 50px;
	border-width: 2px 2px 2px 2px;
	color: #000 !important;
	transform: scale(1);
}
body #page-container .forminator-ui.forminator-custom-form-236.forminator-design--default .forminator-field button:hover { 
   border-color: var(--noir) !important;
	background-color: #fff !important;
	border-width: 2px 2px 2px 2px;
	border-radius: 50px 50px 50px 50px;
		transform: scale(1.1);
}
body #page-container .forminator-ui.forminator-custom-form[data-design=default] .forminator-description span:not(.forminator-monospace) {
    display: none !important;
}


/** Cookies **/
.cky-btn-revisit-wrapper {
width: 30px !important;
height: 30px !important;
background-color: var(--jaune) !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
height: 20px !important;
width: 20px !important;
}
.cky-btn-accept {
background: var(--jaune) !important;
color: #FFFFFF;
border: 2px solid var(--jaune) !important;
}
.cky-btn-reject {
color: var(--jaune) !important;
background: transparent !important;
border: 2px solid var(--jaune) !important;
}
.cky-btn-customize {
color: var(--jaune) !important;
background: transparent !important;
border: 2px solid var(--jaune) !important;
}
.cky-btn-preferences {
color: var(--jaune) !important;
background: transparent !important;
border: 2px solid var(--jaune) !important;
}

body #page-container #captcha-1 {
	display: flex;
	justify-content: flex-end;
}
.et_pb_image_0_tb_header:hover {
	opacity: 0.60;
}

















/** fin css **/