/*
Theme Name: Hello Elementor Child
Theme URI: https://studionumerik.fr/
Description: Hello Elementor Child Theme
Author: Studio Numerik
Author URL: https://studionumerik.fr/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/
/* Placer votre CSS ci-dessous */

/* Default */
:root {
	--bleu:#29A9BC;
	--blanc:#fff;
	--noir:#000;
	--vert:#476873;
	--vert-noir:#253B41;
}
.page-header {
	display: none !important;
}
body {
	overflow-x: hidden;
}
h1 strong, h2 strong, h3 strong {
	font-weight: 700 !important;
}

/**** COOKIEYES CUSTOM CSS ****/
.cky-notice-btn-wrapper {
	flex-wrap: nowrap !important;

	.cky-btn {
    padding: 12px 20px !important;
	}
}
.cky-consent-container .cky-consent-bar {
	border-radius: 0 !important;
}
.cky-btn-revisit-wrapper {
  width: 30px !important;
  height: 30px !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  height: 20px !important;
  width: 20px !important;
}
.cky-btn-reject, .cky-btn-customize, .cky-btn-preferences {
	color:var(--bleu) !important;
    border-color: var(--bleu) !important;
}
.cky-btn-accept {
	color: var(--blanc) !important;
    background-color:var(--bleu) !important;
    border-color:var(--bleu) !important;
}
.cky-btn:hover {
    background: var(--bleu) !important;
    border-color: var(--bleu) !important;
    color: var(--blanc) !important;
	opacity:1 !important;
}
.cky-btn-revisit-wrapper {
	background-color:var(--bleu) !important;
}
@media (max-width: 680px){
	body .cky-btn {
	    width: 100% !important;
	    justify-content: center !important;
	}
	body .cky-custom-brand-logo-wrapper, 
	body .cky-notice .cky-title, 
	body .cky-notice-des, 
	body .cky-notice-btn-wrapper {
        padding: 0 !important;
    }
    body .cky-notice {
    	text-align: center;
    }
}

.elementor-cta__button, .forminator-button-submit {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin: 0 !important;

	&:before {
		content: '';
		background: url(/wp-content/uploads/2026/03/circle-btn-white.svg) center no-repeat;
		width: 21px;
		min-width: 21px;
		height: 21px;
		display: flex;
		transition: all 400ms ease-in-out;
	}
}
.elementor-cta__button:hover, .forminator-button-submit:hover {
	background: var(--blanc) !important;
	color: var(--bleu) !important;
	&:before {
		background: url(/wp-content/uploads/2026/03/circle-btn.svg) center no-repeat;
	}
}
.forminator-button-submit {
	display: flex;
    padding: 14px 20px !important;
    border-radius: 0 !important;
}
.forminator-button-submit:hover {
	background: var(--noir) !important;
}
.forminator-field-textarea {
	.forminator-field {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
}


/* Header */
.elementor-location-header {
	transition: all 400ms ease-in-out;

	.logo {
		.elementor-heading-title {
			transition: all 400ms ease-in-out;
		}
	}

	&>.elementor-element {
		&>.e-con-inner {
			position: relative !important;

			.burger {
				width: 40px;
				top: 26px;
				z-index: 5;

				svg {
					width: 100%;
					height: auto;
					transition: all 400ms ease-in-out;
				}
			}
		}
	}

	.elementor-widget-theme-site-logo {
		img {
			transition: all 400ms ease-in-out;
		}
	}

	.burger {
		cursor: pointer !important;
	}
}
.nav-top {
	z-index: 1;

	nav>.elementor-nav-menu {
		&>li:last-child {
			a {
				&::before {
					content: '';
					background: url(/wp-content/uploads/2026/03/circle-btn-white.svg) center no-repeat;
					position: relative !important;
					transform: scale(1) !important;
					opacity: 1 !important;
					display: flex;
					width: 21px;
					height: 21px;
					transition: all 400ms ease-in-out;
				}

				background: var(--bleu);
				display: flex;
				justify-content: center;
				align-items: center;
				gap: 10px;
				color: var(--blanc);
				transition: all 400ms ease-in-out;
			}

			a:hover {
				&::before {
					background: url(/wp-content/uploads/2026/03/circle-btn.svg) center no-repeat;
					transition: all 400ms ease-in-out;
				}

				background: var(--blanc);
				color: var(--bleu) !important;
			}
		}
		&>li.current-menu-ancestor.current-menu-parent {
			&>a {
				color: var(--bleu) !important;
			}
			li.current-menu-item.current_page_item,
			li:hover {
				a {
					color: var(--blanc) !important;
				}
			}
		}
		&>li:last-child.current-menu-item.current_page_item {
			a {
				/*&::before {
					background: url(/wp-content/uploads/2026/03/circle-btn.svg) center no-repeat;
					transition: all 400ms ease-in-out;
				}

				background: var(--blanc);*/
				color: var(--blanc) !important;
			}
		}
		&>li:last-child.current-menu-item.current_page_item {
			a:hover {
				color: var(--bleu) !important;
			}
		}
	}

	a.active + ul.sub-menu {
		display: inline-table !important;
	}
}
.scrolled {
	.elementor-location-header {
		&>div {
			background: var(--blanc);
			box-shadow: 0 0 15px rgba(0, 0, 0, .5);

			.logo {
				.elementor-heading-title {
					color: var(--bleu) !important;
				}
			}

			.elementor-widget-theme-site-logo {
				img {
					width: 60px !important;
					min-width: 60px !important;
				}
			}

			.nav-top {
				nav>.elementor-nav-menu {
					&>li {
						a {
							color: var(--noir) !important;
						}
						.elementor-item-active {
							color: var(--bleu) !important;
						}
						.sub-arrow {
							svg {
								fill: var(--noir) !important;
							}
						}
					}
					&>li:last-child {
						a {
							color: var(--blanc) !important;
						}
						a:hover {
							&::before {
								background: url(/wp-content/uploads/2026/03/circle-btn.svg) center no-repeat !important;
							}

							background: var(--noir) !important;
							color: var(--blanc) !important;
						}
					}
					&>li.current-menu-ancestor.current-menu-parent {
						&>a {
							color: var(--bleu) !important;
						}
						li.current-menu-item.current_page_item,
						li:hover {
							a {
								color: var(--blanc) !important;
							}
						}
					}
					&>li:last-child.current-menu-item.current_page_item {
						a {
							&::before {
								background: url(/wp-content/uploads/2026/03/circle-btn.svg) center no-repeat !important;
							}

							background: var(--noir);
							color: var(--blanc) !important;
						}
						a:hover {
							color: var(--bleu) !important;
						}
					}
				}
			}

			.burger {
				svg {
					filter: brightness(10) invert(1);
				}
			}
		}
	}
}
@media (max-width: 1024px){
	.scrolled {
    .elementor-location-header {
      &>div {
        .nav-top {
          nav>.elementor-nav-menu {
            &>li.current-menu-ancestor.current-menu-parent {
              &>a {
                color: var(--blanc) !important;
              }
            }
          }
        }
      }
      .burger {
				top: 26px !important;
				right: 0 !important;
			}
    }
	}

	#navSide {
		.elementor-widget-nav-menu {
			.elementor-item-active {
				color: var(--noir) !important;
			}
		}
	}
}
@media (max-width: 768px){
	.elementor-location-header {
  	&>div {
  		padding: 5px 20px !important;
    }
  }
	.nav-top {
		.elementor-nav-menu--dropdown {
			width: 100%;
			top: 52px !important;
		}
	}
}

/* Page Accueil */
.service {
	&>div {
		display: flex !important;
		justify-content: flex-start !important;
		align-items: stretch !important;
		flex-direction: row !important;
		gap: 5px !important;
		height: 594px;
		overflow: hidden;

		.itemService {
			width: 380px;
			cursor: pointer;

			.elementor-cta {
				height: 594px;
				overflow: hidden !important;
			}

			.elementor-cta__content {
				max-width: 550px;
				width: 100%;

				.elementor-cta__title {
					padding-block: 24px;
					position: relative;
					opacity: 0;
					display: none;
					transition: all 400ms ease-in-out;

					&::after {
						content: '';
						background: var(--bleu);
						width: 50px;
						height: 3px;
						position: absolute;
						left: 0;
						bottom: 0;
					}
				}

				.elementor-cta__description, .elementor-cta__button-wrapper {
					opacity: 0;
					display: none;
					transition: all 400ms ease-in-out;
				}

				.elementor-cta__image {
					position: absolute;
					top: 60px;
					left: 0;
					text-align: center;
				}
			}

			.cloned-title-content {
				width: max-content;
				transform: rotate(-90deg);
		    position: absolute;
		    left: 9%;
        bottom: 157px;
        opacity: 1;
        transition: all 400ms ease-in-out;
        font-size: 23px;
        border: 1px solid var(--blanc);
        padding: 20px;
			}
		}

		.itemService2 {
			.cloned-title-content {
				left: 1%;
        bottom: 185px;
			}
		}

		.itemService.active {
			min-width: calc(100% - 380px) !important;
			cursor: inherit !important;

			.elementor-cta__content {
				.elementor-cta__image {
					left: 60px !important;
					text-align: left !important;
				}

				.elementor-cta__title, 
				.elementor-cta__description, 
				.elementor-cta__button-wrapper {
					opacity: 1 !important;
					display: block;
				}
			}

			.cloned-title-content{
				opacity: 0 !important;
				display: none !important;
			}
		}
	}
}

/* TIMELINE */
.listeSolution {
	position: relative !important;

	/*Animation*/
	.bigLine {
		position: absolute !important;
		top: 50%;
		left: 0;
		background: var(--blanc);
		height: 1px;
	}
	.line {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		background: var(--blanc);
		width: 1px;
		max-height: 103px;
	}
	.line1, .line3, .line5 {
		bottom: 191px;
		top: inherit !important;
	}
	.line2, .line4 {
		top: 191px;
		bottom: inherit !important;
	}
	.circle {
		position: absolute;
		top: calc(50% - 10px) !important;
		left: 0;
		right: 0;
		width: 14px !important;
		height: 14px !important;
		margin: 0 auto !important;
		opacity: 0;
		transition: opacity 0.2s ease;
	}

	/*Content*/
	.itemSolution {
		width: 130px;
		height: 374px;
		position: relative;

		.sousItem {
			display: flex;
			justify-content: center;

			.elementor-icon-box-wrapper {
				gap: 0 !important;
			}

			.elementor-icon-box-icon {
				width: 80px;
				height: 80px;
				margin: 0 auto;
				border: 1px solid var(--bleu);
				border-radius: 50%;
				display: flex;
				justify-content: center;
				align-items: center;
				position: relative;

				.elementor-icon {
					filter: brightness(0) invert(1);
				}
			}
			.elementor-icon-box-content {
				display: flex;
				flex-direction: column;
				align-items: center;
				justify-content: center;

				.elementor-icon-box-description {
					margin-top: 15px;
					order: 3;
				}
			}
		}
	}
	.itemSolution1, .itemSolution3, .itemSolution5 {
		.sousItem {
			align-items: flex-start;

			.elementor-icon-box-icon {
				margin: 0 auto 110px !important;
			}
		}
	}
	.itemSolution2, .itemSolution4 {
		.sousItem {
			align-items: flex-end;

			.elementor-icon-box-icon {
				margin: 110px auto 0 !important;
			}
		}
	}
	.itemSolution2 .sousItem {
		padding: 145px 0 0 0;

		.elementor-icon-box-wrapper {
			flex-direction: column-reverse !important;
		}

		.elementor-icon-box-content {
			&::before {
				order: 3;
			}

			.elementor-icon-box-description {
				margin-top: 0 !important;
				margin-bottom: 15px;
				order: 1;
			}

			&::after {
				order: 2;
			}
		}
	}
}
.slideReal {
	.slick-arrow {
		background-color: var(--bleu);
		position: absolute;
		top: 50%;
		margin-top: -35px;
		z-index: 5;
		font-size: 0;
    line-height: 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;

    &::before {
    	content: '';
    	width: 20px;
    	height: 20px;
    	background-size: contain !important;
    }
	}
	.slick-arrow:hover {
		background-color: var(--noir);
	}
	.slick-prev {
		left: -15px;

		&::before { background: url(/wp-content/uploads/2026/04/arrow-prev.png) center no-repeat; }
	}
	.slick-next {
		right: -15px;

		&::before { background: url(/wp-content/uploads/2026/04/arrow-next.png) center no-repeat; }
	}

	.elementor-portfolio {
		display: block !important;

		.elementor-portfolio-item {
			margin: 0 10px !important;
			height: auto;
			overflow: hidden;

			.elementor-portfolio-item__img {
				img {
					display: block;
					width: 100%;
					height: 304px;
					object-fit: cover;
					object-position: center;
				}
			}
		}
	}
}

.onde {
	position: relative;
	overflow: hidden;
	padding-top:50px;
}
body .elementor-posts-masonry {
	grid-template-areas:
	"a b c"
	/*"d b e"*/;

	article {
		margin: 0 !important;

		.elementor-portfolio-item__overlay {
			padding: 30px !important;
			align-items: flex-start !important;
    		justify-content: flex-end !important;
		}

		.elementor-portfolio-item__title {
			transition: all 400ms ease-in-out;
			padding-bottom: 10px;
			position: relative;
			text-align: left !important;

			&::after {
				content: '';
				background: var(--bleu);
				width: 50px;
				height: 3px;
				position: absolute;
				bottom: 0;
				left: 0;
			}
		}
	}

	article:first-child { grid-area: a; }
	article:nth-child(2) { grid-area: b; }
	article:nth-child(3) { grid-area: c; }
	article:nth-child(4) { grid-area: d; }
	article:nth-child(9) { grid-area: e; }

	article:hover {
		.elementor-portfolio-item__title {
			
		}
	}
}
.elementor-portfolio__filters {
	margin-bottom: 40px !important;

	.elementor-portfolio__filter {
		position: relative;
		overflow: hidden;
		padding: 3px 8px !important;

		&::after {
			content: '';
			background: var(--bleu);
			height: 2px;
			position: absolute;
			bottom: -5px;
			left: 8px;
			right: 8px;
			opacity: 0;
			transition: all 400ms ease-in-out;
		}
	}
	.elementor-portfolio__filter:hover,
	.elementor-portfolio__filter.elementor-active {
		&::after {
			bottom: 0 !important;
			opacity: 1 !important;
		}
	}
}

#article-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    margin: 50px auto;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    border: 5px solid #fff;
    border-radius: 5px;
}
.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

@keyframes fadeInOut {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}
.img {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 120px;
	gap: 0;
	grid-template-areas:
	"a b c d"
	"e f f d"
	"g h i i"
	"j j k l"
	"m m k l";

	.elementor-widget-image {
		height: 113px;
		width: 100%;
		overflow: hidden;
	}

	img {
		display: block;
		width: 100%;
		min-width: 116px;
		min-height: 116px;
		object-fit: cover;
		object-position: center;
	}

	.img1 { 
		grid-area: a;
		animation: fadeInOut 2s infinite;
	}
	.img2 { 
		grid-area: b;
		animation: fadeInOut 4s infinite; 
	}
	.img3 { 
		grid-area: c;
		animation: fadeInOut 6s infinite; 
	}
	.img4 { 
		grid-area: d;
		height: 226px !important;
		animation: fadeInOut 4s infinite; 
	}
	.img5 { 
		grid-area: e;
		animation: fadeInOut 8s infinite;  
	}
	.img6 { 
		grid-area: f;
		animation: fadeInOut 6s infinite; 
	}
	.img7 { 
		grid-area: g;
		animation: fadeInOut 10s infinite; 
	}
	.img8 { 
		grid-area: h;
		animation: fadeInOut 7s infinite; 
	}

	.img9 { 
		grid-area: i;
		animation: fadeInOut 12s infinite;  
	}
	.img10 { 
		grid-area: j;
		animation: fadeInOut 10s infinite; 
	}
	.img11 { 
		grid-area: k;
		height: 226px !important;
		animation: fadeInOut 8s infinite; 
	}
	.img12 { 
		grid-area: l;
		height: 226px !important;
		animation: fadeInOut 6s infinite; 
	}
	.img13 { 
		grid-area: m;
		animation: fadeInOut 10s infinite; 
	}
}
.slidePartenaire {
	.slick-slide {
		margin: 0 30px;
			
			a {
				height: 165px;
				width: 175px;
				display: flex;
				align-items: center;
				justify-content: center;

				img {
					max-width: 175px;
					width: 100%;
					height: auto;
					max-height: 165px;
					object-fit: contain;
					object-position: center;
				}
			}
	}
}
.sepearation {
	.elementor-widget-icon-box {
		display: flex;
		justify-content: center;
	}
}

/* Wave */
@keyframes waveFlow {
  0%   { opacity: 0; transform: translateY(0); }
  20%  { opacity: 1; transform: translateY(-5px); }
  40%  { opacity: 0.3; transform: translateY(0); }
  100% { opacity: 0; }
}

.onde {
  position: relative;
  overflow: hidden;
  padding-top: 49px;
  max-height: 275px;

  .wave {
		svg {
			width: 110%;
			height: 100%;
			object-fit: contain;
			object-position: center;
			margin-left: -7%;
			
			path {
			  animation: waveFlow 1.5s linear infinite;
			  animation-delay: calc(var(--i) * 0.015s);
			}
		}
	}
}

@media (max-width: 1024px){
	.elementor-portfolio__filters {
		margin-bottom: 30px !important;
	}
	body .elementor-posts-masonry {
		grid-template-areas:
		"a b"
		"c b" 
		"d e";
	}
	.onde {
    max-height: 170px;
	}
}
@media (max-width: 768px){
	.listeSolution {
		/*Animation*/
		.bigLine {
			top: 0 !important;
			right: 0;
			margin: 0 auto !important;
			width: 1px !important;
			max-height: 585px !important;
		}
		.line {
			right: inherit !important;
			margin: inherit !important;
			height: 1px !important;
			max-height: 1px !important;
			max-width: 80px !important;
			top: inherit !important;
			bottom: 50% !important;
		}
		.line1, .line3, .line5 {
			left: 64px;
		}
		.line2, .line4 {
			right: 64px !important;
			left: inherit !important;
		}

		/*Content*/
		.itemSolution {
			width: 300px;
			height: inherit;
			position: relative;

			.sousItem {
				align-items: center !important;

				.elementor-icon-box-icon {
					margin: 0 auto !important;
				}

				.elementor-icon-box-wrapper {
          width: 100% !important;
          display: flex;
          flex-direction: row !important;
          justify-content: space-between;
	      }
      	.elementor-icon-box-content {
        	flex-direction: row !important;
        	gap: inherit !important;
          justify-content: flex-start !important;
          width: inherit !important;
          display: flex;
          margin: 0 !important;
    		}
				.elementor-icon-box-icon {
					width: 64px;
					min-width: 64px;
					height: 64px;
					margin: 0 auto !important;
					border: 1px solid var(--blanc);
					border-radius: 50%;
					display: flex;
					justify-content: center;
					align-items: center;
					position: relative;
				}
				.elementor-icon-box-content {
					.elementor-icon-box-description {
						margin-top: 0;
					}
				}
			}
		}
		.itemSolution1, .itemSolution3, .itemSolution5 {
			.sousItem {
				.elementor-icon-box-content {
        	justify-content: flex-end !important;
    		}
			}
		}
		.itemSolution2, .itemSolution4 {
			.sousItem {
				padding: 0 !important;

				.elementor-icon-box-wrapper {
					flex-direction: row-reverse !important;
				}

				.elementor-icon-box-content {
					.elementor-icon-box-description {
						margin-bottom: 0 !important;
					}
				}
			}
		}
	}

	.elementor-portfolio__filters {
		margin-bottom: 24px;
	}
  .onde {
      max-height: 145px;
  }
	.service {
    &>div {
      flex-direction: column !important;

      .itemService, .itemService.active {
        width: 100%;
        min-width: 100% !important;

        .elementor-cta {
            height: auto;
            overflow: hidden !important;
        }

        .elementor-cta__content {
        	min-height: auto !important;
            max-width: 100%;

            .elementor-cta__image {
                position: relative !important;
                top: 0 !important;
                left: 0 !important;
                text-align: left !important;
            }

            .elementor-cta__title, 
            .elementor-cta__description, 
            .elementor-cta__button-wrapper {
              opacity: 1 !important;
              display: block !important;
          	}
        }

        .cloned-title-content {
            display: none !important;
        }
      }
    }
	}
	.img {
		grid-template-columns: repeat(4, 1fr);
		grid-auto-rows: 100px;
		grid-template-areas:
		"a b c d"
		"e f f d";

		.elementor-widget-image {
			height: 93px;
			width: 93px;
			overflow: hidden;
		}

		img {
			min-width: 93px;
			min-height: 93px;
		}
		.img5, .img6 {
			margin-top: -20px;
		}
		.img6 {
			width: 186px !important;
			img {
				min-width: 100%;
				min-height: 93px;
			}
		}
	}
	@keyframes leftRight {
	  0%   { transform: translateX(0); }
	  50%  { transform: translateX(50px); }
	  40%  { transform: translateX(0); }
	}
	@keyframes rightLeft {
	  0%   { transform: translateX(0); }
	  50%  { transform: translateX(-60px); }
	  40%  { transform: translateX(0); }
	}
	@keyframes topBottom {
	  0%   { transform: translateY(0); }
	  50%  { transform: translateY(30px); }
	  40%  { transform: translateY(0); }
	}
	@keyframes bottomTop {
	  0%   { transform: translateY(0); }
	  50%  { transform: translateY(-50px); }
	  40%  { transform: translateY(0); }
	}
	.move1 { animation: leftRight 3s linear infinite;}
	.move2 { animation: rightLeft 5s linear infinite;}
	.move3 { animation: topBottom 5s linear infinite;}
	.move4 { animation: bottomTop 3s linear infinite;}
}
@media (max-width: 580px){
  .img.elementor-element-1e858f4 {
  	width: 280px;
  	margin-bottom: 30px;

  	.elementor-widget-image {
      height: 70px;
      width: 70px;

      img {
        min-width: 100%;
        min-height: 70px;
      }
    }
    .img4 {
      height: 142px !important;
    }
    .img5, .img6 {
	    margin-top: -1px;
		}
    .img6 {
		  width: 141px !important;
		}
  }
}

/* Footer */
#navSide {
	width: 100%;
	max-width: 420px;
	background: var(--blanc);
	position: fixed;
	top: 80px;
	right: -100%;
	bottom: 0;
	z-index: 99999;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	transition: all 400ms ease-in-out;
	padding: 40px 20px;

	.burger {
		width: 40px;
		z-index: 5;
		position: absolute;
		top: 27px;
		left: 30px;

		svg {
			width: 100%;
			height: auto;
			transition: all 400ms ease-in-out;
		}
	}

	a:hover {
		color: var(--noir) !important;
	}

	.elementor-nav-menu {
		flex-direction: column !important;

		.menu-item-has-children {
			display: flex;
			flex-direction: column;

			.elementor-nav-menu--dropdown {
				background: transparent !important;

				a {
					padding-left: 40px;
				}
			}
		}

		a:hover {
			color: var(--noir) !important;
		}

		.sub-menu {
			flex-direction: column;
	    margin-left: 0px;
	    margin-top: 0px;
	    flex-direction: column;
	    position: relative !important;
	    top: 0 !important;
	    left: 0 !important;
	    width: auto !important;
	    max-width: 100% !important;
		}
	}

	.elementor-widget-social-icons {
		top: calc(100% - 60px);
    left: 40px !important;
    text-align: left;
    height: fit-content;

    .elementor-social-icon:hover {
    	path {
    		fill: var(--noir) !important;
    	}
    }
	}
}
#navSide.active {
	right: 0 !important;
}
.menu {
	ul {
		display: flex !important;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;

		li {
			width: 50%;
		}
	}
}
@media (max-width: 1024px){
	.elementor-element-fc293cb {
		width: 110px !important;
		margin: 0 !important;
	}
	#navSide {
    .elementor-widget-social-icons {
      left: 12px !important;
    }
	}
}
@media (max-width: 600px){
	.elementor-element-fc293cb {
    width: 75px !important;

    img {
    	margin-bottom: -8px;
    }
  }
	.menu {
		ul {
			flex-direction: column !important;
			flex-wrap: nowrap !important;

			li {
				width: 100%;
			}
		}
	}
}

/* PAGE SERVICE */
.itemIntegre {
	&::before {
		content: '';
		background: #000000;
		background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.87) 35%, rgba(87, 199, 133, 0) 100%);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.elementor-cta__content {
		width: 50%;
		position: relative;
		z-index: 3;

		.elementor-cta__title {
			position: relative;
			padding-bottom: 20px;

			&::after {
				content: '';
				background: var(--bleu);
				width: 50px;
				height: 3px;
				position: absolute;
				bottom: 0;
				left: 0;
			}
		}
	}
}
.itemIntegre2 {
	&::before {
		background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.87) 35%, rgba(87, 199, 133, 0) 100%);
	}
	.elementor-cta {
		display: flex !important;
		justify-content: flex-end;

		.elementor-cta__content {
			.elementor-cta__title {
				&::after {
					left: inherit !important;
					right: 0;
				}
			}
		}
	}
}
@media (max-width: 768px){
	#navSide.active {
		max-width: 100% !important;
	}
	.itemIntegre {
		.elementor-cta__content {
			width: 100%;
		}
	}
	.page-id-20 {
		.elementor-portfolio {
			display: block !important;
			height: 1168px;
			overflow: hidden;
			transition: all 400ms ease-in-out;

			.elementor-portfolio-item {
				margin-bottom: 20px !important;
			}
		}

		.load-more {
			text-align: center;
	    margin: 20px auto 0 !important;
	    width: 150px !important;
	    display: block;
	    font-weight: 600 !important;
		}

		.elementor-portfolio.show {
			height: auto;
			overflow: visible;
		}
	}
}
@media (max-width: 600px){
	.itemIntegre {
		&::before {
			background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.87) 45%, rgba(87, 199, 133, 0) 100%);
		}
	}
}

.itemDisciple {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;

	.elementor-image-box-wrapper {
		.elementor-image-box-img {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100% !important;

			img {
				width: 90px;
				height: 90px;
				object-fit: contain;
				object-position: center;
				margin: 0 auto;
			}
		}
	}
	.elementor-image-box-title {
		margin: 15px 0 15px !important;
	}
}
.itemDisciple1 { animation: fadeInOut 3s infinite; }
.itemDisciple2 { animation: fadeInOut 5s infinite; }
.itemDisciple3 {
	animation: fadeInOut 8s infinite;
	.elementor-image-box-wrapper {
		.elementor-image-box-img {
			img {
				width: 120px;
			}
		}
	}
}
.itemDisciple4 { animation: fadeInOut 10s infinite; }

/* PAGE A PROPOS */
.proposition {
	.img1 { animation: fadeInOut 4s infinite; }
	.img2 { animation: fadeInOut 7s infinite; }
	.img3 { animation: fadeInOut 8s infinite; }
	.img4 { animation: fadeInOut 7s infinite; }
	.img5 { animation: fadeInOut 5s infinite; }
	.img6 { animation: fadeInOut 4s infinite; }
}
.timeline {
	&::before {
		content: '';
		display: block;
		background: var(--blanc);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 2px;
	}
	.line {
		opacity: 0;
		height: 0;
	}
	.line.elementor-sticky--active {
		opacity: 1 !important;
		height: auto !important;
	}
}
.listeAnime {
	.itemDisciple {
		animation: none !important;

		&::after {
			content: '';
			background: var(--bleu);
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			top: 100%;
			z-index: 1;
			transition: all 400ms ease-in-out;
		}
		&>div {
			position: relative;
			z-index: 5;
		}
		.elementor-image-box-img {
      img {
        transition: all 400ms ease-in-out;
      }
    }
	}
	.itemDisciple2 {
		&::after {
			background: var(--vert-noir) !important;
		}
	}
	.itemDisciple3 {
		&::after {
			background: var(--noir) !important;
		}
	}
	.itemDisciple4 {
		&::after {
			background: var(--vert) !important;
		}
	}
	.itemDisciple:hover {
		&::after {
			top: 0 !important;
		}
	}
	.itemDisciple1:hover,
	.itemDisciple3:hover, 
	.itemDisciple4:hover, 
	.itemDisciple.active {
		.elementor-image-box-title,
		.elementor-image-box-description {
				color: var(--blanc) !important;
		}
	}
	.itemDisciple2:hover,
	.itemDisciple3:hover,
	.itemDisciple4:hover, 
	.itemDisciple.active {
		.elementor-image-box-img {
      img {
        filter: invert(1);
      }
    }
	}
}

@media (max-width: 768px){
	.listeAnime {
		.itemDisciple.active {
			.elementor-image-box-title,
			.elementor-image-box-description {
				color: var(--blanc) !important;
			}

			.elementor-image-box-img {
	      img {
	        filter: invert(1);
	      }
	    }

			&::after {
				top: 0 !important;
			}
		}
	}
	.proposition {
		.img4 { animation: fadeInOut 7s infinite; }
		.img5 { animation: fadeInOut 5s infinite; }
		.img6 { animation: fadeInOut 4s infinite; }
	}
}

/* PAGE CONTACT */
iframe {
	filter: grayscale(1);
	transition: all 200ms ease-in-out;
}
iframe:hover {
	filter: grayscale(0);
}
@media (max-width: 1024px){
	.listCoor {
		.coor {
			flex: 1;
		}
	}
}

/* PAGE Error 404 */
body.error404 {
	.elementor-location-header,
	.elementor-location-footer {
		display: none !important;
	}
}